/* League hub additions built on the bookmaker landing-page system. */
.sports-hub-hero {
    padding-top: clamp(56px, 8vw, 88px);
}

.sports-hub-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8ef7d2;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sports-hub-ball {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(142, 247, 210, 0.34);
    border-radius: 8px;
    background: rgba(142, 247, 210, 0.08);
}

.sports-hub-ball svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.sports-hub-sample {
    padding-top: 20px;
}

.sports-hub-sample .code-panel-home pre {
    height: auto;
    min-height: 0;
    overflow-y: visible;
}

.sports-hub-sample .code-panel-home pre code {
    min-height: 0;
}

.sports-hub-request-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 54px;
    padding: 12px 16px;
}

.sports-hub-request-head .code-window-dots {
    padding-top: 6px;
}

.sports-hub-request-url {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    line-height: 1.55;
}

.sports-hub-request-url {
    min-width: 0;
    color: var(--text);
    font-weight: 500;
    overflow-wrap: anywhere;
}

.sports-hub-proof {
    padding-top: clamp(64px, 7vw, 96px);
    padding-bottom: clamp(48px, 6vw, 72px);
}

.sports-hub-publication-proof {
    padding: clamp(28px, 4vw, 40px) 0;
    border-top: 1px solid rgba(143, 157, 168, 0.24);
    border-bottom: 1px solid rgba(143, 157, 168, 0.24);
}

.nba-player-props-section {
    padding: clamp(56px, 7vw, 80px) 0;
    border-bottom: 1px solid var(--glass-border-muted);
}

.nba-player-props-heading {
    display: grid;
    max-width: 900px;
    gap: 16px;
}

.nba-player-props-heading h2 {
    margin: 0;
}

.nba-player-props-heading h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.nba-player-props-heading h2 span {
    color: var(--accent);
}

.nba-prop-map {
    position: relative;
    width: min(100%, 840px);
    min-height: 390px;
    margin: 32px auto 0;
    border-top: 1px solid var(--glass-border-muted);
    border-bottom: 1px solid var(--glass-border-muted);
    isolation: isolate;
}

.nba-prop-map-lines {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    color: var(--accent);
    pointer-events: none;
}

.nba-prop-map-lines path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
    opacity: 1;
}

.nba-prop-map-lines circle {
    fill: currentColor;
    vector-effect: non-scaling-stroke;
}

.nba-prop-map-points {
    opacity: 0.88;
}

.nba-prop-line-threes--mobile,
.nba-prop-dot-threes--mobile,
.nba-prop-line-pra--mobile,
.nba-prop-dot-pra--mobile {
    display: none;
}

.nba-prop-node {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 190px;
    gap: 4px;
}

.nba-prop-node strong {
    color: var(--text);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.1;
}

.nba-prop-node code {
    color: var(--muted);
    font-size: 0.7rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.nba-prop-node--points {
    top: 10%;
    left: 3%;
}

.nba-prop-node--rebounds {
    top: 10%;
    right: 3%;
    text-align: right;
}

.nba-prop-node--assists {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nba-prop-node--threes {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    text-align: right;
}

.nba-prop-node--defense {
    bottom: 10%;
    left: 3%;
}

.nba-prop-node--pra {
    right: 3%;
    bottom: 10%;
    text-align: right;
}

.nba-prop-node--pra code {
    transform: translateX(60px);
}

.nba-prop-player {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: grid;
    width: 150px;
    height: 168px;
    place-items: center;
    transform: translate(-50%, -50%);
    color: var(--accent);
}

.nba-prop-player-ring {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent) 5%, transparent);
}

.nba-prop-player-vector {
    position: relative;
    z-index: 1;
    width: 94px;
    height: 96px;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sports-hub-proof .us-ops-grid {
    max-width: 920px;
    margin: 0 auto;
}

.sports-hub-proof .us-ops-card p {
    margin-bottom: 0;
}

.sports-hub-path-section {
    padding: clamp(64px, 8vw, 96px) 0;
}

.sports-hub-path-shell {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sports-hub-path-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: center;
    margin-bottom: 36px;
}

.sports-hub-path-copy > span {
    color: var(--accent);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.sports-hub-path-copy h2 {
    max-width: 700px;
    margin: 16px 0 18px;
    font-size: clamp(2.35rem, 4.5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.sports-hub-path-copy p {
    max-width: 600px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.62;
}

.sports-hub-map {
    position: relative;
    width: min(100%, 320px);
    min-height: 172px;
    justify-self: end;
}

.sports-hub-map-lines {
    position: absolute;
    inset: 10px 0;
    width: 100%;
    height: calc(100% - 20px);
    fill: none;
    stroke: rgba(85, 191, 250, 0.4);
    stroke-dasharray: 3 6;
    stroke-width: 1.2;
}

.sports-hub-map-node,
.sports-hub-map-core {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(85, 191, 250, 0.34);
    background: rgba(5, 8, 10, 0.92);
    color: var(--accent);
}

.sports-hub-map-node {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.sports-hub-map-node svg,
.sports-hub-path-icon svg,
.sports-hub-path-note svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.sports-hub-map-node svg {
    width: 22px;
    height: 22px;
}

.sports-hub-map-node-fixtures {
    top: 12px;
    left: 16px;
}

.sports-hub-map-node-results {
    top: 12px;
    right: 16px;
    color: #8ef7d2;
}

.sports-hub-map-node-odds {
    bottom: 12px;
    left: 16px;
    color: #9c8cff;
}

.sports-hub-map-node-stream {
    right: 16px;
    bottom: 12px;
}

.sports-hub-map-core {
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sports-hub-map-core strong {
    position: absolute;
    top: 14px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.sports-hub-map-core svg {
    position: absolute;
    bottom: 11px;
    width: 31px;
    height: 27px;
    fill: none;
    stroke: #8ef7d2;
    stroke-linejoin: round;
    stroke-width: 3;
}

.sports-hub-path-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sports-hub-path-list > li {
    min-width: 0;
}

.sports-hub-path-card {
    display: flex;
    width: 100%;
    min-height: 350px;
    flex-direction: column;
    margin: 0;
    padding: 24px 20px;
    border: 1px solid rgba(143, 157, 168, 0.32);
    border-radius: 10px;
    background: rgba(8, 11, 13, 0.9);
}

.sports-hub-path-icon {
    display: block;
    width: 40px;
    height: 40px;
    color: var(--accent);
}

.sports-hub-path-icon svg {
    width: 36px;
    height: 36px;
}

.sports-hub-path-card h3 {
    margin: 16px 0 12px;
    font-size: 1rem;
    line-height: 1.25;
}

.sports-hub-path-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.56;
}

.sports-hub-path-card code {
    display: flex;
    min-height: 82px;
    align-items: center;
    margin-top: auto;
    padding: 12px;
    overflow-wrap: anywhere;
    border: 1px solid rgba(85, 191, 250, 0.22);
    border-radius: 8px;
    background: rgba(5, 8, 10, 0.66);
    color: var(--accent);
    font-size: 0.72rem;
    line-height: 1.5;
    word-break: break-word;
}

.sports-hub-path-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.sports-hub-path-note > span {
    display: inline-grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    color: #8ef7d2;
}

.sports-hub-path-note svg {
    width: 22px;
    height: 22px;
}

.sports-hub-path-note code {
    color: var(--text);
}

.sports-hub-market-name {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sports-hub-market-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--accent);
}

.sports-hub-market-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.sports-hub-workflow {
    max-width: 1120px;
    margin: 0 auto;
}

.sports-hub-workflow-head {
    max-width: 760px;
}

.sports-hub-workflow-head h2 {
    margin: 0 0 8px;
}

.sports-hub-workflow-head p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

.sports-hub-workflow-list {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.sports-hub-workflow-list li {
    position: relative;
    min-height: 104px;
}

.sports-hub-workflow-list li::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #070b0e;
    border-radius: 50%;
    background: var(--accent);
    content: "";
    transform: translateY(-50%);
}

.sports-hub-workflow-card {
    display: grid;
    min-height: 104px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid rgba(143, 157, 168, 0.3);
    border-radius: 10px;
    background: rgba(8, 11, 13, 0.72);
}

.sports-hub-workflow-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(143, 157, 168, 0.34);
    border-radius: 50%;
    color: var(--accent);
}

.sports-hub-workflow-icon svg,
.sports-hub-workflow-note svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.sports-hub-workflow-card h3,
.sports-hub-workflow-card p {
    margin: 0;
}

.sports-hub-workflow-card h3 {
    margin-bottom: 4px;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.sports-hub-workflow-card p {
    max-width: 700px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.sports-hub-workflow-note {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 14px;
    margin: 10px 0 0;
    padding: 10px 20px;
    border: 1px solid rgba(191, 99, 255, 0.46);
    border-radius: 10px;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.5;
}

.sports-hub-workflow-note > span {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border: 1px solid rgba(191, 99, 255, 0.42);
    border-radius: 50%;
    color: #cf70ff;
}

.sports-hub-workflow-note svg {
    width: 19px;
    height: 19px;
}

@media (max-width: 900px) {
    .sports-hub-path-head {
        grid-template-columns: 1fr;
    }

    .sports-hub-map {
        display: none;
    }

    .sports-hub-path-copy h2 br {
        display: none;
    }

    .sports-hub-path-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .sports-hub-path-card {
        min-height: 320px;
    }

}

@media (max-width: 680px) {
    .nba-player-props-section {
        padding: 48px 0;
    }

    .nba-player-props-heading h2 {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .nba-prop-map {
        min-height: 360px;
        margin-top: 24px;
    }

    .nba-prop-line-threes--desktop,
    .nba-prop-dot-threes--desktop,
    .nba-prop-line-pra--desktop,
    .nba-prop-dot-pra--desktop {
        display: none;
    }

    .nba-prop-line-threes--mobile,
    .nba-prop-dot-threes--mobile,
    .nba-prop-line-pra--mobile,
    .nba-prop-dot-pra--mobile {
        display: inline;
    }

    .nba-prop-node {
        width: 112px;
        gap: 4px;
    }

    .nba-prop-node strong {
        font-size: 0.88rem;
    }

    .nba-prop-node code {
        font-size: 0.58rem;
    }

    .nba-prop-node--points,
    .nba-prop-node--defense {
        left: 0;
    }

    .nba-prop-node--rebounds,
    .nba-prop-node--pra {
        right: 0;
    }

    .nba-prop-node--pra code {
        transform: none;
    }

    .nba-prop-node--threes {
        right: -4px;
    }

    .nba-prop-player {
        width: 96px;
        height: 112px;
    }

    .nba-prop-player-ring {
        width: 80px;
        height: 80px;
    }

    .nba-prop-player-vector {
        width: 62px;
        height: 64px;
    }

    .sports-hub-request-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 12px;
    }

    .sports-hub-request-head .code-window-dots {
        display: none;
    }

    .sports-hub-request-url {
        font-size: 0.7rem;
    }

    .sports-hub-path-section {
        padding: 48px 0;
    }

    .sports-hub-path-shell {
        padding: 0;
    }

    .sports-hub-path-copy h2 {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .sports-hub-path-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sports-hub-path-list > li {
        display: block;
    }

    .sports-hub-path-card {
        min-height: 0;
        margin-top: 0;
    }

    .sports-hub-path-card code {
        min-height: 0;
        margin-top: 20px;
    }

    .sports-hub-path-note {
        align-items: flex-start;
    }

    .sports-hub-workflow-list {
        gap: 10px;
        margin-top: 24px;
    }

    .sports-hub-workflow-list li {
        min-height: 0;
    }

    .sports-hub-workflow-card {
        min-height: 0;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
    }

    .sports-hub-workflow-icon {
        width: 40px;
        height: 40px;
    }

    .sports-hub-workflow-icon svg {
        width: 20px;
        height: 20px;
    }

    .sports-hub-workflow-card h3 {
        font-size: 1rem;
    }

    .sports-hub-workflow-card p {
        font-size: 0.9rem;
    }

    .sports-hub-workflow-note {
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        font-size: 0.92rem;
    }

    .sports-hub-workflow-note > span {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}
