@font-face {
    font-family: "Oxanium";
    src: url("/assets/fonts/oxanium-800-v21-latin.woff2") format("woff2"),
         url("/assets/fonts/oxanium-800-v21.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}

@font-face {
    font-family: "Teko";
    src: url("/assets/fonts/teko-500-v23-latin.woff2") format("woff2"),
         url("/assets/fonts/teko-500-v23.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}

@font-face {
    font-family: "Teko";
    src: url("/assets/fonts/teko-700-v23-latin.woff2") format("woff2"),
         url("/assets/fonts/teko-700-v23.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}

:root {
    --page: #02070c;
    --panel: #09111a;
    --panel-soft: #0d1620;
    --line: #6d747b;
    --line-soft: #38434e;
    --text: #f0f1f1;
    --muted: #b1b2b4;
    --faint: #7f858c;
    --orange: #ff5900;
    --orange-bright: #ff6a00;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--page);
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background:
        radial-gradient(circle at 50% -20%, #13202b 0, transparent 36%),
        var(--page);
    font-family: "Arial Narrow", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

[x-cloak] {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-shell {
    width: min(1908px, calc(100% - 136px));
    margin-inline: auto;
}

.display-type {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.angular-wordmark {
    display: inline-flex;
    align-items: baseline;
    color: #f0f0ee;
    font-family: "Oxanium", Impact, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -.06em;
    line-height: .82;
    text-transform: uppercase;
    transform: skewX(-9deg) scaleX(1.65);
    transform-origin: left center;
    text-shadow: 0 2px 0 #6d7174, 0 5px 14px #000;
}

.angular-wordmark em {
    color: var(--orange);
    font-style: normal;
}

.design-screen {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--page);
}

.design-screen::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .2;
    background-image:
        repeating-linear-gradient(135deg, transparent 0 17px, rgba(255, 255, 255, .028) 18px 19px),
        radial-gradient(circle at center, transparent 0 1px, rgba(255, 255, 255, .05) 1.2px 1.7px, transparent 2px);
    background-size: auto, 11px 11px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

/* Header */
.site-header {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 21px;
}

.site-header .site-shell {
    width: calc(100% - 56px);
    max-width: none;
}

.topbar {
    display: grid;
    grid-template-columns: 300px minmax(480px, 1fr) 420px;
    align-items: center;
    min-height: 102px;
    padding: 0 31px 0 41px;
    border: 1px solid #606b75;
    border-radius: 21px;
    background: linear-gradient(105deg, rgba(8, 16, 25, .97), rgba(8, 17, 27, .92));
    box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 12px 35px rgba(0, 0, 0, .28);
}

.brand-mark {
    width: fit-content;
    font-size: 72px;
}

.primary-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 82px;
}

.primary-links a,
.action-button {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.primary-links a {
    color: #d3d4d5;
    white-space: nowrap;
}

.account-links {
    display: grid;
    grid-template-columns: 1.14fr .86fr;
    align-items: center;
    gap: 17px;
}

.action-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border: 1px solid #8b9094;
    border-radius: 12px;
    color: #f3f3f1;
    background: linear-gradient(135deg, #111922, #090f16);
}

.upgrade-button {
    border-color: #ff8a43;
    background: linear-gradient(120deg, #ff4d00, #ff6800);
    box-shadow: inset 0 0 18px rgba(255, 192, 137, .2), 0 0 22px rgba(255, 74, 0, .24);
}

.upgrade-button small {
    position: absolute;
    top: 6px;
    right: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    color: #d74600;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
}

/* Screen one */
.hero-screen {
    min-height: 1152px;
    background:
        linear-gradient(90deg, #02070c 0 31%, rgba(2, 7, 12, .96) 39%, rgba(2, 7, 12, .16) 77%),
        radial-gradient(circle at 63% 12%, #17212c 0, transparent 36%),
        #02070c;
}

.hero-court {
    position: absolute;
    z-index: -2;
    top: 122px;
    right: 0;
    width: 58.5%;
    height: 730px;
    object-fit: cover;
    object-position: center top;
    opacity: .94;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 1180px;
    padding-top: 162px;
    margin-left: 3.35%;
}

.hero-wordmark {
    display: block;
    width: fit-content;
    margin: 0;
    color: var(--orange);
    font-size: 230px;
    letter-spacing: -.06em;
    text-shadow: 0 3px 0 #9b2e00, 0 8px 24px rgba(255, 75, 0, .22);
    transform: skewX(-9deg) scaleX(1.42);
}

.hero-content h1 {
    width: 940px;
    margin: 8px 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, var(--orange) 0 65%, rgba(255, 89, 0, .12) 65%, transparent 79%) 1;
    color: #f1f1ef;
    font-size: 64px;
    line-height: .95;
    white-space: nowrap;
}

.hero-intro {
    margin: 24px 0 0 20px;
    color: #dedfdf;
    font-size: 29px;
    line-height: 1.2;
}

.history-question {
    display: flex;
    align-items: center;
    width: 936px;
    height: 141px;
    margin-top: 26px;
    padding: 10px 35px;
    border: 1px solid #727a82;
    border-radius: 19px;
    background: linear-gradient(110deg, rgba(13, 23, 33, .96), rgba(6, 13, 20, .94));
    box-shadow: inset 0 1px rgba(255, 255, 255, .07);
}

.history-question img {
    flex: 0 0 116px;
    width: 116px;
    height: 116px;
    object-fit: contain;
}

.history-question strong {
    margin-left: 25px;
    color: #ececeb;
    font-size: 50px;
    line-height: .88;
}

.history-question span {
    color: var(--orange);
}

.hero-actions {
    display: grid;
    grid-template-columns: 588px 533px;
    gap: 22px;
    width: 1143px;
    margin-top: 18px;
}

.hero-action {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    min-height: 98px;
    padding: 5px 31px 5px 21px;
    border: 1px solid #7d858c;
    border-radius: 15px;
    color: #edeeee;
    background: linear-gradient(135deg, rgba(15, 25, 35, .97), rgba(6, 13, 20, .97));
    font-size: 31px;
    line-height: 1;
    text-align: center;
}

.hero-action span {
    white-space: nowrap;
}

.hero-action img {
    width: 82px;
    height: 86px;
    object-fit: contain;
}

.hero-action-primary {
    border-color: #ff923d;
    color: #fff;
    background: linear-gradient(120deg, #ff4c00, #ff6500);
    box-shadow: inset 0 0 22px rgba(255, 218, 176, .2), 0 0 25px rgba(255, 83, 0, .35);
}

.perfection-panel {
    position: absolute;
    z-index: 3;
    right: 3.35%;
    bottom: 33px;
    left: 3.35%;
    height: 252px;
    padding: 8px 45px 15px;
    border: 1px solid #48535e;
    border-radius: 26px;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 12px, transparent 13px 24px),
        linear-gradient(90deg, rgba(8, 16, 25, .97), rgba(5, 12, 19, .98));
}

.perfection-statement {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 104px;
    align-items: center;
    max-width: 1435px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
}

.perfection-statement img {
    width: 94px;
    height: 94px;
    object-fit: contain;
}

.perfection-statement strong,
.perfection-statement span {
    display: block;
    line-height: .95;
}

.perfection-statement strong {
    color: #e8e8e7;
    font-size: 40px;
    letter-spacing: .25em;
}

.perfection-statement span {
    margin-top: 8px;
    color: var(--orange);
    font-size: 31px;
    letter-spacing: .21em;
}

.season-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 111px;
    overflow: hidden;
    border: 1px solid #44505a;
    border-radius: 19px;
    background: linear-gradient(100deg, rgba(8, 17, 26, .98), rgba(4, 11, 18, .98));
}

.season-fact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 0;
    border-right: 1px solid #4e5862;
}

.season-fact:last-child {
    border-right: 0;
}

.season-fact img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.season-fact p {
    margin: 0;
}

.season-fact strong,
.season-fact span {
    display: block;
    white-space: nowrap;
}

.season-fact strong {
    font-size: 29px;
    line-height: 1;
    letter-spacing: .16em;
}

.season-fact span {
    margin-top: 7px;
    color: #9da1a6;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .18em;
}

/* Screen two */
.modes-screen {
    min-height: 1152px;
    padding-top: 51px;
    background: radial-gradient(circle at 50% 45%, #121b25 0, #050a10 52%, #02070c 82%);
}

.modes-screen.has-deferred-background {
    background:
        url("https://img.82-0.live/assets/v9/modes-edge-left.webp") left center / auto 100% no-repeat,
        url("https://img.82-0.live/assets/v9/modes-edge-right.webp") right center / auto 100% no-repeat,
        radial-gradient(circle at 50% 45%, #121b25 0, #050a10 52%, #02070c 82%);
}

.modes-intro {
    text-align: center;
}

.modes-wordmark {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: var(--orange);
    font-size: 118px;
    line-height: .82;
    text-shadow: 0 3px 0 #9b2e00, 0 8px 24px rgba(255, 75, 0, .22);
    transform-origin: center;
}

.modes-intro h2 {
    margin: 44px 0 0;
    font-size: 101px;
    line-height: .8;
}

.modes-intro h2 em,
.roster-intro h2 em,
.lab-heading h2 em {
    color: var(--orange);
    font-style: inherit;
}

.decorated-subtitle {
    display: grid;
    grid-template-columns: 300px auto 300px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 22px;
}

.decorated-subtitle p {
    margin: 0;
    color: #b8b8ba;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 39px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
}

.decorated-subtitle i {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--orange));
    box-shadow: 0 0 9px rgba(255, 89, 0, .8);
}

.decorated-subtitle i:last-child {
    transform: scaleX(-1);
}

.mode-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    width: min(1680px, calc(100% - 184px));
    margin: 80px auto 0;
}

.mode-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 649px;
    overflow: hidden;
    padding: 24px 53px 48px;
    border: 2px solid #8a8f95;
    border-radius: 35px;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, .1) 0 16%, transparent 16.2%),
        radial-gradient(circle at 50% 25%, #19222d 0, #09111a 58%, #050b11 100%);
    box-shadow:
        inset 0 0 0 7px rgba(255, 255, 255, .035),
        inset 0 1px 18px rgba(255, 255, 255, .12),
        0 24px 40px rgba(0, 0, 0, .46);
    text-align: center;
}

.mode-card::before {
    position: absolute;
    top: -1px;
    left: 34%;
    width: 32%;
    height: 3px;
    content: "";
    background: #fff;
    box-shadow: 0 0 14px 4px var(--orange);
}

.mode-art {
    display: block;
    width: 100%;
    height: 272px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: screen;
}

.mode-card h3 {
    margin: -2px 0 0;
    font-size: 63px;
    line-height: .9;
}

.mode-divider {
    display: block;
    width: 180px;
    height: 2px;
    margin: 13px auto 16px;
    background: linear-gradient(90deg, transparent, var(--orange) 38%, var(--orange) 62%, transparent);
    box-shadow: 0 0 8px rgba(255, 89, 0, .45);
}

.mode-card > p {
    max-width: 410px;
    min-height: 92px;
    margin: 0 auto;
    color: #b7b7b8;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 25px;
    line-height: 1.26;
}

.mode-button {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 42px;
    align-items: center;
    width: 100%;
    min-height: 88px;
    margin-top: auto;
    padding: 0 20px 0 52px;
    clip-path: polygon(5% 0, 95% 0, 100% 26%, 100% 74%, 95% 100%, 5% 100%, 0 74%, 0 26%);
    color: #fff;
    background: linear-gradient(105deg, #ff4e00, #ff6500 77%, #ff5800);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, .24), 0 0 19px rgba(255, 89, 0, .52);
    font-size: 40px;
    line-height: 1;
}

.mode-button span {
    white-space: nowrap;
}

.mode-button::after {
    position: absolute;
    inset: 3px;
    clip-path: inherit;
    border: 1px solid rgba(255, 224, 196, .76);
    content: "";
    pointer-events: none;
}

.mode-button img {
    width: 37px;
    height: 45px;
    object-fit: contain;
}

/* Screen three */
.roster-screen {
    min-height: 1152px;
    padding-top: 37px;
    background:
        linear-gradient(90deg, rgba(3, 8, 13, .2), rgba(6, 13, 21, .88) 24%, rgba(6, 13, 21, .94) 76%, rgba(4, 9, 14, .2)),
        radial-gradient(circle at 55% 44%, #17222d, #050a10 63%);
}

.roster-screen.has-deferred-background {
    background:
        url("https://img.82-0.live/assets/v9/roster-locker.webp") right bottom / 598px 330px no-repeat,
        linear-gradient(90deg, rgba(3, 8, 13, .2), rgba(6, 13, 21, .88) 24%, rgba(6, 13, 21, .94) 76%, rgba(4, 9, 14, .2)),
        radial-gradient(circle at 55% 44%, #17222d, #050a10 63%);
}

.roster-screen::before {
    position: absolute;
    z-index: -1;
    top: 105px;
    left: -85px;
    content: "82-0";
    color: transparent;
    font-family: "Oxanium", Impact, sans-serif;
    font-weight: 800;
    font-size: 190px;
    letter-spacing: -.11em;
    line-height: 1;
    opacity: .28;
    transform: skewX(-7deg);
    -webkit-text-stroke: 1px var(--orange);
}

.roster-intro {
    text-align: center;
}

.roster-ball {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    object-fit: contain;
}

.roster-kicker {
    display: grid;
    grid-template-columns: 110px auto 110px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
}

.roster-kicker p {
    margin: 0;
    font-size: 27px;
    line-height: 1;
    letter-spacing: .43em;
}

.roster-kicker i {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--orange));
}

.roster-kicker i:last-child {
    transform: scaleX(-1);
}

.roster-intro h2 {
    margin: 15px 0 0;
    font-size: 94px;
    line-height: .82;
}

.roster-subtitle {
    margin: 16px 0 0;
    color: #9e9fa2;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.roster-workspace {
    display: grid;
    grid-template-columns: 368px minmax(0, 1fr) 368px;
    align-items: start;
    gap: 23px;
    width: min(1856px, calc(100% - 190px));
    margin: 71px auto 0;
}

.player-deck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.player-deck-left,
.player-deck-right {
    padding-top: 18px;
}

.player-card {
    position: relative;
    display: block;
    min-width: 0;
    padding: 0;
    outline: 0;
    border: 1px solid transparent;
    color: inherit;
    background: transparent;
    cursor: grab;
    transition: opacity .16s ease, filter .16s ease, border-color .16s ease, transform .16s ease;
}

.player-card:active {
    cursor: grabbing;
}

.player-card:hover,
.player-card:focus-visible,
.player-card.is-selected {
    z-index: 2;
    border-color: var(--orange);
    filter: brightness(1.13);
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(255, 89, 0, .48);
}

.player-card.is-assigned:not(.is-selected) {
    opacity: .48;
    filter: grayscale(.32);
}

.player-deck img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.lineup-builder {
    position: relative;
    height: 592px;
    border: 1px solid #61707c;
    clip-path: polygon(2% 0, 98% 0, 100% 4%, 100% 96%, 98% 100%, 2% 100%, 0 96%, 0 4%);
    background: linear-gradient(135deg, rgba(13, 24, 34, .98), rgba(7, 15, 23, .98));
    box-shadow: inset 0 0 32px rgba(255, 255, 255, .04);
}

.lineup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 33px;
    border-bottom: 1px solid #535f6a;
}

.lineup-header > strong {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #bfc2c5;
    font-size: 31px;
    line-height: 1;
}

.lineup-header > strong img {
    width: 24px;
    height: 28px;
    object-fit: contain;
}

.salary-cap {
    position: relative;
    display: grid;
    grid-template-columns: 76px 85px;
    grid-template-rows: 17px 24px;
    width: 183px;
    color: #a9adb1;
    font-family: "Teko", "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

.salary-cap span {
    grid-column: 1 / -1;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .08em;
}

.salary-cap strong {
    font-size: 21px;
    font-style: italic;
    white-space: nowrap;
}

.salary-cap strong em {
    color: var(--orange);
    font-style: inherit;
}

.salary-cap progress {
    align-self: center;
    width: 85px;
    height: 6px;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: #343c44;
}

.salary-cap progress::-webkit-progress-bar,
.chemistry-bar progress::-webkit-progress-bar {
    background: #343c44;
}

.salary-cap progress::-webkit-progress-value,
.chemistry-bar progress::-webkit-progress-value {
    background: var(--orange);
}

.salary-cap progress::-moz-progress-bar,
.chemistry-bar progress::-moz-progress-bar {
    background: var(--orange);
}

.position-slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    height: 339px;
    padding: 20px 35px 24px;
}

.position-slot {
    position: relative;
    display: grid;
    grid-template-rows: 260px 40px;
    place-items: stretch;
    min-width: 0;
    height: 300px;
    outline: 0;
    cursor: pointer;
}

.position-slot > .slot-art {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 100%;
    height: 260px;
    border: 1px solid #73808b;
    clip-path: polygon(10% 0, 90% 0, 100% 9%, 100% 91%, 90% 100%, 10% 100%, 0 91%, 0 9%);
    background:
        linear-gradient(135deg, transparent 49.6%, rgba(255, 255, 255, .035) 49.8%, rgba(255, 255, 255, .035) 50.2%, transparent 50.4%),
        repeating-linear-gradient(0deg, transparent 0 33px, rgba(111, 128, 143, .07) 34px 35px),
        #0d1721;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .025);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.slot-art > span {
    color: #727b83;
    font-size: 82px;
    font-weight: 300;
    line-height: 1;
}

.slot-art > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: grab;
    user-select: none;
}

.position-slot:focus-visible > .slot-art,
.position-slot.is-selected > .slot-art,
.position-slot.is-drag-over > .slot-art {
    border-color: var(--orange);
    box-shadow: inset 0 0 0 3px rgba(255, 89, 0, .3), 0 0 20px rgba(255, 89, 0, .42);
}

.position-slot.is-drag-over > .slot-art {
    background-color: rgba(255, 89, 0, .13);
}

.position-slot > strong {
    position: static;
    width: 100%;
    color: #d6d6d5;
    font-size: 39px;
    line-height: 40px;
    text-align: center;
}

.chemistry-bar {
    position: absolute;
    z-index: 2;
    top: 403px;
    left: 50%;
    display: grid;
    grid-template-columns: auto 45px;
    grid-template-rows: 25px 8px;
    align-items: center;
    width: 416px;
    height: 62px;
    padding: 9px 52px 9px 35px;
    border: 1px solid #46515b;
    clip-path: polygon(6% 0, 94% 0, 100% 24%, 100% 76%, 94% 100%, 6% 100%, 0 76%, 0 24%);
    color: #8e9499;
    background: #0a131c;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    transform: translateX(-50%);
}

.chemistry-bar strong {
    color: var(--orange);
    font-size: 20px;
}

.chemistry-bar progress {
    grid-column: 1 / -1;
    width: 100%;
    height: 4px;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: #1c252d;
}

.team-metrics {
    position: absolute;
    right: 13px;
    bottom: 12px;
    left: 13px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 129px;
    border: 1px solid #35434f;
    background: #07101a;
}

.team-metric {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: 70px 20px;
    align-items: center;
    padding: 14px 18px 12px;
    border-right: 1px solid #38434d;
}

.team-metric:last-child {
    border-right: 0;
}

.team-metric > img {
    width: 38px;
    height: 46px;
    object-fit: contain;
}

.team-metric p {
    margin: 0 0 0 7px;
}

.team-metric p span,
.team-metric p strong {
    display: block;
    line-height: 1;
}

.team-metric p span {
    color: #acafb2;
    font-size: 20px;
}

.team-metric p strong {
    margin-top: 3px;
    color: var(--orange);
    font-family: "Teko", sans-serif;
    font-size: 34px;
    font-style: italic;
}

.team-metric:nth-child(2) p strong { color: #8bc34d; }
.team-metric:nth-child(3) p strong { color: #399bea; }
.team-metric:nth-child(4) p strong { color: #a561c9; }
.team-metric:nth-child(5) p strong { color: #f2a62f; }

.metric-meter {
    grid-column: 1 / -1;
    display: flex;
    gap: 3px;
}

.metric-meter i {
    width: 18px;
    height: 8px;
    background: var(--orange);
    opacity: .18;
    transform: skewX(-16deg);
}

.team-metric:nth-child(2) .metric-meter i { background: #8bc34d; }
.team-metric:nth-child(3) .metric-meter i { background: #399bea; }
.team-metric:nth-child(4) .metric-meter i { background: #a561c9; }
.team-metric:nth-child(5) .metric-meter i { background: #f2a62f; }
.metric-meter i.is-active { opacity: 1; }

.roster-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 790px;
    height: 105px;
    margin: 11px auto 0;
    clip-path: polygon(4% 0, 96% 0, 100% 25%, 100% 75%, 96% 100%, 4% 100%, 0 75%, 0 25%);
    color: #130a04;
    background: linear-gradient(105deg, #ff4d00, #ff6b00 82%, #ff4d00);
    box-shadow: inset 0 0 19px rgba(255, 255, 255, .26), 0 0 24px rgba(255, 89, 0, .58);
    font-size: 54px;
    line-height: 1;
}

.roster-button img {
    width: 70px;
    height: 52px;
    object-fit: contain;
}

.roster-note {
    margin: 23px 0 0;
    color: #a8aaac;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.roster-note i {
    margin: 0 25px;
    color: var(--orange);
    font-style: normal;
}

/* Screen four */
.lab-screen {
    min-height: 650px;
    padding: 51px 0 76px;
    background:
        radial-gradient(circle at 50% 0, #101923, transparent 65%),
        #02070c;
}

.lab-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lab-heading h2 {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0;
    font-size: 57px;
    line-height: 1;
}

.lab-heading h2 img {
    width: 50px;
    height: 58px;
    object-fit: contain;
}

.lab-heading > a {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--orange);
    font-size: 27px;
}

.lab-heading > a img {
    width: 24px;
    height: 18px;
    object-fit: contain;
}

.lab-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 27px;
}

.lab-card {
    min-width: 0;
    min-height: 418px;
    overflow: hidden;
    padding: 12px 13px 17px;
    border: 1px solid #747a80;
    border-radius: 17px;
    background: linear-gradient(140deg, #101820, #070e15);
    box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.lab-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.8;
    border-radius: 10px;
    object-fit: cover;
}

.lab-card h3 {
    margin: 14px 12px 6px;
    color: #f3f3f2;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 29px;
    line-height: 1.08;
}

.lab-card p {
    margin: 0 12px;
    color: #b9bbbd;
    font-size: 19px;
    line-height: 1.28;
}

.article-arrow {
    display: block;
    width: 32px;
    height: 24px;
    margin: 13px 12px 0;
    object-fit: contain;
}

/* Footer */
.site-footer {
    min-height: 302px;
    padding: 39px 0 25px;
    border-top: 1px solid #1e2933;
    background:
        radial-gradient(circle at 50% 100%, #101923 0, transparent 55%),
        #04090f;
}

.footer-main {
    display: grid;
    grid-template-columns: 310px 470px 275px minmax(420px, 1fr);
    align-items: center;
    min-height: 78px;
}

.footer-wordmark {
    width: fit-content;
    font-size: 90px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    min-height: 75px;
    padding: 0 38px;
    border-right: 1px solid #45505a;
    border-left: 1px solid #45505a;
}

.social-links a,
.social-links img {
    display: block;
    width: 58px;
    height: 58px;
}

.social-links img {
    object-fit: contain;
}

.report-copy {
    padding-left: 38px;
}

.report-copy strong {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 27px;
    line-height: 1;
}

.report-copy img {
    width: 39px;
    height: 36px;
    object-fit: contain;
}

.report-copy span {
    display: block;
    margin-top: 7px;
    color: #a8acb0;
    font-size: 15px;
}

.newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 198px;
    height: 72px;
    overflow: hidden;
    border: 1px solid #70777d;
    border-radius: 8px;
    background: #081019;
}

.newsletter input {
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 22px;
    color: #fff;
    background: transparent;
    font-size: 16px;
}

.subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
    color: #170b04;
    background: linear-gradient(105deg, #ff4f00, #ff6800);
    font-size: 31px;
}

.subscribe-button img {
    width: 24px;
    height: 30px;
    object-fit: contain;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 27px;
    padding-top: 25px;
    border-top: 1px solid #555f68;
}

.footer-links a {
    color: #c4c6c8;
    font-size: 17px;
}

.footer-links a + a::before {
    display: inline-block;
    width: 2px;
    height: 18px;
    margin: 0 28px;
    vertical-align: -4px;
    background: var(--orange);
    content: "";
}

.copyright {
    margin: 25px 0 0;
    color: #bfc1c3;
    font-size: 17px;
    text-align: center;
}

.copyright span {
    color: var(--orange);
}

/* Rewrite dialog and secondary pages */
.rewrite-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(10px);
}

.rewrite-dialog {
    position: relative;
    width: min(980px, 100%);
    padding: 38px;
    border: 1px solid #7a838d;
    border-radius: 20px;
    background: #08111b;
    box-shadow: 0 0 70px #000, 0 0 28px rgba(255, 89, 0, .2);
}

.rewrite-dialog > p {
    margin: 0;
    color: var(--orange);
}

.rewrite-dialog h2 {
    margin: 8px 0;
    font-size: 48px;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 35px;
}

.rewrite-card {
    width: 100%;
    padding: 18px;
    border: 1px solid #6e7680;
    border-radius: 15px;
    background: rgba(10, 18, 28, .91);
}

.rewrite-card textarea {
    display: block;
    width: 100%;
    height: 300px;
    resize: vertical;
    outline: 0;
    border: 1px solid #303d49;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    background: #050b11;
    line-height: 1.5;
}

.rewrite-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 13px;
}

.rewrite-row select {
    height: 48px;
    border: 1px solid #46515e;
    border-radius: 8px;
    padding: 0 12px;
    color: #fff;
    background: #101923;
}

.rewrite-row .primary {
    min-width: 330px;
    min-height: 48px;
    border: 1px solid #ff8c40;
    border-radius: 8px;
    color: #fff;
    background: var(--orange);
    font-family: "Teko", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.rewrite-status {
    margin-left: auto;
    color: #aeb5bd;
    font-size: 13px;
}

.legal-page {
    min-height: 76vh;
    padding: 155px 0 80px;
    background:
        radial-gradient(circle at 50% 0, #14202b, transparent 55%),
        var(--page);
}

.legal-card {
    max-width: 980px;
    margin: auto;
    padding: 48px;
    border: 1px solid #646d76;
    border-radius: 18px;
    background: #0b131c;
}

.legal-card h1 {
    margin: 0 0 20px;
    font-family: "Teko", sans-serif;
    font-size: 64px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.legal-kicker {
    margin: 0 0 7px;
    color: var(--orange) !important;
    font-size: 24px;
    letter-spacing: .16em;
}

.legal-card h2 {
    margin-top: 35px;
    color: var(--orange);
    font-size: 24px;
}

.legal-card p,
.legal-card li {
    color: #c4c8cd;
    line-height: 1.75;
}

.legal-card a {
    color: var(--orange);
}

.legal-card .legal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 18px;
    padding: 0 24px;
    border: 1px solid #ff8f42;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(110deg, #ff4f00, #ff6800);
    font-size: 24px;
    box-shadow: 0 0 20px rgba(255, 89, 0, .28);
}

@media (max-width: 1600px) and (min-width: 1101px) {
    .topbar {
        grid-template-columns: 245px minmax(420px, 1fr) 355px;
        min-height: 82px;
    }

    .brand-mark { font-size: 56px; }
    .primary-links { gap: clamp(42px, 5vw, 82px); }
    .primary-links a, .action-button { font-size: 22px; }
    .action-button { min-height: 58px; }
    .hero-content { margin-left: 3.4%; transform: scale(.82); transform-origin: left top; }
    .hero-court { width: 65%; }
    .perfection-statement strong { font-size: 31px; }
    .perfection-statement span { font-size: 24px; }
    .season-fact { gap: 13px; }
    .season-fact img { width: 62px; height: 62px; }
    .season-fact strong { font-size: 23px; }
    .mode-cards { width: calc(100% - 120px); }
    .mode-card { padding-inline: 35px; }
    .mode-card > p { font-size: 21px; }
    .roster-workspace { width: calc(100% - 80px); grid-template-columns: 285px minmax(0, 1fr) 285px; }
    .player-deck img { height: 235px; }
    .team-metric { padding-inline: 8px; }
    .footer-main { grid-template-columns: 235px 360px 230px minmax(330px, 1fr); }
    .footer-wordmark { font-size: 70px; }
    .social-links { gap: 11px; padding-inline: 20px; }
    .social-links a, .social-links img { width: 47px; height: 47px; }
}

@media (max-width: 1100px) {
    .site-shell,
    .site-header .site-shell {
        width: calc(100% - 32px);
    }

    .site-header {
        padding-top: 14px;
    }

    .topbar {
        grid-template-columns: auto 1fr;
        min-height: 78px;
        padding: 0 18px;
    }

    .brand-mark {
        font-size: 46px;
    }

    .primary-links {
        display: none;
    }

    .account-links {
        grid-template-columns: repeat(2, minmax(110px, 155px));
        justify-content: end;
    }

    .action-button {
        min-height: 50px;
        font-size: 18px;
    }

    .hero-screen {
        min-height: 1220px;
    }

    .hero-court {
        top: 95px;
        width: 100%;
        opacity: .3;
    }

    .hero-content {
        width: calc(100% - 48px);
        padding-top: 128px;
        margin: 0 24px;
    }

    .hero-wordmark {
        font-size: clamp(104px, 19vw, 170px);
    }

    .hero-content h1 {
        width: 100%;
        font-size: clamp(45px, 7vw, 66px);
        white-space: normal;
    }

    .history-question,
    .hero-actions {
        width: 100%;
    }

    .hero-actions {
        grid-template-columns: 1fr 1fr;
    }

    .hero-action {
        grid-template-columns: 70px 1fr;
        font-size: 25px;
    }

    .perfection-panel {
        right: 16px;
        bottom: 20px;
        left: 16px;
        height: 300px;
        padding-inline: 16px;
    }

    .perfection-statement strong { font-size: 25px; }
    .perfection-statement span { font-size: 19px; }
    .season-facts { grid-template-columns: repeat(2, 1fr); height: 170px; }
    .season-fact { border-bottom: 1px solid #4e5862; }
    .modes-screen, .roster-screen { padding-bottom: 70px; }
    .mode-cards { grid-template-columns: 1fr; width: min(620px, calc(100% - 40px)); }
    .mode-card { height: auto; min-height: 625px; }
    .roster-intro h2 { font-size: clamp(55px, 9vw, 90px); }
    .roster-workspace { grid-template-columns: 1fr; width: min(780px, calc(100% - 32px)); }
    .player-deck { grid-template-columns: repeat(4, 1fr); }
    .player-deck img { height: auto; }
    .lineup-builder { order: -1; }
    .roster-button { width: min(790px, calc(100% - 32px)); }
    .lab-cards { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-wordmark { justify-self: center; }
    .social-links { border-right: 0; }
    .report-copy { padding-left: 0; }
}

@media (max-width: 640px) {
    .site-shell,
    .site-header .site-shell {
        width: calc(100% - 24px);
    }

    .topbar {
        grid-template-columns: 100px minmax(0, 1fr);
        min-height: 64px;
        padding: 0 10px;
        border-radius: 13px;
    }

    .brand-mark {
        font-size: 30px;
    }

    .account-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .action-button {
        min-height: 40px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 13px;
        letter-spacing: .07em;
    }

    .upgrade-button small {
        top: 1px;
        right: 3px;
        font-size: 6px;
    }

    .hero-screen {
        min-height: 1180px;
    }

    .hero-content {
        width: calc(100% - 24px);
        padding-top: 106px;
        margin: 0 12px;
    }

    .hero-wordmark {
        font-size: 83px;
    }

    .hero-content h1 {
        margin-top: 19px;
        font-size: 39px;
        line-height: .9;
    }

    .hero-intro {
        font-size: 17px;
        line-height: 1.35;
    }

    .history-question {
        height: 115px;
        padding: 10px 13px;
    }

    .history-question img {
        flex-basis: 82px;
        width: 82px;
        height: 82px;
    }

    .history-question strong {
        margin-left: 10px;
        font-size: 30px;
    }

    .hero-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-action {
        min-height: 68px;
        grid-template-columns: 52px 1fr;
        padding: 3px 14px;
        font-size: 22px;
    }

    .hero-action img {
        width: 50px;
        height: 52px;
    }

    .perfection-panel {
        height: 350px;
        padding: 8px;
        border-radius: 16px;
    }

    .perfection-statement {
        grid-template-columns: 48px 1fr 48px;
        height: 133px;
    }

    .perfection-statement img {
        width: 46px;
        height: 46px;
    }

    .perfection-statement strong {
        font-size: 20px;
        letter-spacing: .08em;
    }

    .perfection-statement span {
        font-size: 15px;
        letter-spacing: .06em;
    }

    .season-facts {
        height: 199px;
    }

    .season-fact {
        gap: 8px;
    }

    .season-fact img {
        width: 38px;
        height: 38px;
    }

    .season-fact strong { font-size: 17px; letter-spacing: .05em; }
    .season-fact span { font-size: 11px; letter-spacing: .06em; }
    .modes-screen { padding-top: 43px; }
    .modes-wordmark { font-size: 78px; }
    .modes-intro h2 { margin-top: 29px; font-size: 57px; }
    .decorated-subtitle { grid-template-columns: 30px 1fr 30px; gap: 10px; padding-inline: 13px; }
    .decorated-subtitle p { font-size: 22px; }
    .mode-cards { margin-top: 35px; }
    .mode-card { min-height: 535px; padding: 20px 22px 27px; border-radius: 24px; }
    .mode-art { height: 230px; }
    .mode-card h3 { font-size: 49px; }
    .mode-card > p { min-height: 95px; font-size: 19px; }
    .mode-button { min-height: 70px; padding-left: 35px; font-size: 34px; }
    .roster-kicker { grid-template-columns: 30px auto 30px; gap: 8px; }
    .roster-kicker p { font-size: 18px; letter-spacing: .12em; }
    .roster-intro h2 { margin-top: 13px; padding: 0 12px; font-size: 48px; }
    .roster-subtitle { padding: 0 17px; font-size: 22px; line-height: 1.1; }
    .player-deck { grid-template-columns: repeat(2, 1fr); }
    .lineup-builder { height: auto; min-height: 800px; }
    .lineup-header { padding: 0 14px; }
    .lineup-header > strong { font-size: 24px; }
    .position-slots { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; height: auto; padding: 16px 8px 100px; }
    .position-slot { grid-template-rows: 130px 30px; height: 160px; }
    .position-slot > .slot-art { height: 130px; }
    .slot-art > span { font-size: 46px; }
    .position-slot > strong { font-size: 24px; line-height: 30px; }
    .chemistry-bar { top: 250px; width: 80%; }
    .team-metrics { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr; height: auto; margin: 0 12px 12px; }
    .team-metric { border-right: 0; border-bottom: 1px solid #38434d; }
    .roster-button { gap: 10px; height: 74px; font-size: 28px; }
    .roster-button span { white-space: nowrap; }
    .roster-button img { width: 38px; height: 29px; }
    .roster-note { padding: 0 12px; font-size: 22px; }
    .roster-note i { margin: 0 5px; }
    .lab-heading { align-items: flex-end; }
    .lab-heading h2 { gap: 7px; font-size: 34px; }
    .lab-heading h2 img { width: 32px; height: 37px; }
    .lab-heading > a { font-size: 17px; }
    .lab-heading > a img { width: 18px; }
    .lab-cards { grid-template-columns: 1fr; }
    .lab-card { min-height: 0; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-wordmark { font-size: 74px; }
    .social-links { border: 0; padding: 0; }
    .social-links a, .social-links img { width: 49px; height: 49px; }
    .report-copy { text-align: center; }
    .report-copy strong { justify-content: center; }
    .newsletter { grid-template-columns: 1fr; height: 126px; }
    .subscribe-button { clip-path: none; }
    .footer-links { flex-direction: column; gap: 13px; text-align: center; }
    .footer-links a + a::before { display: none; }
    .rewrite-dialog { padding: 30px 14px 18px; }
    .rewrite-card textarea { height: 220px; }
    .rewrite-row { flex-wrap: wrap; }
    .rewrite-row .primary { width: 100%; min-width: 0; }
    .rewrite-status { margin-left: 0; }
    .legal-page { padding-top: 110px; }
    .legal-card { padding: 28px 20px; }
    .legal-card h1 { font-size: 47px; }
}
