/* Design tokens shared by the ENEM and OAB shells. */
:root {
  --bg-primary: #0b0d14; --bg-secondary: #111420; --bg-card: #171b2d; --bg-card-hover: #1e2340; --bg-input: #171b2d; --bg-elevated: #1d2238;
  --border-color: #252a40; --border-hover: #3a3f5c; --border-accent: #4f46e5;
  --text-primary: #ebeef2; --text-secondary: #b0b7c3; --text-muted: #7d8594; --text-heading: #ffffff;
  --accent-primary: #6366f1; --accent-primary-soft: rgba(99,102,241,.10); --accent-secondary: #818cf8; --accent-glow: rgba(99,102,241,.20);
  --priority-max: #ef4444; --priority-max-soft: rgba(239,68,68,.10); --priority-high: #f59e0b; --priority-high-soft: rgba(245,158,11,.10); --priority-mid: #3b82f6; --priority-mid-soft: rgba(59,130,246,.10); --priority-parallel: #8b5cf6; --priority-parallel-soft: rgba(139,92,246,.10);
  --success: #10b981; --success-soft: rgba(16,185,129,.10); --warning: #f59e0b; --warning-soft: rgba(245,158,11,.10); --danger: #ef4444; --info: #3b82f6;
  --bio-color: #10b981; --quim-color: #f59e0b; --fis-color: #3b82f6; --mat-color: #8b5cf6; --hist-color: #ef4444; --geo-color: #06b6d4; --ling-color: #ec4899; --port-color: #f97316;
  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 20px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.25); --shadow-md: 0 4px 16px rgba(0,0,0,.35); --shadow-lg: 0 8px 32px rgba(0,0,0,.45); --shadow-glow: 0 0 24px var(--accent-glow);
  --transition-fast: 150ms cubic-bezier(.4,0,.2,1); --transition-normal: 250ms cubic-bezier(.4,0,.2,1); --transition-slow: 400ms cubic-bezier(.4,0,.2,1);
}

html.profile-oab, body.profile-oab {
  --bg-primary:#070b14; --bg-secondary:#0b1220; --bg-card:#111a2d; --bg-card-hover:#172442; --bg-input:#0d1628; --bg-elevated:#152039;
  --border-color:#253755; --border-hover:#3a5a86; --border-accent:#2563eb; --text-primary:#f4f7fb; --text-secondary:#c3cdda; --text-muted:#8292a8; --text-heading:#fff;
  --accent-primary:#dc2626; --accent-primary-soft:rgba(220,38,38,.14); --accent-secondary:#3b82f6; --accent-glow:rgba(220,38,38,.22);
  --priority-max:#ef4444; --priority-max-soft:rgba(239,68,68,.12); --priority-high:#3b82f6; --priority-high-soft:rgba(59,130,246,.13); --priority-mid:#60a5fa; --priority-mid-soft:rgba(96,165,250,.12); --priority-parallel:#dc2626; --priority-parallel-soft:rgba(220,38,38,.12);
  --warning:#3b82f6; --warning-soft:rgba(59,130,246,.12); --success:#22c55e; --success-soft:rgba(34,197,94,.11);
}
