:root{--blaze:#ff6b35;--pulse:#ff3e6c;--victory:#06d6a0;--streak:#ffd166;--bg:#0a0a0f;--bg-elevated:#111118;--bg-card:#16161f;--text:#f0edee;--text-dim:#6b6b7b;--text-muted:#3a3a4a;--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"DM Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}body:after{content:"";pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px 128px;position:fixed;inset:0}.nav{z-index:100;padding:1.25rem 2rem;transition:background .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0fcc}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.nav-logo span{color:var(--blaze)}.nav-cta{font-family:var(--font-body);background:var(--blaze);color:#fff;border-radius:100px;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:600;transition:transform .15s,box-shadow .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px #ff6b3566}.hero{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:8rem 2rem 6rem;display:flex;position:relative}.hero-glow{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.hero-glow-1{background:var(--blaze);top:10%;left:20%}.hero-glow-2{background:var(--pulse);width:400px;height:400px;bottom:20%;right:15%}.hero-content{z-index:1;text-align:center;max-width:900px;position:relative}.hero-tag{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--blaze);margin-bottom:2rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(3.5rem,10vw,8rem);font-weight:700;line-height:.95}.hero h1 em{background:linear-gradient(135deg, var(--blaze) 0%, var(--pulse) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-sub{color:var(--text-dim);max-width:440px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.btn-hero{font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .2s}.btn-hero:active{transform:scale(.97)}.btn-hero-primary{background:var(--blaze);color:#fff}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff6b3566}.btn-hero-ghost{color:var(--text-dim);border:1px solid var(--text-muted);background:0 0}.btn-hero-ghost:hover{color:var(--text);border-color:var(--text-dim)}.hero-scroll{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.6875rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(to bottom, var(--text-muted), transparent);width:1px;height:48px;animation:2s ease-in-out infinite scroll-pulse}@keyframes scroll-pulse{0%,to{opacity:.3}50%{opacity:1}}.marquee-section{border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:3rem 0;overflow:hidden}.marquee{width:max-content;animation:20s linear infinite marquee;display:flex}.marquee-item{font-family:var(--font-display);white-space:nowrap;color:var(--text-muted);padding:0 2rem;font-size:clamp(1rem,2vw,1.5rem);font-weight:600;transition:color .3s}.marquee-item .sep{color:var(--blaze);margin-left:4rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.statement{max-width:1000px;margin:0 auto;padding:10rem 2rem}.statement p{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,3rem);font-weight:500;line-height:1.35}.statement p .accent{color:var(--blaze)}.statement p .dim{color:var(--text-muted)}.bento{max-width:1200px;margin:0 auto;padding:6rem 2rem}.bento-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem;font-size:.6875rem;font-weight:600}.bento-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.bento-card{background:var(--bg-card);border:1px solid #ffffff0a;border-radius:20px;padding:2.5rem;transition:transform .3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.bento-card:hover{transform:translateY(-4px)}.bento-card.wide{grid-column:span 2}.bento-card.tall{grid-row:span 2}.bento-card-accent{height:2px;position:absolute;top:0;left:0;right:0}.bento-card h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.375rem;font-weight:600}.bento-card p{color:var(--text-dim);font-size:.9375rem;line-height:1.65}.bento-notif{flex-direction:column;justify-content:space-between;min-height:320px;display:flex}.notif-mockup{background:var(--bg-elevated);border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 1.25rem;display:flex}.notif-dot{background:var(--blaze);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite notif-blink}@keyframes notif-blink{0%,to{opacity:1}50%{opacity:.3}}.notif-text{color:var(--text);font-size:.8125rem}.notif-text span{color:var(--text-dim);margin-top:2px;font-size:.75rem;display:block}.notif-time{font-family:var(--font-display);color:var(--blaze);margin-left:auto;font-size:.75rem;font-weight:600}.bento-counter{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.counter-number{font-family:var(--font-display);letter-spacing:-.04em;background:linear-gradient(180deg, var(--text) 30%, var(--text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(4rem,8vw,6rem);font-weight:700;line-height:1}.counter-label{color:var(--text-dim);font-size:.8125rem}.bento-streak{flex-direction:column;justify-content:space-between;display:flex}.streak-visual{gap:6px;margin-top:2rem;display:flex}.streak-day{background:var(--bg-elevated);border-radius:8px;flex:1;height:48px;position:relative;overflow:hidden}.streak-day.active:after{content:"";background:linear-gradient(180deg, var(--victory) 0%, #06d6a04d 100%);border-radius:8px;position:absolute;inset:0}.streak-day.today{border:1px solid var(--victory);background:0 0}.bento-squad{flex-direction:column;justify-content:space-between;display:flex}.squad-avatars{gap:0;margin-top:2rem;display:flex}.squad-avatar{border:2px solid var(--bg-card);width:48px;height:48px;font-family:var(--font-display);border-radius:50%;place-items:center;margin-left:-12px;font-size:.875rem;font-weight:700;display:grid}.squad-avatar:first-child{margin-left:0}.bento-proof{flex-direction:column;justify-content:space-between;display:flex}.proof-frames{gap:6px;margin-top:2rem;display:flex}.proof-frame{aspect-ratio:3/4;background:var(--bg-elevated);border:1px solid #ffffff0a;border-radius:10px;flex:1;place-items:center;display:grid}.proof-frame-inner{border:2px solid var(--text-muted);border-radius:50%;width:20px;height:20px}.cta{text-align:center;padding:8rem 2rem;position:relative}.cta-glow{filter:blur(150px);opacity:.12;background:linear-gradient(135deg, var(--blaze), var(--pulse));pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:1;position:relative}.cta h2{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:.95}.cta h2 em{background:linear-gradient(135deg, var(--blaze), var(--pulse));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.cta p{color:var(--text-dim);max-width:400px;margin:0 auto 3rem;font-size:1.125rem}.btn-cta{font-family:var(--font-body);cursor:pointer;color:var(--bg);background:#fff;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1.125rem 3rem;font-size:1.125rem;font-weight:600;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 40px #ffffff26}.btn-cta:active{transform:scale(.97)}.footer{border-top:1px solid #ffffff0a;padding:3rem 2rem}.footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer p{color:var(--text-muted);font-size:.75rem}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);font-size:.75rem;transition:color .2s}.footer-links a:hover{color:var(--text-dim)}.legal{max-width:720px;margin:0 auto;padding:8rem 2rem 6rem}.legal h1{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.legal .legal-updated{color:var(--text-muted);margin-bottom:3rem;font-size:.8125rem}.legal h2{font-family:var(--font-display);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1rem;font-size:1.375rem;font-weight:600}.legal h3{font-family:var(--font-display);margin-top:2rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.legal p{color:var(--text-dim);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.legal ul{color:var(--text-dim);margin-bottom:1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.7}.legal li{margin-bottom:.5rem}.legal a{color:var(--blaze);text-underline-offset:2px;text-decoration:underline}.legal a:hover{color:var(--text)}.legal strong{color:var(--text);font-weight:600}.legal-contact{background:var(--bg-card);border:1px solid #ffffff0a;border-radius:16px;margin-top:3rem;padding:2rem}.legal-contact p{margin-bottom:0}.support-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;margin-bottom:3rem;display:grid}.support-card{background:var(--bg-card);border:1px solid #ffffff0a;border-radius:16px;padding:2rem}.support-card h3{font-family:var(--font-display);color:var(--text);margin-top:0;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.support-card p{margin-bottom:0;font-size:.875rem}@media (width<=768px){.nav{padding:1rem 1.25rem}.hero{padding:6rem 1.5rem 4rem}.hero-actions{flex-direction:column}.hero-actions .btn-hero{width:100%}.hero-scroll{display:none}.statement{padding:6rem 1.5rem}.bento{padding:4rem 1.5rem}.bento-grid{grid-template-columns:1fr}.bento-card.wide{grid-column:span 1}.bento-card.tall{grid-row:span 1}.cta{padding:6rem 1.5rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-wrap:wrap;justify-content:center}.legal{padding:6rem 1.5rem 4rem}.support-grid{grid-template-columns:1fr}}
