/* FYBERKILL — Stylesheet */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0a0a0a;
  color: #e0e0e0;
  font-family: "Press Start 2P", monospace;
  font-size: 14px;
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
}

#app, #game-root {
  width: 100%;
  height: 100%;
  position: relative;
}

#game-canvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  background: #000;
}

.mobile-block {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0a0a0a;
  text-align: center;
  padding: 32px;
  z-index: 9999;
}

.mobile-block h1 {
  font-size: 28px;
  color: #ff3333;
  margin-bottom: 24px;
  letter-spacing: 3px;
}

.mobile-block p {
  font-size: 12px;
  color: #888;
  line-height: 2.2;
}

.mobile-sub {
  margin-top: 16px;
  color: #555 !important;
  font-size: 10px !important;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.90);
  z-index: 100;
}

.menu-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 44px 48px;
  background: #111;
  border: 2px solid #00ff66;
  min-width: 380px;
  max-width: 92vw;
  max-height: 92vh;
  overflow-y: auto;
}

.menu-panel h1 {
  font-size: 20px;
  color: #00ff66;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.lobby-panel {
  min-width: 440px;
}

.title-glow {
  font-size: 36px !important;
  letter-spacing: 8px !important;
  text-shadow: 2px 2px 0 #004400;
}

.menu-subtitle {
  font-size: 10px;
  color: #555;
  letter-spacing: 6px;
  margin-bottom: 16px;
}

.menu-footer {
  font-size: 8px;
  color: #444;
  letter-spacing: 1px;
  margin-top: 16px;
  text-align: center;
  line-height: 2.4;
}

.menu-btn {
  font-family: "Press Start 2P", monospace;
  font-size: 13px;
  border: 2px solid #333;
  background: #181818;
  color: #999;
  padding: 16px 28px;
  min-width: 280px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: none;
  outline: none;
}

.menu-btn:hover:not(:disabled) {
  background: #00ff66;
  color: #000;
  border-color: #00ff66;
}

.menu-btn:active:not(:disabled) {
  background: #00cc55;
  border-color: #00cc55;
}

.menu-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.menu-btn-primary {
  border-color: #00ff66;
  color: #00ff66;
}

.menu-btn-back {
  border-color: #ff3333;
  color: #ff3333;
  font-size: 11px;
  padding: 12px 20px;
  min-width: 180px;
}

.menu-btn-back:hover:not(:disabled) {
  background: #ff3333;
  color: #000;
  border-color: #ff3333;
}

.menu-input {
  font-family: "Press Start 2P", monospace;
  font-size: 22px;
  background: #181818;
  border: 2px solid #333;
  color: #00ff66;
  padding: 14px 18px;
  text-align: center;
  letter-spacing: 10px;
  outline: none;
  width: 240px;
}

.menu-input:focus {
  border-color: #00ff66;
}

.menu-input::placeholder {
  color: #333;
  letter-spacing: 10px;
}

.menu-input-name {
  font-size: 16px;
  letter-spacing: 3px;
  width: 280px;
}

.menu-input-name::placeholder {
  letter-spacing: 4px;
}

.pixel-text {
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

.pixel-label {
  font-size: 9px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.pixel-error {
  font-size: 11px;
  color: #ff3333;
}

.lobby-code-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border: 2px solid #333;
  background: #0a0a0a;
}

.lobby-code {
  font-size: 30px;
  color: #ffcc00;
  letter-spacing: 12px;
}

.lobby-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid #1a1a1a;
}

.lobby-player-count {
  font-size: 20px;
  color: #00ff66;
}

.lobby-warn {
  font-size: 10px;
  color: #ff9900;
}

.lobby-waiting {
  animation: blink 1.5s step-end infinite;
  color: #888 !important;
}

@keyframes blink {
  50% { opacity: 0.3; }
}

.map-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.map-btn {
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  border: 2px solid #222;
  background: #181818;
  color: #666;
  padding: 10px 14px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: none;
  outline: none;
}

.map-btn:hover {
  border-color: #555;
  color: #aaa;
}

.map-btn-active {
  border-color: #00ff66 !important;
  color: #00ff66 !important;
  background: #0a1a0f;
}

.map-size {
  font-size: 7px;
  color: #444;
}

.map-btn-active .map-size {
  color: #009944;
}

.pause-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 200;
}

.pause-panel {
  border-color: #ffcc00 !important;
}

.pause-panel h1 {
  color: #ffcc00 !important;
}

.hud-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  font-family: "Press Start 2P", monospace;
}

.crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 60;
}

.hud-health {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.hud-hp {
  font-size: 24px;
  color: #00ff66;
  text-shadow: 2px 2px 0 #003300;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hud-ap {
  font-size: 18px;
  color: #3399ff;
  text-shadow: 2px 2px 0 #002244;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hud-icon {
  font-size: 14px;
}

.hud-ammo {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hud-ammo-current {
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 0 #333;
}

.hud-ammo-low {
  color: #ff3333 !important;
  text-shadow: 2px 2px 0 #440000 !important;
  animation: blink 0.6s step-end infinite;
}

.hud-ammo-sep {
  font-size: 14px;
  color: #555;
  margin: 0 3px;
}

.hud-ammo-reserve {
  font-size: 14px;
  color: #888;
}

.hud-weapon {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hud-slot {
  font-size: 10px;
  color: #444;
}

.hud-slot-active {
  color: #00ff66;
  text-shadow: 1px 1px 0 #003300;
}

.hud-weapon-name {
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
}

.hud-reload {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 10px;
  background: #1a1a1a;
  border: 1px solid #333;
  overflow: hidden;
}

.hud-reload-fill {
  height: 100%;
  background: #ffcc00;
  transition: width 50ms linear;
}

.hud-reload-label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #ffcc00;
  letter-spacing: 2px;
  white-space: nowrap;
}

.kill-feed {
  position: absolute;
  top: 44px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 320px;
}

.kill-feed-entry {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.65);
  padding: 6px 10px;
  border: 1px solid #222;
  font-size: 8px;
}

.kill-feed-killer {
  color: #ff6666;
}

.kill-feed-icon {
  color: #ff3333;
  font-size: 9px;
}

.kill-feed-victim {
  color: #6666ff;
}

.kill-feed-system {
  border-color: #333;
}

.kill-feed-system-text {
  color: #888;
  font-style: italic;
}

.hud-score {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 14px;
}

.hud-score-label {
  font-size: 10px;
  color: #555;
}

.hud-kills {
  font-size: 18px;
  color: #00ff66;
  text-shadow: 1px 1px 0 #003300;
  margin-right: 8px;
}

.hud-deaths {
  font-size: 18px;
  color: #ff3333;
  text-shadow: 1px 1px 0 #440000;
}

.hud-info {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 12px;
  font-size: 9px;
  color: #555;
}

.hud-fps {
  color: #444;
}

.hud-damage-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.hud-damage-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 24px;
  margin-left: -2px;
  background: #ff3333;
  opacity: 0.7;
}

.hud-death {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(120, 0, 0, 0.35);
  z-index: 55;
  gap: 14px;
}

.hud-death p {
  font-size: 26px;
  color: #ff3333;
  text-shadow: 3px 3px 0 #440000;
  letter-spacing: 4px;
}

.hud-death-sub {
  font-size: 12px !important;
  color: #aa2222 !important;
  text-shadow: none !important;
  animation: blink 1.2s step-end infinite;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #333; }

.end-panel {
  min-width: 400px;
}

.end-title {
  font-size: 28px !important;
  letter-spacing: 6px !important;
  margin-bottom: 8px !important;
}

.end-winner {
  color: #00ff66 !important;
  text-shadow: 2px 2px 0 #004400;
}

.end-loser {
  color: #ff3333 !important;
  text-shadow: 2px 2px 0 #440000;
}

.end-winner-name {
  font-size: 11px;
  color: #ffcc00;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.end-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}

.end-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.end-stat-label {
  font-size: 8px;
  color: #555;
  letter-spacing: 2px;
}

.end-stat-value {
  font-size: 22px;
  color: #ccc;
}

.end-stat-kills {
  color: #00ff66;
}

.end-stat-deaths {
  color: #ff3333;
}

.not-found-title {
  font-size: 48px !important;
  color: #ff3333 !important;
  text-shadow: 3px 3px 0 #440000;
  letter-spacing: 8px !important;
}

.menu-powered {
  font-size: 7px;
  color: #333;
  margin-top: 8px;
  letter-spacing: 1px;
}

.menu-powered-link {
  color: #00ff66;
  text-decoration: none;
}

.menu-powered-link:hover {
  text-decoration: underline;
}

/* === Countdown Overlay === */

.hud-countdown {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  pointer-events: none;
}

.hud-countdown-num {
  font-size: 120px;
  color: #00ff66;
  text-shadow: 4px 4px 0 #004400, 0 0 40px rgba(0, 255, 102, 0.5);
  letter-spacing: 8px;
  animation: countdown-pulse 1s ease-in-out infinite;
}

@keyframes countdown-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}


/*# sourceMappingURL=main.659ea1e5.css.map*/