/* Generated by /admin/settings.php on 2026-06-18T02:34:52+00:00 — do not edit by hand */
:root {
  --accent: #22d3ee;
  --accent-hot: #67e8f9;
  --accent-glow: rgba(34, 211, 238, 0.35);
  --line: #4949ab;
  --bg-elev: #4040b0;
}
body {
  background: #0c1e3e;
  background: linear-gradient(to bottom right, #0d9488, #0c1e3e);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
body::before { opacity: 0.4; }
/* keep gradient headlines consistent with new accent */
.gradient, h1.gradient, .hero h1 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hot) 50%, var(--text) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
