.hero-wc-card { background: linear-gradient(135deg, #E30A17, #b40811); color: #fff; border-radius: 18px; padding: 16px 16px 14px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; min-height: 168px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; box-shadow: 0 10px 26px rgba(227, 10, 23, 0.22); }
                    .hero-wc-card:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(227, 10, 23, 0.30); }
                    .hero-wc-card-head { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .62rem; letter-spacing: .22em; color: rgba(255,255,255,0.88); text-transform: uppercase; font-weight: 800; }
                    .hero-wc-card-pulse { width: 7px; height: 7px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,0.30); }
                    .hero-wc-card-flag { display: inline-flex; width: 22px; height: 14px; border-radius: 2px; overflow: hidden; flex: 0 0 22px; }
                    .hero-wc-card-flag svg { width: 100%; height: 100%; display: block; }
                    .hero-wc-card-value { font-family: var(--serif); font-weight: 900; font-size: clamp(2.6rem, 8.6vw, 4.6rem); line-height: .92; letter-spacing: -.04em; color: #fff; margin-top: 2px; }
                    .hero-wc-card-label { margin: 2px 0 0; color: rgba(255,255,255,0.92); font-size: .82rem; line-height: 1.4; }
                    .hero-wc-card-label small { display: inline-block; margin-top: 4px; font-size: .72rem; color: rgba(255,255,255,0.85); }
                    .hero-wc-card-label strong { color: #fff; }
                    .hero-wc-card-cta { margin-top: 4px; font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; color: #ffe7c4; font-weight: 800; text-transform: uppercase; }
.wc-home-widget { padding: 0; }
                .wc-home-widget-link { display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr); gap: 16px; align-items: center; padding: 14px 20px; background: linear-gradient(135deg, rgba(216, 50, 74, 0.10), rgba(255, 255, 255, 0.96)); border: 1px solid rgba(216, 50, 74, 0.20); border-radius: 14px; color: inherit; }
                .wc-home-widget-link:hover { border-color: rgba(216, 50, 74, 0.35); }
                .wc-home-widget-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--danger); }
                .wc-home-widget-title { display: block; font-family: var(--serif); font-size: 1.05rem; color: var(--editorial-ink); margin-top: 4px; line-height: 1.2; }
                .wc-home-widget-matchup { display: flex; justify-content: center; align-items: center; gap: 12px; font-size: .94rem; }
                .wc-home-widget-matchup > span { display: inline-flex; align-items: center; gap: 6px; }
                .wc-home-widget-matchup > span:first-child { justify-content: flex-end; }
                .wc-home-widget-matchup img { width: 22px; height: 22px; object-fit: contain; flex: 0 0 22px; }
                .wc-home-widget-matchup em { font-style: normal; font-weight: 700; color: var(--editorial-ink); }
                .wc-home-widget-score { font-family: var(--serif); font-weight: 800; font-size: 1.2rem; color: var(--danger); }
                .wc-home-widget-vs { font-family: var(--mono); font-size: .76rem; color: var(--editorial-muted); font-weight: 700; }
                .wc-home-widget-meta { display: flex; flex-direction: column; gap: 4px; font-family: var(--mono); font-size: .72rem; color: var(--editorial-muted); text-align: right; }
                @media (max-width: 720px) {
                    .wc-home-widget-link { grid-template-columns: 1fr; }
                    .wc-home-widget-meta { text-align: left; }
                }
.home-editorial {
            color: var(--editorial-ink);
            gap: 18px;
        }
        .home-editorial .panel,
        .home-editorial .hero-card,
        .home-editorial .home-section {
            min-width: 0;
        }
        .home-editorial .section-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: var(--mono);
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: var(--editorial-muted);
        }
        .home-editorial .section-title {
            font-family: var(--serif);
            font-weight: 700;
            font-size: clamp(1.25rem, 2.4vw, 1.6rem);
            line-height: 1.18;
            letter-spacing: -.5px;
            color: var(--editorial-ink);
            margin: 6px 0 0;
        }
        .home-editorial .section-link {
            font-family: var(--mono);
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--brand-blue-dark);
            white-space: nowrap;
        }
        .home-editorial .home-section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 14px;
            flex-wrap: wrap;
        }

        .hero-card {
            position: relative;
            padding: 22px 18px 22px;
            background: var(--editorial-cream);
            border: 1px solid var(--editorial-line);
            border-radius: 18px;
            isolation: isolate;
        }
        @media (min-width: 720px) {
            .hero-card {
                padding: 28px 26px 26px;
            }
        }
        .hero-watermark {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
            border-radius: 18px;
        }
        .hero-watermark span {
            position: absolute;
            right: -28px;
            top: -34px;
            font-family: var(--serif);
            font-style: italic;
            font-weight: 900;
            font-size: clamp(180px, 36vw, 320px);
            line-height: .85;
            letter-spacing: -.05em;
            color: #ece2cf;
            user-select: none;
        }
        .hero-watermark em {
            font-style: italic;
            color: #e8c2a8;
        }
        .hero-grid {
            position: relative;
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }
        @media (min-width: 920px) {
            .hero-grid {
                grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
                gap: 28px;
            }
        }
        .hero-eyebrow {
            font-family: var(--mono);
            font-size: .72rem;
            letter-spacing: .26em;
            color: var(--editorial-muted);
            text-transform: uppercase;
            font-weight: 700;
        }
        .hero-title {
            margin: 8px 0 12px;
            font-family: var(--serif);
            font-weight: 900;
            font-size: clamp(2rem, 6vw, 3.6rem);
            line-height: .98;
            letter-spacing: -.04em;
            color: var(--editorial-ink);
            max-width: 18ch;
        }
        .hero-title em {
            font-style: italic;
        }
        .hero-seo-strap {
            margin: 0 0 8px;
            font-family: var(--mono);
            font-size: .72rem;
            letter-spacing: .14em;
            color: var(--editorial-muted);
            text-transform: uppercase;
            font-weight: 700;
        }
        .hero-lead {
            margin: 0 0 16px;
            color: var(--editorial-muted);
            font-size: clamp(.95rem, 2.1vw, 1.05rem);
            line-height: 1.55;
            max-width: 52ch;
        }
        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            position: relative;
        }
        .hero-stat-dropdown {
            position: relative;
        }
        .hero-stat-trigger {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 18px;
            border-radius: 12px;
            font-weight: 800;
            min-height: 48px;
        }
        .hero-stat-trigger[aria-expanded="true"] .hero-stat-chevron {
            transform: rotate(180deg);
        }
        .hero-stat-chevron {
            transition: transform .18s ease;
        }
        .hero-stat-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            min-width: 260px;
            max-width: min(94vw, 320px);
            background: #fff;
            border: 1px solid var(--editorial-line);
            border-radius: 14px;
            padding: 8px;
            box-shadow: 0 18px 36px rgba(26, 20, 8, 0.22), 0 4px 10px rgba(26, 20, 8, 0.10);
            z-index: 1000;
            display: grid;
            gap: 4px;
        }
        .hero-stat-dropdown {
            z-index: 1000;
        }
        .hero-actions {
            position: relative;
            z-index: 5;
        }
        .hero-stat-menu[hidden] {
            display: none;
        }
        .hero-stat-menu-item {
            display: grid;
            grid-template-columns: 14px 1fr auto;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 10px;
            color: var(--editorial-ink);
            transition: background-color .18s ease;
        }
        .hero-stat-menu-item:hover {
            background: rgba(216, 50, 74, 0.06);
        }
        .hero-stat-menu-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
        }
        .hero-stat-menu-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .hero-stat-menu-text strong {
            font-size: .9rem;
            color: var(--editorial-ink);
        }
        .hero-stat-menu-text span {
            font-family: var(--mono);
            font-size: .7rem;
            letter-spacing: .04em;
            color: var(--editorial-muted);
        }
        .hero-stat-menu-arrow {
            color: var(--editorial-muted);
            font-size: .9rem;
        }
        .btn-ghost-cream {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 12px 18px;
            border-radius: 12px;
            border: 1px solid #cdbe9c;
            background: transparent;
            color: var(--editorial-ink);
            font-weight: 700;
        }
        .btn-ghost-cream:hover {
            background: rgba(26, 20, 8, 0.04);
        }
        .btn-mobile-app {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 6px 14px;
            border-radius: 10px;
            background: #206bc4;
            color: #fff;
            font-weight: 600;
            font-size: .85rem;
            gap: 6px;
            white-space: nowrap;
            border: none;
        }
        .btn-mobile-app:hover {
            background: #1555a5;
        }
        .btn-mobile-app::before {
            content: "📱";
            font-size: .95rem;
        }

        .hero-stat-of-day {
            background: var(--editorial-ink);
            color: #fbf7f1;
            border-radius: 18px;
            padding: 16px 16px 14px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 10px;
            min-height: 168px;
        }
        @media (min-width: 720px) {
            .hero-stat-of-day {
                padding: 18px;
            }
        }
        .hero-stat-of-day-head {
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: var(--mono);
            font-size: .60rem;
            letter-spacing: .26em;
            color: #c8b88a;
            text-transform: uppercase;
            font-weight: 800;
        }
        .hero-stat-of-day-pulse {
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: var(--editorial-accent);
            box-shadow: 0 0 0 3px rgba(245, 176, 66, 0.25);
        }
        .hero-stat-of-day-value {
            font-family: var(--serif);
            font-weight: 900;
            font-size: clamp(2.6rem, 8.6vw, 5rem);
            line-height: .9;
            letter-spacing: -.04em;
            color: var(--editorial-accent);
            margin-top: 4px;
        }
        .hero-stat-of-day-label {
            margin: 4px 0 0;
            color: #e8dcc4;
            font-size: .82rem;
            line-height: 1.4;
        }
        .hero-stat-of-day-cta {
            margin-top: 4px;
            font-family: var(--mono);
            font-size: .66rem;
            letter-spacing: .14em;
            color: var(--editorial-accent);
            font-weight: 800;
            text-transform: uppercase;
        }

        .home-section {
            display: block;
        }
        .home-section.live-section .live-eyebrow {
            color: var(--danger);
        }
        .live-pulse {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--danger);
            box-shadow: 0 0 0 4px rgba(216, 50, 74, 0.18);
        }

        .fixture-strip,
        .fixture-quad {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 10px;
            background: #fff;
            border: 1px solid var(--editorial-line);
            border-radius: 14px;
            overflow: hidden;
        }
        .fixture-quad {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        @media (max-width: 1080px) {
            .fixture-quad {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 560px) {
            .fixture-quad {
                grid-template-columns: 1fr;
            }
        }
        .fixture-strip > article,
        .fixture-quad > article {
            padding: 12px 14px;
            border-right: 1px solid #efe6d3;
            border-bottom: 1px solid #efe6d3;
            display: flex;
            flex-direction: column;
            gap: 8px;
            background: #fff;
        }
        .fixture-strip > article.is-live,
        .fixture-quad > article.is-live {
            background: #fff7ec;
        }
        .fixture-strip > article:last-child,
        .fixture-quad > article:last-child {
            border-right: 1px solid #efe6d3;
        }
        .fixture-strip-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
        }
        .fixture-strip-time {
            font-family: var(--mono);
            font-size: .66rem;
            letter-spacing: .18em;
            color: var(--editorial-muted);
            text-transform: uppercase;
            font-weight: 700;
        }
        .fixture-strip-live {
            font-family: var(--mono);
            font-size: .68rem;
            color: var(--danger);
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .fixture-strip-live::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: var(--danger);
        }
        .fixture-strip-channel {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-family: var(--mono);
            font-size: .66rem;
            color: var(--editorial-muted);
            letter-spacing: .04em;
        }
        .fixture-strip-team {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: .94rem;
            font-weight: 600;
            color: var(--editorial-ink);
            min-width: 0;
        }
        .fixture-strip-team .team-name {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            flex: 1 1 auto;
        }
        .fixture-strip-team .score {
            font-family: var(--serif);
            font-weight: 800;
            font-size: 1.15rem;
            letter-spacing: -.02em;
            color: var(--editorial-ink);
            flex: 0 0 auto;
        }
        .fixture-strip-team .team-logo {
            width: 22px;
            height: 22px;
            object-fit: contain;
            flex: 0 0 auto;
        }
        .fixture-strip-team-placeholder {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 6px;
            background: #f3ead5;
            font-family: var(--mono);
            font-size: .64rem;
            font-weight: 800;
            color: var(--editorial-ink);
            flex: 0 0 auto;
        }

        .leaderboard-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }
        @media (min-width: 720px) {
            .leaderboard-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1080px) {
            .leaderboard-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        .recent-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }
        @media (min-width: 720px) {
            .recent-grid {
                grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            }
        }
        .recent-column {
            background: #fff;
            border: 1px solid var(--editorial-line);
            border-radius: 14px;
            padding: 14px;
            display: flex;
            flex-direction: column;
        }
        .recent-column-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .recent-column-eyebrow {
            font-family: var(--mono);
            font-size: .66rem;
            font-weight: 800;
            letter-spacing: .22em;
            color: var(--col-accent, var(--editorial-muted));
            text-transform: uppercase;
        }
        .recent-column-tag {
            font-family: var(--mono);
            font-size: .62rem;
            color: var(--editorial-muted);
            letter-spacing: .12em;
        }
        .recent-item {
            display: grid;
            grid-template-columns: 8px 1fr;
            gap: 10px;
            padding: 10px 0;
            border-top: 1px solid #efe6d3;
            color: var(--editorial-ink);
        }
        .recent-item:first-of-type {
            border-top: none;
        }
        .recent-item-dot {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--col-accent, var(--editorial-muted));
            margin-top: 6px;
        }
        .recent-item-body h3 {
            margin: 0;
            font-family: var(--serif);
            font-weight: 700;
            font-size: .98rem;
            line-height: 1.22;
            letter-spacing: -.01em;
        }
        .recent-item-body p {
            margin: 4px 0 0;
            color: var(--editorial-muted);
            font-size: .82rem;
            line-height: 1.45;
        }
        .recent-item-meta {
            display: inline-block;
            margin-top: 4px;
            font-family: var(--mono);
            font-size: .66rem;
            color: var(--editorial-muted);
            letter-spacing: .04em;
        }
        .recent-column-cta {
            margin-top: 12px;
            padding-top: 12px;
            font-family: var(--mono);
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--col-accent, var(--brand-blue-dark));
            border-top: 1px solid #efe6d3;
        }

        .channel-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 8px;
        }
        .channel-card {
            display: flex;
            flex-direction: column;
            gap: 2px;
            padding: 12px 14px;
            background: #fff;
            border: 1px solid var(--editorial-line);
            border-radius: 12px;
            color: var(--editorial-ink);
            transition: transform .18s ease, border-color .18s ease;
            min-height: 56px;
            justify-content: center;
        }
        .channel-card:hover {
            border-color: var(--danger);
            transform: translateY(-1px);
        }
        .channel-card strong {
            font-family: var(--serif);
            font-weight: 700;
            font-size: .98rem;
            color: var(--editorial-ink);
        }
        .channel-card span {
            font-family: var(--mono);
            font-size: .66rem;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--editorial-muted);
        }

        .narrative-body {
            background: #fff;
            border: 1px solid var(--editorial-line);
            border-radius: 14px;
            padding: 18px;
        }
        .narrative-body p {
            margin: 0 0 10px;
            color: var(--editorial-muted);
            line-height: 1.7;
        }
        .narrative-body p:last-child {
            margin: 0;
        }

        @media (max-width: 720px) {
            .hero-actions {
                flex-direction: column;
                align-items: stretch;
            }
            .hero-stat-dropdown,
            .btn-ghost-cream,
            .btn-mobile-app,
            .hero-stat-trigger {
                width: 100%;
            }
            .hero-stat-menu {
                position: static;
                width: 100%;
                max-width: 100%;
                margin-top: 8px;
                box-shadow: none;
            }
            .home-section-head {
                align-items: flex-start;
            }
        }

        /* Öne çıkan istatistikler — derin link çip ızgarası */
        .featured-stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 10px;
        }
        .featured-stat-link {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            border: 1px solid var(--line);
            border-left: 3px solid var(--chip-accent, #5a4d36);
            border-radius: 12px;
            background: #fff;
            text-decoration: none;
            color: var(--ink);
            transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
        }
        .featured-stat-link:hover {
            border-color: var(--chip-accent, #5a4d36);
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(20, 30, 55, 0.08);
        }
        .featured-stat-cat {
            flex: 0 0 auto;
            font-size: .68rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: var(--chip-accent, #5a4d36);
        }
        .featured-stat-title {
            flex: 1 1 auto;
            font-size: .9rem;
            font-weight: 600;
            line-height: 1.35;
        }
        .featured-stat-arrow {
            flex: 0 0 auto;
            color: var(--muted);
            font-weight: 700;
        }
