.preset-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .preset-label {
            color: var(--muted);
            font-size: .82rem;
            font-weight: 700;
            margin-right: 4px;
        }
        .preset-chip {
            border: 1px solid var(--line);
            background: #fff;
            color: var(--ink);
            border-radius: 999px;
            padding: 8px 12px;
            font-size: .82rem;
            font-weight: 700;
        }
        .preset-chip.is-active {
            background: rgba(32, 107, 196, 0.12);
            border-color: rgba(32, 107, 196, 0.3);
            color: var(--brand-blue);
        }
        .fixture-list { display: grid; gap: 14px; }
        .fixture-generated-pages {
            margin-top: 24px;
            padding: 18px;
            border-radius: 16px;
            border: 1px solid rgba(32, 107, 196, 0.14);
            background: rgba(255,255,255,0.94);
        }
        .report-richtext {
            color: var(--muted);
            line-height: 1.72;
        }
        .report-richtext > :first-child {
            margin-top: 0;
        }
        .report-richtext > :last-child {
            margin-bottom: 0;
        }
        .report-richtext p,
        .report-richtext ul,
        .report-richtext ol {
            margin: 0 0 12px;
        }
        .report-richtext ul,
        .report-richtext ol {
            padding-left: 22px;
        }
        .report-richtext a {
            color: var(--brand-blue-dark);
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 2px;
        }
        .faq-section {
            margin-top: 24px;
            padding: 18px;
            border: 1px solid rgba(32, 107, 196, 0.14);
            border-radius: 16px;
            background: rgba(255,255,255,0.96);
        }
        .faq-section-head {
            margin-bottom: 12px;
        }
        .faq-section-head h2 {
            margin: 4px 0 0;
            font-size: 1rem;
        }
        .faq-list {
            display: grid;
            gap: 10px;
        }
        .faq-item {
            border: 1px solid rgba(98, 110, 145, 0.14);
            border-radius: 14px;
            background: #f8faff;
            padding: 12px 14px;
        }
        .faq-item summary {
            cursor: pointer;
            color: var(--ink);
            font-weight: 800;
        }
        .faq-item p {
            margin: 10px 0 0;
            color: var(--muted);
            line-height: 1.65;
        }
        .fixture-generated-pages h2 {
            margin: 0 0 12px;
            font-size: .9rem;
            text-transform: uppercase;
            letter-spacing: .08em;
        }
        .recent-page-strip {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
            gap: 10px;
        }
        .home-recent-groups {
            margin-top: 24px;
        }
        .home-recent-category-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
        .home-recent-category {
            min-width: 0;
        }
        .home-recent-category-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 10px;
        }
        .home-recent-category-head h3 {
            margin: 0;
            font-size: .94rem;
            color: var(--ink);
        }
        .home-recent-category-head a {
            color: var(--brand-blue-dark);
            font-size: .78rem;
            font-weight: 800;
            white-space: nowrap;
        }
        .recent-page-strip-compact {
            grid-template-columns: 1fr;
        }
        .team-channel-home-panel {
            margin-top: 24px;
            padding: 18px;
            border-radius: 22px;
            border: 1px solid rgba(32, 107, 196, 0.14);
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.05), rgba(255,255,255,0.96));
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.05);
        }
        .home-live-match-panel {
            margin-top: 4px;
            margin-bottom: 22px;
            padding: 18px;
            border-radius: 18px;
            border: 1px solid rgba(220, 38, 38, 0.18);
            background: linear-gradient(135deg, rgba(220, 38, 38, 0.06), rgba(255,255,255,0.96));
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.05);
        }
        .team-channel-home-head {
            display: grid;
            gap: 4px;
            margin-bottom: 12px;
        }
        .team-channel-home-head h2 {
            margin: 0;
            font-size: .96rem;
            text-transform: uppercase;
            letter-spacing: .08em;
        }
        .team-channel-home-head p {
            margin: 0;
            color: var(--muted);
            font-size: .9rem;
        }
        .recent-page-strip > * {
            min-width: 0;
        }
        .recent-page-chip {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 8px;
            min-height: 40px;
            padding: 11px 15px;
            border-radius: 999px;
            border: 1px solid var(--line);
            background: rgba(255,255,255,.94);
            color: var(--ink);
            font-size: .92rem;
            font-weight: 700;
            line-height: 1.2;
            white-space: nowrap;
        }
        .recent-page-chip.is-stacked {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
            white-space: normal;
        }
        .recent-page-chip-title {
            min-width: 0;
            flex: 1 1 auto;
            white-space: normal;
            overflow: visible;
            text-overflow: clip;
        }
        .recent-page-chip-meta {
            font-size: .72rem;
            font-weight: 800;
            flex: 0 0 auto;
            white-space: nowrap;
        }
        .recent-page-chip-summary {
            color: var(--muted);
            font-size: .82rem;
            font-weight: 600;
            line-height: 1.45;
        }
        .recent-page-chip.is-stacked .recent-page-chip-meta {
            white-space: normal;
        }
        .recent-page-empty {
            min-height: 70px;
            display: flex;
            align-items: center;
        }
        .recent-page-chip.is-hakem .recent-page-chip-meta {
            color: #a21caf;
        }
        .recent-page-chip.is-takim .recent-page-chip-meta {
            color: #b91c1c;
        }
        .recent-page-chip.is-futbolcu .recent-page-chip-meta {
            color: #9333ea;
        }
        .recent-page-chip.is-karsilastirma .recent-page-chip-meta {
            color: #db2777;
        }
        .recent-page-chip.is-default .recent-page-chip-meta {
            color: var(--muted);
        }
        @media (max-width: 640px) {
            .home-recent-category-grid {
                grid-template-columns: 1fr;
            }
            .recent-page-chip {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 4px;
                white-space: normal;
                font-size: .9rem;
                overflow: hidden;
            }
            .recent-page-chip-title {
                white-space: normal;
                min-width: 0;
            }
            .recent-page-chip-meta {
                white-space: normal;
            }
        }
        .fixture-week {
            border: 1px solid var(--line);
            border-radius: 16px;
            background: rgba(255,255,255,.96);
            overflow: hidden;
        }
        .fixture-week-head {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 13px 16px;
            cursor: pointer;
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.06), rgba(32, 107, 196, 0.02));
            font-size: .96rem;
            font-weight: 700;
        }
        .fixture-week-head::-webkit-details-marker { display: none; }
        .fixture-week-head div {
            display: grid;
            gap: 3px;
        }
        .fixture-week-head span,
        .fixture-week-head small {
            color: var(--muted);
            font-size: .83rem;
            font-weight: 600;
        }
        .fixture-week-body {
            display: grid;
            gap: 10px;
            padding: 12px;
            border-top: 1px solid var(--line);
            background: linear-gradient(180deg, rgba(248, 250, 255, 0.92), rgba(255,255,255,0.98));
        }
        .fixture-card {
            border: 1px solid rgba(98,110,145,0.12);
            border-radius: 16px;
            background: rgba(255,255,255,0.86);
            overflow: hidden;
        }
        .fixture-card-extra {
            display: none;
        }
        .fixture-card-extra.shown {
            display: block;
        }
        .fixture-week-body > .fixture-card:nth-child(even),
        .fixture-list > .fixture-card:nth-child(even) {
            background: #fbfcff;
        }
        .fixture-card-summary {
            list-style: none;
            cursor: pointer;
        }
        .fixture-card-summary::-webkit-details-marker { display: none; }
        .fixture-row {
            display: grid;
            grid-template-columns: 180px minmax(0, 1fr) 220px;
            align-items: center;
            gap: 16px;
            padding: 14px 18px;
        }
        .fixture-row-flat { background: transparent; }
        .fixture-status {
            display: grid;
            align-content: center;
            justify-items: start;
            color: var(--ink);
            letter-spacing: .02em;
            font-size: .9rem;
            text-align: left;
            gap: 2px;
        }
        .fixture-status strong {
            font-size: 1rem;
            font-weight: 800;
        }
        .fixture-status span {
            font-size: .78rem;
            font-weight: 600;
            opacity: .92;
        }
        .fixture-match {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
            align-items: center;
            gap: 12px;
            font-size: .98rem;
            padding: 0;
        }
        .team-name {
            font-weight: 600;
            text-align: center;
            line-height: 1.35;
        }
        .team-name-wrap {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-width: 0;
        }
        .fixture-team-logo {
            width: 20px;
            height: 20px;
            object-fit: contain;
            flex: 0 0 20px;
        }
        .fixture-team-logo-placeholder {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: linear-gradient(135deg, #e1e8f0, #d0d8e2);
            color: #5a6a80;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            flex: 0 0 20px;
        }
        .team-name.is-winner { font-weight: 800; }
        .team-name.is-winner { color: #1f8a4c; }
        .team-name.is-loser { color: #b42318; }
        .fixture-score {
            display: grid;
            justify-items: center;
            gap: 4px;
            text-align: center;
            font-size: 1.18rem;
            font-weight: 800;
            color: #233253;
        }
        .fixture-score-value {
            display: block;
            width: 100%;
            text-align: center;
        }
        .fixture-live-state {
            display: block;
            font-size: .72rem;
            font-weight: 800;
            letter-spacing: .05em;
            color: #b42318;
            text-transform: uppercase;
            animation: pulse 1.2s ease-in-out infinite;
        }
        .fixture-row.is-live .fixture-status {
            color: #b42318;
        }
        .fixture-versus { color: var(--muted); }
        .fixture-action {
            display: grid;
            align-content: center;
            justify-items: end;
            color: #5e6f90;
            font-size: .79rem;
            text-align: right;
            padding: 0;
            gap: 3px;
        }
        .fixture-action strong { color: var(--ink); font-size: .88rem; }
        .fixture-action span { line-height: 1.35; }
        .fixture-action-broadcast {
            font-size: .78rem;
            font-weight: 600;
            color: #1f6fb4;
            white-space: nowrap;
        }
        .fixture-card-body {
            border-top: 1px solid rgba(98, 110, 145, 0.12);
            background: linear-gradient(180deg, rgba(248, 250, 255, 0.78), rgba(255,255,255,0.98));
            padding: 0 18px 16px;
        }
        .fixture-card-inner {
            padding-top: 14px;
            display: grid;
            gap: 8px;
        }
        .fixture-card-inner strong {
            font-size: .86rem;
            color: var(--ink);
        }
        .fixture-card-inner p {
            margin: 0;
            color: var(--muted);
            font-size: .84rem;
            line-height: 1.5;
        }
        .fixture-event-columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        .event-column {
            border: 1px solid rgba(98, 110, 145, 0.12);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.82);
            padding: 12px;
            display: grid;
            gap: 8px;
        }
        .event-column-head {
            font-size: .84rem;
            font-weight: 800;
            color: var(--ink);
        }
        .event-column-empty {
            margin: 0;
            color: var(--muted);
            font-size: .8rem;
        }
        .fixture-events {
            margin: 0;
            padding-left: 0;
            list-style: none;
            display: grid;
            gap: 8px;
            font-size: .84rem;
            line-height: 1.45;
        }
        .event-badge {
            display: inline-flex;
            align-items: center;
            padding: 7px 10px;
            border-radius: 999px;
            font-weight: 700;
            font-size: .8rem;
        }
        .event-badge.is-goal {
            background: rgba(31, 138, 76, 0.12);
            color: #1f8a4c;
        }
        .event-badge.is-yellow {
            background: rgba(234, 179, 8, 0.16);
            color: #946200;
        }
        .event-badge.is-red {
            background: rgba(180, 35, 24, 0.12);
            color: #b42318;
        }
        .event-badge.is-neutral {
            background: rgba(98, 110, 145, 0.12);
            color: #4f5e7b;
        }
        .fixture-lineups {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 6px;
        }
        .lineup-column {
            border: 1px solid rgba(98, 110, 145, 0.12);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.84);
            padding: 12px;
        }
        .lineup-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 6px;
        }
        .lineup-head span,
        .lineup-coach {
            color: var(--muted);
            font-size: .8rem;
        }
        .lineup-coach {
            margin: 0 0 10px;
        }
        .lineup-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
            display: grid;
            gap: 4px;
            font-size: .82rem;
            line-height: 1.45;
        }
        .lineup-list li {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .lineup-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 24px;
            height: 24px;
            padding: 0 6px;
            border-radius: 999px;
            background: rgba(32, 107, 196, 0.1);
            color: var(--brand-blue-dark);
            font-size: .72rem;
            font-weight: 800;
        }
        .live-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: auto;
            padding: 2px 8px;
            border-radius: 999px;
            background: rgba(180, 35, 24, 0.09);
            color: #b42318;
            font-size: .66rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .05em;
            white-space: nowrap;
            animation: pulse 1.2s ease-in-out infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: .45; transform: scale(.96); }
        }
        @media (max-width: 960px) {
            .filters {
                grid-template-columns: 1fr !important;
            }
            .filter-submit-row {
                justify-content: stretch !important;
            }
            .filter-submit-row .btn {
                width: 100%;
            }
            .fixture-row {
                grid-template-columns: minmax(0, 1fr) auto;
                grid-template-areas:
                    "status action"
                    "match match";
                gap: 10px 12px;
            }
            .fixture-status { grid-area: status; }
            .fixture-action {
                grid-area: action;
                align-self: center;
            }
            .fixture-match {
                grid-area: match;
            }
            .fixture-match {
                grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
                text-align: center;
                font-size: .88rem;
            }
            .fixture-action {
                font-size: .74rem;
            }
            .fixture-lineups {
                grid-template-columns: 1fr;
            }
            .fixture-event-columns {
                grid-template-columns: 1fr;
            }
            .share-panel-row {
                justify-content: center;
            }
            .share-panel-input {
                flex-basis: 100%;
            }
        }
        @media (max-width: 640px) {
            .report-copy h1 {
                font-size: 1.45rem;
            }
            .report-copy p {
                max-width: none;
            }
            .fixture-week-head {
                padding: 12px 14px;
            }
            .fixture-week-body {
                gap: 10px;
                padding: 10px;
            }
            .fixture-row {
                padding: 10px 12px;
                gap: 8px 10px;
            }
            .fixture-match {
                gap: 8px;
            }
            .team-name {
                font-size: .84rem;
            }
            .fixture-score {
                font-size: .95rem;
            }
            .fixture-action {
                font-size: .73rem;
            }
            .fixture-action span {
                max-width: 14ch;
            }
        }
        .scroll-top {
            position: fixed;
            right: 18px;
            bottom: 18px;
            z-index: 20;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 999px;
            background: var(--brand-blue);
            color: #fff;
            box-shadow: var(--shadow);
        }
        .home-seo-title {
            margin: 0 0 10px;
            color: #142a48;
            font-size: 2.15rem;
            line-height: 1.12;
            letter-spacing: 0;
        }
        .home-fixture-title {
            display: block;
            color: var(--brand-blue-dark);
        }
        @media (max-width: 640px) {
            .home-seo-title {
                font-size: 1.45rem;
            }
        }
