:root{--bg-color: #0e0e0e;--panel-bg: #1a1a1a;--text-main: #d0d0d0;--text-dim: #707070;--accent: #8c8c8c;--highlight: #8a3324;--font-stack: "Courier New", Courier, monospace;--border-style: 4px double var(--accent)}body{background-color:var(--bg-color);background-size:cover;background-position:center;background-blend-mode:multiply;color:var(--text-main);font-family:var(--font-stack);margin:0;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.text-highlight{color:var(--highlight)}.text-dim{color:var(--text-dim)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.blinking{animation:blink 1s step-end infinite}@keyframes flash-screen{0%{background:#fff;filter:invert(1)}50%{background:#fff;filter:invert(1)}to{background:var(--bg-color);filter:invert(0)}}.screen-flash-anim{animation:flash-screen .5s ease-out}
