@import"https://fonts.googleapis.com/css2?family=VT323&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg: #fafbfa;--phosphor: #2d6a4f;--phosphor-mid: #52796f;--phosphor-dim: #84a98c;--phosphor-faint: rgba(45, 106, 79, .12);--phosphor-ghost: rgba(45, 106, 79, .04);--text-dim: #95a5a0;--zero: #d64045;--zero-glow: rgba(214, 64, 69, .2);--amber: #b8860b;--red: #c75050}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--phosphor);font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.7;overflow-x:hidden}.screen{max-width:780px;margin:0 auto;padding:2rem;min-height:100vh}.glow{text-shadow:none}a{color:var(--phosphor);text-decoration:none;border-bottom:1px solid var(--phosphor-faint);transition:all .2s}a:hover{border-bottom-color:var(--phosphor-dim)}.zero{color:var(--zero)}.cmd{color:var(--phosphor);font-weight:500}.output{color:var(--phosphor-mid)}.warn{color:var(--amber)}.error{color:var(--red)}.dim{color:var(--text-dim)}.bright{color:var(--phosphor);font-weight:600}.blink{animation:blink 1.2s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.divider{color:var(--text-dim);margin:2.5rem 0;user-select:none}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--phosphor-faint);margin-bottom:3rem}.header-logo{font-family:VT323,monospace;font-size:1.6rem;letter-spacing:.15em}.header-nav{display:flex;gap:2rem;list-style:none;font-size:.85rem}.header-nav a{border-bottom:none}.section{margin:2.5rem 0}.section-title{font-family:VT323,monospace;font-size:1.3rem;margin-bottom:1.2rem}.feature{border-left:2px solid var(--phosphor-faint);padding:.8rem 0 .8rem 1.5rem;margin:1rem 0;transition:border-color .3s}.feature:hover{border-left-color:var(--phosphor-dim)}.feature-name{font-family:VT323,monospace;font-size:1.1rem;margin-bottom:.3rem}.feature-desc{color:var(--phosphor-mid);font-size:.82rem}.feature-meta{font-size:.75rem;color:var(--text-dim);margin-top:.4rem}.install-box{border:1px solid var(--phosphor-faint);padding:1rem 1.5rem;margin:1.5rem 0;background:#f2f5f3;position:relative}.install-box:before{content:"[ INSTALL ]";position:absolute;top:-.6rem;left:1rem;background:var(--bg);padding:0 .5rem;font-size:.7rem;color:var(--text-dim);letter-spacing:.1em}.flow-ascii{margin:1.5rem 0;font-size:.8rem;white-space:pre;overflow-x:auto;line-height:1.4;color:var(--phosphor-dim)}.flow-ascii .hl{color:var(--phosphor)}.cta{margin:3rem 0 2rem;text-align:center;padding:2rem;border:1px solid var(--phosphor-faint);position:relative}.cta:before{content:"[ END TRANSMISSION ]";position:absolute;bottom:-.6rem;left:50%;transform:translate(-50%);background:var(--bg);padding:0 .8rem;font-size:.65rem;color:var(--text-dim);letter-spacing:.15em}.cta-text{font-family:VT323,monospace;font-size:1.3rem;margin-bottom:1rem}.cta-links{display:flex;justify-content:center;gap:2rem;font-size:.88rem}.footer{margin-top:3rem;padding:1.5rem 0;border-top:1px solid var(--phosphor-faint);display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-dim)}.footer a{color:var(--text-dim);border-bottom:none}.footer a:hover{color:var(--phosphor)}.footer-links{display:flex;gap:1.5rem;list-style:none}.blog-list{list-style:none}.blog-item{border-bottom:1px solid var(--phosphor-faint);padding:1.5rem 0}.blog-item:last-child{border-bottom:none}.blog-date{font-size:.75rem;color:var(--text-dim);margin-bottom:.3rem}.blog-title{font-family:VT323,monospace;font-size:1.2rem;margin-bottom:.3rem}.blog-title a{border-bottom:none}.blog-title a:hover{text-decoration:underline}.blog-excerpt{font-size:.85rem;color:var(--phosphor-mid)}.post-header{margin-bottom:2rem}.post-title{font-family:VT323,monospace;font-size:1.8rem;margin-bottom:.5rem}.post-meta{font-size:.75rem;color:var(--text-dim)}.post-content{color:var(--phosphor-mid);font-size:.9rem;line-height:1.9}.post-content h2{font-family:VT323,monospace;font-size:1.3rem;color:var(--phosphor);margin:2rem 0 .8rem}.post-content h3{font-family:VT323,monospace;font-size:1.1rem;color:var(--phosphor);margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1rem}.post-content code{background:#f2f5f3;border:1px solid var(--phosphor-faint);padding:.1rem .4rem;font-size:.85em}.post-content pre{background:#f2f5f3;border:1px solid var(--phosphor-faint);padding:1rem 1.5rem;margin:1rem 0;overflow-x:auto;font-size:.85rem;line-height:1.6}.post-content pre code{background:none;border:none;padding:0}.post-content a{color:var(--phosphor)}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.5rem;color:var(--phosphor-mid)}.post-content li{margin-bottom:.3rem}.back-link{display:inline-block;margin-top:2rem;font-size:.85rem;color:var(--text-dim);border-bottom:none}.back-link:hover{color:var(--phosphor)}.terminal-box{border:1px solid var(--phosphor-faint);padding:1rem 1.5rem;margin:1.5rem 0;background:#f2f5f3;position:relative;min-height:200px;max-height:420px;overflow-y:auto;cursor:text}.terminal-box:before{content:"[ LIVE DEMO ]";position:absolute;top:-.6rem;left:1rem;background:var(--bg);padding:0 .5rem;font-size:.7rem;color:var(--text-dim);letter-spacing:.1em}.terminal-logo{font-family:VT323,monospace;font-size:.85rem;line-height:1.2;white-space:pre;margin:0 0 .5rem;color:var(--phosphor)}.terminal-logo .logo-accent{color:var(--zero)}.terminal-output{margin-bottom:.5rem}.terminal-line{line-height:1.6;white-space:pre-wrap;word-break:break-all}.terminal-line.t-cmd{color:var(--phosphor);font-weight:500}.terminal-line.t-ok{color:var(--phosphor-mid)}.terminal-line.t-warn{color:var(--amber)}.terminal-line.t-err{color:var(--red)}.terminal-line.t-dim{color:var(--text-dim)}.terminal-line.t-hint{color:var(--phosphor-dim);font-size:.8rem}.terminal-input-line{display:flex;align-items:center;line-height:1.6}.terminal-input-line .prompt{color:var(--text-dim);margin-right:.4rem;flex-shrink:0}.terminal-input{background:none;border:none;outline:none;color:var(--phosphor);font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;flex:1;caret-color:var(--phosphor)}.terminal-input::placeholder{color:var(--phosphor-dim)}.term-copy{display:inline-block;background:var(--phosphor-ghost);border:1px solid var(--phosphor-dim);color:var(--phosphor);font-family:VT323,monospace;font-size:.85rem;padding:.15rem .6rem;cursor:pointer;letter-spacing:.05em;transition:all .15s;vertical-align:middle;margin-left:.5rem}.term-copy:hover{background:var(--phosphor-faint);border-color:var(--phosphor)}.term-copy.copied{border-color:var(--phosphor);color:var(--phosphor)}.scan-url{color:var(--phosphor);font-weight:600;user-select:all}@media(max-width:768px){.screen{padding:1rem}.header{flex-direction:column;gap:1rem;align-items:flex-start}.flow-ascii{font-size:.6rem}.footer{flex-direction:column;gap:.5rem}.terminal-box{min-height:160px;max-height:350px;padding:1rem}.terminal-logo{font-size:.45rem!important}}.lang-switch{border:1px solid var(--phosphor-dim)!important;padding:.1rem .5rem;font-size:.75rem;letter-spacing:.05em}.lang-switch:hover{background:var(--phosphor-faint)}
