.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.page{padding-bottom:4rem}.section{padding:4rem 0}.section+.section{border-top:1px solid var(--border)}.section-head{flex-direction:column;gap:.75rem;max-width:640px;margin-bottom:2.5rem;display:flex}.section-title{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2}.section-lead{color:var(--text-2);font-size:1.05rem}.eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:500}.eyebrow:before{content:"// ";color:var(--text-3)}.mono{font-family:var(--font-mono)}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0b1020d9;position:sticky;top:0}.nav-container{max-width:var(--container);justify-content:space-between;align-items:center;gap:1.5rem;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.brand-mark{background:var(--bg-card);border:1px solid var(--border-strong);width:30px;height:30px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.brand-mark svg{width:18px;height:18px}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--text-2);padding:.45rem .85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--bg-hover)}.nav-link.active{color:var(--text);background:var(--bg-card)}.nav-cta{margin-left:.75rem}.btn{border-radius:var(--radius-sm);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn svg{flex-shrink:0;width:16px;height:16px}.btn-primary{background:var(--accent);color:#06281a;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.btn-secondary{color:var(--text);border-color:var(--border-strong);background:0 0}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--text-3)}.btn-sm{padding:.5rem .9rem;font-size:.85rem}.hero{padding:5.5rem 0 4.5rem;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.55;pointer-events:none;background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 0,#000 30%,#0000 100%);mask-image:radial-gradient(70% 60% at 50% 0,#000 30%,#0000 100%)}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-grid>*{min-width:0}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-title{letter-spacing:-.03em;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;line-height:1.08}.hero-title .highlight{color:var(--accent)}.hero-subtitle{color:var(--text-2);max-width:520px;font-size:1.15rem;line-height:1.65}.hero-cta{flex-wrap:wrap;gap:.75rem;display:flex}.hero-meta{font-family:var(--font-mono);color:var(--text-3);flex-wrap:wrap;gap:1.5rem;font-size:.78rem;display:flex}.hero-meta span:before{content:"▸ ";color:var(--accent)}.panel{background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius-lg);font-family:var(--font-mono);overflow:hidden;box-shadow:inset 0 1px #ffffff08,0 30px 60px -30px #000000b3}.panel-bar{border-bottom:1px solid var(--border);background:var(--bg-card);color:var(--text-3);justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.75rem;display:flex}.panel-dots{gap:6px;display:flex}.panel-dots i{background:var(--border-strong);border-radius:50%;width:10px;height:10px}.panel-body{flex-direction:column;gap:1.25rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.panel-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.25rem 1rem;font-size:.85rem;display:flex}.panel-row .key{color:var(--text-3)}.panel-row .val{color:var(--text);font-weight:500}.panel-row .val.accent{color:var(--accent)}.status{color:var(--accent);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:inline-flex}.status-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%;animation:2.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 0 3px var(--accent-soft)}50%{box-shadow:0 0 0 7px #3ddc970d}}.panel-metrics{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.metric{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.35rem;padding:.85rem .9rem;display:flex}.metric-value{color:var(--text);letter-spacing:-.02em;font-size:1.35rem;font-weight:600;line-height:1}.metric-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.panel-divider{background:var(--border);height:1px}.tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.tag{font-family:var(--font-mono);border:1px solid var(--border-strong);color:var(--text-2);background:var(--bg-card);border-radius:999px;padding:.3rem .6rem;font-size:.72rem}.tag.accent{color:var(--accent);background:var(--accent-soft);border-color:#3ddc9766}.stats-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-elev)}.stats-grid{grid-template-columns:repeat(3,1fr);display:grid}.stat-item{border-left:1px solid var(--border);flex-direction:column;gap:.4rem;padding:2rem 1.5rem;display:flex}.stat-item:first-child{border-left:none;padding-left:0}.stat-number{font-family:var(--font-mono);letter-spacing:-.03em;color:var(--text);font-size:2.25rem;font-weight:600;line-height:1}.stat-label{color:var(--text-2);font-size:.9rem}.stat-note{font-family:var(--font-mono);color:var(--text-3);font-size:.72rem}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.75rem;transition:border-color .15s,transform .15s;display:flex}.card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.card-icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:40px;height:40px;color:var(--accent);place-items:center;display:grid}.card-icon svg{width:20px;height:20px}.card-index{font-family:var(--font-mono);color:var(--text-3);font-size:.75rem}.card-title{letter-spacing:-.01em;font-size:1.1rem;font-weight:600}.card-text{color:var(--text-2);font-size:.95rem;line-height:1.6}.feature{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:2.5rem;display:grid}.feature-content{flex-direction:column;gap:1.25rem;display:flex}.feature-title{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2}.feature-text{color:var(--text-2);font-size:1rem;line-height:1.65}.feature-actions{flex-wrap:wrap;gap:.75rem;display:flex}.spec-list{border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);flex-direction:column;font-size:.85rem;display:flex;overflow:hidden}.spec-row{background:var(--bg-elev);grid-template-columns:140px 1fr;gap:1rem;padding:.85rem 1rem;display:grid}.spec-row+.spec-row{border-top:1px solid var(--border)}.spec-key{color:var(--text-3)}.spec-val{color:var(--text)}.spec-val.accent{color:var(--accent)}.page-header{border-bottom:1px solid var(--border);flex-direction:column;gap:.85rem;max-width:720px;padding:4rem 0 3rem;display:flex}.page-title{letter-spacing:-.03em;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.1}.page-subtitle{color:var(--text-2);font-size:1.1rem;line-height:1.6}.prose{max-width:680px;color:var(--text-2);flex-direction:column;gap:1.25rem;font-size:1.05rem;line-height:1.7;display:flex}.prose strong{color:var(--text);font-weight:600}.split{grid-template-columns:1.2fr .8fr;align-items:start;gap:3rem;display:grid}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.email-link{font-family:var(--font-mono);color:var(--accent);border-radius:var(--radius);background:var(--accent-soft);word-break:break-all;border:1px solid #3ddc9759;align-items:center;gap:.75rem;width:fit-content;max-width:100%;padding:1rem 1.25rem;font-size:clamp(1rem,2vw,1.35rem);font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.email-link:hover{border-color:var(--accent);background:#3ddc9733}.email-link svg{flex-shrink:0;width:20px;height:20px}.email-placeholder{font-family:var(--font-mono);color:var(--text-3)}.contact-topics{flex-direction:column;gap:.85rem;list-style:none;display:flex}.contact-topics li{color:var(--text-2);align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.5;display:flex}.contact-topics li strong{color:var(--text);font-weight:600;display:block}.contact-topics .bullet{font-family:var(--font-mono);color:var(--accent);padding-top:.2rem;font-size:.8rem}.footer{border-top:1px solid var(--border);background:var(--bg-elev);margin-top:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding:3.5rem 0 2.5rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;max-width:320px;display:flex}.footer-tagline{color:var(--text-2);font-size:.95rem;line-height:1.6}.footer-col{flex-direction:column;gap:.75rem;display:flex}.footer-heading{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:.25rem;font-size:.72rem}.footer-col a{color:var(--text-2);font-size:.95rem;text-decoration:none;transition:color .15s}.footer-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--text-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.75rem;display:flex}.footer-bottom .status{font-size:.75rem}@media (width<=960px){.hero-grid{grid-template-columns:1fr;gap:3rem}.card-grid,.feature,.split{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=768px){.hero{padding:3.5rem 0 3rem}.hero-title br{display:none}.section{padding:3rem 0}.nav-cta{display:none}.stats-grid{grid-template-columns:1fr}.stat-item{border-left:none;border-top:1px solid var(--border);padding:1.5rem 0}.stat-item:first-child{border-top:none}.feature,.contact-card{padding:1.75rem}.page-header{padding:3rem 0 2rem}}@media (width<=520px){.nav-container{padding:0 1rem}.brand-text{display:none}.nav-link{padding:.45rem .6rem;font-size:.85rem}.panel-metrics{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr;gap:.25rem}.footer-grid{grid-template-columns:1fr;gap:2rem}}:root{--bg:#0b1020;--bg-elev:#0f162b;--bg-card:#111a33;--bg-hover:#16213f;--border:#1e2a48;--border-strong:#2c3b66;--text:#e8ecf5;--text-2:#a5afc6;--text-3:#6d7896;--accent:#3ddc97;--accent-strong:#26c985;--accent-soft:#3ddc971f;--accent-2:#7c9cff;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--radius-sm:6px;--radius:10px;--radius-lg:16px;--container:1120px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);min-width:320px;min-height:100vh;color:var(--text)}#root{width:100%;min-height:100vh}a{color:inherit}::selection{background:var(--accent);color:var(--bg)}
