:root{--background:#141923;--foreground:#f5f5f5;--card:#1e2330;--primary:#20c17c;--secondary:#283041;--border:#323c50;--muted:#9ca3af;--radius:12px;--shadow:0 20px 45px #00000059}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,sans-serif;line-height:1.5}main{padding-top:64px;overflow:clip}a{color:inherit;text-decoration:none}.skip-link{z-index:100;background:var(--primary);color:#0a0f14;border-radius:8px;padding:10px 14px;font-weight:700;transition:top .2s;position:absolute;top:-48px;left:16px}.skip-link:focus-visible{top:12px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(1280px,100%);margin:0 auto;padding-left:16px;padding-right:16px}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141923d1;border-bottom:1px solid #323c50a6;position:fixed;top:0;left:0;right:0}.nav-wrap{justify-content:space-between;align-items:center;gap:20px;min-height:64px;display:flex}.brand{align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;display:inline-flex}.main-nav,.nav-actions{align-items:center;gap:32px;display:flex}.nav-actions{gap:16px}.mobile-toggle{cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border:0;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:8px;transition:background-color .2s;display:none}.mobile-toggle:hover{background:var(--secondary)}.mobile-toggle .icon-lg{width:24px;height:24px}.icon-close{display:none}.mobile-toggle[aria-expanded=false] .icon-menu{display:inline-block}.mobile-toggle[aria-expanded=false] .icon-close,.mobile-toggle[aria-expanded=true] .icon-menu{display:none}.mobile-toggle[aria-expanded=true] .icon-close{display:inline-block}.mobile-menu{opacity:0;pointer-events:none;will-change:max-height, opacity, transform;max-height:0;transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .22s,transform .22s,padding .22s;display:none;overflow:hidden;transform:translateY(-8px)}.main-nav a{color:var(--muted);font-size:.875rem;font-weight:500;transition:color .2s}.main-nav a:hover{color:var(--foreground)}.btn{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:none}a:focus-visible,button:focus-visible,.btn:focus-visible,.mobile-menu nav a:focus-visible,.main-nav a:focus-visible,.footer-grid a:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:6px}.btn.primary{background:var(--primary);color:#0a0f14}.btn.primary:hover{background:#20c17ce6}.btn.ghost{color:var(--foreground);background:0 0;border-color:#0000}.btn.outline{border-color:var(--border);background:var(--background);color:var(--foreground)}.btn.outline:hover{background:#28304199}.btn.lg{min-height:56px;padding:0 32px;font-size:1rem;font-weight:600}.section{padding:96px 0}.section-grid-overlay{place-items:center;min-height:calc(90vh - 64px);display:grid;position:relative}.section-grid-overlay:before,.section-grid-overlay:after{content:"";pointer-events:none;position:absolute;inset:0}.section-grid-overlay:before{background:radial-gradient(at top,#20c17c26,#0000 50%)}.section-grid-overlay:after{background-image:linear-gradient(#323c5047 1px,#0000 1px),linear-gradient(90deg,#323c5047 1px,#0000 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.section-glow-center{position:relative;overflow:visible}.hero-content{z-index:1;text-align:center;max-width:896px;position:relative}.hero-content h1,.section h2{letter-spacing:-.02em;margin:0;font-family:Space Grotesk,sans-serif}.hero-content h1{margin:24px 0;font-size:2.25rem;line-height:1.08}.hero-content p,.section-head p{color:var(--muted);max-width:672px;margin:0 auto;font-size:1.125rem}.text-primary{color:var(--primary)}.lucide-icon{stroke-width:2px;vertical-align:middle;width:16px;height:16px;display:inline-block}.icon-lg,.icon-xl{width:24px;height:24px}.icon-xs{width:14px;height:14px}.icon-sm{width:16px;height:16px}.pill{color:var(--primary);background:#20c17c1a;border:1px solid #20c17c4d;border-radius:999px;align-items:center;gap:10px;padding:8px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding:24px}.panel-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.panel-head.stack{flex-wrap:wrap}.panel h3{margin:0;font-size:1rem;font-weight:600}.tag{background:var(--secondary);color:var(--foreground);white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex}.site-footer{border-top:1px solid var(--border);padding:64px 0 24px}.footer-grid{grid-template-columns:1fr;gap:40px;display:grid}.footer-brand{max-width:none}.footer-brand .brand{color:var(--foreground);align-items:center;gap:8px;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;line-height:1;display:inline-flex}.footer-brand .brand span{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;line-height:1}.footer-brand .brand img{width:36px;height:36px;display:block}.footer-grid h3{margin:0 0 16px;font-size:1rem;font-weight:600}.footer-grid ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.footer-grid p,.footer-bottom p,.footer-grid a,.footer-bottom a{color:var(--muted);font-size:.875rem}.footer-grid a,.footer-bottom a{display:inline-block}.footer-grid a:hover,.footer-bottom a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);text-align:center;justify-content:center;align-items:center;width:100%;margin-top:48px;padding-top:32px;display:flex}.footer-bottom p{text-align:center;width:100%;margin:0}.footer-bottom div{gap:14px;display:flex}@media (width<=940px){.main-nav,.nav-actions{display:none}.mobile-toggle{display:inline-flex}.mobile-menu{border-top:1px solid #323c5059;padding-block:0;display:block}.mobile-menu nav{flex-direction:column;gap:4px;padding-bottom:12px;display:flex}.mobile-menu nav a{color:var(--muted);padding:8px 0;font-size:.875rem;font-weight:500;transition:color .2s}.mobile-menu nav a:hover{color:var(--foreground)}.mobile-actions{border-top:1px solid #323c5059;flex-direction:column;gap:8px;margin-top:0;padding:16px 0 0;display:flex}.mobile-actions .btn{width:100%}.site-header.is-open .mobile-menu{opacity:1;pointer-events:auto;max-height:380px;padding-block:16px;transform:translateY(0)}.site-header.is-open .icon-menu{display:none}.site-header.is-open .icon-close{display:inline-block}}@media (width>=768px){.container{padding-left:24px;padding-right:24px}.hero-content h1{font-size:3.75rem}.section h2{font-size:3rem}.hero-content p,.section-head p{font-size:1.25rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:56px}}@media (width>=1024px){.hero-content h1{font-size:4.5rem}}@media (width<=640px){.section{padding:72px 0}.hero-content{padding-top:12px}.footer-bottom{text-align:center;justify-content:center;align-items:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.privacy-hero-content{max-width:760px}.privacy-layout{grid-template-columns:minmax(0,360px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.privacy-summary{position:sticky;top:92px}.privacy-summary h2{letter-spacing:-.02em;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.5rem}.privacy-summary p{color:var(--muted);margin:0 0 16px;font-size:.95rem;line-height:1.6}.privacy-summary ul{color:var(--muted);gap:8px;margin:0;padding-left:20px;font-size:.9rem;display:grid}.privacy-policy{padding:28px}.privacy-copy{max-width:760px}.privacy-copy h3{letter-spacing:-.01em;margin:0 0 12px;font-family:Space Grotesk,sans-serif;font-size:1.25rem}.privacy-copy h3:not(:first-child){margin-top:28px}.privacy-copy p{color:var(--muted);margin:0;font-size:1rem;line-height:1.75}.privacy-copy p+p{margin-top:14px}.privacy-copy ul{color:var(--muted);gap:8px;margin:10px 0 0;padding-left:20px;display:grid}.privacy-copy ul+p,.privacy-copy ul+h3{margin-top:18px}.privacy-copy strong{color:var(--foreground);font-weight:700}.privacy-copy a{color:var(--primary);text-underline-offset:3px;text-decoration:underline}@media (width<=1023px){.privacy-layout{grid-template-columns:1fr}.privacy-summary{position:static}}
