/* CS2 Canlı Merkez — Nokta Gündem */

.cs2-live-page {
    --cs2-bg: #0b0f14;
    --cs2-bg2: #121820;
    --cs2-card: rgba(18, 24, 32, 0.92);
    --cs2-border: rgba(232, 160, 69, 0.22);
    --cs2-orange: #e8a045;
    --cs2-orange-bright: #f5c06a;
    --cs2-orange-dim: rgba(232, 160, 69, 0.12);
    --cs2-text: #e8edf4;
    --cs2-muted: #8b98a8;
    --cs2-live: #ff4d4d;
    --cs2-win: #5ee06d;

    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 48px;
    color: var(--cs2-text);
    overflow-x: hidden;
    box-sizing: border-box;
}

.cs2-live-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(232, 160, 69, 0.06) 0%, transparent 35%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(232, 160, 69, 0.03) 39px, rgba(232, 160, 69, 0.03) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(232, 160, 69, 0.03) 39px, rgba(232, 160, 69, 0.03) 40px),
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(232, 160, 69, 0.15), transparent),
        var(--cs2-bg);
    pointer-events: none;
}

.cs2-live-page > *:not(.cs2-live-bg) {
    position: relative;
    z-index: 1;
}

.cs2-live-hero-head {
    text-align: center;
    padding: 28px 20px 20px;
    max-width: 920px;
    margin: 0 auto;
}

.cs2-live-badge-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.cs2-game-pill,
.cs2-source-pill {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid var(--cs2-border);
}

.cs2-game-pill {
    background: linear-gradient(135deg, rgba(232, 160, 69, 0.25), rgba(232, 160, 69, 0.08));
    color: var(--cs2-orange-bright);
}

.cs2-source-pill {
    background: rgba(255, 255, 255, 0.04);
    color: var(--cs2-muted);
}

.cs2-live-title {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, #fff 30%, var(--cs2-orange-bright) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cs2-live-sub {
    color: var(--cs2-muted);
    margin: 0;
    font-size: 1.02rem;
}

.cs2-live-top {
    max-width: 1380px;
    margin: 0 auto;
    padding: 18px 16px 0;
    text-align: center;
}

.cs2-game-pill {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid var(--cs2-border);
    background: linear-gradient(135deg, rgba(232, 160, 69, 0.25), rgba(232, 160, 69, 0.08));
    color: var(--cs2-orange-bright);
}

.cs2-live-stage {
    max-width: 1380px;
    margin: 0 auto;
    padding: 14px 16px 28px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.cs2-stage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.cs2-video-col,
.cs2-track-col {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .cs2-stage-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.cs2-video-shell {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--cs2-border);
    background: #06080c;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 20px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    aspect-ratio: 16 / 9;
    min-height: 220px;
    width: 100%;
    max-width: 100%;
}

.cs2-video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 45%, rgba(232, 160, 69, 0.08), transparent 55%), linear-gradient(160deg, #0d1218 0%, #06080c 100%);
}

.cs2-video-crosshair {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background:
        linear-gradient(transparent calc(50% - 1px), rgba(232, 160, 69, 0.4) calc(50% - 1px), rgba(232, 160, 69, 0.4) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(232, 160, 69, 0.4) calc(50% - 1px), rgba(232, 160, 69, 0.4) calc(50% + 1px), transparent calc(50% + 1px));
}

.cs2-video-placeholder-inner {
    text-align: center;
    padding: 24px;
    max-width: 420px;
    z-index: 2;
}

.cs2-video-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--cs2-orange);
    color: var(--cs2-orange-bright);
    font-size: 1.4rem;
    margin-bottom: 16px;
    box-shadow: 0 0 30px rgba(232, 160, 69, 0.25);
}

.cs2-video-msg {
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 8px;
    color: var(--cs2-text);
}

.cs2-video-submsg {
    font-size: 0.85rem;
    color: var(--cs2-muted);
    margin: 0;
    line-height: 1.45;
}

.cs2-video-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.cs2-video-overlay-top {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
    z-index: 3;
}

.cs2-video-meta {
    margin-top: 12px;
    font-size: 0.88rem;
    color: var(--cs2-muted);
    min-height: 1.2em;
}

.cs2-track-col {
    position: relative;
    border-radius: 14px;
    border: 1px solid var(--cs2-border);
    background: linear-gradient(145deg, rgba(14, 19, 26, 0.96) 0%, rgba(9, 12, 17, 0.98) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    isolation: isolate;
    contain: layout paint;
}

.cs2-track-art-wrap {
    position: absolute;
    top: -10%;
    right: -18%;
    bottom: -15%;
    left: -30%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(ellipse 88% 95% at 82% 16%, #000 0%, #000 30%, rgba(0, 0, 0, 0.5) 50%, transparent 74%);
    mask-image: radial-gradient(ellipse 88% 95% at 82% 16%, #000 0%, #000 30%, rgba(0, 0, 0, 0.5) 50%, transparent 74%);
}

.cs2-track-art-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 8%;
    opacity: 0.36;
    mix-blend-mode: screen;
    filter: saturate(1.15) contrast(1.08);
    user-select: none;
}

.cs2-track-inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
    min-height: 280px;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.cs2-track-content .cs2-scoreboard,
.cs2-track-content .cs2-kd-bar {
    background: rgba(8, 11, 16, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 12px;
    backdrop-filter: blur(10px);
}

.cs2-track-content .cs2-kd-bar {
    padding: 10px;
}

.cs2-track-content .cs2-maps-row {
    background: rgba(8, 11, 16, 0.55);
    border-radius: 10px;
    padding: 8px;
}

.cs2-track-loading,
.cs2-track-content {
    position: relative;
    z-index: 2;
}

.cs2-track-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .cs2-track-art-wrap {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cs2-track-art-img {
        opacity: 0.28;
        object-position: 80% 12%;
    }
}

@media (max-width: 575px) {
    .cs2-live-top,
    .cs2-live-stage,
    .cs2-section {
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
    }

    .cs2-track-inner {
        padding: 14px;
    }

    .cs2-track-art-wrap {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cs2-track-art-img {
        opacity: 0.22;
    }

    .cs2-scoreboard {
        gap: 4px;
    }

    .cs2-team-name {
        font-size: 0.82rem;
    }

    .cs2-team-score {
        font-size: 1.75rem;
    }

    .cs2-score-divider {
        font-size: 1.1rem;
        padding: 0 2px;
    }

    .cs2-fragger-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.cs2-track-loading {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--cs2-muted);
    font-size: 0.92rem;
}

.cs2-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(232, 160, 69, 0.15);
    border-top-color: var(--cs2-orange);
    border-radius: 50%;
    animation: cs2-spin 0.8s linear infinite;
}

@keyframes cs2-spin {
    to { transform: rotate(360deg); }
}

.cs2-track-tournament {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--cs2-orange);
    margin-bottom: 12px;
    line-height: 1.35;
}

.cs2-track-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.cs2-track-status.is-live {
    background: rgba(255, 77, 77, 0.15);
    color: #ff6b6b;
    border: 1px solid rgba(255, 77, 77, 0.35);
}

.cs2-track-status.is-live::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cs2-live);
    animation: cs2-pulse 1.2s ease-in-out infinite;
}

@keyframes cs2-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

.cs2-track-status.is-break {
    background: rgba(232, 160, 69, 0.14);
    color: var(--cs2-orange-bright);
    border: 1px solid rgba(232, 160, 69, 0.35);
}

.cs2-track-status.is-finished {
    background: rgba(255, 255, 255, 0.06);
    color: var(--cs2-muted);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cs2-track-status.is-scheduled {
    background: var(--cs2-orange-dim);
    color: var(--cs2-orange-bright);
    border: 1px solid var(--cs2-border);
}

.cs2-scoreboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.cs2-team-block { text-align: center; min-width: 0; overflow: hidden; }
.cs2-team-block:first-child { text-align: left; }
.cs2-team-block:last-child { text-align: right; }

.cs2-team-name {
    font-weight: 700;
    font-size: clamp(0.85rem, 2vw, 1rem);
    line-height: 1.25;
    margin-bottom: 6px;
    word-break: break-word;
}

.cs2-team-score {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    color: var(--cs2-orange-bright);
    line-height: 1;
}

.cs2-team-block.is-winner .cs2-team-name { color: var(--cs2-win); }

.cs2-score-divider {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--cs2-muted);
    padding: 0 4px;
}

.cs2-kd-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.cs2-kd-item {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.cs2-kd-label {
    font-size: 0.7rem;
    color: var(--cs2-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs2-kd-value {
    font-weight: 700;
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
}

.cs2-maps-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cs2-muted);
    margin-bottom: 10px;
}

.cs2-maps-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.cs2-map-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
}

.cs2-map-card.is-current {
    border-color: var(--cs2-orange);
    background: var(--cs2-orange-dim);
    box-shadow: 0 0 20px rgba(232, 160, 69, 0.12);
}

.cs2-map-seq { font-weight: 800; color: var(--cs2-orange); font-size: 0.75rem; }
.cs2-map-name { font-weight: 600; }
.cs2-map-score { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--cs2-text); }

.cs2-fragger-table {
    width: 100%;
    font-size: 0.8rem;
    border-collapse: collapse;
}

.cs2-fragger-table th {
    text-align: left;
    color: var(--cs2-muted);
    font-weight: 600;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cs2-fragger-table td {
    padding: 7px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.cs2-fragger-table tr:last-child td { border-bottom: none; }

.cs2-fragger-kd {
    font-weight: 700;
    color: var(--cs2-orange-bright);
    font-variant-numeric: tabular-nums;
}

.cs2-stat-cell {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-variant-numeric: tabular-nums;
}

.cs2-stat-cell--before {
    flex-direction: row;
}

.cs2-stat-cell--after {
    flex-direction: row;
}

.cs2-stat-val {
    min-width: 1.5em;
    text-align: right;
}

.cs2-stat-delta {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--cs2-win);
    line-height: 1;
    animation: cs2StatDeltaFlash 2.5s ease-out forwards;
}

@keyframes cs2StatDeltaFlash {
    0% {
        opacity: 0;
        transform: translateY(4px) scale(0.85);
    }
    12% {
        opacity: 1;
        transform: translateY(0) scale(1.08);
    }
    75% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0.35;
        transform: translateY(-2px) scale(0.95);
    }
}

.cs2-feed-ok {
    margin-top: auto;
    padding-top: 14px;
    font-size: 0.72rem;
    color: var(--cs2-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.cs2-feed-ok::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cs2-win);
}

.cs2-section {
    max-width: 1380px;
    margin: 0 auto;
    padding: 8px 16px 32px;
}

.cs2-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(232, 160, 69, 0.15);
}

.cs2-section-head h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
    color: var(--cs2-text);
}

.cs2-section-hint { font-size: 0.85rem; color: var(--cs2-muted); }

.cs2-link-more {
    font-size: 0.88rem;
    color: var(--cs2-orange);
    text-decoration: none;
    font-weight: 600;
}

.cs2-link-more:hover {
    color: var(--cs2-orange-bright);
    text-decoration: underline;
}

.cs2-match-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cs2-match-group-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cs2-orange-bright);
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.cs2-match-group-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    gap: 14px;
}

.cs2-match-group-empty {
    margin: 0;
    padding: 12px 0;
}

.cs2-match-card {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--cs2-card);
    padding: 16px;
    transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}

.cs2-match-clickable {
    cursor: pointer;
}

.cs2-match-clickable:hover {
    border-color: rgba(232, 160, 69, 0.35);
}

.cs2-match-card:hover {
    border-color: var(--cs2-border);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.cs2-match-card.is-active {
    border-color: var(--cs2-orange);
    box-shadow: 0 0 0 1px rgba(232, 160, 69, 0.25);
}

.cs2-match-card.is-live-card { border-color: rgba(255, 77, 77, 0.35); }

.cs2-match-card.is-break-card { border-color: rgba(232, 160, 69, 0.35); }

.cs2-match-break-tag {
    color: var(--cs2-orange-bright);
    font-weight: 700;
}

.cs2-match-tournament {
    font-size: 0.72rem;
    color: var(--cs2-muted);
    margin-bottom: 10px;
    line-height: 1.35;
    min-height: 2.6em;
}

.cs2-match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.cs2-match-team {
    flex: 1;
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.25;
}

.cs2-match-team:last-child { text-align: right; }

.cs2-match-score-mid {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--cs2-orange-bright);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.cs2-match-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 0.78rem;
    color: var(--cs2-muted);
}

.cs2-match-live-tag {
    color: #ff6b6b;
    font-weight: 800;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
}

.cs2-btn-watch {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 0.88rem;
    cursor: pointer;
    background: linear-gradient(135deg, var(--cs2-orange), #c47a28);
    color: #1a1005;
    transition: filter 0.15s, transform 0.15s;
}

.cs2-btn-action {
    width: 100%;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 0.84rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: filter 0.15s, transform 0.15s, border-color 0.15s;
}

.cs2-btn-action:hover:not(:disabled) {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.cs2-btn-action:disabled {
    opacity: 0.7;
    cursor: default;
    transform: none;
}

.cs2-btn-live-video {
    background: linear-gradient(135deg, #ff4d4d, #c62828);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

.cs2-btn-live-score {
    background: rgba(232, 160, 69, 0.15);
    color: var(--cs2-orange-bright);
    border-color: rgba(232, 160, 69, 0.45);
}

.cs2-btn-break {
    background: rgba(232, 160, 69, 0.1);
    color: var(--cs2-orange-bright);
    border-color: rgba(232, 160, 69, 0.35);
}

.cs2-btn-finished {
    background: rgba(255, 255, 255, 0.06);
    color: #ddd;
    border-color: rgba(255, 255, 255, 0.12);
}

.cs2-btn-upcoming {
    background: rgba(255, 255, 255, 0.04);
    color: var(--cs2-muted);
    border-color: rgba(255, 255, 255, 0.08);
}

.cs2-btn-selected {
    background: rgba(232, 160, 69, 0.12);
    color: var(--cs2-orange-bright);
    border-color: var(--cs2-orange);
}

.cs2-btn-watch:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.cs2-btn-watch:disabled {
    opacity: 0.55;
    cursor: default;
    transform: none;
}

.cs2-twitch-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 0;
    border-radius: inherit;
}

.cs2-skeleton-card {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--cs2-card);
    padding: 16px;
    margin-bottom: 14px;
    animation: cs2-pulse 1.2s ease-in-out infinite;
}

.cs2-skeleton-line {
    height: 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
}

.cs2-skeleton-line.w50 { width: 50%; }
.cs2-skeleton-line.w75 { width: 75%; }
.cs2-skeleton-line.w90 { width: 90%; }

@keyframes cs2-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}

.cs2-empty-msg {
    text-align: center;
    color: var(--cs2-muted);
    padding: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 12px;
}

.cs2-tournament-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
    gap: 16px;
}

.cs2-tournament-card {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--cs2-card);
    overflow: hidden;
}

.cs2-tournament-head {
    padding: 14px 16px;
    background: linear-gradient(90deg, var(--cs2-orange-dim), transparent);
    border-bottom: 1px solid rgba(232, 160, 69, 0.12);
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.35;
}

.cs2-tournament-rows { padding: 8px 0; }

.cs2-tournament-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 10px 16px;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: background 0.12s;
}

.cs2-tournament-row:hover { background: rgba(232, 160, 69, 0.06); }
.cs2-tournament-row:last-child { border-bottom: none; }
.cs2-tournament-match { color: var(--cs2-text); line-height: 1.35; }
.cs2-tournament-time { color: var(--cs2-muted); white-space: nowrap; font-size: 0.75rem; text-align: right; }

.cs2-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 16px;
}

.cs2-news-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--cs2-card);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.18s, transform 0.18s;
}

.cs2-news-card:hover {
    border-color: var(--cs2-border);
    transform: translateY(-2px);
    color: inherit;
}

.cs2-news-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    background: #0d1218;
}

.cs2-news-body { padding: 14px; }

.cs2-news-title {
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.35;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs2-news-date { font-size: 0.75rem; color: var(--cs2-muted); }

.cs2-live-foot {
    max-width: 1380px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--cs2-muted);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.hc-cs2-live-page,
body:has(.cs2-live-page) {
    background: #0b0f14;
    overflow-x: hidden;
}

html.hc-cs2-live-page,
html:has(.cs2-live-page) {
    overflow-x: hidden;
}

body.hc-cs2-live-page .hc-main,
.hc-main:has(.cs2-live-page) {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #0b0f14;
    overflow-x: hidden;
}

body.hc-cs2-live-page .hc-footer,
body:has(.cs2-live-page) .hc-footer {
    margin-top: 0;
    border-top: 1px solid rgba(232, 160, 69, 0.12);
}
