/* ============================================================
   SAFİR TEMA - Modern UI (Referans: surattv2.live/modern.css)
   ============================================================ */

:root {
    --primary:        #00b4d8;
    --primary-light:  #90e0ef;
    --primary-glow:   rgba(0,180,216,0.35);
    --accent:         #f97316;
    --accent-glow:    rgba(249,115,22,0.3);
    --gold:           #fbbf24;
    --green:          #22c55e;
    --red:            #ef4444;
    --bg-base:        #0a1929;
    --glass:          rgba(10,25,41,0.55);
    --glass-strong:   rgba(10,25,41,0.80);
    --glass-light:    rgba(255,255,255,0.06);
    --glass-border:   rgba(255,255,255,0.10);
    --glass-border-strong: rgba(255,255,255,0.15);
    --text-1: #ffffff;
    --text-2: rgba(255,255,255,0.65);
    --text-3: rgba(255,255,255,0.35);
    --blur:        20px;
    --blur-strong: 40px;
    --radius:    16px;
    --radius-lg: 22px;
    --radius-xl: 28px;
    --shadow:    0 8px 32px rgba(0,0,0,0.25);
    --shadow-lg: 0 16px 48px rgba(0,0,0,0.35);
    --transition: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-1);
    background-color: var(--bg-base);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
/* Arka plan görseli üstüne karartma katmanı — transparan bölgeler okunabilir olsun */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 5, 15, 0.60);
    z-index: 1;
    pointer-events: none;
}
#wrapper { position: relative; z-index: 5; }

/* Pageskin (arka plan görseli) */
.pageskin {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 0;
    background: center center no-repeat;
    background-size: cover;
    pointer-events: none;
}

.alert { border-radius: 8px; }

#wrapper {
    position: relative;
    z-index: 5;
    max-width: 1060px;
    margin: 0 auto;
    background: transparent;
}

/* ====================================================
   HEADER — Floating glass card (logo-bar style)
   ==================================================== */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    margin: 14px 12px 8px;
    background: var(--glass);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
    z-index: 100;
}
/* Siyan üst çizgi efekti */
.header::after {
    content: '';
    position: absolute;
    top: 0; left: 24px; right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-glow), transparent);
    border-radius: var(--radius-xl);
}
.header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header .header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.navbar-toggler { display: none; }
.navbar-brand { height: 56px; padding: 8px 0; }
.navbar-brand img { padding: 0; height: 40px; width: auto; filter: drop-shadow(0 2px 10px var(--primary-glow)); }
#rtl .navbar-brand { margin-right: 0; margin-left: 1rem; }

/* Site logo linki */
.header a img { height: 42px; width: auto; filter: drop-shadow(0 2px 10px rgba(0,180,216,0.2)); transition: filter 0.3s ease; }
.header a:hover img { filter: drop-shadow(0 2px 16px rgba(0,180,216,0.4)); }

/* ====================================================
   SOSYAL MEDYA İKONLARI — Rounded square (12px radius)
   ==================================================== */
.header-socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0; padding: 0; list-style: none;
}
.header-socials li { display: inline-flex; }
.header-socials li a,
.social-icon-btn {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22,0.61,0.36,1);
    position: relative;
    overflow: hidden;
}
.header-socials li a::before,
.social-icon-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent);
    pointer-events: none;
}
.header-socials li a:hover,
.social-icon-btn:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
/* Platform renkleri */
.header-socials li a:has(.fa-twitter):hover,
.header-socials li a:has(.la-twitter):hover { background: #000; border-color: rgba(255,255,255,0.25); box-shadow: 0 8px 24px rgba(0,0,0,0.5); }
.header-socials li a:has(.fa-telegram):hover,
.header-socials li a:has(.la-telegram):hover { background: #0088cc; border-color: rgba(0,136,204,0.6); box-shadow: 0 8px 24px rgba(0,136,204,0.4); }
.header-socials li a:has(.fa-youtube):hover,
.header-socials li a:has(.la-youtube):hover { background: #ff0000; border-color: rgba(255,0,0,0.5); box-shadow: 0 8px 24px rgba(255,0,0,0.4); }
.header-socials li a:has(.fa-instagram):hover,
.header-socials li a:has(.la-instagram):hover { background: linear-gradient(135deg,#405de6,#833ab4,#c13584,#e1306c,#fd1d1d,#f56040,#f77737,#fcaf45,#ffdc80); border-color: transparent; box-shadow: 0 8px 24px rgba(193,53,132,0.4); }
.header-socials li a:has(.fa-discord):hover { background: #5865f2; border-color: rgba(88,101,242,0.6); box-shadow: 0 8px 24px rgba(88,101,242,0.4); }
.header-socials li a i,
.header-socials li a svg { font-size: 16px; line-height: 1; position: relative; z-index: 1; }

/* Twitter → X logo */
.fa-twitter::before,
i.fab.fa-twitter::before,
i.las.la-twitter::before,
i.lab.la-twitter::before {
    content: "𝕏";
    font-family: 'Georgia', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 0.85em;
}

/* Footer sosyal butonlar da aynı stil */
.footer-social-btn {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.65);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22,0.61,0.36,1);
    position: relative;
    overflow: hidden;
}
.footer-social-btn:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.08);
}
.footer-social-btn:has(.fa-twitter):hover,
.footer-social-btn:has(.la-twitter):hover { background: #000; border-color: rgba(255,255,255,0.2); box-shadow: 0 8px 20px rgba(0,0,0,0.5); }
.footer-social-btn:has(.fa-telegram):hover,
.footer-social-btn:has(.la-telegram):hover { background: #0088cc; border-color: rgba(0,136,204,0.5); box-shadow: 0 8px 20px rgba(0,136,204,0.35); }
.footer-social-btn:has(.fa-youtube):hover,
.footer-social-btn:has(.la-youtube):hover { background: #ff0000; border-color: rgba(255,0,0,0.5); box-shadow: 0 8px 20px rgba(255,0,0,0.35); }
.footer-social-btn:has(.fa-instagram):hover,
.footer-social-btn:has(.la-instagram):hover { background: linear-gradient(135deg,#833ab4,#c13584,#fd1d1d,#f77737,#fcaf45); border-color: transparent; box-shadow: 0 8px 20px rgba(193,53,132,0.35); }

/* Siteye Git / CTA butonu */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: rgba(0,180,216,0.12);
    border: 1px solid rgba(0,180,216,0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.cta-btn:hover {
    box-shadow: 0 4px 16px rgba(0,180,216,0.2);
    background: rgba(0,180,216,0.18);
    border-color: rgba(0,180,216,0.3);
}

/* ====================================================
   LANGUAGES
   ==================================================== */
.languages { list-style: none; margin: 0; padding: 0; }
.languages li { float: left; }
.languages li a { display: block; color: var(--text-3); padding: 0 3px; line-height: 56px; font-size: 12px; font-weight: 400; }
.languages li.active a, .languages li:hover a { color: #fff; text-decoration: none; }

/* ====================================================
   NAV — Premium transparan navbar
   ==================================================== */
.navbar {
    display: block;
    margin: 0 12px 8px;
    padding: 4px 8px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/* Her zaman görünür */
.navbar .navbar-collapse {
    display: block !important;
}
.header-menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 2px;
    justify-content: center !important;
}
.header-menu .nav-item { position: relative; }
.header-menu .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 12px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    white-space: nowrap;
    border: none;
    background: transparent;
    transition: color 0.25s ease;
    line-height: 1;
    outline: none;
}
/* İkon — büyük, üstte */
.header-menu .nav-item .nav-link i {
    font-size: 28px;
    display: block;
    line-height: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.72;
}
/* Menü adı — altta, Rajdhani, beyaz */
.header-menu .nav-item .nav-link span {
    display: block;
    font-family: 'Rajdhani', 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.80);
    text-decoration: none !important;
    line-height: 1;
    transition: color 0.3s ease;
}

/* Premium glow-float animasyonu */
@keyframes navIconPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
        text-shadow: none;
    }
    50% {
        transform: translateY(-3px) scale(1.18);
        opacity: 0.95;
        text-shadow: 0 4px 16px rgba(0,180,216,0.45);
    }
}

/* Hover */
.header-menu .nav-item .nav-link:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
.header-menu .nav-item .nav-link:hover i {
    color: var(--primary-light);
    text-shadow: 0 0 18px rgba(0,180,216,0.55);
    animation: navIconPulse 0.6s ease forwards;
    opacity: 1;
}
.header-menu .nav-item .nav-link:hover span {
    color: #fff;
}

/* Active */
.header-menu .nav-item .nav-link.active {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
.header-menu .nav-item .nav-link.active i {
    color: var(--primary);
    text-shadow: 0 0 16px rgba(0,180,216,0.5);
    animation-duration: 2s;
}
.header-menu .nav-item .nav-link.active span {
    color: var(--primary-light);
}

#rtl .header-menu .nav-item .nav-link i { margin-left: 0; margin-right: 0; }

/* Dropdown */
.dropdown-menu {
    font-size: 13px;
    font-weight: 400;
    background: var(--glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    color: var(--text-2);
    border-radius: var(--radius);
    width: 200px;
    border: 1px solid var(--glass-border-strong) !important;
    margin: 4px 0;
    padding: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.dropdown-menu li a {
    display: block;
    line-height: 36px;
    padding: 0 12px;
    color: var(--text-2);
    border-radius: 8px;
    transition: all 0.2s;
}
.dropdown-menu li a:hover { text-decoration: none; color: #fff; background: rgba(255,255,255,0.07); }
.nav-item.dropdown.show { background: rgba(255,255,255,0.04); border-radius: 12px; }

.navbar-expand-md { justify-content: space-between; }

/* ====================================================
   YATAY REKLAM
   ==================================================== */
.yatay-reklam-alani {
    padding: 8px 12px;
    text-align: center;
}
.yatay-reklam-alani img {
    border-radius: var(--radius);
    max-width: 100%;
    border: 1px solid var(--glass-border);
}

/* ====================================================
   MAIN & MATCH WRAPPER
   ==================================================== */
.main { padding-bottom: 18px; }

#match-wrapper {
    padding: 0 12px 0;
}
#match-wrapper > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 0;
}
#match-wrapper > .row > .col-lg-8,
#match-wrapper > .row > .col-lg-4 {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
    min-width: 0;
}

/* Score-board üstte, player ortada */
.col-lg-8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#score-board {
    order: 1;
}
#stream-player {
    order: 2;
}

/* Live stats — tam genişlik, borderless */
#live-stats-section {
    margin-top: 10px;
    background: transparent;
    overflow: visible;
    position: relative;
    width: 100%;
}

/* ============================================
   SCORE-BOARD — Premium match header & body
   ============================================ */
#score-board .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 10px;
    gap: 10px;
    background: linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,180,216,0.04));
    border-bottom: 1px solid var(--glass-border);
}
#score-board .body .odd {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
}
#score-board .body .odd.home { flex-direction: row; justify-content: flex-start; }
#score-board .body .odd.away { flex-direction: row-reverse; justify-content: flex-start; }
#score-board .body .odd img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
    border-radius: 4px;
}
#score-board .body .odd h3 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
#score-board .body .away h3 { text-align: right; }
#score-board .body .odds {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 14px;
}
#score-board .body .odds::after {
    content: 'VS';
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.2);
}

/* ====================================================
   VIDEO PLAYER KART
   ==================================================== */
.videoalani {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    border: 1px solid var(--glass-border-strong);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(8px);
    position: relative;
}
.videoalani::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(0,180,216,0.2), transparent 50%, rgba(249,115,22,0.08));
    z-index: 0;
    pointer-events: none;
}

/* Canlı badge (player üzerinde) */
.player-live-badge {
    position: absolute;
    top: 16px; left: 16px;
    z-index: 10;
    background: rgba(239,68,68,0.85);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 4px 24px rgba(239,68,68,0.5);
    border: 1px solid rgba(255,255,255,0.15);
}
.live-dot {
    width: 7px; height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: pulseDot 1.5s ease-in-out infinite;
}
@keyframes pulseDot { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ====================================================
   STREAM PLAYER
   ==================================================== */
#stream-player { position: relative; }
#stream-player .stream-name { position: absolute; top: 20px; left: 30px; z-index: 10; opacity: 1; transition: all 300ms linear; font-size: 18px; font-weight: 500; background: #000; }
.plyr--hide-controls .stream-name { opacity: 0 !important; transition: all 300ms linear; }
#stream-player .logo { position: absolute; z-index: 11; }
#stream-player .logo a { display: inline-block; }
#stream-player .logo img { width: 150px; height: auto; }
#stream-player .logo.top-right { top: 20px; right: 30px; }
#stream-player .logo.top-left { top: 20px; left: 30px; }
#stream-player .logo.bottom-right { bottom: 80px; right: 30px; }
#stream-player .logo.bottom-left { bottom: 80px; left: 30px; }
#stream-player .pause { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #ffae03; cursor: pointer; }
#stream-player .pause svg { width: 4em; fill: #ffffff; }

#score-board {
    overflow: hidden;
    border-radius: var(--radius-xl);
}

/* ====================================================
   EVENT LIST — Glass panel (live-list style)
   ==================================================== */
#event-list {
    border: 1px solid var(--glass-border-strong);
    border-radius: var(--radius-xl);
    background: var(--glass);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    overflow: hidden;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
}

/* Tab header */
#event-list .sections {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
}
#event-list .sections a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    background: none;
    border: none;
    color: var(--text-3);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
#event-list .sections a:first-child { border-right: 1px solid rgba(255,255,255,0.06); }
#event-list .sections a:hover { color: var(--text-2); background: rgba(255,255,255,0.02); text-decoration: none; }
#event-list .sections a.active {
    color: var(--primary-light);
    background: linear-gradient(180deg, rgba(0,180,216,0.08), transparent);
}
#event-list .sections a.active::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 50%;
    transform: translateX(-50%);
    width: 50px; height: 2px;
    background: var(--primary);
    border-radius: 2px;
    box-shadow: 0 0 16px var(--primary-glow);
}

/* Sport type tabs (icon row) */
#event-list .tabs {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 6px 8px;
    position: relative;
    background: rgba(0,0,0,0.08);
    overflow: hidden;
}
#event-list .tabs a {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 36px;
    border-radius: 10px;
    margin: 2px;
    transition: background 0.2s;
    border: 1px solid transparent;
}
#event-list .tabs a .icon { margin: 8px; fill: rgba(255,255,255,0.2); width: 18px; height: 18px; transition: fill 0.2s; }
#event-list .tabs a span {
    text-align: right; margin: 0; padding: 2px 4px; display: none;
    font-weight: 700; font-size: 9px; background: var(--primary); color: #000;
    white-space: nowrap; line-height: 1; position: absolute; top: 2px; right: 2px;
    height: 13px; border-radius: 4px;
}
#event-list .tabs a p { font-size: 10px; padding: 8px 2px; margin: 0; text-align: center; color: rgba(255,255,255,0.2); width: 36px; line-height: 1; }
#event-list .tabs a:hover { text-decoration: none; background: rgba(255,255,255,0.05); }
#event-list .tabs a.active { background: transparent; border-color: transparent; }
#event-list .tabs a.active .icon { fill: var(--primary); }
#event-list .tabs a.active span { display: inline-block; }
#event-list .tabs a.active p { color: var(--primary); }
#event-list .tabs .owl-next, #event-list .tabs .owl-prev { position: absolute; line-height: 40px; top: 0; width: 28px; text-align: center; color: var(--text-3); }
#event-list .tabs .owl-next { right: 0; }
#event-list .tabs .owl-prev { left: 0; }
#rtl #event-list .tabs a { float: right; }

/* Search */
#event-list .search {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.1);
    position: relative;
}
#event-list .search::before {
    content: '\f002';
    font-family: 'Line Awesome Free';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-3);
    font-size: 14px;
    pointer-events: none;
}
#event-list .search input {
    border: 0;
    width: 100%;
    height: 38px;
    padding: 0 12px 0 38px;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    outline: none;
    font-family: inherit;
}
input[type=search]::placeholder { color: var(--text-3); }

/* Match items list — sabit yükseklik: sekme değişiminde reflow olmasın */
#event-list .items { height: 435px; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; scrollbar-color: rgba(0,180,216,0.15) transparent; }
#event-list .items::-webkit-scrollbar { width: 3px; }
#event-list .items::-webkit-scrollbar-track { background: transparent; }
#event-list .items::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--primary), transparent); border-radius: 4px; }

/* Single match item */
#event-list .items a {
    display: grid;
    grid-template-columns: 28px minmax(0,1fr) 48px minmax(0,1fr) 28px;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: var(--text-1);
    text-decoration: none;
    transition: background 0.18s ease;
    cursor: pointer;
    position: relative;
}
#event-list .items a::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: var(--primary);
    border-radius: 0 2px 2px 0;
    opacity: 0;
    transition: opacity 0.18s ease;
}
#event-list .items a:last-child { border-bottom: none; }

/* Logolar */
.el-logo {
    width: 26px; height: 26px;
    border-radius: 4px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.4));
    transition: transform 0.2s ease, filter 0.2s ease;
}
#event-list .items a:hover .el-logo {
    transform: scale(1.1);
    filter: drop-shadow(0 2px 8px rgba(0,180,216,0.3));
}

/* Home / Away sütun wrapper */
.el-home-col,
.el-away-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}
.el-home-col { align-items: flex-start; }
.el-away-col { align-items: flex-end; }

/* Lig adı — küçük etiket, takım ismi üzerinde */
.el-home-col .el-league {
    font-family: 'Barlow Condensed', 'Rajdhani', sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.30);
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

/* Takım isimleri */
.el-home-name,
.el-away-name {
    font-family: 'Barlow Condensed', 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,0.78);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
    min-width: 0;
    max-width: 100%;
    transition: color 0.18s ease;
}
.el-home-name { text-align: left; }
.el-away-name { text-align: right; }

/* Orta: saat — pill badge */
.el-center-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    width: 48px;
}
.el-time {
    font-family: 'Barlow Condensed', 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(0,180,216,0.75);
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1.3;
}

/* Hover */
#event-list .items a:hover {
    background: rgba(255,255,255,0.035) !important;
    text-decoration: none;
}
#event-list .items a:hover::before { opacity: 0.5; }
#event-list .items a:hover .el-home-name,
#event-list .items a:hover .el-away-name { color: rgba(255,255,255,0.95); }
#event-list .items a:hover .el-home-col .el-league { color: rgba(255,255,255,0.45); }
#event-list .items a:hover .el-time {
    color: var(--primary-light);
}

/* Active */
#event-list .items a.active {
    background: rgba(0,180,216,0.07) !important;
    border-bottom-color: rgba(0,180,216,0.12) !important;
}
#event-list .items a.active::before { opacity: 1 !important; }
#event-list .items a.active .el-home-name,
#event-list .items a.active .el-away-name { color: #fff; }
#event-list .items a.active .el-home-col .el-league { color: rgba(255,255,255,0.50); }
#event-list .items a.active .el-time {
    color: var(--primary-light);
}

/* Canlı maçlar tab'daki live badge */
.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #000;
    font-size: 9px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 10px;
    box-shadow: 0 2px 10px var(--primary-glow);
    letter-spacing: 0.5px;
}

/* ====================================================
   CHANNELS
   ==================================================== */
#section-channels { padding: 10px; }
#channels { max-height: 520px; overflow-y: auto; overflow-x: hidden; }
#channels a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    margin-bottom: 8px;
    height: 72px;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}
#channels a:hover {
    background: rgba(0,180,216,0.06);
    border-color: rgba(0,180,216,0.25);
    transform: translateY(-2px);
    box-shadow: var(--shadow), 0 0 24px rgba(0,180,216,0.08);
}
#channels a img { max-width: 80%; max-height: 50px; }
#channels .item:nth-child(odd) { padding-right: 4px; }
#channels .item:nth-child(even) { padding-left: 4px; }

/* ====================================================
   NEWS LIST
   ==================================================== */
.news-list { padding: 0; margin-top: 20px; }
.news-list .news-list-header {
    font-weight: 500;
    margin-bottom: 0;
    background: var(--glass);
    backdrop-filter: blur(var(--blur));
    border-radius: var(--radius) var(--radius) 0 0;
    border: 1px solid var(--glass-border);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
}
.news-list .news-list-header h3 {
    font-weight: 600; font-size: 14px;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 0 16px; line-height: 48px; margin: 0;
}
.news-list .news-list-header .owl-nav { float: right; }
.news-list .news-list-header .owl-nav button {
    border: 0; background: rgba(255,255,255,0.05); color: #fff;
    line-height: 48px; padding: 0 12px; margin: 0 2px;
    border-radius: 8px; transition: background 0.2s;
}
.news-list .news-list-header .owl-nav button:hover { background: rgba(255,255,255,0.1); }
.news-list .item a { display: block; border-radius: var(--radius); overflow: hidden; }
.news-list .item a img { width: 100%; height: 140px; object-fit: cover; margin-bottom: 1px; }
.news-list .item a span {
    transition: all .15s ease-in-out; position: absolute;
    left: 0; bottom: 0; right: 0; padding: 10px 12px;
    color: #fff; background: linear-gradient(to top, rgba(0,0,0,.9), transparent);
    display: block; text-align: center; font-size: 12px;
}
.news-list .item a:hover span { background: linear-gradient(to top, rgba(0,0,0,.95), transparent); }

/* FOOTER — bkz. aşağıdaki blok (yeniden tanımlı) */

/* ====================================================
   SECTION HEADERS
   ==================================================== */
.section-header {
    font-weight: 500; margin-bottom: 12px;
    background: var(--glass); backdrop-filter: blur(var(--blur));
    border-radius: var(--radius); border: 1px solid var(--glass-border); overflow: hidden;
}
.section-header h3 {
    font-weight: 600; font-size: 14px;
    display: inline-flex; align-items: center;
    padding: 0 16px; line-height: 48px; margin: 0; gap: 8px;
}

/* ====================================================
   LIVESCORE
   ==================================================== */
#livescore { margin-top: 20px; }
#livescore .heading {
    overflow: hidden; margin-bottom: 0;
    background: var(--glass); backdrop-filter: blur(var(--blur));
    border-radius: var(--radius) var(--radius) 0 0;
    border: 1px solid var(--glass-border); border-bottom: none;
    display: flex; align-items: center;
}
#livescore .heading h3 {
    font-weight: 600; display: flex; align-items: center; gap: 8px;
    float: left; margin: 0; line-height: 48px; padding: 0 16px; font-size: 14px;
}
#livescore .heading ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
#livescore .heading ul li { float: left; }
#livescore .heading ul li a {
    color: var(--text-3); display: flex; align-items: center;
    line-height: 48px; padding: 0 16px; font-size: 12px; font-weight: 600; transition: color 0.2s;
}
#livescore .heading ul li a:hover, #livescore .heading ul li.active {
    text-decoration: none; color: #fff; background: rgba(255,255,255,0.05);
}
#livescore .heading ul li .icon { fill: #fff; width: 18px; height: 18px; margin-right: 8px; }
.score-loader { text-align: center; padding: 30px 0; }

/* SportRadar widget overrides */
.sr-bb svg { fill: #fff; }
.sr-bb .sr-ml-list__realcategory { border-top: 1px solid rgba(255,255,255,0); background: rgba(255,255,255,0.05); }
.sr-bb .sr-ml-list__realcategory-name { font-weight: 500; }
.sr-bb .sr-ml-list__match { border-top: 1px solid transparent; background: rgba(255,255,255,0.02); }
.sr-bb .sr-ml-list__match:nth-child(odd) { background: rgba(255,255,255,0); }
.sr-bb .sr-ml-list__match:hover { background: rgba(0,180,216,0.05); }
.sr-matchlist-header__showodds { display: none; }
.sr-matchlist__header-wrapper { background: rgba(0,0,0,0.3); }
.sr-bb .sr-ml-list__tournament { border-top: 1px solid transparent; background: rgba(255,255,255,0.03); }
.sr-bb .sr-ml-list__live-icon { fill: var(--red); }
.sr-bb .sr-ml-list__expand-icon { fill: #fff; }
.sr-bb .sr-poweredby__wrapper { display: none; }
.sr-bb .sr-match-default__score-large { color: var(--primary); font-size: 16px; }
.sr-bb .sr-loader__container { max-height: 500px; overflow-y: scroll; }
.sr-switcher__live-icon { fill: #ff0 !important; }
.sr-switcher__live-text { color: #ff0 !important; }
.sr-bb .sr-match-default__live { animation: blinker 2s linear infinite; color: #fff000 !important; }
@keyframes blinker { 50% { opacity: 0; } }

/* ====================================================
   PLYR VIDEO PLAYER
   ==================================================== */
.plyr--video {
    position: relative;
    user-select: none;
    --color: var(--primary);
    border-radius: var(--radius-xl);
}
.plyr--video:hover .event-name { opacity: 1; }
.plyr--video:hover .fullscreen+.event-name { opacity: 0; }
.event-name {
    opacity: 0; position: absolute; top: 1em; left: 1em; z-index: 3;
    transition: all 300ms linear; pointer-events: none;
}
.plyr--video .watermark { position: absolute; z-index: 2; user-select: none; }
.watermark { display: none; }
.watermark.show { display: block; }
.watermark.solUst { left: 2em; top: 2em; }
.watermark.sagUst { right: 2em; top: 2em; }
.watermark.sagAlt { right: 2em; bottom: 4em; }
.watermark.solAlt { bottom: 4em; left: 2em; }
.plyr--video .watermark.fullscreen img { max-width: 160px; }
.plyr--video .watermark img { max-width: 128px; }
.plyr--video .site-name { font-weight: 300; letter-spacing: 2px; }
.live-button { display: flex; flex-direction: row; align-items: center; cursor: pointer; }
.stream-ads {
    position: absolute; background: var(--color);
    bottom: calc(65px + 1em);
    animation: streamads forwards cubic-bezier(.22,.61,.36,1) 500ms;
    z-index: 999; border-radius: 6px;
    box-shadow: 0 12px 20px rgba(0,0,0,.5);
    background-size: 100% 100%;
}
.stream-ads.fullscreen { width: 728px!important; height: 90px!important; left: calc(50% - 364px)!important; }
.stream-ads.smallscreen { width: 468px!important; height: 60px!important; left: calc(50% - 234px)!important; }
.ads-close { animation: adsclose forwards cubic-bezier(.22,.61,.36,1) 500ms; }
@keyframes streamads { 0%{opacity:0;transform:translateY(100%)} 100%{opacity:1;transform:none} }
@keyframes adsclose { 0%{opacity:1;transform:none} 100%{opacity:0;transform:translateY(100%)} }
.live-text { font-weight: 400; letter-spacing: 1px; }
.live-blink { width: 6px; height: 6px; border-radius: 50%; background: var(--red); margin-right: .5em; animation: live 1000ms linear infinite; }
video { width: 100%; line-height: 1; }
.custom-ads { position: absolute; top: 2em; right: 2em; z-index: 2; color: #fff; border-radius: 6px; line-height: 1; backdrop-filter: blur(5px); }
.plyr__controls { justify-content: space-between; padding: 1em!important; border-top: 0; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent)!important; }
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] { background: var(--color); }
.plyr__controls [role=tooltip] { background: #fff; color: var(--color); box-shadow: none; padding: .5em 1em; font-weight: 300; }
.plyr--full-ui input[type=range] { color: var(--color); }
.plyr__controls .site-name, .live-button { text-transform: uppercase; font-size: .75em; }
.player-flex { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.player-flex>:not(:first-child) { margin-left: .5em; }
@keyframes live { 0%,100%{opacity:.4} 50%{opacity:1} }

/* ====================================================
   VIDEO LOADER
   ==================================================== */
.video-loader {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: rgba(0,0,0,.85); backdrop-filter: blur(4px); color: #fff;
}
.video-loader picture { width: 120px; display: flex; justify-content: center; align-items: center; }
.loader-teams>.loader-bars { display: flex; flex-direction: row; align-items: center; margin-bottom: 1em; }
.loader-bars>div {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--color); margin: 0 .5em;
    animation: timelaoder 600ms linear infinite; animation-delay: 100ms;
}
.loader-text { padding: 0 4em; text-align: center; }
.loader-teams { display: grid; grid-template-columns: auto auto auto; gap: 0; align-items: center; justify-content: center; }
.loader-teams>div { display: grid; gap: 1em; align-items: center; }
.loader-teams img { width: 64px; margin: auto; }
.loader-teams .loader-home { grid-template-columns: 1fr; text-align: right; }
.loader-teams .loader-away { grid-template-columns: 1fr; text-align: left; }
.loader-loading { margin-top: 1em; }
.loader-team-name { width: 120px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.event-logo { max-width: 240px; max-height: 110px; }

.video-before {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #000; z-index: 4; border-radius: var(--radius-xl);
    overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.video-before-play { position: absolute; left: 1em; top: 1em; cursor: pointer; }
.video-before-play svg { width: 1em; }
.video-before img { width: 100%; height: 100%; }
.video-skip { position: absolute; bottom: 2em; right: 2em; padding: 1em 2em; background: #000; color: #fff; border: 1px solid #fff; font-weight: 700; }
.video-skip.done { cursor: pointer; }
.video-skip span { font-size: .875em; font-weight: 300; }
.video-before video { width: 100%; height: 100%; object-fit: cover; }

#match-ended {
    user-select: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(0,0,0,.92); backdrop-filter: blur(8px);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 1em; text-align: center; z-index: 99; border-radius: var(--radius-xl);
}
#match-ended h3 { font-size: 28px; font-weight: 700; color: var(--gold); }
#match-ended p { max-width: 360px; }
#match-ended u { color: var(--gold); text-decoration: none; }
#match-ended > p:not(:first-child) { margin-top: 1em; }

.loader-bar { position: relative; width: 80px; padding: 0 20px; }
.loader-bar div {
    position: absolute; width: 13px; height: 13px; border-radius: 50%;
    background: var(--gold); animation-timing-function: cubic-bezier(0,1,1,0);
}
.loader-bar div:nth-child(1) { left: 8px; animation: loader-bar1 0.6s infinite; }
.loader-bar div:nth-child(2) { left: 8px; animation: loader-bar2 0.6s infinite; }
.loader-bar div:nth-child(3) { left: 32px; animation: loader-bar2 0.6s infinite; }
.loader-bar div:nth-child(4) { left: 56px; animation: loader-bar3 0.6s infinite; }
@keyframes loader-bar1 { 0%{transform:scale(0)} 100%{transform:scale(1)} }
@keyframes loader-bar3 { 0%{transform:scale(1)} 100%{transform:scale(0)} }
@keyframes loader-bar2 { 0%{transform:translate(0,0)} 100%{transform:translate(24px,0)} }
@keyframes timelaoder { 0%,100%{transform:translateY(0)} 50%{transform:translateY(100%)} }

/* ====================================================
   365SCORES WİDGET
   ==================================================== */
.widget365-section {
    margin: 18px 12px 18px;
}
#powered-by { display: none !important; }

/* ====================================================
   SPOR HABERLERİ — News section
   ==================================================== */
.news-section {
    margin: 28px 12px 20px;
    padding-top: 0;
}
.news-section-card {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.news-section-header {
    display: flex;
    align-items: center;
    padding: 12px 4px 10px;
    border-bottom: none;
    background: transparent;
}
/* Premium başlık yapısı */
.news-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.nst-icon-wrap {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(0,180,216,0.1);
    flex-shrink: 0;
}
.nst-icon-wrap i {
    font-size: 18px;
    color: var(--primary);
}
.nst-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.nst-label {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    opacity: 0.75;
    line-height: 1;
}
.nst-main {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-1);
    line-height: 1;
}
.nst-line {
    height: 2px;
    width: 40px;
    background: linear-gradient(90deg, var(--primary), transparent);
    border-radius: 2px;
    position: absolute;
    bottom: -6px;
    left: 48px;
}
.news-track-wrap {
    padding: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,180,216,0.15) transparent;
}
.news-track-wrap::-webkit-scrollbar { height: 3px; }
.news-track-wrap::-webkit-scrollbar-thumb { background: rgba(0,180,216,0.2); border-radius: 4px; }
.news-track {
    display: flex;
    gap: 10px;
    min-width: max-content;
}
.news-loading {
    padding: 12px 16px;
    font-size: 12px;
    color: var(--text-3);
}
/* News card */
.news-card {
    display: flex;
    flex-direction: column;
    width: 200px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--text-1);
    transition: all 0.25s ease;
    flex-shrink: 0;
}
.news-card:hover {
    background: rgba(0,180,216,0.06);
    border-color: rgba(0,180,216,0.2);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--text-1);
}
.nc-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    flex-shrink: 0;
}
.nc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.news-card:hover .nc-img img { transform: scale(1.03); }
.nc-body {
    padding: 10px 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.nc-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nc-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: var(--text-3);
    margin-top: auto;
}
.nc-meta i { color: var(--primary); font-size: 11px; }
.nc-date {
    margin-left: auto;
    font-size: 9px;
    color: var(--text-3);
}

/* ====================================================
   CANLI SKOR STRIP (livescores-section)
   ==================================================== */
.livescores-section {
    margin: 0 12px 18px;
}
.livescores-card {
    background: transparent;
    border: none;
    border-radius: var(--radius-xl);
    overflow: hidden;
}
.livescores-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 4px;
    border-bottom: none;
    background: transparent;
}
.livescores-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--text-2);
}
.livescores-title i { color: var(--primary); font-size: 15px; }
.livescores-count-badge {
    background: var(--primary);
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 7px;
    border-radius: 20px;
    min-width: 20px;
    text-align: center;
}
.livescores-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.25);
    color: #f87171;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 2px 8px;
    border-radius: 20px;
}
.slb-dot {
    width: 5px; height: 5px;
    background: #ef4444;
    border-radius: 50%;
    animation: live 1000ms linear infinite;
}
.livescores-updated {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--text-3);
}

/* Scrolling track */
.livescores-track-wrap {
    overflow: hidden;
    padding: 12px 0;
    cursor: grab;
    position: relative;
    /* Reflow izolasyonu — sekme geçişlerinde animasyon bozulmasın */
    contain: layout style;
    isolation: isolate;
}
.livescores-track-wrap:active { cursor: grabbing; }
.livescores-track {
    display: flex;
    gap: 10px;
    padding: 0 12px;
    will-change: transform;
    transform: translateZ(0);
}
.livescores-empty {
    text-align: center;
    padding: 14px;
    color: var(--text-3);
    font-size: 12px;
}

/* Individual score card */
.ls-card {
    flex-shrink: 0;
    width: 255px;
    background: rgba(255,255,255,0.028);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius);
    padding: 12px 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    user-select: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}
.ls-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,180,216,0.3), transparent);
}
.ls-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.13);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.07);
}
.ls-card.has-score {
    background: rgba(0,180,216,0.04) !important;
    border-color: rgba(0,180,216,0.18) !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.35), 0 0 20px rgba(0,180,216,0.06), inset 0 1px 0 rgba(0,180,216,0.12) !important;
}
.ls-card.has-score::before {
    background: linear-gradient(90deg, transparent, rgba(0,180,216,0.5), transparent);
}
.ls-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ls-league-info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ls-league-logo { width: 14px; height: 14px; object-fit: contain; }
.ls-league-name {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 9px;
    color: rgba(255,255,255,0.28);
    font-weight: 600;
    letter-spacing: 0.3px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.ls-status-badge { display: none; }
.ls-live-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ls-live-dot {
    width: 4px; height: 4px;
    background: #ef4444;
    border-radius: 50%;
    animation: live 1000ms linear infinite;
}

/* Kart gövdesi: logo+isim | skor | isim+logo */
.ls-card-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}
.ls-team {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}
/* Home: img sol → isim sağ  |  Away: isim sol → img sağ (HTML sırası zaten böyle) */
.ls-team-home { flex-direction: row; justify-content: flex-start; }
.ls-team-away { flex-direction: row; justify-content: flex-end; }
.ls-team-logo {
    width: 22px; height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 3px;
}
.ls-team-logo-ph { color: var(--text-3); font-size: 14px; }
.ls-team-name {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.9);
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    max-width: 80px;
}
.ls-team-away .ls-team-name { text-align: right; }
.ls-score {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}
.ls-score-home, .ls-score-away {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    line-height: 1;
    min-width: 18px;
    text-align: center;
    letter-spacing: -0.5px;
}
.ls-score-sep {
    font-size: 14px;
    color: rgba(255,255,255,0.2);
    font-weight: 300;
    line-height: 1;
    margin: 0 1px;
}
/* Skor geldiğinde kart vurgusu */
.ls-card.has-score {
    background: transparent;
}
.ls-card.has-score .ls-score-home,
.ls-card.has-score .ls-score-away {
    color: #fff;
    animation: scorePulse 2.5s ease-in-out infinite;
}
.ls-card.has-score .ls-score-home { animation-delay: 0s; }
.ls-card.has-score .ls-score-away { animation-delay: 0.15s; }
@keyframes scorePulse {
    0%, 100% { text-shadow: none; opacity: 1; }
    50%       { text-shadow: 0 0 10px rgba(0,180,216,0.6); opacity: 0.92; }
}

/* ====================================================
   RESPONSIVE
   ==================================================== */

/* Tablet (≤1024px): grid daralt */
@media (max-width: 1024px) {
    #match-wrapper > .row {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) !important;
    }
}

/* Tablet küçük (≤860px): tek kolon */
@media (max-width: 860px) {
    #match-wrapper > .row {
        grid-template-columns: 1fr !important;
    }
    #event-list { margin-top: 10px; }
    #event-list .items { height: 300px; }
}

/* Mobil (≤767px) */
@media (max-width: 767px) {
    .pageskin { display: none; }

    /* Header */
    .header { margin: 8px 8px 6px; padding: 10px 12px; border-radius: var(--radius-lg); }
    .header a img { height: 30px; }
    .header .header-right { gap: 5px; }
    .header-socials { gap: 4px; }
    .header-socials li a { width: 28px; height: 28px; font-size: 12px; border-radius: 8px; }

    /* Navbar */
    .navbar { margin: 0 8px 6px; padding: 6px; border-radius: var(--radius-lg); }
    .navbar-toggler {
        padding: 6px 8px; display: inline-flex;
        flex-direction: column; justify-content: center; align-items: center; gap: 5px;
        background: rgba(255,255,255,0.07); border-radius: 8px;
        border: 1px solid var(--glass-border); cursor: pointer;
    }
    .navbar-toggler .icon-bar { display: block; width: 20px; height: 2px; background: rgba(255,255,255,0.7); border-radius: 2px; }
    .navbar-nav .dropdown-menu { width: 100%; }
    .header-menu .nav-item .nav-link { padding: 6px 8px; font-size: 9px; }
    .header-menu .nav-item .nav-link i { font-size: 22px; }

    /* Match wrapper */
    #match-wrapper { padding: 0 8px; }
    #match-wrapper > .row { grid-template-columns: 1fr !important; gap: 8px; }

    /* Player — mobilde tam genişlik, 16:9 oran */
    #stream-player { order: 1 !important; }
    #score-board   { order: 2 !important; }
    .videoalani video { width: 100%; height: auto; aspect-ratio: 16/9; }

    /* Score-board mobil */
    #score-board .body {
        padding: 10px 12px;
        gap: 8px;
    }
    #score-board .body .odd img { width: 28px; height: 28px; }
    #score-board .body .odd h3 { font-size: 12px; }

    /* Event list */
    #event-list { margin-top: 8px; }
    #event-list .items { height: 260px; }
    #event-list .sections a { padding: 12px 8px; font-size: 10px; gap: 5px; }

    /* Live stats — compact */
    #live-stats-section { margin-top: 8px; }
    .stats-panel-tab { font-size: 12px; padding: 12px 8px; letter-spacing: 1px; }
    .stats-panel-content { max-height: 280px; }

    /* Livescore strip */
    .livescores-section { margin: 0 8px 0; }
    .ls-card { width: calc(100vw - 56px) !important; scroll-snap-align: start; }
    .ls-team-name { max-width: 90px; }

    /* Lineup grid — tek kolon mobilde */
    .lineups-grid { grid-template-columns: 1fr !important; }

    /* Misc */
    .yatay-reklam-alani { padding: 6px 8px; }
    .bnr { width: 100%; overflow: hidden; }
    .bnr img { max-width: 100%; padding-right: 12px; padding-left: 12px; }
    .tab-btn { padding: 12px 8px; font-size: 10px; }
    #livescore .heading h3 { float: none; line-height: 42px; }
    #livescore .heading { flex-wrap: wrap; }
}

/* ====================================================
   HEADER CTA BUTONU — Siteye Git
   ==================================================== */
.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: linear-gradient(135deg, rgba(0,180,216,0.18), rgba(0,180,216,0.08));
    border: 1px solid rgba(0,180,216,0.35);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s var(--transition);
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0,180,216,0.12);
}
.header-cta-btn:hover {
    background: linear-gradient(135deg, rgba(0,180,216,0.28), rgba(0,180,216,0.14));
    border-color: rgba(0,180,216,0.55);
    box-shadow: 0 4px 20px rgba(0,180,216,0.25);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}
.header-cta-btn i { font-size: 14px; }

@media (max-width: 480px) {
    .header-cta-btn span { display: none; }
    .header-cta-btn { padding: 8px 10px; }
}

/* ====================================================
   NAVBAR — Ortalanmış (ek overrides)
   ==================================================== */
.navbar .navbar-collapse {
    display: flex !important;
    justify-content: center;
    transition: none;
}

/* Hamburger toggler animasyonu */
.navbar-toggler .icon-bar {
    transition: all 0.3s ease;
    transform-origin: center;
}
.navbar-toggler.is-active .icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.navbar-toggler.is-active .icon-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.navbar-toggler.is-active .icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobil: navbar tamamen gizli, hamburger ile açılır */
@media (max-width: 767px) {
    .navbar {
        display: none !important;
        padding: 6px 8px 10px;
        background: var(--glass-strong) !important;
        backdrop-filter: blur(var(--blur-strong));
        -webkit-backdrop-filter: blur(var(--blur-strong));
        border-bottom: 1px solid var(--glass-border);
        margin: 0 0 6px;
        border-radius: 0;
    }
    .navbar.nav-open {
        display: block !important;
        animation: navSlideDown 0.25s var(--transition) both;
    }
    @keyframes navSlideDown {
        from { opacity: 0; transform: translateY(-8px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    .navbar .navbar-collapse {
        flex-direction: column !important;
        align-items: stretch;
    }
    .header-menu {
        flex-direction: column !important;
        gap: 2px;
    }
    .header-menu .nav-item { width: 100%; }
    .header-menu .nav-link {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding: 10px 16px;
    }
    .header-menu .nav-link i { font-size: 20px !important; animation: none; opacity: 0.75; }
    .header-menu .nav-link span { font-size: 11px !important; letter-spacing: 1px; }
}

/* ====================================================
   CANLI SKOR — Mobil: 1 kart snap scroll
   ==================================================== */
@media (max-width: 767px) {
    .livescores-track-wrap {
        overflow-x: scroll !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 12px 12px;
    }
    .livescores-track-wrap::-webkit-scrollbar { display: none; }
    .livescores-track {
        display: flex;
        gap: 10px;
        padding: 0;
    }
    .ls-card {
        width: calc(100vw - 56px) !important;
        flex-shrink: 0;
        scroll-snap-align: center;
    }
}

/* ====================================================
   SPOR HABERLERİ — Yatay scroll, geniş kartlar
   ==================================================== */
.news-grid-wrap {
    padding: 14px 14px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.08) transparent;
    -webkit-overflow-scrolling: touch;
}
.news-grid-wrap::-webkit-scrollbar { height: 3px; }
.news-grid-wrap::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }

.news-grid-inner {
    display: flex;
    gap: 12px;
    min-width: max-content;
    padding-bottom: 4px;
}

.news-grid-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    font-size: 12px;
    color: var(--text-3);
    min-width: 200px;
}
.news-grid-loading i { font-size: 18px; color: var(--primary); }
.la-spin { animation: laSpin 1s linear infinite; }
@keyframes laSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Haber kartı */
.news-grid-card {
    display: flex;
    flex-direction: column;
    width: 240px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--text-1);
    opacity: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.news-grid-card.ngc-visible {
    animation: ngcFadeUp 0.4s var(--transition) both;
}
@keyframes ngcFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.news-grid-card:hover {
    box-shadow: none;
    transform: translateY(-3px);
    text-decoration: none;
    color: var(--text-1);
}
.ngc-img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: rgba(0,0,0,0.25);
    flex-shrink: 0;
}
.ngc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.news-grid-card:hover .ngc-img img { transform: scale(1.05); }
.ngc-img-overlay { display: none; }
.ngc-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.03);
}
.ngc-img-placeholder i { font-size: 30px; color: var(--text-3); opacity: 0.4; }
.ngc-body {
    padding: 12px 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}
.ngc-category { display: none; }
.ngc-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ngc-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: var(--text-3);
    margin-top: auto;
}
.ngc-source { display: flex; align-items: center; gap: 4px; }
.ngc-source i { color: var(--text-3); font-size: 10px; }
.ngc-date { display: flex; align-items: center; gap: 3px; margin-left: auto; white-space: nowrap; font-size: 9px; }

@media (max-width: 767px) {
    .news-grid-card { width: 200px; }
    .ngc-img { height: 108px; }
    .news-section { margin: 0 8px 10px; }
}

/* ====================================================
   PUAN DURUMU — Standings section
   ==================================================== */
.standings-section {
    max-width: 1200px;
    margin: 18px auto 28px;
    padding: 0 16px;
}
.standings-card {
    background: var(--glass);
    backdrop-filter: blur(var(--blur));
    -webkit-backdrop-filter: blur(var(--blur));
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.standings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 10px;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    flex-wrap: wrap;
}
.standings-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-1);
    letter-spacing: 0.3px;
}
.standings-title i { color: var(--primary); font-size: 18px; }

.standings-league-select-wrap { position: relative; }
.standings-league-select {
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: var(--text-1);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 30px 6px 12px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
    font-family: inherit;
    min-width: 150px;
}
.standings-league-select:hover,
.standings-league-select:focus { border-color: rgba(0,180,216,0.35); background: rgba(255,255,255,0.08); }
.standings-league-select option { background: #0d1b2a; color: #fff; }
.standings-league-select-wrap::after {
    content: '\f107';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 10px; top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--text-3);
    font-size: 13px;
}

.standings-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    font-size: 12px;
    color: var(--text-3);
}
.standings-loading i { font-size: 18px; color: var(--primary); }

.standings-table-wrap { overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.06) transparent; }
.standings-table-wrap::-webkit-scrollbar { height: 3px; }
.standings-table-wrap::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 4px; }

.st-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
.st-table thead tr {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.st-table th {
    padding: 8px 10px;
    color: var(--text-3);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}
.st-table th.st-team { text-align: left; padding-left: 14px; }

.st-row {
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: background 0.18s ease;
}
.st-row:last-child { border-bottom: none; }
.st-row:hover { background: rgba(255,255,255,0.03); }
.st-row td { padding: 8px 10px; text-align: center; white-space: nowrap; }

/* Position indicator */
.st-pos { width: 32px; min-width: 32px; }
.st-pos-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-3);
    background: rgba(255,255,255,0.04);
}
.stp-cl .st-pos-num  { background: rgba(0,150,255,0.15); color: #60a5fa; }
.stp-euro .st-pos-num { background: rgba(255,140,0,0.12); color: #fb923c; }
.stp-rel .st-pos-num { background: rgba(239,68,68,0.12); color: #f87171; }

.st-team { text-align: left !important; padding-left: 14px !important; }
.st-team td, .st-table td.st-team {
    display: flex;
    align-items: center;
    gap: 8px;
}
.st-table td.st-team {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
.st-team-logo {
    width: 20px; height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 2px;
}
.st-team-name {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.st-num { color: var(--text-2); font-size: 12px; }
.st-pts strong {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* Legend */
.st-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    border-top: 1px solid rgba(255,255,255,0.04);
    flex-wrap: wrap;
}
.st-leg {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: var(--text-3);
    font-weight: 600;
}
.st-leg::before {
    content: '';
    width: 10px; height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}
.st-leg.stp-cl::before   { background: rgba(0,150,255,0.5); }
.st-leg.stp-euro::before { background: rgba(255,140,0,0.5); }
.st-leg.stp-rel::before  { background: rgba(239,68,68,0.5); }

/* Responsive — hide columns */
@media (max-width: 600px) {
    .st-hide-xs { display: none !important; }
    .st-team-name { max-width: 130px; }
}
@media (max-width: 420px) {
    .st-hide-sm { display: none !important; }
}
@media (max-width: 767px) {
    .standings-section { margin: 0 8px 10px; padding: 0; }
}

/* ====================================================
   FOOTER — Sadeleştirilmiş
   ==================================================== */
#footer {
    background: var(--glass);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    margin-top: 24px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#footer::before {
    content: '';
    position: absolute;
    top: 0; left: 20px; right: 20px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-glow), transparent);
}

/* Üst satır: logo sol | sosyal + siteye git sağ */
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px 16px;
    flex-wrap: wrap;
}
.footer-logo-link { display: inline-flex; align-items: center; }
.footer-logo-img {
    height: 34px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0,180,216,0.18));
}
.footer-right-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* .footer-social-btn — bkz. sosyal medya bloğu (yukarıda tanımlı) */
.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: rgba(0,180,216,0.1);
    border: 1px solid rgba(0,180,216,0.25);
    color: var(--primary-light);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    letter-spacing: 0.4px;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.footer-cta:hover {
    background: rgba(0,180,216,0.18);
    border-color: rgba(0,180,216,0.4);
    color: #fff;
    text-decoration: none;
}

/* Alt çizgi + bilgi satırı */
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glass-border-strong), transparent);
    margin: 0 20px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-text {
    font-size: 11px;
    color: var(--text-3);
}
.footer-mail {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: color 0.2s;
}
.footer-mail:hover { color: var(--primary-light); text-decoration: none; }
.footer-year { font-size: 11px; color: var(--text-3); }

/* Footer menü navigasyonu */
.footer-menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}
.footer-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 8px;
    color: rgba(255,255,255,0.55);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Rajdhani', 'Inter', sans-serif;
    letter-spacing: 0.3px;
}
.footer-menu-link i { font-size: 13px; }
.footer-menu-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.06);
    text-decoration: none;
}

/* SPORTSTREAM premium badge */
.footer-sportstream-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 20px;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.footer-sportstream-badge::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,180,216,0.15), transparent);
    transition: left 0.5s ease;
}
.footer-sportstream-badge:hover::before { left: 100%; }
.footer-sportstream-badge:hover {
    border-color: rgba(0,180,216,0.4);
    box-shadow: 0 0 16px rgba(0,180,216,0.15);
    text-decoration: none;
}
.fsb-label {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    font-family: 'Inter', sans-serif;
}
.fsb-brand {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 600px) {
    .footer-top { padding: 16px 16px 12px; }
    .footer-bottom { padding: 10px 16px; flex-direction: column; align-items: flex-start; gap: 6px; }
    .footer-right-block { width: 100%; justify-content: flex-end; }
}

/* ====================================================
   SAĞ TIKLA CONTEXT MENÜSÜ
   ==================================================== */
.custom-context-menu {
    position: fixed;
    z-index: 99999;
    min-width: 210px;
    background: var(--glass-strong);
    backdrop-filter: blur(var(--blur-strong));
    -webkit-backdrop-filter: blur(var(--blur-strong));
    border: 1px solid var(--glass-border-strong);
    border-radius: var(--radius-lg);
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,180,216,0.08);
    padding: 6px;
    display: none;
    opacity: 0;
    transform: scale(0.94) translateY(-6px);
    transform-origin: top left;
    transition: opacity 0.18s ease, transform 0.18s ease;
    user-select: none;
}
.custom-context-menu.ccm-show {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
    animation: ccmPop 0.18s ease both;
}
@keyframes ccmPop {
    from { opacity: 0; transform: scale(0.94) translateY(-6px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}
.ccm-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-light);
    letter-spacing: 0.5px;
}
.ccm-header i { font-size: 15px; }
.ccm-list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.ccm-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-2);
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.18s ease;
    text-align: left;
}
.ccm-item i { font-size: 16px; width: 18px; color: var(--text-3); flex-shrink: 0; transition: color 0.18s; }
.ccm-item:hover {
    background: rgba(255,255,255,0.06);
    color: var(--text-1);
    text-decoration: none;
}
.ccm-item:hover i { color: var(--primary); }
.ccm-highlight { color: var(--primary-light); }
.ccm-highlight i { color: var(--primary); }
.ccm-highlight:hover { background: rgba(0,180,216,0.1); }
.ccm-btn { font-family: inherit; }
.ccm-divider {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: 3px 6px;
}

