/* ═══════════════════════════════════════════════════════════════════════════════
   DΛREΛKT_ MODULE — ui.opus.home
   OPUS home dashboard. Sparkle hero + KPI band + journey strip.
   Tones ride on --tone via data-tone + applyTones (N17-safe).
   ═══════════════════════════════════════════════════════════════════════════════ */

.uop-home__page { display: flex; flex-direction: column; }

.uop-home__kpis { margin-top: 0.9rem; }

.uop-home__level { min-height: 7.2rem; }
.uop-home__level-num {
  position: absolute; right: 0.55rem; top: 0.1rem; z-index: 0;
  font-size: 3.6rem; font-weight: 700; line-height: 1;
  color: color-mix(in srgb, var(--tone) 22%, transparent);
  pointer-events: none;
}

.uop-home__learner .uop-card__title { font-size: 0.95rem; }
