@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{background:#000;width:100%;height:100%;font-family:Share Tech Mono,monospace;overflow:hidden}.video-container{z-index:0;position:fixed;inset:0}.video-container video{object-fit:cover;width:100%;height:100%}.hud{z-index:10;pointer-events:none;color:#d4a574;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 8px #d4a57499;font-size:.75rem;position:fixed;inset:0}.hud-top{opacity:.5;justify-content:space-between;padding:1.5rem 2rem;display:flex;position:absolute;top:0;left:0;right:0}.hud-bottom{opacity:.5;justify-content:space-between;align-items:flex-end;padding:1.5rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.blink{animation:1.2s step-end infinite blink}@keyframes blink{50%{opacity:0}}.pulse{animation:4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.7}}.vignette{z-index:5;pointer-events:none;background:radial-gradient(#0000 60%,#00000080 100%);position:fixed;inset:0}.scanlines{z-index:6;pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:fixed;inset:0}@media (max-width:640px){.hud{font-size:.6rem}.hud-top,.hud-bottom{padding:1rem}.hud-bottom{flex-direction:column;align-items:flex-start;gap:.25rem}}
