/**
 * Tomasetti family brand tokens — shared purple system
 * Use on apex / starcommand accents / shop / admin tools.
 * Do NOT load on bill.leebens.com (pine/mist stays Leebens-only).
 * Nova / mrs / guests keep their own palettes; optional soft --t-* for family links.
 */
:root {
  /* Canonical Tomasetti purple family (apex + admin + shop) */
  --t-void: #1a0b2e;
  --t-deep: #2a1248;
  --t-panel: #3b1a62;
  --t-panel-soft: rgba(58, 24, 96, 0.72);
  --t-purple-deep: #5b21b6;
  --t-purple: #6d28d9;
  --t-purple-mid: #7c3aed;
  --t-purple-bright: #a855f7;
  --t-violet: #c084fc;
  --t-fuchsia: #e879f9;
  --t-magenta: #f472b6;
  --t-lavender: #e9d5ff;
  --t-lavender-mute: #c4b5fd;
  --t-ink: #faf5ff;
  --t-ink-soft: #e9d5ff;
  --t-line: rgba(216, 180, 254, 0.28);
  --t-line-hard: rgba(233, 213, 255, 0.38);
  --t-shadow: 0 18px 40px rgba(76, 29, 149, 0.35);
  --t-theme: #4c1d95;
  --t-sky: #7dd3fc;
  --t-mint: #6ee7b7;
  --t-amber: #fbbf24;

  /* Shop / tech alias layer (maps onto same family) */
  --t-shop-bg: #0f0a1a;
  --t-shop-surface: #24193d;
  --t-shop-accent: #d896ff;
  --t-shop-accent-muted: #9d50e5;
  --t-shop-text: #d3c4e3;
  --t-admin-bg: #0a0514;

  /* Focus / a11y */
  --t-focus: #a855f7;
  --t-focus-on-light: #6d28d9;
  --t-radius: 14px;
}

/* Keyboard focus — portals may override --t-focus locally */
:where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--t-focus, #a855f7);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
