@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#0ff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#050510;font-family:Orbitron,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle,#1a0b2e 0%,#050510 100%);place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow:hidden}#root{width:100vw;height:100vh;position:relative}.neon-text-magenta{color:#f0f;text-shadow:0 0 5px #f0f,0 0 10px #f0f,0 0 20px #f0f}.neon-text-cyan{color:#0ff;text-shadow:0 0 5px #0ff,0 0 10px #0ff,0 0 20px #0ff}.hud-container{pointer-events:none;z-index:10;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.title-text{font-size:3rem}.credits-text{font-size:2rem}.instruction-text{padding:1rem;font-size:1.2rem}.sys-text{font-size:1rem}.usr-text{font-size:1.2rem}.hud-top-row{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.hud-bottom-row{justify-content:space-between;align-items:flex-end;width:calc(100% - 4rem);display:flex;position:absolute;bottom:2rem}@media (width<=768px){.hud-container{padding:1rem}.hud-top-row{flex-direction:column;align-items:flex-start;gap:1rem}.hud-bottom-row{text-align:left;flex-direction:column-reverse;align-items:flex-start;gap:1rem;width:calc(100% - 2rem);bottom:1rem}.title-text{letter-spacing:1px;font-size:1.8rem}.credits-text{font-size:1.5rem}.instruction-text{padding:.5rem;font-size:.8rem}.sys-text{font-size:.8rem}.usr-text{font-size:1rem}.hud-bottom-row>div:nth-child(2){text-align:left!important}}
