/* =========================================================================
   modern-light — component overrides (Cursor-inspired, 2026-06-21)
   Loaded AFTER system.css via the theme-overrides slot. Theme-local:
   the baseline (bone-museum) is unaffected. Token changes live in
   theme.css; this file is only for reshapes tokens can't express.
   ========================================================================= */

/* Header sits flat on the page — same color as the background, no glass
   float, blur, shadow, or border line. */
.site-header.glass {
  background: var(--surface);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  border-color: transparent;
}

/* The page-head accent bar (.fund-head::before) renders on every page.
   Recolor it to the page background so it disappears without touching any
   layout — per "if the bar is on every page, match the background color." */
.fund-head::before {
  background: var(--surface);
}

/* Rounded card/panel surfaces (Cursor-like). These are square in the museum
   baseline; here they use --radius-base so the Tweaks "Corner radius" dial
   visibly rounds the whole surface set, not just buttons/chips. */
.dial, .part,
.glass-stage, .mark-tile, .mark-display__stage, .motion-card, .motion-card__stage,
.pair-card, .nav-card, .path-card, .frame-piece__artifact,
.meta-note, .breakpoint__note,
.fact-block, .rail-card, .key-fact {
  border-radius: var(--radius-base);
}
