.time-series-context-host {
    margin: clamp(0.12rem, 0.35vw, 0.35rem) auto;
    width: 100%;
    max-width: 1100px;
    position: relative;
}
.time-series-context-host.team-themed {
    background: transparent;
}
.time-series-context-host:empty {
    display: none;
    margin: 0;
    padding: 0;
}
.event-mode-context-host {
    margin: clamp(0.45rem, 1.1vw, 0.9rem) auto;
    width: 100%;
    max-width: 1100px;
    position: relative;
}

.event-mode-context-host:empty {
    display: none;
    margin: 0;
    padding: 0;
}

.event-mode-banner {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.52);
    padding: clamp(0.85rem, 1.9vw, 1.2rem) clamp(1rem, 2.2vw, 1.35rem);
    overflow: hidden;
}

.event-mode-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--team-primary, #0b2240);
}

.event-mode-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    color: #ffffff;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 800;
}

.event-mode-title {
    margin: 0.58rem 0 0.24rem;
    font-size: clamp(1.02rem, 2vw, 1.18rem);
    line-height: 1.25;
    color: #0f172a;
    font-weight: 800;
}

.event-mode-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(15, 23, 42, 0.76);
}
.query-bubble-section {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto clamp(0.12rem, 0.35vw, 0.35rem);
    padding: 0;
    box-sizing: border-box;
}

/* Keep all primary search sections on the same width track as the top banner. */
.time-series-context-host,
.event-mode-context-host,
.search-results-wrapper,
.position-answer-banner,
.team-concede-rankings-container,
.quarter-summary-container,
.streak-summary-container,
.longest-streak-bridge,
.longest-streak-games-container,
.streak-split-results-container,
.games-interpretation-container,
.related-questions-container,
.entity-profile-cards-container,
.comparison-summary-container {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.streak-split-results-container {
    margin-top: 0.35rem;
}

.streak-split-results-header {
    margin: 0 auto 0.25rem;
    max-width: 1100px;
    padding: 0 0.2rem;
}

.streak-split-results-title {
    margin: 0;
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 800;
}

.streak-split-results-subtitle {
    margin: 0.12rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

.streak-split-results-empty {
    margin: 0.45rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
}

.streak-split-results-controls {
    margin: 0.35rem 0 0.15rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.streak-split-results-info {
    margin: 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
}

.streak-split-load-more-btn {
    border: 1px solid rgba(11, 34, 64, 0.2);
    background: #fff;
    color: #0b2240;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.32rem 0.62rem;
    cursor: pointer;
}

.streak-split-load-more-btn:hover {
    background: rgba(11, 34, 64, 0.06);
}

.query-bubble-section .top-bubble {
    display: flex;
    align-items: center;
    min-height: var(--fs-top-banner-total-height);
    height: var(--fs-top-banner-total-height);
    border-radius: var(--fs-top-banner-radius);
    padding: var(--fs-top-banner-padding-top) var(--fs-top-banner-padding-x) 0 var(--fs-top-banner-padding-x);
    background: var(--team-primary, #0A1931);
    background-image: none !important;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.query-bubble-section .banner-bg {
    position: absolute;
    inset: 0;
    background: inherit;
    background-image: none !important;
    z-index: 0;
    pointer-events: none;
}

#questionBookmarkBubble {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
}

.query-bubble-section .banner-actions .bookmark-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
}

.query-bubble-section.team-result-summary .top-bubble {
    justify-content: center;
}

.query-bubble-section.team-result-summary .bubble-content {
    justify-content: center;
    text-align: center;
}

.query-bubble-section .bubble-content {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    width: 100%;
    position: relative;
    z-index: 1;
}

.query-bubble-section .top-player-image {
    width: var(--fs-top-banner-player-size);
    height: var(--fs-top-banner-player-size);
    max-width: var(--fs-top-banner-player-size);
    max-height: var(--fs-top-banner-player-size);
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-end;
    background: var(--team-primary, #0A1931);
    box-shadow: none;
}

.banner-image-fallback {
    display: none;
}

.query-bubble-section .top-team-logo {
    width: var(--fs-top-banner-player-size);
    height: var(--fs-top-banner-player-size);
    max-width: var(--fs-top-banner-player-size);
    max-height: var(--fs-top-banner-player-size);
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
    align-self: center;
    background: var(--team-primary, #0A1931);
    display: flex;
    align-items: center;
    justify-content: center;
}

.query-bubble-section .top-team-logo img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.query-bubble-section .top-player-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.query-bubble-section .question-text {
    flex: 1;
    display: block;
    color: #ffffff;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    padding-bottom: clamp(0rem, 0.5vw, 0.4rem);
    text-align: left;
    transform: translateY(clamp(0.35rem, 0.9vw, 0.7rem));
}

.query-bubble-section.team-result-summary .question-text {
    text-align: left;
}

.query-bubble-section .question-heading {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.query-bubble-section .question-answer {
    margin: 0.5rem 0 0;
    font-size: clamp(0.95rem, 2.1vw, 1.1rem);
    line-height: 1.5;
    font-weight: 400;
    color: rgba(248, 250, 252, 0.92);
}

.query-bubble-section .query-bubble-stat-guide {
    position: absolute;
    right: clamp(0.75rem, 1.8vw, 1.4rem);
    bottom: clamp(0.75rem, 1.8vw, 1.4rem);
    z-index: 25;
}

.query-bubble-section .stat-guide-hover-btn.stat-guide-bubble-btn {
    background: rgba(255, 255, 255, 0.92);
    color: var(--team-primary, #0b2240);
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.45);
}

.query-bubble-section .stat-guide-hover-btn.stat-guide-bubble-btn:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.quarter-summary-container {
    width: 100%;
    max-width: 1100px;
    margin: clamp(0.75rem, 1.8vw, 1.35rem) auto 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.quarter-summary-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1rem, 2.1vw, 1.35rem) clamp(1.1rem, 2.4vw, 1.6rem);
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.55);
}

.quarter-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--team-primary, #0b2240);
}

.quarter-summary-header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
}

.quarter-summary-header-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.quarter-summary-eyebrow {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(30, 41, 59, 0.72);
}

.quarter-summary-heading {
    margin: 0;
    font-size: clamp(1.02rem, 2.2vw, 1.26rem);
    line-height: 1.28;
    font-weight: 800;
    color: #0f172a;
}

.quarter-summary-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.38;
    color: rgba(51, 65, 85, 0.86);
}

.quarter-summary-content {
    display: grid;
    grid-template-columns: minmax(230px, 1.2fr) minmax(250px, 1fr);
    align-items: stretch;
    gap: clamp(0.75rem, 1.6vw, 1.1rem);
}

.quarter-summary-primary {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: clamp(0.85rem, 1.7vw, 1rem);
    border-radius: 14px;
    background: rgba(11, 34, 64, 0.05);
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.quarter-summary-primary .value {
    font-size: clamp(1.55rem, 3.2vw, 2.05rem);
    font-weight: 800;
    color: var(--team-primary, #0b2240);
    line-height: 1;
}

.quarter-summary-chip {
    align-self: flex-start;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    color: #ffffff;
}

.quarter-summary-primary .label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(15, 23, 42, 0.72);
}

.quarter-summary-primary .subtitle {
    font-size: 0.84rem;
    color: rgba(51, 65, 85, 0.82);
}

.quarter-summary-footnote {
    display: block;
    margin-top: 0.18rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(71, 85, 105, 0.84);
}

.quarter-summary-secondary {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-width: 0;
}

.quarter-summary-secondary-heading {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(51, 65, 85, 0.66);
}

.quarter-summary-metric-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.5rem;
}

.quarter-summary-metric {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.52rem 0.62rem;
    border-radius: 11px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.11);
}

.quarter-summary-metric .metric-label {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(51, 65, 85, 0.74);
}

.quarter-summary-metric .metric-value {
    font-size: clamp(0.98rem, 2vw, 1.2rem);
    font-weight: 700;
    color: var(--team-primary, #0b2240);
}

@media (max-width: 820px) {
    .query-bubble-section {
        --banner-inset-mobile: 12px;
        --results-banner-extra: 80px;
    }

    .query-bubble-section .top-bubble {
        min-height: calc(var(--fs-top-banner-total-height) + var(--results-banner-extra));
        height: calc(var(--fs-top-banner-total-height) + var(--results-banner-extra));
        padding: var(--fs-top-banner-padding-top) var(--fs-top-banner-padding-x) 0;
    }

    .query-bubble-section .bubble-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1 1 auto;
        gap: clamp(0.25rem, 1vw, 0.6rem);
        height: 100%;
        min-height: 0;
        position: relative;
    }

    .query-bubble-section [data-entity-type="team"] [data-testid="banner-image"] {
        display: none;
    }

    .query-bubble-section .top-player-image,
    .query-bubble-section .top-team-logo {
        order: 2;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: clamp(140px, 36vw, 220px);
        height: clamp(140px, 36vw, 220px);
        max-width: 100%;
        max-height: calc(var(--fs-top-banner-total-height) - var(--fs-top-banner-padding-top));
        align-self: flex-start;
        margin-top: 0;
    }

    .query-bubble-section .question-text {
        width: 100%;
        text-align: left;
        font-size: clamp(1.1rem, 2.86vw, 1.375rem);
        line-height: 1.2;
        order: 1;
        position: absolute;
        top: 31%;
        left: 0;
        right: 0;
        z-index: 2;
        min-height: 0;
        overflow: visible;
        padding-top: 0;
        padding-bottom: 0.4rem;
        margin: 0;
        transform: translateY(-50%);
    }

    .query-bubble-section .question-text .question-answer {
        margin-top: 0.15rem;
        font-size: clamp(0.88rem, 2.31vw, 1.045rem);
        line-height: 1.3;
    }

    .query-bubble-section [data-testid="banner-actions"] {
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;
    }

    .query-bubble-section [data-testid="banner-actions"] .bookmark-btn,
    .query-bubble-section [data-testid="banner-actions"] .fs-bookmark-button {
        position: absolute;
        top: var(--banner-inset-mobile);
        right: var(--banner-inset-mobile);
        width: var(--bookmark-size-mobile);
        height: var(--bookmark-size-mobile);
        pointer-events: auto;
    }

    .query-bubble-section [data-testid="banner-actions"] .share-btn {
        position: absolute;
        top: var(--banner-inset-mobile);
        right: calc(var(--banner-inset-mobile) + var(--bookmark-size-mobile) + var(--bookmark-control-gap, 8px));
        width: var(--bookmark-size-mobile);
        height: var(--bookmark-size-mobile);
        pointer-events: auto;
    }

    .query-bubble-section [data-testid="banner-actions"] .query-bubble-stat-guide,
    .query-bubble-section [data-testid="banner-actions"] .query-bubble-stat-guide .stat-guide-hover-btn,
    .query-bubble-section [data-testid="banner-actions"] .query-bubble-stat-guide .stat-guide-bubble-btn {
        pointer-events: auto;
    }

}

@media (max-width: 960px) {
    .quarter-summary-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .quarter-summary-card {
        padding: clamp(0.9rem, 4.8vw, 1.08rem);
    }

    .quarter-summary-heading {
        font-size: clamp(0.95rem, 4vw, 1.08rem);
    }
}
.streak-summary-container {
    margin: clamp(0.75rem, 2vw, 1.75rem) auto;
    width: 100%;
    max-width: 1100px;
}

.streak-summary-card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: clamp(1.15rem, 2.5vw, 1.8rem);
    box-shadow: 0 24px 46px -32px rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(12, 24, 54, 0.08);
    color: #0f172a;
    overflow: hidden;
}

.streak-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--team-primary, #0b2240);
}

.streak-summary-card.team-themed {
    background: #ffffff;
}

.streak-summary-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: clamp(0.65rem, 1.5vw, 0.9rem);
    padding: clamp(0.85rem, 1.8vw, 1.1rem) clamp(0.95rem, 2.2vw, 1.25rem);
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.05) 0%, rgba(255, 255, 255, 0.98) 64%);
    overflow: hidden;
}

.streak-summary-header::before {
    content: none;
}

.streak-summary-header-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.streak-summary-chip {
    align-self: flex-start;
    background: var(--team-primary, #0b2240);
    color: #ffffff;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 18px -14px rgba(15, 23, 42, 0.6);
}

.streak-summary-eyebrow {
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: rgba(71, 85, 105, 0.95);
    font-weight: 700;
}

.streak-summary-heading {
    margin: 0;
    font-size: clamp(1.05rem, 2.1vw, 1.24rem);
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.streak-summary-text {
    margin: 0;
    font-size: clamp(0.92rem, 1.95vw, 1.02rem);
    line-height: 1.52;
    color: rgba(15, 23, 42, 0.78);
}

.streak-summary-card-collection {
    display: grid;
    gap: clamp(0.75rem, 1.8vw, 1rem);
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.streak-summary-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.05rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 30px -24px rgba(15, 23, 42, 0.35);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.streak-summary-item.is-current {
    border-color: var(--team-primary, #0b2240);
    box-shadow: 0 22px 40px -24px rgba(15, 23, 42, 0.45);
}

.streak-summary-item-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.streak-summary-item-title {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.75);
}

.streak-status-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.unified-stats-table th.rank-col,
.unified-stats-table td.rank-col {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
    padding-left: 0.3rem;
    padding-right: 0.25rem;
}

.unified-stats-table th.number-header.profile-stat-filtered,
.unified-stats-table th.number-header.highlighted-header,
.unified-stats-table th.number-header.stat-highlight-header,
.unified-stats-table td.number-cell.profile-stat-filtered,
.unified-stats-table td.number-cell.highlighted-cell,
.unified-stats-table td.number-cell.stat-highlight {
    min-width: max(11ch, 92px) !important;
    padding-left: 0.72rem !important;
    padding-right: 0.72rem !important;
}

@media (max-width: 820px) {
    .search-page-content > .search-results-wrapper,
    .sidebar-layout .content-area > .search-results-wrapper {
        width: 100% !important;
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .search-results-wrapper .search-results-inner,
    .search-results-wrapper .stats-table-scroll-wrap,
    .search-results-wrapper .profile-table-outer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .search-results-wrapper .profile-table-inner:not(.profile-table-sticky) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.streak-summary-item-value {
    font-size: clamp(1.8rem, 4vw, 2.1rem);
    font-weight: 700;
    color: var(--team-primary, #0b2240);
}

.streak-summary-item-span {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.65);
}

.streak-summary-item-range {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(100, 116, 139, 0.95);
}

.streak-summary-team {
    margin: 0;
    align-self: flex-start;
    font-size: 0.76rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.streak-summary-team {
    margin: 0;
    align-self: flex-start;
    font-size: 0.76rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.position-answer-banner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: clamp(0.75rem, 1.8vw, 1.35rem) auto;
    padding: clamp(1rem, 2vw, 1.35rem) clamp(1.1rem, 2.4vw, 1.6rem);
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.55);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    box-sizing: border-box;
    overflow: hidden;
}

.team-concede-rankings-container {
    width: 100%;
    max-width: 1100px;
    margin: clamp(0.75rem, 1.8vw, 1.35rem) auto;
}

.team-concede-rankings-embedded.profile-table-section {
    width: 100%;
    max-width: none;
    margin: clamp(0.45rem, 1.1vw, 0.75rem) 0 0;
}

.team-concede-rankings-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    padding: 0.78rem 0.95rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(15, 23, 42, 0.03);
}

.team-concede-rankings-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 0.24rem 0.6rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    color: #ffffff;
}

.team-concede-rankings-title {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    line-height: 1.25;
}

.position-answer-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--team-primary, #0b2240);
}

.position-answer-chip {
    align-self: flex-start;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: var(--team-primary, #0b2240);
    color: #ffffff;
}

.position-answer-title {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.position-answer-metric {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: rgba(15, 23, 42, 0.8);
    margin: 0;
}

.position-answer-metric-secondary {
    font-size: clamp(0.9rem, 1.9vw, 1rem);
    color: rgba(30, 41, 59, 0.82);
}

.position-answer-meta {
    margin-left: 0.35rem;
    font-size: 0.84em;
    color: rgba(71, 85, 105, 0.88);
    font-weight: 500;
}

.position-answer-sub {
    font-size: 0.85rem;
    color: rgba(71, 85, 105, 0.9);
    margin: 0;
}

.streak-summary-games {
    margin: 0.35rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    list-style: none;
    font-size: 0.82rem;
    color: rgba(15, 23, 42, 0.78);
}

.streak-summary-games li {
    margin: 0;
}

.streak-summary-games li:last-child {
    margin-bottom: 0;
}

.streak-summary-games-extra {
    margin-top: 0.35rem;
}

.streak-summary-toggle-btn {
    margin-top: 0.45rem;
    appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(15, 23, 42, 0.04);
    color: var(--team-primary, #0b2240);
    border-radius: 999px;
    padding: 0.3rem 0.74rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.streak-summary-toggle-btn:hover {
    background: rgba(15, 23, 42, 0.08);
}

.streak-summary-toggle-btn:focus-visible {
    outline: 2px solid rgba(15, 23, 42, 0.32);
    outline-offset: 2px;
}

.streak-summary-games[hidden],
.streak-summary-games-extra[hidden] {
    display: none !important;
}

.streak-game-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.6rem;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 0.78rem;
}

.streak-game-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.streak-game-link:hover {
    text-decoration: none;
}

.streak-game-link:focus-visible {
    outline: 2px solid var(--team-primary, #0b2240);
    outline-offset: 2px;
    border-radius: 8px;
}

.streak-game-round {
    font-weight: 700;
    color: #0f172a;
}

.streak-game-opponent {
    color: rgba(15, 23, 42, 0.85);
    font-weight: 600;
}

.streak-game-date {
    color: rgba(100, 116, 139, 0.95);
}

.streak-game-result {
    margin-left: auto;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    border: 1px solid transparent;
}

.streak-game-result.win {
    background: #D1FAE5;
    color: #065F46;
    border-color: #A7F3D0;
}

.streak-game-result.loss {
    background: #FEE2E2;
    color: #991B1B;
    border-color: #FECACA;
}

.streak-game-result.draw {
    background: #FEF3C7;
    color: #92400E;
    border-color: #FDE68A;
}

.streak-game-text {
    color: rgba(15, 23, 42, 0.78);
}

@media (max-width: 720px) {
    .streak-summary-card {
        padding: clamp(1rem, 4.2vw, 1.35rem);
    }
}
