*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000}body{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}input,textarea{-webkit-user-select:text;user-select:text}#game-canvas{display:block;width:100%;height:100%;touch-action:none}#loading-screen{position:fixed;inset:0;z-index:10000;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,sans-serif;color:#fff;transition:opacity .4s ease-out}#loading-screen.fade-out{opacity:0;pointer-events:none}.loading-title{font-size:clamp(1rem,5vw,1.75rem);font-weight:300;letter-spacing:6px;text-transform:uppercase;margin-bottom:48px;color:#8cf}.loading-bar-track{width:clamp(160px,40vw,220px);height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:20px}.loading-bar-fill{height:100%;width:0%;background:#8cf;border-radius:2px;transition:width .3s ease-out}.loading-status{font-size:12px;font-family:monospace;color:#fff6;letter-spacing:2px}@media(orientation:portrait)and (max-width:600px){body:after{content:"Bitte drehe dein Gerät ins Querformat";position:fixed;inset:0;z-index:100000;background:#000;color:#8cf;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,sans-serif;font-size:18px;letter-spacing:2px;text-align:center;padding:24px}}
