@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  background: #111;
  color: #fff;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  min-height: 100vh;
  letter-spacing: 1px;
}

.hero-section {
  background: repeating-linear-gradient(135deg, #222 0px, #222 20px, #111 20px, #111 40px);
  border: 6px solid #ffeb3b;
  box-shadow: 0 0 24px #00e5ff, 0 0 0 8px #ff1744 inset;
  border-radius: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 0;
}

.navbar, .footer {
  background: #111 !important;
  color: #fff !important;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  border-bottom: 6px solid #00e676;
  border-top: 6px solid #2979ff;
  border-radius: 0;
  box-shadow: 0 2px 16px 0 #ff1744;
}

.navbar-brand, .nav-link {
  color: #fff !important;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  letter-spacing: 2px;
  text-shadow: 0 0 8px #ffeb3b, 0 0 8px #2979ff;
  transition: color 0.2s;
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: #ff1744 !important;
  text-shadow: 0 0 8px #ffeb3b, 0 0 8px #00e5ff;
}

.btn {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  background: #2979ff;
  color: #fff;
  border: 4px solid #ffeb3b;
  border-radius: 0;
  box-shadow: 0 0 8px #00e676, 0 0 4px #ff1744;
  text-shadow: 0 0 4px #fff, 0 0 8px #ffeb3b;
  font-size: 1.1em;
  padding: 0.6em 2.2em;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.btn:hover, .btn:focus {
  background: #ff1744;
  color: #fff;
  border-color: #2979ff;
  box-shadow: 0 0 16px #ffeb3b, 0 0 8px #00e676;
}

.card {
  background: #222;
  color: #fff;
  border: 4px solid #00e5ff;
  border-radius: 0;
  box-shadow: 0 0 8px #ffeb3b;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
}

.card-title {
  color: #ffeb3b;
  text-shadow: 0 0 8px #2979ff, 0 0 4px #00e676;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  font-size: 1.5em;
}

.card-text {
  color: #fff;
}

.footer {
  border-top: 6px solid #ffeb3b;
  color: #fff;
  background: #111;
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  border-radius: 0;
  box-shadow: 0 -2px 16px 0 #2979ff;
}

::-webkit-scrollbar {
  width: 10px;
  background: #222;
}
::-webkit-scrollbar-thumb {
  background: #ff1744;
  border-radius: 0;
} 

.arcade-title {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #ffeb3b;
  text-shadow: 0 0 8px #2979ff, 0 0 8px #00e676;
  font-size: 2.5em;
  letter-spacing: 2px;
}
.arcade-desc {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 4px #00e5ff;
}
.arcade-motto {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #ff1744;
  font-size: 1.1em;
  text-shadow: 0 0 8px #ffeb3b, 0 0 8px #2979ff;
}
.arcade-btn {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  background: #2979ff;
  color: #fff;
  border: 4px solid #ffeb3b;
  border-radius: 0;
  box-shadow: 0 0 8px #00e676, 0 0 4px #ff1744;
  text-shadow: 0 0 4px #fff, 0 0 8px #ffeb3b;
  font-size: 1.1em;
  padding: 0.6em 2.2em;
  margin: 0 0.2em;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.arcade-btn:hover, .arcade-btn:focus {
  background: #ff1744;
  color: #fff;
  border-color: #2979ff;
  box-shadow: 0 0 16px #ffeb3b, 0 0 8px #00e676;
}
.arcade-highlight-section {
  border: 6px solid #00e5ff;
  background: #222;
  box-shadow: 0 0 24px #ffeb3b;
  border-radius: 0;
}
.arcade-highlight-title {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #2979ff;
  text-shadow: 0 0 8px #ffeb3b, 0 0 8px #00e676;
  font-size: 2em;
  letter-spacing: 2px;
}
.arcade-highlight-desc {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 4px #00e5ff;
}
.arcade-stat {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  font-size: 2em;
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 0;
  margin-bottom: 0.1em;
}
.arcade-stat-downloads {
  color: #ffeb3b;
  text-shadow: 0 0 8px #2979ff, 0 0 4px #00e676;
  border: 2px solid #ffeb3b;
  background: #222;
}
.arcade-stat-reviews {
  color: #00e676;
  text-shadow: 0 0 8px #ffeb3b, 0 0 4px #2979ff;
  border: 2px solid #00e676;
  background: #222;
}
.arcade-stat-label {
  font-family: 'Press Start 2P', 'Consolas', 'Courier New', monospace;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 4px #ffeb3b;
} 

@media (max-width: 768px) {
  .arcade-title {
    font-size: 1.3em;
    padding: 0.3em 0.1em;
  }
  .arcade-highlight-title {
    font-size: 1.1em;
    padding: 0.2em 0.1em;
  }
  .arcade-btn {
    font-size: 0.9em;
    padding: 0.5em 1em;
    margin: 0.2em 0;
    width: 100%;
    display: block;
  }
  .arcade-desc, .arcade-motto, .arcade-highlight-desc, .arcade-stat-label {
    font-size: 0.95em;
  }
  .arcade-stat {
    font-size: 1.2em;
    padding: 0.1em 0.2em;
  }
  .arcade-highlight-section {
    padding: 0.5em 0.2em !important;
  }
  .carousel-inner {
    max-width: 100% !important;
  }
  .carousel-inner img {
    max-width: 100%;
    height: auto;
  }
  .row.align-items-center.p-4 {
    padding: 1em 0.2em !important;
  }
}

@media (max-width: 480px) {
  .arcade-title {
    font-size: 1em;
  }
  .arcade-highlight-title {
    font-size: 0.95em;
  }
  .arcade-btn {
    font-size: 0.8em;
    padding: 0.4em 0.5em;
  }
  .arcade-stat {
    font-size: 1em;
  }
}

.arcade-highlight-section {
  width: 100%;
  box-sizing: border-box;
}

.card {
  min-width: 0;
  word-break: break-word;
}

img, .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.container, .container-md {
  width: 100%;
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

/* Games page enhancements */
.game-tabs {
  gap: 0.5rem;
}
.game-tab-btn {
  width: 64px;
  height: 64px;
  padding: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #222 !important;
  border: 4px solid #00e5ff !important;
  box-shadow: 0 0 8px #ffeb3b, 0 0 4px #00e676;
}
.game-tab-btn img {
  width: 36px;
  height: 36px;
  image-rendering: pixelated;
}
.game-tab-btn.active,
.game-tab-btn:hover,
.game-tab-btn:focus {
  background: #2979ff !important;
  border-color: #ffeb3b !important;
  box-shadow: 0 0 16px #ffeb3b, 0 0 8px #00e676;
}

.game-carousel {
  border: 4px solid #00e5ff;
  box-shadow: 0 0 16px #ffeb3b;
  background: #111;
}
.game-carousel .carousel-inner {
  aspect-ratio: 16/9;
}
.game-carousel .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Feature list bullets and spacing */
.tab-content .card .list-group-item {
  position: relative;
  padding-left: 1.6rem !important;
}
.tab-content .card .list-group-item::before {
  content: '▶';
  color: #ff1744;
  position: absolute;
  left: 0.5rem;
  text-shadow: 0 0 6px #ffeb3b, 0 0 6px #2979ff;
}

@media (max-width: 768px) {
  .game-tab-btn {
    width: 56px;
    height: 56px;
  }
  .game-tab-btn img {
    width: 32px;
    height: 32px;
  }
}