:root{--bg-primary: #080a06;--bg-secondary: #0f1310;--bg-card: #121612;--bg-tertiary: #171c14;--accent: #B0E821;--accent-bright: #cdf561;--accent-soft: #e3fb9b;--accent-dim: rgba(176, 232, 33, .12);--accent-glow: rgba(176, 232, 33, .2);--text-primary: #F8FAF5;--text-secondary: #9CA38F;--text-tertiary: #6B7260;--border: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .1);--border-accent: rgba(176, 232, 33, .25);font-family:Outfit,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px)}.hero-glow--top{width:700px;height:700px;background:radial-gradient(circle,rgba(176,232,33,.14) 0%,transparent 70%);top:-15%;left:50%;transform:translate(-50%);animation:glow-pulse 6s ease-in-out infinite}.hero-glow--bottom{width:500px;height:400px;background:radial-gradient(circle,rgba(176,232,33,.07) 0%,transparent 70%);bottom:-10%;left:50%;transform:translate(-50%);animation:glow-pulse 6s ease-in-out 3s infinite}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,black 20%,transparent 100%)}@keyframes glow-pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-content{position:relative;text-align:center;padding:2rem 1.5rem;max-width:640px;animation:fade-up .8s ease-out both}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:100px;margin-bottom:2rem;letter-spacing:.03em;text-transform:uppercase}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:dot-blink 2s ease-in-out infinite}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-size:clamp(3.5rem,12vw,6rem);font-weight:700;line-height:1.05;margin-bottom:1rem;letter-spacing:-.02em}.accent{color:var(--accent);text-shadow:0 0 40px rgba(176,232,33,.3)}.hero-tagline{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:500;color:var(--text-secondary);margin-bottom:1rem;letter-spacing:-.01em}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--text-tertiary);line-height:1.7;max-width:440px;margin:0 auto 2.5rem}.hero-cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;color:var(--bg-primary);background:var(--accent);border:none;border-radius:14px;cursor:pointer;box-shadow:0 0 20px #b0e82133,0 0 60px #b0e82114;transition:box-shadow .3s,transform .3s}.hero-cta:hover{box-shadow:0 0 30px #b0e8214d,0 0 80px #b0e8211f;transform:translateY(-1px)}.hero-cta-icon{flex-shrink:0}.footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:2rem 1.5rem}.footer-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}.footer-links a{font-size:.875rem;color:var(--text-tertiary);transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-copy{font-size:.8rem;color:var(--text-tertiary)}@media (min-width: 768px){.footer-inner{flex-direction:row;justify-content:space-between}}.privacy{min-height:100vh;padding:3rem 1.5rem 4rem;display:flex;justify-content:center}.privacy-inner{max-width:680px;width:100%}.privacy-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.privacy h2{font-size:clamp(1.15rem,3vw,1.35rem);font-weight:600;color:var(--text-primary);margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.01em}.privacy h3{font-size:clamp(1rem,2.5vw,1.15rem);font-weight:600;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.privacy p{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:1rem}.privacy ul{list-style:none;padding:0;margin-bottom:1rem}.privacy ul li{position:relative;padding-left:1.25rem;font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:.5rem}.privacy ul li:before{content:"";position:absolute;left:0;top:.7em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.privacy strong{color:var(--text-primary);font-weight:600}.privacy a{color:var(--accent);transition:opacity .2s}.privacy a:hover{opacity:.8}@media (max-width: 480px){.privacy{padding:2rem 1rem 3rem}.privacy-title{margin-bottom:1.5rem}.privacy h2{margin-top:2rem;margin-bottom:.5rem}.privacy p,.privacy ul li{font-size:.9rem}}
