/* Phase 09 — Basketball history, server-rendered full-width shell */
.ib-history-main-phase9 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip;
}

.ib-history-page-phase9 {
    --history-ink: #102c4d;
    --history-muted: #66758a;
    --history-line: #d8e0e9;
    --history-honor: #c58b17;
    --history-person: #1f628e;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.ib-history-page-phase9 > .ib-wide-page-hero {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    border-radius: 0 !important;
}

.ib-history-page-phase9 > .ib-wide-page-hero--history {
    background-image:
        linear-gradient(
            90deg,
            rgba(3, 21, 44, .96) 0%,
            rgba(3, 25, 52, .90) 48%,
            rgba(3, 24, 49, .64) 100%
        ),
        url("../images/unified-hubs/history-hero.webp"),
        linear-gradient(120deg, #03162e, #0b355d) !important;
    background-position: center, center 46%, center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ib-wide-page-hero--history .ib-wide-page-hero__inner {
    width: min(var(--ibh-container, 1240px), calc(100% - 40px));
    min-height: 370px;
    margin-inline: auto;
    padding-block: clamp(36px, 4.5vw, 58px);
}

.ib-wide-page-hero--history .ib-wide-page-hero__content {
    max-width: 820px;
}

.ib-wide-page-hero--history .ib-wide-page-hero__stats {
    width: min(100%, 350px);
    padding: 18px 22px;
    gap: 11px;
}

.ib-wide-page-hero--history .ib-wide-page-hero__stat {
    padding-bottom: 11px;
}

.ib-wide-page-hero--history .ib-wide-page-hero__stat strong {
    color: #fff;
    font-size: clamp(19px, 2vw, 27px);
    font-weight: 950;
}

.ib-wide-page-hero--history .ib-wide-page-hero__stat span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .68);
    font-weight: 750;
}

.ib-history-page-phase9 .ib-history-section {
    margin: 0 !important;
    padding: 0 0 clamp(48px, 6vw, 76px) !important;
    background:
        linear-gradient(180deg, #f5f7fa 0, #fff 360px);
}

.ib-history-page-phase9 .ib-history-workspace {
    width: min(var(--ibh-container, 1240px), calc(100% - 40px)) !important;
    max-width: var(--ibh-container, 1240px) !important;
    margin-inline: auto !important;
}

.ib-history-page-phase9 .ib-history-filter {
    z-index: 5;
    margin: -24px 0 0;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(15, 42, 74, .09);
}

.ib-history-page-phase9 .ib-history-filter__grid {
    grid-template-columns: minmax(260px, 2fr) repeat(2, minmax(165px, 1fr)) auto;
    gap: 12px;
}

.ib-history-page-phase9 .ib-history-filter input,
.ib-history-page-phase9 .ib-history-filter select {
    min-height: 44px;
}

.ib-history-page-phase9 .ib-history-periods {
    margin-top: 15px;
    padding-top: 15px;
}

.ib-history-page-phase9 .ib-history-archive-head {
    margin: 44px 0 20px;
}

.ib-history-page-phase9 .ib-history-archive-head h2,
.ib-history-page-phase9 .ib-history-result-head h2 {
    color: var(--history-ink);
    font-size: clamp(27px, 3.2vw, 38px);
}

.ib-history-page-phase9 .ib-history-period-grid {
    align-items: stretch;
    gap: 14px;
}

.ib-history-page-phase9 .ib-history-period-card {
    min-height: 250px;
    padding: 21px;
    border-radius: 18px;
}

.ib-history-page-phase9 .ib-history-period-card h2 {
    font-size: 24px;
}

.ib-history-page-phase9 .ib-history-period-card p {
    margin: 14px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ib-history-page-phase9 .ib-history-result-head {
    margin: 46px 0 24px;
}

.ib-history-page-phase9 .ib-history-item {
    grid-template-columns: 86px 190px minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 20px;
}

.ib-history-page-phase9 .ib-history-timeline::before {
    right: 103px;
}

.ib-history-page-phase9 .ib-history-item__media {
    min-height: 180px;
    border-radius: 16px;
}

.ib-history-page-phase9 .ib-history-item__body {
    min-height: 180px;
    padding: 21px 24px;
    border-radius: 16px;
}

.ib-history-page-phase9 .ib-history-item__body h2 {
    margin: 5px 0 9px;
    font-size: clamp(20px, 2.2vw, 26px);
}

.ib-history-page-phase9 .ib-history-item__body > p {
    margin: 12px 0;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ib-history-page-phase9 .ib-history-source-note {
    margin-top: 38px;
    padding: 24px;
    border-radius: 20px;
    background: #102c4d;
}

@media (max-width: 980px) {
    .ib-history-page-phase9 .ib-history-filter__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ib-history-page-phase9 .ib-history-item {
        grid-template-columns: 76px 160px minmax(0, 1fr);
        gap: 16px;
    }

    .ib-history-page-phase9 .ib-history-timeline::before {
        right: 89px;
    }
}

@media (max-width: 720px) {
    .ib-wide-page-hero--history .ib-wide-page-hero__inner {
        width: min(100% - 28px, var(--ibh-container, 1240px));
        min-height: 0;
        padding-block: 28px 26px;
    }

    .ib-wide-page-hero--history .ib-wide-page-hero__stats {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .ib-wide-page-hero--history .ib-wide-page-hero__stat {
        min-width: 0;
        padding: 0 10px;
        border-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .ib-wide-page-hero--history .ib-wide-page-hero__stat:last-child {
        border-left: 0;
    }

    .ib-wide-page-hero--history .ib-wide-page-hero__stat strong {
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .ib-history-page-phase9 .ib-history-workspace {
        width: min(100% - 24px, var(--ibh-container, 1240px)) !important;
    }

    .ib-history-page-phase9 .ib-history-filter {
        margin-top: -14px;
        padding: 15px;
        border-radius: 17px;
    }

    .ib-history-page-phase9 .ib-history-period-card {
        min-height: 0;
    }

    .ib-history-page-phase9 .ib-history-item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 9px;
    }

    .ib-history-page-phase9 .ib-history-timeline::before {
        right: 10px;
    }

    .ib-history-page-phase9 .ib-history-item__axis i {
        left: 12px;
    }

    .ib-history-page-phase9 .ib-history-item__body {
        min-height: 0;
        padding: 18px;
    }

    .ib-history-page-phase9 .ib-history-source-note {
        margin-top: 28px;
        padding: 20px;
    }
}
