/* ============================================================
   COLONY CORE "FUSION CORE" — DESIGN TOKENS  v1.0
   ============================================================ */

:root {
  /* ── Background anchors ── */
  --cc-space-900: #070A12;
  --cc-space-850: #0B1020;

  /* ── Core heat gradient ── */
  --cc-core-whitehot: #FFF3E6;
  --cc-core-gold:     #FFB547;
  --cc-core-ember:    #FF6A2A;
  --cc-core-deepember:#B63412;
  --cc-core-rim:      #1A1F2D;

  /* ── Control / tech accents ── */
  --cc-control-cyan:   #38D6FF;
  --cc-control-violet: #8B6CFF;

  /* ── UI neutrals ── */
  --cc-signal-slate: #A7B0C0;

  /* ── Core sizing ── */
  --cc-core-size-desktop: 32px;
  --cc-core-size-mobile:  24px;

  /* ── Motion / glow tuning ── */
  --cc-core-glow-idle:       1.00;
  --cc-core-glow-processing: 1.10;
  --cc-core-glow-speaking:   1.14;
  --cc-core-glow-uncertain:  0.90;

  /* ── Idle animation timing ── */
  --cc-idle-duration: 10s;

  /* ── Processing animation timing ── */
  --cc-processing-duration: 3s;

  /* ── Speaking pulse timing ── */
  --cc-speaking-duration: 500ms;

  /* ── Ring accent (set globally — pick ONE) ── */
  --cc-core-ring-cyan:   var(--cc-control-cyan);
  --cc-core-ring-violet: var(--cc-control-violet);
}
