body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}

header {
  background: #3498db;
  color: white;
  padding: 20px;
  text-align: center;
}

header nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}

main {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 15px;
}

article {
  background: white;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}

body.scriptwar {
  background: #0d1117;
  color: #e6edf3;
  font-family: "Courier New", monospace;
}

body.scriptwar header {
  background: linear-gradient(90deg, #ff0000, #800000);
  text-align: center;
}

body.scriptwar header h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

body.scriptwar article {
  background: #161b22;
  border: 2px solid #ff0000;
  box-shadow: 0px 0px 15px rgba(255,0,0,0.4);
}

body.scriptwar a {
  color: #ff4d4d;
  text-decoration: underline;
}

body.scriptwar footer {
  background: #111;
  border-top: 2px solid #ff0000;
}

body.treasure {
  background: #001a00;
  color: #00ff99;
  font-family: "Courier New", monospace;
}

body.treasure header {
  background: linear-gradient(90deg, #004d00, #00cc66);
  text-align: center;
}

body.treasure header h1 {
  font-size: 2.5em;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px #00ff99;
}

body.treasure article {
  background: #0d260d;
  border: 2px solid #00ff99;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0,255,153,0.4);
}

body.treasure a {
  color: #00ffcc;
  text-decoration: none;
}

body.treasure a:hover {
  color: #00ff66;
  text-decoration: underline;
}

body.treasure footer {
  background: #002200;
  border-top: 2px solid #00ff99;
  text-shadow: 0px 0px 5px #00ff99;
}
