*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;width:100%;height:100dvh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#root{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}@keyframes radarCriticalPulse{0%{opacity:1;transform:scale(1);box-shadow:0 0 15px #ff0032e6}50%{opacity:.7;transform:scale(1.15);box-shadow:0 0 30px #ff0032}to{opacity:1;transform:scale(1);box-shadow:0 0 15px #ff0032e6}}.radar-critical-pulse{animation:.8s cubic-bezier(.68,-.55,.265,1.55) infinite radarCriticalPulse}@keyframes pulse{0%{opacity:.4;transform:scale(.9);box-shadow:0 0 #00d2ff00}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 10px #00d2ffcc}to{opacity:.4;transform:scale(.9);box-shadow:0 0 #00d2ff00}}.dashboard::-webkit-scrollbar{display:none}.dashboard{-ms-overflow-style:none;scrollbar-width:none}@media screen and (orientation:landscape) and (height<=600px){#root{display:none!important}body:before{content:"LOCA COMMAND: LÜTFEN CİHAZINIZI DİKEY TUTUN.";color:#ff0032;letter-spacing:2px;z-index:999999;text-align:center;background-color:#050510;justify-content:center;align-items:center;padding:20px;font-family:inherit;font-size:16px;font-weight:700;display:flex;position:fixed;inset:0}}
