.ttv-live-wrap,.ttv-relive-wrap{--ttv-green:#008f3d;--ttv-dark:#171717;--ttv-soft:#f4f6f5;--ttv-line:#e2e7e4;margin:2rem 0}.ttv-live-heading,.ttv-relive-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ttv-live-heading{justify-content:flex-start}.ttv-live-heading h2,.ttv-relive-head h2{margin:0;color:var(--ttv-dark);font-weight:800}.ttv-live-dot{width:.8rem;height:.8rem;border-radius:50%;background:#d00000;box-shadow:0 0 0 .25rem rgba(208,0,0,.10)}.ttv-live-grid,.ttv-relive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.ttv-live-match,.ttv-relive-card{overflow:hidden;border:1px solid var(--ttv-line);border-top:5px solid var(--ttv-green);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.06)}.ttv-live-match{padding:1.15rem}.ttv-live-match h3,.ttv-relive-card h3{margin:.6rem 0 1rem;color:var(--ttv-dark);line-height:1.3;font-size:1.12rem}.ttv-live-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.ttv-status,.ttv-relive-badge,.ttv-relive-kicker{display:inline-flex;align-items:center;border-radius:999px;background:var(--ttv-green);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em}.ttv-status{padding:.28rem .55rem}.ttv-status-live{background:#c80000}.ttv-date{color:#5e655f;font-weight:600;font-size:.9rem}.ttv-tables{display:grid;gap:.6rem}.ttv-table-link{display:flex;align-items:center;gap:.55rem;min-height:46px;padding:.7rem .85rem;border-radius:9px;background:var(--ttv-dark);color:#fff!important;text-decoration:none!important;transition:transform .12s ease,background .12s ease}.ttv-table-link:hover{background:var(--ttv-green);transform:translateY(-1px)}.ttv-table-number{min-width:62px;font-weight:800}.ttv-table-missing{background:var(--ttv-soft);color:#777!important;border:1px dashed #ccd4cf}.ttv-table-missing:hover{background:var(--ttv-soft);transform:none}.ttv-live-empty,.ttv-live-error{padding:1rem;border-radius:9px;background:var(--ttv-soft)}.ttv-live-error{border-left:4px solid #b00020}.ttv-relive-head{padding-bottom:1rem;border-bottom:3px solid var(--ttv-green)}.ttv-relive-kicker{padding:.25rem .55rem;margin-bottom:.35rem}.ttv-relive-searchbox{width:min(100%,360px)}.ttv-relive-search{width:100%;min-height:46px;border:1px solid #cfd8d2!important;border-radius:999px!important;padding:.7rem 1rem!important;background:#fff;color:var(--ttv-dark);box-shadow:none!important}.ttv-relive-search:focus{outline:2px solid rgba(0,143,61,.18);border-color:var(--ttv-green)!important}.ttv-relive-count{margin:.5rem 0 1rem;color:#626862;font-size:.9rem}.ttv-relive-thumb{position:relative;aspect-ratio:16/9;background:#111;overflow:hidden}.ttv-relive-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ttv-relive-badge{position:absolute;left:.7rem;bottom:.7rem;padding:.32rem .58rem;background:rgba(0,143,61,.95)}.ttv-relive-body{padding:1rem}.ttv-relive-noresults{padding:1rem;border-radius:9px;background:var(--ttv-soft)}@media(max-width:700px){.ttv-relive-head{align-items:stretch;flex-direction:column}.ttv-relive-searchbox{width:100%}.ttv-live-grid,.ttv-relive-grid{grid-template-columns:1fr}}


/* TTV Spiele */
.ttv-games-wrap{
    --ttv-green:#009038;
    --ttv-dark:#171717;
    --ttv-soft:#f4f6f5;
    --ttv-away:#d66a16;
    margin:2rem 0
}
.ttv-games-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:.9rem;
    margin-bottom:1rem;
    padding-bottom:.65rem;
    border-bottom:3px solid var(--ttv-green)
}
.ttv-games-titlegroup{
    display:flex;
    align-items:center;
    gap:.65rem;
    min-width:0
}
.ttv-games-head h2{
    margin:0;
    color:var(--ttv-dark);
    font-weight:800
}
.ttv-games-mark{
    flex:0 0 auto;
    width:.72rem;
    height:1.8rem;
    border-radius:3px;
    background:var(--ttv-green)
}
.ttv-home-filter{
    display:inline-flex;
    align-items:center;
    gap:.48rem;
    white-space:nowrap;
    cursor:pointer;
    font-size:.82rem;
    font-weight:700;
    color:#555
}
.ttv-filter-switch{
    position:relative;
    width:34px;
    height:19px;
    border-radius:999px;
    background:#c9cfcb;
    transition:.18s ease
}
.ttv-filter-switch:after{
    content:"";
    position:absolute;
    width:15px;
    height:15px;
    left:2px;
    top:2px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,.18);
    transition:.18s ease
}
.ttv-home-only-checkbox:checked ~ .ttv-games-head .ttv-filter-switch{
    background:var(--ttv-green)
}
.ttv-home-only-checkbox:checked ~ .ttv-games-head .ttv-filter-switch:after{
    transform:translateX(15px)
}
.ttv-home-only-checkbox:focus-visible ~ .ttv-games-head .ttv-filter-switch{
    outline:2px solid rgba(0,144,56,.28);
    outline-offset:2px
}
.ttv-games-list{
    display:grid;
    gap:.72rem
}
.ttv-game{
    display:grid;
    grid-template-columns:66px 1fr;
    gap:.9rem;
    align-items:center;
    background:#fff;
    border:1px solid #e2e7e4;
    border-left:5px solid var(--event-color,var(--ttv-green));
    border-radius:10px;
    padding:.72rem .85rem;
    box-shadow:0 4px 16px rgba(0,0,0,.045)
}
.ttv-game-date{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    line-height:1
}
.ttv-game-weekday{
    margin-bottom:.25rem;
    font-size:.73rem;
    font-weight:800;
    letter-spacing:.08em;
    color:#6a706b
}
.ttv-game-day{
    font-size:1.6rem;
    font-weight:900;
    color:var(--ttv-dark)
}
.ttv-game-month{
    margin-top:.25rem;
    font-size:.73rem;
    font-weight:800;
    letter-spacing:.08em;
    color:#6a706b
}
.ttv-game-main{min-width:0}
.ttv-game-meta{
    display:flex;
    align-items:center;
    gap:.5rem;
    flex-wrap:wrap;
    margin-bottom:.3rem
}
.ttv-game-time{
    font-size:.88rem;
    font-weight:800;
    color:var(--ttv-green)
}
.ttv-game-badge{
    font-size:.67rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    padding:.2rem .46rem;
    border-radius:999px
}
.ttv-badge-home{
    background:#e8f5ed;
    color:var(--ttv-green)
}
.ttv-badge-away{
    background:#fff0e4;
    color:var(--ttv-away)
}
.ttv-game-title{
    font-size:1rem;
    font-weight:800;
    line-height:1.28;
    color:var(--ttv-dark);
    white-space:normal;
    overflow-wrap:anywhere
}
.ttv-team-line{
    display:block;
    min-height:1.25em
}
.ttv-team{
    color:var(--ttv-dark)
}
.ttv-our-team{
    color:var(--ttv-green);
    font-weight:900
}
.ttv-score-colon{
    color:#555;
    font-weight:900
}
.ttv-games-noresults{
    padding:1rem;
    border-radius:9px;
    background:var(--ttv-soft)
}
@media (max-width:560px){
    .ttv-games-head{
        align-items:flex-start;
        flex-direction:column
    }
    .ttv-home-filter{
        margin-left:1.37rem
    }
}
@media (max-width:480px){
    .ttv-game{
        grid-template-columns:56px 1fr;
        padding:.65rem
    }
    .ttv-game-day{
        font-size:1.4rem
    }
}




/* Heimspiel-Umschalter: zwei serverseitig vorbereitete Listen, kein JavaScript nötig */
.ttv-home-only-checkbox{
    position:absolute !important;
    opacity:0 !important;
    width:1px !important;
    height:1px !important;
    pointer-events:none !important;
}
.ttv-games-view-home{
    display:none;
}
.ttv-home-only-checkbox:checked ~ .ttv-games-view-all{
    display:none;
}
.ttv-home-only-checkbox:checked ~ .ttv-games-view-home{
    display:block;
}
.ttv-home-only-checkbox:checked ~ .ttv-games-head .ttv-filter-switch{
    background:var(--ttv-green);
}
.ttv-home-only-checkbox:checked ~ .ttv-games-head .ttv-filter-switch:after{
    transform:translateX(15px);
}
.ttv-home-only-checkbox:focus-visible ~ .ttv-games-head .ttv-filter-switch{
    outline:2px solid rgba(0,144,56,.28);
    outline-offset:2px;
}
