@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;
}


@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; }
}

@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; }
}

@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; }
}
