@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";:root{overflow-x:hidden;--bg-dark: #000000;--bg-panel: rgba(255, 255, 255, .02);--bg-card: rgba(255, 255, 255, .01);--text-main: #ffffff;--text-muted: rgba(255, 255, 255, .8);--text-dim: rgba(255, 255, 255, .6);--accent: #ffffff;--accent-glow: rgba(255, 255, 255, .15);--accent-subtle: rgba(255, 255, 255, .1);--gradient-1: #ffffff;--gradient-2: #a1a1aa;--gradient-3: #52525b;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--font-logo: "Montserrat", sans-serif;--radius-lg: 24px;--radius-md: 14px;--radius-sm: 8px;--ease-elastic: cubic-bezier(.68, -.6, .32, 1.6);--ease-smooth: cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}body{margin:0;padding:0;width:100%;height:100%;overflow-x:clip;overflow-y:scroll;position:relative;-webkit-overflow-scrolling:touch;background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%;width:100%;overflow-x:clip}.page-container{min-height:100vh;width:100%;overflow-x:clip;display:flex;flex-direction:column}.page-container>*{overflow-anchor:none}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:var(--bg-dark)}body::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:10px;border:2px solid var(--bg-dark)}body::-webkit-scrollbar-thumb:hover{background:#fff3}body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) var(--bg-dark)}.page-transition-shell{min-height:100vh;overflow-x:hidden;width:100%}.page-transition-stage{min-height:100vh;opacity:1;transition:opacity .26s var(--ease-smooth);will-change:opacity}.page-transition-stage.entering,.page-transition-stage.exiting{opacity:.985;pointer-events:none}@media(prefers-reduced-motion:reduce){.page-transition-stage{transition:none!important}.page-transition-stage.entering,.page-transition-stage.exiting{opacity:1!important;pointer-events:auto}}.wintr-bg,.wintr-overlay,.noise{position:fixed;pointer-events:none;width:100%;height:100dvh;height:100%;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden}.wintr-bg{z-index:-3;background-size:cover;background-position:center;filter:saturate(.55) brightness(.75) contrast(1.08);transform:scale(1.05) translateZ(0)}.page-transition-shell[data-view=home] .wintr-bg{background-image:url(/images/wintrhomepage.png)}.page-transition-shell[data-view=pricing] .wintr-bg{background-image:url(/images/wintrpricing.png)}.page-transition-shell[data-view=roadmap] .wintr-bg{background-image:url(/images/wintrroadmap.png)}.page-transition-shell[data-view=support] .wintr-bg{background-image:url(/images/wintrsupport.png)}.page-transition-shell[data-view=privacy] .wintr-bg,.page-transition-shell[data-view=terms] .wintr-bg,.page-transition-shell[data-view=features] .wintr-bg{background-image:url(/images/wintrhomepage.png)}.wintr-overlay{z-index:-2;background:linear-gradient(120deg,#0a12208c,#00000073)}.noise{z-index:-1;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E")}@media(max-width:900px){.wintr-bg,.wintr-overlay,.noise{height:110dvh;top:-5dvh}.wintr-bg{filter:none;transform:scale(1.05) translateZ(0);will-change:transform}.wintr-overlay{background:linear-gradient(120deg,#080e1ab8,#0000009e)}}.header{position:fixed;top:0;width:100%;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#00000059;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,backdrop-filter;border-bottom:1px solid rgba(255,255,255,.08);transition:padding .3s ease}.header:before{content:"";position:absolute;inset:0;z-index:-1;background:#0000001a;pointer-events:none}.logo{font-family:var(--font-logo);font-weight:700;font-size:1.5rem;color:var(--text-main);text-decoration:none;display:flex;align-items:center;gap:.6rem;letter-spacing:-.03em;text-transform:lowercase}.logo-snowflake{width:24px;height:24px;color:var(--accent);filter:drop-shadow(0 0 8px var(--accent-glow));animation:rotate-slow 18s linear infinite}.logo-cursor{color:var(--accent);animation:blink 1.2s step-end infinite;margin-left:1px}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.875rem;transition:color .25s;letter-spacing:-.01em}.nav-links a:hover{color:var(--text-main)}.cta-nav{padding:.55rem 1.15rem;background:#ffffff0f;border-radius:100px;border:1px solid rgba(255,255,255,.08);transition:opacity .25s ease;font-size:.875rem}.cta-nav:hover{background:#ffffff1f;transform:translateY(-1px)}.cta-nav-launch{border-color:transparent;background:var(--accent);color:var(--bg-dark)!important;font-weight:600;box-shadow:0 0 24px var(--accent-glow),0 2px 8px #0000004d}.cta-nav-launch:hover{background:#e4e4e7;transform:translateY(-2px);box-shadow:0 0 36px var(--accent-glow);color:var(--bg-dark)!important;border-color:transparent}.nav-links .cta-nav-launch,.nav-links .cta-nav-launch:hover{color:var(--bg-dark)!important}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);color:var(--text-main);cursor:pointer;transition:background .2s;position:relative;z-index:110}.nav-toggle:hover{background:#ffffff1a}.nav-overlay{display:none;position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:98;opacity:0;pointer-events:none;transition:opacity .3s}.nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);padding:5.5rem 1.5rem 2rem;background:var(--bg-panel);border-left:1px solid rgba(255,255,255,.06);flex-direction:column;gap:.5rem;z-index:99;transform:translate(100%);transition:transform .35s var(--ease-smooth);pointer-events:none}.nav-mobile a{color:var(--text-main);text-decoration:none;font-weight:500;font-size:1.05rem;padding:.875rem 1rem;border-radius:var(--radius-sm);transition:background .2s;min-height:44px;display:flex;align-items:center}.nav-mobile a:hover{background:#ffffff0f}.nav-mobile .cta-nav{margin-top:.5rem;text-align:center;justify-content:center}.nav-mobile .cta-nav-launch{margin-top:.25rem;color:var(--bg-dark)!important}.page{width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:1;flex:1}section{width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:6rem 2rem}.page-standard{min-height:100vh;padding:clamp(6.6rem,10vw,8.5rem) clamp(1rem,3vw,2rem) clamp(4rem,7vw,6rem);display:flex;flex-direction:column;gap:clamp(3rem,6vw,5rem);position:relative;z-index:1}.hero-standard{max-width:960px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;padding:0 0 clamp(1rem,2vw,2.5rem)}.badge-standard{display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1.1rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-main);border:1px solid rgba(255,255,255,.18);background:var(--accent-subtle);margin-bottom:1.25rem}.hero-standard h1{margin-top:0;font-family:var(--font-display);font-size:clamp(2.6rem,5.4vw,4.2rem);font-weight:800;letter-spacing:-.04em;line-height:1.06}.hero-standard h1 span{display:block;color:var(--text-dim);font-weight:600;font-size:.6em;margin-top:.5rem;letter-spacing:-.01em}.subtitle-standard{margin-top:1.35rem;font-size:1.12rem;color:var(--text-muted);line-height:1.72;max-width:680px;margin-left:auto;margin-right:auto}.section-standard{width:min(1200px,100%);margin:0 auto;position:relative}@media(max-width:720px){.page-standard{padding:5.2rem 1.25rem 3.5rem;gap:2.2rem}.hero-standard h1{font-size:clamp(2.2rem,9.5vw,3rem)}.subtitle-standard{font-size:1rem;margin-top:1rem}}.hero{display:flex;flex-direction:column;min-height:100vh;padding:8rem 2rem 4rem;text-align:left;align-items:center;justify-content:center}.hero-content{display:flex;flex-direction:row;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto}.hero-intro{display:flex;flex-direction:column;align-items:flex-start;text-align:left;flex:0 0 55%;max-width:55%}.badge-container{margin-bottom:2rem}.badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;padding:8px 18px;background:var(--accent-subtle);color:var(--accent);border:1px solid rgba(255,255,255,.15);border-radius:100px;display:inline-flex;align-items:center;gap:.6rem}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-family:var(--font-display);font-size:5rem;line-height:1.08;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.04em;color:var(--text-main)}.text-gradient{background:linear-gradient(135deg,#fff 20% 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-sub{font-size:1.2rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;max-width:540px;letter-spacing:-.01em}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:520px}.hero-visual{position:relative;height:540px;flex:0 0 45%;display:flex;justify-content:center;align-items:center;perspective:1200px;overflow:hidden}.hero-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);filter:blur(60px);pointer-events:none}.app-card-stack{position:relative;width:380px;height:480px;transform-style:preserve-3d;animation:hover-stack 8s ease-in-out infinite}@keyframes hover-stack{0%,to{transform:translateY(0) rotateY(-4deg) rotateX(3deg)}50%{transform:translateY(-16px) rotateY(-1deg) rotateX(1deg)}}.hero-scroll-hint{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-dim);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;animation:scroll-hint-pulse 3s ease-in-out infinite}@keyframes scroll-hint-pulse{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.8;transform:translateY(4px)}}.app-card{position:absolute;inset:0;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 64px -16px #0009,0 0 0 1px #ffffff08;transition:transform .5s var(--ease-smooth)}.card-front{background:linear-gradient(145deg,#000000d9,#050a14fa);overflow:hidden;display:flex;flex-direction:column}.hero-visual:hover .card-front{transform:translateZ(10px)}.hero-card-fade-wrap{position:absolute;inset:0;overflow:hidden;min-width:0;transform-style:preserve-3d}.hero-card-fade-wrap .app-card{position:absolute;inset:0;border-radius:var(--radius-lg)}.social-proof{min-height:auto;width:auto;margin:0 auto;margin-top:1rem;padding:6rem 2rem 2rem;text-align:center;overflow-x:hidden}@media(max-width:900px){.social-proof{margin-top:1.5rem}}@media(min-width:768px){.social-proof{padding:8rem 5rem}}.social-proof-inner{max-width:none;margin:0 auto;width:100%;padding:2.5rem 5rem;text-align:center;background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.social-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.social-proof-stat{display:flex;align-items:center;gap:.75rem}.stat-icon-wrap{width:36px;height:36px;border-radius:10px;background:var(--accent-subtle);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-proof-stat .stat-content{display:flex;flex-direction:column}.social-proof-stat .stat-value{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em;line-height:1.2}.social-proof-stat .stat-label{font-size:.75rem;color:var(--text-muted);font-weight:500;letter-spacing:-.01em}.powered-by-gemini{display:flex;justify-content:center}.gemini-card{display:flex;align-items:center;gap:1rem;padding:0;border:none;background:transparent;box-shadow:none;max-width:none;width:auto}.gemini-symbol{display:block;flex-shrink:0;width:48px;height:48px;margin-right:.75rem}.gemini-copy{display:flex;flex-direction:column}.gemini-powered{font-size:1rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:center}.social-proof.social-proof-plain .social-proof-inner{background:transparent;border:none;padding:0;box-shadow:none}.powered-by-text{text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem}.model-logos{display:flex;justify-content:center;align-items:center;gap:3.5rem;flex-wrap:nowrap;padding:1rem 0 .5rem;overflow-x:visible}.model-logo{display:block;width:clamp(100px,20vw,300px);height:auto;object-fit:contain;opacity:.85;transition:opacity .2s ease;filter:invert(1) brightness(1.2) saturate(1.2)}.model-logo.gemini{width:clamp(120px,25vw,360px)}.logo-wrapper{position:relative;overflow:visible;padding-top:1.5rem}.logo-visual{display:block;width:clamp(140px,18vw,380px);height:120px;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;border-radius:8px;border:none;margin-top:.25rem;filter:invert(1) brightness(1.2) saturate(1.2);opacity:.95;transition:filter .16s ease,opacity .16s ease}@media(min-width:1200px){.logo-visual{width:clamp(180px,14vw,460px);height:140px}.model-logos{gap:4.5rem}.social-proof{padding-top:5rem;padding-bottom:2rem;margin-top:1rem}}.model-logo-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.in-build-pill{position:absolute;top:0;left:50%;transform:translate(-50%);display:inline-block;padding:.25rem .75rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:var(--accent-subtle);color:var(--accent);border:1px solid rgba(255,255,255,.18);border-radius:100px;text-decoration:none;white-space:nowrap}.in-build-pill:hover{background:var(--accent);color:#000}.coming-soon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--text-on-accent);background:#0009;border-radius:4px;opacity:0;transition:opacity .2s ease;pointer-events:none}.logo-wrapper:hover .coming-soon,.logo-wrapper:focus-within .coming-soon{opacity:1}.logo-visual:hover,.logo-visual:focus{opacity:1;filter:invert(1) brightness(1.4) saturate(1.3)}@media(max-width:640px){.model-logos{display:flex;justify-content:center;flex-wrap:nowrap;overflow-x:hidden;padding:0;gap:.5rem}.logo-wrapper{flex:1 1 0;min-width:0;padding-top:1.5rem}.logo-visual{width:100%;max-width:100%;height:60px;background-size:contain}.model-logo{flex-shrink:0;width:clamp(50px,15vw,100px);height:auto}.model-logo.gemini{width:clamp(80px,30vw,120px)}.in-build-pill{top:0;left:50%;transform:translate(-50%);z-index:1;font-size:.6rem;padding:.2rem .6rem;white-space:nowrap}.social-proof{width:100%;margin-left:0;margin-right:0;padding:3.5rem 1rem 2rem;overflow-x:hidden;box-sizing:border-box}.social-proof-inner{padding:1rem 0;max-width:100%;box-sizing:border-box;text-align:center}.logo-wrapper:focus{outline:3px solid var(--accent);outline-offset:6px;border-radius:8px}}.gemini-word{font-family:Google Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:4rem;font-weight:700;line-height:1;background:linear-gradient(90deg,#4285f4,#34a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-top:-.2rem}.social-proof+.section-header,.social-proof+.features .section-header{padding-top:2rem}@media(max-width:900px){.social-proof+.section-header,.social-proof+.features .section-header{padding-top:1rem}}.gemini-sub,.gemini-link{display:none}@media(max-width:640px){.gemini-card{padding:1rem;gap:.75rem}.gemini-symbol{width:52px;height:52px;font-size:22px}}.waitlist-form{display:flex;gap:.5rem;width:100%}.waitlist-form.centered{margin:0 auto;max-width:480px}.waitlist-form--wide{width:100%;max-width:none}.waitlist-form--wide .input-group{flex:1 1 auto}.waitlist-form--wide input{width:100%;min-width:0}.input-group{position:relative;flex:1}.input-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--text-dim);width:16px;height:16px}input{width:100%;padding:.875rem 1rem .875rem 2.25rem;background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:var(--text-main);font-family:var(--font-body);font-size:.9rem;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}input:focus{outline:none;background:#ffffff0a;border-color:#fff3;box-shadow:0 0 0 4px #ffffff08}input::placeholder{color:var(--text-dim)}.btn{padding:.875rem 1.5rem;border:none;border-radius:12px;font-family:var(--font-display);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s var(--ease-smooth);cursor:pointer;white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.btn-glow{background:#ffffff14;color:var(--text-main);border:1px solid rgba(255,255,255,.15);box-shadow:0 0 20px var(--accent-glow),0 2px 8px #0000004d}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 0 36px var(--accent-glow);background:#ffffff1f;border-color:#ffffff40}.btn.success{background:#10b981;color:#fff}.waitlist-count{font-size:.8rem;color:var(--text-dim);display:flex;align-items:center;gap:.5rem}.count-number{color:#34d399;font-weight:700;display:inline-flex;align-items:center;gap:6px}.count-number:before{content:"";width:6px;height:6px;background:#34d399;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.waitlist-container{display:flex;flex-direction:column;gap:1rem;width:100%}.tier-selector{display:flex;gap:.5rem;background:#ffffff0d;padding:4px;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.tier-btn{flex:1;padding:.5rem 1rem;border:none;background:transparent;color:var(--text-dim);font-family:var(--font-display);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:8px;cursor:pointer;transition:all .3s ease}.tier-btn.active{background:#ffffff1a;color:var(--text-main);box-shadow:0 4px 12px #0000001a}.tier-btn:hover:not(.active){color:var(--text-main);background:#ffffff08}.handle-checker-title{text-align:center}.features{padding:0;display:block;height:auto}.page-features-route .features .section-header{max-width:920px;margin:0 auto;padding:clamp(5.8rem,9.2vw,7.4rem) 0 clamp(2.6rem,5.4vw,4rem);gap:0}.page-features-route .features .section-label{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.35rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:var(--accent-subtle);font-size:.75rem;letter-spacing:.18em;color:var(--text-main)}.page-features-route .features .section-header h2{margin-top:1rem;margin-bottom:0;font-size:clamp(2.6rem,5.4vw,4.4rem);font-weight:800;line-height:1.06;letter-spacing:-.03em}.page-features-route .features .section-desc{margin-top:1.35rem;max-width:640px;margin-left:auto;margin-right:auto;font-size:1.08rem;line-height:1.72;color:var(--text-muted)}.page-features-route .features .feature-showcase{padding-top:clamp(.6rem,1.6vw,1.4rem)}.page-features-route .features .feature-row{min-height:auto;padding:clamp(3.25rem,6vw,4.75rem) 3rem}.page-features-route .features .feature-row:first-child{align-items:flex-start;padding-top:clamp(1.4rem,3vw,2.4rem)}.section-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;position:relative}.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:1.25rem}.section-header h2{font-family:var(--font-display);font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.section-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.7;max-width:560px;letter-spacing:-.01em}.text-muted{color:var(--text-muted)}.feature-showcase{display:flex;flex-direction:column;padding:0}.feature-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6rem;padding:6rem 3rem;max-width:1400px;margin:0 auto;min-height:80vh}@media(max-width:768px){.feature-row{flex-direction:column;gap:3rem;padding:4rem 1.5rem;min-height:auto}.feature-text,.feature-visual{width:100%}}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1;max-width:480px}.feature-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1rem;display:inline-block;padding:4px 12px;background:var(--accent-subtle);border-radius:100px}.feature-text h3{font-family:var(--font-display);font-size:2.75rem;font-weight:800;margin:0 0 1.25rem;color:var(--text-main);letter-spacing:-.03em;line-height:1.1}.feature-text p{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:2rem;letter-spacing:-.01em}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.875rem}.feature-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-main);font-weight:500;font-size:.95rem}.feature-list li svg{color:var(--accent);flex-shrink:0}.feature-visual{flex:1;display:flex;justify-content:center;perspective:1200px}.card-3d-wrapper{position:relative;width:400px;height:400px;transform-style:preserve-3d;transition:transform .3s ease;z-index:1}.wide-card{width:640px;height:440px}.card-3d-wrapper .fitness-card-body,.card-3d-wrapper .fitness-exercise-list,.card-3d-wrapper .fitness-today-exercise-list,.card-3d-wrapper .fitness-log-flow,.card-3d-wrapper .app-grid-scrollable{scrollbar-width:none;-ms-overflow-style:none}.card-3d-wrapper .fitness-card-body::-webkit-scrollbar,.card-3d-wrapper .fitness-exercise-list::-webkit-scrollbar,.card-3d-wrapper .fitness-today-exercise-list::-webkit-scrollbar,.card-3d-wrapper .fitness-log-flow::-webkit-scrollbar,.card-3d-wrapper .app-grid-scrollable::-webkit-scrollbar{display:none}.feature-row:hover .card-3d-wrapper{transform:rotateY(4deg) rotateX(3deg)}.feature-row.reverse:hover .card-3d-wrapper{transform:rotateY(-4deg) rotateX(3deg)}.nutrition-card,.fitness-card,.calendar-card,.rituals-card,.concierge-card{padding:0;background:#000000b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08)}.detail-row{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 3rem;max-width:1400px;margin:0 auto;text-align:center;position:relative}.detail-row:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.detail-row h3{font-family:var(--font-display);font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-main);letter-spacing:-.03em}.detail-row p{color:var(--text-muted);font-size:1.05rem;line-height:1.7;max-width:600px;margin:0 auto 3rem}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:960px;margin:0 auto}.detail-card{position:relative;border-radius:var(--radius-md);padding:2rem;text-align:left;transition:transform .4s var(--ease-smooth),background .4s var(--ease-smooth);background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;border:1px solid rgba(255,255,255,.12);overflow:hidden}.detail-card:hover{transform:translateY(-4px);background:#ffffff14;border-color:#fff3}.detail-icon{width:40px;height:40px;background:var(--accent-subtle);color:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.detail-card h4{font-family:var(--font-display);font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.detail-card p{font-size:.875rem;margin:0;color:var(--text-muted);line-height:1.65}@media(max-width:720px){.page-features-route .features .section-header{padding:5.1rem 0 2.4rem}.page-features-route .features .section-header h2{margin-top:.85rem;font-size:clamp(2.2rem,9.5vw,3rem);line-height:1.1}.page-features-route .features .section-desc{margin-top:1rem;font-size:1rem}}.cta-section{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0%,transparent 60%);filter:blur(80px);pointer-events:none}.cta-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:520px;position:relative;z-index:1}@media(max-width:640px){.cta-content{padding:0 1rem;max-width:100%}}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);padding:6px 16px;background:var(--accent-subtle);border:1px solid rgba(255,255,255,.12);border-radius:100px;margin-bottom:2rem}.cta-content h2{font-family:var(--font-display);font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1;text-align:center}.cta-content p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;text-align:center}.cta-content .waitlist-form{max-width:480px}.cta-content .waitlist-form .btn{padding:.875rem 1.25rem;font-size:.9rem}.site-footer{flex-shrink:0;padding:4rem 3rem 2.5rem;border-top:1px solid rgba(255,255,255,.04);position:relative;z-index:4;background:linear-gradient(180deg,#0000002e,#0000006b);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-top{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;max-width:1200px;margin:0 auto 2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.04);gap:1rem}.footer-logo{font-family:var(--font-logo);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;text-transform:lowercase;display:flex;align-items:center;gap:.5rem;justify-self:start}.footer-icon{width:18px;height:18px}.footer-links{display:flex;gap:1.25rem;justify-self:end}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--text-main)}.footer-social{display:flex;gap:.65rem;justify-self:center}.footer-social a{color:var(--text-dim);text-decoration:none;width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);background:#ffffff08;transition:color .2s,border-color .2s,background .2s,transform .2s}.footer-social a:hover{color:var(--text-main);border-color:#ffffff47;background:#ffffff12;transform:translateY(-1px)}.footer-social-icon{width:16px;height:16px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-legal{font-size:.75rem;color:var(--text-dim)}.footer-tagline{font-size:.75rem;color:var(--text-dim);font-weight:500}@media(max-width:900px){.footer-top{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-logo,.footer-social,.footer-links{justify-self:auto}}.reveal{opacity:.001;transform:translateY(20px);transition:opacity .4s var(--ease-smooth),transform .4s var(--ease-smooth)}.reveal.active{opacity:1;transform:translateY(0)}.reveal.active:has(.detail-card),.reveal.active:has(.social-proof-inner),.reveal.active:has(.comms-card),.reveal.active.header{transition:transform .6s var(--ease-smooth)!important}.reveal.active .detail-card,.reveal.active .social-proof-inner,.reveal.active .comms-card,.reveal.active .comms-card:before,.reveal.active .btn,.reveal.active input{opacity:1!important;transition-delay:0s!important}.reveal.active .reveal-stagger:has(.detail-grid)>*:nth-child(3){transition-delay:.1s!important;transition-duration:.2s!important}.reveal.active[style*=backdrop-filter],.reveal.active:has([style*=backdrop-filter]){transition:transform .6s var(--ease-smooth)!important;opacity:1!important}.reveal-stagger>*{opacity:.001;transform:translateY(15px);transition:opacity .4s var(--ease-smooth),transform .4s var(--ease-smooth)}.reveal.active .reveal-stagger>*:nth-child(1){transition-delay:.05s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(2){transition-delay:.12s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(4){transition-delay:.28s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(5){transition-delay:.36s;opacity:1;transform:translateY(0)}.hero-showcase-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-height:0;text-align:left}.hero-showcase-scene{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .5s ease;overflow:hidden;min-height:0}.hero-showcase-scene.active{opacity:1;pointer-events:auto}.ui-header{padding:.85rem 1.25rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ui-title{font-weight:600;font-size:.9rem;color:var(--text-main)}.ui-badge{font-size:.65rem;padding:3px 8px;border-radius:100px;font-weight:600;margin-left:auto}.ui-badge.success{background:#10b98126;color:#34d399}.ui-badge.warning{background:#fbbf2426;color:#fbbf24}.hero-showcase-card .hero-scene-concierge .chat-interface{flex:1;min-height:0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;justify-content:flex-start;overflow:hidden}.hero-showcase-card .hero-scene-concierge .chat-bubble{padding:.6rem .85rem;font-size:.82rem;line-height:1.45;max-width:92%;border-radius:16px}.hero-showcase-card .hero-scene-concierge .chat-bubble.user{align-self:flex-end;border-bottom-right-radius:4px;background:#ffffff1f;color:var(--text-main);border:1px solid rgba(255,255,255,.08)}.hero-showcase-card .hero-scene-concierge .chat-bubble.ai{align-self:flex-start;border-bottom-left-radius:4px;background:#ffffff0a;color:var(--text-main);border:1px solid rgba(255,255,255,.03)}.hero-showcase-card .hero-scene-concierge .action-chips{margin-top:.25rem;gap:.4rem;flex-wrap:wrap}.hero-showcase-card .hero-scene-concierge .chip{font-size:.68rem;padding:.35rem .6rem;border-radius:100px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-main)}.hero-showcase-card .hero-scene-concierge .typing-indicator{display:flex;gap:4px}.hero-showcase-card .hero-scene-concierge .typing-indicator span{width:5px;height:5px;border-radius:50%;background:var(--accent)}.hero-showcase-card .hero-dash-inner{flex:1;min-height:0;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.hero-showcase-card .hero-dash-inner::-webkit-scrollbar{display:none}.hero-showcase-card .hero-dash-inner .dashboard-date{font-size:.6rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);padding-bottom:.1rem;text-align:center}.hero-showcase-card .hero-dash-inner .dashboard-block{padding:.5rem .65rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.hero-showcase-card .hero-dash-inner .dashboard-weather-astro{padding:.55rem .7rem}.hero-showcase-card .hero-dash-inner .dashboard-weather-main{display:flex;align-items:center;gap:.5rem}.hero-showcase-card .hero-dash-inner .dashboard-weather-icon{display:flex;align-items:center;justify-content:center}.hero-showcase-card .hero-dash-inner .dashboard-weather-icon svg{width:22px;height:22px;color:var(--text-main)}.hero-showcase-card .hero-dash-inner .dashboard-weather-temp{font-size:1.3rem;font-weight:700;color:var(--text-main);line-height:1}.hero-showcase-card .hero-dash-inner .dashboard-weather-meta{font-size:.6rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.hero-showcase-card .hero-dash-inner .dashboard-block-label{font-size:.55rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;display:flex;align-items:center;gap:.3rem}.hero-showcase-card .hero-dash-inner .dashboard-briefing .dashboard-briefing-text{font-size:.72rem;line-height:1.4;color:#cbd5e1;margin:0;text-align:center}.hero-showcase-card .hero-dash-inner .dashboard-clock-row{padding:.15rem 0}.hero-showcase-card .hero-dash-inner .dashboard-clock-wrap{display:flex;align-items:center;gap:.5rem}.hero-showcase-card .hero-dash-inner .dashboard-clock-label{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:center}.hero-showcase-card .hero-dash-inner .dashboard-clock-time{font-size:.9rem;font-weight:700;color:var(--text-main);font-variant-numeric:tabular-nums}.hero-showcase-card .hero-dash-inner .dashboard-timeline{margin-top:.15rem}.hero-showcase-card .hero-dash-inner .dashboard-timeline-item{display:flex;align-items:flex-start;gap:.4rem;min-height:32px}.hero-showcase-card .hero-dash-inner .dashboard-timeline-time{width:30px;flex-shrink:0;font-size:.58rem;font-weight:700;color:var(--text-muted);font-variant-numeric:tabular-nums;padding-top:.35rem}.hero-showcase-card .hero-dash-inner .dashboard-timeline-card{flex:1;min-width:0;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#ffffff05}.hero-showcase-card .hero-dash-inner .dashboard-timeline-card.now{background:#ffffff14;border-color:#fff3}.hero-showcase-card .hero-dash-inner .dashboard-timeline-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hero-showcase-card .hero-dash-inner .dashboard-timeline-title{font-size:.72rem;font-weight:600;color:var(--text-main)}.hero-showcase-card .hero-dash-inner .dashboard-now-badge{font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:6px;background:#fff3;color:var(--accent);flex-shrink:0}.hero-showcase-card .hero-dash-inner .dashboard-timeline-meta{font-size:.58rem;color:var(--text-muted);margin-top:.1rem}.hero-showcase-card .hero-scene-nutrition .ui-header .nutrition-streak{display:flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;color:var(--text-muted);margin-left:auto}.hero-showcase-card .hero-scene-nutrition .ui-header .streak-flame{color:#fff;flex-shrink:0}.hero-showcase-card .hero-scene-nutrition .ui-badge{font-size:.6rem;padding:.2rem .5rem;border-radius:10px;font-weight:600}.hero-showcase-card .hero-scene-nutrition .macro-circles{flex-shrink:0;display:flex;justify-content:space-evenly;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.hero-showcase-card .hero-scene-nutrition .macro-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.hero-showcase-card .hero-scene-nutrition .macro-item span{font-size:.6rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.hero-showcase-card .hero-scene-nutrition .circular-chart{display:block;width:50px;height:50px;margin:0 auto}.hero-showcase-card .hero-scene-nutrition .meal-list{flex:1;min-height:0;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;scrollbar-width:none}.hero-showcase-card .hero-scene-nutrition .meal-list::-webkit-scrollbar{display:none}.hero-showcase-card .hero-scene-nutrition .meal-item{display:flex;align-items:center;gap:.65rem;padding:.5rem .6rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.04)}.hero-showcase-card .hero-scene-nutrition .meal-tag{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);min-width:1.75rem}.hero-showcase-card .hero-scene-nutrition .meal-icon{font-size:1.2rem}.hero-showcase-card .hero-scene-nutrition .meal-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.hero-showcase-card .hero-scene-nutrition .meal-name{font-size:.78rem;font-weight:500;color:var(--text-main);text-align:left}.hero-showcase-card .hero-scene-nutrition .meal-cal{font-size:.65rem;color:var(--text-muted);text-align:left}.hero-showcase-card .hero-scene-fitness .fitness-card-body{flex:1;min-height:0;padding:.75rem 1rem;display:flex;flex-direction:column;overflow:hidden}.hero-showcase-card .hero-scene-fitness .fitness-today-flow{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.hero-showcase-card .hero-scene-fitness .fitness-today-title{font-size:1rem;font-weight:700;line-height:1.25;color:#fff}.hero-showcase-card .hero-scene-fitness .fitness-today-meta{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.hero-showcase-card .hero-scene-fitness .fitness-today-exercise-list{flex:1;min-height:0;display:flex;flex-direction:column;gap:.35rem;overflow-y:auto;scrollbar-width:none}.hero-showcase-card .hero-scene-fitness .fitness-today-exercise-list::-webkit-scrollbar{display:none}.hero-showcase-card .hero-scene-fitness .fitness-today-ex-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;background:#ffffff08;border-radius:8px;font-size:.78rem;border:1px solid rgba(255,255,255,.04)}.hero-showcase-card .hero-scene-fitness .fitness-ex-name{font-weight:500;color:var(--text-main)}.hero-showcase-card .hero-scene-fitness .fitness-ex-spec{font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.hero-showcase-card .hero-fitness-actions{margin-top:auto;padding-top:.6rem;display:flex;flex-direction:column;gap:.4rem}.hero-showcase-card .hero-scene-fitness .fitness-today-log-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.5rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--text-main);color:var(--bg-dark);border-radius:10px;width:100%}.hero-showcase-card .hero-fitness-secondary{display:flex;justify-content:center;gap:1.25rem}.hero-showcase-card .hero-fitness-link{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);cursor:default}.dashboard-card{display:flex!important;background:var(--bg-dark)!important;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.08);min-height:400px;width:100%}.dashboard-card-app{position:relative;display:grid!important;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:0;min-height:440px;background:linear-gradient(160deg,var(--bg-dark) 0%,var(--bg-panel) 50%,var(--bg-dark) 100%)!important}.dashboard-card-app .dashboard-card-header{grid-column:1 / -1;flex-shrink:0;padding:.65rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.5rem}.dashboard-card-app .dashboard-card-header .ui-title{font-size:.85rem;font-weight:600;color:var(--text-main)}.dashboard-card-app .dashboard-left,.dashboard-card-app .dashboard-right{grid-row:2}.dashboard-breathing-orb{position:absolute;top:-20%;left:-10%;width:140%;height:140%;pointer-events:none;overflow:hidden;z-index:0;opacity:.08}.dashboard-breathing-orb:after{content:"";position:absolute;top:50%;left:50%;width:320px;height:320px;margin:-160px 0 0 -160px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 60%);animation:dashboardBreathing 20s ease-in-out infinite}@keyframes dashboardBreathing{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}.dashboard-inner{position:relative;z-index:1;display:contents}.dashboard-left{display:flex;flex-direction:column;gap:.4rem;padding:.6rem .55rem .6rem .7rem;overflow:hidden;min-width:0}.dashboard-right{display:flex;flex-direction:column;gap:.4rem;padding:.6rem .7rem .6rem .55rem;border-left:1px solid rgba(255,255,255,.05);overflow:hidden;min-width:0}.dashboard-date{font-size:.58rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);padding-bottom:.1rem;flex-shrink:0}.dashboard-block{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:.45rem .6rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s;min-width:0;overflow:hidden}.dashboard-block-label{display:flex;align-items:center;gap:.3rem;color:var(--text-muted);font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.3rem}.dashboard-block-label svg{opacity:.7}.dash-stagger-0{animation:dashBlockEnter .4s ease-out both}.dash-stagger-1{animation:dashBlockEnter .4s ease-out .05s both}.dash-stagger-2{animation:dashBlockEnter .4s ease-out .1s both}.dash-stagger-3{animation:dashBlockEnter .4s ease-out .15s both}.dash-stagger-4{animation:dashBlockEnter .4s ease-out .2s both}@keyframes dashBlockEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dashboard-weather-astro{display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:.4rem .6rem!important}.dashboard-weather-main{display:flex;align-items:center;gap:.5rem}.dashboard-weather-icon{color:var(--text-main);opacity:.9}.dashboard-weather-temp{font-size:1.3rem;font-weight:700;color:var(--text-main);line-height:1;letter-spacing:-.02em}.dashboard-weather-meta{display:flex;align-items:center;gap:.35rem;font-size:.5rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}.dashboard-dot{width:2px;height:2px;border-radius:50%;background:currentColor;opacity:.6}.dashboard-astro{display:flex;align-items:flex-end;gap:.5rem;color:#f0f4f899}.dashboard-solar-arc{width:76px;height:32px;flex-shrink:0}.dashboard-sun-dot{fill:#fb923c;filter:drop-shadow(0 0 4px rgba(251,146,60,.4))}.dashboard-moon-wrap{display:flex;flex-direction:column;align-items:center;gap:2px}.dashboard-moon-mini{width:22px;height:22px}.dashboard-moon-label{font-size:.48rem;font-weight:700;letter-spacing:.08em;opacity:.5}.dashboard-briefing{flex:0 0 auto}.dashboard-briefing-text{font-size:.6rem;line-height:1.35;color:#cbd5e1;font-weight:500;margin:0;min-height:2.4em;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dashboard-vitality{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.dashboard-vitality-card{padding:.4rem .55rem!important}.dashboard-vitality-row{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.dashboard-vitality-val{font-size:.7rem;font-weight:700;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.dashboard-status-dot{width:6px;height:6px;border-radius:50%;background:#47556980;flex-shrink:0}.dashboard-status-dot.active{background:#fff;box-shadow:0 0 6px #f9731666}.dashboard-status-dot.active.green{background:#22c55e;box-shadow:0 0 6px #22c55e66}.dashboard-vitality-meta{font-size:.48rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem}.dashboard-on-this-day{padding:.35rem .6rem!important}.dashboard-otd-text{font-size:.52rem;line-height:1.3;color:var(--text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard-clock-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0}.dashboard-clock-wrap{display:flex;align-items:center;gap:.5rem;color:var(--text-main)}.dashboard-clock-icon{opacity:.5}.dashboard-clock-label{font-size:.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.1rem}.dashboard-clock-time{font-size:.95rem;font-weight:700;font-family:ui-monospace,monospace;letter-spacing:.02em;font-variant-numeric:tabular-nums}.dashboard-pill-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-main);background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:999px;cursor:default}.dashboard-pill-btn.small{padding:.25rem .45rem;font-size:.48rem}.dashboard-timeline{flex:1;min-height:0;display:flex;flex-direction:column;gap:0;overflow:hidden}.dashboard-timeline-item{display:flex;align-items:flex-start;gap:.35rem;min-height:42px}.dashboard-timeline-time{width:32px;flex-shrink:0;font-size:.58rem;font-weight:700;font-family:ui-monospace,monospace;color:var(--text-dim);padding-top:.35rem}.dashboard-timeline-node-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.dashboard-timeline-node{width:6px;height:6px;border-radius:50%;background:#47556966;position:relative;flex-shrink:0}.dashboard-timeline-node.now{width:8px;height:8px;background:var(--accent);box-shadow:0 0 10px #ffffff80}.dashboard-timeline-node.past{background:#47556933}.dashboard-timeline-pulse{position:absolute;inset:-2px;border-radius:50%;background:#ffffff4d;animation:dashboardPulse 2s ease-out infinite}@keyframes dashboardPulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(2);opacity:0}}.dashboard-timeline-line{width:1px;flex:1;min-height:8px;background:linear-gradient(to bottom,#47556933,#4755690d)}.dashboard-timeline-card{flex:1;min-width:0;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#ffffff05;transition:border-color .2s}.dashboard-timeline-card.now{background:#ffffff0f;border-color:#fff3}.dashboard-timeline-card.past{opacity:.45}.dashboard-timeline-card-top{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.dashboard-timeline-title{font-size:.62rem;font-weight:700;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.dashboard-now-badge{font-size:.48rem;font-weight:700;letter-spacing:.06em;padding:.15rem .4rem;border-radius:4px;background:#22c55e26;color:#22c55e;flex-shrink:0}.dashboard-timeline-meta{font-size:.52rem;color:var(--text-dim);margin-top:.15rem}.dashboard-map-block{margin-top:auto}.dashboard-map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.dashboard-map-preview{position:relative;height:58px;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.dashboard-map-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628f2,#0d1b2ab3,#0a1628e6)}.dashboard-map-pin{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px #fff6;transform:translate(-50%,-50%);animation:dashboardPinGlow 2.5s ease-in-out infinite}.dashboard-map-pin:nth-child(2){animation-delay:.4s}.dashboard-map-pin:nth-child(3){animation-delay:.8s}@keyframes dashboardPinGlow{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.15)}}.nutrition-card .ui-header .ui-title{flex:1;min-width:0}.nutrition-card .macro-circles{display:flex;justify-content:space-evenly;align-items:center;padding:1.15rem .5rem;background:linear-gradient(to bottom,rgba(255,255,255,.02),transparent);border-bottom:1px solid rgba(255,255,255,.05)}.macro-circles{display:flex;justify-content:flex-start;gap:1rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.nutrition-card .macro-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:60px;flex:0 0 auto}.macro-item{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:60px}.circular-chart{display:block;margin:0 auto;max-width:100%;max-height:250px}.circle-bg{fill:none;stroke:#ffffff0f;stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;animation:progress 1s ease-out forwards}.circular-chart.blue .circle{stroke:var(--accent)}.circular-chart.green .circle{stroke:#34d399}.circular-chart.yellow .circle{stroke:#fbbf24}.macro-item span{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.meal-list{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.meal-item{display:flex;align-items:center;gap:.75rem;padding:.55rem .7rem;background:#ffffff08;border:1px solid rgba(255,255,255,.04);border-radius:12px;transition:background .2s ease}.meal-item:hover{background:#ffffff0d}.meal-icon{font-size:1.4rem}.meal-info{display:flex;flex-direction:column}.meal-name{font-size:.88rem;font-weight:500}.meal-cal{font-size:.72rem;color:var(--text-muted)}.meal-tag{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);opacity:.8;min-width:1.75rem}.nutrition-streak{display:flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;color:var(--text-muted)}.nutrition-streak .streak-flame{color:#fff;flex-shrink:0}.nutrition-log-flow{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;min-height:140px}.nutrition-log-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.nutrition-log-input{font-size:.88rem;color:var(--text-main);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nutrition-chef-result{background:linear-gradient(145deg,#ffffff12,#ffffff08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.85rem;box-shadow:0 8px 32px -4px #0000004d}.nutrition-chef-header{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.nutrition-chef-item{display:flex;flex-direction:column;gap:.35rem}.nutrition-chef-name{font-size:.82rem;font-weight:600;color:var(--text-main)}.nutrition-chef-macros{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.68rem;font-weight:600;font-variant-numeric:tabular-nums}.nutrition-chef-macros .macro-p{color:var(--accent)}.nutrition-chef-macros .macro-c{color:#34d399}.nutrition-chef-macros .macro-f{color:#fbbf24}.nutrition-chef-kcal{color:var(--text-muted);margin-left:.25rem}.nutrition-chef-tag{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.nutrition-log-btn{margin-top:.5rem;padding:.4rem .75rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#ffffff26;color:var(--accent);border-radius:100px;width:fit-content}.nutrition-log-btn.logging{opacity:.7}.nutrition-card .nutrition-macro-circle{animation:none}.nutrition-meal-item{opacity:0;transform:translateY(8px);transition:opacity .35s ease-out,transform .35s ease-out}.nutrition-meal-item.visible{opacity:1;transform:translateY(0)}.nutrition-ai-in{animation:nutrition-ai-in .4s ease-out forwards}@keyframes nutrition-ai-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nutrition-snap-teaser{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:var(--radius-md)}.nutrition-snap-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:var(--accent);display:flex;align-items:center;justify-content:center}.nutrition-snap-label{font-size:.78rem;font-weight:600;color:var(--text-main)}.nutrition-snap-hint{font-size:.62rem;color:var(--text-muted)}.nutrition-snap-result .nutrition-chef-header{color:var(--accent)}.fitness-card-contained{display:flex;flex-direction:column;min-height:340px;overflow:hidden}.fitness-card-header{flex-shrink:0}.fitness-card-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.fitness-ai-flow{padding:1rem 1.25rem;flex:1;min-height:0;display:flex;flex-direction:column}.fitness-ai-prompt{display:flex;flex-direction:column;gap:.5rem}.fitness-ai-label{display:flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.fitness-ai-input{font-size:.88rem;color:var(--text-main);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.fitness-ai-btn{margin-top:.5rem;padding:.4rem .75rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#ffffff1a;color:var(--text-main);border:1px solid rgba(255,255,255,.1);border-radius:100px;width:fit-content}.fitness-ai-result{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.fitness-workout-title{font-size:1rem;font-weight:700}.fitness-workout-focus{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.fitness-exercise-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem;flex:1;min-height:0;overflow:auto}.fitness-exercise-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .65rem;background:#ffffff08;border:1px solid rgba(255,255,255,.04);border-radius:10px;font-size:.75rem}.fitness-ex-name{font-weight:500;color:var(--text-main)}.fitness-ex-spec{font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.fitness-log-btn{margin-top:.6rem;padding:.5rem .9rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:var(--text-main);color:var(--bg-dark);border-radius:100px;width:fit-content;box-shadow:0 4px 12px #ffffff1a}.fitness-today-flow{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.fitness-today-title{font-size:1rem;font-weight:700}.fitness-today-meta{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.fitness-today-exercise-list{display:flex;flex-direction:column;gap:.3rem;flex:1;min-height:0;overflow:auto}.fitness-today-ex-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.04);border-radius:12px;font-size:.78rem;transition:background .2s ease}.fitness-today-ex-row:hover{background:#ffffff0d}.fitness-done-row .set-check{color:#34d399}.fitness-today-log-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--text-main);color:var(--bg-dark);border-radius:8px;width:fit-content}.fitness-log-flow{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow:auto}.fitness-log-exercises{display:flex;flex-direction:column;gap:.75rem}.fitness-log-exercises .exercise-item{padding:.6rem .75rem}.fitness-log-exercises .ex-header{margin-bottom:.5rem}.fitness-set-row{opacity:0;transform:translate(-4px);transition:opacity .25s ease-out,transform .25s ease-out}.fitness-set-row.visible{opacity:1;transform:translate(0)}.fitness-save-session{margin-top:.25rem;padding:.5rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--text-main);color:var(--bg-dark);border-radius:8px;text-align:center;flex-shrink:0}.fitness-card-footer{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-top:1px solid rgba(255,255,255,.05);background:#00000026;font-size:.72rem}.fitness-footer-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.fitness-footer-value{font-weight:800;color:var(--text-main);font-variant-numeric:tabular-nums}.fitness-footer-trend{margin-left:auto;font-weight:600;color:#34d399}.exercise-item{background:#ffffff05;border-radius:var(--radius-sm);padding:1rem;border:1px solid transparent}.exercise-item.active{border-color:#fff3;background:#ffffff0a}.ex-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.ex-name{font-weight:600;font-size:.92rem}.pr-badge{font-size:.68rem;color:#fbbf24;background:#fbbf241f;padding:2px 6px;border-radius:4px;font-weight:700}.set-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:.82rem;color:var(--text-muted)}.set-row.highlight{color:var(--text-main);font-weight:500}.set-check{color:#34d399}@keyframes progress{0%{stroke-dasharray:0,100}}.chat-interface{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;height:100%}.chat-bubble{padding:.85rem 1rem;border-radius:18px;font-size:.88rem;line-height:1.5;max-width:90%}.chat-bubble.user{background:#ffffff0f;color:var(--text-muted);align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble.ai{background:linear-gradient(135deg,#ffffff1a,#2563eb1a);border:1px solid rgba(255,255,255,.2);color:var(--text-main);align-self:flex-start;border-bottom-left-radius:4px}.typing-indicator{display:flex;gap:4px;margin-bottom:6px}.typing-indicator span{width:5px;height:5px;background:var(--accent);border-radius:50%;animation:typing 1s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.action-chips{display:flex;gap:.5rem;margin-top:.5rem}.chip{font-size:.72rem;padding:5px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;color:var(--accent)}.concierge-chips-animate .chip{animation:chip-in .35s ease-out backwards}@keyframes chip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cursor-caret{display:inline-block;width:2px;margin-left:1px;background:currentColor;animation:blink .9s step-end infinite;vertical-align:.05em}.voice-wave-container{position:absolute;bottom:0;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:center;gap:4px;background:linear-gradient(to top,rgba(5,10,20,1),transparent)}.voice-wave{width:3px;background:var(--accent);border-radius:3px;animation:wave 1.2s infinite ease-in-out}.voice-wave:nth-child(1){height:18px}.voice-wave:nth-child(2){height:30px;animation-delay:.1s}.voice-wave:nth-child(3){height:22px;animation-delay:.2s}.voice-wave:nth-child(4){height:14px;animation-delay:.3s}@keyframes wave{0%,to{transform:scaleY(1);opacity:.4}50%{transform:scaleY(2);opacity:1}}.context-badge{top:auto;bottom:1rem;right:-1rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;z-index:10;animation-delay:-1.5s}.card-float-element{position:absolute;background:#0a1628f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);box-shadow:0 10px 30px -5px #00000080;animation:float-card 5s ease-in-out infinite}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ai-suggestion{bottom:-1rem;left:-2rem;padding:1rem;display:flex;align-items:center;gap:.75rem;width:260px;z-index:10}.ai-icon-small{width:32px;height:32px;background:linear-gradient(135deg,var(--accent),#2563eb);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.ai-text{display:flex;flex-direction:column}.ai-label{font-size:.72rem;font-weight:700;color:var(--accent);text-transform:uppercase}.ai-desc{font-size:.78rem;color:var(--text-main)}.ctx-icon{width:28px;height:28px;background:#ffffff0f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-main)}.ctx-text{display:flex;flex-direction:column}.ctx-head{font-size:.72rem;font-weight:700;color:var(--text-main)}.ctx-sub{font-size:.62rem;color:var(--text-muted)}.ui-dots{color:var(--text-dim);font-weight:700;letter-spacing:2px;margin-left:auto}.privacy-page,.features-page{min-height:100vh;background:var(--bg-panel);color:#e2e8f0;position:relative;z-index:1}.privacy-page section:not(.shared-callout),.privacy-main section:not(.shared-callout),.features-page section:not(.shared-callout),.features-page-main section:not(.shared-callout){min-height:0!important;height:auto!important;width:auto!important;max-width:none;display:block!important;padding:0!important}.privacy-page main,.privacy-main,.features-page main,.features-page-main{min-height:0!important;height:auto!important;display:block!important}.privacy-header,.features-page-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#0a1628d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}.privacy-back,.features-page-back{color:var(--text-muted);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .2s}.privacy-back:hover,.features-page-back:hover{color:var(--text-main)}.privacy-logo,.features-page-logo{font-family:var(--font-logo);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;text-transform:lowercase;color:var(--text-main);display:flex;align-items:center;gap:.5rem}.privacy-logo .logo-snowflake,.features-page-logo .logo-snowflake{width:22px;height:22px;color:var(--accent)}.privacy-main,.features-page-main{max-width:900px;margin:0 auto;padding:clamp(6.5rem,10vw,8.5rem) 2rem 5rem;position:relative;z-index:2}.privacy-main h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,2.75rem);font-weight:800;color:var(--text-main);margin-bottom:.5rem;letter-spacing:-.03em;line-height:1.1}.privacy-updated{color:var(--text-dim);font-size:.85rem;margin-bottom:2.25rem}.privacy-main h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--text-main);margin-bottom:1.25rem;margin-top:4.5rem;letter-spacing:-.02em}.privacy-main section:first-of-type h2{margin-top:0}.privacy-main p{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:1.25rem}.privacy-main section{margin-bottom:0}.privacy-main ul{list-style:none;margin-bottom:1.5rem;padding-left:.5rem}.privacy-main li{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.privacy-main li:before{content:"";position:absolute;left:0;top:.75rem;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.4}.privacy-main strong{color:var(--text-main);font-weight:600}@media(max-width:720px){.features-page-main{padding:5.5rem 1.5rem 3.5rem}}.fp-section{margin-bottom:7rem;padding-bottom:0;border-bottom:none}.fp-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.fp-icon-wrap{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-icon-orange{background:#f9731614;color:#fff}.fp-section-header h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;color:var(--text-main);margin:0;letter-spacing:-.02em}.fp-section-tagline{color:var(--accent);font-size:.92rem;font-weight:600;letter-spacing:.04em;margin:.25rem 0 0;opacity:.8}.fp-lead{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin-bottom:3.5rem;max-width:900px}.fp-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.fp-detail-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2.5rem 2rem;transition:all .3s var(--ease-smooth)}.fp-detail-card:hover{border-color:#fff3;transform:translateY(-4px);background:#ffffff0d}.fp-detail-icon{width:44px;height:44px;border-radius:12px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.fp-detail-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.fp-detail-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin:0}@media(max-width:1024px){.fp-detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.fp-detail-grid{grid-template-columns:1fr}.fp-detail-card{padding:2rem}}.fp-examples{margin-top:2rem}.fp-examples h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-main);margin-bottom:1.25rem}.fp-example-list{display:flex;flex-wrap:wrap;gap:.75rem}.fp-example{font-size:.88rem;color:var(--text-muted);background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.6rem 1.25rem;font-style:italic;transition:all .2s}.fp-example:hover{border-color:var(--accent);background:#ffffff14;transform:translateY(-2px)}.fp-highlight-box{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);margin-top:3.5rem}.fp-highlight-icon{width:44px;height:44px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--accent-subtle);color:var(--accent);border:1px solid rgba(255,255,255,.08)}.fp-highlight-box h4{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.fp-highlight-box p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin:0}.fp-ecosystem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1rem}.fp-eco-card{background:linear-gradient(135deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2.5rem;transition:all .4s var(--ease-smooth);position:relative;overflow:hidden}.fp-eco-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s var(--ease-smooth)}.fp-eco-card:hover:before{transform:translate(100%)}.fp-eco-card:hover{border-color:var(--accent);background:#ffffff0d;transform:translateY(-5px);box-shadow:0 20px 40px #0006}.fp-eco-card h3{font-family:var(--font-display);font-size:1.35rem;font-weight:800;color:var(--text-main);margin-bottom:1rem;letter-spacing:-.02em}.fp-eco-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.75;margin:0}@media(max-width:720px){.fp-ecosystem-grid{grid-template-columns:1fr;gap:1.25rem}}.support-page{min-height:100vh;padding:clamp(6.6rem,10vw,8.5rem) clamp(1rem,3vw,2rem) clamp(3.5rem,6vw,5.5rem);display:grid;gap:clamp(2.2rem,4.5vw,4rem);position:relative;z-index:1}.support-page .wintr-bg{background-image:url(/images/wintrsupport.png);filter:saturate(.6) brightness(.72) contrast(1.08)}.support-page section:not(.shared-callout){width:min(1200px,100%);min-height:0!important;height:auto!important;padding:0!important;margin:0 auto}.support-page section+section{margin-top:clamp(2.4rem,4.8vw,4.25rem)}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.6rem);align-items:stretch}.support-card{background:#000000a6;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 24px 70px #00000059;text-align:center;display:flex;flex-direction:column;align-items:center}.support-card-featured{border-color:#ffffff59;background:linear-gradient(140deg,#ffffff26,#0009)}.support-card-head{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1.25rem}.support-card-head h2{margin:0;font-family:var(--font-display);font-size:1.2rem}.support-card p{margin:0;color:var(--text-muted);line-height:1.7}.support-steps{margin:1rem 0 0;padding:0;list-style:none;color:var(--text-muted);line-height:1.8;text-align:center}@media(max-width:1200px){.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-grid .support-card-featured{grid-column:span 2}}@media(max-width:900px){.support-grid{grid-template-columns:1fr}.support-grid .support-card-featured{grid-column:auto}}@media(max-width:720px){.support-page{padding:5.2rem 1.25rem 3.25rem;gap:1.8rem}.support-page section+section{margin-top:2.3rem}.support-hero h1{margin-top:.85rem;font-size:clamp(2.2rem,9.5vw,3rem);line-height:1.1}.support-hero p{margin-top:1rem;font-size:1rem}.support-card{padding:1.45rem}}.pricing-page section:not(.shared-callout){width:min(1200px,100%);min-height:0!important;height:auto!important;padding:0!important;margin:0 auto}.pricing-page section+section{margin-top:clamp(3.25rem,6vw,5.5rem)}.pricing-page:before{content:"";position:absolute;inset:-20% 0 0;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.1),transparent 55%),radial-gradient(circle at 85% 15%,rgba(255,255,255,.08),transparent 45%),radial-gradient(circle at 50% 35%,rgba(255,255,255,.08),transparent 55%);pointer-events:none;z-index:-1}.pricing-page .wintr-bg{background-image:url(/images/wintrpricing.png);filter:saturate(.6) brightness(.72) contrast(1.08)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.6rem);max-width:1200px;margin:0 auto;align-items:stretch}.pricing-card{background:#000000a6;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000059;transition:transform .3s var(--ease-smooth),border .3s var(--ease-smooth)}.pricing-card:after{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(255,255,255,.12),transparent 45%);opacity:0;transition:opacity .3s var(--ease-smooth)}.pricing-card:hover{transform:translateY(-6px);border-color:#fff3}.pricing-card:hover:after{opacity:1}.pricing-card-limited{border-color:#ffffff4d;background:linear-gradient(140deg,#ffffff1f,#0000009e)}.pricing-card-featured{border-color:#ffffff59;background:linear-gradient(140deg,#ffffff26,#0009)}.pricing-ribbon{position:absolute;top:12px;right:12px;font-size:.65rem;text-transform:uppercase;letter-spacing:.16em;color:#0a0a0a;background:#fff;border-radius:999px;padding:.28rem .6rem;font-weight:700}.pricing-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.pricing-card-header h2{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.4rem}.pricing-highlight{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-dim)}.pricing-price{text-align:right}.price-amount{display:block;font-size:2rem;font-weight:700}.price-cadence{font-size:.8rem;color:var(--text-dim)}.pricing-description{margin-top:1rem;color:var(--text-muted);line-height:1.7}.pricing-cta{margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;background:var(--text-main);color:#070707;text-decoration:none;transition:transform .2s var(--ease-smooth),box-shadow .2s var(--ease-smooth)}.pricing-cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #ffffff1f}.pricing-cta-outline{background:transparent;border:1px solid rgba(255,255,255,.25);color:var(--text-main)}.pricing-features{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;color:var(--text-muted)}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.pricing-features svg{margin-top:.1rem;color:var(--text-main)}.pricing-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.6rem);max-width:1200px;width:100%;margin:0 auto}.pricing-principle-card{background:#000000a6;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:1.75rem;display:flex;flex-direction:column;justify-content:flex-start;min-height:186px}.pricing-principle-card h3{margin-top:.85rem;font-size:1.05rem}.pricing-principle-card p{margin-top:.65rem;color:var(--text-dim);line-height:1.6}.pricing-callout{background:linear-gradient(140deg,#ffffff14,#00000059);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:clamp(1.4rem,2.5vw,1.9rem) clamp(1.3rem,2.8vw,2rem);display:grid;gap:1rem;max-width:1200px;width:100%;margin:0 auto}.pricing-callout-header{display:flex;align-items:center;gap:.75rem;margin-bottom:0}.pricing-callout-header h3{margin:0;line-height:1.25}.pricing-callout p{margin:0;color:var(--text-muted);line-height:1.65}.pricing-guardrails{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.6rem);max-width:1200px;width:100%;margin:0 auto}.pricing-guardrails article{background:#000000a6;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:1.75rem;display:flex;flex-direction:column;min-height:210px}.guardrail-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.pricing-guardrails p{color:var(--text-dim);line-height:1.6;margin:0}.pricing-guardrails .pricing-cta{margin-top:auto}@media(max-width:1024px){.pricing-page{gap:clamp(2rem,5vw,3rem)}.pricing-grid{grid-template-columns:1fr}.pricing-principles{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-principles .pricing-principle-card:last-child{grid-column:span 2}.pricing-guardrails{grid-template-columns:1fr}}@media(max-width:800px){.pricing-grid,.pricing-principles{grid-template-columns:1fr}}@media(max-width:720px){.pricing-page{padding:5.2rem 1.25rem 3.25rem;gap:1.8rem}.pricing-hero{padding:.65rem 0 .5rem}.pricing-hero h1{margin-top:.85rem;font-size:clamp(2.2rem,9.5vw,3rem);line-height:1.1}.pricing-hero p{margin-top:1rem;font-size:1rem}.pricing-card-header{flex-direction:column;align-items:flex-start}.pricing-price{text-align:left}.pricing-cta{width:100%}.pricing-card,.pricing-principle-card,.pricing-guardrails article,.pricing-partnership{padding:1.45rem}.pricing-features{margin-top:1.2rem;gap:.65rem}.pricing-page section+section{margin-top:2.5rem}}.pricing-card-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.handle-checker{display:flex;flex-direction:column;gap:.75rem}.handle-checker-title{font-family:var(--font-display);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:.25rem;font-weight:700}.handle-input-container{display:flex;align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:4px 12px;transition:all .3s ease}.handle-input-container:focus-within,.handle-input-container.is-checking{border-color:#fff3;background:#ffffff0f;box-shadow:0 0 0 3px #ffffff08}.input-suffix{display:flex;align-items:center;justify-content:center;width:20px}.input-prefix{color:var(--text-dim);opacity:.5;margin-right:8px;display:flex;align-items:center}.handle-suffix{color:var(--text-dim);opacity:.5;margin-left:8px;white-space:nowrap}.handle-input-container input{background:transparent;border:none;padding:8px 0;width:100%;font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--text-main);-webkit-backdrop-filter:none;backdrop-filter:none;text-align:right}.handle-input-container input:focus{outline:none;box-shadow:none}.handle-message{height:14px;display:flex;align-items:center;font-size:11px;font-weight:500}@keyframes pulse-once{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.text-emerald-400{color:#34d399}.text-rose-400{color:#f87171}.text-emerald-500{color:#10b981}.text-rose-500{color:#ef4444}.handle-checker-section{max-width:400px;margin:0 auto;padding:2rem 0}.features-page .wintr-bg{background-image:url(/images/wintrhomepage.png);filter:saturate(.6) brightness(.72) contrast(1.08)}.features-page-main{padding-top:0}.fp-section-final{border-bottom:none}.fp-section-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.fp-icon-wrap{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-icon-blue{background:#ffffff14;color:var(--accent)}.fp-icon-cyan{background:#22d3ee14;color:#22d3ee}.fp-icon-green{background:#4ade8014;color:#4ade80}.fp-icon-orange{background:#f9731614;color:#f97316}.fp-icon-purple{background:#8b5cf614;color:#8b5cf6}.fp-section-header h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.2rem);font-weight:800;color:var(--text-main);margin:0;letter-spacing:-.02em;line-height:1.1}.fp-section-tagline{color:var(--accent);font-size:.92rem;font-weight:600;letter-spacing:.04em;margin:.35rem 0 0;opacity:.85}.fp-lead{color:var(--text-muted);font-size:1.1rem;line-height:1.8;margin-bottom:4rem;max-width:900px}.fp-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-bottom:.5rem}.fp-detail-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2.5rem 2rem;transition:all .3s var(--ease-smooth);display:flex;flex-direction:column;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fp-detail-card:hover{border-color:#fff3;transform:translateY(-6px);background:#ffffff12;box-shadow:0 20px 40px #0003}.fp-detail-icon{width:48px;height:48px;border-radius:12px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.fp-detail-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--text-main);margin:0 0 .8rem;line-height:1.15}.fp-detail-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin:0;flex:1}.fp-examples{width:min(1200px,100%);margin:0 auto;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:1.5rem}.fp-examples-top{display:flex;flex-direction:column;gap:.55rem}.fp-examples-top h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-main);margin:0;letter-spacing:.03em}.fp-examples-top p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.fp-example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.fp-example-card{padding:1.25rem 1.5rem;background:linear-gradient(150deg,#ffffff0d,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);box-shadow:0 20px 45px #00000040;display:flex;flex-direction:column;gap:.35rem;transition:transform .3s var(--ease-smooth),border .3s var(--ease-smooth);min-height:140px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fp-example-card:hover{transform:translateY(-4px);border-color:#fff3;background:#ffffff12}.fp-example-quote{margin:0;font-size:1rem;font-style:italic;line-height:1.6;color:var(--text-main)}.fp-example-footnote{font-size:.78rem;color:var(--text-dim);letter-spacing:.02em}.fp-highlight-box{margin-top:3rem;padding:2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);display:flex;align-items:flex-start;gap:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fp-highlight-icon{color:var(--accent);flex-shrink:0;margin-top:.25rem}.fp-highlight-box h4{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-main);margin:0 0 .5rem}.fp-highlight-box p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin:0}.fp-ecosystem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:2rem}.fp-eco-card{padding:2.5rem 2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);transition:all .3s var(--ease-smooth);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fp-eco-card:hover{border-color:#ffffff26;background:#ffffff0f;transform:translateY(-4px)}.fp-eco-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-main);margin:0 0 .75rem}.fp-eco-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin:0}@media(max-width:960px){.fp-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.fp-example-list,.fp-ecosystem-grid{grid-template-columns:1fr}.fp-section-header{gap:1rem}.fp-icon-wrap{width:48px;height:48px}}@media(max-width:720px){.fp-section-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.fp-section-header h2{font-size:clamp(1.4rem,6vw,1.8rem)}.fp-lead{font-size:1rem;margin-bottom:2.5rem}.fp-detail-grid{grid-template-columns:1fr;gap:1.5rem}.fp-detail-card{padding:1.75rem 1.5rem}.fp-examples{margin-top:2.5rem;padding-top:2rem}.fp-example-list{grid-template-columns:1fr;gap:.75rem}.fp-example{padding:.75rem 1rem;font-size:.9rem}.fp-eco-card{padding:1.75rem 1.5rem}.fp-highlight-box{margin-top:2rem;padding:1.5rem;gap:1rem}.fp-highlight-box h4{font-size:1rem}.fp-highlight-box p{font-size:.9rem}}.roadmap-page .wintr-bg{background-image:url(/images/wintrroadmap.png);filter:saturate(.6) brightness(.72) contrast(1.08)}.roadmap-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0}.roadmap-card{background:#0000008f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 18px 54px #00000047}.roadmap-card-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.roadmap-icon-wrap{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:var(--text-main)}.roadmap-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.24rem .62rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.roadmap-status-build{background:#10b98129;color:#86efac;border:1px solid rgba(16,185,129,.35)}.roadmap-status-planned{background:#38bdf824;color:#7dd3fc;border:1px solid rgba(56,189,248,.35)}.roadmap-status-research{background:#fbbf2424;color:#fde68a;border:1px solid rgba(251,191,36,.35)}.roadmap-quarter{margin-top:1rem;font-size:.73rem;letter-spacing:.09em;text-transform:uppercase;color:var(--text-dim)}.roadmap-card h2{margin-top:.45rem;font-family:var(--font-display);font-size:1.2rem;line-height:1.28}.roadmap-description{margin-top:.6rem;color:var(--text-muted);line-height:1.65;font-size:.94rem}@media(max-width:960px){.roadmap-grid{grid-template-columns:1fr}}@media(max-width:720px){.roadmap-page{padding:5.2rem 1.25rem 3.2rem;gap:1.6rem}.roadmap-card{padding:1.05rem}.roadmap-hero p{font-size:.96rem}}.shared-callout{background:#ffffff08!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:var(--radius-lg);padding:3.5rem 3rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:2.5rem!important;max-width:860px!important;margin:4rem auto!important;box-shadow:0 20px 50px #0000004d;width:100%;position:relative;z-index:10}.shared-callout-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.shared-callout-head{display:flex;flex-direction:column;align-items:center;gap:.8rem}.shared-callout-icon{color:var(--accent);opacity:.95;margin-bottom:.5rem}.shared-callout-head h3{margin:0;font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem)!important;letter-spacing:-.03em;color:var(--text-main);font-weight:800!important}.shared-callout p{margin:0;color:var(--text-muted);line-height:1.75;font-size:1.15rem;max-width:680px}.shared-callout-cta{display:inline-flex;align-items:center;gap:.55rem;justify-content:center;width:fit-content;padding:.75rem 1.75rem;border-radius:999px;font-weight:600;background:var(--text-main);color:#070707;text-decoration:none;transition:transform .2s var(--ease-smooth),box-shadow .2s var(--ease-smooth)}.shared-callout-cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #ffffff1f}@media(max-width:720px){.shared-callout{padding:2.25rem 1.5rem;gap:1.75rem}.shared-callout h3{font-size:1.5rem}.shared-callout p{font-size:1rem}}@keyframes section-in-mobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){:root{--mobile-inner-x: 1.5rem}.page{padding:0}.header{padding:1rem var(--mobile-inner-x)}.logo{font-size:1.3rem}.logo-snowflake{width:22px;height:22px}.nav-links{display:none}.nav-toggle,.nav-overlay,.nav-mobile{display:flex}body.mobile-nav-open .nav-overlay{opacity:1;pointer-events:auto}body.mobile-nav-open .nav-mobile{transform:translate(0);pointer-events:auto}.wintr-bg{transform:none}.reveal{opacity:0;transform:translateY(32px);transition:none}.reveal.active{opacity:1;transform:translateY(0);animation:section-in-mobile .6s var(--ease-smooth) forwards}section{padding:4rem var(--mobile-inner-x);min-height:auto}.hero{padding-top:max(7rem,calc(5rem + env(safe-area-inset-top)));padding-bottom:3rem;min-height:auto;text-align:center;padding-left:var(--mobile-inner-x);padding-right:var(--mobile-inner-x)}.hero-content{flex-direction:column;align-items:center;gap:3rem}.hero-intro{flex:unset;max-width:100%;align-items:center;text-align:center}.hero-actions{align-items:center}.hero-title{font-size:2.75rem;line-height:1.12}.hero-sub{font-size:1.05rem;margin-bottom:2rem}.hero-visual{flex:unset;width:100%;height:340px}.app-card-stack{width:min(300px,90vw);height:380px}.hero-scroll-hint{margin-top:2rem}.social-proof{padding:0 var(--mobile-inner-x) 4rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto}.social-proof-inner{padding:2rem 1.5rem;text-align:center;align-items:center;margin-left:auto;margin-right:auto}.social-proof-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-header{padding:5rem var(--mobile-inner-x) 3rem}.section-header h2{font-size:2.25rem}.feature-row,.feature-row.reverse{flex-direction:column;gap:3rem;padding:4rem var(--mobile-inner-x);min-height:auto;align-items:center;justify-content:center}.feature-text{max-width:100%;text-align:center;align-items:center;order:-1}.feature-text h3{font-size:1.75rem}.feature-text p{font-size:.95rem}.feature-visual{width:100%;justify-content:center}.card-3d-wrapper,.card-3d-wrapper.wide-card{width:100%;max-width:min(340px,92vw);height:auto;min-height:280px}.card-3d-wrapper .app-card{overflow:visible;height:auto;border-radius:20px;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 40px -12px #0006}.detail-row{padding:4rem var(--mobile-inner-x)}.detail-row h3{font-size:1.75rem}.detail-grid{grid-template-columns:1fr;gap:1rem}.detail-card{text-align:center}.detail-card .detail-icon{margin:0 auto 1rem}.detail-card h4,.detail-card p{text-align:center}.cta-section{min-height:auto;padding:5rem var(--mobile-inner-x)}.cta-content h2{font-size:1.85rem}.cta-glow{width:100%;max-width:400px;height:200px}.site-footer{padding:3rem var(--mobile-inner-x) 2rem}.footer-top{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-bottom{flex-direction:column;align-items:center;gap:.5rem;text-align:center}.wide-card{width:100%;max-width:min(340px,92vw);height:380px}.card-3d-wrapper .dashboard-card-app{display:flex!important;flex-direction:column;min-height:0;overflow:hidden;grid-template-columns:unset;grid-template-rows:unset}.card-3d-wrapper .dashboard-card-app .dashboard-card-header{flex-shrink:0;padding:.5rem .75rem;grid-column:unset}.card-3d-wrapper .dashboard-card-app .dashboard-inner{display:flex!important;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:visible;padding-bottom:1.5rem}.card-3d-wrapper .dashboard-card-app .dashboard-left,.card-3d-wrapper .dashboard-card-app .dashboard-right{flex:0 0 auto;width:100%;padding:.75rem 1rem;gap:.75rem;grid-row:unset;border:none}.card-3d-wrapper .dashboard-card-app .dashboard-vitality{display:flex!important;flex-direction:row;gap:.5rem}.card-3d-wrapper .dashboard-card-app .dashboard-vitality-card{flex:1;padding:.6rem}.card-3d-wrapper .dashboard-card-app .dashboard-vitality-meta{font-size:.6rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-3d-wrapper .dashboard-card-app .dashboard-astro,.card-3d-wrapper .dashboard-card-app .dashboard-on-this-day,.card-3d-wrapper .dashboard-card-app .dashboard-map-block{display:none!important}.concierge-card .chat-interface{padding:1rem;gap:.75rem;min-height:280px;overflow:hidden;text-align:left;display:flex;flex-direction:column}.concierge-card .chat-bubble{padding:.75rem .9rem;font-size:.82rem;max-width:92%}.concierge-card .card-float-element.context-badge{display:flex!important;bottom:-1rem;right:0rem;transform:scale(.8);background:#0a1423fa;border:1px solid rgba(255,255,255,.15)}.comms-card .comms-inner{flex-direction:column;padding:.75rem;gap:.75rem}.comms-card .comms-list{width:100%;flex-direction:row;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.comms-card .comms-list::-webkit-scrollbar{display:none}.comms-card .comms-item{flex:0 0 140px;padding:.5rem}.comms-card .comms-content{padding:1rem;min-height:180px}.nutrition-card .macro-circles{padding:.75rem .25rem}.nutrition-card .macro-item{width:50px}.nutrition-card .meal-item{padding:.45rem .6rem}.fp-detail-grid,.fp-ecosystem-grid{grid-template-columns:1fr}.waitlist-form{flex-direction:column;gap:.75rem}.waitlist-form .input-group,.waitlist-form .btn{width:100%}.waitlist-form input{font-size:16px;min-height:48px}.waitlist-form .btn{min-height:48px;justify-content:center}}@media(max-width:480px){:root{--mobile-inner-x: 1.25rem}.header{padding:.875rem var(--mobile-inner-x)}.logo{font-size:1.2rem}.hero{padding-top:max(6.5rem,calc(4.5rem + env(safe-area-inset-top)))}.hero-title{font-size:2.25rem}.hero-sub{font-size:.95rem}.hero-visual{height:300px}.app-card-stack{width:min(280px,88vw);height:340px}.social-proof-grid{grid-template-columns:1fr 1fr;gap:1rem}.section-header h2{font-size:1.85rem}.feature-text h3{font-size:1.5rem}.card-3d-wrapper,.card-3d-wrapper.wide-card{width:100%;max-width:min(360px,94vw);height:auto;min-height:280px;perspective:800px;margin:0 auto}.card-3d-wrapper .app-card{overflow:hidden;height:auto;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px -12px #0009;transform:rotateX(4deg) scale(.98)!important;transition:transform .4s var(--ease-smooth)}.card-3d-wrapper:active .app-card{transform:rotateX(0) scale(1)!important}.cta-content h2{font-size:1.6rem}.footer-links{gap:1.5rem}.features-page-hero h1{font-size:2rem}.fp-section-header h2,.privacy-main h1{font-size:1.5rem}}@supports (padding: env(safe-area-inset-top)){@media(max-width:900px){.header{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.site-footer{padding-bottom:max(2rem,env(safe-area-inset-bottom))}}}@media(max-width:1024px){.pricing-grid{display:flex;flex-direction:column-reverse}}.comms-card{display:flex;flex-direction:column;background:transparent!important;height:380px;width:100%;max-width:600px;position:relative;overflow:hidden}.comms-card:before{content:"";position:absolute;inset:0;z-index:-1;background:#0000008c;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;pointer-events:none}.comms-inner{display:flex;flex:1;overflow:hidden;padding:1rem;gap:1rem}.comms-list{width:180px;display:flex;flex-direction:column;gap:8px;opacity:.6}.comms-item{padding:.75rem;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.04);transition:all .4s var(--ease-smooth);cursor:pointer}.comms-item.active{background:#ffffff14;border-color:#ffffff26;opacity:1;box-shadow:0 4px 20px -5px #0000004d}.comms-item-top{display:flex;justify-content:space-between;font-size:10px;margin-bottom:4px}.comms-sender{font-weight:800;color:#fff}.comms-time{opacity:.4}.comms-subject{font-size:11px;font-weight:600;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comms-meta{display:flex;gap:4px;margin-top:6px}.comms-badge{display:flex;align-items:center;gap:3px;font-size:7px;font-weight:900;padding:2px 5px;border-radius:4px}.comms-badge.encrypted{background:#ffffff1a;color:#fff}.comms-badge.ghost{background:#a855f71a;color:#a855f7}.comms-content{flex:1;background:#ffffff03;border:1px solid rgba(255,255,255,.04);border-radius:16px;display:flex;flex-direction:column;padding:20px}.comms-content-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.comms-avatar{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--font-display);color:var(--text-main);box-shadow:0 4px 12px #0003}.comms-name{font-size:14px;font-weight:700;color:#fff}.comms-handle{font-size:10px;opacity:.4;font-weight:600}.comms-body{flex:1;font-size:13px;line-height:1.6;opacity:.7}.comms-actions{margin-top:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.05)}.comms-action-placeholders{display:flex;gap:10px}.comms-btn-mock{padding:8px 16px;border-radius:30px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.comms-btn-mock.primary{background:var(--accent);color:var(--bg-dark);border:none}.comms-ai-draft{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:var(--accent)}.comms-hero-inner{padding:12px;display:flex;flex-direction:column;gap:12px}.comms-handle-hero{font-size:11px;font-weight:800;letter-spacing:-.02em;opacity:.6}.comms-hero-list{display:flex;flex-direction:column;gap:6px}.comms-hero-item{padding:8px 10px;border-radius:10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);transition:transform .4s ease,background .4s ease,opacity .4s ease;opacity:.4}.comms-hero-item.active{opacity:1;background:#ffffff1a;border-color:#fff3;transform:translate(4px)}.comms-hero-item-top{display:flex;align-items:center;gap:6px;margin-bottom:2px}.comms-hero-sender{font-size:10px;font-weight:800}.comms-hero-subject{font-size:10px;opacity:.5;font-weight:600}.comms-hero-ai-action{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;color:var(--accent);margin-top:4px}.ui-badge.pro{background:#fff3!important;color:var(--accent)!important;font-size:7px;padding:1px 5px;border-radius:4px}.animate-spin-slow{animation:spin 3s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
