:root{
  --bg:#070812;
  --panel:#0f1122;
  --panel2:#141735;
  --text:#f2f4ff;
  --muted:#9aa3c7;
  --accent:#ffb000;
  --accent2:#00c8ff;
  --danger:#ff4d4d;
  --stroke:rgba(255,255,255,.08);
  --shadow:0 14px 40px rgba(0,0,0,.55);
  --radius: 22px;
  --max: 1180px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;color:var(--text);
  background:
  radial-gradient(1200px 800px at 10% 0%, rgba(0,200,255,.20), transparent 60%),
  radial-gradient(1200px 800px at 90% 10%, rgba(255,170,0,.18), transparent 55%),
  radial-gradient(900px 700px at 50% 110%, rgba(255,0,120,.18), transparent 60%),
  var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:24px}
.nav{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(12px);
  background: rgba(8,9,20,.85);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:18px;min-width:260px}
.logo{
  width:46px;height:46px;border-radius:16px;
  background: url("/assets/logo.png") center/contain no-repeat;
  box-shadow: var(--shadow);
  border:1px solid rgba(255,255,255,.10);
}
.brand h1{font-size:16px;margin:0;letter-spacing:.6px}
.brand p{margin:0;color:var(--muted);font-size:12px}
.links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.links a{padding:10px 12px;border-radius:999px;border:1px solid transparent;color:var(--muted)}
.links a:hover{border-color:var(--stroke);color:var(--text);background:rgba(255,255,255,.03)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:999px;border:1px solid var(--stroke);
  background: rgba(20,21,38,.04); color:var(--text);
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.06)}
.btn.primary{background: linear-gradient(135deg,#ffb000,#ff2fb3); color:#141414; border-color: rgba(255,213,74,.35); font-weight:700}
.btn.primary:hover{filter:brightness(1.03)}
.btn.ghost{background:transparent}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  background:rgba(0,200,255,.10);
  border:1px solid rgba(0,200,255,.20);
  color:#ccfbff;font-size:12px;
}
.hero{
  position:relative;
  padding:34px;
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(15,17,34,.96), rgba(15,17,34,.72));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns: 1.15fr .85fr; gap:18px; align-items:stretch}
.hero h2{font-size:46px;line-height:1.02;margin:10px 0 10px}
.hero .sub{color:var(--muted);font-size:16px;line-height:1.55;margin:0 0 18px}
.kpi{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.pill{
  padding:9px 12px;border-radius:999px;border:1px solid var(--stroke);
  background: rgba(20,21,38,.03); color:var(--muted); font-size:13px;
}
.card{
  border:1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(15,17,34,.96), rgba(15,17,34,.72));
  box-shadow: var(--shadow);
  padding:22px;
}
.grid{display:grid; grid-template-columns: repeat(12, 1fr); gap:16px; margin-top:16px}
.col-4{grid-column: span 4;}
.col-6{grid-column: span 6;}
.col-12{grid-column: span 12;}
h3{margin:0 0 10px;font-size:20px}
p{margin:0 0 10px;color:var(--muted);line-height:1.55}
.small{font-size:12px;color:var(--muted)}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:24px}
.section-title h3{font-size:22px}
.hr{height:1px;background:var(--stroke);margin:18px 0}
.price{font-size:28px;color:var(--text); margin:6px 0 6px;}
.list{margin:0;padding-left:18px;color:var(--muted)}
.list li{margin:7px 0}
.form{display:grid;gap:12px}
input, textarea, select{
  width:100%; padding:12px 12px; border-radius:14px;
  border:1px solid var(--stroke);
  background: rgba(20,21,38,.03);
  color: var(--text);
}
textarea{min-height:120px; resize:vertical}
.note{padding:12px 14px;border-radius:16px;border:1px dashed rgba(255,213,74,.35); background: rgba(255,213,74,.06); color: var(--muted)}
.footer{margin-top:26px;padding:18px 0;border-top:1px solid var(--stroke);color:var(--muted);font-size:12px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table td{padding:12px 14px;background: rgba(20,21,38,.03);border:1px solid var(--stroke)}
.table tr td:first-child{border-radius:14px 0 0 14px}
.table tr td:last-child{border-radius:0 14px 14px 0}
.media{display:flex;gap:14px;align-items:center}
.media img{width:84px;height:84px;border-radius:18px;border:1px solid var(--stroke);object-fit:cover;background:rgba(255,255,255,.03)}
.media h4{margin:0;font-size:16px}
.media .meta{margin:0;color:var(--muted);font-size:12px}
.toast{
  position:fixed; left:50%; bottom:24px; transform:translateX(-50%);
  background:rgba(255,255,255,.92);
  border:1px solid var(--stroke);
  padding:12px 14px; border-radius:14px;
  box-shadow: var(--shadow);
  display:none;
}
@media (max-width: 960px){
  .hero-grid{grid-template-columns:1fr}
  .hero h2{font-size:40px}
  .col-4,.col-6{grid-column: span 12;}
  .links{justify-content:flex-start}
}


/* ===== Station Selector ===== */
.station-wrap{display:grid;gap:12px}
.station-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.station-buttons{display:flex;gap:10px;flex-wrap:wrap}
.station-btn{
  padding:10px 12px;border-radius:999px;border:1px solid var(--stroke);
  background: rgba(20,21,38,.03); color: var(--muted);
  cursor:pointer; user-select:none;
}
.station-btn:hover{color: var(--text); background: rgba(255,255,255,.06); transform: translateY(-1px)}
.station-btn.active{
  color:#141414; font-weight:800;
  border-color: rgba(255,213,74,.35);
  background: linear-gradient(135deg,#ffb000,#ff2fb3);
}
.station-player iframe{
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: rgba(20,21,38,.03);
}



.logo-img{
  width:110px;
  height:110px;
  border-radius:20px;
  object-fit:cover;
  display:block;
  border:3px solid var(--accent);
  box-shadow:0 8px 25px rgba(0,0,0,.15);
  background:#fff;
}

