*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:#0a0a0a;color:#e0e6f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.7;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#00d4ff;text-decoration:none;transition:color 150ms ease}a:hover{color:#0f8}h1,h2,h3,h4,h5,h6{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;line-height:1.3;color:#e0e6f0}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}h4{font-size:1.1rem}p{margin-bottom:1rem;color:#8892a4}p:last-child{margin-bottom:0}code,pre{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875em}code{background:#13161e;border:1px solid #1e2330;border-radius:4px;padding:.15em .4em;color:#0f8}pre{background:#0f1117;border:1px solid #1e2330;border-left:3px solid #0f8;border-radius:6px;padding:1.25rem 1.5rem;overflow-x:auto;margin-bottom:1.5rem}pre code{background:none;border:none;padding:0}ul,ol{padding-left:1.5rem;margin-bottom:1rem;color:#8892a4}ul li,ol li{margin-bottom:.35rem}hr{border:none;border-top:1px solid #1e2330;margin:3rem 0}img{max-width:100%;height:auto}::selection{background:#0f8;color:#0a0a0a}.site-main{min-height:calc(100vh - 80px - 200px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width: 768px){.container{padding:0 1rem}}.site-header{position:sticky;top:0;z-index:100;background:rgba(10,10,10,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1e2330}.site-header>.container{height:64px;display:flex;align-items:center}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0}.site-header .site-logo{display:flex;align-items:center;gap:.5rem;font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;font-size:1.1rem;color:#e0e6f0;text-decoration:none}.site-header .site-logo:hover{color:#0f8}.site-header .site-logo .logo-prefix{color:#0f8}.site-header .site-logo .logo-cursor{display:inline-block;width:2px;height:1.1em;background:#0f8;margin-left:2px;animation:blink 1.2s step-end infinite;vertical-align:text-bottom}.site-header nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex:1}.site-header nav a{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.85rem;color:#8892a4;letter-spacing:.02em;text-transform:lowercase;transition:color 150ms ease}.site-header nav a:hover{color:#0f8}.site-header nav a.active{color:#0f8}.site-header nav a.active::after{content:"_";display:inline-block;animation:blink 1.2s step-end infinite;margin-left:1px}.site-header .header-actions{display:flex;align-items:center;gap:.75rem}.site-header .nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem;color:#8892a4;flex-direction:column;gap:5px}.site-header .nav-toggle span{display:block;width:22px;height:2px;background:currentColor;transition:150ms ease}@media(max-width: 768px){.site-header .nav-toggle{display:flex}}@media(max-width: 768px){.site-header nav,.site-header .header-actions .btn:not(.btn-console){display:none}.site-header.nav-open nav{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#0f1117;border-bottom:1px solid #1e2330;padding:1rem 1.5rem 1.5rem;gap:1rem;align-items:flex-start}.site-header.nav-open nav a{font-size:.95rem}}.site-footer{border-top:1px solid #1e2330;background:#0f1117;padding:3rem 0 2rem;margin-top:6rem}.site-footer .footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.site-footer .footer-inner{grid-template-columns:1fr;gap:1.5rem}}.site-footer .footer-brand .footer-logo{font-family:"JetBrains Mono","Fira Code",monospace;font-weight:700;font-size:1rem;color:#e0e6f0;margin-bottom:.5rem}.site-footer .footer-brand .footer-logo .logo-prefix{color:#0f8}.site-footer .footer-brand p{font-size:.875rem;line-height:1.6}.site-footer .footer-links h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#4a5568;margin-bottom:.75rem}.site-footer .footer-links ul{list-style:none;padding:0;margin:0}.site-footer .footer-links ul li{margin-bottom:.4rem}.site-footer .footer-links ul a{font-size:.875rem;color:#8892a4}.site-footer .footer-links ul a:hover{color:#0f8}@media(min-width: 980px){.site-footer .footer-links-community ul{columns:2;column-gap:2rem}.site-footer .footer-links-community li{break-inside:avoid}}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #1e2330;font-size:.8rem;color:#4a5568;font-family:"JetBrains Mono","Fira Code",monospace;flex-wrap:wrap;gap:.5rem}.site-footer .footer-bottom a{color:#4a5568}.site-footer .footer-bottom a:hover{color:#0f8}.site-footer .footer-bottom .footer-powered{color:#4a5568}.site-footer .footer-bottom .footer-powered span{color:#0f8}.page-content,.post{padding:4rem 0}.page-header,.post-header{margin-bottom:3rem}.page-header .page-title,.page-header .post-title,.post-header .page-title,.post-header .post-title{color:#e0e6f0;margin-bottom:.75rem}.page-header .page-title::before,.page-header .post-title::before,.post-header .page-title::before,.post-header .post-title::before{content:"# ";color:#0f8;font-size:.75em}.page-header .page-description,.post-header .page-description{font-size:1.1rem;color:#8892a4;max-width:640px;margin-bottom:0}.post-meta{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.8rem;color:#4a5568;margin-top:.5rem}.page-body h2,.post-body h2{margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #1e2330;color:#00d4ff;font-size:1.5rem}.page-body h3,.post-body h3{margin-top:2rem;margin-bottom:.75rem;color:#0f8}.page-body p,.post-body p{margin-bottom:1.25rem}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #1e2330}.btn{display:inline-flex;align-items:center;gap:.4rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;font-weight:600;padding:.6rem 1.25rem;border-radius:4px;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all 150ms ease;text-decoration:none;white-space:nowrap;letter-spacing:.02em}.btn:hover{text-decoration:none}.btn-primary{background:#0f8;color:#0a0a0a;border-color:#0f8}.btn-primary:hover{background:#00cc6a;border-color:#00cc6a;color:#0a0a0a;box-shadow:0 0 20px rgba(0,255,136,.35);transform:translateY(-1px)}.btn-secondary{background:rgba(0,0,0,0);color:#00d4ff;border-color:#00d4ff}.btn-secondary:hover{background:rgba(0,212,255,.08);color:#00d4ff;box-shadow:0 0 16px rgba(0,212,255,.2);transform:translateY(-1px)}.btn-ghost{background:rgba(0,0,0,0);color:#8892a4;border-color:#1e2330}.btn-ghost:hover{color:#0f8;border-color:#0f8}.btn-lg{font-size:1rem;padding:.8rem 1.75rem}.badge{display:inline-flex;align-items:center;gap:.3rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .6rem;border-radius:3px}.badge-green{background:rgba(0,255,136,.12);color:#0f8;border:1px solid rgba(0,255,136,.3)}.badge-cyan{background:rgba(0,212,255,.1);color:#00d4ff;border:1px solid rgba(0,212,255,.25)}.badge-muted{background:rgba(74,85,104,.15);color:#4a5568;border:1px solid rgba(74,85,104,.2)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#13161e;border:1px solid #1e2330;border-radius:8px;padding:1.75rem;transition:all 300ms ease;position:relative;overflow:hidden}.feature-card::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #00ff88, #00d4ff);opacity:0;transition:opacity 300ms ease}.feature-card:hover{border-color:rgba(0,255,136,.3);background:#1a1e28;transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,255,136,.06)}.feature-card:hover::before{opacity:1}.feature-card .feature-icon{font-size:1.75rem;margin-bottom:1rem;display:block;line-height:1}.feature-card h3{font-size:1rem;color:#e0e6f0;margin-bottom:.5rem}.feature-card h3::before{display:none}.feature-card p{font-size:.875rem;line-height:1.6;margin:0}.feature-card .feature-tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.4rem}.props-strip{display:grid;grid-template-columns:repeat(3, 1fr);gap:1px;background:#1e2330;border:1px solid #1e2330;border-radius:8px;overflow:hidden;margin:3rem 0}@media(max-width: 640px){.props-strip{grid-template-columns:1fr}}.prop-item{background:#13161e;padding:2rem 1.75rem;text-align:center}.prop-item .prop-icon{font-size:2rem;display:block;margin-bottom:.75rem}.prop-item .prop-title{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.9rem;font-weight:700;color:#0f8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;display:block}.prop-item p{font-size:.85rem;margin:0}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.section-header{margin-bottom:3rem}.section-header .section-eyebrow{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0f8;display:block;margin-bottom:.75rem}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.05rem;max-width:600px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1.5rem;margin-top:2rem}.team-card{background:#13161e;border:1px solid #1e2330;border-radius:10px;padding:2rem 1.75rem;transition:all 300ms ease;text-align:center}.team-card:hover{border-color:rgba(0,255,136,.3);background:#1a1e28;transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,255,136,.07)}.team-card .team-avatar{width:80px;height:80px;border-radius:50%;border:2px solid #1e2330;margin:0 auto 1.25rem;display:block;transition:border-color 150ms ease;object-fit:cover}.team-card:hover .team-avatar{border-color:#0f8;box-shadow:0 0 16px rgba(0,255,136,.25)}.team-card .team-name{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1rem;font-weight:700;color:#e0e6f0;margin-bottom:.25rem;display:block}.team-card .team-role{font-size:.8rem;color:#00d4ff;font-family:"JetBrains Mono","Fira Code",monospace;margin-bottom:1rem;display:block}.team-card .team-links{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.team-card .team-links a{display:inline-flex;align-items:center;gap:.3rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#8892a4;padding:.25rem .6rem;border:1px solid #1e2330;border-radius:3px;transition:all 150ms ease}.team-card .team-links a:hover{color:#0f8;border-color:rgba(0,255,136,.4);background:rgba(0,255,136,.05)}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin-bottom:0}.post-preview{border-bottom:1px solid #1e2330;padding:2rem 0}.post-preview:last-child{border-bottom:none}.post-preview .post-preview-title{font-size:1.25rem;margin-bottom:.4rem}.post-preview .post-preview-title a{color:#e0e6f0;font-family:"JetBrains Mono","Fira Code",monospace}.post-preview .post-preview-title a:hover{color:#0f8}.post-preview .post-preview-meta{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.75rem;color:#4a5568;margin-bottom:.6rem}.post-preview .post-preview-excerpt{font-size:.9rem;margin-bottom:.75rem}.terminal-block{background:#0d1117;border:1px solid #1e2330;border-radius:8px;overflow:hidden;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.85rem;margin:1.5rem 0}.terminal-block .terminal-bar{background:#161b22;padding:.6rem 1rem;display:flex;align-items:center;gap:.4rem;border-bottom:1px solid #1e2330}.terminal-block .terminal-bar .dot{width:10px;height:10px;border-radius:50%}.terminal-block .terminal-bar .dot:nth-child(1){background:#ff5f57}.terminal-block .terminal-bar .dot:nth-child(2){background:#ffbd2e}.terminal-block .terminal-bar .dot:nth-child(3){background:#28c941}.terminal-block .terminal-bar .terminal-title{margin-left:.5rem;font-size:.7rem;color:#4a5568}.terminal-block .terminal-body{padding:1.25rem 1.5rem;line-height:1.8}.terminal-block .terminal-body .prompt{color:#0f8}.terminal-block .terminal-body .prompt::before{content:"$ "}.terminal-block .terminal-body .output{color:#8892a4;display:block}.terminal-block .terminal-body .comment{color:#4a5568}.terminal-block .terminal-body .comment::before{content:"# "}.rustinel-callout{background:#13161e;border:1px solid #1e2330;border-left:3px solid #00d4ff;border-radius:8px;padding:2rem 2.5rem;display:flex;align-items:flex-start;gap:2rem}@media(max-width: 640px){.rustinel-callout{flex-direction:column;gap:1rem;padding:1.5rem}}.rustinel-callout .rustinel-logo{font-family:"JetBrains Mono","Fira Code",monospace;font-size:2rem;font-weight:700;color:#00d4ff;white-space:nowrap;flex-shrink:0}.rustinel-callout .rustinel-text h3{font-size:1rem;color:#e0e6f0;margin-bottom:.5rem}.rustinel-callout .rustinel-text p{font-size:.875rem;margin-bottom:.75rem}.construction-banner{background:rgba(255,204,0,.06);border-bottom:1px solid rgba(255,204,0,.25);padding:.7rem 0;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.8rem;color:#8892a4}.construction-banner .container{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.construction-banner .construction-icon{flex-shrink:0}.construction-banner a{color:#fc0;text-decoration:underline;text-underline-offset:2px}.construction-banner a:hover{color:hsl(48,100%,60%)}.steps-list{display:flex;flex-direction:column;gap:0;margin-top:2rem;border:1px solid #1e2330;border-radius:8px;overflow:hidden}.step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;background:#13161e;border-bottom:1px solid #1e2330;transition:background 150ms ease}.step:last-child{border-bottom:none}.step:hover{background:#1a1e28}.step .step-number{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.75rem;font-weight:700;color:#0f8;opacity:.35;flex-shrink:0;line-height:1.2;min-width:2.5rem;transition:opacity 150ms ease}.step:hover .step-number{opacity:.75}.step .step-body h3{font-size:1rem;color:#e0e6f0;margin-bottom:.35rem}.step .step-body p{font-size:.875rem;margin:0}@media(max-width: 480px){.step{gap:1rem;padding:1.25rem 1rem}.step .step-number{font-size:1.25rem}}.hex-divider{text-align:center;color:#4a5568;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;letter-spacing:.2em;margin:1rem 0;opacity:.5}.scanlines{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.04) 2px, rgba(0, 0, 0, 0.04) 4px)}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.typewriter-text{display:inline}.typewriter-cursor{display:inline-block;width:3px;height:1em;background:#0f8;vertical-align:text-bottom;margin-left:2px;animation:blink 1s step-end infinite}.hero{padding:6rem 0 5rem;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%, rgba(0, 255, 136, 0.06) 0%, transparent 70%),radial-gradient(ellipse 40% 40% at 90% 50%, rgba(0, 212, 255, 0.04) 0%, transparent 70%);pointer-events:none}.hero .hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.8rem;color:#4a5568;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}.hero .hero-eyebrow::before{content:">";color:#0f8}.hero .hero-title{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.15;margin-bottom:.5rem;letter-spacing:-0.02em}.hero .hero-title .title-accent{color:#0f8;position:relative;text-shadow:0 0 40px rgba(0,255,136,.3)}.hero .hero-tagline{font-family:"JetBrains Mono","Fira Code",monospace;font-size:clamp(1rem,2.5vw,1.25rem);color:#8892a4;margin-bottom:2.5rem;min-height:2em}.hero .hero-tagline .prompt-prefix{color:#0f8;user-select:none}.hero .hero-tagline .prompt-prefix::before{content:"$ "}.hero .hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem}.hero .hero-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hero .hero-stats .stat{text-align:center}.hero .hero-stats .stat .stat-value{font-family:"JetBrains Mono","Fira Code",monospace;font-size:1.5rem;font-weight:700;color:#0f8;display:block;line-height:1}.hero .hero-stats .stat .stat-label{font-size:.75rem;color:#4a5568;text-transform:uppercase;letter-spacing:.06em;display:block;margin-top:.25rem}.hero .hero-stats .stat-divider{width:1px;height:2rem;background:#1e2330}.hex-bg{position:absolute;top:0;right:-5%;width:50%;height:100%;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34L28 66zM0 50l28 16 28-16' fill='none' stroke='%2300ff88' stroke-width='1'/%3E%3C/svg%3E");background-size:56px 100px;pointer-events:none}.glow-green{text-shadow:0 0 20px rgba(0,255,136,.5)}.glow-cyan{text-shadow:0 0 20px rgba(0,212,255,.5)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#0f8;box-shadow:0 0 8px rgba(0,255,136,.8);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 6px rgba(0,255,136,.6)}50%{box-shadow:0 0 14px #0f8}}/*# sourceMappingURL=main.css.map */