:root{
  --bg:#071026;
  --card:#071a2a;
  --muted:#9fb0c8;
  --accent:#6ee7b7;
  --primary:#7c3aed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
*{box-sizing:border-box}
html,body{height:100%}
body { background: #111; color: #f4f6f8; margin: 0; padding: 20px; font-family: 'Segoe UI', Arial, sans-serif; }
.container{max-width:960px;margin:0 auto;padding:20px}
.container { max-width: 900px; margin: auto; background: none; border-radius: 0; box-shadow: none; padding: 0; }
.site-header{backdrop-filter: blur(6px);position:sticky;top:0;z-index:30;background:linear-gradient(180deg, rgba(255,255,255,0.02), transparent)}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;gap:12px;align-items:center}
.logo{width:56px;height:56px;border-radius:10px;object-fit:cover}
.tagline{color:var(--muted);margin:0}
.top-actions .btn{margin-left:8px}
.btn{display:inline-block;padding:8px 14px;border-radius:10px;background:transparent;border:1px solid rgba(255,255,255,0.06);color:inherit;text-decoration:none;font-weight:600;font-size:14px}
.btn.primary{background:linear-gradient(90deg,var(--primary),#5b21b6);color:white;border:none;box-shadow:0 6px 18px rgba(124,58,237,0.18)}
.btn.large{padding:12px 18px;font-size:16px}
.hero{padding:44px 0}
.hero-row{display:flex;gap:24px;align-items:stretch;flex-wrap:wrap}
.hero-text{flex:1;min-width:260px}
.hero-card{flex:0 0 320px;background:var(--card);padding:18px;border-radius:14px;box-shadow:0 8px 30px rgba(2,6,23,0.6)}
.features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.features li{display:flex;flex-direction:column;background:rgba(255,255,255,0.02);padding:12px;border-radius:10px}
.features li span{color:var(--muted);font-size:13px}
.section{padding:28px 0}
.cmd-list{display:flex;flex-direction:column;gap:12px}
.cmd{background:linear-gradient(180deg, rgba(255,255,255,0.02), transparent);padding:12px;border-radius:10px}
.cmd h4, .cmd h5{margin:6px 0}
.important{margin-top:12px;color:#ffd166;font-weight:700}
.small{color:var(--muted);font-size:13px}
.site-footer{padding:18px 0;color:var(--muted);margin-top:30px;text-align:center}
.dashboard-footer { background: #f8fafc; padding: 24px 0 8px 0; text-align: center; border-top: 1px solid #e0e4ea; }
#musicSelect { padding: 8px; border-radius: 4px; border: 1px solid #d0d4da; margin-bottom: 12px; font-size: 1rem; }
audio { margin-top: 12px; }
.box { background: #181818; border-radius: 12px; padding: 24px; margin: 18px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.18); border: 1px solid #222; }
label { display: block; margin-bottom: 12px; color: #ccc; font-size: 1.08rem; }
input[type="text"], textarea { width: 100%; padding: 10px; margin-top: 8px; box-sizing: border-box; background: #222; color: #fff; border: 1px solid #333; border-radius: 6px; font-size: 1rem; }
input[type="text"]:focus, textarea:focus { outline: none; border-color: #2f80ed; }
button { padding: 10px 18px; background: linear-gradient(90deg,#2f80ed 0%,#1366d6 100%); color: #fff; border: none; border-radius: 6px; cursor: pointer; font-size: 1.08rem; font-weight: 600; box-shadow: 0 2px 8px rgba(47,128,237,0.12); transition: background 0.2s; }
button:hover { background: linear-gradient(90deg,#1366d6 0%,#2f80ed 100%); }
#requestsList, #bansList { list-style: none; padding-left: 0; }
#requestsList li, #bansList li { padding: 8px 0; border-bottom: 1px solid #222; color: #eee; }
#status { margin-top: 12px; color: #2f80ed; font-weight: 500; }
@media(max-width:720px){
  .hero-row{flex-direction:column}
  .hero-card{order:2}
}