@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";:root{--bg:#fff;--surface:#f2f0ed;--surface-2:#ece9e4;--ink:#1a1a1a;--ink-soft:#2e2a26;--muted:#8a8580;--hairline:#e5e2dd;--accent:#ff7538;--accent-soft:#ffe4d2;--accent-ink:#6b2a0d;--gold:#c9a65e;--glass:#14110f;--r-sm:14px;--r-md:22px;--r-lg:28px;--r-pill:999px;--ease:cubic-bezier(.22, 1, .36, 1);--font:"Manrope", system-ui, -apple-system, sans-serif;--nav-h:calc(72px + env(safe-area-inset-bottom,0px))}*,:before,:after{box-sizing:border-box;margin:0;padding:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}html,body,#root{height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overscroll-behavior-y:none;line-height:1.4}img{max-width:100%;display:block}.app-shell{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.app-scroll{scrollbar-width:none;padding:0 0 var(--nav-h);flex:1;overflow:hidden auto}.app-scroll::-webkit-scrollbar{display:none}.app-head{padding:calc(10px + env(safe-area-inset-top,0px)) 18px 6px;background:var(--bg);flex:none;justify-content:space-between;align-items:center;display:flex}.brand-logo{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;height:30px;display:block}.head-icons{align-items:center;gap:6px;display:flex}.icon-btn{width:36px;height:36px;color:var(--ink);transition:background .25s var(--ease);border-radius:12px;place-items:center;display:grid;position:relative}.icon-btn:active{background:var(--surface)}.icon-btn .dot{background:var(--accent);border:2px solid var(--bg);border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.tagline{color:var(--muted);letter-spacing:.01em;padding:2px 18px 8px;font-size:13px}.nav{padding:8px 6px calc(12px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--hairline);z-index:40;background:#fffffff0;grid-template-columns:repeat(5,1fr);gap:2px;display:grid;position:fixed;bottom:0;left:0;right:0}.nav-item{color:var(--muted);flex-direction:column;align-items:center;gap:4px;padding:8px 4px 6px;display:flex;position:relative}.nav-item svg{display:block}.nav-label{letter-spacing:.02em;font-size:10px;font-weight:500}.nav-item.active{color:var(--ink)}.nav-item.active:before{content:"";background:var(--accent);border-radius:var(--r-pill);width:22px;height:3px;position:absolute;top:4px}.screen{padding:18px 16px 8px}.screen-title{letter-spacing:-.01em;color:var(--ink);font-size:22px;font-weight:800}.screen-subtitle{color:var(--muted);margin-top:6px;font-size:14px}.card{background:var(--surface);border-radius:var(--r-md);padding:18px}.btn{border-radius:var(--r-pill);letter-spacing:.01em;transition:transform .2s var(--ease), background .25s var(--ease), opacity .2s var(--ease);justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--ink);color:#fff}.btn-ghost{color:var(--ink);border:1px solid var(--hairline);background:0 0}.btn-sm{padding:9px 14px;font-size:13px}.home{flex-direction:column;gap:14px;padding:16px 16px 8px;display:flex}.profile{background:var(--surface);border-radius:var(--r-md);flex-direction:column;gap:14px;padding:18px 20px;display:flex}.profile-top{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.greeting{letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.15}.level-chip{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-ink);white-space:nowrap;font-size:10px;font-weight:700}.ach-head{cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.ach-head[aria-expanded=true]{margin-bottom:4px}.ach-head-right{align-items:center;gap:10px;display:flex}.ach-chevron{color:var(--muted);transition:transform .2s var(--ease);font-size:20px;line-height:1;transform:rotate(90deg)}.ach-chevron.is-open{transform:rotate(-90deg)}.ach-count{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.ach-list{list-style:none}.ach-row{border-top:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.ach-row:first-child{border-top:none}.ach-title{color:var(--ink);font-size:14px}.ach-row.is-locked .ach-title{color:var(--muted)}.ach-check{color:var(--accent-ink);flex:none;font-size:13px;font-weight:700}.ach-progress{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-size:12px;font-weight:600}.progress-line{flex-direction:column;gap:8px;display:flex}.progress-meta{color:var(--muted);justify-content:space-between;align-items:baseline;font-size:12px;display:flex}.progress-meta b{color:var(--ink);font-weight:600}.progress-track{border-radius:var(--r-pill);background:#0000000f;height:6px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:var(--r-pill);height:100%;transition:width .6s var(--ease)}.streak{border:1px solid var(--hairline);border-radius:var(--r-md);align-items:center;gap:14px;padding:18px 20px;display:flex}.streak-num{color:var(--accent);letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:38px;font-weight:700;line-height:1}.streak-info{flex:1;min-width:0}.streak-info .t1{margin-bottom:2px;font-size:14px;font-weight:600}.streak-info .t2{color:var(--muted);font-size:12px}.hero{background:var(--surface);border-radius:var(--r-lg);padding:22px;position:relative;overflow:hidden}.hero-label{letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:10px}.hero-stage{place-items:center;min-height:200px;margin-bottom:14px;display:grid;position:relative}.hero-glow{filter:blur(6px);background:radial-gradient(160px 80px at 50% 78%,#0000002e,#0000 70%);animation:4s ease-in-out infinite shadow-pulse;position:absolute;inset:0}.bottle{transform-origin:50% 100%;filter:drop-shadow(0 14px 22px #0003)drop-shadow(0 4px 8px #0000001f);max-width:180px;animation:4s ease-in-out infinite float;position:relative}.bottle img{object-fit:contain;width:100%;max-height:220px;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%,to{opacity:.9;transform:scaleX(1)}50%{opacity:.7;transform:scaleX(.86)}}@media (prefers-reduced-motion:reduce){.bottle,.hero-glow{animation:none}}.hero-name{letter-spacing:-.005em;font-size:22px;font-weight:500;line-height:1.15}.brand-word{letter-spacing:.04em;font-weight:700}.hero-sub{color:var(--muted);margin-top:4px;font-size:12px}.hero-cta{gap:8px;margin-top:18px;display:flex}.hero-cta .btn-primary{flex:1}.grid-2{grid-template-columns:1.25fr 1fr;gap:10px;display:grid}.tile{border-radius:var(--r-md);border:1px solid var(--hairline);background:var(--bg);text-align:left;flex-direction:column;justify-content:space-between;width:100%;min-height:132px;padding:16px 16px 18px;display:flex;position:relative;overflow:hidden}.tile-accent{color:#fff;background:linear-gradient(155deg,#ff8554 0%,#e55a1f 100%);border-color:#0000}.tile-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:10px;font-weight:600;display:flex}.tile-accent .tile-eyebrow,.tile-accent .tile-title{color:#fff}.tile-accent .tile-foot{color:#ffffffc7}.tile-eyebrow .badge{letter-spacing:.18em;opacity:.85;font-size:9px}.tile-eyebrow .badge:before{content:"· "}.tile-title{letter-spacing:-.01em;margin-top:8px;font-size:17px;font-weight:600;line-height:1.2}.tile-foot{color:var(--muted);font-size:12px}.mini-progress{gap:4px;margin:10px 0 8px;display:flex}.mini-progress span{border-radius:var(--r-pill);background:#00000014;flex:1;height:5px}.mini-progress span.on{background:var(--accent)}.skeleton{background:var(--surface);border-radius:var(--r-md);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{to{transform:translate(100%)}}.profile-page{flex-direction:column;gap:14px;padding:16px 16px 8px;display:flex}.profile-card{align-items:center;gap:14px;display:flex}.avatar{border-radius:var(--r-md);background:var(--accent-soft);width:56px;height:56px;color:var(--accent-ink);flex:none;place-items:center;font-size:20px;font-weight:700;display:grid}.profile-card-info{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;display:flex}.profile-card-name{letter-spacing:-.01em;font-size:18px;font-weight:700}.profile-card-balance{text-align:right;color:var(--muted);white-space:nowrap;font-size:12px}.profile-card-balance b{color:var(--ink);font-variant-numeric:tabular-nums;font-size:20px;display:block}.hint-banner{background:var(--accent-soft);color:var(--accent-ink);border-radius:var(--r-md);padding:14px 16px;font-size:13px;font-weight:600}.badge-chip{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:10px;font-weight:600}.block-title{margin-bottom:14px;font-size:15px;font-weight:700}.form{flex-direction:column;gap:12px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field>span{color:var(--muted);font-size:12px;font-weight:600}.field input,.field select{font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-sm);width:100%;padding:12px 14px}.field input:focus,.field select:focus{border-color:var(--accent);outline:none}.form-error{color:#c0392b;font-size:13px}.form-ok{color:var(--ink);font-size:13px;font-weight:600}.consents{flex-direction:column;gap:18px;display:flex}.consent-item{flex-direction:column;gap:6px;display:flex}.consent-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.consent-name{font-size:14px;font-weight:600}.consent-state{text-transform:uppercase;letter-spacing:.16em;white-space:nowrap;font-size:10px;font-weight:700}.consent-state.on{color:var(--accent-ink)}.consent-state.off{color:var(--muted)}.consent-meta,.consent-note{color:var(--muted);font-size:12px}.consent-item .btn{align-self:flex-start;margin-top:4px}.consent-docs{flex-wrap:wrap;gap:6px 16px;margin-top:8px;display:flex}.doc-link{color:var(--accent-ink);text-underline-offset:2px;text-align:left;cursor:pointer;background:0 0;padding:2px 0;font-size:13px;font-weight:600;text-decoration:underline}.doc-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.doc-viewer-overlay{z-index:70}.doc-body{color:var(--ink-soft);font-size:14px;line-height:1.5}.doc-head{color:var(--ink);margin-bottom:10px;font-size:17px;font-weight:800}.doc-subhead{color:var(--ink);margin:16px 0 6px;font-size:14px;font-weight:700}.doc-para{margin:8px 0}.doc-list{margin:6px 0;padding-left:20px;list-style:outside}.doc-list li{margin:4px 0}.doc-version{color:var(--ink-mute,var(--ink-soft));opacity:.7;margin-top:16px;font-size:12px}.danger-zone{justify-content:center;padding:8px 0 4px;display:flex}.btn-danger-text{color:#c0392b;background:0 0}.btn-danger{color:#fff;background:#c0392b}.modal-overlay{z-index:60;background:#14110f73;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-sheet{background:var(--bg);border-radius:var(--r-lg) var(--r-lg) 0 0;width:100%;max-width:520px;padding:22px 18px calc(22px + env(safe-area-inset-bottom,0px));max-height:90dvh;overflow-y:auto}.modal-title{margin-bottom:12px;font-size:19px;font-weight:800}.modal-actions{gap:10px;margin-top:18px;display:flex}.modal-actions .btn{flex:1}.consent-row{color:var(--ink-soft);align-items:flex-start;gap:10px;margin-top:12px;font-size:13px;display:flex}.consent-row input{width:18px;height:18px;accent-color:var(--accent);flex:none;margin-top:2px}.center-screen{text-align:center;place-items:center;min-height:100dvh;padding:32px;display:grid}.spinner{border:3px solid var(--hairline);border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.catalog{flex-direction:column;gap:14px;display:flex}.cat-search{border:1px solid var(--hairline);background:var(--bg);border-radius:var(--r-md);width:100%;font:inherit;color:var(--ink);padding:12px 18px;font-size:15px}.cat-search:focus{border-color:var(--accent);outline:none}.sku-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sku-card{background:var(--bg);border:1px solid var(--hairline);border-radius:18px;flex-direction:column;display:flex;position:relative;overflow:hidden}.sku-card-photo{background:var(--surface);aspect-ratio:1;cursor:pointer;border:0;padding:0}.sku-card-photo img{object-fit:cover;width:100%;height:100%;display:block}.sku-fav{border-radius:var(--r-sm);width:34px;height:34px;color:var(--muted);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffdb;border:0;font-size:18px;line-height:1;position:absolute;top:8px;right:8px}.sku-fav.is-on{color:var(--accent)}.sku-card-body{flex-direction:column;gap:4px;padding:10px 12px 14px;display:flex}.sku-card-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.sku-card-meta{color:var(--muted);font-size:12px}.cat-more{align-self:center;margin-top:4px}.cat-empty{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 8px;display:flex}.sku-detail{flex-direction:column;gap:14px;display:flex}.sku-back{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-weight:600}.sku-gallery{scroll-snap-type:x mandatory;border-radius:var(--r-md);gap:10px;display:flex;overflow-x:auto}.sku-gallery img{aspect-ratio:1;object-fit:cover;border-radius:var(--r-md);scroll-snap-align:center;background:var(--surface);flex:0 0 100%;width:100%}.sku-title{font-size:22px;font-weight:700}.sku-tags{flex-wrap:wrap;gap:8px;display:flex}.sku-desc{color:var(--ink-soft);font-size:15px;line-height:1.5}.sku-cta{gap:10px;margin-top:4px;display:flex}.sku-cta .btn{flex:1}.btn.is-fav{color:var(--accent)}.bonuses{flex-direction:column;gap:16px;display:flex}.bonus-balance-num{letter-spacing:-.03em;color:var(--accent);font-variant-numeric:tabular-nums;font-size:38px;font-weight:800;line-height:1}.bonus-balance-label{color:var(--muted);margin-top:4px;font-size:13px}.bonus-levels{background:var(--surface);border-radius:var(--r-md);padding:16px 18px}.bonus-levels>summary{cursor:pointer;font-size:15px;font-weight:700;list-style:none}.bonus-levels>summary::-webkit-details-marker{display:none}.bonus-levels>summary:after{content:"▾";float:right;color:var(--muted);transition:transform .2s var(--ease)}.bonus-levels[open]>summary:after{transform:rotate(180deg)}.bonus-levels-list{flex-direction:column;gap:12px;margin-top:14px;list-style:none;display:flex}.bonus-level{border-left:3px solid var(--hairline);padding-left:12px}.bonus-level.is-current{border-left-color:var(--accent)}.bonus-level-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.bonus-level-name{text-transform:capitalize;font-size:14px;font-weight:700}.bonus-level-threshold{color:var(--muted);white-space:nowrap;font-size:12px}.bonus-level-perks{flex-direction:column;gap:2px;margin-top:4px;list-style:none;display:flex}.bonus-level-perks li{color:var(--ink-soft);font-size:12px}.nominal-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.nominal-card{border:1px solid var(--hairline);border-radius:var(--r-md);background:var(--bg);text-align:center;transition:border-color .2s var(--ease), transform .2s var(--ease);flex-direction:column;align-items:center;gap:4px;padding:14px 8px;display:flex}.nominal-card:active{transform:scale(.97)}.nominal-card:disabled{opacity:.55;cursor:not-allowed}.nominal-value{letter-spacing:-.01em;font-size:18px;font-weight:800}.nominal-cost{color:var(--muted);font-size:12px}.nominal-lock{color:var(--accent-ink);font-size:10px}.bonus-tabs{border-bottom:1px solid var(--hairline);gap:20px;display:flex}.bonus-tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 0;font-size:14px;font-weight:600}.bonus-tab.is-active{color:var(--ink);border-bottom-color:var(--accent)}.bonus-history{border-collapse:collapse;width:100%;font-size:13px}.bonus-history th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--hairline);padding:0 8px 8px;font-size:11px;font-weight:600}.bonus-history th.num,.bonus-history td.num{text-align:right;font-variant-numeric:tabular-nums}.bonus-history td{border-bottom:1px solid var(--hairline);vertical-align:top;padding:10px 8px}.bonus-history-date{color:var(--muted);white-space:nowrap}.bonus-history td.pos{color:var(--ink);font-weight:600}.bonus-history td.neg{color:var(--muted);font-weight:600}.promo-list{flex-direction:column;gap:10px;list-style:none;display:flex}.promo-item{border:1px solid var(--hairline);border-radius:var(--r-md);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.promo-item-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.promo-code{letter-spacing:.02em;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:16px;font-weight:700}.promo-status{text-transform:uppercase;letter-spacing:.16em;white-space:nowrap;font-size:10px;font-weight:700}.promo-status.issued{color:var(--accent-ink)}.promo-status.used{color:var(--ink)}.promo-status.expired{color:var(--muted)}.promo-meta{color:var(--muted);font-size:12px}.promo-mark{align-self:flex-start;margin-top:2px}.redeem-line{color:var(--ink-soft);font-size:15px;line-height:1.5}.redeem-code{border:1px dashed var(--accent);border-radius:var(--r-md);background:var(--accent-soft);letter-spacing:.04em;width:100%;min-width:0;color:var(--accent-ink);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:16px 18px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:18px;font-weight:700;display:flex}.redeem-code>span:first-child{overflow-wrap:anywhere;min-width:0}.redeem-copy{font-family:var(--font);letter-spacing:.04em;text-transform:lowercase;opacity:.8;flex:none;font-size:11px;font-weight:600}.redeem-note{color:var(--muted);margin-top:12px;font-size:12px;line-height:1.5}.actions{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.action{border-radius:var(--r-md);background:var(--bg);border:1px solid var(--hairline);transition:background .2s var(--ease);flex-direction:column;align-items:center;gap:8px;padding:14px 6px 12px;display:flex}.action:active{background:var(--surface)}.action-icon{width:32px;height:32px;color:var(--ink);place-items:center;display:grid}.action-label{color:var(--muted);letter-spacing:.01em;text-align:center;font-size:11px;font-weight:500}.quiz{flex-direction:column;display:flex}.quiz-progress{margin-bottom:22px}.quiz-progress-bar{gap:5px;display:flex}.quiz-progress-bar span{border-radius:var(--r-pill);background:var(--surface-2);height:5px;transition:background .3s var(--ease);flex:1}.quiz-progress-bar span.on{background:var(--accent)}.quiz-progress-label{color:var(--muted);margin-top:8px;font-size:12px;font-weight:600}.quiz-question{letter-spacing:-.01em;margin-bottom:18px;font-size:22px;font-weight:800;line-height:1.25}.quiz-options{flex-direction:column;gap:10px;display:flex}.quiz-option{text-align:left;border-radius:var(--r-md);border:1.5px solid var(--hairline);background:var(--bg);width:100%;transition:border-color .2s var(--ease), background .2s var(--ease);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.quiz-option:disabled{opacity:.6}.quiz-option.is-active{border-color:var(--ink);background:var(--bg)}.quiz-option-text{color:var(--ink);font-size:15px;font-weight:600}.quiz-option-check{color:var(--ink);flex:none;font-size:15px;font-weight:700}.quiz-nav{gap:10px;margin-top:8px;padding-top:22px;display:flex}.quiz-nav .btn-ghost{flex:none}.quiz-nav .btn-primary{flex:1}.quiz .hint-banner{margin-top:18px}.quiz-intro{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.quiz-intro-start{align-self:stretch;margin-top:22px}.quiz-result-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:10px;font-weight:600}.quiz-result-card{background:var(--surface);border-radius:var(--r-lg);padding:22px}.quiz-result-name{letter-spacing:-.005em;font-size:22px;font-weight:500;line-height:1.15}.quiz-result-hint{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5}.quiz-result-cta{gap:8px;margin-top:18px;display:flex}.quiz-result-cta .btn-primary{flex:1}.quiz-result-points{color:var(--ink);margin-top:20px;font-size:15px;font-weight:600}.quiz-result-ach,.quiz-result-balance{color:var(--muted);margin-top:6px;font-size:13px}.quiz-result-balance b{color:var(--ink)}.quiz-retake{width:100%;margin-top:24px}.scratch-stage{flex-direction:column;align-items:center;gap:14px;margin-top:18px;display:flex}.scratch-card{border-radius:var(--r-lg);background:linear-gradient(160deg, var(--surface), var(--surface-2));border:1px solid var(--hairline);place-items:center;width:100%;min-height:220px;display:grid;position:relative;overflow:hidden}.scratch-face{text-align:center;place-items:center;padding:24px;display:grid}.scratch-face-q{color:var(--muted);font-size:56px;font-weight:300}.scratch-face-points{letter-spacing:-.01em;color:var(--accent);font-size:40px;font-weight:800}.scratch-face-points small{color:var(--ink-soft);margin-top:2px;font-size:14px;font-weight:600;display:block}.scratch-face-promo{letter-spacing:-.005em;color:var(--accent-ink);font-size:26px;font-weight:700}.scratch-coat{border-radius:inherit;touch-action:none;cursor:pointer;width:100%;height:100%;transition:opacity .4s var(--ease);position:absolute;inset:0}.scratch-card.is-revealed .scratch-coat{opacity:0;pointer-events:none}.scratch-reveal-btn{min-width:160px}.scratch-meta{color:var(--muted);text-align:center;margin-top:14px;font-size:13px}.scratch-meta b{color:var(--ink)}.scratch-open-error{text-align:center;margin-top:12px}.scratch-info{color:var(--ink-soft);margin-top:16px;font-size:14px;line-height:1.5}.scratch-info b{color:var(--ink)}.scratch-home{width:100%;margin-top:18px}.scratch-result-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:10px;font-weight:600}.scratch-prize-card{background:var(--surface);border-radius:var(--r-lg);padding:22px}.scratch-prize-amount{letter-spacing:-.01em;color:var(--accent);font-size:34px;font-weight:800}.scratch-prize-amount span{font-size:18px}.scratch-prize-name{letter-spacing:-.005em;font-size:22px;font-weight:500}.scratch-prize-hint{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5}.scratch-result-ach{color:var(--muted);margin-top:16px;font-size:13px}.scratch-result-balance{color:var(--muted);margin-top:6px;font-size:13px}.scratch-result-balance b{color:var(--ink)}.scratch-result-cta{flex-direction:column;gap:10px;margin-top:22px;display:flex}.wheel{flex-direction:column;display:flex}.wheel-stage{aspect-ratio:1;width:min(82vw,320px);margin:22px auto 4px;position:relative}.wheel-svg{filter:drop-shadow(0 12px 28px #14110f29);width:100%;height:100%;display:block}.wheel-seg{stroke:var(--bg);stroke-width:.6px;stroke-linejoin:round;transition:filter .35s var(--ease), stroke .35s var(--ease)}.wheel-seg-win{stroke:#fff;stroke-width:1.1px;filter:brightness(1.06)saturate(1.08)drop-shadow(0 0 3px #f3801e8c)}.wheel-seg-label{font-family:var(--font);letter-spacing:.03em;font-size:4.3px;font-weight:400}.wheel-rim{fill:none;stroke:#f3ead7;stroke-width:3.2px}.wheel-rim-edge{fill:none;stroke:#78604038;stroke-width:.5px}.wheel-hub{fill:var(--ink);stroke:var(--bg);stroke-width:1.4px}.wheel-pointer-orbit{transform-origin:50%;will-change:transform;z-index:2;pointer-events:none;position:absolute;inset:0}.wheel-pointer{border-left:12px solid #0000;border-right:12px solid #0000;border-top:20px solid var(--accent);filter:drop-shadow(0 2px 4px #14110f4d);width:0;height:0;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.wheel-meta{text-align:center;color:var(--muted);margin-top:14px;font-size:13px}.wheel-meta b{color:var(--ink)}.wheel-open-error{text-align:center;margin-top:10px}.wheel-cta{flex-direction:column;gap:10px;margin-top:16px;display:flex}.wheel-hint{text-align:center;color:var(--muted);margin-top:12px;font-size:13px;line-height:1.5}.wheel-result{text-align:center;margin-top:18px}.wheel-result-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:10px;font-weight:600}.wheel-prize-amount{letter-spacing:-.01em;color:var(--accent);font-size:34px;font-weight:800}.wheel-prize-amount span{font-size:18px}.wheel-prize-name{letter-spacing:-.005em;font-size:22px;font-weight:500}.wheel-prize-hint{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5}.wheel-result .redeem-code{margin-top:14px}.wheel-result-ach{color:var(--muted);margin-top:16px;font-size:13px}.wheel-result-balance{color:var(--muted);margin-top:6px;font-size:13px}.wheel-result-balance b{color:var(--ink)}@media (prefers-reduced-motion:reduce){.wheel-pointer-orbit{transition:none!important}}.surveys-empty .btn{align-self:flex-start;margin-top:16px}.survey-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.survey-card{flex-direction:column;gap:14px;display:flex}.survey-question{color:var(--ink);font-size:16px;font-weight:700;line-height:1.4}.survey-options{flex-direction:column;gap:8px;list-style:none;display:flex}.survey-option{border:1px solid var(--hairline);border-radius:var(--r-sm);background:var(--bg);cursor:pointer;transition:border-color .2s var(--ease), background .2s var(--ease);align-items:center;gap:12px;padding:13px 14px;display:flex}.survey-option.is-checked{border-color:var(--accent);background:var(--accent-soft)}.survey-option input{accent-color:var(--accent);flex:none;width:18px;height:18px}.survey-option-text{color:var(--ink);font-size:14px}.survey-text{font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-sm);resize:vertical;width:100%;padding:12px 14px}.survey-text:focus{border-color:var(--accent);outline:none}.survey-foot{align-items:center;display:flex}.survey-reward{color:var(--accent-ink);background:var(--accent-soft);border-radius:var(--r-pill);padding:5px 10px;font-size:12px;font-weight:600}.survey-thanks{color:var(--ink);font-size:15px;font-weight:600}.survey-card-done .survey-thanks{color:var(--muted);font-weight:500}.survey-award{letter-spacing:-.01em;color:var(--accent);font-size:26px;font-weight:800}.survey-ach{color:var(--muted);font-size:13px}.survey-results{flex-direction:column;gap:12px;display:flex}.survey-bars{flex-direction:column;gap:10px;list-style:none;display:flex}.survey-bar-head{justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px;display:flex}.survey-bar-label{color:var(--ink)}.survey-bar-pct{color:var(--ink);flex:none;font-weight:700}.survey-bar-track{border-radius:var(--r-pill);background:var(--surface-2);height:8px;overflow:hidden}.survey-bar-fill{border-radius:var(--r-pill);background:var(--accent);height:100%;transition:width .5s var(--ease);display:block}.survey-results-total{color:var(--muted);font-size:12px}.survey-empty{text-align:center;margin-top:18px}.survey-empty-title{color:var(--ink);font-size:15px;font-weight:700}.survey-empty-note{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5}.nav-card{padding:4px 6px}.nav-row{width:100%;color:var(--ink);justify-content:space-between;align-items:center;padding:14px 12px;font-size:15px;font-weight:600;display:flex}.nav-row-chevron{color:var(--muted);font-size:20px;line-height:1}.faq-empty .btn{align-self:flex-start;margin-top:16px}.faq-list{flex-direction:column;gap:10px;margin-top:16px;list-style:none;display:flex}.faq-item{background:var(--surface);border-radius:var(--r-sm);overflow:hidden}.faq-q{text-align:left;width:100%;color:var(--ink);justify-content:space-between;align-items:center;gap:14px;padding:16px;font-size:14px;font-weight:600;display:flex}.faq-q-chevron{color:var(--muted);flex:none;font-size:20px;line-height:1}.faq-item.is-open .faq-q-chevron{color:var(--accent)}.faq-a{padding:0 16px 16px}.faq-a .doc-body{color:var(--ink-soft);font-size:14px}.faq-empty-card{text-align:center;margin-top:16px}.faq-empty-title{color:var(--ink);font-size:15px;font-weight:700}.faq-empty-note{color:var(--muted);margin-top:8px;font-size:13px}.nav-row+.nav-row{border-top:1px solid var(--hairline)}.raffle-card{flex-direction:column;gap:14px;margin-top:18px;display:flex}.raffle-prize{flex-direction:column;gap:4px;display:flex}.raffle-prize-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px}.raffle-prize-value{color:var(--ink);font-size:20px;font-weight:700}.raffle-rules{color:var(--ink-soft);font-size:14px;line-height:1.5}.raffle-meta{color:var(--muted);font-size:13px}.raffle-meta b{color:var(--ink)}.raffle-hint{color:var(--muted);font-size:13px;line-height:1.5}.raffle-entered{color:var(--accent-ink);background:var(--accent-soft);border-radius:14px;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.raffle-entered-mark{background:var(--accent);color:#fff;border-radius:7px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;display:inline-flex}.raffle-open-error{text-align:center;margin-top:10px}.raffle-cta{flex-direction:column;gap:10px;margin-top:16px;display:flex}.raffle-empty-card{text-align:center;margin-top:18px}.raffle-empty-title{color:var(--ink);font-size:15px;font-weight:700}.raffle-empty-note{color:var(--muted);margin-top:8px;font-size:13px;line-height:1.5}.referrals-card{flex-direction:column;gap:12px;margin-top:18px;display:flex}.referrals-link-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px}.referrals-link{color:var(--ink);background:var(--accent-soft);word-break:break-all;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.4}.referrals-actions{flex-direction:column;gap:10px;display:flex}.referrals-stats{gap:12px;margin-top:14px;display:flex}.referrals-stat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.referrals-stat-value{color:var(--ink);font-size:24px;font-weight:700}.referrals-stat-label{color:var(--muted);font-size:12px}.referrals-home{margin-top:16px}
