:root{--text:#4a4a4a;--text-h:#1a1a1a;--bg:#fff;--border:#e0e0e0;--code-bg:#f5f5f5;--accent:#fc0;--accent-dark:#e6b800;--accent-bg:#ffcc001a;--accent-border:#ffcc0080;--social-bg:#f0f0f0cc;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--sans:"Inter", system-ui, -apple-system, sans-serif;--heading:"Montserrat", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace;font:16px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root{--text:#d1d1d1;--text-h:#fff;--bg:#121212;--border:#333;--code-bg:#1e1e1e;--accent:#fc0;--accent-bg:#fc03;--social-bg:#2d2d2dcc;--shadow:0 10px 15px -3px #00000080}}body{margin:0;overflow-x:hidden}#root{width:100%;margin:0 auto}h1,h2,h3,h4{font-family:var(--heading);color:var(--text-h);margin-top:0;font-weight:700}h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}@media (width<=768px){h1{font-size:2.5rem}}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;padding:1.5rem 0;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.logo-text{color:var(--text-h);text-transform:uppercase;letter-spacing:-1px;font-size:1.5rem;font-weight:800}.logo-text span{color:var(--accent)}.nav-links{gap:2rem;display:flex}.nav-links a{font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--accent)}.hero-section{background:linear-gradient(135deg, var(--bg) 60%, var(--accent-bg) 100%);text-align:left;padding:8rem 0}.hero-content{max-width:600px}.hero-badge{background:var(--accent-bg);color:var(--accent-dark);border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.cta-button{background:var(--accent);color:#000;border-radius:8px;padding:1rem 2.5rem;font-weight:700;transition:transform .2s,background .2s;display:inline-block;box-shadow:0 4px 14px #fc06}.cta-button:hover{background:var(--accent-dark);transform:translateY(-2px)}.section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{margin-bottom:1rem;font-size:2.5rem}.section-title div{background:var(--accent);width:60px;height:4px;margin:0 auto}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:2.5rem;transition:transform .3s,border-color .3s}.card:hover{border-color:var(--accent);transform:translateY(-10px)}.card-icon{background:var(--accent-bg);width:50px;height:50px;color:var(--accent-dark);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.footer{color:#fff;text-align:center;background:#1a1a1a;padding:4rem 0}.footer p{color:#aaa}@media (width<=768px){.hero-section{text-align:center;padding:4rem 0}.hero-content{margin:0 auto}.nav-links{display:none}}
