:root { --brand: #6B2CFF; }

html, body { background: #f6f7fb; }

.hero-wrap { border-radius: 18px; overflow: hidden; }
.topbar-shadow { box-shadow: 0 8px 26px rgba(0,0,0,.08); }

.playerbar{
  position:fixed; left:0; right:0; bottom:0;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.08);
  z-index:9999;
}
.playerbar .inner{
  max-width:1100px; margin:0 auto; padding:10px 14px;
  display:flex; gap:12px; align-items:center;
}
.page-pad-bottom{ padding-bottom:86px; }

/* reduce minor clashes */
.ui.menu, .ui.button { font-family: inherit; }

/* Optional ticker if you add it later */
.ticker { white-space: nowrap; overflow: hidden; }
