:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f8f5fa;--card:#fff;--primary:#8b6fae;--primary-deep:#6f5593;--primary-soft:#efe7f7;--text:#241b2f;--muted:#6f647a;--success:#74b88a;--success-soft:#eaf4ed;--blush:#f5e8ee;--gold:#e9c977;--shadow:0 22px 70px #31224024;--radius-card:8px;--radius-control:14px;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{min-width:320px;overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}#ambient-canvas{z-index:0;pointer-events:none;position:fixed;inset:0}.app-shell{z-index:1;grid-template-rows:auto 1fr;gap:14px;width:min(100%,470px);min-height:100svh;margin:0 auto;padding:18px 14px 28px;display:grid;position:relative}#screen{align-items:center;min-height:0;display:grid}.hud{border-radius:var(--radius-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;border:1px solid #8b6fae1f;min-height:92px;padding:13px 14px;transition:opacity .18s,transform .18s;transform:translateY(0);box-shadow:0 12px 38px #4a345c14}.hud.is-soft{opacity:.92}.hud-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.hud-brand,.hud-level{margin:0}.hud-brand{color:var(--primary-deep);font-size:.8rem;font-weight:800}.hud-level{color:var(--muted);margin-top:3px;font-size:.78rem}.hud-actions{gap:8px;display:flex}.icon-button{width:42px;height:42px;color:var(--primary-deep);cursor:pointer;background:#fff;border:1px solid #8b6fae2e;border-radius:50%;place-items:center;display:inline-grid;box-shadow:0 8px 20px #4a345c14}.icon-button span{font-weight:900;line-height:1}.sound-icon{place-items:center;width:22px;height:22px;display:inline-grid;position:relative}.sound-speaker{width:15px;height:14px;display:block;position:relative}.sound-speaker:before{content:"";background:var(--primary-deep);border-radius:2px;width:6px;height:5px;position:absolute;top:5px;left:1px}.sound-speaker:after{content:"";background:var(--primary-deep);clip-path:polygon(0 30%,100% 0,100% 100%,0 70%);width:8px;height:11px;position:absolute;top:2px;left:6px}.sound-wave{border:2px solid var(--primary-deep);border-left:0;border-top-right-radius:999px;border-bottom-right-radius:999px;width:8px;height:14px;position:absolute;right:1px}.sound-icon.is-off:before{content:"";background:var(--primary-deep);z-index:2;border-radius:999px;width:22px;height:2px;position:absolute;transform:rotate(-42deg)}.sound-icon.is-off .sound-wave{opacity:0}.progress-track{background:var(--primary-soft);border-radius:999px;width:100%;height:8px;margin-top:12px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--success));height:100%;transition:width .36s}.badge-row{flex-wrap:wrap;gap:6px;min-height:26px;margin-top:10px;display:flex}.badge{background:var(--success-soft);color:#3e7d55;border-radius:999px;align-items:center;min-height:24px;padding:4px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.screen-card{border-radius:var(--radius-card);background:linear-gradient(180deg, #fffffff5, #ffffffe6), var(--card);width:100%;max-height:calc(100svh - 148px);box-shadow:var(--shadow);border:1px solid #8b6fae24;padding:26px 20px;animation:.26s both cardIn;overflow-y:auto}.screen-card::-webkit-scrollbar{width:8px}.screen-card::-webkit-scrollbar-thumb{background:#8b6fae3d;border-radius:999px}.screen-loading{text-align:center}.loading-mark{border:8px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;width:62px;height:62px;margin:0 auto 18px;animation:.9s linear infinite spin}.eyebrow{color:var(--primary-deep);letter-spacing:0;text-transform:uppercase;margin:0 0 9px;font-size:.78rem;font-weight:900}h1,h2,p{overflow-wrap:anywhere}h1{letter-spacing:0;color:var(--text);margin:0;font-size:clamp(1.8rem,8vw,2.55rem);line-height:1.04}h2{margin:0;font-size:1.32rem;line-height:1.18}.lead{color:var(--muted);margin:14px 0 0;font-size:1.02rem;line-height:1.58}.microcopy,.disclaimer{color:var(--muted);font-size:.82rem;line-height:1.48}.disclaimer{margin:14px 0 0}.soft-divider{background:linear-gradient(90deg,#0000,#8b6fae47,#0000);height:1px;margin:20px 0 2px}.primary-button,.secondary-button,.ghost-button,.text-button{border-radius:var(--radius-control);text-align:center;cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:18px;font-weight:900;line-height:1.15;text-decoration:none;transition:transform .14s,box-shadow .14s,background .14s,opacity .14s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--primary), var(--primary-deep));color:#fff;box-shadow:0 16px 34px #6f559342}.secondary-button{background:var(--primary-soft);color:var(--primary-deep);border:1px solid #8b6fae38}.ghost-button,.text-button{color:var(--primary-deep);background:#ffffffb8;border:1px solid #8b6fae29}.text-button{min-height:42px;color:var(--muted);background:0 0;border-color:#0000}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.icon-button:hover,.option-button:hover,.chip-button:hover{transform:translateY(-1px)}.primary-button:active,.secondary-button:active,.ghost-button:active,.icon-button:active,.option-button:active,.chip-button:active{transform:translateY(0)}.primary-button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none;transform:none}.option-grid{gap:10px;margin-top:18px;display:grid}.option-button{border-radius:var(--radius-control);min-height:58px;color:var(--text);text-align:left;cursor:pointer;background:#ffffffe6;border:1px solid #8b6fae29;grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:12px 13px;font-weight:800;display:grid;box-shadow:0 8px 24px #4a345c0f}.option-button.is-selected{background:linear-gradient(135deg, #fff, var(--primary-soft));border-color:#8b6fae85}.option-icon{background:var(--primary-soft);border-radius:50%;width:34px;height:34px;display:inline-block;position:relative}.option-icon:before,.option-icon:after{content:"";border-radius:999px;position:absolute}.option-icon.calm:before{background:#8b6fae6b;width:16px;height:16px;inset:9px}.option-icon.body:before{border:2px solid #8b6fae7a;width:18px;height:12px;top:11px;left:8px;transform:rotate(-16deg)}.option-icon.rhythm:before{background:#74b88ab8;width:4px;height:20px;top:7px;left:10px}.option-icon.rhythm:after{background:#8b6fae8f;width:4px;height:14px;top:13px;right:10px}.option-icon.trust:before{clip-path:polygon(50% 0,62% 33%,100% 35%,70% 57%,82% 100%,50% 75%,18% 100%,30% 57%,0 35%,38% 33%);background:linear-gradient(135deg,#74b88aa8,#8b6fae66);width:18px;height:18px;top:8px;left:8px}.feedback{border-radius:var(--radius-card);background:var(--success-soft);color:#3e7d55;margin:16px 0 0;padding:13px 14px;font-weight:800;line-height:1.45}.cup-zone{justify-items:center;gap:8px;margin:18px auto 12px;display:grid}.cup-glass{background:#ffffff94;border:4px solid #8b6fae6b;border-top-width:6px;border-radius:12px 12px 24px 24px;width:118px;height:142px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #fff9,0 16px 34px #4a345c1a}.cup-fill{background:linear-gradient(#8b6fae7a,#74b88a94);border-radius:12px 12px 18px 18px;transition:height .32s;position:absolute;bottom:8px;left:8px;right:8px}.cup-shine{background:#ffffff94;border-radius:999px;width:12px;height:84px;position:absolute;inset:14px auto auto 22px}.cup-note{min-width:62px;color:var(--primary-deep);text-align:center;background:#fff;border-radius:999px;padding:6px 10px;font-weight:900;box-shadow:0 10px 22px #4a345c14}.chip-grid{flex-wrap:wrap;gap:9px;display:flex}.chip-button{min-height:42px;color:var(--text);cursor:pointer;background:#fff;border:1px solid #8b6fae2e;border-radius:999px;flex:120px;padding:10px 12px;font-weight:850}.chip-button.is-selected{background:var(--success-soft);color:#3e7d55;border-color:#74b88ab8}.cta-bridge{border-radius:var(--radius-card);background:linear-gradient(135deg,#fff,#f9f4fc);border:1px solid #8b6fae29;margin-top:16px;padding:14px}.cta-bridge p{color:var(--muted);margin:0;line-height:1.42}.trust-list{gap:9px;margin:18px 0 0;padding:0;list-style:none;display:grid}.trust-list li{border-radius:var(--radius-card);background:var(--primary-soft);color:var(--primary-deep);padding:12px 13px 12px 38px;font-weight:850;position:relative}.trust-list li:before{content:"";background:var(--success);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.step-card,.reward-card{border-radius:var(--radius-card);background:linear-gradient(135deg, var(--primary-soft), #fff);border:1px solid #8b6fae29;margin-top:18px;padding:16px}.step-card span,.offer-card span{color:var(--muted);text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:900;display:block}.step-card strong{color:var(--text);line-height:1.45;display:block}.offer-grid{gap:10px;margin-top:18px;display:grid}.offer-card{border-radius:var(--radius-card);background:#ffffffdb;border:1px solid #8b6fae29;padding:15px;box-shadow:0 8px 24px #4a345c0f}.offer-card strong{color:var(--text);font-size:1.02rem;display:block}.offer-card p{color:var(--muted);margin:8px 0 0;line-height:1.42}.reward-card{text-align:center;background:radial-gradient(circle at 15% 0%, #e9c97738, transparent 32%), linear-gradient(135deg, var(--success-soft), #fff)}.reward-card p{color:var(--muted);margin:9px 0 0;line-height:1.48}.discount-code{border-radius:var(--radius-card);width:min(100%,220px);min-height:54px;color:var(--primary-deep);cursor:pointer;background:#fff;border:2px dashed #8b6fae7a;place-items:center;margin:16px auto 0;font-size:1.25rem;font-weight:950;display:grid}.discount-code.is-copied{border-color:var(--success);color:#3e7d55}.link-actions{gap:0;display:grid}.link-actions .primary-button,.link-actions .secondary-button,.link-actions .ghost-button{margin-top:10px}.screen-victory .lead,.screen-result .lead{font-size:.98rem}.as-link{color:#fff}@keyframes cardIn{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=720px){.app-shell{grid-template-rows:1fr;grid-template-columns:minmax(220px,270px) minmax(420px,510px);justify-content:center;align-items:center;gap:22px;width:min(100%,920px);padding:26px}#hud{align-self:center}.hud{flex-direction:column;justify-content:center;min-height:360px;display:flex}.hud-topline{align-items:flex-start}.badge-row{margin-top:16px}.screen-card{max-height:min(790px,100vh - 52px);padding:32px 30px}h1{font-size:2.4rem}}@media (width<=380px){.app-shell{padding-inline:10px}.screen-card{padding:22px 16px}h1{font-size:1.65rem}.primary-button,.secondary-button,.ghost-button{min-height:50px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
