:root {
    --ka-red: #e11d48;
    --ka-bg: #000;
    --ka-card-bg: #0a0a0a;
    --ka-border: rgba(255, 255, 255, 0.05);
    --text-muted: #888;
}

.md-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px 100px 40px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
}

/* BREADCRUMB */
.md-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* Sığmayanlar alt satıra */
    gap: 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.md-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
    /* Linkler kendi içinde kırılmasın */
}

.md-breadcrumb a:hover {
    color: #fff;
}

.md-breadcrumb i {
    font-size: 9px;
    opacity: 0.3;
}

.bc-fn-logo {
    height: 14px;
    width: auto;
    vertical-align: middle;
    filter: brightness(1.2);
    opacity: 0.9;
}

.bc-current {
    color: var(--ka-red);
    opacity: 0.8;
}

/* HERO SECTION */
.md-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    background: #050505;
    margin-top: 60px;
    /* Mesafeyi daralttım */
    margin-bottom: 30px;
    border-bottom: 1px solid var(--ka-border);
    display: flex;
    flex-direction: column;
}

.md-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 20%;
    /* Görselin üst-orta kısmına odaklan */
    background-repeat: no-repeat;
    opacity: 0.7;
    /* Daha canlı görünüme çek */
    filter: none;
    /* Blur'u tamamen kaldır, 6K kalitesini göster */
}

.md-hero-content {
    position: relative;
    z-index: 2;
    padding: 10px 0 0 0;
    /* Üst boşluğu da daralttım */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* İçeriği yukarı ve aşağı it */
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    flex: 1;
    /* Hero yüksekliğini tam kapla */
}

.md-hero-event-label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.md-hero-event-label h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    /* Biraz daha büyütelim ki merkezde kaybolmasın */
    font-weight: 950;
    letter-spacing: 8px;
    /* Daha ikonik duruş */
    text-transform: uppercase;
    color: #22c55e;
    margin: 0;
    width: auto;
    text-align: center;
    z-index: 60;
    /* Okunabilirlik için sadece metin gölgesi */
    text-shadow: 0 0 20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

/* NEW LOGO STYLES */
.md-event-logo-wrap {
    order: 2;
    margin: 5px 0;
}

.fn-logo-img {
    height: 40px;
    opacity: 0.9;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

.ufc-logo-type {
    font-family: 'UFC', sans-serif;
    /* DovusArena-SikiKalinEgik.woff2 fontu */
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.ufc-red {
    color: var(--ka-red);
}

.ufc-num {
    color: #fff;
}

@font-face {
    font-family: 'UFC';
    src: url('../fonts/DovusArena-SikiKalinEgik.woff2') format('woff2');
}

.md-hero-event-label h3 {
    order: 1;
    font-size: 14px;
    font-weight: 800;
    color: var(--ka-red);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.md-hero-event-label p {
    order: 3;
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

.md-faceoff {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* İki yana it */
    gap: 0px;
    width: 100%;
    max-width: 1400px;
    /* Konteynır genişliği kadar yayıl */
    margin-top: -10px;
}

/* HERO BOUNCING STATUS */
.md-hero-bouncing-status {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}

.md-hero-bouncing-status span {
    font-size: 5vw;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Stardos Stencil', sans-serif;
    opacity: 0.1;
    letter-spacing: 2px;
    animation: bounce-pingpong 6s ease-in-out infinite alternate;
}

.md-hero-bouncing-status.is-future span {
    font-size: 3vw;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 8px;
    font-weight: 700;
}

@keyframes bounce-pingpong {
    0% {
        transform: translateX(-12vw);
    }

    100% {
        transform: translateX(12vw);
    }
}

.md-fighter {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.md-fighter img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
    display: block;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    transform: translateY(30px);
    /* Zemine biraz daha göm */
}

.f-right img {
    transform: translateY(30px) scaleX(-1);
    /* Sağdakini döndür */
}

.f-info {
    display: none;
}

/* Eski info alanını gizle */

.f-nick {
    font-family: 'Rock Salt', cursive;
    font-size: 18px;
    font-weight: 400;
    color: #ff0033;
    display: block;
    margin: 0 0 10px 0;
    /* Kırmızı Neon + Siyah Glow kombinasyonu */
    text-shadow:
        0 0 8px rgba(255, 0, 51, 0.9),
        0 0 15px rgba(0, 0, 0, 1),
        0 0 25px rgba(0, 0, 0, 1);
    letter-spacing: 2px;
    transform: rotate(-1deg);
    z-index: 15;
    position: relative;
}

/* FIGHTER HOVER EFFECTS (PIRLANTA DOKUNUS) */
.md-fighter-link {
    width: 45%;
    max-width: 450px;
    text-decoration: none;
    display: block;
    z-index: 5;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.md-fighter-link:hover {
    transform: scale(1.02);
}

.md-fighter-link:hover img {
    filter: drop-shadow(0 0 15px #facc15) drop-shadow(0 0 30px rgba(250, 204, 21, 0.4)) !important;
}

.v-info-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    pointer-events: auto;
}

.v-info-link:hover .v-name,
.v-info-link:hover .v-last {
    color: #facc15 !important;
}

.v-info-link:hover .v-profile-img {
    border-color: #facc15;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.3);
}

.f-name {
    font-family: 'Stardos Stencil', cursive;
    font-size: 48px;
    /* Kutu kalktığı için fontu biraz daha büyütebiliriz */
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    color: #f0f0f0;
    background: none;
    /* Arkaplanı kaldır */
    display: inline-block;
    padding: 0;
    /* Padding'i sıfırla */
    line-height: 1.1;
    /* Yoğun Siyah Glow Efekti */
    text-shadow:
        0 0 10px rgba(0, 0, 0, 1),
        0 0 20px rgba(0, 0, 0, 1),
        0 0 30px rgba(0, 0, 0, 1),
        0 0 40px rgba(0, 0, 0, 0.8),
        2px 2px 4px rgba(0, 0, 0, 1);
    margin-bottom: 0px;
}

.f-record {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 2px;
}

.sporcu-info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* İsimleri de yanlara it */
    width: 100%;
    max-width: 1400px;
    padding: 20px 80px;
    /* Dövüşçülerin üzerine gelecek şekilde hizala */
    z-index: 50;
    pointer-events: none;
    background: rgba(5, 5, 5, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.vs-info-side {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: auto;
    /* Kısıtlamayı kaldır ki yaklaşabilsinler */
}

.vs-info-side.v-left {
    text-align: left;
    justify-content: flex-start;
}

.vs-info-side.v-right {
    text-align: right;
    justify-content: flex-end;
}

.v-profile-img {
    width: 48px;
    height: 72px;
    /* 2:3 Aspect Ratio */
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #111;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.v-text-meta {
    display: flex;
    flex-direction: column;
}

.v-name {
    font-family: 'Stardos Stencil', cursive;
    font-size: 16px;
    /* İsim küçük */
    color: #a1a1aa;
    /* İsim Gri */
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    /* İsim üstte, soyisim altta kalsın */
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.v-last {
    font-size: 48px;
    color: #ffffff;
    line-height: 0.9;
    margin-top: 5px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 30px rgba(0, 0, 0, 0.8);
    transition: font-size 0.3s ease;
    /* Akıcı küçülme için */
}

/* RESPONSIVE SCALING FOR HERO INFO */
@media (max-width: 1400px) {
    .sporcu-info {
        max-width: 95%;
        padding: 15px 60px;
    }

    .v-last {
        font-size: 38px;
    }

    .v-name {
        font-size: 14px;
    }

    .v-profile-img {
        width: 40px;
        height: 60px;
    }
}

@media (max-width: 1100px) {
    .sporcu-info {
        padding: 12px 40px;
        gap: 20px;
    }

    .v-last {
        font-size: 32px;
    }

    .v-name {
        font-size: 13px;
    }

    .v-record {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .v-profile-img {
        width: 36px;
        height: 54px;
    }
}

@media (max-width: 850px) {
    .sporcu-info {
        padding: 10px 20px;
        bottom: 15px;
    }

    .v-last {
        font-size: 24px;
    }

    .v-name {
        font-size: 12px;
    }

    .v-profile-img {
        display: none;
    }

    /* Mobilde yer açmak için gizle */
    .md-fighter img {
        height: 350px;
    }

    .sporcu-info {
        border-radius: 5px;
    }
}

@media (max-width: 600px) {
    .md-hero {
        min-height: 300px;
    }

    .md-fighter img {
        height: 280px;
    }

    .v-last {
        font-size: 18px;
    }

    .v-record {
        display: none;
    }

    .sporcu-info {
        gap: 10px;
        padding: 8px 15px;
    }
}

.v-record {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.vs-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    pointer-events: auto;
    margin-top: -35px;
    /* İsimlerin dikey merkezine çekmek için yukarı kaydır */
}

.vs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    /* Daha devasa ve ikonik */
    font-weight: 950;
    font-style: italic;
    color: rgba(255, 255, 255, 0.05);
    /* Hayalet efektli */
    font-family: 'UFC', sans-serif;
    z-index: 10;
    pointer-events: none;
    letter-spacing: -5px;
}

.md-result-box {
    background: none;
    backdrop-filter: none;
    border: none;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

.r-type {
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 5px;
}

.r-detail {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
}

/* TABS NAVIGATION */
.md-sticky-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    /* Ana menü yüksekliğine göre ayarlandı */
    z-index: 1000;
    background: rgba(10, 10, 10, 0.96);
    border-bottom: 1px solid var(--ka-border);
    margin-bottom: 0;
}

/* MAIN LAYOUT */
.md-main-layout {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    gap: 30px !important;
    width: 100% !important;
    align-items: start !important;
}

.md-content-col h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* SUMMARY CONTENT */
.md-summary-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    margin-bottom: 40px;
}

.md-highlight-box .video-placeholder {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--ka-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 800;
}

.video-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.video-thumbs img {
    width: calc(25% - 8px);
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

.video-thumbs img.active,
.video-thumbs img:hover {
    opacity: 1;
    border: 2px solid var(--ka-red);
}

.md-text-box p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* DYNAMIC SVG PLAYER BUTTONS & HOVER EFFECTS */
.dynamic-player-bg {
    width: 100%;
    height: auto;
    display: block;
}

.svg-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-box: fill-box;
    transform-origin: center;
}

.svg-btn rect {
    transition: all 0.3s ease;
}

.svg-btn text {
    transition: all 0.3s ease;
    pointer-events: none;
    /* Metin tıklamaya engel olmasın */
}

.svg-btn:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 0 15px rgba(225, 29, 72, 0.4));
}

.svg-btn:hover rect {
    fill: var(--ka-red);
    stroke: #fff;
    stroke-width: 1px;
}

.svg-btn:hover text {
    fill: #fff;
    font-weight: 950;
}

.svg-link {
    transition: all 0.3s ease;
}

.svg-link text {
    transition: all 0.3s ease;
}

.svg-link:hover text {
    fill: #fff;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

/* Subtle Breathing Animation for the Main Button on Hover */
@keyframes svgBreathing {
    0% {
        transform: scale(1.03);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.03);
    }
}

.svg-btn:hover {
    animation: svgBreathing 2s infinite ease-in-out;
}

.md-detail-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dl-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid var(--ka-border);
    padding-bottom: 8px;
}

.dl-item span {
    color: var(--text-muted);
    font-weight: 600;
}

.dl-item strong {
    font-weight: 800;
    color: #fff;
}

/* STATS SECTION */
.md-stats-section {
    background: var(--ka-card-bg);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 40px;
}

.sc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sc-f-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 900;
}

.sc-f-mini img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #222;
}

.sc-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sc-row {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    gap: 20px;
}

.sc-val {
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.sc-bars {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sc-bar {
    flex: 1;
    height: 6px;
    background: #222;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.sc-bar .fill {
    height: 100%;
    position: absolute;
    top: 0;
}

.sc-bar .fill.red {
    background: var(--ka-red);
    right: 0;
}

.sc-bar .fill:not(.red) {
    background: #555;
    left: 0;
}

.sc-label {
    font-size: 11px;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    width: 150px;
    text-align: center;
}

/* CARD SECTION */
.md-card-section {
    background: var(--ka-card-bg);
    border-radius: 5px;
    padding: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-header a {
    font-size: 11px;
    font-weight: 900;
    color: var(--text-muted);
    text-decoration: none;
    transition: 0.3s;
}

.section-header a:hover {
    color: var(--ka-red);
}

/* OTHER FIGHTS SIDEBAR CARDS */
.md-fights-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.mf-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mf-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.mf-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 12px 0 0;
    /* Sol padding sıfırlandı, sağ ve dikey dengelendi */
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.mfc-winner {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.mfc-winner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

.mfc-winner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.mfc-info {
    flex: 1;
    min-width: 0;
}

.mfc-fighters {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.mfc-f1-wrap {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.mfc-f1,
.mfc-f2 {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
}

/* FUTURE BOUT: FACE-OFF STYLE */
.mf-card.is-future-bout {
    padding: 0 5px 0 0;
    /* Sağda biraz boşluk kalsın, sol sıfır */
}

.mfc-body-left,
.mfc-body-right {
    width: 50px;
    /* Daha dar, isimlere alan açar */
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
}

.mfc-body-left img,
.mfc-body-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}

.mfc-body-left {
    border-radius: 5px 0 0 5px;
}

.mfc-body-right {
    border-radius: 0 5px 5px 0;
}

.mfc-info.center {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
}

.mfc-fighters.row-layout {
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mfc-fighters.row-layout .mfc-f1,
.mfc-fighters.row-layout .mfc-f2 {
    max-width: none;
    /* Sınırlamayı kaldırdık */
    font-size: 11px;
    white-space: nowrap;
}

.mfc-result {
    text-align: right;
    flex-shrink: 0;
}

.mfc-metod {
    font-size: 10px;
    font-weight: 950;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.mfc-time {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 700;
    opacity: 0.8;
}

.mf-result {
    text-align: center;
}

.mf-result .badge {
    background: #22c55e;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 5px;
    margin-bottom: 3px;
    display: block;
}

.mf-result .meta {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 700;
}

.mf-link {
    font-size: 11px;
    font-weight: 900;
    color: var(--text-muted);
    text-decoration: none;
}

.mf-link i {
    font-size: 10px;
    margin-left: 5px;
}

/* SIDEBAR */
.side-card {
    background: var(--ka-card-bg);
    border: 1px solid var(--ka-border);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
}

.side-card h4 {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.event-info-card {
    padding: 0;
    overflow: hidden;
}

.card-thumb {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.thumb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, #000, transparent);
}

.thumb-overlay h3 {
    font-size: 18px;
    font-weight: 950;
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-line {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-line i {
    color: var(--ka-red);
}

.btn-side {
    margin-top: 10px;
    background: none;
    border: 1px solid var(--ka-red);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-side:hover {
    background: var(--ka-red);
}

.share-btns {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.share-btn {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Kenarlığı daha belirgin yap */
    background: rgba(255, 255, 255, 0.05);
    /* Arkaplanı biraz aç */
    color: rgba(255, 255, 255, 0.7);
    /* İkonu daha parlak yap */
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.share-btn:hover {
    transform: translateY(-4px);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Brand Colors & Glow Effects */
.share-btn.s-tw:hover {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.15);
}

.share-btn.s-fb:hover {
    background: #1877f2;
    border-color: #1877f2;
    box-shadow: 0 5px 20px rgba(24, 119, 242, 0.4);
}

.share-btn.s-ig:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    box-shadow: 0 5px 20px rgba(220, 39, 67, 0.4);
}

.share-btn.s-wa:hover {
    background: #25d366;
    border-color: #25d366;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
}

/* SHARE EVENT PREVIEW BRANDING */
.share-event-preview {
    margin-top: 20px;
    background: #111;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sep-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
}

.sep-fn-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}

.sep-ufc-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sep-brand-ufc {
    font-family: 'UFC', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.sep-num {
    font-size: 22px;
    color: var(--ka-red);
    font-weight: 900;
    line-height: 1;
}

.sep-ppv {
    font-size: 10px;
    background: #ffcc00;
    /* UFC PPV Gold */
    color: #000;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 950;
    margin-left: 2px;
    letter-spacing: 0.5px;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.3);
}

.sep-fighters {
    font-size: 16px;
    font-weight: 950;
    color: #fff;
    text-transform: uppercase;
}

.sep-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sep-line {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sep-line i {
    color: var(--ka-red);
    width: 15px;
}

.sep-bonus span {
    color: #ffd700;
    font-weight: 800;
}

.sep-btn {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #333;
}

.sep-btn:hover {
    background: #333;
    border-color: var(--ka-red);
}

/* NO VIDEO / HIGHLIGHT PENDING STATE */
.video-placeholder.no-video {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    border: 1px solid #222;
    overflow: hidden;
}

.no-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.no-video-inner {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ghost-logo-container {
    margin-bottom: 30px;
    perspective: 1000px;
}

.ghost-logo-svg {
    height: 100px;
    width: auto;
    filter: grayscale(1) brightness(0.2) contrast(1.2) drop-shadow(0 20px 40px rgba(0, 0, 0, 1));
    opacity: 0.6;
    transform: rotateX(15deg);
}

.no-video-texts h2 {
    font-size: 18px;
    font-weight: 950;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.no-video-texts p {
    font-size: 13px;
    color: #666;
    margin-bottom: 30px;
    font-weight: 700;
}

.no-video-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-others {
    background: #000;
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 950;
    text-decoration: none;
    border: 2px solid var(--ka-red);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 1);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-others:hover {
    background: var(--ka-red);
    box-shadow: 0 0 30px rgba(225, 29, 72, 0.3);
    transform: translateY(-2px);
}

.btn-notify {
    background: none;
    border: none;
    color: #444;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-notify:hover {
    color: #888;
}

/* NOTIFICATION MODAL */
.md-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10001;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content {
    background: #0a0a0a;
    border: 1px solid #222;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #444;
    cursor: pointer;
}

.modal-icon {
    font-size: 40px;
    color: var(--ka-red);
    margin-bottom: 20px;
}

.modal-body h3 {
    font-size: 20px;
    font-weight: 950;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal-body p {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.modal-input {
    width: 100%;
    background: #0f0f0f;
    border: 1px solid #222;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    transition: 0.3s;
}

.modal-input:focus {
    border-color: var(--ka-red);
    box-shadow: 0 0 15px rgba(225, 29, 72, 0.2);
    outline: none;
}

.notify-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.opt-btn {
    flex: 1;
    background: linear-gradient(180deg, #151515 0%, #0a0a0a 100%);
    border: 1px solid #222;
    padding: 12px;
    border-radius: 5px;
    color: #555;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.opt-btn.active {
    border-color: var(--ka-red);
    color: #fff;
    background: linear-gradient(180deg, rgba(225, 29, 72, 0.2) 0%, rgba(225, 29, 72, 0.05) 100%);
    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.15);
}

.btn-submit-notify {
    width: 100%;
    background: linear-gradient(180deg, #e11d48 0%, #be123c 100%);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-weight: 950;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(225, 29, 72, 0.3);
}

.btn-submit-notify:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(225, 29, 72, 0.5);
    filter: brightness(1.1);
}

.btn-submit-notify:active {
    transform: translateY(1px);
}

.user-notify-info {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rate-card {
    text-align: center;
}

.rate-card p {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 700;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 15px;
}

.stars i.active {
    color: #fbbf24;
}

.stars i:not(.active) {
    color: #333;
}

.rating-text {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.btn-rate {
    width: 100%;
    background: #111;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
}

.btn-rate:hover {
    background: #fff;
    color: #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* STICKY SIDEBAR */
.other-fights-sticky {
    position: sticky;
    top: 190px;
    /* sep-header'in (140px) bittiği yerden başlasın */
    background: var(--ka-card-bg);
    z-index: 1050;
    /* sep-header'in (1100) biraz altında ama genelden üstte */
}

.mf-item.side-mf {
    padding: 10px 15px;
    margin-bottom: 8px;
    font-size: 12px;
}

.mf-item.side-mf .mf-fighters {
    gap: 10px;
    font-size: 11px;
}

.mf-item.side-mf .mf-link {
    color: var(--ka-red);
    font-size: 12px;
}

/* SHARE EVENT PREVIEW (SEAMLESS) */
.share-event-preview {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sep-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    position: sticky;
    top: 140px;
    /* Sekmelerin tam altından, güvenli mesafeyle başlasın */
    z-index: 1100;
    /* Sekmelerden (1000) daha üstte olsun */
    background: var(--ka-bg);
    padding: 10px 0;
    cursor: pointer;
}

.sep-brand {
    font-size: 14px;
    font-weight: 900;
    color: var(--ka-red);
    letter-spacing: 1px;
}

.sep-num {
    font-family: 'UFC', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
}

.sep-fighters {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.sep-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.sep-line {
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sep-line i {
    width: 16px;
    color: var(--ka-red);
    opacity: 0.8;
}

.sep-bonus {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.sep-bonus span {
    font-weight: 900;
    color: #fbbf24;
    /* Gold/Yellow for bonuses */
}

.sep-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s;
}

.sep-btn:hover {
    background: #9A1A15;
    border-color: #9A1A15;
    box-shadow: 0 10px 20px rgba(154, 26, 21, 0.3);
}

.btn-all-card {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--ka-border);
    color: var(--text-muted);
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.md-tabs-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 50px;
    transition: gap 0.3s ease, padding 0.3s ease;
    overflow-x: auto;
    /* Taşmayı önle ve kaydırılabilir yap */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox için scrollbar gizle */
}

.md-tabs-container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari için scrollbar gizle */
}

.md-tab-btn {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    /* İmalı duruş */
    color: var(--text-muted);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    white-space: nowrap;
    /* Yazıların kırılmasını engelle */
}

.md-tab-btn:hover {
    color: #fff;
}

.md-tab-btn.active {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.md-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--ka-red);
    box-shadow: 0 0 15px var(--ka-red);
}

/* RESPONSIVE TABS */
@media (max-width: 1100px) {
    .md-tabs-container {
        gap: 25px;
        padding: 0 30px;
    }

    .md-tab-btn {
        font-size: 13px;
    }
}

@media (max-width: 850px) {
    .md-tabs-container {
        gap: 15px;
        padding: 0 20px;
    }

    .md-tab-btn {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 600px) {
    .md-sticky-tabs {
        position: -webkit-sticky;
        position: sticky;
        top: 68px;
    }

    /* Mobilde header daraldığı için yukarı çek */
    .md-tabs-container {
        gap: 12px;
        padding: 0 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .md-tab-btn {
        font-size: 11px;
        padding: 12px 0;
    }

    .md-tabs-container::-webkit-scrollbar {
        display: none;
    }

    /* Scrollbar gizle */
}

.btn-all-card:hover {
    background: var(--ka-red);
    color: #fff;
    border-color: var(--ka-red);
}

@media (max-width: 1000px) {
    .md-main-layout {
        grid-template-columns: 1fr;
    }

    .md-summary-grid {
        grid-template-columns: 1fr;
    }

    .other-fights-sticky {
        position: static;
    }
}

/* FIGHTER ARCHIVES */
.fighter-archives {
    margin-top: 50px;
    padding: 40px 0;
    border-top: 1px solid #1a1a1a;
}

.archive-row {
    margin-bottom: 50px;
}

.archive-title {
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #444;
}

.archive-title span {
    color: var(--ka-red);
}

.archive-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #1a1a1a 0%, transparent 100%);
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.archive-card {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.archive-card:hover {
    transform: translateY(-5px);
    border-color: var(--ka-red);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.ac-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.ac-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.archive-card:hover .ac-thumb img {
    transform: scale(1.1);
}

.ac-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 50px;
    height: 50px;
    background: var(--ka-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 20px rgba(225, 29, 72, 0.4);
}

.archive-card:hover .ac-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ac-info {
    padding: 20px;
}

.ac-info h3 {
    font-size: 14px;
    font-weight: 800;
    color: #eee;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .archive-grid {
        grid-template-columns: 1fr;
    }
}

/* HISTORY CARDS (FACE-OFF STYLE) */
.history-card {
    border: 1px solid #1a1a1a;
    background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
}

.ac-faceoff {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #000;
    height: 180px;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #1a1a1a;
}

.ac-faceoff::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    z-index: 2;
}

.ac-f-side {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ac-f-side img {
    height: 140%;
    width: auto;
    object-fit: contain;
    transition: 0.5s;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.8));
}

.history-card:hover .ac-f-side img {
    transform: scale(1.1) translateY(-10px);
}

.ac-vs-box {
    position: absolute;
    z-index: 5;
    background: var(--ka-red);
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 5px;
    bottom: 20px;
    box-shadow: 0 0 20px rgba(225, 29, 72, 0.5);
}

.ac-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.ac-status {
    font-size: 9px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.status-win {
    background: #10b98122;
    color: #10b981;
    border: 1px solid #10b98144;
}

.status-loss {
    background: #ef444422;
    color: #ef4444;
    border: 1px solid #ef444444;
}

.ac-method {
    font-size: 10px;
    color: #666;
    font-weight: 700;
}

/* FACE-OFF REFINEMENTS */
.ac-f-side:last-child img {
    transform: scaleX(-1);
    /* Sağ dövüşçüyü döndür */
}

.ac-f-side img {
    transform: translateY(25%);
    /* Fotoğrafları aşağı indir */
}

.history-card:hover .ac-f-side:first-child img {
    transform: scale(1.1) translateY(15%);
}

.history-card:hover .ac-f-side:last-child img {
    transform: scaleX(-1) scale(1.1) translateY(15%);
}

/* COMBINED TRANSFORM FIX */
.ac-f-side img {
    transform: translateY(35%) !important;
    /* Standart aşağı indirme */
}

.ac-f-side:last-child img {
    transform: scaleX(-1) translateY(35%) !important;
    /* Sağdaki hem dönsün hem aşağı insin */
}

.history-card:hover .ac-f-side:first-child img {
    transform: scale(1.1) translateY(25%) !important;
}

.history-card:hover .ac-f-side:last-child img {
    transform: scaleX(-1) scale(1.1) translateY(25%) !important;
}

/* ARENA BACKGROUND FOR CARDS */
.ac-faceoff {
    background-image: url('../images/sistem/mac-detay.webp');
    /* CSS dosyasından path ayarı */
    background-size: cover;
    background-position: center;
}

.ac-faceoff::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, transparent 0%, #000 100%);
    /* Kenarlara doğru karartma */
    opacity: 0.8;
    z-index: 1;
}

.ac-f-side {
    z-index: 2;
    /* Dövüşçüler arka planın üstünde kalsın */
}

.ac-vs-box {
    z-index: 3;
}

/* HORIZONTAL SCROLL ARCHIVE */
.archive-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 20px !important;
    padding: 10px 5px 30px 5px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

.archive-grid::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.archive-card {
    flex: 0 0 calc(50% - 10px);
    /* Yan yana tam iki tane */
    scroll-snap-align: start;
    min-width: 300px;
    /* Mobilde çok küçülmesin */
}

@media (max-width: 768px) {
    .archive-card {
        flex: 0 0 85%;
        /* Mobilde bir buçuk kart görünsün (kaydırma hissi için) */
    }
}

/* FLEX-SHRINK FIX (NO MORE SQUEEZING) */
.archive-card {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    flex-shrink: 0 !important;
    /* Kartların büzüşmesini engelle */
}

@media (max-width: 768px) {
    .archive-card {
        flex: 0 0 85% !important;
        min-width: 85% !important;
        max-width: 85% !important;
    }
}

/* REFINED COMPACT CARDS */
.archive-card {
    flex: 0 0 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
    height: auto !important;
}

.ac-faceoff {
    height: 160px !important;
    /* Yüksekliği biraz daha daralttık */
}

@media (max-width: 768px) {
    .archive-card {
        flex: 0 0 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
    }
}

/* CONTENT COLUMN PROTECTION */
.md-content-col {
    min-width: 0 !important;
    overflow: hidden !important;
}

/* STATISTICS DASHBOARD UI (Broadcast-Grade) */
.stats-dashboard-v2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
}

.stats-card-v2 {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 25px;
}

.stats-card-v2 h3 {
    font-size: 0.9rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    border-left: 3px solid var(--accent);
    padding-left: 12px;
}

/* GENEL BAKIŞ (OVERVIEW) */
.overview-top {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.fighter-profile-mini {
    display: flex;
    align-items: center;
    gap: 20px;
}

.f-mini-img {
    width: 80px;
    height: 80px;
    background: #111;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #222;
}

.f-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-mini-info h4 {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    margin: 0;
}

.f-mini-info h2 {
    font-size: 1.5rem;
    font-weight: 950;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

.match-center-info {
    text-align: center;
    background: #111;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
}

.mc-method {
    font-weight: 950;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.mc-details {
    font-size: 0.65rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
}

/* COMPARISON TABLE */
.comp-table-v2 {
    display: flex;
    flex-direction: column;
}

.comp-row-v2 {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.comp-row-v2:last-child {
    border-bottom: none;
}

.c-val {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    white-space: nowrap;
}

.c-left {
    text-align: right;
    padding-right: 20px;
}

.c-right {
    text-align: left;
    padding-left: 20px;
}

.c-label {
    text-align: center;
    color: #444;
    font-weight: 950;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c-socials {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 10px;
}

.c-right-socials {
    justify-content: flex-start;
}

.c-socials a {
    color: #444;
    font-size: 1.1rem;
    transition: 0.3s;
}

.c-socials a:hover {
    color: #fff;
}

/* FIGHT STATS (WITH BARS) */
.stats-header-v2 {
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
}

.sh-name {
    font-size: 0.7rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sh-left {
    color: var(--accent);
    text-align: left;
}

.sh-right {
    color: #3b82f6;
    text-align: right;
}

.sh-mid {
    text-align: center;
    color: #444;
    font-weight: 950;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.stat-bar-row {
    display: grid;
    grid-template-columns: 80px 1fr 180px 1fr 80px;
    align-items: center;
    margin-bottom: 18px;
}

.sb-val {
    font-weight: 800;
    font-size: 0.9rem;
    color: #fff;
}

.sb-left {
    text-align: right;
    padding-right: 15px;
}

.sb-right {
    text-align: left;
    padding-left: 15px;
}

.sb-track {
    height: 6px;
    background: #111;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.sb-fill {
    height: 100%;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.fill-l {
    background: var(--accent);
    float: right;
}

.fill-r {
    background: #3b82f6;
    float: left;
}

.sb-label {
    text-align: center;
    color: #888;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* MINI GRIDS (STRIKE DIST & OTHERS) */
.stats-mini-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mini-row-v2 {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.mr-val {
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
}

.mr-l {
    text-align: left;
}

.mr-r {
    text-align: right;
}

.mr-lbl {
    text-align: center;
    color: #555;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* FIGHT DETAILS GRID */
.details-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.det-col {
    display: flex;
    flex-direction: column;
}

.det-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.d-lbl {
    color: #555;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.d-val {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: right;
}

.no-data-placeholder {
    padding: 60px 0;
    text-align: center;
    color: #333;
}

.no-data-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
    opacity: 0.5;
}

@media (max-width: 992px) {

    .overview-top,
    .stats-header-v2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-bar-row {
        grid-template-columns: 50px 1fr 120px 1fr 50px;
    }

    .stats-mini-grids,
    .details-grid-v2 {
        grid-template-columns: 1fr;
    }

    .f-mini-img {
        margin: 0 auto;
    }

    .c-socials {
        justify-content: center !important;
    }

    .comp-row-v2 {
        grid-template-columns: 1fr 100px 1fr !important;
    }

    .c-left {
        padding-right: 10px !important;
    }

    .c-right {
        padding-left: 10px !important;
    }

    .c-val {
        font-size: 0.85rem !important;
    }
}

/* FIGHT CARD DASHBOARD (v2 Premium) */
.card-dashboard-v2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #fff;
}

.card-section-v2 {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 25px;
}

.card-section-v2 h3 {
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 25px;
    border-left: 3px solid var(--accent);
    padding-left: 12px;
}

/* 1. ÖZET HEADER (SUMMARY) */
.card-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 220px;
    gap: 20px;
    align-items: flex-start;
}

.cs-item {
    text-align: center;
}

.cs-lbl {
    font-size: 0.65rem;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.cs-val {
    font-size: 1.1rem;
    font-weight: 950;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
}

.cs-sub {
    font-size: 0.7rem;
    color: #444;
    margin-top: 4px;
    display: block;
}

.cs-val.accent {
    color: var(--accent);
}

.cs-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.badge-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.65rem;
    font-weight: 950;
    text-transform: uppercase;
    color: #fff;
}

.badge-v2 i {
    font-size: 0.8rem;
}

.b-gold {
    border-left: 3px solid #d4af37;
    color: #d4af37;
}

.b-orange {
    border-left: 3px solid #ff8c00;
    color: #ff8c00;
}

.b-green {
    border-left: 3px solid #2ecc71;
    color: #2ecc71;
}

.card-results-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #111;
}

.cs-winner-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cs-winner-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #111;
    border: 1px solid #222;
}

.cs-winner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-winner-info {
    text-align: left;
}

.cs-winner-info .name {
    font-size: 0.8rem;
    font-weight: 950;
    display: block;
    color: var(--accent);
    line-height: 1;
}

.cs-winner-info .first {
    font-size: 0.65rem;
    color: #555;
    display: block;
    margin-bottom: 2px;
}

/* 2. TIMELINE (KARTTAKİ KONUMU) */
.card-timeline-v2 {
    display: grid;
    grid-template-columns: 50px 1fr 1.2fr 1fr 50px;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.tm-nav {
    background: none;
    border: none;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-nav:hover {
    color: #fff;
}

.tm-card {
    background: #0f0f0f;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.tm-card.active {
    border-color: var(--accent);
    background: rgba(var(--accent-rgb), 0.02);
}

.tm-card.active::before {
    content: 'BU MAÇ';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #000;
    font-size: 0.65rem;
    font-weight: 950;
    padding: 4px 12px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.tm-card .num {
    color: #555;
    font-size: 0.85rem;
    font-weight: 950;
    margin-bottom: 8px;
    display: block;
}

.tm-card .match {
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
    color: #fff;
}

.tm-card .sub {
    font-size: 0.7rem;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

/* 3. LIST SECTION */
.card-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
}

.card-table-v2 {
    width: 100%;
    border-collapse: collapse;
}

.card-table-v2 th {
    text-align: left;
    font-size: 0.7rem;
    color: #444;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 2px solid #111;
}

.card-table-v2 td {
    padding: 15px;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    color: #ccc;
}

.card-table-v2 tr:hover {
    background: rgba(255, 255, 255, 0.01);
}

.card-table-v2 tr.highlight {
    background: rgba(var(--accent-rgb), 0.08);
}

.card-table-v2 tr.highlight td {
    border-bottom: 1px solid var(--accent);
    color: #fff;
}

.tr-num {
    color: #444;
    font-weight: 950;
    width: 40px;
}

.tr-match {
    font-weight: 800;
    color: #fff;
}

.tr-match a {
    color: inherit;
    text-decoration: none;
}

.tr-winner {
    color: var(--accent);
    font-weight: 800;
}

.bonus-badge {
    font-size: 0.65rem;
    font-weight: 950;
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.b-fotn {
    background: #ff8c00;
    color: #000;
}

.b-potn {
    background: #8e44ad;
    color: #fff;
}

.view-all-btn {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 18px;
    background: #111;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.view-all-btn:hover {
    background: #1a1a1a;
    border-color: #333;
    transform: translateY(-2px);
}

/* 4. RIGHT SIDEBARS */
.card-sidebar-v2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-card-v2 {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 25px;
}

.sidebar-card-v2 h4 {
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #555;
}

.bonus-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bonus-item:last-child {
    margin-bottom: 0;
}

.bi-badge {
    min-width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 950;
    border-radius: 5px;
}

.bi-info {
    text-align: left;
}

.bi-lbl {
    font-size: 0.65rem;
    color: #555;
    font-weight: 950;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.bi-val {
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    display: block;
}

.ev-info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.ev-lbl {
    color: #444;
    font-size: 0.8rem;
    font-weight: 700;
}

.ev-val {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: right;
}

.ev-val {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: right;
}

/* COMMUNITY DASHBOARD (v2 Premium) */
.comm-dashboard-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    color: #fff;
}

/* 1. COMMENTS SECTION */
.comm-section {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 25px;
}

.comm-section h3 {
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 3px solid var(--accent);
    padding-left: 12px;
}

.comm-count {
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.6;
    margin-left: 5px;
}

.comment-input-box {
    background: #050505;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 35px;
}

.comment-input-box textarea {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 0.9rem;
    resize: none;
    height: 70px;
    outline: none;
}

.ci-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding-top: 20px;
}

.ci-actions i {
    color: #333;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 18px;
    font-size: 1.1rem;
}

.ci-actions i:hover {
    color: #fff;
}

.btn-comment {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.btn-comment:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--accent-rgb), 0.3);
}

.comment-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: #111;
    border: 1px solid #222;
    flex-shrink: 0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-body {
    flex: 1;
}

.cb-header {
    margin-bottom: 10px;
}

.user-name {
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    margin-right: 12px;
}

.comm-time {
    font-size: 0.7rem;
    color: #444;
}

.cb-text {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 15px;
}

.cb-footer {
    display: flex;
    gap: 25px;
    font-size: 0.75rem;
    color: #444;
    font-weight: 800;
}

.cb-footer span {
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cb-footer span:hover {
    color: #fff;
}

.cb-footer i {
    font-size: 0.9rem;
}

.replies-link {
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 800;
    margin-top: 12px;
    display: block;
    cursor: pointer;
}

/* 2. POLLS & CHARTS */
.sidebar-section-v2 {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 25px;
}

.sidebar-section-v2 h4 {
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-badge {
    font-size: 0.55rem;
    background: #222;
    padding: 2px 8px;
    border-radius: 5px;
    color: #555;
}

.status-badge.active {
    background: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
}

.poll-question {
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.4;
}

.poll-option {
    margin-bottom: 18px;
}

.po-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.po-lbl {
    color: #666;
    font-weight: 600;
}

.po-pct {
    color: #fff;
    font-weight: 950;
}

.po-bar-bg {
    height: 5px;
    background: #050505;
    border-radius: 5px;
    overflow: hidden;
}

.po-bar-fill {
    height: 100%;
    background: #222;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.po-bar-fill.winner {
    background: var(--accent);
    box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.3);
}

.poll-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.7rem;
    color: #333;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* DOUGHNUT CHART (Who Won) */
.winner-poll-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.wp-side {
    flex: 1;
    text-align: center;
}

.wp-name {
    font-size: 0.7rem;
    font-weight: 950;
    text-transform: uppercase;
    color: #444;
}

.wp-name.f1 {
    color: var(--accent);
}

.wp-name.f2 {
    color: #fff;
}

.wp-pct {
    font-size: 1.4rem;
    font-weight: 950;
    color: #fff;
    display: block;
    margin: 8px 0;
}

.wp-votes {
    font-size: 0.65rem;
    color: #333;
    font-weight: 700;
}

.chart-container-v2 {
    width: 110px;
    height: 110px;
    position: relative;
    flex-shrink: 0;
}

.chart-svg {
    transform: rotate(-90deg);
}

.chart-bg {
    fill: none;
    stroke: #111;
    stroke-width: 8;
}

.chart-fill {
    fill: none;
    stroke: var(--accent);
    stroke-width: 8;
    stroke-dasharray: 251.2;
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 2s ease;
    stroke-linecap: round;
}

.chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cm-val {
    font-size: 1rem;
    font-weight: 950;
    display: block;
    color: #fff;
}

.cm-lbl {
    font-size: 0.55rem;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

/* PREMIUM COMMUNITY DASHBOARD V2 */
.comm-dashboard-v2 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    color: #fff;
    width: 100%;
    align-items: start;
}

@media (max-width: 1200px) {
    .comm-dashboard-v2 {
        grid-template-columns: 1fr;
    }
}

.comm-section-v2 {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 25px;
}

.cs-header-v2 h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comm-count {
    color: var(--ka-red);
    font-size: 12px;
    font-weight: 700;
}

/* Comment Input */
.comment-input-box-v2 {
    background: #050505;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 35px;
}

.comment-input-box-v2 textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    resize: none;
    height: 70px;
    font-size: 14px;
    outline: none;
    font-weight: 500;
}

.ci-footer-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #111;
}

.ci-icon-btn {
    background: transparent;
    border: none;
    color: #444;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.ci-icon-btn:hover {
    color: #fff;
}

.ci-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ci-counter {
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.btn-comment-v2 {
    background: var(--ka-red);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.btn-comment-v2:hover {
    background: #c2153d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(225, 29, 72, 0.2);
}

/* Comments List */
.comment-item-v2 {
    display: flex;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #0a0a0a;
}

.user-avatar-v2 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #111;
}

.cb-header-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.user-name-v2 {
    font-weight: 800;
    font-size: 13px;
    color: #eee;
}

.comm-time-v2 {
    font-size: 11px;
    color: #444;
}

.cb-text-v2 {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 12px;
}

.cb-footer-v2 {
    display: flex;
    gap: 25px;
    font-size: 12px;
    color: #444;
}

.cb-action {
    cursor: pointer;
    transition: 0.2s;
    font-weight: 700;
}

.cb-action:hover {
    color: #fff;
}

.cb-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.cb-replies-v2 {
    color: var(--ka-red);
    font-size: 11px;
    font-weight: 800;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}

.view-all-comm-btn-v2 {
    width: 100%;
    background: #080808;
    border: 1px solid #111;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 11px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.view-all-comm-btn-v2:hover {
    background: #111;
    border-color: #333;
}

/* Social Highlights V2 */
.social-highlights-v2 {
    margin-top: 20px;
}

.sh-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.sh-header-v2 h3 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.sh-nav-v2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sh-all {
    font-size: 12px;
    color: #444;
    cursor: pointer;
    font-weight: 700;
}

.sh-arrows {
    display: flex;
    gap: 10px;
}

.sh-arrow {
    background: #0a0a0a;
    border: 1px solid #111;
    color: #555;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.sh-arrow:hover {
    border-color: #333;
    color: #fff;
}

.social-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.social-card-v2 {
    background: #000;
    border: 1px solid #0a0a0a;
    border-radius: 5px;
    padding: 20px;
    transition: 0.4s;
}

.social-card-v2:hover {
    border-color: #222;
    transform: translateY(-5px);
}

.sc-header-v2 {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.sc-avatar-v2 {
    width: 35px;
    height: 35px;
}

.sc-uinfo-v2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sc-name-v2 {
    font-weight: 800;
    font-size: 12px;
    color: #fff;
}

.sc-handle-v2 {
    font-size: 11px;
    color: #444;
}

.sc-time-v2 {
    font-size: 11px;
    color: #333;
}

.sc-text-v2 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #999;
}

.sc-img-v2 {
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.sc-footer-v2 {
    display: flex;
    gap: 25px;
    margin-top: 18px;
    color: #333;
    font-size: 12px;
}

.sc-footer-v2 span {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.sc-footer-v2 span:hover {
    color: #888;
}

/* Rules Bar V2 */
.comm-rules-bar-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 5px;
    padding: 25px;
    margin-top: 40px;
}

.rule-item-v2 {
    display: flex;
    gap: 15px;
}

.rule-item-v2 i {
    color: var(--ka-red);
    font-size: 20px;
    opacity: 0.6;
}

.ri-text-v2 h4 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #eee;
}

.ri-text-v2 p {
    font-size: 11px;
    color: #444;
    line-height: 1.5;
}

/* Newsletter Premium */
.newsletter-footer-premium-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    border: 1px solid #0a0a0a;
    border-radius: 5px;
    padding: 35px 50px;
    margin-top: 40px;
}

.nl-info-v2 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nl-icon-v2 {
    width: 65px;
    height: 65px;
    background: #080808;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #333;
    border: 1px solid #111;
}

.nl-text-v2 h3 {
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.nl-text-v2 p {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.nl-form-v2 {
    display: flex;
    gap: 15px;
    width: 480px;
}

.nl-input-v2 {
    flex: 1;
    background: #050505;
    border: 1px solid #111;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    height: 55px;
    font-size: 14px;
    outline: none;
}

.nl-input-v2:focus {
    border-color: #222;
}

.nl-btn-v2 {
    background: var(--ka-red);
    color: #fff;
    border: none;
    padding: 0 35px;
    border-radius: 5px;
    font-weight: 950;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.nl-btn-v2:hover {
    background: #c2153d;
    transform: scale(1.02);
}

@media (max-width: 1000px) {
    .social-grid-v2 {
        grid-template-columns: 1fr;
    }

    .comm-rules-bar-v2 {
        grid-template-columns: 1fr 1fr;
    }

    .newsletter-footer-premium-v2 {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 40px 25px;
    }

    .nl-info-v2 {
        flex-direction: column;
        gap: 15px;
    }

    .nl-form-v2 {
        width: 100%;
    }
}

/* NEWS TAB STYLES */
.news-grid-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px;
}

.news-card-mini {
    display: flex;
    gap: 15px;
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.news-card-mini:hover {
    border-color: #333;
    transform: translateY(-3px);
}

.ncm-img {
    width: 120px;
    height: 100px;
    flex-shrink: 0;
}

.ncm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ncm-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ncm-tag {
    font-size: 0.6rem;
    font-weight: 950;
    text-transform: uppercase;
    color: var(--ka-red);
    margin-bottom: 5px;
}

.ncm-body h4 {
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 8px;
}

.ncm-date {
    font-size: 0.7rem;
    color: #444;
    font-weight: 600;
}

@media (max-width: 768px) {
    .news-grid-v2 {
        grid-template-columns: 1fr;
    }
}

/* --- LEADERBOARD & COMMUNITY SIDEBAR STYLES --- */
.leaderboard-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.lead-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.lead-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(225, 29, 72, 0.2);
    transform: translateX(5px);
}

.li-rank {
    font-size: 14px;
    font-weight: 950;
    color: var(--ka-red);
    width: 25px;
}

.li-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #222;
}

.li-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li-user {
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.li-pts {
    font-size: 11px;
    font-weight: 950;
    color: #444;
    text-transform: uppercase;
}

.btn-all-leaderboard {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    color: #666;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    text-decoration: none;
}

.btn-all-leaderboard:hover {
    background: var(--ka-red);
    color: #fff;
    border-color: var(--ka-red);
}

/* Rank Colors */
.lead-item:nth-child(1) .li-rank {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.lead-item:nth-child(2) .li-rank {
    color: #c0c0c0;
    text-shadow: 0 0 10px rgba(192, 192, 192, 0.3);
}

.lead-item:nth-child(3) .li-rank {
    color: #cd7f32;
    text-shadow: 0 0 10px rgba(205, 127, 50, 0.3);
}

/* --- TALE OF THE TAPE & FUTURE FIGHTS --- */
.tale-of-tape {
    padding: 40px !important;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.95) 100%) !important;
    border: 1px solid #1a1a1a !important;
}

.tot-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}

.tot-f1,
.tot-f2 {
    text-align: center;
    width: 150px;
}

.tot-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #222;
    margin: 0 auto 15px;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.tot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tot-header h3 {
    font-size: 18px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.tot-vs {
    font-size: 24px;
    font-weight: 950;
    font-style: italic;
    color: var(--ka-red);
    opacity: 0.5;
}

/* --- PREMIUM PLAYER UI V2 --- */
.v-overlay-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
}

.video-placeholder:hover .v-overlay-v2 {
    background: rgba(0, 0, 0, 0.1);
}

.v-footer-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    border-top: 1px solid #111;
    height: 45px;
}

.vf-left,
.vf-right {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #555;
    font-size: 12px;
}

.vf-left span {
    font-weight: 950;
    letter-spacing: 1px;
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
}

.vf-right i {
    transition: 0.2s;
}

.vf-right i:hover {
    color: #fff;
    cursor: pointer;
}

/* --- NO VIDEO STATE V2 --- */
.no-v-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: grayscale(1) blur(5px);
}

.no-v-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 40px;
}

.no-v-content i {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.no-v-content p {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.no-v-content button {
    background: var(--ka-red);
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 950;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.no-v-content button:hover {
    background: #c2153d;
    transform: scale(1.05);
}

/* --- TIMELINE SLIDER & TELEGRAM PROMO --- */
.card-timeline-wrapper-v2 {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 10px 0;
}

.card-timeline-v2-scroll {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex: 1;
}

.card-timeline-v2-scroll::-webkit-scrollbar {
    display: none;
}

.tm-slider-nav {
    background: #0a0a0a;
    border: 1px solid #111;
    color: #444;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0;
    z-index: 5;
}

.tm-slider-nav:hover {
    background: #111;
    color: #fff;
    border-color: #333;
}

.tm-card {
    min-width: 220px;
    flex-shrink: 0;
}

.telegram-promo-v2 {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #0088cc 0%, #005580 100%);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-icon-v2 {
    font-size: 24px;
    opacity: 0.8;
}

.tp-text-v2 h4 {
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 4px;
    color: #fff !important;
    text-transform: uppercase;
}

.tp-text-v2 p {
    font-size: 11px;
    opacity: 0.7;
    line-height: 1.4;
}

.tp-btn-v2 {
    background: #fff;
    color: #0088cc;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 950;
    font-size: 11px;
    text-decoration: none;
    margin-left: auto;
    transition: 0.3s;
}

.tp-btn-v2:hover {
    background: #eee;
    transform: scale(1.05);
}

/* --- ARENA CUSTOM PLAYER V2 (Premium UI) --- */
.arena-player-v2 {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
}

.main-video-v2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.player-center-msg {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    pointer-events: none;
}

.pc-logo {
    width: 80px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.player-center-msg h3 {
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.player-center-msg p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    font-weight: 600;
}

.player-controls-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 0 0;
    z-index: 30;
    opacity: 0;
    transition: 0.4s;
}

.arena-player-v2:hover .player-controls-v2 {
    opacity: 1;
}

.p-progress-bar-v2 {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.p-progress-bar-v2:hover {
    height: 5px;
}

.p-progress-fill-v2 {
    height: 100%;
    background: var(--ka-red);
    width: 0;
    position: relative;
}

.p-main-controls-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px 18px;
}

.p-left-v2,
.p-right-v2 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.p-btn-v2 {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-btn-v2:hover {
    opacity: 1;
    transform: scale(1.1);
}

#p-rewind-btn-v2 {
    position: relative;
}

.p-rew-val {
    font-size: 8px;
    font-weight: 950;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-time-v2 {
    font-size: 13px;
    font-weight: 800;
    color: #666;
    font-family: 'Inter', sans-serif;
}

.player-big-overlay-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    cursor: pointer;
    transition: 0.4s;
}

.play-icon-v2 {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    padding-left: 6px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.player-big-overlay-v2:hover .play-icon-v2 {
    transform: scale(1.15);
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
}

.arena-player-v2.is-playing .play-icon-v2 {
    opacity: 0;
    pointer-events: none;
}

.arena-player-v2.is-playing .player-big-overlay-v2 {
    background: transparent;
}

.arena-player-v2.is-playing .player-center-msg {
    opacity: 0;
}

/* --- PLAYER SPEED MENU & ADVANCED --- */
.p-settings-wrap-v2 {
    position: relative;
}

.p-speed-menu-v2 {
    position: absolute;
    bottom: 50px;
    right: 0;
    background: rgba(10, 10, 10, 0.98);
    border: 1px solid #222;
    border-radius: 5px;
    padding: 10px 0;
    width: 100px;
    display: none;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    z-index: 100;
    backdrop-filter: blur(10px);
}

.p-speed-menu-v2.show {
    display: flex;
}

.speed-opt {
    padding: 10px 15px;
    font-size: 11px;
    font-weight: 800;
    color: #666;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    text-transform: uppercase;
}

.speed-opt:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.speed-opt.active {
    color: var(--ka-red);
    background: rgba(225, 29, 72, 0.05);
}

/* --- VOLUME SLIDER UI --- */
.p-vol-wrap-v2 {
    display: flex;
    align-items: center;
    gap: 0;
    transition: 0.3s;
}

.p-vol-slider-v2 {
    width: 0;
    height: 3px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    margin-left: 0;
}

.p-vol-wrap-v2:hover .p-vol-slider-v2 {
    width: 70px;
    opacity: 1;
    margin-left: 10px;
}

.p-vol-slider-v2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    box-shadow: -100px 0 0 100px var(--ka-red);
}

/* --- PLAYER BUFFER & SCRUBBER UI --- */
.p-buffered-bar-v2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    width: 0;
    z-index: 1;
    pointer-events: none;
    transition: width 0.3s ease;
}

.p-progress-fill-v2 {
    z-index: 2;
}

/* VOLUME SLIDER MATCH STYLE */
.p-vol-slider-v2 {
    position: relative;
    z-index: 10;
}

.p-vol-slider-v2::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.1);
    height: 3px;
    border-radius: 5px;
}

.p-vol-slider-v2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-top: -3.5px;
    box-shadow: -100px 0 0 100px var(--ka-red);
}

/* --- PREVENT ACCIDENTAL SELECTION DURING INTERACTION --- */
.arena-player-v2,
.player-controls-v2 {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.p-progress-fill-v2 {
    transition: width 0.1s linear;
    /* Smooth fill update */
}

.arena-player-v2:active {
    cursor: grabbing !important;
}

/* --- PLAYER SEEK INDICATOR UI --- */
.p-seek-indicator-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.p-seek-indicator-v2.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.psi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.psi-content i {
    font-size: 28px;
    color: var(--ka-red);
    text-shadow: 0 0 15px rgba(225, 29, 72, 0.5);
}

.psi-content span {
    font-size: 16px;
    font-weight: 950;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.5px;
}

/* --- THEATER MODE UI --- */
.theater-info-v2 {
    display: none;
    margin-top: 15px;
    padding: 20px;
    background: linear-gradient(90deg, #0a0a0a 0%, #050505 100%);
    border-radius: 5px;
    border: 1px solid #111;
    border-left: 4px solid var(--ka-red);
}

.theater-info-v2 h3 {
    font-size: 22px;
    font-weight: 950;
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.theater-info-v2 p {
    font-size: 13px;
    color: #444;
    font-weight: 700;
}

.md-summary-grid.is-theater {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.md-summary-grid.is-theater .md-highlight-box {
    width: 100% !important;
    max-width: 100% !important;
}

.md-summary-grid.is-theater .arena-player-v2 {
    width: 100% !important;
    max-height: 75vh;
}

.md-summary-grid.is-theater .theater-info-v2 {
    display: block !important;
}

.md-summary-grid.is-theater .md-text-box {
    width: 100% !important;
}

#p-theater-btn-v2.active {
    color: var(--ka-red);
}

/* --- NO NEWS & NO SUMMARY PLACEHOLDERS --- */
.no-news-placeholder-v2,
.no-summary-placeholder-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: #0a0a0a;
    border-radius: 5px;
    border: 1px solid #111;
    color: #444;
    position: relative;
    overflow: hidden;
}

.no-news-placeholder-v2 i,
.no-summary-placeholder-v2 i {
    font-size: 40px;
    margin-bottom: 20px;
    opacity: 0.5;
    color: var(--ka-red);
}

.no-news-placeholder-v2 p,
.no-summary-placeholder-v2 h3 {
    font-size: 16px;
    font-weight: 950;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.no-news-placeholder-v2 span,
.no-summary-placeholder-v2 span {
    font-size: 12px;
    opacity: 0.6;
}

.no-summary-placeholder-v2 {
    aspect-ratio: 16/9;
}

.nsp-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    filter: grayscale(1);
}

.nsp-content {
    position: relative;
    z-index: 2;
}

/* --- NEWS CARD LINK STYLING --- */
a.news-card-mini {
    text-decoration: none !important;
    display: flex;
    color: inherit;
    transition: 0.3s;
}

a.news-card-mini:hover {
    background: rgba(255, 255, 255, 0.03);
}

.news-card-mini h4 {
    color: #fff;
    margin: 5px 0;
    transition: 0.3s;
    text-decoration: none !important;
}

a.news-card-mini:hover h4 {
    color: var(--ka-red);
}

.news-card-mini .ncm-tag {
    color: var(--ka-red);
    font-weight: 800;
    text-decoration: none !important;
}

.news-card-mini .ncm-date {
    color: #555;
    text-decoration: none !important;
}

/* Global Link Reset for News Tab */
.news-grid-v2 a {
    text-decoration: none !important;
    outline: none !important;
}

/* ==========================================================================
   MOBILE BOTTOM-STICKY BAR & POPUP STYLES
   ========================================================================== */

.m-sticky-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.m-sticky-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

/* Bottom Sheet / Panel */
.m-sticky-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0a0a0c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px 20px 0 0;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    max-height: 75vh;
    overflow-y: auto;
    padding: 24px;
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.7);
}

.m-sticky-popup.show {
    transform: translateY(0);
}

.m-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.m-popup-header span {
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1.5px;
    color: #fff;
}

.m-popup-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

/* Paylaş Listesi Grid */
.m-share-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.m-share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.m-share-item:hover,
.m-share-item:active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.m-share-item.s-tw svg {
    fill: #fff;
}

.m-share-item.s-fb i {
    color: #1877f2;
}

.m-share-item.s-ig i {
    color: #e1306c;
}

.m-share-item.s-wa i {
    color: #25d366;
}

/* Diğer Maçlar Panel Listesi */
.m-popup-fights-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-popup-fight-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.m-popup-fight-card:hover,
.m-popup-fight-card:active {
    background: rgba(255, 255, 255, 0.06);
}

.mp-f-left,
.mp-f-right {
    width: 40px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.mp-f-left img,
.mp-f-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-f-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.mp-f-names {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-f-meta {
    font-size: 10px;
    color: #555;
    font-weight: 600;
}

.m-popup-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-top: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    color: #888;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s;
}

.m-popup-view-all:hover {
    color: #fff;
    border-color: #fff;
}

/* Sticky Bar Kendisi */
.m-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: rgba(8, 8, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 9997;
    display: none;
    /* Masaüstünde Gizli */
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.5);
}

.m-sticky-left {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 33%;
    min-width: 0;
}

.m-sticky-logo {
    flex-shrink: 0;
}

.fn-logo-img-mini {
    height: 20px;
    width: auto;
}

.ufc-logo-type.mini {
    font-size: 18px;
    letter-spacing: -0.5px;
    gap: 3px;
}

.m-sticky-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.m-sticky-title {
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-sticky-date {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
}

.m-sticky-center {
    width: 34%;
    display: flex;
    justify-content: center;
}

.m-sticky-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #C12B1F;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(193, 43, 31, 0.3);
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.m-sticky-btn:hover,
.m-sticky-btn:active {
    box-shadow: 0 0 20px rgba(193, 43, 31, 0.5);
    transform: scale(1.02);
}

.m-sticky-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 33%;
}

.m-sticky-action-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.m-sticky-action-btn:hover,
.m-sticky-action-btn:active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Toast Bildirimi Stili */
.m-sticky-toast {
    position: fixed;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.m-sticky-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Mobil için Düzenleme Medya Sorgusu (max-width: 992px) */
@media (max-width: 992px) {
    .md-sidebar {
        display: none !important;
        /* Standart Masaüstü Sidebar'ını mobilde tamamen gizle */
    }

    .md-main-layout {
        grid-template-columns: 1fr !important;
        margin-bottom: 80px;
        /* Alttaki bar ile çakışmayı engelle */
    }

    .m-sticky-bar {
        display: flex;
        /* Alt barı göster */
    }

    .md-container {
        padding-bottom: 90px !important;
        /* Alt bar için alt boşluğu artır */
    }
}

/* Stats Tab Full-Width override */
.md-main-layout.is-stats-active {
    grid-template-columns: 1fr !important;
}
.md-main-layout.is-stats-active .md-sidebar {
    display: none !important;
}