
.fullbet-ptv-main { width: 100%; max-width: 100%; }
.fullbet-ptv-main .page-content { max-width: 100%; }

:root {
    --fullbet-ptv-bg: #f6f7f8;
    --fullbet-ptv-surface: #ffffff;
    --fullbet-ptv-surface-strong: #ffffff;
    --fullbet-ptv-text: #1a1d20;
    --fullbet-ptv-text-soft: #646970;
    --fullbet-ptv-border: #e4e6e9;
    --fullbet-ptv-border-strong: #dcdcde;
    --fullbet-ptv-shadow: 0 1px 3px rgba(15, 23, 42, .06);
    --fullbet-ptv-shadow-md: 0 6px 24px rgba(15, 23, 42, .08);
    --fullbet-ptv-dark: #0a1628;
    --fullbet-ptv-accent: #2563EB;
    --fullbet-ptv-accent-dark: #1d4ed8;
    --fullbet-ptv-accent-soft: rgba(37, 99, 235, .08);
    --fullbet-ptv-live: #16a34a;
    --fullbet-ptv-live-dark: #15803d;
    --fullbet-ptv-radius: 10px;
    --fullbet-ptv-radius-sm: 6px;
}

.fullbet-programma-tv {
    color: var(--fullbet-ptv-text);
    font-family: 'Geologica', -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

html.fullbet-ptv-lock-scroll,
body.fullbet-ptv-lock-scroll { overflow: hidden; }

.fullbet-ptv-shell {
    position: relative;
    display: grid;
    gap: 0;
    padding: 0 0 12px;
}

.fullbet-ptv-shell::before { display: none; }

.fullbet-ptv-hero,
.fullbet-ptv-body {
    position: relative;
    z-index: 1;
}

.fullbet-ptv-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 28px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0a1628 0%, #1a3050 100%);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: var(--fullbet-ptv-radius);
    color: #ffffff;
    box-shadow: var(--fullbet-ptv-shadow-md);
    position: relative;
    overflow: hidden;
}
.fullbet-ptv-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 0%, rgba(37,99,235,.25), transparent 55%);
    pointer-events: none;
}

.fullbet-ptv-hero__copy { flex: 1; min-width: 0; position: relative; z-index: 1; }

.fullbet-ptv-hero__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(37,99,235,.18);
    color: #93c5fd;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
}

.fullbet-ptv-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.fullbet-ptv-hero__text {
    margin: 8px 0 0;
    max-width: 560px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.fullbet-ptv-hero__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.fullbet-ptv-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.fullbet-ptv-hero__actions { position: relative; z-index: 1; }

.fullbet-ptv-hero__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

.fullbet-ptv-mobile-filter-toggle,
.fullbet-ptv-filters__clear,
.fullbet-ptv-filters__apply,
.fullbet-ptv-filter-group__toggle,
.fullbet-ptv-match__button,
.fullbet-ptv-match__text-link,
.fullbet-ptv-quick-date { font: inherit; cursor: pointer; }

.fullbet-ptv-date-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    min-width: 150px;
    padding: 0 12px;
    border: 1px solid var(--fullbet-ptv-border-strong);
    border-radius: 8px;
    background: var(--fullbet-ptv-surface);
    cursor: pointer;
}
.fullbet-ptv-date-picker__label {
    font-size: 13px;
    font-weight: 700;
    color: var(--fullbet-ptv-text);
    pointer-events: none;
}
.fullbet-ptv-date-picker__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font: inherit;
}

.fullbet-ptv-mobile-filter-toggle {
    display: none;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--fullbet-ptv-border-strong);
    border-radius: 8px;
    background: var(--fullbet-ptv-surface);
    color: var(--fullbet-ptv-text);
    font-size: 13px;
    font-weight: 700;
}

.fullbet-ptv-body {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.fullbet-ptv-filters__panel,
.fullbet-ptv-content__surface {
    border: 1px solid var(--fullbet-ptv-border);
    border-radius: 10px;
    background: var(--fullbet-ptv-surface);
}

.fullbet-ptv-filters__panel {
    position: sticky;
    top: 106px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

.fullbet-ptv-filters__top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--fullbet-ptv-border);
}

.fullbet-ptv-filters__heading { display: grid; gap: 2px; }
.fullbet-ptv-filters__heading strong { font-size: 13px; font-weight: 800; }
.fullbet-ptv-filters__heading span { color: var(--fullbet-ptv-text-soft); font-size: 11px; font-weight: 600; }

.fullbet-ptv-filters__clear {
    margin-left: auto;
    padding: 0; border: 0; background: none;
    color: var(--fullbet-ptv-accent);
    cursor: pointer; font-size: 11px;
    text-decoration: underline; font-weight: 700;
}

.fullbet-ptv-filter-group__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 0 6px;
    border: 0; background: transparent;
    color: var(--fullbet-ptv-text);
    text-align: left;
    font-size: 11px; font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.fullbet-ptv-filter-group__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px; height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--fullbet-ptv-bg);
    font-size: 10px; font-weight: 800;
}

.fullbet-ptv-filter-group__options {
    display: grid; gap: 2px;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 4px;
}

.fullbet-ptv-filter-group__options::-webkit-scrollbar { width: 3px; }
.fullbet-ptv-filter-group__options::-webkit-scrollbar-thumb { background: rgba(0,0,0,.12); border-radius: 999px; }

.fullbet-ptv-filter-group.fullbet-ptv-filter-group--collapsed .fullbet-ptv-filter-group__options { display: none; }

.fullbet-ptv-filter-option {
    display: grid;
    grid-template-columns: 14px 16px 1fr;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--fullbet-ptv-text);
    cursor: pointer;
    font-size: 12px; font-weight: 600;
    transition: background .15s ease;
}

.fullbet-ptv-filter-option:hover { background: rgba(0,0,0,.03); }

.fullbet-ptv-filter-option input { position: absolute; opacity: 0; pointer-events: none; }

.fullbet-ptv-filter-option__mark {
    width: 14px; height: 14px;
    border: 1.5px solid #ccc;
    border-radius: 3px;
    background: #fff;
    transition: all .15s ease;
}

.fullbet-ptv-filter-option input:checked + .fullbet-ptv-filter-option__mark {
    border-color: var(--fullbet-ptv-accent);
    background: var(--fullbet-ptv-accent);
    box-shadow: inset 0 0 0 2px #fff;
}

.fullbet-ptv-filter-option__logo { width: 16px; height: 16px; object-fit: contain; }
.fullbet-ptv-filter-option__text { min-width: 0; }
.fullbet-ptv-filter-option.fullbet-ptv-filter-option--disabled { opacity: 0.3; pointer-events: none; }

.fullbet-ptv-content { min-width: 0; }
.fullbet-ptv-content__surface { padding: 0; overflow: hidden; }

.fullbet-ptv-quick-dates {
    display: flex;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-bottom: 2px solid var(--fullbet-ptv-border);
    background: var(--fullbet-ptv-surface);
}

.fullbet-ptv-quick-date {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;
    height: 56px;
    padding: 0 12px;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    border-radius: 0;
    background: transparent;
    color: var(--fullbet-ptv-text-soft);
    transition: all .15s ease;
}

.fullbet-ptv-quick-date:hover {
    color: var(--fullbet-ptv-accent);
    background: var(--fullbet-ptv-accent-soft);
}

.fullbet-ptv-quick-date.fullbet-ptv-quick-date--active {
    border-bottom-color: var(--fullbet-ptv-accent);
    color: var(--fullbet-ptv-accent);
    background: transparent;
}

.fullbet-ptv-quick-date__day { font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.fullbet-ptv-quick-date__value { font-size: 12px; font-weight: 800; }

.fullbet-ptv-results__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px 12px;
}

.fullbet-ptv-results__title { margin: 0; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.fullbet-ptv-results__text { margin: 3px 0 0; color: var(--fullbet-ptv-text-soft); font-size: 12px; font-weight: 500; }

.fullbet-ptv-results { display: grid; gap: 0; padding: 0 18px 18px; }

.fullbet-ptv-match {
    border: 0;
    border-bottom: 1px solid var(--fullbet-ptv-border);
    border-left: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    transition: background .15s ease, border-left-color .15s ease, padding-left .15s ease;
    padding-left: 0;
}

.fullbet-ptv-match:last-child { border-bottom: none; }

.fullbet-ptv-match:hover {
    background: var(--fullbet-ptv-accent-soft);
    border-left-color: var(--fullbet-ptv-accent);
    box-shadow: none;
}

.fullbet-ptv-match__main {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
}

.fullbet-ptv-match__time-col {
    display: grid;
    justify-items: center;
    gap: 1px;
}

.fullbet-ptv-match__time {
    color: var(--fullbet-ptv-text);
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.fullbet-ptv-match__time-col::after {
    content: "ώρα";
    color: var(--fullbet-ptv-text-soft);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
}

.fullbet-ptv-match__left { min-width: 0; display: grid; gap: 3px; }

.fullbet-ptv-match__properties,
.fullbet-ptv-match__meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex-wrap: wrap;
}

.fullbet-ptv-match__properties {
    color: var(--fullbet-ptv-text-soft);
    font-size: 11px;
    font-weight: 600;
}

.fullbet-ptv-match__sport-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px; height: 18px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
}

.fullbet-ptv-match__sport-icon img { width: 11px; height: 11px; object-fit: contain; }

.fullbet-ptv-match__league {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.04);
    color: var(--fullbet-ptv-text-soft);
    font-size: 11px;
    font-weight: 700;
}

.fullbet-ptv-match__title {
    margin: 0;
    color: var(--fullbet-ptv-text);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.fullbet-ptv-match__channel-inline {
    color: var(--fullbet-ptv-text-soft);
    font-size: 11px;
    font-weight: 600;
}

.fullbet-ptv-match__meta-dot { width: 3px; height: 3px; border-radius: 999px; background: rgba(0,0,0,.15); }
.fullbet-ptv-match__meta-note { color: var(--fullbet-ptv-text-soft); font-size: 11px; font-weight: 600; }

.fullbet-ptv-match__right { display: flex; align-items: center; gap: 8px; }

.fullbet-ptv-match__channel-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px; min-width: 96px; height: 44px;
    padding: 6px 8px;
    border: 1px solid var(--fullbet-ptv-border);
    border-radius: 6px;
    background: var(--fullbet-ptv-surface);
}

.fullbet-ptv-match__channel-logo { max-width: 100%; max-height: 32px; object-fit: contain; }
.fullbet-ptv-match__actions { display: flex; align-items: center; }

.fullbet-ptv-match__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    height: 34px;
    padding: 0 14px;
    border: 1.5px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.fullbet-ptv-match__button--live {
    background: transparent;
    color: var(--fullbet-ptv-text);
    border-color: var(--fullbet-ptv-border-strong);
}
.fullbet-ptv-match__button--live:hover {
    border-color: var(--fullbet-ptv-text);
    color: var(--fullbet-ptv-text);
}
.fullbet-ptv-match__button--inactive {
    background: transparent;
    color: var(--fullbet-ptv-text-soft);
    border-color: var(--fullbet-ptv-border);
    opacity: .5;
    cursor: default;
}

.fullbet-ptv-match__info {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 14px 78px;
}

.fullbet-ptv-match__info-links { display: flex; gap: 6px; flex-wrap: wrap; }

.fullbet-ptv-match__text-link {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid var(--fullbet-ptv-border-strong);
    border-radius: 5px;
    background: transparent;
    color: var(--fullbet-ptv-text);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s ease;
}

.fullbet-ptv-match__text-link:hover {
    border-color: var(--fullbet-ptv-accent);
    color: var(--fullbet-ptv-accent);
}

.fullbet-ptv-match__odds { padding: 0 0 14px 78px; }
.fullbet-ptv-odds-table { display: grid; gap: 3px; }

.fullbet-ptv-odds-table__row {
    display: grid;
    grid-template-columns: minmax(140px, 1.3fr) repeat(3, minmax(36px, .35fr));
    gap: 6px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    background: var(--fullbet-ptv-bg);
    font-size: 12px;
    font-weight: 700;
}

.fullbet-ptv-odds-table__row--head {
    background: var(--fullbet-ptv-dark);
    color: #fff;
}

.fullbet-ptv-odds-table__bookmaker { display: inline-flex; gap: 8px; align-items: center; }
.fullbet-ptv-odds-table__bookmaker img { width: 18px; height: 18px; object-fit: contain; }

.fullbet-ptv-empty {
    padding: 32px 16px;
    border-radius: 8px;
    background: var(--fullbet-ptv-bg);
    color: var(--fullbet-ptv-text-soft);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.fullbet-programma-tv.fullbet-programma-tv--loading {
    opacity: 0.6;
    pointer-events: none;
}

.fullbet-ptv-filters__mobile-actions,
.fullbet-ptv-mobile-overlay { display: none; }

@media (max-width: 1180px) {
    .fullbet-ptv-body { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 980px) {
    .fullbet-ptv-hero { flex-direction: column; align-items: stretch; padding: 18px 16px; }
    .fullbet-ptv-hero__actions { width: 100%; }
    .fullbet-ptv-body { grid-template-columns: 1fr; }

    .fullbet-ptv-mobile-filter-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .fullbet-ptv-filters {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 10002;
        width: min(340px, 88vw);
        transform: translateX(-110%);
        transition: transform .22s ease;
    }

    .fullbet-ptv-filters.fullbet-ptv-filters--open { transform: translateX(0); }

    .fullbet-ptv-filters__panel {
        top: 0; height: 100vh; max-height: 100vh;
        border-radius: 0 10px 10px 0;
        overflow: auto;
    }

    .fullbet-ptv-filters__mobile-actions,
    .fullbet-ptv-mobile-overlay { display: block; }

    .fullbet-ptv-filters__mobile-actions {
        position: sticky;
        bottom: 0;
        padding-top: 12px;
        background: linear-gradient(180deg, transparent, var(--fullbet-ptv-surface) 34%);
    }

    .fullbet-ptv-filters__apply {
        width: 100%; min-height: 40px;
        border: 0; border-radius: 8px;
        background: var(--fullbet-ptv-accent);
        color: #fff; font-size: 13px; font-weight: 800;
    }

    .fullbet-ptv-mobile-overlay {
        position: fixed; inset: 0; z-index: 10001;
        background: rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 760px) {
    .fullbet-ptv-hero__title { font-size: 20px; }
    .fullbet-ptv-content__surface { border-radius: 8px; }
    .fullbet-ptv-match__main { grid-template-columns: 1fr; gap: 8px; padding: 12px 0; }
    .fullbet-ptv-match__time-col { justify-items: start; flex-direction: row; display: flex; align-items: center; gap: 6px; }
    .fullbet-ptv-match__time-col::after { content: none; }
    .fullbet-ptv-match__right { justify-content: flex-start; width: 100%; }
    .fullbet-ptv-match__info, .fullbet-ptv-match__odds { padding-left: 0; }
    .fullbet-ptv-results { padding: 0 14px 14px; }
    .fullbet-ptv-results__header { padding: 14px 14px 10px; }
}

@media (max-width: 560px) {
    .fullbet-ptv-hero { padding: 14px 12px; }
    .fullbet-ptv-hero__title { font-size: 18px; }
    .fullbet-ptv-hero__text { font-size: 12px; }
    .fullbet-ptv-hero__actions { width: 100%; }
    .fullbet-ptv-date-picker input { width: 100%; min-width: 0; }
    .fullbet-ptv-quick-date { min-width: 60px; }
    .fullbet-ptv-match__right { flex-direction: column; align-items: stretch; }
    .fullbet-ptv-match__channel-box { width: 100%; min-width: 0; }
    .fullbet-ptv-match__button { width: 100%; }
    .fullbet-ptv-odds-table__row { grid-template-columns: minmax(100px, 1fr) repeat(3, minmax(28px, .35fr)); padding: 8px 10px; }
}

body.dark-mode {
    --fullbet-ptv-bg: #1a1d1d;
    --fullbet-ptv-surface: #242828;
    --fullbet-ptv-surface-strong: #242828;
    --fullbet-ptv-text: #e0e0e0;
    --fullbet-ptv-text-soft: #8a8f93;
    --fullbet-ptv-border: rgba(255, 255, 255, 0.06);
    --fullbet-ptv-border-strong: rgba(255, 255, 255, 0.1);
    --fullbet-ptv-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    --fullbet-ptv-shadow-soft: 0 2px 8px rgba(0, 0, 0, 0.1);
    --fullbet-ptv-dark: #e0e0e0;
}

body.dark-mode .fullbet-ptv-filter-option:hover { background: rgba(255,255,255,.04); }
body.dark-mode .fullbet-ptv-filter-option__mark { border-color: #555; background: #333; }
body.dark-mode .fullbet-ptv-filter-group__count { background: #333; color: #ccc; }
body.dark-mode .fullbet-ptv-match__league { background: rgba(255,255,255,.06); }
body.dark-mode .fullbet-ptv-match__sport-icon { background: rgba(255,255,255,.06); }
body.dark-mode .fullbet-ptv-odds-table__row { background: #2e3232; }
body.dark-mode .fullbet-ptv-empty { background: #2e3232; }
body.dark-mode .fullbet-ptv-match__button--inactive { background: transparent; border-color: var(--fullbet-ptv-border); color: var(--fullbet-ptv-text-soft); }
body.dark-mode .fullbet-ptv-match:hover { background: rgba(255,255,255,.02); }
body.dark-mode .fullbet-ptv-quick-date:hover { background: rgba(255,255,255,.04); }
