@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap";html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}:root{--primary: #0f0f0f;--secondary: #f5f5f5;--accent: #ff6b35;--accent-light: #ffa366;--border: #e5e5e5;--text-dark: #1a1a1a;--text-light: #666;--bg-light: #fafafa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--text-dark);background:#fff;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.header-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-1px;color:var(--primary)}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:var(--text-light);font-size:.95rem;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--accent)}.btn-primary,.btn-secondary{border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;padding:.7rem 1.5rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #ff6b354d}.btn-secondary{background:transparent;color:var(--text-dark);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-large{padding:1rem 2.5rem;font-size:1rem}main{flex:1}.hero{max-width:1200px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.hero.visible{animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-family:Syne,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-1px;color:var(--primary)}.hero-title .accent{color:var(--accent)}.hero-subtitle{font-size:1.1rem;color:var(--text-light);max-width:500px;line-height:1.7}.hero-cta{display:flex;gap:1rem;margin-top:1rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.code-block{background:var(--primary);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026;width:100%;max-width:500px;border:1px solid rgba(255,107,53,.2)}.code-header{background:#ffffff0d;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);font-family:Inter,monospace;font-size:.85rem;color:#999;font-weight:500}.code-block pre{padding:1.5rem;overflow-x:auto}.code-block code{font-family:Courier New,monospace;color:#e8e8e8;font-size:.9rem;line-height:1.6}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center}.features h2{font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:4rem;color:var(--primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{padding:2rem;background:var(--bg-light);border-radius:12px;border:1px solid var(--border);transition:all .3s ease;text-align:left}.feature-card:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 12px 40px #ff6b351a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-family:Syne,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.cta-section{max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,#ff6b350d,#ff6b3505);border-radius:16px;border:1px solid rgba(255,107,53,.1)}.cta-section h2{font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--primary)}.cta-section p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.footer{background:var(--primary);color:#999;padding:4rem 2rem 2rem;margin-top:6rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h4{color:#fff;margin-bottom:1rem;font-family:Syne,sans-serif;font-size:1rem}.footer-col p{font-size:.9rem;line-height:1.6}.footer-col a{display:block;color:#999;text-decoration:none;font-size:.9rem;margin-bottom:.5rem;transition:color .3s ease}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;font-size:.85rem;color:#666}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:4rem 1.5rem;gap:2rem}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column}.nav{gap:1rem}.features h2,.cta-section h2{font-size:2rem}.header-content{padding:1rem 1.5rem}.logo{font-size:1.25rem}}
