/* Yandex Max Dark Theme */
:root {
  --brand: #f59e0b; /* Yandex yellow/orange */
  --brand-2: #d97706;
  --bg: #0f172a;
  --surface: #1e293b;
  --surface-alt: #0f172a;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border: #334155;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
}

.site-header {
  background: rgba(30, 41, 59, 0.95);
}

.warning-banner {
  background: rgba(245, 158, 11, 0.1);
  border-left-color: var(--brand);
}
.warning-banner strong {
  color: var(--brand);
}

.trust-box {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
}
.trust-content strong {
  color: #34d399;
}

.nav-toggle span {
  background: var(--text-main);
}

.site-footer {
  background: #020617;
  border-top-color: var(--border);
}