/* ============================================================================
   BROKERAGE FRAMEWORK: "standard"  (slug: standard)
   Overrides STRUCTURAL tokens only — spacing, radius, sidebar width, scale.
   This set === the current live density, so it's the safe default.
   ========================================================================== */
:root {
  --sidebar-w: 260px;

  --space-1: .25rem; --space-2: .5rem;  --space-3: .75rem;
  --space-4: 1rem;   --space-5: 1.5rem; --space-6: 2rem; --space-7: 2.5rem;

  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-pill: 100px;

  --fs-xs: .7rem; --fs-sm: .82rem; --fs-base: .9rem; --fs-md: 1rem; --fs-lg: 1.3rem; --fs-xl: 2rem;

  --control-pad-y: .7rem; --control-pad-x: .9rem;
  --btn-pad-y: .75rem;    --btn-pad-x: 1.4rem;
  --topbar-pad-y: .9rem;  --topbar-pad-x: 2rem;
}
