        ::-webkit-scrollbar-track {
            -webkit-box-shadow: unset;
            background-color: transparent
        }

        ::-webkit-scrollbar {
            width: 12px;
            background-color: transparent
        }

        .macListe::-webkit-scrollbar,
        .macListeWrapper::-webkit-scrollbar {
            display: none
        }

        ::-webkit-scrollbar-thumb {
            background-color: #fdb800;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent))
        }

        * {
            margin: 0;
            padding: 0;
            text-decoration: none
        }

        html {
            scroll-behavior: smooth
        }

        body {
            background-color: #a7a7a7
        }

        section.mainContainer {
            position: relative;
            width: 1100px;
            min-height: auto;
            background-color: #f3f3f8;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding: 0 25px;
            box-sizing: border-box
        }

        header {
            height: auto
        }

        .topDuyuru {
            position: relative;
            width: 100%;
            height: 40px;
            background-color: #fdb800;
            font-size: 12px;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .topDuyuru .close {
            width: 24px;
            height: 24px;
            position: absolute;
            right: 10px;
            top: 8px;
            cursor: pointer
        }

        .topNav {
            position: relative;
            width: 100%;
            height: 71px;
            padding: 0 16px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #fff;
            border-radius: 0 0 4px 4px
        }

        .topNav .topLogo {
            position: relative;
            width: 49px;
            height: 49px
        }

        .topNav .topLogo img {
            position: relative;
            width: 100%;
            height: 100%
        }

        .topNav ul.menu {
            display: flex;
            align-items: center;
            list-style: none;
            height: 100%;
            color: #8b8b8b
        }

        .topNav ul.menu a {
            padding: 10px 15px;
            border-radius: 4px
        }

        .topNav ul.menu a:hover {
            background-color: #000;
            color: #fff !important
        }

        #homeButton {
            display: inline-flex;
            align-items: center
        }

        #homeButton svg {
            fill: #8b8b8b
        }

        #homeButton:hover svg {
            fill: #ffff
        }

        .buttons .btn {
            position: relative;
            padding: 10px;
            padding-left: 24px;
            border-radius: 4px
        }

        button.btn {
            background: none;
            border: 0;
            cursor: pointer;
        }

        .buttons .btn img {
            position: absolute;
            top: 50%;
            left: 6px;
            transform: translateY(-50%);
            width: 14px;
            height: 14px
        }

        .buttons .btn.green {
            background-color: #000;
            color: #fff
        }

        .topNav .buttons.mobile {
            display: none
        }

        .topReklam {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 0;
            margin-top: 15px
        }

        .topBannerContainer {
            display: flex;
            gap: 15px;
            align-items: center;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;
            max-width: 1050px;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box
        }

        #ornekReklam1,
        #ornekReklam1b {
            border-radius: 10px
        }

        #ornekReklam1-2 {
            width: 100%;
            height: 0;
            border-radius: 10px
        }

        section.yayinAndListe {
            width: 100%;
            min-height: 480px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end
        }

        section.yayinAndListe .yayin {
            width: 730px;
            height: 450px
        }

        section.yayinAndListe .yayin #playerForApi,
        section.yayinAndListe .yayin iframe#customIframe {
            width: 100%;
            height: 100%
        }

        section.yayinAndListe .kontrolPanel {
            width: 300px;
            padding-right: 15px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start
        }

        .kontrolPanel .nav {
            position: relative;
            height: auto;
            display: flex
        }

        .nav .btn-changePanel {
            padding: 8px 14px;
            border-radius: 7px;
            border: 1px solid #d4d4dd;
            font-weight: 600;
            margin-left: 4px;
            cursor: pointer
        }

        .nav .btn-changePanel:first-child {
            margin-left: unset
        }

        .nav .btn-changePanel:hover {
            border: 1px solid #fdb800
        }

        .nav .btn-changePanel.aktif {
            color: #fff;
            background-color: #fdb800
        }

        .kontrolPanel .tab {
            width: 100%;
            height: 475px;
            padding: 0 4px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            margin-top: 6px;
            border-radius: 6px
        }

        .kontrolPanel .tab .subNav {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
            position: relative;
            padding: 2px 0
        }

        .changeSportButton {
            position: relative;
            padding: 8px 9px;
            border-radius: 4px;
            font-weight: 400;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-height: 34px;
            box-sizing: border-box;
            cursor: pointer;
            color: #646f81;
            width: 100%
        }

        .changeSportButton:hover {
            color: #000
        }

        .changeSportButton:hover svg {
            fill: #000
        }

        .changeSportButton span.type {
            display: none
        }

        .changeSportButton svg {
            position: relative;
            width: 18px;
            height: 18px;
            fill: #c2c2c2
        }

        .changeSportButton.aktif span.type {
            display: inline-block;
            padding-left: 10px
        }

        .changeSportButton.aktif svg {
            fill: #fdb800
        }

        .changeSportButton.aktif {
            background-color: #d3d5de;
            color: #000
        }

        .kontrolPanel .arama {
            width: 100%;
            position: relative;
            height: 32px;
            margin-top: 5px
        }

        .kontrolPanel input {
            width: 100%;
            height: 100%;
            background-color: #d3d5de;
            border-radius: 6px;
            border: 0;
            outline: unset;
            padding: 10px 10px;
            box-sizing: border-box
        }

        .kontrolPanel .macListeWrapper {
            flex: 1;
            position: relative;
            height: 360px;
            margin-top: 8px;
            overflow-y: scroll;
            scrollbar-width: none
        }

        .macListeWrapper .macListe {
            width: 100%;
            height: 100%;
            overflow-y: scroll;
            scrollbar-width: none
        }

        .macListeWrapper .macListe .mac {
            width: 100%;
            min-height: 32px;
            height: fit-content;
            margin-top: 6px;
            background-color: #d3d5de;
            border-radius: 4px;
            padding: 5px 8px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer
        }

        .macListeWrapper .macListe .mac:first-child {
            margin-top: unset
        }

        .macListeWrapper .macListe .mac:last-child {
            margin-bottom: 8px
        }

        .macListeWrapper .macListe .mac:hover {
            background-color: #ff5e004b
        }

        .macListeWrapper .macListe .mac.aktif:hover {
            background-color: #fdb800
        }

        .macListe .mac .saat {
            color: #fdb800;
            font-weight: 600
        }

        .macListe .mac .takimlar {
            color: #000;
            font-weight: 400;
            text-align: center;
            padding-left: 6px
        }

        .macListe .mac .lig {
            color: #646f81;
            font-size: 10px
        }

        .macListe .mac.aktif {
            background-color: #30e58b
        }

        .macListe .mac.aktif .takimlar {
            color: #fff
        }

        .macListe .mac.aktif .lig,
        .macListe .mac.aktif .saat {
            color: #000
        }

        section.otherContent {
            width: 100%;
            display: flex;
            flex-direction: row-reverse;
            margin-top: 20px;
            justify-content: flex-end
        }

        .otherContent .content {
            width: 730px;
            height: fit-content
        }

        .otherContent .sidebar {
            width: 300px;
            margin-right: 15px
        }

        .contentReklam {
            width: 100%;
            display: flex;
            justify-content: center
        }

        #ornekReklam2 {
            width: 100%;
            border-radius: 10px
        }

        .contentBox {
            width: 100%;
            padding: 20px 40px;
            background-color: #eaeaf1;
            margin: 10px 0;
            border-radius: 10px;
            box-sizing: border-box;
            min-height: 120px;
            content-visibility: auto;
            contain-intrinsic-size: auto 500px
        }

        h2 {
            font-size: 14px;
            color: #fdb800;
            margin: 10px 0
        }

        p {
            margin: 10px 0;
            color: #000
        }

        /* FAQ görünümü */
        details.faq-item {
            border: 1px solid #d4d4dd;
            border-radius: 6px;
            padding: 8px 12px;
            margin: 8px 0;
            background: transparent
        }

        details.faq-item[open] {
            border-color: #fdb800
        }

        details.faq-item summary {
            cursor: pointer;
            font-weight: 600
        }

        details.faq-item summary::-webkit-details-marker {
            display: none
        }

        .sidebarReklam {
            width: 100%;
            display: flex;
            justify-content: center
        }

        #ornekReklam3 {
            width: 100%;
            border-radius: 10px
        }

        footer {
            position: relative;
            bottom: 0;
            width: 100%;
            background-color: #d5d5d5;
            height: auto;
            min-height: 140px;
            width: 1100px;
            margin: auto;
            padding: 20px 25px;
            box-sizing: border-box
        }

        footer p {
            color: #65656b
        }

        footer .foot {
            position: absolute;
            bottom: 15px;
            width: 95%;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        footer .foot span.socialWrapper {
            display: flex;
            align-items: center;
            background: #00000024;
            border-radius: 4px;
            padding: 5px 20px
        }

        footer .foot a.social img {
            padding: 5px;
            width: 22px
        }

        a.linkedBlue {
            color: #fdb800
        }

        #openMobileMenu svg {
            fill: #000
        }

        .isiklarToggle.light {
            display: none
        }

        #openMobileMenu.aktif svg {
            fill: #fdb800
        }

        .onlyMobile {
            display: none
        }

        #playerForApi {
            width: 100%;
            height: 100%
        }

        body.dark {
            background-color: #000
        }

        body.dark section.mainContainer {
            background-color: #1b1b1b
        }

        body.dark .topNav {
            background-color: #121212;
            border-bottom: 1px solid #282828
        }

        body.dark .buttons .btn {
            color: #fff
        }

        body.dark .kontrolPanel .tab {
            background-color: #121212
        }

        body.dark .nav .btn-changePanel {
            color: #fff
        }

        body.dark .nav .btn-changePanel.aktif {
            color: #fff;
            border-color: #fdb800
        }

        body.dark .changeSportButton:hover {
            color: #fdb800
        }

        body.dark .changeSportButton:hover svg {
            fill: #fdb800
        }

        body.dark .changeSportButton.aktif {
            color: #fff;
            background-color: #000
        }

        body.dark .kontrolPanel input {
            background-color: #343434;
            color: #fff
        }

        body.dark .macListeWrapper .macListe .mac {
            background-color: #202020
        }

        body.dark .macListeWrapper .macListe .mac.aktif {
            background-color: #30e58b
        }

        body.dark .macListeWrapper .macListe .mac .takimlar {
            color: #fff
        }

        body.dark .macListeWrapper .macListe .mac:hover {
            background-color: #ff5e004f
        }

        body.dark .macListeWrapper .macListe .mac.aktif:hover {
            background-color: #fdb800
        }

        body.dark .contentBox {
            background-color: #121212
        }

        body.dark p {
            color: #fff
        }

        body.dark footer {
            background-color: #121212;
            color: #fff
        }

        body.dark #isiklarToggle {
            color: #111827;
            background-color: #f59e0b
        }

        body.dark details.faq-item {
            border-color: #343434
        }

        #isiklarToggle {
            cursor: pointer
        }

        /* Logo görseli için sabit alan ayır (CLS azaltma) */
        .topLogo1 img {
            width: 170px;
            height: 40px;
            aspect-ratio: 170 / 40;
            object-fit: contain
        }

        @media only screen and (max-width:1099px) {
            section.mainContainer {
                width: 100%
            }

            .adsPanelMobile {
                display: none
            }

            .adsPanelDesktop {
                display: inline
            }

            header {
                width: 100%
            }

            section.yayinAndListe {
                flex-direction: column
            }

            section.yayinAndListe .yayin {
                width: 100%
            }

            section.yayinAndListe .kontrolPanel {
                width: 100%;
                padding-left: 0
            }

            .kontrolPanel .nav {
                margin: 20px 0
            }

            .nav .btn-changePanel {
                flex: 1;
                text-align: center
            }

            section.otherContent {
                flex-direction: column
            }

            .otherContent .sidebar {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px
            }

            .otherContent .content {
                width: 100%
            }

            .otherContent .sidebar {
                margin-left: 0
            }

            footer {
                width: 100%
            }

            .yayin {
                position: relative;
                width: 100%;
                height: 450px
            }

            .yayin iframe {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

            footer .foot {
                width: unset;
                height: fit-content
            }
        }

        @media only screen and (max-width:850px) {
            header {
                height: auto
            }

            .adsPanelMobile {
                display: inline
            }

            .adsPanelDesktop {
                display: none
            }

            .topDuyuru {
                height: auto;
                box-sizing: border-box;
                padding: 10px 30px
            }

            .topDuyuru .close {
                right: 5px;
                top: calc(50% - 12px)
            }

            section.mainContainer {
                padding: 0
            }

            .topNav {
                border-radius: 0;
                padding: 0 8px
            }

            .topBannerContainer {
                flex-direction: column;
                gap: 15px;
                align-items: center;
                padding: 0 8px;
                max-width: 100%
            }

            #ornekReklam1,
            #ornekReklam1b,
            #ornekReklam1c {
                width: 100% !important;
                max-width: 100% !important;
                flex: none !important;
                margin: 0 !important
            }

            #ornekReklam1 img,
            #ornekReklam1b img,
            #ornekReklam1c img {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important
            }

            #ornekReklam1 div {
                width: 100% !important;
                max-width: 100% !important
            }

            .topReklam {
                margin-top: 10px
            }

            #ornekReklam1 a,
            #ornekReklam1b a,
            #ornekReklam1c a {
                display: block;
                width: 100%
            }

            .contentReklam {
                margin: 15px 8px !important;
                display: none !important
            }

            #ornekReklam2 {
                display: none !important
            }

            #ornekReklam2 img {
                display: none !important
            }

            .playerAltReklam {
                margin: 15px 8px !important
            }

            #ornekReklam4 {
                width: 100% !important
            }

            #ornekReklam4 img {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                border-radius: 8px !important
            }

            .topNav ul.menu {
                display: none;
                flex-direction: column;
                height: auto;
                width: 100%;
                background-color: #8b8b8b;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 99;
                border-radius: 0
            }

            .topNav ul.menu li {
                width: 100%;
                line-height: 40px;
                text-align: center;
                border-top: 1px solid rgba(0, 0, 0, .186);
                color: #000
            }

            .topNav ul.menu li#homeButton {
                display: none
            }

            .topNav .buttons.desktop {
                display: none
            }

            .topNav .buttons.mobile {
                display: inline-flex;
                align-items: center
            }

            .topNav ul.menu li a {
                position: relative;
                width: 100%;
                display: inline-block;
                box-sizing: border-box;
                padding: 0
            }

            .topNav ul.menu a.aktif {
                color: #ffc400 !important;
                background-color: unset
            }

            body.dark .isiklarToggle svg {
                fill: #fff
            }

            body.dark .isiklarToggle.light {
                display: inline-block
            }

            body.dark .isiklarToggle.light svg {
                fill: #30e58b
            }

            body.dark .isiklarToggle.moon {
                display: none
            }

            body.dark #openMobileMenu svg {
                fill: #fff
            }

            body.dark #openMobileMenu.aktif svg {
                fill: #36bfff
            }

            body.dark .topNav ul.menu {
                background-color: #121212
            }

            body.dark .topNav ul.menu li {
                border-top: 1px solid rgba(255, 255, 255, .16);
                color: #fff
            }

            section.otherContent,
            section.yayinAndListe {
                box-sizing: border-box;
                padding: 0 8px
            }

            section.otherContent .content {
                width: 100% !important;
                float: none !important
            }

            section.otherContent .sidebar {
                width: 100% !important;
                float: none !important;
                margin-top: 20px
            }

            footer {
                height: fit-content
            }

            footer .foot {
                position: relative;
                height: fit-content;
                bottom: unset;
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                padding: 20px 0 10px 0
            }

            footer .foot span {
                padding: 5px 0
            }

            .onlyMobile {
                display: inline-flex
            }

            #ornekReklam1,
            #ornekReklam1-2 {
                border-radius: 0;
                width: 100%
            }

            #ornekReklam3 {
                width: 70%
            }

            #playerForApi {
                width: 100%;
                height: 100%;
                overflow: hidden
            }

            /* Player altı şerit reklamları düzenle */
            .ads_single_font {
                margin: 10px 0 !important;
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                font-size: 13px !important;
                padding: 8px !important;
                border-radius: 4px !important
            }

            .yayin .ads_single_font:first-of-type {
                margin-top: 0 !important
            }

            .yayin .ads_single_font:last-of-type {
                margin-bottom: 0 !important
            }

            /* İframe altı ve player altı reklam alanlarını düzenle */
            .yayin {
                margin-bottom: 35px !important
            }

            .playerAltReklam {
                margin-top: 35px !important;
                margin-bottom: 30px !important
            }

            .kontrolPanel {
                margin-top: 35px !important
            }

            /* Reklam alanları arasında net ayrım */
            .yayin .ads_single_font:last-of-type {
                margin-bottom: 25px !important
            }

            .playerAltReklam #ornekReklam4 {
                margin-top: 20px !important
            }

            /* Header şerit reklamı mobilde düzenle */
            .hellobar {
                padding: 8px 0 !important;
                font-size: 12px !important
            }

            .hellobar>div {
                padding: 0 8px !important
            }

            .hellobar span:last-child {
                margin-left: 3px !important;
                padding: 2px 6px !important;
                font-size: 10px !important
            }

            .hellobar a {
                line-height: 1.2 !important
            }

            /* İframe player şerit reklamları mobilde düzenle */
            .yayin .ads_single_font {
                margin: 0 !important;
                padding: 8px !important;
                background: #60a5fa !important;
                border-radius: 0 !important
            }

            .yayin .ads_single_font:first-of-type {
                margin: 0 !important;
                margin-bottom: 0 !important
            }

            .yayin .ads_single_font:last-of-type {
                margin: 0 !important;
                margin-top: 0 !important
            }

            .yayin iframe {
                margin: 0 !important;
                border: 0 !important
            }

            .yayin #playerForApi {
                margin: 0 !important;
                border: 0 !important
            }

            /* Player altı reklamı tam yapışık yap */
            .yayin .ads_single_font:last-of-type {
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                border-top: 0 !important;
                border-bottom: 0 !important
            }

            /* İframe ile alt reklam arasındaki boşluğu kaldır */
            .yayin iframe+.ads_single_font {
                margin-top: 0 !important;
                padding-top: 0 !important
            }

            .yayin iframe {
                margin-bottom: 0 !important;
                padding-bottom: 0 !important;
                display: block !important
            }
        }

        a {
            color: inherit;
            text-decoration: inherit
        }

        img {
            max-width: 100%
        }

        /* ---- Makale Tipografi (contentBox) ---- */
        .contentBox h1 {
            font-size: 22px;
            color: #fdb800;
            /* H1 artık sarı */
            margin: 10px 0 8px;
            line-height: 1.25;
        }

        .contentBox h2 {
            font-size: 16px;
            /* Biraz büyüttük */
            color: #fdb800;
            /* Alt başlıklar da sarı */
            margin: 14px 0 8px;
        }

        .contentBox p {
            font-size: 13px;
            line-height: 1.85;
            color: #000;
        }

        .contentBox ul,
        .contentBox ol {
            padding-left: 18px;
            line-height: 1.85;
        }

        .contentBox li {
            color: #000;
        }

        /* SSS görünümü ve okunabilirlik */
        details.faq-item summary {
            cursor: pointer;
            font-weight: 600;
            color: #000;
        }

        details.faq-item .faq-answer {
            color: #000;
        }

        /* Koyu tema metinleri: siyah görünenleri düzelt */
        body.dark .contentBox p,
        body.dark .contentBox li,
        body.dark .contentBox details.faq-item summary,
        body.dark .contentBox details.faq-item .faq-answer {
            color: #eaeaea;
        }

        body.dark .contentBox h1,
        body.dark .contentBox h2 {
            color: #fdb800;
        }

        /* SSS (details) koyu tema metin rengi düzeltmesi */
        body.dark .contentBox details.faq-item,
        body.dark .contentBox details.faq-item * {
            color: #eaeaea !important;
            /* summary + açılan içerik + listeler */
        }

        /* isteğe bağlı: koyu temada arka plan/border iyileştirme */
        body.dark details.faq-item {
            background: #1a1a1a;
            border-color: #3a3a3a;
        }

        /* =====================
           Erişilebilir Renk Şeması (Yüksek Kontrast)
           ===================== */
        :root {
            --bg: #f8fafc;
            /* Sayfa arka planı (açık) */
            --surface: #ffffff;
            /* İç kutular */
            --surface-alt: #f3f4f6;
            /* İkincil yüzey */
            --text: #111827;
            /* Ana metin */
            --text-muted: #374151;
            /* İkincil metin */
            --primary: #1d4ed8;
            /* Link/aksiyon */
            --accent: #f59e0b;
            /* Vurgu (uyarı/duyuru) */
            --border: #e5e7eb;
            /* Çerçeve/border */
            --success: #0f766e;
            /* Aktif kart arka planı */
            --success-contrast: #ffffff;
            /* Aktif kart metni */
            --hover: #e5e7eb;
            /* Hover yüzeyi */
        }

        body.dark {
            --bg: #0b0f14;
            /* Sayfa arka planı (koyu) */
            --surface: #111827;
            --surface-alt: #0f172a;
            --text: #e5e7eb;
            --text-muted: #cbd5e1;
            --primary: #60a5fa;
            --accent: #f59e0b;
            --border: #334155;
            --success: #0d9488;
            --success-contrast: #ffffff;
            --hover: #1f2937;
        }

        /* Temel tipografi ve arka planlar */
        html {
            font-size: 16px;
        }

        body {
            background-color: var(--bg);
            color: var(--text);
            font-size: 15px;
            line-height: 1.6;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
        }

        section.mainContainer {
            background-color: var(--surface);
        }

        /* Üst navigasyon */
        .topNav {
            background-color: var(--surface);
            border-bottom: 1px solid var(--border);
        }

        .topNav ul.menu {
            color: var(--text-muted);
        }

        .topNav ul.menu a {
            color: var(--text-muted);
        }

        .topNav ul.menu a:hover,
        .topNav ul.menu a:focus {
            background-color: var(--primary);
            color: #fff !important;
        }

        #homeButton:hover svg {
            fill: #fff;
        }

        /* Butonlar */
        .buttons .btn {
            color: var(--text);
        }

        .buttons .btn.green {
            background-color: var(--primary);
            color: #ffffff;
        }

        body.dark .buttons .btn.green {
            background-color: #f59e0b;
            color: #111827;
        }

        /* Duyuru şeridi */
        .topDuyuru {
            background-color: var(--accent);
            color: #111827;
        }

        /* Kontrol paneli ve liste */
        .kontrolPanel .tab {
            background-color: var(--surface);
            border: 1px solid var(--border);
        }

        .changeSportButton {
            color: var(--text-muted);
        }

        .changeSportButton:hover {
            color: var(--text);
        }

        .changeSportButton svg {
            fill: #94a3b8;
        }

        .changeSportButton.aktif {
            background-color: var(--surface-alt);
            color: var(--text);
        }

        .changeSportButton.aktif svg {
            fill: var(--primary);
        }

        .kontrolPanel input {
            background-color: var(--surface-alt);
            color: var(--text);
            border: 1px solid var(--border);
        }

        .macListeWrapper .macListe .mac {
            background-color: var(--surface-alt);
            color: var(--text);
        }

        .macListeWrapper .macListe .mac:hover {
            background-color: var(--hover);
        }

        .macListe .mac .saat {
            color: var(--primary);
            font-weight: 700;
        }

        .macListe .mac .lig {
            color: var(--text-muted);
        }

        .macListe .mac.aktif {
            background-color: var(--success) !important;
        }

        .macListe .mac.aktif .takimlar,
        .macListe .mac.aktif .lig,
        .macListe .mac.aktif .saat {
            color: var(--success-contrast) !important;
        }

        /* İçerik kutuları ve tipografi */
        .contentBox {
            background-color: var(--surface-alt);
            color: var(--text);
        }

        .contentBox h1,
        .contentBox h2 {
            color: var(--primary) !important;
        }

        .contentBox p,
        .contentBox li {
            color: var(--text);
            font-size: 15px;
            line-height: 1.8;
        }

        details.faq-item {
            border-color: var(--border);
            background: transparent;
        }

        details.faq-item summary {
            color: var(--text);
        }

        details.faq-item .faq-answer {
            color: var(--text);
        }

        /* Alt bilgi (footer) */
        footer {
            background-color: var(--surface-alt);
            color: var(--text-muted);
        }

        footer p {
            color: var(--text-muted);
        }

        a.linkedBlue {
            color: var(--primary);
        }

        a.linkedBlue:hover {
            text-decoration: underline;
        }

        /* Mobil menü arka planı ve listeler */
        @media only screen and (max-width:850px) {
            .topNav ul.menu {
                background-color: var(--surface);
            }

            .topNav ul.menu li {
                color: var(--text);
                border-top: 1px solid var(--border);
            }
        }

        /* Odak (klavye erişilebilirliği) */
        a:focus-visible,
        button:focus-visible,
        .btn:focus-visible,
        .changeSportButton:focus-visible {
            outline: 2px solid var(--primary);
            outline-offset: 2px;
        }

        /* Hellobar stilleri */
        .hellobar a:hover {
            text-decoration: none;
        }

        .hellobar a:hover span:last-child {
            background: #ffed4e !important;
            transform: scale(1.05);
            transition: all 0.3s ease;
        }

        #closeHellobar:hover {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }

        /* Hellobar responsive düzenlemeleri - Header ile aynı */
        @media only screen and (max-width: 1099px) {
            .hellobar>div {
                width: 100% !important;
                padding: 0 8px !important;
            }
        }

        @media only screen and (max-width: 850px) {
            .hellobar {
                padding: 10px 0 !important;
                font-size: 12px !important;
            }

            .hellobar>div {
                padding: 0 8px !important;
            }

            .hellobar span:last-child {
                margin-left: 5px !important;
                padding: 3px 8px !important;
                font-size: 10px !important;
            }

            header {
                margin-top: 50px !important;
            }

            .fixedFooterAd {
                left: 0 !important;
                right: 0 !important;
                transform: none !important;
                border-radius: 0 !important;
                width: 100vw !important;
                max-width: 100vw !important;
                overflow: hidden !important;
            }

            .fixedFooterAd>div {
                width: 100% !important;
                max-width: 100% !important;
                overflow: hidden !important;
            }

            .fixedFooterAd img {
                width: 100% !important;
                height: auto !important;
                max-width: 100% !important;
                border-radius: 0 !important;
                display: block !important;
            }

            #closeFixedFooterAd {
                top: -8px !important;
                right: 8px !important;
                width: 22px !important;
                height: 22px !important;
                font-size: 14px !important;
            }

            footer {
                margin-bottom: 80px !important;
            }

            /* Yatay scroll'u engelle */
            body {
                overflow-x: hidden !important;
                width: 100% !important;
                max-width: 100% !important;
            }

            section.mainContainer {
                overflow-x: hidden !important;
                width: 100% !important;
                max-width: 100% !important;
            }
        }