@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#03060b;--panel:#0a111f;--ink:#f4f7ff;--muted:#8a95ae;--line:#1e293b;--accent:#3b82f6;--accent-2:#2dd4bf;--danger:#f87171;--ok:#34d399;--glass:#0f172a99}*{box-sizing:border-box}html,body{background-color:var(--bg);color:var(--ink);margin:0;padding:0;overflow-x:hidden}body{background-image:radial-gradient(circle at 10% 20%,#3b82f60d 0%,#0000 40%),radial-gradient(circle at 90% 80%,#2dd4bf0d 0%,#0000 40%);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}header{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:3rem 0 1.5rem;display:flex}.logo{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:800;display:flex}.logo svg{color:var(--accent)}nav{gap:2rem;display:flex}nav a{color:var(--muted);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--ink)}.hero{grid-template-columns:1.15fr 1fr;align-items:flex-start;gap:4rem;padding:1rem 0 5rem;display:grid}@media (max-width:1000px){.hero{grid-template-columns:1fr;gap:3rem}}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.badge{border:1px solid var(--line);background:#1e293b80;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.dot{background:var(--ok);width:8px;height:8px;box-shadow:0 0 10px var(--ok);border-radius:50%}h1{letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(90deg,#60a5fa,#2dd4bf);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtext{color:var(--muted);max-width:52ch;font-size:1.25rem;line-height:1.6}.icon-bar{gap:1.5rem;margin:1rem 0;display:flex}.icon-item{color:var(--ink);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.icon-item svg{width:16px;height:16px;color:var(--accent);opacity:.8}.terminal{border:1px solid var(--line);color:#a0aec0;background:#05080f;border-radius:12px;padding:1.75rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;line-height:1.7;position:relative;box-shadow:0 30px 60px -12px #00000080}.terminal b{color:var(--ok)}.terminal i{color:var(--accent);font-style:normal}.cursor{background:var(--ink);vertical-align:middle;width:8px;height:16px;margin-left:4px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.hero-footer{color:var(--muted);align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;display:flex}.card{background:var(--panel);border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 40px 80px -20px #0009}.card h2{margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.card p{color:var(--muted);margin:0;font-size:.85rem}.form-group{flex-direction:column;gap:.75rem;display:flex}.form-group label{color:var(--ink);font-size:.85rem;font-weight:600}input,textarea{color:var(--ink);background:#05080f;border:1px solid #1e293b;border-radius:10px;padding:.9rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}input:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #3b82f61a}.identity-grid{flex-direction:column;gap:.75rem;display:flex}.identity-option{cursor:pointer;background:#05080f;border:1px solid #1e293b;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.identity-option:hover{background:#080c16;border-color:#334155}.identity-option.active{border-color:var(--accent);background:#3b82f61a;box-shadow:0 0 15px #3b82f61a}.identity-option svg{width:18px;height:18px;color:var(--accent)}.identity-option span{font-size:.9rem;font-weight:500}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3b82f6,#22d3ee);border:none;border-radius:10px;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px #3b82f666}.submit-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 15px 30px -5px #3b82f680}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.card-footer{color:var(--muted);justify-content:center;align-items:center;gap:.5rem;margin-top:-1rem;font-size:.75rem;display:flex}.section{text-align:center;padding:6rem 0 5rem}.section-title{margin-bottom:3rem;font-size:2rem;font-weight:800}.product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--panel);border:1px solid var(--line);text-align:left;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.75rem;transition:all .3s;display:flex}.product-card:hover{border-color:#334155;transform:translateY(-5px)}.icon-box{border:1px solid var(--line);background:#1e293b80;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex}.icon-box.blue{color:#60a5fa;background:#3b82f61a;border-color:#3b82f64d}.icon-box.green{color:#34d399;background:#34d3991a;border-color:#34d3994d}.icon-box.orange{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b4d}.icon-box.purple{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa4d}.product-card h3{margin:0;font-size:1rem;font-weight:700}.product-card p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.6}.status-badge{border:1px solid var(--line);text-transform:uppercase;color:var(--muted);background:#1e293b80;border-radius:6px;margin-top:.5rem;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.why-section{text-align:center;padding:6rem 0}.why-section h2{margin-bottom:1rem;font-size:2rem;font-weight:800}.why-subtext{color:var(--muted);max-width:60ch;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1rem}.why-subtext b{color:var(--accent-2);font-weight:600}.features-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.feature-item{flex-direction:column;gap:.75rem;display:flex}.feature-item .icon{color:var(--accent);margin-bottom:.25rem}.feature-item .icon svg{width:28px;height:28px}.feature-item h4{margin:0;font-size:1rem;font-weight:700}.feature-item p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.main-footer{text-align:center;border-top:1px solid var(--line);padding:6rem 0 4rem}.footer-text{color:var(--ink);font-size:1.75rem;font-weight:700;line-height:1.4}.footer-text span.blue{color:#60a5fa}.footer-text span.cyan{color:#22d3ee}.footer-text span.indigo{color:#818cf8}.status-ok,.status-error{text-align:center;border-radius:10px;margin-top:1rem;padding:1rem;font-size:.9rem}.status-ok{color:#34d399;background:#34d3991a;border:1px solid #34d39933}.status-error{color:#f87171;background:#f871711a;border:1px solid #f8717133}
