:root {
  color-scheme: dark;
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0a0a0a;
  overflow-x: hidden;
}
.reggae-bg { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: radial-gradient(circle at top, rgba(255,255,255,.04), transparent 28%), #090909; }
.reggae-blob { position: absolute; border-radius: 9999px; filter: blur(120px); opacity: .34; mix-blend-mode: screen; }
.reggae-blob.reggae-red { width: 44rem; height: 44rem; left: -12rem; top: -10rem; background: #d61f26; }
.reggae-blob.reggae-gold { width: 34rem; height: 34rem; right: 4%; top: 12%; background: #f4c430; }
.reggae-blob.reggae-green { width: 40rem; height: 40rem; left: 28%; bottom: -14rem; background: #128c3a; }
.reggae-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 85%); }
.panel, .hero-card { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.1); border-radius: 2rem; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.nav-pill, .btn-secondary, .btn-primary, .table-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 9999px; padding: .8rem 1.15rem; transition: .25s ease; font-weight: 700;
}
.nav-pill, .btn-secondary { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.nav-pill:hover, .btn-secondary:hover, .table-btn:hover { background: rgba(255,255,255,.12); transform: translateY(-1px); }
.nav-pill-primary, .btn-primary { color: #0b0b0b; background: linear-gradient(90deg, #128c3a, #f4c430, #d61f26); box-shadow: 0 10px 30px rgba(244,196,48,.18); }
.section-head { display:flex; gap:1rem; justify-content:space-between; align-items:end; margin-bottom:1.5rem; flex-wrap:wrap; }
.section-kicker { font-size:.72rem; text-transform:uppercase; letter-spacing:.35em; color:#f4c430; }
.section-title { font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 900; }
.section-copy { max-width: 38rem; color: rgba(255,255,255,.62); }
.live-badge { border-radius:9999px; padding:.5rem .85rem; background: rgba(214,31,38,.16); color:#fff; border: 1px solid rgba(214,31,38,.45); font-size:.85rem; font-weight:800; text-transform:uppercase; letter-spacing:.2em; }
.channel-card { display:flex; align-items:center; gap:1rem; width:100%; padding:1rem; border-radius:1.25rem; background: rgba(0,0,0,.28); border:1px solid rgba(255,255,255,.08); transition:.25s ease; }
.channel-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.07); border-color: rgba(244,196,48,.35); }
.status-dot { width:.8rem; height:.8rem; border-radius:999px; display:inline-block; }
.status-live { background:#2bd96b; box-shadow: 0 0 0 4px rgba(43,217,107,.12); }
.status-offline { background:#8a8a8a; }
.visualizer { display:flex; justify-content:center; align-items:end; gap:.35rem; height:3rem; }
.visualizer span { width:.45rem; height: 1rem; border-radius:999px; background:#f4c430; animation: bounce 1s infinite ease-in-out; opacity:.35; }
.visualizer.is-playing span { opacity:1; }
.visualizer span:nth-child(2){ animation-delay:.1s }
.visualizer span:nth-child(3){ animation-delay:.2s }
.visualizer span:nth-child(4){ animation-delay:.3s }
.visualizer span:nth-child(5){ animation-delay:.4s }
.visualizer span:nth-child(6){ animation-delay:.5s }
@keyframes bounce { 0%,100% { height:1rem } 50% { height:2.7rem } }
.form-input { width:100%; border-radius:1rem; padding:.95rem 1rem; background: rgba(0,0,0,.3); border:1px solid rgba(255,255,255,.12); color:#fff; }
.form-label { display:block; margin-bottom:.5rem; color:rgba(255,255,255,.72); font-size:.85rem; font-weight:700; }
.crud-table { width:100%; border-collapse: collapse; }
.crud-table th, .crud-table td { text-align:left; padding:1rem .75rem; border-bottom:1px solid rgba(255,255,255,.08); vertical-align:top; }
.crud-table th { color:rgba(255,255,255,.55); font-size:.8rem; text-transform:uppercase; letter-spacing:.18em; }
.table-btn { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: .55rem .85rem; font-size: .9rem; }
.danger-btn { background: rgba(214,31,38,.12); border-color: rgba(214,31,38,.26); }
.mini-card { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; padding:1rem; border-radius:1.25rem; background: rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.08); }
.toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; max-width: 22rem; padding: 1rem 1.1rem; border-radius: 1rem; color: #fff; background: rgba(15,15,15,.92); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
@media (max-width: 768px) {
  .reggae-blob.reggae-red { width: 26rem; height: 26rem; }
  .reggae-blob.reggae-green { width: 28rem; height: 28rem; left: 10%; }
  .reggae-blob.reggae-gold { width: 24rem; height: 24rem; }
}
