@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/manrope-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./assets/manrope-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/manrope-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/manrope-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(./assets/manrope-800.ttf) format('truetype');
}

:root {
  color-scheme: light;
  --bg: #fbf8ff;
  --surface: #fffaff;
  --surface2: #f0e9f9;
  --line: #e8deef;
  --text: #41334f;
  --muted: #82718e;
  --accent: #8460b2;
  --lime: #8460b2;
  --cyan: #597c9c;
  font-family: Manrope, 'Trebuchet MS', sans-serif;
  font-synthesis: none;
  background: #efe9f6;
  color: var(--text);
  accent-color: var(--accent);
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 15% 10%, #fae8ee, transparent 55%), radial-gradient(ellipse at 90% 70%, #e0ebf9, transparent 55%), #ede7f5; }
button, input, select { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; border: 0; background: none; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button:disabled { cursor: wait; opacity: .65; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
svg.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; display: block; flex-shrink: 0; }
[data-icon] { display: inline-flex; align-items: center; justify-content: center; }
.app-shell { max-width: 460px; margin: auto; min-height: 100dvh; background: radial-gradient(ellipse at 0% 22%, #fbedf544, transparent 60%), var(--bg); box-shadow: 0 0 100px #8571a01a; }
.workspace { min-width: 0; }
.topbar { height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 23px; gap: 12px; }
.brand { display: flex; align-items: center; font-size: 25px; font-weight: 800; letter-spacing: -1.4px; gap: 5px; color: #584569; }
.brand-gem { width: 36px; height: 36px; object-fit: contain; transform: rotate(-9deg); margin-right: 1px; }
.brand-dot { color: #b791cb; margin-left: -5px; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.demo-tag { font-size: 9px; color: #806f8e; background: #f0e8f7; padding: 5px 9px; border-radius: 20px; }
.avatar { width: 39px; height: 39px; background: linear-gradient(145deg, #f9e7f0, #e8e1f7); border-radius: 50%; color: #9b78ac; border: 2px solid white; display: grid; place-items: center; box-shadow: 0 3px 9px #8d6aaa0d; }
.avatar svg { width: 19px; height: 19px; }
main { padding: 2px 22px 12px; min-height: calc(100dvh - 208px); }
.hero-banner { position: relative; isolation: isolate; overflow: hidden; height: 175px; border: 1px solid #ffffffb8; border-radius: 25px; background: #eee1f4; display: flex; align-items: center; padding: 23px; margin-bottom: 21px; box-shadow: 0 6px 23px #ad87b912; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.hero-banner:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #f4e9f3d9, #f0e3f360 45%, transparent 72%); z-index: -1; }
.hero-content { max-width: 75%; }
.hero-kicker { font-size: 7px; letter-spacing: 1.65px; font-weight: 800; color: #857194; margin-bottom: 16px; }
.hero-content h1 { position: relative; font-size: 25px; letter-spacing: -.9px; line-height: 1.25; font-weight: 800; color: #544064; }
.hero-content h1>span:not(.hero-star) { color: #9363a3; font-size: 34px; line-height: 1.4; letter-spacing: -1px; }
.hero-star { position: absolute; color: #bd9e63; font-size: 22px; margin: 4px 0 0 13px; text-shadow: 0 1px 0 #fff8; }
.catalog-tools { margin-bottom: 17px; }
.tabs { display: flex; gap: 5px; padding: 5px; background: #eee8f5; border: 1px solid #eae0f1; border-radius: 17px; width: 100%; }
.tabs button { flex: 1; min-height: 42px; font-size: 13px; border-radius: 12px; font-weight: 750; color: #897695; transition: background .2s, color .2s; }
.tabs button.active { background: #fffcff; color: #8060a3; box-shadow: 0 2px 7px #77508c12, inset 0 0 0 1px #fff; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.product-card { position: relative; min-width: 0; border: 1px solid #e9dff0; border-radius: 23px; background: linear-gradient(135deg, #fffafd, #f2ebfb); overflow: hidden; box-shadow: inset 0 1px 0 #fff, 0 4px 12px #80629606; transition: transform .2s, box-shadow .2s; }
.product-card:nth-child(3n+2) { background: linear-gradient(135deg, #fff8fb, #faeaf1); border-color: #efdee9; }
.product-card:nth-child(3n) { background: linear-gradient(135deg, #f5fbff, #eaf0fa); border-color: #dfe7f2; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px #846a9b16; }
.simple-product { display: grid; grid-template-columns: minmax(0,1fr) 76px; grid-template-rows: 82px 35px; text-align: left; width: 100%; padding: 11px 14px 13px; align-items: center; position: relative; }
.simple-product .gem-art { grid-column: 2; grid-row: 1; width: 86px; height: 78px; object-fit: contain; transform: rotate(-8deg); margin-left: -6px; transition: transform .25s; }
.product-card:hover .gem-art { transform: rotate(0deg) translateY(-3px); }
.product-card:nth-child(3n+2) .gem-art { filter: hue-rotate(21deg); }
.product-card:nth-child(3n) .gem-art { filter: hue-rotate(-13deg); }
.simple-product-name { grid-column: 1; grid-row: 1; display: block; z-index: 1; }
.simple-product-name strong { display: block; font-size: 27px; letter-spacing: -1px; font-weight: 800; white-space: nowrap; color: #58486c; }
.simple-product-name small { display: block; font-size: 10px; color: #857394; margin-top: 2px; white-space: nowrap; }
.simple-price { grid-row: 2; grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; min-height: 36px; font-size: 12px; font-weight: 800; color: #76538d; background: #fffcffbd; border: 1px solid #ffffffb8; border-radius: 12px; padding: 0 10px; box-shadow: 0 1px 3px #8e6baa04; }
.simple-price>.price-arrow { color: #a887bd; font-size: 17px; font-weight: 500; }
.hero-product .simple-product { display: block; padding: 0; }
.hero-product-image { position: relative; height: 162px; overflow: hidden; background: #e7def1; }
.hero-product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s; }
.hero-product-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 58%, #faf4ff 100%); }
.hero-product:hover .hero-product-image img { transform: scale(1.04); }
.hero-product { background: #faf4ff!important; }
.hero-product .simple-product-name { position: relative; margin-top: -22px; padding: 0 13px 12px; }
.hero-product .simple-product-name strong { font-size: 19px; }
.hero-product .simple-product-name small { font-size: 9px; }
.hero-product .simple-price { margin: 0 11px 12px; }
.search-box { display: flex; gap: 10px; align-items: center; border: 1px solid #e4d8ed; background: #fffcff; border-radius: 15px; padding: 0 14px; margin-bottom: 16px; }
.search-box input { width: 100%; background: transparent; border: 0; color: var(--text); height: 48px; font-size: 16px; outline-offset: -2px; }
.search-box input::placeholder { color: #94809f; font-size: 12px; }
.search-box>span { color: #a18cac; }
.search-box .icon { width: 18px; }
.page-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 22px 108px; font-size: 8px; color: #93809d; }
.page-footer button { font-size: 10px; min-height: 44px; color: #81658f; }
.bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%,460px); display: grid; grid-template-columns: repeat(3,1fr); padding: 10px 20px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid #ffffff; background: #fcf9fff5; box-shadow: 0 -5px 24px #9b80b009; backdrop-filter: blur(16px); z-index: 5; }
.bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-height: 49px; font-size: 9px; color: #9985a6; }
.bottom-nav button [data-icon] { height: 27px; width: 48px; border-radius: 12px; transition: background .2s; }
.bottom-nav button.active { color: #8059a0; font-weight: 800; }
.bottom-nav button.active [data-icon] { background: #eee2f5; }
.bottom-nav .icon { width: 20px; height: 20px; }
.primary { min-height: 48px; background: linear-gradient(115deg, #b593d4, #9979c4); color: #fff; border: 1px solid #a98bcf; border-radius: 15px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; font-weight: 800; transition: box-shadow .2s, transform .2s; box-shadow: 0 5px 13px #9571b625,inset 0 1px 0 #ffffff50; }
.primary:hover { box-shadow: 0 7px 17px #9571b638; transform: translateY(-1px); }
.primary .icon { width: 17px; }
.secondary { min-height: 44px; border: 1px solid #ddcee9; background: #f7f0fc; border-radius: 13px; padding: 0 15px; font-size: 11px; font-weight: 700; color: #795b8e; }
.secondary:hover { background: #eee1f6; }
.full-width { width: 100%; }
.eyebrow { font-size: 8px; letter-spacing: 1.4px; color: var(--muted); font-weight: 700; margin-bottom: 7px; }
.view-head { margin: 16px 0 24px; }
.view-head h1 { font-size: 27px; letter-spacing: -1px; margin-bottom: 9px; }
.view-head p { font-size: 12px; color: var(--muted); line-height: 1.8; }
.info-box { font-size: 11px; line-height: 1.8; color: #836d95; border: 1px solid #e7dcef; background: #f2eaf8; border-radius: 13px; padding: 12px; margin-bottom: 15px; }
.empty { padding: 45px 21px; text-align: center; border: 1px dashed #d4bfdf; background: #fcf7ff; border-radius: 23px; }
.empty>span { color: #b093c9; margin-bottom: 20px; }
.empty>span svg { width: 40px; height: 40px; }
.empty h2 { font-size: 20px; }
.empty p { font-size: 12px; line-height: 1.8; color: var(--muted); margin: 12px auto 23px; max-width: 350px; }
.account-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; background: #fffaff; border: 1px solid var(--line); border-radius: 17px; padding: 14px; margin-bottom: 16px; }
.account-symbol { width: 35px; height: 35px; background: #f2e7f6; color: #a080b3; display: grid; place-items: center; border-radius: 13px; flex-shrink: 0; }
.account-info { flex: 1; min-width: 150px; }
.account-info strong { font-size: 11px; display: block; }
.account-info small { font-size: 9px; color: var(--muted); display: block; margin-top: 4px; line-height: 1.6; }
.account-banner>button { border: 1px solid #e1d2eb; background: #f8f1fc; padding: 0 12px; min-height: 40px; border-radius: 11px; font-size: 10px; display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.account-banner>button svg { width: 13px; }
.profile-bonus { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 17px; background: #f9f0fa; border: 1px solid var(--line); border-radius: 18px; margin-bottom: 16px; font-size: 13px; }
.profile-bonus strong { color: var(--accent); font-size: 18px; }
.profile-bonus strong span { color: #ae8abd; margin-left: 15px; }
.profile-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.order-card { background: var(--surface); border: 1px solid var(--line); border-radius: 19px; margin-bottom: 12px; padding: 17px; }
.order-top { display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); gap: 10px; }
.status-label { color: #718d81; }
.order-body { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 13px; }
.order-body img { width: 50px; height: 50px; object-fit: contain; }
.order-body>div { flex: 1; }
.order-body h2 { font-size: 14px; margin-bottom: 4px; }
.order-body p { font-size: 9px; color: var(--muted); line-height: 1.8; }
.order-body .secondary { width: 100%; margin-top: 5px; }
.bonus-hero { background: linear-gradient(120deg, #f7e6f0, #e9e2f8); border: 1px solid #e6d5eb; border-radius: 23px; padding: 27px; margin-bottom: 20px; }
.bonus-number { font-size: 65px; font-weight: 800; letter-spacing: -3px; color: #986daa; margin: 10px 0; }
.bonus-number span { font-size: 16px; letter-spacing: 0; color: #927b9f; }
.bonus-hero p { font-size: 12px; color: #806e8e; line-height: 1.8; }
.bonus-steps { display: grid; gap: 10px; margin-bottom: 24px; }
.bonus-step { padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 17px; display: grid; grid-template-columns: 46px 1fr; gap: 5px 13px; }
.bonus-step b { font-size: 24px; color: #ac8dbf; grid-row: span 2; }
.bonus-step h2 { font-size: 12px; }
.bonus-step p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.catalog-note { margin: 15px 0 25px; font-size: 9px; color: var(--muted); line-height: 1.8; }
.pass-card { grid-column: span 2; display: flex; align-items: center; padding: 20px; gap: 15px; }
.pass-card img { width: 90px; height: 120px; object-fit: contain; }
.pass-card h3 { font-size: 18px; margin-bottom: 9px; }
.pass-card p { font-size: 11px; color: var(--muted); margin-bottom: 17px; }
.skip { position: fixed; left: 20px; top: -100px; z-index: 100; background: #fff; padding: 14px; border-radius: 10px; }
.skip:focus { top: 12px; }
dialog { padding: 0; background: #fcf9ff; color: var(--text); border: 1px solid #fff; border-radius: 29px; width: 420px; max-width: calc(100vw - 24px); max-height: 90dvh; overflow: auto; box-shadow: 0 30px 100px #65537738; }
dialog::backdrop { background: #5f496b55; backdrop-filter: blur(6px); }
.sheet-top { position: relative; height: 50px; }
.sheet-handle { display: none; }
.close-sheet { position: absolute; right: 12px; top: 9px; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #eee5f5; color: #90769f; }
.icon-button:hover { background: #e5d6ef; }
#sheet-body { padding: 0 26px 27px; }
#sheet-title { font-size: 25px; line-height: 1.3; letter-spacing: -.8px; margin-bottom: 10px; }
.sheet-description { font-size: 12px; line-height: 1.8; color: var(--muted); margin-bottom: 20px; }
.checkout-product { display: flex; align-items: center; gap: 13px; background: linear-gradient(110deg, #f7e9f5, #eee7fa); border: 1px solid #e9dcef; border-radius: 17px; padding: 13px; margin-bottom: 21px; }
.checkout-product img { width: 60px; height: 55px; object-fit: contain; }
.checkout-product strong { font-size: 16px; display: block; margin-bottom: 4px; }
.checkout-product small { font-size: 10px; color: #8d789e; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; }
.field { display: grid; gap: 8px; margin-bottom: 17px; }
.field label { font-size: 11px; color: #715a81; font-weight: 700; }
.field input { width: 100%; min-height: 49px; border: 1px solid #cbb8da; border-radius: 13px; background: #fff; color: var(--text); padding: 0 12px; font-size: 16px; }
.field input::placeholder { color: #a48eb1; }
.field input:user-invalid { border-color: #c76783; }
.form-help { font-size: 10px; line-height: 1.8; color: var(--muted); margin: 0 0 17px; }
.form-help summary { cursor: pointer; min-height: 30px; }
.form-help p { margin: 5px 0 10px; }
.checkbox-row { position: relative; font-size: 11px; display: flex; align-items: center; gap: 10px; line-height: 1.6; min-height: 44px; margin-bottom: 14px; }
.checkbox-row input { accent-color: var(--accent); width: 17px; height: 17px; flex-shrink: 0; }
.fineprint { font-size: 9px; line-height: 1.8; color: #8f7e9c; text-align: center; margin-top: 13px; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; margin: 14px 0; color: #8a7598; }
.summary-line strong { font-weight: 700; color: var(--text); text-align: right; }
.summary-total { border-top: 1px solid #e5d9ed; padding-top: 17px; margin-bottom: 20px; font-size: 17px; }
.summary-total strong { font-size: 24px; }
.green { color: #8260a5!important; }
.payment-method { padding: 14px; border: 1px solid #e1d4eb; border-radius: 13px; margin: 17px 0; font-size: 12px; display: flex; justify-content: space-between; background: #f4edf9; }
.payment-method small { font-size: 10px; color: var(--muted); }
.back-link { font-size: 11px; min-height: 40px; margin: 0 0 7px; color: #957fa3; padding: 0; }
.success-art { width: 85px; height: 85px; border-radius: 30px; background: linear-gradient(140deg, #f7dceb, #e5d8f5); border: 2px solid white; margin: 5px auto 22px; display: grid; place-items: center; color: #a77fba; box-shadow: 0 6px 25px #b38ac424; transform: rotate(-7deg); }
.success-art svg { height: 39px; width: 39px; transform: rotate(7deg); }
.success { text-align: center; }
.success .secondary { margin-top: 10px; width: 100%; }
.success-notice { font-size: 11px; line-height: 1.8; color: var(--muted); margin: 17px 0 24px; }
.faq details { border-bottom: 1px solid var(--line); padding: 15px 0; }
.faq summary { font-size: 12px; cursor: pointer; min-height: 25px; line-height: 1.7; }
.faq p { font-size: 11px; color: var(--muted); line-height: 1.9; margin: 10px 0; }
.demo-notice { font-size: 10px; color: #917b70; background: #fcf2e9; border: 1px solid #f0e2d4; border-radius: 12px; padding: 12px; line-height: 1.7; margin: 16px 0; }
#toast { position: fixed; bottom: 91px; left: 50%; transform: translate(-50%,15px); opacity: 0; pointer-events: none; background: #faf0ff; color: #75588b; border: 1px solid #dac5e8; padding: 14px 22px; border-radius: 17px; font-size: 12px; box-shadow: 0 10px 40px #73588525; transition: .2s; z-index: 100; max-width: calc(100vw - 32px); width: max-content; }
#toast.visible { opacity: 1; transform: translate(-50%,0); }
.noscript { position: fixed; inset: 20px; background: var(--surface); padding: 40px; z-index: 100; }
.reveal { animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@supports not (accent-color: #8460b2) {
  .checkbox-row input { position: absolute; clip-path: inset(50%); overflow: hidden; width: 1px; height: 1px; }
  .checkbox-row { padding-left: 28px; }
  .checkbox-row input+span:before { content: ''; position: absolute; left: 0; top: 13px; width: 17px; height: 17px; border: 1px solid #b79acc; border-radius: 4px; background: white; }
  .checkbox-row input:checked+span:before { content: '✓'; color: white; text-align: center; line-height: 16px; background: var(--accent); }
  .checkbox-row input:focus-visible+span:before { outline: 2px solid var(--accent); outline-offset: 3px; }
}
@media (max-width:540px) {
  dialog { position: fixed; margin: auto 0 0; bottom: 0; top: auto; width: 100%; max-width: 100%; max-height: 92dvh; border-radius: 29px 29px 0 0; border-bottom: 0; padding-bottom: env(safe-area-inset-bottom); }
  .sheet-handle { display: block; width: 36px; height: 4px; background: #dacae5; border-radius: 4px; position: absolute; left: calc(50% - 18px); top: 11px; }
  #sheet-body { padding: 0 22px 24px; }
  #sheet-title { font-size: 24px; }
}
@media (max-width:400px) {
  .topbar { padding-inline: 18px; height: 74px; }
  main { padding-inline: 17px; }
  .hero-banner { height: 165px; padding: 21px 19px; margin-bottom: 19px; }
  .hero-content h1 { font-size: 23px; }
  .hero-content h1>span:not(.hero-star) { font-size: 32px; }
  .simple-product { grid-template-columns: minmax(0,1fr) 64px; grid-template-rows: 76px 35px; padding: 9px 12px 12px; }
  .simple-product .gem-art { width: 74px; height: 69px; }
  .simple-product-name strong { font-size: 25px; }
  .hero-product-image { height: 145px; }
  .hero-product .simple-product-name small { font-size: 8px; }
  .hero-product .simple-product-name strong { font-size: 18px; }
  .page-footer { padding-inline: 17px; }
}
@media (max-width:360px) {
  .simple-product { grid-template-columns: minmax(0,1fr) 46px; padding-inline: 10px; }
  .simple-product .gem-art { width: 54px; height: 55px; margin-left: -6px; }
  .simple-product-name strong { font-size: 22px; }
  .simple-product-name small { font-size: 9px; }
  .hero-content h1 { font-size: 20px; }
  .hero-content h1>span:not(.hero-star) { font-size: 29px; }
  .hero-product .simple-product-name small { font-size: 7px; }
  .account-banner>button { margin-left: 45px; }
  .page-footer { font-size: 7px; }
}
@media (prefers-reduced-motion:reduce) {
  *, *:before, *:after { animation: none!important; transition: none!important; scroll-behavior: auto!important; }
}
/* Keep primary actions legible against the pastel surfaces. */
.primary { background: linear-gradient(115deg, #8e67ad, #79579d); border-color: #8e68af; }
#sheet-title:focus, main:focus { outline: none; }

/* Optional demo promotions, with the same sale price used at checkout. */
.sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.hero-banner { align-items: flex-end; }
.hero-kicker { margin: 0; }
.hero-banner:after { background: linear-gradient(90deg, #f4e9f355, transparent 75%); }
.discount-badge { position: absolute; top: 8px; left: 11px; padding: 3px 7px; border-radius: 8px; color: #a2507b; background: #f9dae9; border: 1px solid #f4cada; font-size: 9px; line-height: 1; font-weight: 800; }
.price-values { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; min-width: 0; }
.old-price { font-size: 9px; font-weight: 500; color: #8d7995; text-decoration-thickness: 1px; }
.current-price { font-size: 12px; font-weight: 800; color: #76538d; }
.on-sale .current-price { color: #a2507b; }
.on-sale .simple-price { background: #fff6fb; }
@media (max-width:360px) { .price-values { gap: 4px; } .old-price { font-size: 8px; } .current-price { font-size: 11px; } .on-sale .simple-price { padding-inline: 7px; } }
.payment-choices { border: 0; padding: 0; margin: 20px 0 16px; min-width: 0; display: grid; gap: 8px; }
.payment-choices legend { font-size: 12px; font-weight: 750; padding: 0; margin-bottom: 10px; }
.payment-choice { position: relative; display: flex; align-items: center; gap: 10px; padding: 12px 13px; min-height: 52px; border: 1px solid #e4d8ed; border-radius: 14px; background: #fffcff; cursor: pointer; font-size: 12px; transition: background .18s, border-color .18s; }
.payment-choice.selected { background: #f0e5f8; border-color: #b699cc; box-shadow: inset 0 0 0 1px #c9b1db33; }
.payment-choice input { width: 17px; height: 17px; margin: 0; flex-shrink: 0; accent-color: var(--accent); }
.payment-choice-label { flex: 1; }
.payment-choice-label small { margin-left: 5px; font-size: 10px; color: #8f799d; }
.payment-choice strong { font-size: 12px; font-weight: 750; white-space: nowrap; }
.stars-icon { color: #b58a43; font-size: 17px; vertical-align: -1px; }
@supports not (accent-color: #8460b2) {
  .payment-choice input { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
  .payment-choice { padding-left: 40px; }
  .payment-choice-label:before { content: ''; position: absolute; width: 17px; height: 17px; border: 1px solid #ab8fbf; border-radius: 50%; left: 13px; top: calc(50% - 8px); background: white; }
  .payment-choice input:checked+.payment-choice-label:before { background: var(--accent); box-shadow: inset 0 0 0 4px white; }
  .payment-choice input:focus-visible+.payment-choice-label:before { outline: 2px solid var(--accent); outline-offset: 3px; }
}

/* Live checkout keeps the same compact visual language. */
[hidden] { display: none !important; }
.payment-choice.unavailable { opacity: .55; cursor: default; }
.checkbox-row a, .fineprint a { color: var(--primary, #7954b6); text-underline-offset: 3px; }
a.primary { text-decoration: none; text-align: center; }
.checkout-error { color: #8e375b; }
#live-pay-link { margin-bottom: 12px; }
#live-repeat { margin-top: 10px; }
