@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=VT323&display=swap";:root{--background: #101410;--background-deep: #080b08;--panel: #182018;--panel-bright: #203420;--color-font: #39ff14;--color-binary: #9bff8984;--color-soft: #c9f7bf;--color-muted: #76a873;--secundario: #116b16;--accent-amber: #ffae007e;--font-body: "IBM Plex Mono", Consolas, monospace;--font-display: "VT323", monospace;--glow: 0 0 12px rgba(57, 255, 20, .42)}body.theme-red{--color-font: #ff443a7b;--color-binary: #ffaaa476;--color-soft: #ffd6d2;--color-muted: #b56d68;--secundario: #781d1a;--accent-amber: #ff9f0a;--glow: 0 0 12px rgba(255, 69, 58, .5)}body.theme-blue{--color-font: #3d9bff79;--color-binary: #a8d4ff81;--color-soft: #d2e8ff;--color-muted: #7199bd;--secundario: #164879;--accent-amber: #8bd3ff;--glow: 0 0 12px rgba(61, 155, 255, .5)}body.theme-green{--color-font: #37ff1477;--color-binary: #9bff8981;--color-soft: #c9f7bf;--color-muted: #76a873;--secundario: #116b16;--accent-amber: #ffb000;--glow: 0 0 12px rgba(57, 255, 20, .42)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--background-deep)}body{position:relative;min-width:320px;background:var(--background);color:var(--color-soft);font-family:var(--font-body);overflow-x:hidden}body:before{position:fixed;inset:0;z-index:1000;pointer-events:none;content:"";opacity:.08;background:repeating-linear-gradient(to bottom,transparent 0,transparent 2px,rgba(57,255,20,.12) 3px)}.menu-open .system-bar{visibility:hidden;opacity:0}h1,h2,h3,h4,button,input,textarea{font-family:var(--font-display)}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--accent-amber);outline-offset:4px}::selection{background:var(--color-font);color:var(--background-deep)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-deep)}::-webkit-scrollbar-thumb{border:2px solid var(--background-deep);background:var(--secundario)}::-webkit-scrollbar-thumb:hover{background:var(--color-font)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
