:root{--hero-control-height:32px;--hero-control-content-height:18px;--hero-control-radius:999px;--hero-control-gap:6px;--hero-control-padding-x:10px;--hero-control-icon-size:18px;--hero-control-flag-height:16px;--hero-control-border-width:1px;--hero-mobile-action-height:38px}.hero-actions{align-items:center}.language-toggle,.health,.etiquette-btn,.listen-live{height:var(--hero-control-height);box-sizing:border-box;border-width:var(--hero-control-border-width);border-style:solid;border-radius:var(--hero-control-radius)}.etiquette-btn,.listen-live{display:inline-flex;align-items:center;justify-content:center;gap:var(--hero-control-gap);padding:0 var(--hero-control-padding-x);font:800 12px/var(--hero-control-content-height) system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;letter-spacing:.055em;white-space:nowrap}.etiquette-btn>span:last-child,.listen-live>span:last-child{display:flex;align-items:center;height:var(--hero-control-content-height);line-height:var(--hero-control-content-height)}.language-toggle{display:inline-flex;align-items:center;padding:2px}.lang-btn{height:26px;min-width:34px;padding:0 6px;display:grid;place-items:center}.lang-btn img{display:block;width:auto;max-width:24px;height:var(--hero-control-flag-height);object-fit:contain}.health{width:var(--hero-control-height);flex:0 0 var(--hero-control-height);display:grid;place-items:center}.dot{width:10px;height:10px;border-radius:50%;background:var(--health-color,var(--warn));box-shadow:0 0 0 4px var(--health-halo,rgba(255,207,102,.08))}.etiquette-icon,.listen-live-icon{width:var(--hero-control-icon-size);height:var(--hero-control-icon-size);flex:0 0 var(--hero-control-icon-size)}.etiquette-icon,.listen-live-icon{display:grid;place-items:center;line-height:1}.etiquette-icon{border:1px solid currentColor;border-radius:50%;font-size:12px}.listen-live-icon svg{display:block;width:12px;height:12px;fill:currentColor}@media(max-width:650px){.hero-actions{width:100%;display:grid;grid-template-columns:max-content max-content 1fr;grid-template-rows:auto repeat(2,var(--hero-mobile-action-height));gap:10px;align-items:center;justify-content:stretch}.language-toggle{grid-column:1;grid-row:1}.health{grid-column:2;grid-row:1}.etiquette-btn,.listen-live{grid-column:1/-1;width:100%;height:var(--hero-mobile-action-height);justify-self:stretch;font-size:12px}.etiquette-btn{grid-row:2}.listen-live{grid-row:3}.lang-btn{min-width:32px;padding:0 5px}.lang-btn img{max-width:23px}}