:root{
  --rtv-bg:#10182b;
  --rtv-bg-panel:#1d2029;
  --rtv-bg-card:#232735;
  --rtv-green:#2ebb2e;
  --rtv-yellow:#ffbd0f;
  --rtv-text:#f2f3f5;
  --rtv-text-dim:#c8c9cc;
  --rtv-text-mute:#8b8f9c;
  --rtv-border:rgba(200,201,204,.14);
  --rtv-border-soft:rgba(200,201,204,.08);
  --rtv-radius:12px;
  --rtv-font:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --rtv-header-h:68px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;overflow-x:hidden;width:100%}
body{margin:0;font-family:var(--rtv-font);background:var(--rtv-bg);color:var(--rtv-text-dim);
  line-height:1.6;font-size:16px;overflow-x:hidden;width:100%}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3{line-height:1.28;color:var(--rtv-text)}
table{border-collapse:collapse}
.rtv-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---- skip link ---- */
.rtv-skip{position:absolute;left:-999px;top:0;background:var(--rtv-green);color:#08210b;
  padding:.6em 1em;border-radius:0 0 8px 0;z-index:200;font-weight:700}
.rtv-skip:focus{left:0}

/* ---- header ---- */
.rtv-header{position:sticky;top:0;z-index:100;background:rgba(16,24,43,.92);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--rtv-border-soft);min-height:var(--rtv-header-h)}
.rtv-bar{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;
  padding:.6rem 1.25rem;min-height:var(--rtv-header-h)}
.rtv-word{display:inline-flex;align-items:center;gap:.4rem;font-weight:800;font-size:1.28rem;
  letter-spacing:.01em;color:var(--rtv-text);white-space:nowrap}
.rtv-word-dot{width:.55em;height:.55em;border-radius:50%;background:var(--rtv-green);
  box-shadow:0 0 8px 1px rgba(46,187,46,.7);flex:none}
.rtv-nav{display:flex;gap:1.4rem;margin-left:.5rem;flex:1}
.rtv-nav a{font-size:.94rem;font-weight:600;color:var(--rtv-text-dim);padding:.3rem 0;
  border-bottom:2px solid transparent;white-space:nowrap}
.rtv-nav a:hover,.rtv-nav a[aria-current="page"]{color:var(--rtv-text);border-color:var(--rtv-green)}
.rtv-actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}

.rtv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  padding:.62em 1.15em;border-radius:999px;font-weight:700;font-size:.92rem;
  border:1px solid transparent;white-space:nowrap}
.rtv-btn-primary{background:var(--rtv-green);color:#08210b}
.rtv-btn-primary:hover{background:#34cf34}
.rtv-btn-ghost{border-color:var(--rtv-border);color:var(--rtv-text)}
.rtv-btn-ghost:hover{border-color:var(--rtv-yellow);color:var(--rtv-yellow)}

.rtv-burger{display:none;flex-direction:column;justify-content:center;gap:5px;
  width:42px;height:42px;background:transparent;border:1px solid var(--rtv-border);
  border-radius:10px;padding:0;flex:none}
.rtv-burger span{display:block;height:2px;width:20px;margin:0 auto;background:var(--rtv-text);
  border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.rtv-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.rtv-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.rtv-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.rtv-mobile-nav{position:fixed;inset:var(--rtv-header-h) 0 0 0;background:var(--rtv-bg);
  transform:translateX(100%);transition:transform .25s ease;z-index:99;overflow-y:auto;
  padding:1.5rem 1.25rem;border-top:1px solid var(--rtv-border-soft)}
.rtv-mobile-nav.is-open{transform:translateX(0)}
.rtv-mobile-nav a{display:block;padding:.9rem .25rem;font-size:1.05rem;font-weight:600;
  border-bottom:1px solid var(--rtv-border-soft);color:var(--rtv-text)}
.rtv-mobile-nav .rtv-btn{margin-top:1.25rem}
body.rtv-nav-open{overflow:hidden}

@media (max-width:860px){
  .rtv-nav,.rtv-actions .rtv-btn{display:none}
  .rtv-burger{display:flex}
  .rtv-actions{gap:.5rem}
}

/* ---- hero ---- */
.rtv-hero{padding:2.6rem 1.25rem 1.6rem;background:
  radial-gradient(680px 320px at 82% -10%,rgba(46,187,46,.16),transparent 60%),
  radial-gradient(520px 280px at 5% 110%,rgba(255,189,15,.10),transparent 60%),
  var(--rtv-bg)}
.rtv-hero-inner{max-width:1180px;margin:0 auto}
.rtv-kicker{margin:0 0 .6rem;font-size:.82rem;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--rtv-green)}
.rtv-hero-title{margin:0 0 .7rem;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;
  color:var(--rtv-text);max-width:34ch}
.rtv-hero-sub{margin:0 0 1.4rem;max-width:62ch;color:var(--rtv-text-dim);font-size:1.02rem}
.rtv-hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}

.rtv-hero-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem}
.rtv-hero-visual{position:relative;width:220px;height:220px;justify-self:end}
.rtv-hero-ball{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;
  opacity:.16;filter:grayscale(1) brightness(1.6)}
.rtv-hero-pokal{position:absolute;right:6%;bottom:0;width:34%;height:auto;opacity:.9;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}
@media (max-width:760px){.rtv-hero-grid{grid-template-columns:1fr}.rtv-hero-visual{display:none}}

/* ---- sendeplan (schedule grid) ---- */
.rtv-sendeplan{padding:1.4rem 1.25rem 2.2rem;background:var(--rtv-bg)}
.rtv-sendeplan-inner{max-width:1180px;margin:0 auto;background:var(--rtv-bg-panel);
  border:1px solid var(--rtv-border);border-radius:16px;padding:1.4rem 1.4rem 1.6rem}
.rtv-sendeplan-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;
  gap:.6rem;margin-bottom:1rem}
.rtv-sendeplan-title{margin:0;font-size:1.2rem;font-weight:800;color:var(--rtv-text)}
.rtv-sendeplan-stand{margin:0;font-size:.82rem;color:var(--rtv-text-mute)}
.rtv-sendeplan-note{margin:0 0 1rem;font-size:.86rem;color:var(--rtv-text-mute)}

.rtv-chipbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem}
.rtv-chip{padding:.42em .95em;border-radius:999px;border:1px solid var(--rtv-border);
  background:transparent;color:var(--rtv-text-dim);font-size:.84rem;font-weight:600}
.rtv-chip.is-active{background:var(--rtv-green);border-color:var(--rtv-green);color:#08210b}

.rtv-grid{display:grid;gap:.55rem}
.rtv-row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.9rem;
  padding:.75rem .9rem;background:var(--rtv-bg-card);border:1px solid var(--rtv-border-soft);
  border-radius:10px}
.rtv-row-day{font-weight:800;font-size:.82rem;color:var(--rtv-yellow);min-width:2.4em}
.rtv-row-time{font-variant-numeric:tabular-nums;font-weight:700;color:var(--rtv-text);
  font-size:.92rem;min-width:3.6em}
.rtv-row-comp{color:var(--rtv-text-dim);font-size:.92rem}
.rtv-row-comp .rtv-row-sport{display:block;font-size:.76rem;color:var(--rtv-text-mute)}
.rtv-pill{justify-self:end;padding:.3em .7em;border-radius:999px;font-size:.74rem;font-weight:700;
  white-space:nowrap;border:1px solid transparent}
.rtv-pill-free{background:rgba(46,187,46,.16);color:#63e563;border-color:rgba(46,187,46,.4)}
.rtv-pill-pay{background:rgba(255,189,15,.14);color:var(--rtv-yellow);border-color:rgba(255,189,15,.4)}

@media (max-width:560px){
  .rtv-row{grid-template-columns:auto auto;grid-template-areas:"day time" "comp comp" "pill pill";row-gap:.35rem}
  .rtv-row-day{grid-area:day}.rtv-row-time{grid-area:time}
  .rtv-row-comp{grid-area:comp}.rtv-pill{grid-area:pill;justify-self:start}
}

/* ---- fact strip ---- */
.rtv-facts{max-width:1180px;margin:0 auto;padding:0 1.25rem 2rem;display:grid;
  grid-template-columns:repeat(4,1fr);gap:.8rem}
.rtv-fact{background:var(--rtv-bg-panel);border:1px solid var(--rtv-border-soft);border-radius:12px;
  padding:1rem .9rem;text-align:center}
.rtv-fact-num{display:block;font-size:1.3rem;font-weight:800;color:var(--rtv-green)}
.rtv-fact-label{display:block;font-size:.78rem;color:var(--rtv-text-mute);margin-top:.2rem}
@media (max-width:700px){.rtv-facts{grid-template-columns:repeat(2,1fr)}}

/* ---- link cards ---- */
.rtv-links{max-width:1180px;margin:0 auto;padding:0 1.25rem 2.4rem;display:grid;
  grid-template-columns:repeat(4,1fr);gap:.9rem}
.rtv-link-card{display:block;background:var(--rtv-bg-panel);border:1px solid var(--rtv-border-soft);
  border-radius:12px;padding:1.1rem 1.1rem;transition:border-color .15s ease}
.rtv-link-card:hover{border-color:var(--rtv-green)}
.rtv-link-title{display:block;font-weight:700;color:var(--rtv-text);margin-bottom:.3rem}
.rtv-link-desc{display:block;font-size:.84rem;color:var(--rtv-text-mute)}
@media (max-width:860px){.rtv-links{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.rtv-links{grid-template-columns:1fr}}

/* ---- breadcrumbs ---- */
.rtv-crumbs{max-width:820px;margin:0 auto;padding:1.4rem 1.25rem 0;font-size:.84rem;
  color:var(--rtv-text-mute)}
.rtv-crumbs a{color:var(--rtv-text-dim)}
.rtv-crumbs a:hover{color:var(--rtv-green)}
.rtv-crumbs span[aria-current]{color:var(--rtv-text-mute)}

/* ---- article ---- */
.rtv-article-wrap{max-width:820px;margin:0 auto;padding:1.4rem 1.25rem 3rem}
.rtv-article h1{font-size:clamp(1.5rem,3.4vw,2.05rem);margin:.2rem 0 1rem}
.rtv-article h2{font-size:1.28rem;margin:2rem 0 .7rem}
.rtv-article h3{font-size:1.06rem;margin:1.3rem 0 .4rem;color:var(--rtv-yellow)}
.rtv-article p{margin:0 0 1rem}
.rtv-article a{color:var(--rtv-green);text-decoration:underline;text-underline-offset:2px}
.rtv-article a:hover{color:var(--rtv-yellow)}
.rtv-article a.rtv-btn{text-decoration:none}
.rtv-article a.rtv-btn-primary{color:#08210b}
.rtv-article a.rtv-btn-primary:hover{background:#34cf34;color:#08210b}
.rtv-article a.rtv-btn-ghost{color:var(--rtv-text)}
.rtv-article a.rtv-btn-ghost:hover{color:var(--rtv-yellow)}
.rtv-article img{border-radius:10px;margin:1rem 0}

.rtv-article table{width:100%;table-layout:fixed;margin:1rem 0 1.4rem;font-size:.92rem;
  border:1px solid var(--rtv-border)}
.rtv-article table td{padding:.6rem .7rem;border:1px solid var(--rtv-border-soft);
  overflow-wrap:anywhere;vertical-align:top}
.rtv-article table tr:first-child td{background:var(--rtv-bg-panel);font-weight:700;color:var(--rtv-text)}
@media (max-width:560px){
  .rtv-article table{font-size:.82rem}
  .rtv-article table td{padding:.45rem .5rem}
}

/* ---- FAQ accordion ---- */
.rtv-faq-q{cursor:pointer;position:relative;padding-right:1.6rem}
.rtv-faq-q::after{content:"+";position:absolute;right:0;top:0;font-weight:800;color:var(--rtv-green)}
.rtv-faq-q[aria-expanded="true"]::after{content:"–"}
.rtv-faq-a.is-collapsed{display:none}

/* ---- footer ---- */
.rtv-footer{background:var(--rtv-bg-panel);border-top:1px solid var(--rtv-border-soft);
  margin-top:1rem}
.rtv-footer-inner{max-width:1180px;margin:0 auto;padding:2rem 1.25rem 2.4rem}
.rtv-footer-nav{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;margin-bottom:1.2rem}
.rtv-footer-nav a{font-size:.9rem;font-weight:600;color:var(--rtv-text-dim)}
.rtv-footer-nav a:hover{color:var(--rtv-green)}
.rtv-footer-legal{font-size:.8rem;color:var(--rtv-text-mute);max-width:76ch;margin:0 0 .7rem}
.rtv-footer-copy{font-size:.8rem;color:var(--rtv-text-mute);margin:1rem 0 0}

/* ---- 404 ---- */
.rtv-404{text-align:center;padding:3rem 0}
.rtv-404 .rtv-btn{margin-top:1rem}
