@import url("./base.css");

:root {
  color-scheme: dark;

  --bg: #0b0f14;
  --panel: #111820;
  --text: #f2f5f7;
  --muted: #a7b0ba;
  --accent: #ff4a2f;
  --accent-soft: rgba(255, 74, 47, 0.16);
  --border: rgba(255, 255, 255, 0.1);

  --theme-glow-color: 255, 84, 66;
  --body-bg:
    radial-gradient(circle at 50% 20%, rgba(var(--theme-glow-color), 0.18), transparent 35%),
    var(--bg);
  --logo-shadow: drop-shadow(0 0 28px rgba(var(--theme-glow-color), 0.28));
  --button-hover-border: rgba(255, 255, 255, 0.25);
  --button-primary-text: #160807;

  --profile-bg-start: #0b1220;
  --profile-bg-mid: #1a1f2e;
  --profile-bg-deep: #2a1416;

  --founder-bg-end: #3b0f12;
  --founder-glow-color: 255, 84, 66;

  --dev-bg-end: #0f1f3a;
  --dev-glow-color: 90, 150, 255;

  --author-bg-end: #241336;
  --author-glow-color: 160, 100, 255;

  --card-overlay: radial-gradient(
    circle,
    transparent 62%,
    rgba(0, 0, 0, 0.38) 100%
  );

  --footer-border: #222;
  --footer-text: #888;
  --footer-link-hover: #ccc;
}
