/* DMV Practice Test Permit 2026 — app-matched theme.
   Warms the site's graphite "lit tray" to the app's own plate: warm
   charcoal surfaces, cream ink, and the signature amber/gold accent.
   Link AFTER site.css on every DMV page (landing + guides). */

:root {
  /* Surfaces — warm charcoal tray */
  --bg:        #14100a;
  --bg-2:      #191308;
  --surface:   #17120b;   /* section-alt */
  --surface-2: #221c12;   /* raised cards */
  --border:    rgba(246, 241, 231, 0.09);
  --border-2:  rgba(246, 241, 231, 0.16);

  /* Ink — warm cream */
  --text:      #f6f1e7;
  --text-dim:  #d7cfc0;
  --muted:     #b1a794;

  /* The app's hue */
  --app:       #f5a623;   /* amber / gold — the app's signature color */
  --app-ink:   #241800;   /* dark text on amber */

  --page-light: #2a2113;  /* lit top of the warm tray */
}

/* Warm the lens rim to match the tray */
.brand-dot {
  background:
    radial-gradient(circle at 32% 30%, #fff 0%, var(--app) 30%, #3d3423 78%, #0e0b06 100%);
}
