:root{--bg: #000;--surface: #131313;--surface-2: #1d1d1d;--surface-3: #262626;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .18);--text: #fff;--text-dim: rgba(255, 255, 255, .62);--text-dimmer: rgba(255, 255, 255, .42);--text-dimmest: rgba(255, 255, 255, .28);--accent: #ec6324;--accent-hover: #d45920;--accent-active: #bd4f1d;--accent-soft: rgba(236, 99, 36, .16);--success: #45b87a;--destructive: #e54d4d;--radius: 24px;--radius-sm: 14px;--transition: .28s cubic-bezier(.22, .61, .36, 1)}body[data-result=snoozer]{--accent: #ec6324;--accent-hover: #d45920;--accent-active: #bd4f1d;--accent-soft: rgba(236, 99, 36, .16)}body[data-result=hostage]{--accent: #7c5cff;--accent-hover: #6a4dff;--accent-active: #5c41e6;--accent-soft: rgba(124, 92, 255, .18)}body[data-result=inconsistent]{--accent: #f5a623;--accent-hover: #d99317;--accent-active: #c08213;--accent-soft: rgba(245, 166, 35, .18)}body[data-result=steady]{--accent: #3a9ad1;--accent-hover: #2f88bd;--accent-active: #2876a8;--accent-soft: rgba(58, 154, 209, .18)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,Inter Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}button{font-family:inherit}.app-viewport{min-height:100dvh;display:flex;align-items:stretch;justify-content:center;background:var(--bg)}.phone-frame{width:100%;min-height:100dvh;display:flex;flex-direction:column;position:relative}@media(min-width:721px){.phone-frame{width:100%;max-width:none}}.shell{position:relative;flex:1;display:flex;flex-direction:column;min-height:100dvh;padding-top:max(10px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.shell__top{position:sticky;top:0;z-index:40;padding:0 24px 8px;background:linear-gradient(to bottom,#000000f5 70%,#0000);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.back-btn{position:absolute;top:8px;left:16px;width:36px;height:36px;border-radius:999px;border:0;background:#ffffff14;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .16s ease,transform .12s ease;z-index:50;font-family:inherit}.back-btn:hover{background:#ffffff24}.back-btn:active{transform:scale(.94)}.back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ec632466}@media(min-width:721px){.back-btn{top:10px;left:24px;width:40px;height:40px}}.shell__brand{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0 10px;min-height:54px;box-sizing:border-box}.shell__brand-symbol{display:block;height:28px;width:auto}.shell__brand-logo{display:block;height:24px;width:auto}@media(min-width:721px){.shell__brand{justify-content:center;gap:12px;min-height:62px;padding:16px 0 11px}.shell__brand-symbol{height:32px}.shell__brand-logo{height:27px}}.progress{width:100%;height:8px;margin-top:4px;background:#ffffff29;border-radius:1000px;overflow:hidden}.progress__bar{height:100%;width:0;background:var(--accent);transition:width .38s cubic-bezier(.22,.61,.36,1);border-radius:1000px}.stage{flex:1;display:flex;flex-direction:column;padding:12px 16px 32px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable both-edges}.screen{width:100%;max-width:460px;margin:0 auto;display:flex;flex-direction:column;gap:28px;flex:1;min-height:100%}.question-screen{justify-content:flex-start}.question-screen__header{flex:0 0 auto;width:min(100%,560px);margin-inline:auto}.question-screen>.options{width:100%;margin-top:auto;margin-bottom:auto}.question-screen .cta-row--sticky{margin-top:auto}@media(min-width:721px){.stage{padding:24px 32px 56px}.screen{max-width:520px;gap:30px}.shell__top{padding:0 32px 10px}}.transition-stack{position:relative;display:grid;grid-template-rows:1fr;flex:1;min-height:0}.transition-stack>*{grid-area:1 / 1;min-height:0}.cross-enter{animation:crossEnter .32s cubic-bezier(.4,0,.2,1) both;will-change:opacity}.cross-exit{animation:crossExit .26s cubic-bezier(.4,0,.2,1) both;pointer-events:none;will-change:opacity}@keyframes crossEnter{0%{opacity:0}to{opacity:1}}@keyframes crossExit{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.cross-enter,.cross-exit{animation:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes optionEnter{0%{opacity:0;translate:0 14px}to{opacity:1;translate:0 0}}@keyframes footerLineEnter{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0 0}}@keyframes lossPanelImpact{0%{opacity:0;transform:translateY(34px) scale(.94);filter:blur(8px)}48%{opacity:1;transform:translateY(-8px) scale(1.018);filter:blur(0)}62%{transform:translateY(4px) scale(.994)}78%{transform:translateY(-2px) scale(1.004)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes lossShockwave{0%{opacity:0;transform:scaleX(0)}18%{opacity:.85;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}@keyframes lossRedWash{0%{opacity:0;transform:translate(-120%) skew(-18deg)}35%{opacity:.7}to{opacity:0;transform:translate(120%) skew(-18deg)}}@keyframes lossTextHit{0%{opacity:0;transform:translateY(14px);filter:blur(5px)}72%{opacity:1;transform:translateY(-2px);filter:blur(0)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes lossNumberHit{0%{opacity:0;transform:translateY(26px) scale(.72);filter:blur(10px);text-shadow:none}46%{opacity:1;transform:translateY(-5px) scale(1.08);filter:blur(0);text-shadow:0 0 34px rgba(223,60,60,.48)}58%{transform:translate(-3px) scale(1.02)}66%{transform:translate(3px) scale(1.025)}78%{transform:translate(0) scale(.99)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0);text-shadow:0 0 22px rgba(223,60,60,.28)}}@keyframes lossExampleHit{0%{opacity:0;transform:translate(-18px)}56%{opacity:1;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes punchIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 0 0 var(--accent-soft)}50%{box-shadow:0 0 0 8px transparent}}@keyframes strike{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.stat-card,.reframe-row,.reveal__name,.timeline__row,.stat-shock__kicker,.stat-shock__title,.stat-shock__body,.reframe__kicker,.reframe__punch,.reframe__body,.reveal__tagline,.reveal__demo-line,.reveal__cards .feat-card{animation:none!important;transform:none!important;opacity:1!important}.question-screen .option,.graph-screen--inter_snooze_biology .graph__footer-line{animation:none!important;opacity:1!important;translate:none!important}.days-gone-stark,.days-gone-stark:before,.days-gone-stark:after,.days-gone-stark__line,.days-gone-stark__hours,.days-gone-stark__number,.days-gone-stark__unit,.days-gone-stark__examples,.days-gone-stark__examples li{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.eyebrow:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent)}.q-title{font-family:Inter Display,Inter,sans-serif;font-size:26px;line-height:32px;font-weight:600;letter-spacing:-.022em;margin:0;text-wrap:normal;text-align:center;color:#fff}.q-desc{font-size:15px;line-height:1.5;color:var(--text-dim);max-width:540px;text-align:center;margin:0 auto}.q-hint{font-size:13px;line-height:1.45;color:var(--text-dimmer);margin:0;text-align:center}@media(min-width:721px){.q-title{font-size:28px;line-height:32px}.q-desc{font-size:17px;line-height:1.55}}.options{display:flex;flex-direction:column;gap:12px}.options--compact{gap:10px}.option{display:flex;align-items:center;justify-content:center;min-height:64px;padding:0 24px;background:#ffffff1a;border:none;border-radius:20px;color:#fff;text-align:center;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease;font-family:Inter Display,Inter,sans-serif;width:100%}.question-screen .option{animation:optionEnter .52s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--option-delay, 90ms)}.options--compact .option{min-height:56px;padding:0 20px;border-radius:18px}.option:hover{background:#ffffff24}.option:active{transform:scale(.99)}.option:focus{outline:none}.option:focus-visible{outline:2px solid rgba(236,99,36,.65);outline-offset:2px}.option[aria-pressed=true],.option.is-selected{background:var(--accent);box-shadow:0 6px 22px #ec632452}.option__body{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.option__label{font-size:18px;font-weight:500;line-height:1.35;letter-spacing:-.012em}.option__detail{font-size:13px;line-height:1.35;color:#fff9}.options--compact .option__label{font-size:16px}.options--compact .option__detail{font-size:12px}@media(min-width:721px){.option{min-height:72px;padding:0 28px}.option__label{font-size:21px;line-height:30px}.options--compact .option{min-height:60px}.options--compact .option__label{font-size:18px}}.slider-answer{width:100%;margin-top:auto;margin-bottom:auto;padding:28px 22px 24px;border-radius:26px;background:#ffffff1a;display:flex;flex-direction:column;gap:22px;animation:optionEnter .52s cubic-bezier(.2,.8,.2,1) 90ms both}.slider-answer__value{color:#fff;font-size:clamp(54px,18vw,84px);line-height:.95;font-weight:800;letter-spacing:-.055em;text-align:center;font-variant-numeric:tabular-nums;display:flex;flex-direction:column;align-items:center;gap:8px}.slider-answer__average{color:#ffffff7a;font-size:15px;line-height:1;font-weight:750;letter-spacing:.08em;text-transform:uppercase;font-variant-numeric:normal}.slider-answer__input{-webkit-appearance:none;appearance:none;width:100%;height:44px;margin:0;background:transparent;cursor:pointer}.slider-answer__input::-webkit-slider-runnable-track{height:10px;border-radius:999px;background:#ffffff2e}.slider-answer__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:34px;height:34px;margin-top:-12px;border-radius:999px;border:4px solid #fff;background:var(--accent);box-shadow:0 8px 22px #ec632461}.slider-answer__input::-moz-range-track{height:10px;border-radius:999px;background:#ffffff2e}.slider-answer__input::-moz-range-thumb{width:28px;height:28px;border-radius:999px;border:4px solid #fff;background:var(--accent);box-shadow:0 8px 22px #ec632461}.slider-answer__input:focus{outline:none}.slider-answer__input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px #ec63244d,0 8px 22px #ec632461}.slider-answer__scale{display:flex;justify-content:space-between;color:#ffffff7a;font-size:14px;line-height:1;font-weight:650}@media(prefers-reduced-motion:reduce){.slider-answer{animation:none!important;opacity:1!important;translate:none!important}}.option__check{flex:0 0 auto;width:22px;height:22px;border-radius:999px;border:1.5px solid var(--border-hover);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .16s ease,background .16s ease}.option[aria-pressed=true] .option__check,.option.is-selected .option__check{opacity:1;background:var(--accent);border-color:var(--accent)}.option__check svg{width:12px;height:12px}@media(min-width:721px){.option{min-height:68px;padding:14px 20px}.option__label{font-size:16px}.option__detail{font-size:13px}.option__num{width:32px;height:32px;font-size:14px}.options--compact .option{min-height:60px;padding:12px 18px}.options--compact .option__label{font-size:15px}}.cta-row{margin-top:auto;padding-top:16px;display:flex;flex-direction:column;gap:10px;width:100%}.cta-row--sticky{position:sticky;bottom:0;margin-top:auto;padding:16px 0 max(8px,env(safe-area-inset-bottom));background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 30%,var(--bg) 60%,var(--bg) 100%);z-index:5}.btn{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;font-family:inherit;font-weight:600;font-size:16px;letter-spacing:-.01em;border-radius:999px;padding:0 24px;height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .16s ease,transform .12s ease,opacity .16s ease}.btn:active{transform:scale(.985)}.btn[disabled]{opacity:.45;cursor:not-allowed}.btn--primary{background:#fff;color:#0a0a0a;box-shadow:0 14px 30px #00000047}.btn--primary:hover:not([disabled]){background:#ffffffe6}.btn--primary:active{background:#ffffffd1}.btn--light{background:#fff;color:#0a0a0a;box-shadow:0 14px 30px #00000047}.btn--light:hover:not([disabled]){background:#ffffffe6}.btn--light:active{background:#ffffffd1}.btn--ghost{background:#ffffff0f;color:var(--text)}.btn--ghost:hover{background:#ffffff1a}.btn--text{background:transparent;color:var(--text-dim);height:40px;text-decoration:underline;text-underline-offset:4px}.btn--text:hover{color:var(--text)}.landing{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding-top:0;flex:1;min-height:100%;padding-bottom:0}.landing__ambient{position:absolute;top:-48px;right:-24px;bottom:0;left:-24px;background:radial-gradient(ellipse 78% 42% at 50% 22%,rgba(236,99,36,.3),transparent 72%);filter:blur(32px);mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);pointer-events:none;z-index:0;animation:landingGlow 4.8s ease-in-out infinite}@keyframes landingGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.landing__hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:clamp(22px,3.4vh,34px);margin:0 0 auto}.landing__copy{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2vh,18px);width:100%;max-width:100%}.landing__image-wrap{width:100%;max-width:min(82vw,330px);aspect-ratio:600 / 420;border-radius:24px;overflow:hidden;box-shadow:0 18px 46px #00000085,0 0 34px #ec63242e}.landing__image{width:100%;height:100%;object-fit:cover;display:block}.landing__title{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;font-size:clamp(30px,8.8vw,42px);line-height:1;font-weight:800;letter-spacing:-.03em;margin:0;color:var(--text)}.landing__title-top{color:var(--text);white-space:nowrap}.landing__title-accent{background:linear-gradient(180deg,#ff8048 0%,var(--accent) 60%,var(--accent-active) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-size:1.28em;line-height:1.02;padding-bottom:.04em;white-space:nowrap}.landing__subtitle{width:100%;max-width:400px;margin:0;color:#fff9;font-size:clamp(14px,3.7vw,16px);line-height:1.3;font-weight:500;text-wrap:balance}.landing__proof-strip{display:inline-flex;align-items:center;justify-content:center;gap:7px;max-width:100%;padding:0;border:0;border-radius:999px;background:transparent;color:#ffffff9e;font-size:13px;line-height:1.2;font-weight:700}.landing__proof-stars{color:var(--accent);font-size:12px;letter-spacing:1px}.landing__trust{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:#ffffff0a;border:1px solid var(--border);border-radius:999px}.landing__stars{color:var(--accent);font-size:12px;letter-spacing:2px}.landing__trust-text{font-size:13px;font-weight:600;color:var(--text-dim)}.landing__cta-row{z-index:2;align-items:center;text-align:center;margin-top:auto;gap:12px!important}.landing__cta{height:58px!important;font-size:17px!important;width:100%}.landing--right-for-you{text-align:center;align-items:center}.landing__hero--right-for-you{align-items:center;gap:34px;padding-top:18px;width:100%}.landing__copy--right-for-you{align-items:center;gap:14px;text-align:center}.landing__title--right-for-you{display:block;font-size:36px;line-height:1.05;letter-spacing:0}.landing__title-highlight{display:inline-block;padding:0 .08em .03em;border-radius:.16em;background:linear-gradient(180deg,transparent 48%,rgba(236,99,36,.44) 48%,rgba(236,99,36,.44) 88%,transparent 88%);box-decoration-break:clone;-webkit-box-decoration-break:clone;color:var(--text)}.landing__subtitle--right-for-you{width:min(100%,620px);max-width:none;margin-inline:auto;color:#ffffffc7;font-size:20px;line-height:1.3;font-weight:500;text-wrap:normal}.landing__image-wrap--right-for-you{max-width:min(82vw,330px);aspect-ratio:600 / 420;border-radius:24px}.landing__stakes{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;text-align:center}.landing__stakes-title{margin:0;color:var(--text);font-size:30px;line-height:1.1;font-weight:800;letter-spacing:0}.landing__offer-text{color:var(--accent);white-space:nowrap}.landing__stakes-copy{max-width:410px;margin:0 auto;color:#ffffffc7;font-size:20px;line-height:1.35;font-weight:500}@media(max-width:720px){.landing--right-for-you{max-width:min(100%,430px)}.landing__hero--right-for-you{gap:30px;padding-top:16px}.landing__copy--right-for-you{max-width:420px}.landing__stakes{max-width:340px}.landing__title--right-for-you{font-size:31px;line-height:1.08}.landing__subtitle--right-for-you,.landing__stakes-copy{font-size:18px;line-height:1.34}.landing__subtitle--right-for-you{width:min(100%,410px)}.landing__stakes-copy{max-width:300px}.landing__image-wrap--right-for-you{max-width:min(74vw,300px);border-radius:22px}.landing__stakes-title{max-width:320px;font-size:25px;line-height:1.12}}@media(min-width:721px){.landing__title{font-size:clamp(42px,5.8vw,48px)}.landing__image-wrap{max-width:340px}.landing__hero{gap:34px;margin-top:0}.landing__proof-strip,.landing__trust-text{font-size:14px}.landing__cta{height:60px!important;font-size:18px!important}.landing--right-for-you{max-width:580px}.landing__title--right-for-you{font-size:48px}.landing__subtitle--right-for-you,.landing__stakes-copy{font-size:22px}.landing__stakes-copy{max-width:430px}.landing__image-wrap--right-for-you{max-width:340px}}@media(max-height:760px){.landing__hero{gap:18px}.landing__copy{gap:10px}.landing__title{font-size:clamp(28px,8vw,38px)}.landing__subtitle{font-size:14px}.landing__image-wrap{max-width:min(78vw,286px);border-radius:22px}.landing__cta{height:54px!important}}@media(max-width:720px)and (max-height:760px){.landing__hero--right-for-you{gap:22px;padding-top:0}.landing__copy--right-for-you{gap:12px}.landing__title--right-for-you{font-size:27px}.landing__subtitle--right-for-you,.landing__stakes-copy{font-size:16px;line-height:1.32}.landing__subtitle--right-for-you{width:min(100%,410px)}.landing__stakes-copy{max-width:288px}.landing__stakes{gap:12px}.landing__stakes-title{font-size:22px}.landing__image-wrap--right-for-you{max-width:min(72vw,270px);border-radius:22px}}@media(prefers-reduced-motion:reduce){.landing__ambient{animation:none!important}}.situation-intro{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:center;justify-content:center;align-items:center;gap:32px;padding:24px 0 56px}.situation-intro--series{position:relative;gap:24px}.situation-intro__eyebrow{color:#ffffff6b;font-family:Inter Display,Inter,sans-serif;font-size:11px;font-weight:850;letter-spacing:.18em;line-height:1;text-transform:uppercase}.situation-intro--series .situation-intro__eyebrow{position:absolute;top:18px;left:0;right:0}.situation-intro__copy{width:100%;max-width:500px;height:320px;display:flex;align-items:flex-start;justify-content:center}.situation-intro--series .situation-intro__copy{height:auto;min-height:180px;align-items:center}.situation-intro--sunrise{position:relative;overflow:hidden;padding:0 0 56px;justify-content:center;width:calc(100% + 32px);max-width:none;margin-left:-16px;margin-right:-16px;min-height:min(680px,calc(100dvh - 156px))}.situation-intro--sunrise .situation-intro__copy{position:absolute;z-index:2;top:calc(50% + 8px);left:16px;right:16px;height:auto;max-width:none;padding:0 22px;align-items:center;transform:translateY(-50%)}.situation-intro--sunrise .situation-intro__title{max-width:620px;margin:0 auto}.situation-intro--sunrise .situation-intro__prompt{position:absolute;z-index:3;left:16px;right:16px;bottom:clamp(96px,17vh,148px)}.sunrise-scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.sunrise-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 60%,rgba(255,205,118,.32),transparent 24%),radial-gradient(ellipse at 50% 62%,rgba(236,99,36,.34),transparent 46%),radial-gradient(ellipse at 50% 64%,rgba(236,99,36,.18),transparent 62%);opacity:0;animation:sunriseSkyGlow 1.8s .26s ease-out both}.sunrise-scene__sun{position:absolute;left:50%;bottom:45%;width:clamp(160px,42vw,252px);aspect-ratio:1;border-radius:999px;background:radial-gradient(circle at 50% 45%,#ffffe2 0 10%,#ffce6cfa 32%,#ec6324eb 68%);box-shadow:0 0 72px #ffcc6f9e,0 0 168px #ec632470,0 0 280px #ec63243d;opacity:0;transform:translate(-50%,72px) scale(.72);animation:sunriseLift 1.9s .22s cubic-bezier(.16,1,.3,1) both}.sunrise-scene__ray{position:absolute;left:50%;bottom:45%;width:7px;height:clamp(176px,44vh,340px);border-radius:999px;background:linear-gradient(to top,rgba(255,189,88,.62),rgba(255,226,151,.28),transparent);filter:blur(1px);opacity:0;transform-origin:center bottom;animation:sunriseRayIn 1.8s .54s ease-out both,sunriseRayBreathe 3.6s 2.2s ease-in-out infinite}.sunrise-scene__ray--one{transform:translate(-50%) rotate(0) scaleY(.72)}.sunrise-scene__ray--two{transform:translate(-50%) rotate(-29deg) scaleY(.66);animation-delay:.62s,2.32s}.sunrise-scene__ray--three{transform:translate(-50%) rotate(29deg) scaleY(.66);animation-delay:.7s,2.44s}.situation-intro__title{margin:0;font-size:clamp(27px,7.6vw,40px);line-height:1.2;font-weight:800;letter-spacing:-.03em;text-wrap:balance}.situation-intro__prompt{color:#ffffff85;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;min-height:16px;opacity:0;transition:opacity .52s ease}.situation-intro__prompt.is-visible{opacity:1}.situation-intro--exiting .situation-intro__title,.situation-intro--exiting .situation-intro__prompt,.situation-intro--exiting .situation-intro__eyebrow{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;filter:none!important}.situation-intro--exiting .sunrise-scene:before{animation:none!important;opacity:1!important;transform:scale(1)!important}.situation-intro--exiting .sunrise-scene__sun{animation:none!important;opacity:.72!important;transform:translate(-50%) scale(1)!important;filter:none!important}.situation-intro--exiting .sunrise-scene__ray{animation:none!important;opacity:.56!important}@media(min-width:721px){.situation-intro{padding-bottom:72px}.situation-intro__title{font-size:clamp(38px,5.8vw,48px)}.situation-intro--sunrise{width:calc(100% + 64px);margin-left:-32px;margin-right:-32px}.situation-intro--sunrise .situation-intro__copy,.situation-intro--sunrise .situation-intro__prompt{left:32px;right:32px}}@media(prefers-reduced-motion:reduce){.sunrise-scene:before,.sunrise-scene__sun,.sunrise-scene__ray{animation:none!important;opacity:1}.situation-intro__prompt{transition:none!important;opacity:1!important;transform:none!important}}@keyframes sunriseSkyGlow{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sunriseLift{0%{opacity:0;transform:translate(-50%,92px) scale(.62);filter:blur(12px)}58%{opacity:.82;filter:blur(0)}to{opacity:.72;transform:translate(-50%) scale(1);filter:blur(0)}}@keyframes sunriseRayIn{0%{opacity:0;height:0}to{opacity:.56}}@keyframes sunriseRayBreathe{0%,to{opacity:.36}50%{opacity:.72}}.commitment-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;position:relative;padding:0 0 56px;text-align:center}.commitment-screen__copy{position:absolute;top:50%;left:0;right:0;width:100%;max-width:620px;min-height:220px;display:flex;align-items:center;justify-content:center;margin:0 auto;transform:translateY(-50%)}.commitment-screen__title{margin:0;color:#fff;font-family:Inter Display,Inter,sans-serif;font-size:clamp(24px,6.1vw,36px);line-height:1.18;font-weight:850;letter-spacing:-.025em;text-wrap:balance;white-space:pre-line}.commitment-screen__cta{position:absolute;left:0;right:0;bottom:0;width:100%;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .36s ease,transform .36s ease}.commitment-screen__cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.interstitial{display:flex;flex-direction:column;gap:24px;align-items:flex-start;padding-top:16px}.interstitial__icon{width:56px;height:56px;border-radius:18px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:28px}.interstitial__kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.interstitial__stat{font-size:56px;font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--accent);font-variant-numeric:tabular-nums}.interstitial__title{font-size:26px;font-weight:700;line-height:1.18;letter-spacing:-.02em;margin:0;text-wrap:balance}.interstitial__title-accent{color:#df3c3c}.quiz-accent{color:var(--accent);font-weight:inherit}.quiz-accent--underline{position:relative;display:inline-block;padding-bottom:6px}.quiz-accent__underline-svg{position:absolute;left:-8px;right:-8px;bottom:-2px;width:calc(100% + 16px);height:9px;pointer-events:none;overflow:visible}.answer-stat-screen{align-items:center;justify-content:center;text-align:center;gap:20px;padding-top:8px}.answer-stat__content{width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:26px;margin:auto 0}.answer-stat__title{margin:0;font-size:clamp(32px,8.4vw,46px);line-height:1.08;font-weight:800;letter-spacing:-.03em;text-wrap:balance}.answer-stat__panel{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:0}.answer-stat__percent{color:var(--accent);font-size:clamp(102px,27vw,156px);line-height:.78;font-weight:900;letter-spacing:-.085em;font-variant-numeric:tabular-nums;text-shadow:0 0 42px rgba(236,99,36,.3);animation:answerStatNumberIn .64s cubic-bezier(.16,1,.3,1) .12s both}.answer-stat__you-said{width:fit-content;max-width:100%;margin:2px auto 0;display:inline-flex;align-items:center;gap:12px;padding:11px 18px;border-radius:999px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#ffffff94;font-size:12px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.answer-stat__you-said strong{color:#fff;font-size:15px;letter-spacing:0;text-transform:none;white-space:nowrap}.answer-stat__body{max-width:360px;margin:0;color:#ffffffb8;font-size:clamp(22px,5.7vw,30px);line-height:1.12;font-weight:800;letter-spacing:-.035em;text-wrap:balance}@keyframes answerStatNumberIn{0%{opacity:0;transform:translateY(18px) scale(.94);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(min-width:721px){.answer-stat__title{font-size:clamp(38px,5.4vw,52px)}.answer-stat__body{font-size:30px}}@media(prefers-reduced-motion:reduce){.answer-stat__percent{animation:none!important;opacity:1;transform:none;filter:none}}.alarm-sounds-screen{justify-content:flex-start;gap:0;overflow:hidden}.alarm-sounds__header{flex:0 0 auto;width:min(100%,560px);margin-inline:auto;padding-top:0;padding-bottom:clamp(22px,4vh,34px)}.alarm-sounds__title{max-width:360px;margin-inline:auto}.alarm-sounds__card{width:100%;margin:0 auto auto;padding:14px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 50% 0%,rgba(236,99,36,.2),transparent 40%),linear-gradient(180deg,#361c14fa,#050505fa 44%);box-shadow:inset 0 1px #ffffff14,0 22px 60px #00000057}.alarm-sounds__section-label{margin-bottom:10px;color:#ffffff8f;font-size:13px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.alarm-sounds__list{display:flex;flex-direction:column;gap:8px}.alarm-sound-row{width:100%;min-height:54px;padding:8px 8px 8px 14px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:#ffffff14;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .12s ease}.alarm-sound-row:hover{border-color:#ec63246b;background:#ffffff1c}.alarm-sound-row:active{transform:scale(.99)}.alarm-sound-row.is-playing{border-color:#ec6324cc;background:#ec63241f}.alarm-sound-row__text{min-width:0;display:flex;flex-direction:column;gap:3px}.alarm-sound-row__title{font-size:16px;line-height:1.12;font-weight:800;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alarm-sound-row__category{color:var(--text-dim);font-size:11px;line-height:1;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.alarm-sound-row__play{flex:0 0 auto;width:38px;height:38px;border-radius:999px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #ec63243d}.alarm-sound-row__play svg{width:21px;height:21px}.alarm-sound-row__pause-icon{width:12px;height:15px;border-left:4px solid currentColor;border-right:4px solid currentColor}@media(max-height:720px){.alarm-sounds__header{padding-bottom:14px}.alarm-sounds__card{padding:12px;border-radius:22px}.alarm-sounds__list{gap:7px}.alarm-sound-row{min-height:48px;border-radius:16px}.alarm-sound-row__play{width:34px;height:34px}.alarm-sound-row__category{display:none}.alarm-sounds-screen .btn{height:52px}}.barchart-screen{display:flex;flex-direction:column;align-items:center;gap:32px;padding-top:8px}.barchart__header{display:flex;flex-direction:column;gap:12px;width:100%;text-align:center}.barchart__subtitle{font-size:13.5px;line-height:19.5px;color:#fff9;margin:0}.barchart__subtitle-em{color:#fff}.barchart__card{width:100%;display:flex;flex-direction:column;gap:32px;padding:24px;border-radius:20px;background:linear-gradient(155.6deg,#ec632429 13.6%,#86381529 86.4%)}.barchart__bars{display:flex;flex-direction:column;gap:16px}.barchart__row{display:flex;align-items:center;gap:16px}.barchart__label{min-width:37px;font-size:13px;font-weight:500;color:#fff6;letter-spacing:-.13px}.barchart__track{flex:1;min-width:0;display:flex;align-items:stretch;gap:10px;background:#ffffff0a;border-radius:16px;overflow:hidden}.barchart__track--full{background:#df3c3c}.barchart__fill{border-radius:16px;transform:scaleX(0);transform-origin:left center;animation:barGrow .72s cubic-bezier(.22,.61,.36,1) both}.barchart__value{flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-end;padding:16px 12px;font-size:18px;font-weight:600;line-height:20px;color:#fff;white-space:nowrap}.barchart__footer{font-size:14px;line-height:19.5px;color:#fff9;text-align:center;margin:0}.barchart__footer-em{color:#df3c3c}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.barchart__fill{animation:none!important;transform:none}}.interstitial__body{font-size:16px;line-height:1.55;color:var(--text-dim);margin:0;max-width:540px}@media(min-width:721px){.interstitial__stat{font-size:76px}.interstitial__title{font-size:34px}}.stat-shock{display:flex;flex-direction:column;gap:24px;padding-top:12px}.stat-shock__kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.stat-shock__title{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;text-align:center;text-wrap:balance}@media(min-width:721px){.stat-shock__title{font-size:30px}}.stat-grid{display:flex;flex-direction:column;gap:12px;margin-top:4px}.stat-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:18px 20px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;opacity:0;transform:translateY(10px);animation:fadeUp .46s cubic-bezier(.22,.61,.36,1) both;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 30%,var(--accent-soft) 50%,transparent 70%);transform:translate(-110%);animation:sweep .9s cubic-bezier(.22,.61,.36,1) both;pointer-events:none}@keyframes sweep{to{transform:translate(110%)}}.stat-card--1{animation-delay:.34s}.stat-card--1:after{animation-delay:.6s}.stat-card--2{animation-delay:.94s;border-color:#ec63243d;background:#ec63240a}.stat-card--2:after{animation-delay:1.2s}.stat-card--3{animation-delay:1.62s;border-color:var(--accent);background:var(--accent-soft);box-shadow:0 14px 34px #ec63242e}.stat-card--3:after{animation-delay:1.88s}.stat-card__label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);position:relative;z-index:1}.stat-card--3 .stat-card__label{color:var(--accent)}.stat-card__value{font-size:32px;font-weight:800;letter-spacing:-.025em;color:var(--text);font-variant-numeric:tabular-nums;position:relative;z-index:1}.stat-card--3 .stat-card__value{color:var(--accent)}@media(min-width:721px){.stat-card{padding:22px 26px}.stat-card__value{font-size:40px}}.stat-shock__body{font-size:15px;line-height:1.5;color:var(--text-dim);margin:0;opacity:0;animation:fadeUp .36s cubic-bezier(.22,.61,.36,1) 2.1s both}.reframe{display:flex;flex-direction:column;gap:22px;padding-top:12px}.reframe__kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.reframe__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.reframe-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:14px;font-size:15px;color:var(--text-dim);position:relative;opacity:0;animation:fadeUp .4s cubic-bezier(.22,.61,.36,1) both}.reframe-row__check{width:18px;height:18px;border-radius:999px;background:#ffffff14;flex:0 0 auto;position:relative}.reframe-row__text{position:relative;flex:1}.reframe-row__text:after{content:"";position:absolute;left:0;right:0;top:50%;height:1.5px;background:var(--text-dim);transform-origin:left center;transform:scaleX(0);animation:strike .42s cubic-bezier(.22,.61,.36,1) both}.reframe-row--1{animation-delay:.24s}.reframe-row--1 .reframe-row__text:after{animation-delay:1.08s}.reframe-row--2{animation-delay:.54s}.reframe-row--2 .reframe-row__text:after{animation-delay:1.32s}.reframe-row--3{animation-delay:.84s}.reframe-row--3 .reframe-row__text:after{animation-delay:1.56s}.reframe__punch{margin-top:12px;font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-wrap:balance;opacity:0;animation:punchIn .54s cubic-bezier(.32,.72,0,1) 2s both}.reframe__punch em{color:var(--accent);font-style:normal}@media(min-width:721px){.reframe__punch{font-size:32px}}.reframe__body{font-size:15px;line-height:1.55;color:var(--text-dim);margin:0;opacity:0;animation:fadeUp .36s cubic-bezier(.22,.61,.36,1) 2.4s both}.timeline__row{opacity:0;animation:fadeUp .48s cubic-bezier(.22,.61,.36,1) both}.timeline__row:nth-child(1){animation-delay:.2s}.timeline__row:nth-child(2){animation-delay:.48s}.timeline__row:nth-child(3){animation-delay:.76s}.timeline__row:nth-child(4){animation-delay:1.04s}.timeline__row:nth-child(1) .timeline__track:after{animation:glow 1.6s ease-out .32s both}.timeline__row:nth-child(2) .timeline__track:after{animation:glow 1.6s ease-out .6s both}.timeline__row:nth-child(3) .timeline__track:after{animation:glow 1.6s ease-out .88s both}.timeline__row:nth-child(4) .timeline__track:after{animation:glow 1.6s ease-out 1.16s both}.unlock{display:flex;flex-direction:column;align-items:center;gap:36px;padding-top:8px;text-align:center}.unlock__title{font-family:Inter Display,Inter,sans-serif;font-size:24px;font-weight:600;line-height:32px;letter-spacing:-.022em;color:#fff;margin:0;display:flex;flex-direction:column;gap:28px;align-items:center;text-wrap:balance}.unlock__title-line{display:block}.unlock__grid{width:100%;max-width:408px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.unlock__cell{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;width:100%;aspect-ratio:1 / 1;cursor:pointer;perspective:900px;transition:opacity .32s ease,transform .15s ease}.unlock__cell:not([disabled]):hover{transform:scale(1.04)}.unlock__cell:not([disabled]):active{transform:scale(.97)}.unlock__cell[disabled]{cursor:default}.unlock__cell.is-dimmed{opacity:.4}.unlock__cell:focus-visible{outline:none}.unlock__cell:focus-visible .unlock__flip{outline:2px solid var(--accent);outline-offset:4px;border-radius:16px}.unlock__flip{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .64s cubic-bezier(.45,.05,.25,1)}.unlock__cell.is-flipped .unlock__flip{transform:rotateY(180deg)}.unlock__face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#1e1e1e;backface-visibility:hidden;-webkit-backface-visibility:hidden}.unlock__face--front{transform:translateZ(2px)}.unlock__face--back{transform:rotateY(180deg) translateZ(2px);flex-direction:column;gap:6px;padding:8px}.unlock__q{font-family:Inter Display,Inter,sans-serif;font-size:40px;font-weight:700;line-height:1;color:#ec6324;text-shadow:0 0 16px rgba(236,99,36,.5);animation:qPulse 2.4s ease-in-out infinite}@keyframes qPulse{0%,to{text-shadow:0 0 12px rgba(236,99,36,.4)}50%{text-shadow:0 0 20px rgba(236,99,36,.7)}}.unlock__perk-img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(236,99,36,.5))}.unlock__perk-label{font-size:12px;font-weight:500;line-height:1.25;letter-spacing:-.01em;color:#fff;text-align:center}.unlock__cta{width:100%;margin-top:4px}.unlock__claim{width:100%}@media(min-width:721px){.unlock__title{font-size:28px;gap:32px}.unlock__grid{gap:24px}.unlock__q{font-size:48px}.unlock__perk-img{width:60px;height:60px}.unlock__perk-label{font-size:14px}}@media(prefers-reduced-motion:reduce){.unlock__q{animation:none!important}.unlock__flip,.unlock__face{transition:none!important}}.reveal__name{animation:punchIn .54s cubic-bezier(.32,.72,0,1) 60ms both}.reveal__tagline{opacity:0;animation:fadeUp .42s cubic-bezier(.22,.61,.36,1) .28s both}.reveal__demo-line{opacity:0;animation:fadeUp .38s cubic-bezier(.22,.61,.36,1) .48s both}.reveal__cards .feat-card{opacity:0;animation:fadeUp .38s cubic-bezier(.22,.61,.36,1) both}.reveal__cards .feat-card:nth-child(1){animation-delay:.64s}.reveal__cards .feat-card:nth-child(2){animation-delay:.76s}.reveal__cards .feat-card:nth-child(3){animation-delay:.88s}.timeline-screen{display:flex;flex-direction:column;gap:24px;padding-top:16px}.timeline{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:14px;position:relative}.timeline__row{display:grid;grid-template-columns:78px 24px 1fr;gap:0;align-items:stretch;position:relative;min-height:56px}.timeline__time{align-self:center;font-size:13px;font-weight:700;color:var(--accent);letter-spacing:.04em;font-variant-numeric:tabular-nums;text-align:right;padding-right:12px}.timeline__track{position:relative;display:flex;justify-content:center}.timeline__track:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#ffffff1a;transform:translate(-50%)}.timeline__track:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:999px;background:var(--accent);transform:translate(-50%,-50%);box-shadow:0 0 0 4px #ec63242e}.timeline__row:first-child .timeline__track:before{top:50%}.timeline__row:last-child .timeline__track:before{bottom:50%}.timeline__text{align-self:center;font-size:15px;line-height:1.4;color:var(--text);padding-left:14px}@media(min-width:721px){.timeline__row{grid-template-columns:100px 28px 1fr;min-height:64px}.timeline__time{font-size:14px}.timeline__text{font-size:17px}}.calibration{display:flex;flex-direction:column;gap:22px;align-items:center;text-align:center;padding-top:40px}.calibration__title{font-size:26px;font-weight:700;letter-spacing:-.02em;margin:0;text-wrap:balance}.calibration__lines{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left;max-width:380px}.cal-line{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-dim);opacity:.45;transition:opacity .24s ease,color .24s ease}.cal-line.is-active{opacity:1;color:var(--text)}.cal-line.is-done{opacity:1;color:var(--text-dim)}.cal-line__bullet{width:22px;height:22px;border-radius:999px;border:1.5px solid var(--border-hover);flex:0 0 auto;display:flex;align-items:center;justify-content:center}.cal-line.is-active .cal-line__bullet{border-color:var(--accent)}.cal-line.is-done .cal-line__bullet{background:var(--accent);border-color:var(--accent)}.cal-line.is-done .cal-line__bullet svg{width:12px;height:12px;color:#fff}.cal-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(236,99,36,.3);border-top-color:var(--accent);animation:spin .72s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gate{display:flex;flex-direction:column;gap:32px;padding-top:8px;text-align:center}.gate__head{display:flex;flex-direction:column;gap:12px;align-items:center}.gate__title{font-family:Inter Display,Inter,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.022em;line-height:32px;margin:0;text-wrap:balance;color:#fff}.gate__sub{font-family:Inter Display,Inter,sans-serif;font-size:16px;font-weight:400;color:#fff9;line-height:1.45;margin:0;text-wrap:balance}.gate__form{display:flex;flex-direction:column;gap:14px}.gate__input{-webkit-appearance:none;appearance:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:20px;height:64px;padding:0 28px;font-family:Inter Display,Inter,sans-serif;font-size:16px;font-weight:500;color:#fff;outline:none;text-align:left;transition:border-color .16s ease,background .16s ease}.gate__input:focus{border-color:var(--accent);background:#ffffff0f}.gate__input::placeholder{color:#fff6}.gate__error{font-size:13px;color:var(--destructive);margin:0}.gate__skip{align-self:center;margin-top:2px}.gate__cta{width:100%}.gate .cta-row{margin-top:auto}@media(min-width:721px){.gate__title{font-size:28px}.gate__sub{font-size:18px;line-height:26px}.gate__input{font-size:18px}}.reveal{display:flex;flex-direction:column;gap:20px;padding-top:8px;text-align:center}.reveal__head{display:flex;flex-direction:column;align-items:center;gap:10px}.reveal__kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.reveal__name{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1.02;margin:0;color:var(--accent);text-wrap:balance}.reveal__tagline{font-size:18px;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin:0;text-wrap:balance;max-width:380px}.reveal__demo-line{font-size:13px;line-height:1.5;color:var(--accent);font-style:italic;margin:2px 0 0;letter-spacing:0;max-width:380px}@media(min-width:721px){.reveal__name{font-size:52px}.reveal__tagline{font-size:22px;max-width:460px}.reveal__demo-line{font-size:14px;max-width:460px}}.scratch-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:28px 0;text-align:center;flex:1}.scratch__lead{font-size:20px;font-weight:700;letter-spacing:-.015em;line-height:1.3;color:var(--text);margin:0;max-width:340px;text-wrap:balance;opacity:0;animation:fadeUp .36s cubic-bezier(.22,.61,.36,1) 80ms both}@media(min-width:721px){.scratch__lead{font-size:24px;max-width:420px}}.scratch__hint--top{font-size:14px;font-weight:500;color:var(--text-dim);margin:0;opacity:0;animation:fadeUp .32s cubic-bezier(.22,.61,.36,1) .18s both}.scratch__progress{font-size:13px;color:var(--text-dimmer);margin:0;min-height:18px;transition:color .2s ease}.scratch__card{position:relative;width:320px;height:320px;max-width:90vw;border-radius:28px;overflow:hidden;background:var(--surface);box-shadow:0 0 0 1px #ffffff0f,0 18px 60px #ec632438;opacity:0;animation:fadeUp .48s cubic-bezier(.22,.61,.36,1) .22s both}.scratch__under{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;background:radial-gradient(circle at 50% 50%,rgba(236,99,36,.18),transparent 65%),var(--surface);pointer-events:none}.scratch__under-book{position:relative;z-index:2;width:92%;height:92%;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(0,0,0,.55))}.scratch__under-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle at 50% 50%,rgba(236,99,36,.45),transparent 60%);filter:blur(28px);z-index:1}.scratch__lead-accent{color:var(--accent)}.scratch__below{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:60px;margin-top:4px}.scratch__cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;border:0;padding:0;display:block;background:transparent;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:opacity .54s cubic-bezier(.22,.61,.36,1)}.scratch__cover:active{cursor:grabbing}.scratch__cover.is-cleared{opacity:0;pointer-events:none}.scratch__cover--button{background:linear-gradient(135deg,var(--accent),var(--accent-active));color:#fff;font-family:inherit;font-weight:700;font-size:18px;letter-spacing:.04em;cursor:pointer}.scratch__skip{margin-top:4px;align-self:center}@media(min-width:721px){.scratch__card{width:320px;height:320px;border-radius:32px}.scratch__under-name{font-size:30px}}@media(prefers-reduced-motion:reduce){.scratch__card,.scratch__lead,.scratch__hint--top{animation:none!important;opacity:1}.scratch__cover{transition:none}}.dock-showcase{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:8px;text-align:center}.dock-showcase__head{display:flex;flex-direction:column;gap:12px;align-items:center}.dock-showcase__title{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0;text-wrap:balance;opacity:0;animation:fadeUp .42s cubic-bezier(.22,.61,.36,1) 80ms both}.dock-showcase__sub{font-size:17px;font-weight:600;line-height:1.35;color:var(--text);margin:0;max-width:360px;text-wrap:balance;opacity:0;animation:fadeUp .42s cubic-bezier(.22,.61,.36,1) .22s both}.dock-showcase__accent{color:var(--accent)}.dock-showcase__product{position:relative;width:240px;height:240px;display:flex;align-items:center;justify-content:center;margin:8px auto;opacity:0;animation:fadeUp .54s cubic-bezier(.22,.61,.36,1) .38s both}.dock-showcase__halo{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;background:radial-gradient(circle at 50% 50%,rgba(236,99,36,.32),transparent 60%);filter:blur(28px);z-index:0}.dock-showcase__photo{position:relative;z-index:1;width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:20px;animation:dockFloat 4.4s ease-in-out .8s infinite}@keyframes dockFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(min-width:721px){.dock-showcase__title{font-size:32px}.dock-showcase__sub{font-size:19px;max-width:420px}.dock-showcase__product{width:280px;height:280px}}@media(prefers-reduced-motion:reduce){.dock-showcase__title,.dock-showcase__sub,.dock-showcase__product{animation:none!important;opacity:1}.dock-showcase__photo{animation:none!important}}.reveal__cards{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:10px;text-align:left}.feat-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:16px}.feat-card--hero{background:var(--accent-soft);border-color:var(--accent)}.feat-card__icon{flex:0 0 auto;width:40px;height:40px;border-radius:12px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.feat-card--hero .feat-card__icon{background:#ec632438}.feat-card__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.feat-card__title{font-size:15px;font-weight:700;color:var(--text);line-height:1.25;letter-spacing:-.01em}.feat-card__sub{font-size:13px;color:var(--text-dim);line-height:1.35}.feat-card__accent{flex:0 0 auto;font-size:12px;font-weight:700;color:var(--accent);letter-spacing:-.005em;text-align:right;padding-left:8px;white-space:nowrap}@media(min-width:721px){.feat-card{padding:16px 18px}.feat-card__icon{width:44px;height:44px;font-size:22px}.feat-card__title{font-size:16px}.feat-card__sub{font-size:14px}.feat-card__accent{font-size:13px}}.stat-card--mild .stat-card__value{color:var(--text)}.stat-card--warn{background:#e54d4d0f;border-color:#e54d4d33}.stat-card--warn .stat-card__value{color:#ef6f4d}.stat-card--danger{background:#e54d4d1a;border-color:#e54d4d52;box-shadow:0 12px 30px #e54d4d26}.stat-card--danger .stat-card__value{color:#ff5a3c}.cycle-screen{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:8px;text-align:center}.cycle__header{display:flex;flex-direction:column;gap:12px;width:100%}.cycle__subtitle{font-size:13.5px;line-height:19.5px;color:#fff9;margin:0}.cycle{width:100%;max-width:348px;aspect-ratio:1 / 1;margin:12px auto 0;filter:none}.cycle__svg{width:100%;height:100%;display:block;overflow:visible}.cycle__arc{fill:none;stroke-linecap:round;opacity:0;animation:cycleArcDraw .62s cubic-bezier(.22,.61,.36,1) both}.cycle__arc--accent{stroke:#ec6324;stroke-width:1.6;stroke-dasharray:4 5}.cycle__arc--soft{stroke:#ffffff59;stroke-width:1.3}.cycle__node-shadow{display:none}.cycle__node-circle{fill:#0a0a0a;stroke:#fff3;stroke-width:1.1}.cycle__node-circle--hot{stroke:#ec6324;stroke-width:1.6}.cycle__center-circle{fill:url(#cycle-center-grad);stroke:#fff3;stroke-width:1.1}.cycle__node-g{opacity:0;animation:fadeUp .38s cubic-bezier(.22,.61,.36,1) both;transform-box:fill-box;transform-origin:center}.cycle__center-g{opacity:0;animation:fadeUp .46s cubic-bezier(.22,.61,.36,1) .82s both;transform-box:fill-box;transform-origin:center}@keyframes cycleArcDraw{0%{opacity:0}to{opacity:1}}@media(min-width:721px){.cycle{max-width:408px}}@media(prefers-reduced-motion:reduce){.cycle__node-g,.cycle__center-g,.cycle__arc{animation:none!important;opacity:1}}.graph-screen{display:flex;flex-direction:column;align-items:center;gap:32px;padding-top:8px;text-align:center}.graph__header{display:flex;flex-direction:column;gap:12px;width:100%}.graph__subtitle{font-size:13.5px;line-height:19.5px;color:#fff9;margin:0}.graph__image{width:100%;display:block;border-radius:20px}.graph__image--narrow{width:283px;max-width:100%;border-radius:24px}.graph__footer{display:flex;flex-direction:column}.graph__footer-line{font-size:13.5px;line-height:19.5px;color:#fff;margin:0}.graph__footer-line--dim{color:#fff6}.graph-screen--inter_snooze_biology .graph__footer{gap:4px;max-width:460px}.graph-screen--inter_snooze_biology .graph__footer-line{font-size:18px;line-height:1.32;font-weight:650;letter-spacing:-.014em;opacity:0;animation:footerLineEnter .86s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--footer-delay, .85s)}.graph-screen--inter_snooze_biology .graph__footer-line--dim{color:#ffffff80}.graph-screen--inter_snooze_biology .graph__footer-line:not(.graph__footer-line--dim){font-size:21px;font-weight:750;color:#fff}.graph__rows-image{width:100%;max-width:320px;display:block}.graph-screen--inter_days_gone{gap:28px}.days-gone-stark{position:relative;overflow:hidden;width:100%;max-width:440px;min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:36px 26px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:radial-gradient(circle at 18% 0%,rgba(223,60,60,.22),transparent 36%),linear-gradient(180deg,#ffffff0e,#ffffff05);box-shadow:inset 0 1px #ffffff14,0 24px 70px #0000006b,0 0 54px #df3c3c1a;text-align:left;opacity:0;transform-origin:center;animation:lossPanelImpact .76s cubic-bezier(.17,.89,.24,1.12) .12s both}.days-gone-stark:before,.days-gone-stark:after{content:"";position:absolute;pointer-events:none}.days-gone-stark:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(223,60,60,.32),transparent);transform-origin:left center;animation:lossRedWash .82s cubic-bezier(.19,1,.22,1) .26s both}.days-gone-stark:after{left:0;right:0;top:45%;height:2px;background:linear-gradient(90deg,transparent,rgba(223,60,60,.9),transparent);transform-origin:center;animation:lossShockwave .76s ease-out .56s both}.days-gone-stark__line,.days-gone-stark__examples{position:relative;z-index:1;margin:0}.days-gone-stark__line--lead{color:#ffffff94;font-size:16px;line-height:1.2;font-weight:750;letter-spacing:-.012em;text-transform:uppercase;opacity:0;animation:lossTextHit .52s cubic-bezier(.16,1,.3,1) .36s both}.days-gone-stark__line--lead span{color:#fff}.days-gone-stark__hours{position:relative;z-index:1;display:flex;align-items:flex-end;gap:14px;color:#df3c3c}.days-gone-stark__number{font-size:clamp(92px,29vw,152px);line-height:.78;font-weight:900;letter-spacing:-.085em;font-variant-numeric:tabular-nums;opacity:0;transform-origin:left bottom;animation:lossNumberHit .98s cubic-bezier(.16,1,.3,1) .43s both}.days-gone-stark__unit{padding-bottom:8px;font-size:clamp(24px,7vw,38px);line-height:.9;font-weight:850;letter-spacing:-.04em;color:#fff;opacity:0;animation:lossTextHit .52s cubic-bezier(.16,1,.3,1) .68s both}.days-gone-stark__line--year{max-width:330px;color:#fff;font-size:clamp(25px,7vw,36px);line-height:1.02;font-weight:850;letter-spacing:-.04em;opacity:0;animation:lossTextHit .54s cubic-bezier(.16,1,.3,1) .96s both}.days-gone-stark__examples{display:flex;flex-direction:column;gap:8px;padding:18px 0 0;list-style:none;color:#fff9;font-size:17px;line-height:1.25;font-weight:650;letter-spacing:-.018em;opacity:0;animation:lossTextHit .52s cubic-bezier(.16,1,.3,1) 1.24s both}.days-gone-stark__examples li{color:#ffffffb8;display:flex;align-items:center;gap:10px;opacity:0;animation:lossExampleHit .5s cubic-bezier(.16,1,.3,1) both}.days-gone-stark__examples li:nth-child(1){animation-delay:1.24s}.days-gone-stark__examples li:nth-child(2){animation-delay:1.44s}.days-gone-stark__examples li:nth-child(3){animation-delay:1.6s}.days-gone-stark__examples li:nth-child(4){animation-delay:1.76s}.days-gone-stark__icon{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.days-gone-stark__examples .days-gone-stark__examples-lead{margin-bottom:4px;color:#fff;font-size:19px;font-weight:850;letter-spacing:-.03em}.graph__card{width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(157deg,#ec63241f 14%,#8638151f 86%)}.graph__card--turn{background:linear-gradient(158deg,#ec632414 14%,#86381514 86%)}.graph__card--potential{background:radial-gradient(circle at 82% 16%,rgba(236,99,36,.22),transparent 34%),linear-gradient(158deg,#ec632414 14%,#86381514 86%)}.graph__svg{width:100%;height:auto;display:block;overflow:visible}.gx-draw{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:gxDraw .75s cubic-bezier(.4,0,.2,1) both}.gx-dashfade{fill:none;opacity:0;animation:gxFade .45s ease both}@keyframes gxDraw{to{stroke-dashoffset:0}}@keyframes gxFade{to{opacity:1}}.gx-line{stroke-width:1.5;stroke-dasharray:4 4;opacity:0;animation:gxFade .4s ease both}.gx-line--accent{stroke:#ec6324bf}.gx-line--light{stroke:#fff6}.gx-grid line{stroke:#ffffff0d;stroke-width:1}.gx-dot{opacity:0;transform-box:fill-box;transform-origin:center;animation:gxPop .36s cubic-bezier(.32,.72,0,1) both}.gx-dot--accent{fill:#ec6324}.gx-dot--light{fill:#fff}@keyframes gxPop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}.gx-label{font-family:Inter Display,Inter,sans-serif;font-size:12px;font-weight:500;text-anchor:middle;opacity:0;animation:gxFade .4s ease both}.gx-label--accent{fill:#ec6324}.gx-label--light{fill:#fff}.gx-axis{font-family:Inter Display,Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;text-anchor:middle;fill:#fff6;opacity:0;animation:gxFade .4s ease both}.gx-axis--accent{fill:#ec6324}.gx-axis--name{letter-spacing:-.1px;font-weight:500}.gx-pill{opacity:0;transform-box:fill-box;transform-origin:center;animation:gxPop .38s cubic-bezier(.32,.72,0,1) both}.gx-pill__bg{fill:#ffffff14}.gx-pill__bg--accent{fill:#ec632424;stroke:#ec6324;stroke-width:1}.gx-pill__txt{font-family:Inter Display,Inter,sans-serif;font-size:12px;font-weight:600;text-anchor:middle;fill:#ffffffb3}.gx-pill__txt--accent{fill:#ec6324}.potential-line--glow{filter:blur(5px)}.potential-label{font-size:13px;font-weight:650;letter-spacing:-.1px;text-transform:none}@media(prefers-reduced-motion:reduce){.gx-draw,.gx-dashfade,.gx-line,.gx-dot,.gx-label,.gx-axis,.gx-pill{animation:none!important;opacity:1!important;stroke-dashoffset:0!important;transform:none!important}}.comparison-screen{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:8px;text-align:center}.comparison__body{font-size:14px;color:var(--text-dim);line-height:1.5;margin:0;max-width:420px;text-wrap:balance}.comparison__image{display:block;width:100%;max-width:380px;height:auto;margin:8px auto 0;object-fit:contain}@media(min-width:721px){.comparison__image{max-width:440px}}.compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-top:8px}.compare__col{display:flex;flex-direction:column;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:14px 12px}.compare__col--flow{background:#ec63240f;border-color:#ec632452}.compare__col-title{font-size:13px;font-weight:700;color:var(--text-dim);text-align:left;padding-left:4px}.compare__col-title--accent{color:var(--accent)}.compare__rows{display:flex;flex-direction:column;gap:6px}.compare-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#ffffff0a;border-radius:12px;text-align:left;opacity:.55}.compare-row.is-on{opacity:1}.compare-row--flow{background:#ec632424}.compare-row__main{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.compare-row__sub{font-size:10px;font-weight:600;color:var(--text-dim);line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.compare-row__time{font-size:16px;font-weight:700;color:var(--text);line-height:1.1;letter-spacing:-.01em}.compare-row--flow .compare-row__time{color:var(--accent)}.compare-row__toggle{flex:0 0 auto;width:26px;height:14px;background:#ffffff2e;border-radius:999px;position:relative}.compare-row__toggle:after{content:"";position:absolute;top:1px;left:1px;width:12px;height:12px;border-radius:999px;background:#fff;transition:left .16s ease}.compare-row.is-on .compare-row__toggle{background:#45b87a}.compare-row.is-on .compare-row__toggle:after{left:13px}.compare-row--flow.is-on .compare-row__toggle{background:var(--accent)}@media(min-width:721px){.compare__col-title{font-size:14px}.compare-row__time{font-size:18px}}.best-version-screen{display:flex;flex-direction:column;gap:28px;padding-top:8px}.best-version__title{display:flex;flex-direction:column;gap:0;font-size:22px;font-weight:600;letter-spacing:-.015em;line-height:1.18;margin:0;color:var(--text);text-align:center}.best-version__title-line{display:block;text-wrap:balance}@media(min-width:721px){.best-version__title{font-size:26px;line-height:1.16}}.best-version__hero{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#ffffff14;border-radius:16px}.best-version__hero-left{display:flex;align-items:center;gap:10px;min-width:0}.best-version__hero-icon{font-size:20px;line-height:1}.best-version__hero-time{font-size:17px;font-weight:600;color:var(--accent);letter-spacing:-.015em;font-variant-numeric:tabular-nums}.best-version__hero-result{font-size:14px;font-weight:500;color:var(--accent);letter-spacing:-.012em;text-align:right;white-space:nowrap}.best-version__cards{display:flex;flex-direction:column;gap:12px}.best-version__card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#ffffff14;border-radius:18px;opacity:0;animation:fadeUp .46s cubic-bezier(.22,.61,.36,1) both}.best-version__card-icon{flex:0 0 auto;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;color:var(--accent)}.best-version__card-body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.best-version__card-title{font-size:17px;font-weight:600;color:var(--text);letter-spacing:-.015em;line-height:1.4}.best-version__card-sub{font-size:14px;font-weight:400;color:#fff6;letter-spacing:-.012em;line-height:1.45}@media(min-width:721px){.best-version__hero-time{font-size:18px}.best-version__hero-result{font-size:15px}.best-version__card-title{font-size:18px}.best-version__card-sub{font-size:15px}}@media(prefers-reduced-motion:reduce){.best-version__card{animation:none!important;opacity:1}}.image-interstitial{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:8px;text-align:center}.image-interstitial__subtitle{width:min(100%,430px);margin:-8px auto 0;color:#ffffffa3;font-size:clamp(18px,4.8vw,22px);line-height:1.22;font-weight:700;letter-spacing:-.01em;text-wrap:balance}.image-interstitial__img{display:block;width:100%;max-width:380px;height:auto;margin:0 auto;object-fit:contain}.image-interstitial--sleep-reports{gap:16px}.image-interstitial--sleep-reports .interstitial__title{margin-bottom:0}.image-interstitial--sleep-reports .image-interstitial__img{width:min(100%,520px);max-width:none;aspect-ratio:4 / 3;margin-top:12px;border-radius:24px;object-fit:cover;box-shadow:0 26px 70px #00000085,0 0 70px #4072ff1f}@media(min-width:721px){.image-interstitial__img{max-width:440px}.image-interstitial--sleep-reports .image-interstitial__img{max-width:560px}}.app-breakdown{display:flex;flex-direction:column;gap:18px;padding-top:8px;text-align:center}.app-breakdown__title{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;text-wrap:balance}.app-breakdown__body{font-size:14px;color:var(--text-dim);line-height:1.5;max-width:380px;margin:0 auto}.app-breakdown__rows{display:flex;flex-direction:column;gap:10px;margin-top:4px;text-align:left}.app-row{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:16px;opacity:0;animation:fadeUp .46s cubic-bezier(.22,.61,.36,1) both}.app-row__name{flex:1;font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.01em}.app-row__value{flex:0 0 auto;font-size:15px;font-weight:700;color:#ff5a3c;font-variant-numeric:tabular-nums}.app-total{margin-top:6px;padding:18px 20px;background:#e54d4d1a;border:1px solid rgba(229,77,77,.32);border-radius:18px;box-shadow:0 12px 30px #e54d4d26;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0;animation:fadeUp .54s cubic-bezier(.22,.61,.36,1) both}.app-total__label{font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--text-dim)}.app-total__value{font-size:32px;font-weight:800;letter-spacing:-.025em;color:#ff5a3c;font-variant-numeric:tabular-nums;line-height:1}.app-total__unit{font-size:16px;font-weight:700;letter-spacing:-.01em}@media(min-width:721px){.app-breakdown__title{font-size:28px}.app-row__name,.app-row__value{font-size:16px}.app-total__value{font-size:40px}.app-total__unit{font-size:18px}}@media(prefers-reduced-motion:reduce){.app-row,.app-total{animation:none!important;opacity:1}}.flow-demo-alarm{-webkit-appearance:none;appearance:none;border:0;position:relative;overflow:hidden;background:#000;color:var(--text);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(22px,4vh,34px);min-height:calc(100dvh - 235px);padding:18px 0 46px;text-align:center;width:100%}.flow-demo-alarm:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 56%,rgba(242,98,34,.18),transparent 34%),linear-gradient(180deg,transparent 0%,rgba(242,98,34,.08) 52%,transparent 100%);opacity:0;animation:demoAlarmSceneIn .42s 2.04s ease both;pointer-events:none}.flow-demo-alarm__intro-time{position:absolute;left:50%;top:50%;z-index:5;display:inline-flex;align-items:baseline;gap:.12em;color:var(--accent);font-family:Inter Display,Inter,sans-serif;font-size:clamp(36px,9vw,58px);font-weight:850;letter-spacing:-.045em;line-height:.98;text-shadow:0 0 42px rgba(242,98,34,.48);white-space:nowrap;pointer-events:none;transform:translate(-50%,-50%) scale(2.14);transform-origin:center;will-change:left,top,transform}.flow-demo-alarm__intro-clock{font-size:.72em;line-height:1}.flow-demo-alarm__title{position:relative;z-index:2;margin:0;max-width:610px;font-family:Inter Display,Inter,sans-serif;font-size:clamp(36px,9vw,58px);font-weight:850;letter-spacing:-.045em;line-height:.98;text-wrap:balance;transform-origin:center bottom;animation:none}.flow-demo-alarm__eyebrow{position:relative;z-index:2;margin-bottom:-12px;color:#ffffff6b;font-family:Inter Display,Inter,sans-serif;font-size:11px;font-weight:850;letter-spacing:.18em;line-height:1;text-transform:uppercase;opacity:0;animation:demoAlarmEyebrowIn .42s 2.16s ease both}.flow-demo-alarm__time{display:inline-flex;align-items:baseline;gap:.12em;color:var(--accent);text-shadow:0 0 30px rgba(242,98,34,.34);opacity:1;transform-origin:center;will-change:transform,filter}.flow-demo-alarm__time--waiting{opacity:0}.flow-demo-alarm__clock{font-size:.72em;line-height:1;text-shadow:none}.flow-demo-alarm__title-rest{display:block;margin-top:.04em;opacity:0;animation:demoAlarmRestIn .44s 2.24s cubic-bezier(.16,1,.3,1) both}.flow-demo-alarm__subtitle{position:relative;z-index:2;width:min(100%,560px);margin:-14px 0 0;color:#ffffffa8;font-family:Inter Display,Inter,sans-serif;font-size:clamp(17px,4.2vw,22px);font-weight:650;letter-spacing:0;line-height:1.28;text-wrap:balance;opacity:0;animation:demoAlarmSubtitleIn .54s .98s cubic-bezier(.16,1,.3,1) both}.flow-demo-alarm--dock:before{animation-delay:0ms}.flow-demo-alarm--dock .flow-demo-alarm__eyebrow{animation-delay:.18s}.flow-demo-alarm--wake .flow-demo-alarm__eyebrow{position:absolute;top:10px;left:0;right:0}.flow-demo-alarm--dock .flow-demo-alarm__title-rest{animation-delay:.42s}.flow-demo-alarm--dock .flow-demo-alarm__image-shell{animation-delay:1.18s}.flow-demo-alarm--dock .flow-demo-alarm__tap{animation-delay:1.58s,2.5s}.flow-demo-alarm--settled:before{animation:none;opacity:1}.flow-demo-alarm--exiting *,.flow-demo-alarm--exiting:before{transition:none!important}.flow-demo-alarm--settled .flow-demo-alarm__eyebrow,.flow-demo-alarm--settled .flow-demo-alarm__time,.flow-demo-alarm--settled .flow-demo-alarm__intro-time,.flow-demo-alarm--settled .flow-demo-alarm__title-rest,.flow-demo-alarm--settled .flow-demo-alarm__subtitle,.flow-demo-alarm--settled .flow-demo-alarm__image-shell,.flow-demo-alarm--settled .flow-demo-alarm__tap{animation:none;opacity:1;transform:none;filter:none}.flow-demo-alarm--settled .flow-demo-alarm__intro-time{display:none}.flow-demo-alarm__image-shell{position:relative;z-index:2;width:min(100%,470px);border-radius:28px;overflow:visible;isolation:isolate;transform-origin:center;opacity:0;animation:demoAlarmImageIn .68s 2.46s cubic-bezier(.16,1,.3,1) both}.flow-demo-alarm__halo{position:absolute;top:5%;right:5%;bottom:5%;left:5%;border-radius:999px;background:radial-gradient(circle,rgba(242,98,34,.5),transparent 70%);filter:blur(32px);opacity:.86;z-index:-1;animation:demoAlarmPulse 2.2s .95s ease-in-out infinite}.flow-demo-alarm__image{display:block;width:100%;aspect-ratio:1 / 1;border-radius:0;object-fit:contain;filter:drop-shadow(0 28px 56px rgba(0,0,0,.56)) drop-shadow(0 0 54px rgba(242,98,34,.18))}.flow-demo-alarm__tap{position:relative;z-index:2;color:#ffffff8a;font-family:Inter Display,Inter,sans-serif;font-size:13px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase;opacity:0;animation:demoAlarmTapIn .56s 3.02s ease both,demoAlarmTapPulse 1.6s 3.84s ease-in-out infinite}@keyframes demoAlarmSceneIn{0%{opacity:0}to{opacity:1}}@keyframes demoAlarmEyebrowIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes demoAlarmRestIn{0%{opacity:0;transform:translate(18px);filter:blur(8px)}to{opacity:1;transform:translate(0);filter:blur(0)}}@keyframes demoAlarmSubtitleIn{0%{opacity:0;transform:translateY(12px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes demoAlarmImageIn{0%{opacity:0;transform:translateY(42px) scale(.88) rotate(-2deg);filter:blur(14px)}62%{opacity:1;transform:translateY(-8px) scale(1.018) rotate(.4deg);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1) rotate(0);filter:blur(0)}}@keyframes demoAlarmPulse{0%,to{opacity:.38;transform:scale(.96)}50%{opacity:.82;transform:scale(1.03)}}@keyframes demoAlarmTapIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes demoAlarmTapPulse{0%,to{opacity:.48}50%{opacity:.9}}@media(max-width:420px){.flow-demo-alarm{min-height:calc(100dvh - 220px)}}@media(prefers-reduced-motion:reduce){.flow-demo-alarm:before,.flow-demo-alarm__title,.flow-demo-alarm__eyebrow,.flow-demo-alarm__time,.flow-demo-alarm__title-rest,.flow-demo-alarm__subtitle,.flow-demo-alarm__image-shell,.flow-demo-alarm__halo,.flow-demo-alarm__tap{animation:none!important;opacity:1;transform:none;filter:none}}.mwf-screen{display:flex;flex-direction:column;gap:28px;padding-top:8px;text-align:center}.mwf-card{background:#ffffff14;border-radius:20px;padding:24px 24px 32px;text-align:left}.mwf-grid{display:flex;flex-direction:column}.mwf-row{display:grid;grid-template-columns:24px 1fr;gap:16px;align-items:stretch;opacity:0;animation:fadeUp .46s cubic-bezier(.22,.61,.36,1) both}.mwf-rail{position:relative;display:flex;flex-direction:column;align-items:center;width:24px;flex-shrink:0}.mwf-dot{width:24px;height:24px;border-radius:999px;background:#08cb56;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.mwf-line{flex:1;width:2.4px;min-height:36px;background:#08cb56;border-radius:999px;margin:-2px 0}.mwf-text{display:flex;flex-direction:column;gap:2px;padding-bottom:24px;min-width:0}.mwf-row:last-child .mwf-text{padding-bottom:0}.mwf-time{font-size:16px;font-weight:600;color:var(--text);letter-spacing:-.015em;line-height:1.4;font-variant-numeric:tabular-nums}.mwf-desc{font-size:14px;font-weight:400;color:#fff6;letter-spacing:-.012em;line-height:1.45}@media(min-width:721px){.mwf-time{font-size:17px}.mwf-desc{font-size:15px}}@media(prefers-reduced-motion:reduce){.mwf-row{animation:none!important;opacity:1}}.yvf-screen{display:flex;flex-direction:column;gap:24px}.yvf-title{margin:0;text-align:center;font-family:Inter Display,Inter,sans-serif;font-weight:600;font-size:22px;line-height:1.22;letter-spacing:-.022em;display:flex;flex-direction:column;gap:4px}.yvf-title__line{display:block}.yvf-title__line--dim{color:#fff6}.yvf-title__line--full{color:#fff}.yvf-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:stretch;width:100%}.yvf-col{min-width:0;background:#ffffff1a;border-radius:20px;padding:14px 10px;display:flex;flex-direction:column;gap:12px;align-items:stretch}.yvf-col__title{font-family:Inter Display,Inter,sans-serif;font-weight:500;font-size:14px;letter-spacing:-.012em;text-align:center}.yvf-col__title--dim{color:#fff9}.yvf-col__title--full{color:#fff}.yvf-inner{flex:1;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:14px 8px;border-radius:16px}.yvf-inner--now{background:#ffffff0a}.yvf-inner--flow{background:#ec6324}.yvf-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 12px;border-radius:999px;font-family:Inter Display,Inter,sans-serif;font-weight:500;font-size:13px;letter-spacing:-.012em;text-align:center;white-space:nowrap;max-width:100%}.yvf-pill--now{background:#ffffff14;color:#ffffffd9}.yvf-pill--flow{background:#fff3;color:#fff}@media(min-width:721px){.screen.yvf-screen{max-width:600px}.yvf-title{font-size:28px}.yvf-grid{gap:16px}.yvf-col{padding:24px;gap:20px;border-radius:24px}.yvf-col__title{font-size:18px}.yvf-inner{padding:24px 16px;gap:14px;border-radius:20px}.yvf-pill{min-height:34px;padding:6px 16px;font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/quiz-wakeup.css.map */
