:root{--fg:#f4f4f5;--fg-soft:#e2e2e8;--fg-strong:#fff;--muted-hi:#c2c2ca;--muted:#a8a8b0;--dim:#8a8a93;--dim2:#6c6c76;--dim3:#5c5c66;--dim4:#4d4d56;--bg:#08080a;--bg2:#0b0b0e;--card:#0d0d11;--card2:#0c0c10;--panel:#16161b;--panel2:#141418;--accent:#e93b3d;--accent-deep:#b5232b;--accent-soft:#ff8d8f;--o012:#ffffff03;--o02:#ffffff05;--o022:#ffffff06;--o035:#ffffff09;--o04:#ffffff0a;--o045:#ffffff0b;--o05:#ffffff0d;--o055:#ffffff0e;--o06:#ffffff0f;--o07:#ffffff12;--o08:#ffffff14;--o09:#ffffff17;--o10:#ffffff1a;--o12:#ffffff1f;--o14:#ffffff24;--o18:#ffffff2e;--o22:#ffffff38;--scrim35:#08080a59;--scrim55:#08080a8c;--scrim70:#08080ab3;--scrim92:#08080aeb;--shadow90:#000000e6;--video-op:.32;--video-filter:saturate(1.1);--accent-text:#ff7477;--header-h:72px;--font:"Instrument Sans", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace}html[data-pulse-theme=light]{--fg:#241f1b;--fg-soft:#332c26;--fg-strong:#1a1613;--muted-hi:#4a4139;--muted:#5d534a;--dim:#776d63;--dim2:#8d8377;--dim3:#9c9287;--dim4:#ada399;--bg:#ece7e0;--bg2:#e4ded6;--card:#f4f0ea;--card2:#eae5dd;--panel:#e0dad1;--panel2:#f2eee8;--accent-soft:#b9272d;--o012:#3c2d2208;--o02:#3c2d220a;--o022:#3c2d220b;--o035:#3c2d220e;--o04:#3c2d220f;--o045:#3c2d2211;--o05:#3c2d2212;--o055:#3c2d2213;--o06:#3c2d2214;--o07:#3c2d2217;--o08:#3c2d221a;--o09:#3c2d221c;--o10:#3c2d221f;--o12:#3c2d2224;--o14:#3c2d2229;--o18:#3c2d2233;--o22:#3c2d223d;--scrim35:#ece7e06b;--scrim55:#ece7e094;--scrim70:#ece7e073;--scrim92:#ece7e0e0;--shadow90:#3c2d2221;--video-op:.5;--video-filter:invert(1) hue-rotate(180deg) saturate(1.25) brightness(1.04);--accent-text:#a91f26}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-soft)}::selection{background:var(--accent);color:#08080a}button{font-family:inherit}img,video{max-width:100%}@keyframes pulseRing{0%{opacity:.55;transform:scale(1)}70%{opacity:0;transform:scale(1.9)}to{opacity:0;transform:scale(1.9)}}@keyframes drift{0%{transform:translate(0,0)scale(1)}50%{transform:translate(3%,-4%)scale(1.12)}to{transform:translate(0,0)scale(1)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scanline{0%{opacity:0;top:4%}12%{opacity:1}88%{opacity:1}to{opacity:0;top:92%}}@keyframes blink{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@keyframes ringDraw{0%{stroke-dashoffset:534px}}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@keyframes gridpan{0%{background-position:0 0}to{background-position:0 -160px}}@keyframes rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes grow{0%{width:0%}to{width:100%}}@keyframes trace{0%{stroke-dashoffset:620px}55%{stroke-dashoffset:0}to{stroke-dashoffset:-620px}}@keyframes caret{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes trace2{to{stroke-dashoffset:0}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes ring{0%{opacity:.7;transform:scale(.55)}to{opacity:0;transform:scale(1.7)}}@keyframes sweep{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.kicker{font-family:var(--mono);letter-spacing:.18em;color:var(--accent-text);font-size:11px}.section-title{letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(38px,4.2vw,58px);font-weight:700;line-height:1.02}.section-copy{max-width:460px;color:var(--muted);text-wrap:pretty;margin:26px 0 0;font-size:17px;line-height:1.6}.wrap{width:100%;max-width:1280px;margin:0 auto}.pad{padding-left:40px;padding-right:40px}section[id],#get{scroll-margin-top:88px}.scroll-progress{z-index:90;background:var(--o06);width:100%;height:2px;position:fixed;top:0;left:0}.scroll-progress-bar{transform-origin:0;background:linear-gradient(90deg, var(--accent-deep), var(--accent), var(--accent-soft));width:100%;height:100%;transform:scaleX(0);box-shadow:0 0 18px #e93b3dcc}.header{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(180deg, var(--scrim92), var(--scrim35));border-bottom:1px solid var(--o06);justify-content:space-between;align-items:center;padding:18px 40px;display:flex;position:fixed;top:0;left:0;right:0}.brand{color:var(--fg);align-items:center;gap:11px;display:flex}.brand:hover{color:var(--fg)}.brand-name{letter-spacing:-.03em;font-size:19px;font-weight:700}.pulse-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:11px;height:11px;position:relative}.pulse-dot.static{width:10px;height:10px}.pulse-dot.static:after{content:none}.nav{align-items:center;gap:30px;font-size:14px;display:flex}.nav-links{display:contents}.nav-link{color:var(--muted)}.nav-link:hover{color:var(--fg-strong)}.theme-toggle{width:26px;height:26px;color:var(--dim);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .25s;display:flex}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--fg)}.cta-early{background:var(--accent);color:#08080a;border-radius:8px;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;display:flex}.cta-early:hover{background:var(--accent-soft);color:#08080a}.hero{align-items:center;min-height:100vh;padding:140px 40px 80px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;opacity:var(--video-op);filter:var(--video-filter);position:absolute;inset:0}.hero-scrim{background:linear-gradient(180deg, var(--scrim55) 0%, var(--scrim35) 45%, var(--bg) 100%);position:absolute;inset:0}.hero-glow{background:radial-gradient(900px 520px at 18% 8%,#c4441e4d,#0000 62%),radial-gradient(700px 520px at 88% 70%,#e93b3d29,#0000 60%);animation:18s ease-in-out infinite drift;position:absolute;inset:0}.hero-grid-bg{background-image:linear-gradient(var(--o045) 1px, transparent 1px), linear-gradient(90deg, var(--o045) 1px, transparent 1px);background-size:80px 80px;animation:9s linear infinite gridpan;position:absolute;inset:0;-webkit-mask-image:radial-gradient(1000px 700px at 30% 40%,#000,#0000 75%);mask-image:radial-gradient(1000px 700px at 30% 40%,#000,#0000 75%)}.hero-inner{grid-template-columns:1.15fr .85fr;align-items:center;gap:64px;width:100%;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-scroll{color:var(--muted);font-family:var(--mono);letter-spacing:.14em;align-items:center;gap:14px;font-size:10px;display:flex;position:absolute;bottom:28px;left:40px}.hero-scroll-line{background:var(--accent);width:44px;height:1px}.hero-scroll:hover{color:var(--accent-text)}.hero-soon{font-family:var(--mono);letter-spacing:.16em;color:var(--dim);align-items:center;gap:9px;margin-bottom:28px;font-size:11px;display:flex}.hero-soon-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.hero h1{letter-spacing:-.045em;text-wrap:balance;margin:0;font-size:clamp(52px,6.4vw,92px);font-weight:700;line-height:.94}.accent-mark{color:var(--accent-text);display:inline-block;position:relative}.accent-mark:after{content:"";z-index:-1;background:#e93b3d2e;height:10px;position:absolute;bottom:6px;left:0;right:-6px}.hero-lead{max-width:520px;color:var(--fg-soft);text-wrap:pretty;text-shadow:0 1px 12px var(--scrim70);margin:28px 0 0;font-size:19px;line-height:1.55}.store-row{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.store-btn{cursor:pointer;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px 22px;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.store-btn.solid{background:var(--fg);color:var(--bg)}.store-btn.solid:hover{transform:translateY(-2px)}.store-btn.ghost{border-color:var(--o18);color:var(--fg)}.store-btn.ghost:hover{border-color:var(--accent)}.store-btn.lg{padding:16px 26px}.store-kicker{font-family:var(--mono);letter-spacing:.14em;opacity:.6;font-size:9px}.store-name{letter-spacing:-.02em;font-size:16px;font-weight:700;line-height:1.1}.store-sweep{background:linear-gradient(90deg,#0000,#ffffffd9,#0000);width:40px;animation:3.4s ease-in-out infinite sweep;position:absolute;top:0;bottom:0}.hero-fine{font-family:var(--mono);letter-spacing:.1em;color:var(--dim2);margin-top:26px;font-size:11px}.phone-col{flex-direction:column;align-items:center;display:flex}.phone-shell{border:1px solid var(--o14);background:linear-gradient(160deg, var(--panel2), var(--bg2));width:320px;box-shadow:0 60px 120px -30px var(--shadow90), 0 0 0 10px var(--o02);border-radius:44px;padding:14px;position:relative}.phone-screen{background:var(--card);border-radius:32px;height:590px;position:relative;overflow:hidden}.phone-status{z-index:3;font-family:var(--mono);color:var(--dim2);justify-content:space-between;padding:24px 20px 0;font-size:10px;display:flex;position:absolute;top:0;left:0;right:0}.phone-slide{pointer-events:none;flex-direction:column;gap:18px;padding:56px 20px 26px;transition:opacity .7s,transform .9s cubic-bezier(.2,.7,.2,1);display:flex;position:absolute;inset:0}.phone-slide.workout,.phone-slide.week{gap:14px}.phone-slide.coach{gap:12px}.ring-wrap{width:176px;height:176px;margin:0 auto;position:relative}.ring-wrap svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ring-kcal{letter-spacing:-.04em;font-size:40px;font-weight:700}.ring-cap{font-family:var(--mono);letter-spacing:.14em;color:var(--dim2);font-size:10px}.macro-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.macro-card,.meal-row,.mini-stat,.workout-row,.week-row{border:1px solid var(--o08);background:var(--o02);border-radius:12px;padding:11px 10px}.meal-row,.workout-row,.week-row{border-color:var(--o07);border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.macro-label,.mono-tiny{font-family:var(--mono);letter-spacing:.12em;color:var(--dim2);font-size:9px}.macro-value{margin-top:4px;font-size:17px;font-weight:600}.macro-bar{background:var(--o08);border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.macro-bar>span{background:var(--accent);height:100%;display:block}.meal-list,.workout-list,.week-list,.chat-stack{flex-direction:column;gap:10px;display:flex}.workout-list,.week-list{gap:8px}.meal-name,.workout-name{font-size:14px;font-weight:600}.meal-sub{font-family:var(--mono);color:var(--dim2);font-size:10px}.meal-kcal{color:var(--accent-soft);font-size:14px;font-weight:600}.mark{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.mark i{border-radius:2px;width:8px;height:8px;display:block}.phone-dots{align-items:center;gap:9px;margin-top:24px;display:flex}.phone-dot{cursor:pointer;border:0;border-radius:2px;height:3px;padding:0;transition:width .5s,background .5s}.phone-caption{color:var(--muted);text-align:center;height:20px;margin-top:14px;font-size:13.5px}.marquee{border-top:1px solid var(--o08);border-bottom:1px solid var(--o08);background:var(--bg2);padding:18px 0;overflow:hidden}.marquee-track{width:max-content;font-family:var(--mono);letter-spacing:.18em;color:var(--dim3);font-size:12px;animation:32s linear infinite marquee;display:flex}.marquee-track span{white-space:nowrap;padding:0 30px}.film{background:var(--bg);margin:0;padding:0;position:relative}.film-frame{background:var(--bg2);width:100%;height:min(78vh,760px);position:relative;overflow:hidden}.film-glow,.film-grid,.film-vignette,.film-fade,.film-copy{position:absolute;inset:0}.film-glow{background:radial-gradient(60% 55% at 50% 52%,#e93b3d33,#0000 70%)}.film-grid{opacity:.5;background-image:linear-gradient(var(--o045) 1px, transparent 1px), linear-gradient(90deg, var(--o045) 1px, transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(70% 60%,#000,#0000 80%);mask-image:radial-gradient(70% 60%,#000,#0000 80%)}.film-trace{opacity:.7;width:min(420px,60vw);height:110px;position:absolute;bottom:11%;left:50%;transform:translate(-50%)}.film-trace path{stroke-dashoffset:0}.film-vignette{background:radial-gradient(120% 90% at 50% 60%, transparent 0%, var(--scrim55) 55%, var(--bg) 100%)}.film-fade{background:linear-gradient(180deg, var(--bg) 0%, transparent 22%, transparent 74%, var(--bg) 100%)}.film-copy{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:26px;padding:0 32px;display:flex}.film-copy h2{letter-spacing:-.05em;text-wrap:balance;max-width:22ch;margin:0;font-size:clamp(40px,6vw,92px);font-weight:700;line-height:.98}.film-copy p{max-width:44ch;color:var(--muted-hi);text-wrap:pretty;margin:0;font-size:17px;line-height:1.6}.film-line{background:linear-gradient(90deg,#0000,#e93b3d8c,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.split{padding:130px 40px;position:relative}.split-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:80px;display:grid}.step-list{border-top:1px solid var(--o08);flex-direction:column;margin-top:36px;display:flex}.step-item{border-bottom:1px solid var(--o08);padding:18px 0}.step-item h3{margin:0;font-size:16px;font-weight:600}.step-item p{color:var(--dim);margin:4px 0 0;font-size:14px}.scan-card{border:1px solid var(--o12);background:var(--card);width:340px;box-shadow:0 50px 100px -30px var(--shadow90);border-radius:32px;position:relative;overflow:hidden}.scan-photo{background:var(--panel);height:320px;position:relative;overflow:hidden}.scan-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.scanline{background:linear-gradient(90deg, transparent, var(--accent), transparent);height:2px;box-shadow:0 0 22px var(--accent);animation:3.2s cubic-bezier(.4,0,.6,1) infinite scanline;position:absolute;left:6%;right:6%}.corner{border:2px solid var(--accent);width:26px;height:26px;position:absolute}.corner.tl{border-bottom:0;border-right:0;top:18px;left:18px}.corner.tr{border-bottom:0;border-left:0;top:18px;right:18px}.corner.bl{border-top:0;border-right:0;bottom:18px;left:18px}.corner.br{border-top:0;border-left:0;bottom:18px;right:18px}.scan-body{padding:20px}.scan-match{font-family:var(--mono);letter-spacing:.14em;color:var(--dim2);align-items:center;gap:8px;margin-bottom:14px;font-size:10px;display:flex}.live-dot{background:#22c55e;border-radius:50%;width:6px;height:6px}.scan-row{border-bottom:1px solid var(--o06);justify-content:space-between;align-items:baseline;padding:11px 0;display:flex}.scan-total{justify-content:space-between;padding-top:14px;font-size:15px;font-weight:700;display:flex}.coach-section{background:linear-gradient(180deg, var(--bg), var(--card2), var(--bg));padding:130px 40px;position:relative;overflow:hidden}.coach-glow{background:radial-gradient(700px 400px at 75% 30%,#c4441e33,#0000 65%);animation:22s ease-in-out infinite drift;position:absolute;inset:0}.coach-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;max-width:1280px;margin:0 auto;display:grid;position:relative}.coach-copy{order:2}.coach-panel-wrap{order:1;justify-content:center;display:flex}.tool-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:460px;margin-top:36px;display:grid}.tool-chip{font-family:var(--mono);letter-spacing:.06em;color:var(--muted);border:1px solid var(--o10);background:var(--o02);border-radius:8px;padding:11px 12px;font-size:11px}.chat-panel{border:1px solid var(--o12);background:var(--card);width:100%;max-width:440px;box-shadow:0 50px 100px -30px var(--shadow90);border-radius:24px;overflow:hidden}.chat-head{border-bottom:1px solid var(--o08);align-items:center;gap:10px;padding:16px 20px;display:flex}.chat-head strong{font-size:14px;font-weight:600}.chat-mem{font-family:var(--mono);letter-spacing:.12em;color:var(--dim2);margin-left:auto;font-size:9px}.chat-body{flex-direction:column;gap:14px;min-height:420px;padding:20px;display:flex}.bubble{border-radius:16px;max-width:80%;padding:12px 15px;font-size:14.5px;line-height:1.5}.bubble.me{background:var(--accent);color:var(--bg);align-self:flex-end}.bubble.bot{background:var(--o05);color:var(--fg);border:1px solid var(--o09);align-self:flex-start}.typing{gap:6px;padding:6px 4px;display:flex}.typing span{background:var(--dim2);border-radius:50%;width:6px;height:6px;animation:1.2s infinite blink}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.chat-foot{border-top:1px solid var(--o08);font-family:var(--mono);color:var(--dim3);justify-content:space-between;padding:14px 20px;font-size:11px;display:flex}.plan{max-width:1280px;margin:0 auto;padding:130px 40px}.plan-intro{max-width:720px;margin-bottom:60px}.week-scroll{margin:0 -4px;padding:0 4px 6px;overflow:auto hidden}.week-track{min-width:1128px;position:relative}.week-line{background:linear-gradient(90deg,#e93b3d8c,#e93b3d1f 55%,#0000);height:1px;position:absolute;top:52px;left:21px;right:0}.week-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;display:grid;position:relative}.day-col{flex-direction:column;gap:14px;display:flex}.day-meta{height:26px;font-family:var(--mono);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.day-num{letter-spacing:.16em;font-size:10px}.day-tag{letter-spacing:.14em;color:var(--accent-text);font-size:9px}.day-dot-row{align-items:center;height:24px;padding-left:16px;display:flex}.day-dot{border-radius:50%;width:11px;height:11px}.week-card{cursor:default;border-radius:18px;flex-direction:column;gap:10px;min-height:396px;padding:20px 16px 18px;transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.week-card:hover{border-color:#e93b3d99;transform:translateY(-8px);box-shadow:0 30px 60px -28px #e93b3d73}.week-card-glow{pointer-events:none;background:radial-gradient(90% 60% at 50% 0,#e93b3d24,#0000 70%);position:absolute;inset:0}.week-focus{letter-spacing:-.025em;font-size:17px;font-weight:700;position:relative}.kcal-pill{background:var(--o05);border:1px solid var(--o09);font-family:var(--mono);letter-spacing:.06em;color:var(--accent-soft);border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:5px 10px;font-size:10px;display:inline-flex;position:relative}.week-items{flex-direction:column;margin-top:6px;display:flex;position:relative}.week-item{border-top:1px solid var(--o055);flex-direction:column;gap:2px;padding:6px 0;display:flex}.week-item-name{color:var(--muted-hi);font-size:12.5px;line-height:1.25}.week-item-detail{font-family:var(--mono);letter-spacing:.04em;color:var(--dim);font-size:9.5px}.stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:70px;display:grid}.stat-card{border:1px solid var(--o10);background:linear-gradient(160deg, var(--o035), #fff0);border-radius:18px;padding:26px}.stat-num{letter-spacing:-.045em;color:var(--accent-text);font-size:44px;font-weight:700}.stat-label{color:var(--muted);margin-top:8px;font-size:14px;line-height:1.45}.streaks{background:var(--bg2);border-top:1px solid var(--o07);border-bottom:1px solid var(--o07);padding:120px 40px}.streaks-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1280px;margin:0 auto;display:grid}.streak-card{border:1px solid var(--o10);background:var(--card);border-radius:22px;padding:30px}.streak-top{justify-content:space-between;align-items:baseline;margin-bottom:26px;display:flex}.streak-num{letter-spacing:-.05em;font-size:52px;font-weight:700;line-height:1.1}.streak-num span{color:var(--dim);font-size:20px;font-weight:500}.streak-vol{color:var(--accent-soft);font-size:22px;font-weight:600}.chart{height:186px;margin:0 -6px;position:relative}.chart svg{width:100%;height:100%;display:block;overflow:visible}.chart-area{opacity:1}.chart-line{stroke-dashoffset:0}.chart-guide,.chart-dot{opacity:1}.chart-ring{transform-origin:560px 28px;animation:2.6s ease-out 2.2s infinite ring}.chart-axis,.chart-span{font-family:var(--mono);color:var(--dim3);justify-content:space-between;display:flex}.chart-axis{letter-spacing:.13em;margin-top:14px;font-size:9.5px}.chart-span{margin-top:12px;font-size:10px}.quotes{max-width:1280px;margin:0 auto;padding:130px 40px}.quotes-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.quote-card{border:1px solid var(--o10);background:linear-gradient(160deg, var(--o04), #fff0);border-radius:20px;flex-direction:column;gap:22px;padding:32px;transition:border-color .2s;display:flex}.quote-card:hover{border-color:#e93b3d66}.quote-text{letter-spacing:-.015em;text-wrap:pretty;font-size:19px;line-height:1.5}.quote-who{align-items:center;gap:12px;margin-top:auto;display:flex}.avatar{width:36px;height:36px;color:var(--accent-text);background:#e93b3d24;border:1px solid #e93b3d59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.quote-name{font-size:14px;font-weight:600}.quote-meta{font-family:var(--mono);color:var(--dim2);font-size:10px}.quote-note{font-family:var(--mono);color:var(--dim4);margin-top:20px;font-size:10px}.faq{background:var(--bg2);border-top:1px solid var(--o07);padding:120px 40px}.faq-inner{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--o09);cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border-top:0;border-left:0;border-right:0;padding:24px 0}.faq-q{justify-content:space-between;align-items:center;gap:24px;display:flex}.faq-q span{letter-spacing:-.02em;font-size:19px;font-weight:600}.faq-plus{color:var(--accent);flex-shrink:0;font-size:22px;transition:transform .3s}.faq-a{transition:max-height .45s cubic-bezier(.2,.7,.2,1),opacity .3s;overflow:hidden}.faq-a p{color:var(--muted);text-wrap:pretty;max-width:700px;margin:0;padding-top:14px;font-size:16px;line-height:1.6}.cta{text-align:center;padding:150px 40px;position:relative;overflow:hidden}.cta-glow{background:radial-gradient(650px 400px,#e93b3d38,#0000 65%);animation:16s ease-in-out infinite drift;position:absolute;inset:0}.cta-inner{position:relative}.cta h2{letter-spacing:-.045em;text-wrap:balance;max-width:900px;margin:0 auto;font-size:clamp(44px,5.4vw,80px);font-weight:700;line-height:.98}.cta p{max-width:520px;color:var(--muted);margin:26px auto 0;font-size:18px;line-height:1.55}.cta .store-row{justify-content:center;margin-top:40px}.footer{border-top:1px solid var(--o08);background:var(--bg2);padding:60px 40px 40px}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1280px;margin:0 auto;display:flex}.footer-blurb{color:var(--dim2);max-width:320px;margin-top:12px;font-size:14px;line-height:1.55}.footer-cols{flex-wrap:wrap;gap:60px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h3{font-family:var(--mono);letter-spacing:.14em;color:var(--dim4);margin:0;font-size:10px;font-weight:400}.footer-col a{color:var(--muted);font-size:14px}.footer-col a:hover{color:var(--fg-strong)}.footer-bottom{border-top:1px solid var(--o06);max-width:1280px;font-family:var(--mono);letter-spacing:.1em;color:var(--dim4);flex-wrap:wrap;justify-content:space-between;gap:12px;margin:40px auto 0;padding-top:24px;font-size:10px;display:flex}.legal-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08080ae6;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:18px 40px;display:flex;position:sticky;top:0}html[data-pulse-theme=light] .legal-header{border-bottom-color:var(--o08);background:#ece7e0e6}.legal-nav{gap:26px;font-size:14px;display:flex}.legal-nav a{color:var(--muted)}.legal-nav a:hover{color:var(--fg-strong)}.legal-main{max-width:820px;margin:0 auto;padding:80px 40px 120px}.legal-main h1{letter-spacing:-.045em;margin:18px 0 0;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1}.legal-dates{font-family:var(--mono);letter-spacing:.1em;color:var(--dim2);margin-top:20px;font-size:11px}.legal-lead{color:var(--muted-hi);text-wrap:pretty;margin:36px 0 0;font-size:18px;line-height:1.65}.legal-section{margin-top:56px}.legal-h{align-items:baseline;gap:14px;display:flex}.legal-h h2{letter-spacing:-.03em;color:var(--fg);margin:0;font-size:26px;font-weight:700}.legal-body{border-left:1px solid var(--o08);flex-direction:column;gap:14px;margin-top:14px;padding-left:34px;display:flex}.legal-body p{color:var(--muted);text-wrap:pretty;margin:0;font-size:16px;line-height:1.68}.legal-list{flex-direction:column;gap:10px;margin-top:4px;display:flex}.legal-li{color:var(--muted);gap:12px;font-size:16px;line-height:1.6;display:flex}.legal-li span:first-child{color:var(--accent);flex-shrink:0}.legal-table{border:1px solid var(--o10);border-radius:14px;margin-top:6px;overflow:hidden}.legal-row{border-bottom:1px solid var(--o07);grid-template-columns:1fr 1.4fr;gap:20px;padding:14px 18px;display:grid}.legal-row:last-child{border-bottom:0}.legal-k{color:var(--fg);font-size:14px;font-weight:600}.legal-v{color:var(--muted);font-size:14px;line-height:1.55}.legal-contact{border:1px solid var(--o10);background:linear-gradient(160deg, var(--o04), #fff0);color:var(--muted);border-radius:18px;margin-top:70px;padding:30px;font-size:16px;line-height:1.7}.legal-footer{border-top:1px solid var(--o08);background:var(--bg2);padding:30px 40px}.legal-footer-inner{max-width:820px;font-family:var(--mono);letter-spacing:.1em;color:var(--dim4);flex-wrap:wrap;justify-content:space-between;gap:12px;margin:0 auto;font-size:10px;display:flex}.legal-footer-inner a{color:var(--dim4)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=980px){.header,.hero,.split,.coach-section,.plan,.streaks,.quotes,.faq,.cta,.footer,.legal-header,.legal-main,.legal-footer{padding-left:20px;padding-right:20px}.header{padding-top:14px;padding-bottom:14px}.nav-links{display:none}.hero{padding-top:110px}.hero-scroll{font-size:9px;left:20px}.hero h1{font-size:clamp(40px,11vw,64px)}.hero-inner,.split-grid,.coach-grid,.streaks-grid,.quotes-grid{grid-template-columns:1fr;gap:48px}.coach-copy,.coach-panel-wrap{order:unset}.phone-shell,.scan-card{width:min(320px,100%)}.stats{grid-template-columns:1fr 1fr}.film-copy h2,.cta h2{font-size:clamp(32px,10vw,56px)}}@media (width<=560px){.stats,.tool-grid{grid-template-columns:1fr}.nav{gap:14px}}.steado-logo{letter-spacing:-.025em;color:#e93b3d;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:28px;font-weight:800;line-height:1.2;display:inline-flex}.steado-logo-mark{transform-origin:50%;flex-shrink:0;width:25px;height:25px;display:block}.premium-phone .phone-screen{color:#f4f3ef;background:#101115}.premium-status{top:15px;justify-content:space-between;font-size:11px;font-weight:600;display:flex;position:absolute;inset-inline:22px}.premium-island{background:#030405;border-radius:20px;width:72px;height:18px;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.premium-phone .premium-slide{gap:13px;padding:53px 16px 78px}.premium-heading{justify-content:space-between;align-items:center;display:flex}.premium-heading small{letter-spacing:.09em;color:#c6c5ce;font-size:9px}.premium-heading h3{letter-spacing:-.045em;margin:6px 0 0;font-size:20px;font-weight:600;line-height:1.2}.premium-avatar,.premium-coach-icon{color:#ff9c9e;background:#3d2729;border-radius:50%;flex-shrink:0;place-items:center;width:31px;height:31px;font-size:13px;display:grid}.premium-label{color:#d5cec7;font-size:10px}.premium-energy{background:linear-gradient(125deg,#3a292b,#211e1e);border:1px solid #92525666;border-radius:18px;align-items:center;padding:16px 12px;display:flex}.premium-energy>div{flex:1}.premium-energy strong{letter-spacing:-.05em;margin:8px 0;font-size:26px;display:block}.premium-energy strong small{color:#d0c6bd;letter-spacing:0;margin-top:2px;font-size:10px;font-weight:400;display:block}.premium-positive{color:#c3d7ac;font-size:10px}.premium-energy svg{width:92px;height:92px;overflow:visible}.premium-energy circle{fill:none;stroke:#ffffff15;stroke-width:7px}.premium-energy .premium-ring{stroke:#ff8183;stroke-dasharray:66 100;stroke-linecap:round;transform-origin:50%;transform:rotate(-90deg)}.premium-energy text{fill:#ffd2d3;font-size:19px;font-weight:600}.premium-macros{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.premium-macros>div{background:#1c1d22;border:1px solid #ffffff14;border-radius:12px;padding:10px}.premium-macros span{color:#c9c8d1;font-size:10px}.premium-macros strong{margin:5px 0 9px;font-size:16px;display:block}.premium-macros i{background:#ffffff15;border-radius:9px;height:3px;display:block;overflow:hidden}.premium-macros b{width:var(--bar);background:var(--tone);transform-origin:0;height:100%;display:block}.premium-row-title{justify-content:space-between;align-items:center;display:flex}.premium-row-title h4{margin:0;font-size:13px;font-weight:500}.premium-row-title>span{color:#c3c1ca;font-size:10px}.premium-meals{background:#191a1f;border:1px solid #ffffff12;border-radius:14px;padding:0 11px}.premium-meals>div{align-items:center;gap:10px;padding:10px 0;display:flex}.premium-meals>div+div{border-top:1px solid #ffffff12}.premium-meal-art{color:#ff9a9c;background:#5c292d;border-radius:10px;place-items:center;width:32px;height:32px;font-size:24px;display:grid}.premium-meal-art.green{color:#c7dba0;background:#354335}.premium-meals strong{font-size:12px;font-weight:500;display:block}.premium-meals small{color:#c4c2cd;margin-top:3px;font-size:10px;display:block}.premium-meals b{text-align:right;margin-left:auto;font-size:12px}.premium-action{color:#fff;background:#e93b3d;border-radius:12px;justify-content:space-between;align-items:center;margin-top:auto;padding:12px 14px;font-size:12px;font-weight:600;display:flex}.premium-training{background:linear-gradient(130deg,#333e37,#222c27);border:1px solid #b9d1ad33;border-radius:17px;min-height:165px;padding:17px;position:relative;overflow:hidden}.premium-training h4{letter-spacing:-.035em;z-index:1;margin:9px 0 27px;font-size:21px;line-height:1.25;position:relative}.premium-training>div:last-child{color:#d5dfd2;z-index:1;justify-content:space-between;font-size:10px;display:flex;position:relative}.premium-training-bars{opacity:.45;align-items:end;gap:5px;height:80px;display:flex;position:absolute;bottom:40px;right:10px}.premium-training-bars i{transform-origin:bottom;background:#bcd3a6;border-radius:4px 4px 0 0;width:12px}.premium-exercises>div{border-bottom:1px solid #ffffff12;align-items:center;gap:9px;padding:13px 0;display:flex}.premium-exercises i{border:1px solid #6a6c74;border-radius:6px;place-items:center;width:18px;height:18px;font-size:11px;font-style:normal;display:grid}.premium-exercises i.done{color:#c7dcaf;background:#384236;border-color:#65775a}.premium-exercises strong{font-size:12px;font-weight:500}.premium-exercises span{color:#c9c7d2;margin-left:auto;font-size:11px}.premium-calendar{justify-content:space-between;gap:5px;display:flex}.premium-calendar>div{text-align:center;background:#202127;border-radius:11px;flex:1;padding:10px 6px}.premium-calendar span{color:#c9c7d2;margin-bottom:7px;font-size:10px;display:block}.premium-calendar strong{font-size:13px}.premium-calendar .selected{color:#fff;background:#e93b3d}.premium-calendar .selected span{color:#ffd4d5}.premium-plan-card{background:linear-gradient(130deg,#373348,#25232e);border:1px solid #b7afe33d;border-radius:17px;padding:17px}.premium-plan-card h4{letter-spacing:-.035em;margin:8px 0 16px;font-size:23px;font-weight:500;line-height:1.15}.premium-plan-card>div{border-top:1px solid #ffffff20;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.premium-plan-card span,.premium-plan-card small{color:#d4cfe3;font-size:10px}.premium-plan-card strong{font-size:17px}.premium-schedule>div{gap:12px;padding:12px 0;display:flex}.premium-schedule>div>span{color:#ccc5df;padding-top:2px;font-size:10px}.premium-schedule strong{font-size:11px;font-weight:500;display:block}.premium-schedule small{color:#c4c1ce;margin-top:5px;font-size:10px;display:block}.premium-plan-note{color:#d6cfe8;text-align:center;background:#272431;border-radius:10px;padding:10px;font-size:11px}.premium-coach-icon{font-size:25px}.premium-coach-context{border-bottom:1px solid #ffffff20;padding:6px 0 12px}.premium-coach-context span{color:#ffb0b2;font-size:12px}.premium-coach-context p{color:#c7c3cd;margin:5px 0 0;font-size:11px}.premium-conversation{flex-direction:column;gap:12px;display:flex}.premium-message{background:#222329;border:1px solid #ffffff15;border-radius:14px 14px 14px 4px;max-width:94%;padding:12px;font-size:12px;line-height:1.5}.premium-message>span{color:#ff9b9d;margin-bottom:6px;font-size:10px;display:block}.premium-message.me{color:#fff;background:#e93b3d;border-radius:14px 14px 4px;align-self:flex-end}.premium-suggestion{background:#2c3028;border-color:#b5c79530}.premium-suggestion small{color:#c8d8b3;letter-spacing:.04em;font-size:9px}.premium-suggestion strong{margin-top:5px;font-size:12px;display:block}.premium-suggestion p{color:#d1d6ca;margin:5px 0 0;font-size:11px}.premium-compose{color:#c6c4cf;border:1px solid #ffffff25;border-radius:14px;justify-content:space-between;align-items:center;margin-top:auto;padding:8px 10px;font-size:11px;display:flex}.premium-compose b{color:#fff;background:#e93b3d;border-radius:8px;place-items:center;width:24px;height:24px;display:grid}.premium-bottom-nav{bottom:19px;background:#101115;border-top:1px solid #ffffff15;justify-content:space-around;padding:11px 0 0;display:flex;position:absolute;inset-inline:12px}.premium-bottom-nav>span{color:#afacbb;text-align:center;font-size:18px}.premium-bottom-nav small{margin-top:3px;font-size:9px;display:block}.premium-bottom-nav .selected{color:#ff8587}.premium-home-indicator{background:#dddbe1;border-radius:6px;width:85px;height:3px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}@keyframes premium-rise{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0}}@keyframes premium-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes premium-bars{0%{transform:scaleY(.15)}to{transform:scaleY(1)}}@keyframes premium-ring-draw{0%{stroke-dasharray:0 100}to{stroke-dasharray:66 100}}@media (prefers-reduced-motion:no-preference){.premium-slide[data-active=true] .premium-reveal{animation:.6s both premium-rise}.premium-slide[data-active=true] .premium-reveal:nth-child(3){animation-delay:.1s}.premium-slide[data-active=true] .premium-reveal:nth-child(5){animation-delay:.2s}.premium-slide[data-active=true] .premium-macros b{animation:.9s .15s both premium-grow}.premium-slide[data-active=true] .premium-ring{animation:1.1s both premium-ring-draw}.premium-slide[data-active=true] .premium-training-bars i{animation:.8s both premium-bars;animation-delay:calc(var(--i) * 60ms)}.premium-slide[data-active=true] .premium-message{animation:.5s both premium-rise}.premium-slide[data-active=true] .premium-message:nth-child(2){animation-delay:.3s}.premium-slide[data-active=true] .premium-message:nth-child(3){animation-delay:.6s}.premium-slide[data-active=true] .premium-message:nth-child(4){animation-delay:.9s}}@media (prefers-reduced-motion:reduce){.product-tour .product-tour-phone{transform-style:flat;will-change:auto;transform:rotate(0)translate(0,0)scale(1)!important}.product-tour .product-tour-phone .phone-shell{transform:none}}.premium-phone .phone-screen{height:640px}.premium-phone .premium-slide{gap:9px}.premium-heading h3{font-size:19px}.premium-energy{padding:12px}.premium-energy svg{width:78px;height:78px}.premium-macros>div{padding:8px}.premium-macros strong{margin:4px 0 7px}.premium-meals>div{padding:8px 0}.premium-training{min-height:155px}.premium-calendar>div{padding:8px 5px}.premium-plan-card{padding:14px}.premium-plan-card h4{margin-bottom:12px;font-size:22px}.premium-schedule>div{padding:10px 0}.premium-glass{z-index:5;pointer-events:none;opacity:0;background:linear-gradient(115deg,#0000 38%,#fff8eb66 48%,#fffa 50%,#0000 62%);position:absolute;inset:-25% -50%}.product-tour.is-scrubbing .premium-reveal,.product-tour.is-scrubbing .premium-message{animation:none}.product-tour:not(.is-scrubbing) .premium-slide:not([data-active=true]){visibility:hidden;transition:none}.product-tour:not(.is-scrubbing) .premium-slide[data-active=true]{visibility:visible}.product-tour-phone .premium-phone{height:672px}.product-tour-phone .premium-phone .phone-screen{width:calc(var(--device-width) - 32px);zoom:2;transform-origin:0 0;height:640px;transform:scale(.5)}.pulse-editorial{--fg:#28251f;--fg-soft:#443f36;--fg-strong:#28251f;--muted:#6b6459;--muted-hi:#5e574b;--dim:#746a5d;--dim2:#7a7064;--dim3:#8d8274;--bg:#f3ede3;--bg2:#ebe4d8;--card:#fff9ef;--panel:#e8dfd0;--panel2:#f3ede3;--o07:#28251f12;--o09:#28251f20;--o10:#28251f24;--o14:#28251f28;--o18:#28251f30;--accent-text:#b72b31;--accent-soft:#c6363b;color:var(--fg);background:var(--bg);font-family:var(--font);overflow:clip}.pulse-editorial a{color:inherit}.pulse-editorial a:focus-visible,.pulse-editorial button:focus-visible{outline-offset:5px;outline:2px solid #e93b3d}.pulse-editorial em{font-family:Georgia,Times New Roman,serif;font-weight:400}.world-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f3ede3ed;border-bottom:1px solid #28251f25;justify-content:space-between;align-items:center;height:88px;padding:0 4.5%;display:flex;position:fixed;inset:0 0 auto}.world-brand{letter-spacing:-1.7px;align-items:center;gap:9px;font-size:32px;font-weight:750;display:inline-flex}.world-brand-dot{background:#e93b3d;border-radius:50%;flex-shrink:0;width:11px;height:11px;display:inline-block}.world-brand-period{color:#e93b3d;margin-left:-9px}.world-header nav{gap:34px;font-size:13px;display:flex}.world-header nav a:hover{color:#b72b31}.world-header-cta{background:#28251f;border-radius:99px;align-items:center;gap:22px;padding:13px 21px;font-size:12px;display:flex;color:#fff9ef!important}.world-header-cta:hover{background:#b72b31}.world-skip{z-index:100;background:#fff;padding:12px 20px;position:fixed;top:-60px;left:20px}.world-skip:focus{top:12px}.pulse-world{height:650vh;position:relative}.world-stage{background:#f3ede3;height:100vh;min-height:660px;position:sticky;top:0;overflow:hidden}.world-edition{font:500 11px var(--mono);letter-spacing:.13em;color:#51483d;z-index:4;justify-content:space-between;display:flex;position:absolute;top:116px;left:4.5%;right:4.5%}.world-media{aspect-ratio:16/9;position:absolute;top:50%;left:37%;right:-5%;transform:translateY(-50%)}.world-film{opacity:0;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000),linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000),linear-gradient(#0000,#000 12% 88%,#0000);-webkit-mask-composite:source-in;mask-composite:intersect}.world-film:first-child{opacity:1}.world-film img,.world-film video{object-fit:contain;width:100%;height:100%;position:absolute}.world-film video{opacity:0}.world-film.is-ready video{opacity:1}.world-film.is-ready img{opacity:0}.world-copy{z-index:10;width:43%;position:absolute;top:28%;left:4.5%}.world-copy:not(:first-of-type){opacity:0;visibility:hidden}.world-eyebrow{font:500 11px var(--mono);letter-spacing:.12em;color:#59432f;margin-bottom:24px}.world-copy h1,.world-copy h2{letter-spacing:-.065em;margin:0;font-size:clamp(52px,5.8vw,96px);font-weight:550;line-height:1.01}.world-copy h1 em,.world-copy h2 em{color:#c63237;letter-spacing:-.065em}.world-copy:last-of-type h2{font-size:clamp(48px,5vw,84px)}.world-copy p{color:#6b6459;max-width:340px;margin:26px 0 25px;font-size:16px;line-height:1.65}.pulse-editorial .world-button{color:#fff9ef;background:#28251f;border:1px solid #28251f;border-radius:10px;align-items:center;gap:24px;min-height:54px;padding:9px 10px 9px 20px;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.pulse-editorial .world-button:hover{background:#443f36;transform:translateY(-2px)}.world-button span{color:#fff9ef;background:#e93b3d;border-radius:6px;flex-shrink:0;place-items:center;width:34px;height:34px;transition:transform .2s;display:grid}.world-button svg{width:18px;height:18px}.world-button:hover span{transform:translateY(2px)}@media (prefers-reduced-motion:reduce){.pulse-editorial .world-button,.world-button span{transition:none}.pulse-editorial .world-button:hover,.world-button:hover span{transform:none}}.world-copy-note{font:500 11px var(--mono);letter-spacing:.11em;color:#51483d;margin-top:22px}.world-bottom{z-index:15;border-top:1px solid #28251f25;justify-content:space-between;align-items:center;gap:20px;min-height:88px;display:flex;position:absolute;bottom:0;left:4.5%;right:4.5%}.world-bottom:before{content:"";width:100%;height:2px;transform:scaleX(var(--journey-progress,0));transform-origin:0;background:#e93b3d;position:absolute;top:-1px;left:0}.world-scroll-cue,.world-bottom-note{font:500 11px var(--mono);letter-spacing:.1em;color:#51483d}.world-scroll-cue{align-items:center;gap:12px;display:flex}.world-scroll-cue>span{font:24px var(--font)}.world-chapters{gap:24px;display:flex}.world-chapters a{color:#51483d;gap:9px;padding:15px 0;font-size:11px;display:flex}.world-chapters a[aria-current]{color:#b72b31}.world-anchor{pointer-events:none;width:1px;height:1px;scroll-margin-top:0;position:absolute}.world-anchor-0{top:0}.world-anchor-1{top:42.3%}.world-anchor-2{top:76.1%}.world-mobile-still{display:none}.world-manifesto{background:#e7e9dc;padding:120px 10% 85px}.world-section-label{font:500 11px var(--mono);letter-spacing:.13em;align-items:center;gap:10px;display:flex}.world-manifesto h2{letter-spacing:-.055em;margin:45px 0 55px;font-size:clamp(52px,6.7vw,105px);font-weight:500;line-height:1.04}.world-manifesto h2 em{color:#727e60}.world-manifesto-bottom{border-top:1px solid #28251f30;justify-content:space-between;align-items:start;gap:35px;padding-top:28px;display:flex}.world-manifesto-bottom span{font:500 11px var(--mono);letter-spacing:.09em;padding-top:7px}.world-manifesto-bottom p{color:#5d6650;max-width:410px;margin:0;font-size:16px;line-height:1.7}.world-product{grid-template-columns:1fr 1fr;align-items:center;gap:9%;padding:110px 8%;display:grid}.world-product-art{background:#e7decf;border-radius:48% 48% 12px 12px;flex-direction:column;justify-content:center;align-items:center;min-height:660px;display:flex;position:relative;overflow:hidden}.world-product-phone{z-index:2;margin-top:15px;position:relative;transform:rotate(-5deg)scale(.88)}.world-product-phone .phone-shell{--fg:#f4f4f5;--fg-soft:#e2e2e8;--muted:#a8a8b0;--dim:#8a8a93;--dim2:#6c6c76;--card:#0d0d11;--panel2:#141418;--bg2:#0b0b0e;--accent-soft:#ff8d8f;--o07:#ffffff12;--o09:#ffffff18;--o10:#ffffff1a;--o14:#ffffff24;color:var(--fg);box-shadow:0 35px 60px -30px #40302066}.world-orbit{border:1px solid #b7907040;border-radius:50%;width:520px;height:220px;position:absolute;transform:rotate(-35deg)}.orbit-two{width:650px;transform:rotate(40deg)}.world-phone-controls{z-index:3;border:1px solid #28251f22;border-radius:99px;gap:3px;margin:5px 0 28px;padding:4px;display:flex;position:relative}.world-phone-controls button{cursor:pointer;color:#5e574b;background:0 0;border:0;border-radius:99px;padding:8px 12px;font-size:10px}.world-phone-controls button[aria-pressed=true]{color:#fff9ef;background:#28251f}.world-product-copy h2{letter-spacing:-.05em;margin:28px 0 36px;font-size:clamp(34px,3.5vw,55px);font-weight:500;line-height:1.1}.world-product-copy em{color:#c63237}.world-feature{border-top:1px solid #28251f20;gap:22px;padding:22px 0;display:flex}.world-feature h3{letter-spacing:-.02em;margin:0 0 9px;font-size:18px;font-weight:550}.world-feature p{color:#6b6459;margin:0;font-size:14px;line-height:1.65}.pulse-editorial .faq{background:#f3ede3;border-top:1px solid #28251f20;padding:85px 8% 110px}.pulse-editorial .faq-inner{max-width:1040px}.pulse-editorial .faq .section-title{font-weight:500}.pulse-editorial .faq-q span{font-size:18px;font-weight:500}.pulse-editorial .faq-a{grid-template-rows:0fr;display:grid;max-height:none!important}.pulse-editorial .faq-item[aria-expanded=true] .faq-a{grid-template-rows:1fr}.pulse-editorial .faq-a p{min-height:0;padding-top:0;overflow:hidden}.pulse-editorial .faq-item[aria-expanded=true] .faq-a p{padding-top:14px}.world-get{color:#fff9ef;background:#28251f;border-radius:24px;grid-template-columns:1.15fr 1fr;align-items:center;gap:7%;margin:0 4.5% 28px;padding:70px 5%;scroll-margin-top:110px;display:grid}.world-get .world-section-label{color:#d7cbb9;letter-spacing:.1em;font-size:11px}.world-get h2{letter-spacing:-.055em;margin:30px 0 24px;font-size:clamp(48px,5.8vw,88px);font-weight:500;line-height:1.06}.world-get h2 em{color:#ff8a8c}.world-get-copy>p{color:#d7cbb9;margin:0;font-size:15px;line-height:1.75}.world-launch{background:#343028;border:1px solid #fff9ef20;border-radius:16px;padding:30px}.world-launch-status{color:#ffb7b8;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.world-launch h3{letter-spacing:-.035em;margin:20px 0 12px;font-size:25px;font-weight:500;line-height:1.2}.world-launch>p{color:#d7cbb9;margin:0 0 24px;font-size:14px;line-height:1.7}.world-platforms{grid-template-columns:1fr 1fr;gap:10px;display:grid}.world-platform{background:#28251f;border:1px solid #fff9ef30;border-radius:10px;align-items:center;gap:12px;padding:15px 12px;display:flex}.world-platform svg{flex-shrink:0;width:23px;height:26px}.world-platform span{color:#d7cbb9;font-size:11px;line-height:1.5;display:block}.world-platform strong{white-space:nowrap;font-size:14px;font-weight:600;display:block}.world-launch-price{color:#d7cbb9;border-top:1px solid #fff9ef20;flex-wrap:wrap;gap:6px 12px;margin-top:22px;padding-top:18px;font-size:11px;line-height:1.5;display:flex}.world-launch-price span:first-child{color:#fff9ef}@media (width>=861px) and (width<=1100px){.world-get{gap:5%;padding-inline:4%}.world-launch{padding:24px 20px}.world-platform{gap:8px;padding-inline:10px}}.world-footer{padding:52px 4.5% 25px}.world-footer-top{justify-content:space-between;align-items:start;gap:32px;display:flex}.world-footer-top p{color:#6b6459;margin:0;font-size:13px;line-height:1.7}.world-footer-top nav{flex-wrap:wrap;gap:24px;font-size:12px;display:flex}.world-footer-bottom{font:500 11px var(--mono);color:#51483d;border-top:1px solid #28251f20;justify-content:space-between;gap:20px;margin-top:45px;padding-top:25px;display:flex}@media (width<=1100px){.world-bottom-note{display:none}.world-copy{width:49%}.world-product{gap:6%;padding-inline:5%}}@media (width<=860px),(prefers-reduced-motion:reduce){.pulse-world{height:auto}.world-stage{height:auto;min-height:0;padding:115px 0 0;position:relative}.world-edition{margin:0 6%;font-size:11px;position:static}.world-media,.world-bottom{display:none}.world-copy,.world-copy:not(:first-of-type){opacity:1;visibility:visible;border-bottom:1px solid #28251f20;width:auto;padding:25px 6% 65px;position:relative;top:auto;left:auto}.world-mobile-still{aspect-ratio:16/9;object-fit:contain;width:112%;max-width:none;margin:-8px -6% 10px;display:block;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.world-copy h1,.world-copy h2{font-size:clamp(48px,9vw,78px)}.world-copy p{max-width:450px}.world-eyebrow{margin-bottom:20px;font-size:11px}.world-anchor-0{top:0}.world-anchor-1{top:34%}.world-anchor-2{top:67%}}@media (width<=860px){.world-header{height:80px;padding-inline:6%}.world-header nav{display:none}.world-brand{font-size:28px}.world-header-cta{gap:12px;padding:12px 16px;font-size:11px}.world-manifesto{padding:75px 6% 60px}.world-manifesto h2{font-size:clamp(44px,8vw,70px)}.world-manifesto-bottom{flex-direction:column;gap:20px}.world-product{grid-template-columns:1fr;gap:50px;padding:65px 6%}.world-product-art{justify-self:center;width:100%;max-width:500px;min-height:610px}.world-product-copy h2{font-size:40px}.pulse-editorial .faq{padding:60px 6% 70px}.world-get{border-radius:18px;grid-template-columns:1fr;gap:32px;margin-inline:4%;padding:40px 6%}.world-get h2{font-size:clamp(44px,8vw,68px)}.world-launch{padding:24px 18px}.world-footer{padding-inline:6%}.world-footer-top,.world-footer-bottom{flex-wrap:wrap;gap:22px}.world-footer-top nav{gap:20px;width:100%}.world-footer-bottom{font-size:11px;line-height:1.6}}.product-tour{border-top:1px solid #28251f20;position:relative}.product-tour-stage{grid-template-columns:1fr 1fr;align-items:center;gap:8%;padding:70px 8%;display:grid}.product-tour-art{perspective:1100px;isolation:isolate;justify-content:center;align-items:center;min-height:650px;display:flex;position:relative}.product-tour-halo{z-index:-1;background:radial-gradient(#e2c8ad 0%,#ebe1d2 52%,#f3ede300 73%);border-radius:50%;position:absolute;inset:7% -5%}.product-tour-phone{--device-width:320px;width:var(--device-width);transform-style:preserve-3d;will-change:transform;flex:none;margin:0;transform:none}.product-tour-phone .phone-shell{width:100%}.product-tour-caption{font:500 10px var(--mono);letter-spacing:.09em;color:#51483d;text-align:center;position:absolute;bottom:-15px}.product-tour-copy{min-width:0}.product-tour-controls{border-bottom:1px solid #28251f25;gap:4px;margin:28px 0 36px;display:flex}.product-tour-controls button{color:#655a4c;font:500 13px var(--font);cursor:pointer;background:0 0;border:0;padding:13px 12px;position:relative}.product-tour-controls button:first-child{padding-left:0}.product-tour-controls button[aria-pressed=true]{color:#b72b31}.product-tour-controls button[aria-pressed=true]:after{content:"";background:#e93b3d;height:2px;position:absolute;bottom:-1px;left:0;right:0}.product-tour-story{min-height:285px}.product-tour-story h2{letter-spacing:-.055em;margin:0 0 25px;font-size:clamp(38px,4.2vw,66px);font-weight:500;line-height:1.08}.product-tour-story h2 em{color:#c63237}.product-tour-story p{color:#5e574b;max-width:410px;margin:0 0 25px;font-size:16px;line-height:1.75}.product-tour-detail{color:#655a4c;font-size:12px;line-height:1.7}.product-tour-progress{gap:7px;margin-top:25px;display:flex}.product-tour-progress span{background:#28251f20;border-radius:2px;width:32px;height:3px;transition:background .3s}.product-tour-progress span.is-active{background:#e93b3d}.product-tour-hint{color:#655a4c;margin:18px 0 0;font-size:12px;display:none}.product-tour-hint span{margin-left:10px}@media (width>=861px) and (height>=740px) and (prefers-reduced-motion:no-preference){.product-tour{height:380vh}.product-tour-stage{height:calc(100vh - 88px);padding-block:35px;position:sticky;top:88px}.product-tour-art{height:100%;min-height:0}.product-tour-phone{zoom:.85}.product-tour-caption{bottom:12px}.product-tour-hint{display:block}}@media (width<=860px){.product-tour-stage{grid-template-columns:1fr;gap:42px;padding:50px 7%}.product-tour-art{min-height:560px}.product-tour-phone{zoom:.82}.product-tour-copy{justify-self:center;width:100%;max-width:520px}.product-tour-story{min-height:265px}.product-tour-story h2{font-size:clamp(36px,7vw,52px)}.product-tour-controls{margin-bottom:26px}}.product-tour-phone .phone-shell{--dim:#c5c5cf;--dim2:#b8b8c5;--dim3:#b8b8c5;--dim4:#b8b8c5;--muted:#cdcdd6;--accent-text:#ff8a8c;--o05:#ffffff0d;--o12:#ffffff25;backface-visibility:hidden;transform:translateZ(3px)}.product-tour-phone .phone-status,.product-tour-phone .ring-cap,.product-tour-phone .macro-label,.product-tour-phone .mono-tiny,.product-tour-phone .meal-sub{letter-spacing:.025em;color:#c5c5cf;font-weight:500;font-size:11px!important}.product-tour-phone .phone-slide .kicker{color:#ff8a8c;font-size:11px!important}.product-tour-phone .meal-name{font-size:14px}@media (width>=861px) and (height>=850px){.product-tour-phone{zoom:.95}}.product-tour-phone .phone-shell{border:2px solid #656571;box-shadow:inset 0 0 0 2px #25252e,0 35px 60px -30px #28251f80}.product-tour-phone .phone-shell:before{content:"";background:linear-gradient(#868690,#393943);border-radius:3px 0 0 3px;width:3px;height:52px;position:absolute;top:112px;left:-5px;box-shadow:0 64px #55555f}.product-tour-phone .phone-shell:after{content:"";background:linear-gradient(#868690,#393943);border-radius:0 3px 3px 0;width:3px;height:65px;position:absolute;top:140px;right:-5px}.product-tour-phone .phone-slide{opacity:0;transform:translateY(28px)scale(.96)}.product-tour-phone .phone-slide[data-active=true]{opacity:1;transform:translateY(0)scale(1)}.product-tour.is-scrubbing .phone-slide{transition:none}@media (width<=860px) and (prefers-reduced-motion:no-preference){.pulse-world{height:620svh}.world-stage{height:100svh;min-height:0;padding:0;position:sticky;top:0}.world-edition{margin:0;font-size:9px;position:absolute;top:94px;left:6%}.world-mobile-still{display:none}.world-copy,.world-copy:not(:first-of-type){border:0;width:88%;padding:0;position:absolute;top:134px;left:6%}.world-copy:not(:first-of-type){opacity:0;visibility:hidden}.world-copy h1,.world-copy h2,.world-copy:last-of-type h2{font-size:clamp(32px,8.5vw,46px)}.world-eyebrow{margin-bottom:14px;font-size:10px}.world-copy p{max-width:350px;margin:14px 0;font-size:13px;line-height:1.5}.world-copy-note{display:none}.pulse-editorial .world-button{min-height:44px;padding:6px 8px 6px 15px;font-size:12px}.world-button span{width:29px;height:29px}.world-media{aspect-ratio:auto;height:36svh;display:block;inset:auto -4% 62px;transform:none}.world-bottom{min-height:54px;display:flex;left:6%;right:6%}.world-scroll-cue,.world-bottom-note{display:none}.world-chapters{justify-content:space-between;gap:10px;width:100%}.world-chapters a{padding-block:18px;font-size:10px}.world-anchor-0{top:0}.world-anchor-1{top:42.3%}.world-anchor-2{top:76.1%}}@media (width<=860px) and (prefers-reduced-motion:no-preference),(height<=739px) and (prefers-reduced-motion:no-preference){.product-tour{height:360svh}.product-tour-stage{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;gap:14px;height:calc(100svh - 80px);padding:14px 6% 18px;position:sticky;top:80px}.product-tour-art{height:100%;min-height:0}.product-tour-phone{zoom:.48}.product-tour-caption{display:none}.product-tour-copy{width:100%;max-width:460px}.product-tour-copy .world-section-label{font-size:9px}.product-tour-controls{justify-content:space-between;margin:8px 0 14px}.product-tour-controls button{padding:9px 10px;font-size:12px}.product-tour-story{min-height:145px}.product-tour-story h2{margin-bottom:10px;font-size:30px}.product-tour-story p{margin-bottom:9px;font-size:12px;line-height:1.5}.product-tour-detail{font-size:10px}.product-tour-progress{margin-top:8px}.product-tour-hint{display:none}}@media (width<=860px) and (height>=850px) and (prefers-reduced-motion:no-preference){.product-tour-phone{zoom:.6}.product-tour-story{min-height:160px}}@media (width<=860px) and (height<=740px) and (prefers-reduced-motion:no-preference){.world-edition{display:none}.world-copy,.world-copy:not(:first-of-type){top:99px}.world-copy h1,.world-copy h2,.world-copy:last-of-type h2{font-size:30px}.world-media{height:30svh}.product-tour-phone{zoom:.38}}.product-tour-phone .premium-phone{transform:translateZ(16px)}@media (prefers-reduced-motion:no-preference){.product-tour{height:460svh}}@media (prefers-reduced-motion:reduce){.device-frame-layer{display:none}}.device-frame-layer{pointer-events:none;backface-visibility:hidden;background:#303039;border:1px solid #62626e;border-radius:44px;position:absolute;inset:0}.product-tour.is-scrubbing .product-tour-stage{overflow:clip}.product-tour-entrance{transform-style:preserve-3d;flex:none;position:relative}@media (width<=860px) and (prefers-reduced-motion:no-preference){.world-edition{display:none}.world-copy,.world-copy:not(:first-of-type){top:112px}.world-media{height:clamp(200px,100svh - 430px,440px);bottom:56px;left:0;right:0}.world-film img,.world-film video{object-fit:cover;object-position:center}.world-film{-webkit-mask-image:linear-gradient(#0000,#000 12% 91%,#0000);mask-image:linear-gradient(#0000,#000 12% 91%,#0000);-webkit-mask-composite:source-over;mask-composite:add}.product-tour-stage{grid-template-rows:auto minmax(0,1fr);gap:10px;padding:12px 5% 16px}.product-tour-copy{grid-row:1}.product-tour-art{grid-row:2;min-width:0}.product-tour-phone{zoom:.75}.product-tour-copy .world-section-label{display:none}.product-tour-controls{margin:0 0 12px}.product-tour-controls button{padding:10px;font-size:13px}.product-tour-story{min-height:95px}.product-tour-story h2{margin:0 0 8px;font-size:26px;line-height:1.12}.product-tour-story h2 br{display:none}.product-tour-story h2 em{margin-left:.2em}.product-tour-story p{max-width:none;margin-bottom:0;font-size:12px;line-height:1.5}.product-tour-detail{display:none}.product-tour-progress{margin-top:4px}}@media (width<=860px) and (height>=850px) and (prefers-reduced-motion:no-preference){.product-tour-phone{zoom:.9}}@media (width<=860px) and (height<=740px) and (prefers-reduced-motion:no-preference){.world-copy,.world-copy:not(:first-of-type){top:99px}.product-tour-phone{zoom:.6}.product-tour-story{min-height:90px}.product-tour-story h2{font-size:23px}}@media (width<=860px) and (orientation:landscape) and (prefers-reduced-motion:no-preference){.world-copy,.world-copy:not(:first-of-type){width:46%;top:94px;left:4%}.world-copy h1,.world-copy h2,.world-copy:last-of-type h2{font-size:25px}.world-eyebrow{margin-bottom:8px;font-size:9px}.world-copy p{margin:8px 0;font-size:11px}.world-media{height:calc(100svh - 140px);min-height:0;bottom:50px;left:49%}.product-tour-stage{grid-template-rows:1fr;grid-template-columns:1fr 1fr;gap:5%}.product-tour-copy{grid-area:1/2}.product-tour-art{grid-area:1/1}.product-tour-phone{zoom:.4}}.product-phone-stack>.product-tour-phone:not(:first-child){position:absolute;top:0;left:0}.product-phone-stack>.product-tour-phone{opacity:0;visibility:hidden}.product-phone-stack>.product-tour-phone[data-device-active=true]{opacity:1;visibility:visible}.world-film .world-screen-logo{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pulse-editorial .world-beta-button{color:#fff9ef;background:#e93b3d;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 18px;font-size:14px;font-weight:600;display:flex}.world-beta-button:hover{background:#f05456}@media (width<=860px) and (prefers-reduced-motion:no-preference){.world-film .world-screen-logo{object-fit:cover}}.world-screen-logo{opacity:0}.is-world-complete .world-film:last-child .world-screen-logo[data-ready=true]{opacity:1}@keyframes steado-mark-turn{to{transform:rotate(120deg)}}@media (prefers-reduced-motion:no-preference){.world-header .steado-logo-mark{animation:3s linear infinite steado-mark-turn}}.world-premium .world-stage{color:#28251f;background:#f3ede3}.world-premium .world-edition,.world-premium .world-eyebrow,.world-premium .world-copy-note,.world-premium .world-scroll-cue,.world-premium .world-bottom-note,.world-premium .world-chapters a{color:#51483d}.world-premium .world-copy p{color:#6b6459}.world-premium .world-copy em,.world-premium .world-chapters a[aria-current]{color:#b72b31}.world-premium .world-button{color:#fff9ef;background:#28251f;border-color:#28251f}.world-premium .world-button:hover{background:#443f36}.world-premium .world-bottom{border-color:#28251f25}.world-premium .world-media{aspect-ratio:16/9;height:auto;left:34%;right:-10%}.world-premium .world-film{-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 92%,#0000),linear-gradient(#0000,#000 16% 84%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 92%,#0000),linear-gradient(#0000,#000 16% 84%,#0000);-webkit-mask-composite:source-in;mask-composite:intersect}.world-premium .world-film img,.world-premium .world-film video{object-fit:cover}.world-premium .world-copy{width:43%}.world-premium .world-copy h1,.world-premium .world-copy h2{font-size:clamp(48px,5.3vw,86px)}@media (width<=860px) and (prefers-reduced-motion:no-preference){.world-premium .world-copy,.world-premium .world-copy:not(:first-of-type){width:88%}.world-premium .world-copy h1,.world-premium .world-copy h2{font-size:clamp(32px,8.5vw,46px)}.world-premium .world-media{aspect-ratio:auto;height:auto;left:0;right:0}.world-premium .world-film{-webkit-mask-image:linear-gradient(#0000,#000 5% 93%,#0000);mask-image:linear-gradient(#0000,#000 5% 93%,#0000);-webkit-mask-composite:source-over;mask-composite:add}}@media (prefers-reduced-motion:reduce){.world-premium .world-copy{width:auto}.world-premium .world-mobile-still{border-radius:12px;-webkit-mask-image:none;mask-image:none}}@media (width<=860px) and (orientation:portrait) and (prefers-reduced-motion:no-preference){.world-premium .world-film video,.world-premium .world-film img{object-position:var(--portrait-focus,30%) center}.world-mobile-break{display:none}.world-media{height:auto;top:clamp(320px,37svh,350px);bottom:56px}.world-film{-webkit-mask-image:linear-gradient(#0000,#000 3% 93%,#0000);mask-image:linear-gradient(#0000,#000 3% 93%,#0000)}}@media (width<=860px) and (orientation:landscape) and (prefers-reduced-motion:no-preference){.world-premium .world-copy,.world-premium .world-copy:not(:first-of-type){width:43%}.world-premium .world-copy h1,.world-premium .world-copy h2{font-size:25px}.world-premium .world-media{left:49%}}.canvas-atmosphere{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.canvas-atmosphere canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.world-manifesto{isolation:isolate;background:#e4e8da;scroll-margin-top:88px;position:relative;overflow:hidden}.world-manifesto>.world-section-label,.world-manifesto>h2,.world-manifesto-bottom{z-index:1;position:relative}.manifesto-line{margin-bottom:-.11em;padding-bottom:.11em;display:block;overflow:clip}.manifesto-line>span{transform-origin:0 100%;display:block}.world-manifesto .canvas-atmosphere{opacity:.7}.phone-atmosphere{opacity:.7;border-radius:48%;inset:1% -15%;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.product-tour-caption{z-index:3}.world-get{isolation:isolate;position:relative;overflow:hidden}.world-get-copy,.world-launch{z-index:1;position:relative}.launch-atmosphere{opacity:.44;-webkit-mask-image:linear-gradient(90deg,#000,#000 38%,#0000 70%);mask-image:linear-gradient(90deg,#000,#000 38%,#0000 70%)}.world-launch{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#343028ed;transition:border-color .25s;box-shadow:0 12px 48px #00000012}.world-launch:hover{border-color:#ff8a8c70}.launch-decrypt{isolation:isolate}.launch-decrypt-canvas{opacity:0;pointer-events:none;border-radius:inherit;z-index:3;width:100%;height:100%;position:absolute;inset:0}.world-beta-button{isolation:isolate;position:relative;overflow:hidden}.world-beta-button:after{content:"";z-index:-1;background:linear-gradient(110deg,#0000 25%,#ffffff60 50%,#0000 75%);position:absolute;inset:0;transform:translate(-125%)}.world-beta-button:hover:after,.world-beta-button:focus-visible:after{transition:transform .75s;transform:translate(125%)}@media (width<=860px){.world-manifesto{scroll-margin-top:80px}.phone-atmosphere{opacity:.58;inset:0 -8%}.launch-atmosphere{-webkit-mask-image:linear-gradient(#000,#000 22%,#0000 60%);mask-image:linear-gradient(#000,#000 22%,#0000 60%)}}@media (prefers-reduced-motion:reduce){.canvas-atmosphere{display:none}.manifesto-line>span{transform:none!important}.world-beta-button:after{display:none}.world-launch{transition:none}}
