* {
  box-sizing: border-box;
}
:root {
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #0a1628;
  background: #f3f6fa;
  font-synthesis: none;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
a {
  color: #1c64c8;
  text-underline-offset: 3px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #1c64c8;
  outline-offset: 3px;
}
button {
  border: 0;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 34px;
  height: 34px;
}
.brand strong {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.brand small {
  display: block;
  color: #58677d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.9px;
  margin-top: 3px;
}
.icon-btn {
  background: #fff;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  color: #58677d;
  font-size: 19px;
}
.popup {
  width: 400px;
  padding: 22px;
  background: #f6f8fc;
}
.hero {
  background: #0a1628;
  color: white;
  border-radius: 20px;
  margin: 22px 0 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "%";
  position: absolute;
  right: 13px;
  top: 19px;
  font-size: 130px;
  font-weight: 800;
  color: #ffffff08;
  transform: rotate(-15deg);
  pointer-events: none;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #75f0da;
  display: flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34e9c9;
  display: inline-block;
}
h1 {
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -1px;
  margin: 16px 0 12px;
  font-weight: 700;
}
h1 em {
  font-style: normal;
  color: #34e9c9;
}
.hero p {
  max-width: 255px;
  font-size: 12px;
  line-height: 1.6;
  color: #b8c9df;
  margin: 0 0 20px;
}
.primary {
  width: 100%;
  padding: 13px 16px;
  color: #0a1628;
  background: #34e9c9;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.primary:hover {
  background: #75f0da;
}
.secondary {
  background: #edf3fc;
  border: 1px solid #dbe8fa;
  color: #14488f;
  border-radius: 9px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 12px;
}
.section-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 12px;
}
.section-line h2 {
  margin: 0;
  font-size: 14px;
}
.muted {
  color: #67758b;
  font-size: 11px;
}
.tag {
  font-size: 10px;
  border: 1px solid #c6eddf;
  background: #e6f8f1;
  color: #08715f;
  border-radius: 20px;
  padding: 4px 8px;
}
.store-row {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  padding: 14px;
  border: 1px solid #e0e6ee;
  border-radius: 12px;
  margin-bottom: 8px;
}
.store-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 800;
  flex-shrink: 0;
}
.store-text {
  flex: 1;
}
.store-text strong {
  display: block;
  font-size: 13px;
}
.store-text small {
  display: block;
  font-size: 11px;
  color: #67758b;
  margin-top: 4px;
}
.store-row button {
  background: none;
  color: #1c64c8;
  font-size: 16px;
  padding: 8px;
}
.footer {
  border-top: 1px solid #dfe5ee;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  margin-top: 18px;
  font-size: 10px;
  color: #67758b;
}
.footer button {
  background: none;
  color: #1c64c8;
  padding: 0;
  font-size: 10px;
}
.status {
  font-size: 12px;
  line-height: 1.5;
  padding: 12px;
  background: #eaf0f8;
  border-radius: 10px;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.coupon {
  padding: 14px;
  border: 1px dashed #b1c5de;
  background: white;
  border-radius: 12px;
  margin: 8px 0;
}
.coupon h3 {
  font-size: 13px;
  margin: 0 0 7px;
}
.coupon p {
  font-size: 11px;
  color: #67758b;
  line-height: 1.5;
}
.coupon .code {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.coupon code {
  font-weight: 700;
  letter-spacing: 1px;
}
.coupon a {
  font-size: 11px;
  display: block;
  margin-top: 12px;
}
.disclosure {
  font-size: 10px;
  line-height: 1.5;
  color: #67758b;
  margin: 14px 0 0;
}
[hidden] {
  display: none !important;
}
.options {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 28px 70px;
}
.options header {
  margin-bottom: 44px;
}
.options h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
.intro {
  color: #58677d;
  line-height: 1.6;
  max-width: 650px;
}
.options h2 {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.options section {
  background: white;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  padding: 24px;
  margin-top: 22px;
}
.options label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 18px 0 8px;
}
.options input[type="url"],
.options textarea {
  width: 100%;
  background: #f7f9fc;
  border: 1px solid #cbd5e2;
  border-radius: 9px;
  padding: 12px;
  color: #0a1628;
}
.options textarea {
  min-height: 150px;
  font:
    12px Consolas,
    monospace;
}
.options p {
  font-size: 13px;
  line-height: 1.6;
  color: #58677d;
}
.options .primary {
  width: auto;
  background: #1c64c8;
  color: white;
  padding: 13px 24px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.toggle input {
  accent-color: #12a98e;
  width: 19px;
  height: 19px;
}
.hint {
  font-size: 11px !important;
}
.options #notice {
  position: sticky;
  bottom: 12px;
  border: 1px solid #b1c5de;
  box-shadow: 0 6px 20px #0a162810;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.preview-label {
  text-align: center;
  font-size: 11px;
  background: #d1faf3;
  padding: 8px;
  color: #0d7865;
}
.preview-shell {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.preview-shell .popup {
  border-radius: 22px;
  box-shadow: 0 24px 80px #0a16281a;
}
@media (max-width: 600px) {
  .options {
    padding: 24px 16px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .options h1 {
    font-size: 30px;
  }
}
