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

body {
  background-color: #008000;
  background-image: repeating-linear-gradient(45deg, #006600 0px, #006600 2px, #008000 2px, #008000 20px);
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='8' fill='%23ffff00' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") 10 10, auto;
}

.top-marquee {
  background-color: #000080;
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0;
  border-top: 3px solid #ffff00;
  border-bottom: 3px solid #ffff00;
  font-family: "Comic Sans MS", "Chalkboard SE", cursive;
  letter-spacing: 2px;
}

.main-table {
  width: 760px;
  margin: 10px auto;
  border: 4px ridge #ffff00;
  background-color: #c0c0c0;
}

.header-banner {
  background: linear-gradient(180deg, #000080 0%, #0000ff 40%, #000080 100%);
  padding: 12px 10px;
  text-align: center;
  border-bottom: 4px ridge #ffff00;
}

.header-banner::before {
  content: "🏆 🔨 🏆 🔨 🏆 🔨 🏆 🔨 🏆 🔨 🏆 🔨 🏆";
  display: block;
  color: #ffff00;
  font-size: 14px;
  margin-bottom: 6px;
}

.site-title {
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 36px;
  color: #ffff00;
  text-shadow: 3px 3px 0px #ff0000, 6px 6px 0px #000000;
  letter-spacing: 3px;
  animation: colorCycle 3s infinite;
}

.page-subtitle {
  font-family: "Comic Sans MS", cursive;
  font-size: 20px;
  color: #ffffff;
  margin-top: 4px;
  text-shadow: 2px 2px 0px #000000;
}

@keyframes colorCycle {
  0%   { color: #ffff00; text-shadow: 3px 3px 0px #ff0000, 6px 6px 0px #000; }
  33%  { color: #ff6600; text-shadow: 3px 3px 0px #ffff00, 6px 6px 0px #000; }
  66%  { color: #00ffff; text-shadow: 3px 3px 0px #ff00ff, 6px 6px 0px #000; }
  100% { color: #ffff00; text-shadow: 3px 3px 0px #ff0000, 6px 6px 0px #000; }
}

.navbar {
  background-color: #000080;
  padding: 6px;
  text-align: center;
  border-bottom: 3px ridge #ffffff;
}

.navbar a {
  display: inline-block;
  background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%);
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 10px;
  margin: 2px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  font-family: "Arial", sans-serif;
}

.navbar a:hover {
  background: linear-gradient(180deg, #ffff00 0%, #cccc00 100%);
}

.navbar a.active {
  background: linear-gradient(180deg, #808080 0%, #c0c0c0 100%);
  border-top: 2px solid #404040;
  border-left: 2px solid #404040;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.content-row {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.sidebar {
  display: table-cell;
  width: 180px;
  vertical-align: top;
  background-color: #000080;
  padding: 10px;
  border-right: 3px ridge #ffffff;
}

.main-content {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  background-color: #c0c0c0;
}

.sidebar-box {
  background-color: #c0c0c0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  margin-bottom: 10px;
  padding: 6px;
}

.sidebar-box h3 {
  background-color: #000080;
  color: #ffffff;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  padding: 3px 6px;
  margin: -6px -6px 6px -6px;
  border-bottom: 1px solid #ffffff;
}

.sidebar-box ul { list-style: none; padding: 0; }
.sidebar-box ul li { padding: 2px 0; }
.sidebar-box ul li::before { content: "► "; color: #ff0000; font-size: 10px; }
.sidebar-box ul li a {
  color: #000080;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.sidebar-box ul li a:hover { color: #ff0000; }
.sidebar-box ul li a:visited { color: #800080; }

.content-box {
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  padding: 12px;
  margin-bottom: 12px;
}

.content-box h2 {
  font-family: "Comic Sans MS", cursive;
  color: #ff0000;
  font-size: 20px;
  border-bottom: 2px dashed #000080;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.content-box h3 {
  font-family: "Arial", sans-serif;
  color: #000080;
  font-size: 15px;
  margin: 10px 0 5px 0;
}

.content-box p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.section-header {
  background: linear-gradient(90deg, #000080, #0000cc, #000080);
  color: #ffff00;
  font-family: "Impact", sans-serif;
  font-size: 16px;
  padding: 6px 10px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.retro-btn {
  display: inline-block;
  background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%);
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 14px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  font-family: "Arial", sans-serif;
  margin: 4px;
}

.retro-btn:hover { background: linear-gradient(180deg, #ffff00 0%, #cccc00 100%); }

.retro-btn-big {
  display: block;
  background: linear-gradient(180deg, #000080, #0000cc);
  color: #ffff00;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 16px;
  border-top: 2px solid #6666ff;
  border-left: 2px solid #6666ff;
  border-right: 2px solid #000033;
  border-bottom: 2px solid #000033;
  font-family: "Impact", sans-serif;
  margin: 6px 0;
  letter-spacing: 1px;
  text-align: center;
}

.retro-btn-big:hover { background: linear-gradient(180deg, #ff6600, #cc3300); color: #ffffff; }

.blink { animation: blink 0.8s step-start infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.footer {
  background-color: #000080;
  color: #c0c0c0;
  text-align: center;
  padding: 10px;
  font-size: 11px;
  font-family: "Arial", sans-serif;
  border-top: 3px ridge #ffffff;
}

.footer a { color: #ffff00; }

.made-with {
  margin-top: 6px;
  font-size: 10px;
  color: #aaaaff;
  font-style: italic;
}

.divider {
  border: none;
  border-top: 2px dashed #000080;
  margin: 10px 0;
}

.new-badge {
  background: #ff0000;
  color: #ffff00;
  font-size: 10px;
  padding: 2px 6px;
  border: 1px solid #ffff00;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  animation: blink 1s step-start infinite;
}
