:root,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand:#7ed957;--brand-bright:#9ef070;--brand-dim:#7ed95724;--brand-glow:#7ed95759;--bg:#070a07;--bg-elevated:#0f1410;--bg-card:#121812;--border:#7ed9571f;--border-strong:#7ed95747;--text:#fff;--text-muted:#ffffffad;--text-subtle:#ffffff73;--surface-subtle:#ffffff08;--surface-hover:#ffffff0a;--header-bg:#070a07b8;--header-menu-bg:#070a07f5;--card-gradient:linear-gradient(160deg, #121812f2, #0a0e0aeb);--card-shadow:0 24px 64px #00000059;--glow-a:#7ed95729;--glow-b:#7ed95714;--accent-radial:#7ed95714;--cta-border:#7ed95733;--cta-radial:#7ed9571f;--on-brand:#071007;--radius:1rem;--radius-lg:1.5rem;--font:"DM Sans", system-ui, -apple-system, sans-serif;--max-width:72rem}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand:#7ed957;--brand-bright:#6bc948;--brand-dim:#7ed9572e;--brand-glow:#7ed95738;--bg:#f4f7f4;--bg-elevated:#fff;--bg-card:#fff;--border:#7ed95747;--border-strong:#7ed95766;--text:#0c110c;--text-muted:#0c110cad;--text-subtle:#0c110c73;--surface-subtle:#00000008;--surface-hover:#0000000a;--header-bg:#f4f7f4d9;--header-menu-bg:#f4f7f4fa;--card-gradient:linear-gradient(160deg, #fff, #eef2ee);--card-shadow:0 24px 64px #00000014;--glow-a:#7ed95738;--glow-b:#7ed9571f;--accent-radial:#7ed9571f;--cta-border:#7ed95759;--cta-radial:#7ed95729;--on-brand:#071007}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;background:0 0;border:none}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.btn{border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:var(--on-brand);box-shadow:0 0 32px var(--brand-glow)}.btn-primary:hover{background:var(--brand-bright);box-shadow:0 0 40px var(--brand-glow)}.btn-secondary{border:1px solid var(--border);background:var(--surface-subtle);color:var(--text)}.btn-secondary:hover{border-color:var(--border-strong);background:var(--brand-dim)}
