/**
 * Social Midas — Ao Vivo (base compartilhada)
 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.sm-live,
.sm-live body {
  min-height: 100vh;
  background: #1D1805;
  font-family: 'Inter', system-ui, sans-serif;
  color: #E8E4D8;
}
