/* Critical CSS — index.html yükleme ekranı için (CSP uyumu: inline style yok) */

@font-face {
  font-family: 'Black Ops One';
  src: url('/black-ops-one.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

html, body, #root {
  background: #080b06;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Black Ops One', Impact, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.hdr { min-height: 130px; }
.hdr-logo {
  font-family: 'Black Ops One', Impact, 'Arial Black', sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
  color: #88b83a;
}
.hdr-tag, .hdr-sub, .hdr-user, .mono-sm {
  font-family: 'Black Ops One', Impact, sans-serif;
}
.nav { min-height: 56px; contain: layout; }

@keyframes radarScan { 0% { left: -40% } 100% { left: 100% } }
