/* Vancouver Conservatory of Music — Coquitlam. Brand override on the shared system. */
:root{
  /* VCM blue (blue & white brand, applied over dark glass) */
  --accent:#2f6bed; --accent-hover:#5288f2; --accent-press:#2353c8; --accent-fg:#ffffff; --accent-ghost:rgba(47,107,237,.15);
  /* subtle conservatory gold for the occasional highlight (recitals, awards) */
  --gold:#e6b449; --gold-ghost:rgba(230,180,73,.14);
}

/* Custom music SVG icons (injected by app.js as <symbol>s, rendered via <use>) */
svg.i{width:1em;height:1em;display:inline-block;vertical-align:-0.14em;stroke:currentColor;fill:none;flex:0 0 auto;}
.ic{display:inline-flex;align-items:center;justify-content:center;line-height:0;}
.ic svg.i{width:1.08em;height:1.08em;}
.brand .logo svg.i,.logo-xl svg.i{width:62%;height:62%;}
.tab .ic svg.i{width:1.15em;height:1.15em;}

.pill.gold{background:var(--gold-ghost);color:var(--gold);border-color:color-mix(in srgb,var(--gold) 35%,transparent);}
