@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&family=Orbitron:wght@400;600;700&display=swap");:root{--green:#0c4;--green-bright:#0f5;--green-dim:#00cc4499;--green-faint:#00cc4422;--green-muted:#00cc44bb;--bg:#080c08;--bg-panel:#0d120d;--bg-header:#050905;--bg-input:#050905;--border:#00cc4433;--border-mid:#00cc4455;--font-mono:"Share Tech Mono",monospace;--font-vt:"VT323",monospace;--font-orb:"Orbitron",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{background:var(--bg);color:var(--green);font-family:var(--font-mono);min-height:100vh;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 4px)}a{color:var(--green-bright);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:var(--font-mono)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--green-dim)}::selection{background:var(--green);color:var(--bg)}.blink{animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.cursor:after{content:"█";animation:blink 1s step-end infinite}@keyframes flicker{0%,to{opacity:1}92%{opacity:1}93%{opacity:.96}94%{opacity:1}}.crt{animation:flicker 8s infinite}