:root{--background-beige:#e8e6e1;--deep-space-navy:#060c14;--terminal-green:#2a7a2a;--alert-amber:#d95b43;--text-black:#000;--text-white:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background-beige);max-width:100vw;color:var(--text-black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}code,pre,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}h1,h2,h3,h4{text-transform:uppercase;letter-spacing:-.02em;font-weight:900}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blink{animation:1s step-end infinite blink}
