/*
Theme Name: World at War
Theme URI: https://worldatwar.dustinlabs.com
Author: Codex
Description: Interactive conflict-monitoring dashboard theme for World at War.
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: worldatwar
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #03060b;
  color: #e5edf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #7dd3fc;
}

.worldatwar-static {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(85, 191, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #02050a 0%, #08111f 50%, #02050a 100%);
  padding: 32px 18px 56px;
}

.worldatwar-static__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.worldatwar-static__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.worldatwar-static__nav a {
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: #dff8ff;
  padding: 9px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.worldatwar-static__panel {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 8px;
  background: rgba(7, 12, 22, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  padding: clamp(22px, 4vw, 44px);
}

.worldatwar-static h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 6vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.worldatwar-static h2 {
  margin-top: 34px;
  color: #ffffff;
}

.worldatwar-static p,
.worldatwar-static li {
  color: #c9d6e6;
  font-size: 17px;
  line-height: 1.72;
}

.worldatwar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.worldatwar-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
}

.worldatwar-card h3 {
  margin-top: 0;
  color: #ffffff;
}

.worldatwar-meta {
  color: #93c5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

