body {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  min-height: 100vh;
}

.site-header {
  background: #1e293b;
  border-bottom: 1px solid #334155;
  padding: 30px 0;
}

.site-brand h1 {
  color: #f1f5f9;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.site-brand p {
  color: #94a3b8;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.site-title, .site-title:visited {
  color: #f1f5f9 !important;
}

.page-content {
  background: transparent;
  padding: 40px 0;
}

.wrapper {
  color: #e2e8f0;
}

h1, h2, h3 {
  color: #f1f5f9;
}

.site-footer {
  background: #1e293b;
  border-top: 1px solid #334155;
  color: #94a3b8;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}

.site-footer p {
  margin: 0;
  opacity: 0.8;
}