:root{--bg-primary: #030712;--bg-secondary: #0f172a;--text-primary: #f9fafb;--text-secondary: #9ca3af;--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .5);--accent: #8b5cf6;--border: rgba(255, 255, 255, .1);--glass-bg: rgba(17, 24, 39, .7);--glass-border: rgba(255, 255, 255, .08);--font-sans: "Inter", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{display:flex;flex-direction:column;min-height:100vh}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.02em}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.flex{display:flex}.flex-col{flex-direction:column}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}.text-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:opacity .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 0 20px #3b82f64d;display:inline-block;text-align:center}.btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 0 30px #3b82f680;color:#fff}.btn-secondary{background:#ffffff0d;border:1px solid var(--border);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;display:inline-block;text-align:center}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.section-padding{padding:5rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.glow-blob{position:absolute;width:500px;height:500px;background:radial-gradient(circle,var(--primary-glow) 0%,rgba(0,0,0,0) 70%);border-radius:50%;opacity:.2;pointer-events:none;z-index:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#374151;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4b5563}.navbar{position:fixed;width:100%;z-index:1000;transition:all .3s ease;background:transparent;top:0}.navbar.scrolled{background:#030712e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:80px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#fff;z-index:1001}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-cta{background:#fff;color:#000;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:background .3s}.nav-cta:hover{background:#e5e5e5}.mobile-toggle{display:none;color:#fff;z-index:1001}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);transition:transform .3s ease-in-out;padding:2rem}.mobile-menu.open{transform:translate(0)}.mobile-link{font-size:1.5rem;font-weight:600;color:#fff}@media(max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer-brand p{color:var(--text-secondary);max-width:300px;font-size:.95rem}.footer-column h4{margin-bottom:1.25rem;color:#fff;font-size:1.1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-secondary);font-size:.9rem}.footer-links a:hover{color:var(--primary);padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.85rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:80px;overflow:hidden}.hero-content{text-align:center;max-width:800px;z-index:10;padding:0 1rem}.hero-badge{display:inline-block;padding:.4rem 1rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#60a5fa;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem}.hero-buttons{display:flex;justify-content:center;gap:1rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:2rem;border-radius:1rem;background:#11182780;border:1px solid rgba(255,255,255,.05);transition:transform .3s,border-color .3s,background .3s}.feature-card:hover{transform:translateY(-5px);border-color:#3b82f64d;background:#111827cc}.feature-icon{width:50px;height:50px;background:#3b82f61a;color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#fff}.feature-desc{color:var(--text-secondary);line-height:1.6}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{font-size:2.5rem;margin-bottom:1rem;color:#fff}.section-desc{color:var(--text-secondary);font-size:1.1rem}.section-platforms{background:#ffffff05}.platforms-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.platform-card{padding:1.5rem;border-radius:1rem;transition:border-color .3s}.platform-card:hover{border-color:#3b82f666}.platform-category{font-size:.85rem;color:var(--primary);font-weight:600;margin-bottom:.75rem}.platform-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fff}.platform-desc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.platform-link{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:500;font-size:.95rem;transition:color .2s}.platform-link:hover{color:var(--primary)}.why-us-panel{padding:3rem;position:relative;overflow:hidden;text-align:center}.why-us-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:left}.why-us-item{display:flex;gap:1rem;align-items:flex-start}.why-us-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-us-icon.rocket{background:#3b82f626;color:#60a5fa}.why-us-icon.shield{background:#8b5cf626;color:#a78bfa}.why-us-icon.cpu{background:#10b98126;color:#34d399}.why-us-title{font-weight:700;color:#fff;margin-bottom:.25rem;font-size:1.1rem}.why-us-text{font-size:.9rem;color:var(--text-secondary)}@media(max-width:768px){.hero-title{font-size:2.5rem}.platforms-header{flex-direction:column;align-items:flex-start}}
