/* ============================================================
   RinkWire — Sports-broadcast hybrid overrides
   ----------------------------------------------------------------
   Layered on top of rinkwire.css to add a touch of broadcast-style
   confidence (sharper panels, slightly heavier headers) without
   sacrificing readability — keeps Inter font and current sizes so
   nothing forces you to squint.
   Loaded AFTER rinkwire.css on every page so these rules win on
   shared selectors. Drop the <link> tag from every page to revert.
   ============================================================ */

/* Panels — sharper corner (10 → 7), more visible border edge,
   stronger shadow. Reads more "sports app" without going dramatic. */
.panel{
  border-radius:7px!important;
  border-color:rgba(136,170,214,.30)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.58)!important;
}

/* Section headers — same size (still readable at 14px), slightly
   heavier weight (950 → 1000) and tighter tracking (.05 → .04em).
   Confidence without losing legibility. */
h2{
  font-weight:1000!important;
  letter-spacing:.04em!important;
}

/* Section header inside a panel head — keep panel-head height/padding,
   just take the heavier weight from h2 above (no separate rule needed). */

/* Standings / leaderboard tables — slightly more confident column heads. */
table th{
  font-weight:1000!important;
  letter-spacing:.04em!important;
}

/* Buttons that already use the heavy weight pattern stay unchanged. */
