:root{
  --bg:#070a0f;
  --text:#ffffff;
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.45);
  --line:rgba(255,255,255,.12);
  --accent:#00ff6e;
  --shadow: 0 18px 40px rgba(0,0,0,.45);
  --r:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: radial-gradient(900px 600px at 25% 0%, rgba(0,255,110,.10), transparent 60%),
              radial-gradient(900px 600px at 80% 10%, rgba(0,255,110,.06), transparent 60%),
              var(--bg);
  color: var(--text);
  overflow-x:hidden;
}

.bgGlow{
  position:fixed; inset:-200px;
  background:
    radial-gradient(700px 500px at 25% 0%, rgba(0,255,110,.10), transparent 60%),
    radial-gradient(700px 500px at 80% 10%, rgba(0,255,110,.06), transparent 60%);
  filter: blur(12px);
  pointer-events:none;
  z-index:-1;
}

.top{
  max-width:1100px;
  margin:0 auto;
  padding:18px 18px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.brand{display:flex; align-items:center; gap:12px;}
.logoWrap{
  width:44px;height:44px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  overflow:hidden;
  display:grid;
  place-items:center;
  box-shadow: var(--shadow);
}
.logo{width:100%;height:100%;object-fit:cover;}
.brandText .name{font-weight:900;font-size:18px;letter-spacing:.3px}
.brandText .tag{color:var(--muted);font-size:12px;margin-top:2px}

.container{max-width:1100px;margin:0 auto;padding:12px 18px 40px}

/* SOCIALS */
.socials{display:flex; gap:10px; flex-wrap:wrap;}
.social{
  display:flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  text-decoration:none;
  color:var(--text);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.social:hover{
  transform: translateY(-1px);
  border-color: rgba(0,255,110,.35);
  background: rgba(0,255,110,.08);
}
.icon{width:18px;height:18px;display:inline-grid;place-items:center;color:var(--accent)}
.label{font-size:13px;color:var(--muted)}

/* HERO */
.hero{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap:16px;
  margin-top:8px;
}
@media (max-width: 980px){
  .hero{grid-template-columns: 1fr;}
}

.liveCard, .sideCard, .panel{
  border:1px solid var(--line);
  border-radius: var(--r);
  background:rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  overflow:hidden;
}

/* STATUS LOOK */
.liveCard.is-offline .liveTop{
  background: linear-gradient(90deg, rgba(255,255,255,.06), transparent 60%);
}
.liveCard.is-offline .pill{
  border-color: rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
}

.liveCard.is-scheduled .liveTop{
  background: linear-gradient(90deg, rgba(0,255,110,.10), rgba(255,255,255,.05) 35%, transparent 70%);
}
.liveCard.is-scheduled .pill{
  border-color: rgba(0,255,110,.35);
  background: rgba(0,255,110,.10);
}

.liveCard.is-live{
  border-color: rgba(0,255,110,.22);
  box-shadow: 0 22px 55px rgba(0,0,0,.55), 0 0 0 1px rgba(0,255,110,.10) inset;
}
.liveCard.is-live .liveTop{
  background: linear-gradient(90deg, rgba(0,255,110,.18), transparent 70%);
}
.liveCard.is-live .pill{
  border-color: rgba(0,255,110,.45);
  background: rgba(0,255,110,.14);
  position: relative;
}
.liveCard.is-live .pill::before{
  content:"";
  width:8px;height:8px;
  border-radius:999px;
  background: rgba(255, 80, 80, 0.95);
  display:inline-block;
  margin-right:8px;
  box-shadow: 0 0 12px rgba(255, 80, 80, 0.45);
  transform: translateY(1px);
}

/* Live card header */
.liveTop{
  display:flex; align-items:center; gap:12px;
  padding:16px;
  border-bottom:1px solid var(--line);
  background: linear-gradient(90deg, rgba(0,255,110,.14), transparent 60%);
}

.pill{
  font-weight:900;
  font-size:12px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(0,0,0,.22);
  letter-spacing:.7px;
}

.liveMeta{color:var(--muted);font-size:13px}
.spacer{flex:1}

/* oben rechts: Badge + größer */
.when{
  color: rgba(255,255,255,.86);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
}
.liveCard.is-scheduled .when{
  border-color: rgba(0,255,110,.30);
  background: rgba(0,255,110,.10);
  font-size:15px;
}
.liveCard.is-live .when{
  border-color: rgba(0,255,110,.26);
  background: rgba(0,255,110,.08);
}

.liveBody{padding:18px}
.liveTitle{font-weight:950;font-size:26px;letter-spacing:.2px}
.liveGame{margin-top:8px;color:var(--muted);font-size:14px}
.liveNote{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.25);
  line-height:1.4;
}

.ctaRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:var(--text);
  text-decoration:none;
  font-weight:900;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(0,255,110,.35);
  background: rgba(0,255,110,.08);
}
.btn.primary{
  border-color: rgba(0,255,110,.45);
  background: rgba(0,255,110,.14);
}

.microRow{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.micro{
  color: var(--muted2);
  font-size:12px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background: rgba(0,0,0,.18);
}

/* Side card */
.sideCard{padding:16px}
.sideCard h2{margin:0 0 12px; font-size:16px;}
.quickGrid{display:grid; gap:10px}
.q{
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
}
.qLabel{font-size:12px; color: var(--muted2); letter-spacing:.3px}
.qValue{margin-top:6px; font-weight:900}
.qValue.small{font-weight:700; color: var(--muted)}

/* Lower grid */
.grid{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
@media (max-width: 980px){
  .grid{grid-template-columns: 1fr;}
}
.panel{padding:16px}
.panel h3{margin:0 0 8px;font-size:15px}
.panel p{margin:0;color:var(--muted)}

.footer{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted2);
  font-size:12px;
}
.smallMuted{opacity:.8}

/* Disabled links (im Aufbau) */
a.is-disabled{
  opacity: .55;
  cursor: not-allowed;
}
a.is-disabled:hover{
  transform: none !important;
  border-color: rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.03) !important;
}

/* ===== Live page ===== */
.liveHeaderRight{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.livePage{
  padding-top:6px;
}

.liveEmbedCard{
  border:1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.liveEmbedTop{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px;
  border-bottom:1px solid var(--line);
  background: linear-gradient(90deg, rgba(0,255,110,.14), transparent 60%);
}

.liveEmbedBody{
  padding:16px;
}

.notice{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  border-radius: 14px;
  padding: 12px 14px;
  color: rgba(255,255,255,.80);
  line-height: 1.35;
}

.embedWrap{
  width:100%;
  border-radius: 16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  aspect-ratio: 16 / 9;
}

.embedWrap iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
