:root{--bg-dark: #020617;--bg-panel: #0f172a;--text-main: #f8fafc;--text-muted: #94a3b8;--accent: #38bdf8;--accent-glow: rgba(56, 189, 248, .4);--gradient-1: #e0f2fe;--gradient-2: #7dd3fc;--gradient-3: #6366f1;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--radius-lg: 24px;--radius-md: 12px;--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;cursor:none}html{margin:0;padding:0;width:100%;height:100%;overflow:clip}body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;position:relative}#root{min-height:100%}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-body)}.page-container{min-height:100vh;overflow-x:hidden}.page-container>*{overflow-anchor:none}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--bg-dark)}body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px;border:2px solid var(--bg-dark)}body::-webkit-scrollbar-thumb:hover{background:#38bdf84d}body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) var(--bg-dark)}.cursor-dot,.cursor-outline{position:fixed;top:0;left:0;transform:translate(-50%,-50%);border-radius:50%;z-index:9999;pointer-events:none}.cursor-dot{width:8px;height:8px;background-color:#e0f2fe;box-shadow:0 0 10px var(--accent)}.cursor-outline{width:40px;height:40px;border:1px solid rgba(56,189,248,.3);transition:width .2s,height .2s,background-color .2s,border-color .2s}.bg-gradient-mesh{position:fixed;inset:0;z-index:-1;overflow:hidden;background:radial-gradient(circle at 50% 50%,#0f172a,#020617)}.orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;animation:float 25s infinite ease-in-out}.orb-1{width:70vw;height:70vw;background:radial-gradient(circle,#0c4a6e 0%,transparent 70%);top:-30%;left:-20%;animation-delay:0s}.orb-2{width:60vw;height:60vw;background:radial-gradient(circle,#1e3a8a 0%,transparent 70%);bottom:-20%;right:-20%;animation-delay:-8s}.orb-3{width:40vw;height:40vw;background:radial-gradient(circle,#312e81 0%,transparent 70%);top:40%;left:40%;opacity:.3;animation-delay:-15s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.noise{position:fixed;inset:0;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");z-index:0;pointer-events:none}.header{position:fixed;top:0;width:100%;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.logo{font-family:var(--font-display);font-weight:700;font-size:1.7rem;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.75rem;letter-spacing:-.02em;text-transform:lowercase}.logo-snowflake{width:28px;height:28px;color:var(--accent);filter:drop-shadow(0 0 8px var(--accent-glow));animation:rotate-slow 12s 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:2rem;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s}.nav-links a:hover{color:#fff}.cta-nav{padding:.6rem 1.2rem;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s}.cta-nav:hover{background:#fff3;transform:translateY(-1px)}.page{max-width:1400px;margin:0 auto;position:relative;z-index:1}section{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;min-height:100vh;padding-top:8rem}.features{padding:4rem 0;display:block;height:auto}.feature-row{min-height:90vh;width:100%;display:flex;align-items:center;justify-content:space-between;gap:6rem;padding:4rem 3rem;max-width:1400px;margin:0 auto}.section-header{padding:6rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.section-header h2{font-size:4rem;line-height:1.1;letter-spacing:-.02em}.detail-row{width:100%;padding:4rem 3rem;display:flex;align-items:center;justify-content:center}.detail-row>div{width:100%;max-width:1200px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.detail-card{background:#1e293b66;border:1px solid rgba(255,255,255,.05);padding:2rem;border-radius:var(--radius-md);transition:transform .3s}.detail-card:hover{transform:translateY(-5px);background:#1e293b99;border-color:#38bdf833}.detail-icon{color:var(--accent);margin-bottom:1rem}.detail-card h4{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.detail-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.cta-section{min-height:80vh;display:flex;align-items:center;justify-content:center}.footer{height:auto;min-height:200px}.reveal{opacity:0;transform:translateY(30px) scale(.95);filter:blur(10px);transition:all 1.2s var(--ease-smooth)}.reveal.active{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:all .8s var(--ease-smooth)}.reveal.active .reveal-stagger>*:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.reveal.active .reveal-stagger>*:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.waitlist-form{display:flex;gap:.75rem;max-width:500px;margin-bottom:1rem}.waitlist-form.centered{margin:0 auto}.input-group{position:relative;flex:1}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);width:18px;height:18px}input{width:100%;padding:1rem 1rem 1rem 3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:#fff;font-family:var(--font-body);font-size:1rem;transition:all .3s}input:focus{outline:none;background:#ffffff14;border-color:#ffffff4d;box-shadow:0 0 0 4px #ffffff0d}.btn{padding:1rem 1.5rem;border:none;border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .3s var(--ease-smooth)}.btn-primary{background:#fff;color:#000}.btn-primary:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 10px 20px -5px #fff3}.btn-glow{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 0 40px var(--accent-glow)}.btn.success{background:#10b981;color:#fff}.waitlist-count{font-size:.875rem;color:#fff6;margin-top:1rem;display:flex;align-items:center;gap:.5rem}.count-number{color:#10b981;font-weight:600;display:inline-block;position:relative}.count-number:before{content:"";display:inline-block;width:6px;height:6px;background:#10b981;border-radius:50%;margin-right:6px;vertical-align:middle}.hero-visual{position:relative;height:500px;display:flex;justify-content:center;align-items:center;perspective:1000px}.app-card-stack{position:relative;width:400px;height:500px;transform-style:preserve-3d;animation:hover-stack 6s ease-in-out infinite}@keyframes hover-stack{0%,to{transform:translateY(0) rotateY(-5deg) rotateX(5deg)}50%{transform:translateY(-20px) rotateY(-2deg) rotateX(2deg)}}.app-card{position:absolute;inset:0;background:#1e293b;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;transition:transform .5s var(--ease-smooth)}.card-back{transform:translateZ(-80px) translateY(-30px) translate(30px);background:linear-gradient(135deg,#1e293b,#0f172a);opacity:.4}.card-mid{transform:translateZ(-40px) translateY(-15px) translate(15px);background:linear-gradient(135deg,#334155,#1e293b);opacity:.7}.card-front{transform:translateZ(0);background:linear-gradient(135deg,#1e293be6,#0f172af2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;display:flex;flex-direction:column}.hero-visual:hover .card-back{transform:translateZ(-80px) translateY(-45px) translate(45px) rotate(2deg)}.hero-visual:hover .card-mid{transform:translateZ(-40px) translateY(-25px) translate(25px) rotate(1deg)}.hero-visual:hover .card-front{transform:translateZ(20px)}.ui-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;gap:.5rem}.ui-dot{width:10px;height:10px;border-radius:50%;background:#fff3}.ui-dot:nth-child(1){background:#ef4444}.ui-dot:nth-child(2){background:#eab308}.ui-dot:nth-child(3){background:#22c55e}.ui-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1.5rem;position:relative}.ui-row{display:flex;gap:1rem}.ui-time{font-size:.75rem;color:var(--text-muted);width:40px;padding-top:4px}.ui-event{flex:1;padding:.75rem;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.25rem;border-left:3px solid transparent}.event-work{background:#3b82f61a;border-left-color:#3b82f6}.event-health{background:#10b9811a;border-left-color:#10b981}.event-nutrition{background:#f973161a;border-left-color:#f97316}.event-title{font-size:.85rem;font-weight:600;color:#fff}.event-sub{font-size:.7rem;color:#fff9}.ui-floating-card{position:absolute;bottom:2rem;right:-1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);padding:1rem;border-radius:var(--radius-md);display:flex;gap:.75rem;width:200px;box-shadow:0 10px 30px #0000004d;animation:float-card 4s ease-in-out infinite}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb)}.ai-message{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px}.ai-line{height:4px;background:#ffffff4d;border-radius:2px}.line-1{width:80%}.line-2{width:60%}.dashboard-card{display:flex!important;background:#020617!important;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.1);min-height:400px;width:100%}.wide-card{width:640px;height:440px}.app-sidebar{width:70px;background:#0f172a;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;padding-top:2rem;gap:1.5rem;flex-shrink:0;z-index:5}.app-nav-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.app-nav-icon.active{background:#38bdf81a;color:#38bdf8}.app-nav-icon i{width:20px;height:20px}.app-main{flex:1!important;display:flex!important;flex-direction:column!important;background:#020617!important;position:relative;overflow:hidden;min-width:0}.app-topbar{height:64px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:#020617;flex-shrink:0}.top-left{display:flex;align-items:center;gap:.75rem}.menu-icon{width:18px;height:18px;color:#64748b}.top-date{font-family:var(--font-body);font-weight:600;font-size:.9rem;color:#f8fafc}.top-actions{display:flex;gap:.5rem;align-items:center}.action-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.action-icon.primary{background:#fff;color:#020617}.action-icon i{width:16px;height:16px}.app-grid-scrollable{padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.app-grid-scrollable::-webkit-scrollbar{display:none}.dash-card{background:#1e293b4d;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem;display:flex;flex-direction:column}.dash-row{display:flex;gap:.75rem}.dash-card.half{flex:1}.card-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#64748b;font-size:.65rem;font-weight:800;letter-spacing:1px;text-transform:uppercase}.card-label i{width:12px;height:12px}.card-corner-icon{margin-left:auto;opacity:.3!important}.weather-card-wide{flex-direction:row!important;align-items:center!important;gap:1.25rem!important;padding:1.25rem!important}.weather-icon-large i{width:40px;height:40px;color:#f8fafc;stroke-width:1.5}.temp-huge{font-size:2.25rem;font-weight:700;color:#fff;line-height:1}.weather-sub{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:700;color:#64748b}.card-content-text{font-size:.85rem;line-height:1.4;color:#cbd5e1;font-weight:500}.card-value-row{display:flex;justify-content:space-between;align-items:center}.main-val{font-size:1rem;font-weight:700;color:#fff}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.green{background:#22c55e;box-shadow:0 0 8px #22c55e66}.status-dot.gray{background:#475569}.macro-line{display:flex;gap:.6rem;margin-top:.4rem;font-size:.6rem;font-weight:800;color:#64748b}@media(max-width:900px){.wide-card{width:340px;height:550px}.app-sidebar{display:none}.app-grid{padding:1rem}.widget-row{grid-template-columns:1fr}.stat-widget{flex-direction:row;justify-content:space-between}.app-topbar{padding:0 1rem}}.features{padding:0;display:block;height:auto;scroll-snap-align:none}.section-header{height:100vh;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;margin-bottom:0}.section-header h2{font-family:var(--font-display);font-size:3rem;font-weight:700;line-height:1.1}.text-muted{color:var(--text-muted)}.feature-showcase{display:flex;flex-direction:column;padding:0}.feature-row{height:100vh;width:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:space-between;gap:8rem;padding:0 3rem;max-width:1400px;margin:0 auto}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1;max-width:500px}.feature-text h3{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.feature-text p{color:var(--text-muted);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-main);font-weight:500}.feature-list li i{color:var(--accent);width:20px;height:20px}.feature-visual{flex:1;display:flex;justify-content:center;perspective:1000px}.card-3d-wrapper{position:relative;width:400px;height:400px;transform-style:preserve-3d;transition:transform .3s ease;z-index:1}.feature-row:hover .card-3d-wrapper{transform:rotateY(5deg) rotateX(5deg)}.feature-row.reverse:hover .card-3d-wrapper{transform:rotateY(-5deg) rotateX(5deg)}.nutrition-card,.fitness-card{padding:0;background:linear-gradient(135deg,#0f172ae6,#020617f2);border:1px solid rgba(56,189,248,.2)}.ui-title{font-weight:600;font-size:1rem;color:#fff}.ui-badge{font-size:.7rem;padding:4px 8px;border-radius:12px;font-weight:600;margin-left:auto}.ui-badge.success{background:#10b98133;color:#34d399}.macro-circles{display:flex;justify-content:space-around;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.macro-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:60px}.circular-chart{display:block;margin:0 auto;max-width:100%;max-height:250px}.circle-bg{fill:none;stroke:#ffffff1a;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:#38bdf8}.circular-chart.green .circle{stroke:#34d399}.circular-chart.yellow .circle{stroke:#fbbf24}.macro-item span{font-size:.7rem;color:var(--text-muted)}.meal-list{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.meal-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:var(--radius-sm)}.meal-icon{font-size:1.5rem}.meal-info{display:flex;flex-direction:column}.meal-name{font-size:.9rem;font-weight:500}.meal-cal{font-size:.75rem;color:var(--text-muted)}.exercise-list{padding:1rem;display:flex;flex-direction:column;gap:1rem}.exercise-item{background:#ffffff08;border-radius:var(--radius-sm);padding:1rem;border:1px solid transparent}.exercise-item.active{border-color:#38bdf84d;background:#38bdf80d}.ex-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.ex-name{font-weight:600;font-size:.95rem}.pr-badge{font-size:.7rem;color:#fbbf24;background:#fbbf2426;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:.85rem;color:var(--text-muted)}.set-row.highlight{color:#fff;font-weight:500}.set-check{color:#34d399}.set-check.dimmed{opacity:.3}.card-float-element{position:absolute;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);box-shadow:0 10px 30px -5px #00000080;animation:float-card 5s ease-in-out infinite}.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,#38bdf8,#818cf8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.ai-icon-small i{width:16px;height:16px}.ai-text{display:flex;flex-direction:column}.ai-label{font-size:.75rem;font-weight:700;color:#38bdf8;text-transform:uppercase}.ai-desc{font-size:.8rem;color:#fff}.volume-stat{top:2rem;right:-3rem;padding:1rem;min-width:160px;z-index:10;animation-delay:-2s}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.5rem;font-weight:800;color:#fff;margin:4px 0}.stat-trend{font-size:.75rem;font-weight:600}.stat-trend.positive{color:#34d399}@keyframes progress{0%{stroke-dasharray:0,100}}.calendar-card,.rituals-card,.concierge-card{padding:0;background:linear-gradient(135deg,#0f172ae6,#020617f2);border:1px solid rgba(56,189,248,.2)}.cal-header{display:flex;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.cal-day{font-size:.8rem;color:var(--text-muted);font-weight:500;padding:4px 8px;border-radius:6px}.cal-day.active{color:#fff;background:#38bdf833}.cal-grid{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.time-marker{font-size:.7rem;color:var(--text-muted);margin-bottom:-.5rem}.cal-event{padding:1rem;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.25rem;border-left:3px solid}.focus-block{background:#6366f126;border-left-color:#6366f1}.meeting-block{background:#ffffff0d;border-left-color:var(--text-muted)}.cal-event-ghost{padding:1rem;border-radius:var(--radius-sm);border:1px dashed rgba(255,255,255,.2);color:var(--text-muted)}.evt-title{font-weight:600;font-size:.9rem}.evt-tag{font-size:.7rem;color:#818cf8;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.evt-time{font-size:.75rem;color:var(--text-muted)}.smart-alert{top:1rem;right:-2rem;padding:1rem;display:flex;align-items:center;gap:.75rem;width:280px;z-index:10}.alert-icon{width:32px;height:32px;background:#f59e0b;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.alert-icon i{width:18px;height:18px}.alert-content{display:flex;flex-direction:column}.alert-title{font-size:.8rem;font-weight:700;color:#fbbf24}.alert-desc{font-size:.75rem;color:#fff;line-height:1.3}.ui-badge.fire{background:#f9731626;color:#fb923c}.ritual-list{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.ritual-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--radius-sm);background:#ffffff08}.ritual-item.completed{background:#f973160d;border:1px solid rgba(249,115,22,.2)}.check-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fb923c;color:#fff;flex-shrink:0}.check-circle i{width:14px;height:14px}.check-circle.empty{background:transparent;border:2px solid rgba(255,255,255,.2)}.ritual-info{display:flex;flex-direction:column}.rit-name{font-weight:500;font-size:.9rem}.rit-streak{font-size:.75rem;color:#fb923c;font-weight:600}.rit-desc{font-size:.75rem;color:var(--text-muted)}.streak-popup{bottom:2rem;left:-2rem;padding:1.5rem;text-align:center;z-index:10;animation-delay:-3s}.streak-count{font-size:2.5rem;font-weight:800;color:#fb923c;line-height:1}.streak-label{font-size:.7rem;color:var(--text-muted);letter-spacing:1px;margin-bottom:.5rem}.streak-mini-graph{display:flex;gap:4px;justify-content:center;height:20px;align-items:flex-end}.bar{width:6px;background:#ffffff1a;border-radius:2px}.bar.full{height:16px;background:#fb923c}.bar.active{height:20px;background:#fff;box-shadow:0 0 10px #ffffff80}.chat-interface{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;height:100%}.chat-bubble{padding:1rem;border-radius:18px;font-size:.9rem;line-height:1.5;max-width:90%}.chat-bubble.user{background:#ffffff1a;color:var(--text-muted);align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble.ai{background:linear-gradient(135deg,#38bdf826,#2563eb26);border:1px solid rgba(56,189,248,.3);color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.typing-indicator{display:flex;gap:4px;margin-bottom:6px}.typing-indicator span{width:6px;height:6px;background:#38bdf8;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:.75rem;padding:6px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#38bdf8;cursor:pointer}.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(2,6,23,1),transparent)}.voice-wave{width:4px;background:#38bdf8;border-radius:4px;animation:wave 1.2s infinite ease-in-out}.voice-wave:nth-child(1){height:20px;animation-delay:0s}.voice-wave:nth-child(2){height:35px;animation-delay:.1s}.voice-wave:nth-child(3){height:25px;animation-delay:.2s}.voice-wave:nth-child(4){height:15px;animation-delay:.3s}@keyframes wave{0%,to{transform:scaleY(1);opacity:.5}50%{transform:scaleY(2);opacity:1;box-shadow:0 0 10px #38bdf8}}.context-badge{top:1rem;right:-1rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;z-index:10;animation-delay:-1.5s}.ctx-icon{width:28px;height:28px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.ctx-icon i{width:14px;height:14px}.ctx-text{display:flex;flex-direction:column}.ctx-head{font-size:.75rem;font-weight:700;color:#fff}.ctx-sub{font-size:.65rem;color:#94a3b8}@media(max-width:900px){.smart-alert{right:-1rem;top:0}.streak-popup{left:-1rem;bottom:1rem}.context-badge{right:0}}.detail-row{height:100vh;width:100%;scroll-snap-align:center;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 3rem;max-width:1400px;margin:0 auto;text-align:center}.detail-row h3{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.detail-row p{color:var(--text-muted);font-size:1.125rem;line-height:1.7;max-width:800px;margin:0 auto 3rem}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px}.detail-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);padding:2rem;text-align:left;transition:transform .3s var(--ease-smooth)}.detail-card:hover{transform:translateY(-5px);background:#ffffff0d}.detail-icon{width:40px;height:40px;background:#38bdf81a;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.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.detail-card p{font-size:.9rem;margin:0;color:var(--text-muted)}@media(max-width:900px){.detail-grid{grid-template-columns:1fr;gap:1rem}.detail-row{padding:2rem 1.5rem;height:auto;min-height:100vh}}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(circle,rgba(56,189,248,.15) 0%,transparent 70%);filter:blur(60px);z-index:-1}.cta-content{display:flex;flex-direction:column;align-items:center;width:100%}.cta-content h2{font-family:var(--font-display);font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.footer-integrated{position:absolute;bottom:3rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem;opacity:.6}.footer-integrated .footer-links{display:flex;gap:2rem}.footer-integrated a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.footer-integrated a:hover{color:#fff}.footer-integrated .footer-logo{font-family:var(--font-display);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;text-transform:lowercase;display:flex;align-items:center;gap:.5rem}.footer-icon{width:18px;height:18px}.footer-integrated .footer-legal{font-size:.7rem;color:#fff3}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease-smooth),transform .8s var(--ease-smooth)}.fade-in-section.visible{opacity:1;transform:translateY(0)}.hero-content{max-width:600px}.badge-container{margin-bottom:1.5rem}.badge{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;padding:6px 12px;background:#38bdf826;color:#7dd3fc;border:1px solid rgba(56,189,248,.3);border-radius:100px;box-shadow:0 0 20px #38bdf81a}.hero-title{font-family:var(--font-display);font-size:4.5rem;line-height:1.3;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;padding-bottom:.2em}.text-gradient{background:linear-gradient(135deg,#fff 30%,#38bdf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding-bottom:.1em;margin-bottom:-.1em}.hero-sub{font-size:1.25rem;color:var(--text-muted);line-height:1.6;margin-bottom:3rem;max-width:90%}@media(max-width:900px){.hero{grid-template-columns:1fr;text-align:center;padding:6rem 1.5rem;gap:3rem}.hero-content{margin:0 auto}.hero-title{font-size:3rem}.hero-visual{height:400px}.app-card-stack{width:300px;height:400px}.waitlist-form{flex-direction:column;margin:0 auto 1.5rem}.waitlist-count{justify-content:center}.header{padding:1.5rem}.nav-links{display:none}}
