@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');

:root {
    --spf-bg: #061626;
    --spf-bg-soft: #0b2136;
    --spf-panel: rgba(7, 24, 39, 0.9);
    --spf-panel-strong: rgba(9, 30, 47, 0.96);
    --spf-panel-light: rgba(17, 43, 67, 0.92);
    --spf-line: rgba(255, 255, 255, 0.1);
    --spf-line-strong: rgba(255, 188, 50, 0.35);
    --spf-text: #eef5fb;
    --spf-muted: #9cb5cc;
    --spf-accent: #ffb325;
    --spf-accent-dark: #d88c03;
    --spf-success: #31d48d;
    --spf-danger: #ff7d7d;
    --spf-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    --spf-content-inset: 1.05rem;
    --spf-content-inset-mobile: 0.85rem;
    --spf-radius: 20px;
    --spf-radius-sm: 14px;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    color-scheme: dark;
    background: var(--spf-bg);
}

body.spf-body {
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    color: var(--spf-text);
    background-color: var(--spf-bg);
    background-image:
        radial-gradient(circle at 50% 0, rgba(34, 85, 128, 0.26), transparent 34%),
        linear-gradient(180deg, #0a1a2a 0%, #071320 22%, #05101a 100%);
    background-attachment: fixed;
}

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

a:hover {
    color: var(--spf-accent);
}

img {
    max-width: 100%;
    display: block;
}

.spf-shell {
    min-height: 100vh;
}

.spf-cart-summary,
.spf-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    font-size: 0.88rem;
    color: var(--spf-muted);
}

.spf-cart-summary a,
.spf-footer__links a {
    color: var(--spf-text);
}

.spf-masthead {
    padding: 0.38rem 0 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(2, 10, 18, 0.9), rgba(4, 18, 31, 0.78));
}

.spf-masthead__row {
    display: grid;
    grid-template-columns: minmax(175px, 0.72fr) minmax(430px, 1.35fr) minmax(200px, 0.78fr);
    gap: 0.9rem;
    align-items: center;
}

.spf-logo-link {
    display: block;
}

.spf-masthead__logo img,
.spf-masthead__trust img {
    width: 100%;
    height: auto;
}

.spf-masthead__logo {
    justify-self: start;
}

.spf-masthead__logo img {
    max-width: 190px;
    max-height: 65px;
    object-fit: contain;
}

.spf-masthead__process {
    justify-self: center;
    width: 100%;
}

.spf-header-flow {
    width: min(100%, 470px);
    margin: 0 auto;
}

.spf-header-flow p {
    margin: 0 0 1rem;
    color: var(--spf-text);
    font-size: 0.88rem;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.spf-header-flow ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.spf-header-flow li {
    position: relative;
    min-width: 0;
}

.spf-header-flow li > a {
    display: grid;
    justify-items: center;
    gap: 0.18rem;
    min-width: 0;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease, transform 0.2s ease;
}

.spf-header-flow li > a:hover {
    color: var(--spf-accent);
    transform: translateY(-1px);
}

.spf-header-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.34rem;
    left: calc(100% + 0.12rem);
    width: 1.12rem;
    border-top: 3px solid rgba(255, 179, 37, 0.88);
}

.spf-header-flow li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(1.34rem - 0.34rem);
    left: calc(100% + 1.18rem);
    width: 0;
    height: 0;
    border-top: 0.34rem solid transparent;
    border-bottom: 0.34rem solid transparent;
    border-left: 0.6rem solid rgba(255, 179, 37, 0.95);
}

.spf-header-flow__icon {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
}

.spf-header-flow__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spf-masthead__trust img {
    max-width: 280px;
}

.hero-eyebrow,
.section-pill,
.sidebar-card__eyebrow,
.metric-card__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 400;
    color: var(--spf-accent);
}

.hero-card h1,
.section-header h2,
.sidebar-card h3,
.metric-card strong,
.leader-name,
.leader-card__eyebrow,
.spf-nav .nav-link,
.btn-spf-primary,
.btn-spf-ghost {
    font-family: 'Rajdhani', sans-serif;
}

.spf-masthead__trust {
    display: grid;
    justify-self: end;
    justify-items: center;
    width: min(100%, 300px);
    gap: 0.45rem;
}

.spf-cart-summary {
    justify-content: center;
    width: 100%;
    gap: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: var(--spf-text);
}

.spf-cart-summary strong,
.spf-cart-summary a {
    color: var(--spf-text);
}

.spf-cart-summary__dot {
    color: var(--spf-accent);
}

.metric-card,
.content-panel,
.sidebar-card,
.spf-footer {
    border: 1px solid var(--spf-line);
    border-radius: var(--spf-radius);
    background: var(--spf-panel);
    box-shadow: var(--spf-shadow);
    backdrop-filter: blur(12px);
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.62rem 1rem;
}

.btn-spf-primary {
    --bs-btn-active-border-color: #000;
    --bs-btn-active-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    color: #0a1220;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
    border: 1px solid rgba(255, 184, 77, 0.8);
}

.btn-spf-primary:hover {
    color: #0a1220;
    background: linear-gradient(135deg, #ffd06f, #ffb325);
}

.btn-spf-primary:focus,
.btn-spf-primary:focus-visible,
.btn-spf-primary:active,
.btn-spf-primary.active,
.btn-spf-primary.show,
.btn-spf-primary:first-child:active,
:not(.btn-check) + .btn-spf-primary:active {
    color: #000;
    border-color: #000;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    outline-color: #000;
}

.btn-spf-ghost {
    color: var(--spf-text);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.btn-spf-ghost:hover,
.btn-outline-light:hover {
    color: #08131f;
    background: var(--spf-text);
}

.spf-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 12, 20, 0.76);
    backdrop-filter: blur(16px);
}

.spf-nav .container-xxl {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.spf-nav .nav-link {
    color: var(--spf-text);
    font-size: 0.96rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.spf-nav .nav-link:hover,
.spf-nav .nav-link.active {
    color: var(--spf-accent);
}

.spf-nav__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.spf-nav__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.31rem 1rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.spf-nav__desktop {
    align-items: center;
    width: 100%;
}

.spf-nav__brand {
    width: 6.2rem;
    max-width: 42vw;
    padding: 0;
}

.spf-nav__brand img,
.spf-nav__drawer-logo img {
    width: 100%;
    height: auto;
}

.spf-nav__drawer {
    color: var(--spf-text);
}

.spf-nav__drawer .offcanvas-header {
    justify-content: flex-end;
    padding: 1rem 1rem 0.25rem;
}

.spf-nav__drawer .offcanvas-body {
    width: 100%;
    align-items: center;
}

.spf-nav__drawer-logo {
    width: 5.9rem;
}

.spf-mobile-drawer__panels {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.spf-mobile-drawer__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.spf-mobile-drawer__actions.is-logged-in .spf-mobile-drawer__action-wide {
    grid-column: 1 / -1;
}

.spf-mobile-drawer__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.spf-nav__toggler {
    border-color: rgba(255, 255, 255, 0.2);
}

.spf-mobile-action-bar {
    width: 100%;
}

.spf-mobile-action-bar__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    width: 100%;
}

.spf-mobile-action-bar__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.45rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.spf-mobile-action-bar__links.is-logged-in a {
    font-size: clamp(0.82rem, 3.2vw, 1rem);
}

.spf-mobile-action-bar__links a.is-primary {
    border-color: rgba(255, 184, 77, 0.8);
    color: #0a1220;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.spf-page {
    padding-top: 2.35rem;
    padding-bottom: 2rem;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid var(--spf-line-strong);
    border-radius: calc(var(--spf-radius) + 4px);
    background:
        linear-gradient(135deg, rgba(255, 186, 52, 0.08), transparent 40%),
        linear-gradient(180deg, rgba(11, 31, 48, 0.96), rgba(7, 20, 33, 0.94));
    box-shadow: var(--spf-shadow);
}

.hero-banner__media {
    position: relative;
}

.hero-banner__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 11, 20, 0.92) 0%, rgba(3, 11, 20, 0.78) 34%, rgba(3, 11, 20, 0.15) 65%, rgba(3, 11, 20, 0.05) 100%);
}

.hero-banner__media img {
    display: block;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.hero-banner__ad-link {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 3;
}

.hero-banner--ad {
    background: #000;
}

.hero-banner--ad .hero-banner__media {
    aspect-ratio: 16 / 9;
    background: #000;
}

.hero-banner--ad .hero-banner__media::after,
.hero-banner--ad .hero-banner__overlay {
    display: none;
}

.hero-banner--ad .hero-banner__media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

.hero-banner--ad .hero-banner__ad-link {
    display: block;
}

.hero-banner__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 1.6rem 1.5rem;
}

.hero-banner__copy {
    position: relative;
    z-index: 1;
    max-width: 45%;
}

.hero-banner__eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(255, 179, 37, 0.35);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.1);
    color: #ffd37a;
    font-size: clamp(0.58rem, 1.1vw, 0.68rem);
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-banner__copy h1 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2.4rem, 4.6vw, 4rem);
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow: 0 5px 22px rgba(0, 0, 0, 0.35);
}

.hero-banner__copy h1 span {
    display: block;
    color: #ffb325;
    font-size: 75%;
    margin-top: 20px;
}

.hero-banner__copy p {
    max-width: 30rem;
    margin: 0.95rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #d4e1ec;
}

.hero-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.3rem;
}

.hero-banner__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 17.5rem);
    padding: 1rem 1.75rem;
    font-size: 1.22rem;
    line-height: 1.1;
}

.content-panel {
    margin-bottom: 0.85rem;
    padding: var(--spf-content-inset);
}

.section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.9rem;
}

.section-header h2 {
    margin: 0.3rem 0 0;
    font-size: clamp(1.6rem, 2.6vw, 2.55rem);
    line-height: 0.98;
}

.section-link {
    color: var(--spf-accent);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.home-copy-strip {
    margin-bottom: 0.35rem;
    padding: 0.9rem 0.5rem 0.35rem;
}

.home-rich-copy {
    color: var(--spf-muted);
    line-height: 1.65;
}

.home-rich-copy h1,
.home-rich-copy h2,
.home-rich-copy h3 {
    color: var(--spf-text);
}

.home-rich-copy p {
    margin: 0 0 0.9rem;
    font-size: 1rem;
    line-height: 1.62;
}

.home-rich-copy strong {
    font-weight: 500;
}

.home-rich-copy p:last-child {
    margin-bottom: 0;
}

.home-rich-copy a {
    color: var(--spf-accent);
    font-weight: 600;
}

.protection-copy-strip {
    padding: var(--spf-content-inset) 0;
}

.protection-copy h1 {
    margin: 0.25rem 0 1rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2.15rem, 4vw, 2.65rem);
    line-height: 0.94;
    text-transform: uppercase;
}

.protection-copy h2 {
    margin: 1.45rem 0 0.65rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.35rem, 2.3vw, 1.95rem);
    line-height: 1;
    text-transform: uppercase;
}

.protection-copy ul {
    display: grid;
    gap: 0.45rem;
    margin: 0.95rem 0 1.25rem;
    padding-left: 1.25rem;
}

.protection-copy li {
    padding-left: 0.2rem;
    line-height: 1.52;
}

.join-panel {
    max-width: 38rem;
    padding: 0;
}

.join-panel h1 {
    margin: 0.35rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2.05rem, 4.2vw, 2.85rem);
    font-weight: 700;
    line-height: 0.98;
    text-transform: uppercase;
}

.join-panel__intro {
    margin: 0.8rem 0 0;
    color: var(--spf-muted);
    font-size: 0.98rem;
    line-height: 1.5;
}

.join-form {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.handicapper-login-form {
    margin-bottom: 10px;
}

.join-form .spf-input {
    min-height: 3rem;
    padding: 0.65rem 0.85rem;
}

.join-form .btn,
.join-panel__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    font-size: 1.05rem;
    line-height: 1;
    text-transform: uppercase;
}

.join-message {
    margin: 1rem 0 0;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 125, 125, 0.35);
    border-radius: 14px;
    background: rgba(255, 125, 125, 0.12);
    color: #ffd8d8;
    font-weight: 700;
    line-height: 1.4;
}

.join-email-chip {
    display: inline-flex;
    max-width: 100%;
    margin-top: 0.85rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: var(--spf-muted);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
    line-height: 1.2;
}

.join-secondary-link {
    display: inline-block;
    margin-top: 0.85rem;
    color: var(--spf-accent);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.join-note {
    margin: 1rem 0 0;
    color: var(--spf-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.handicapper-login-form + .join-note {
    margin-top: 0;
}

.join-note a,
.join-secondary-link:hover {
    color: var(--spf-accent);
}

.contact-page {
    display: grid;
    gap: 1rem;
    padding: var(--spf-content-inset) 0;
}

.contact-page__intro h1,
.contact-card__header h2 {
    margin: 0.35rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    line-height: 0.98;
    text-transform: uppercase;
}

.contact-page__intro h1 {
    font-size: clamp(2.1rem, 4.2vw, 3rem);
}

.contact-page__copy {
    max-width: 56rem;
    margin-top: 0.85rem;
}

.contact-card {
    padding: clamp(1.15rem, 2.5vw, 1.55rem);
    border: 1px solid var(--spf-line-strong);
}

.contact-card__header {
    max-width: 48rem;
    margin-bottom: 1rem;
}

.contact-card__header h2 {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.contact-card__header p {
    margin: 0.7rem 0 0;
    color: var(--spf-muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

.contact-form-message {
    display: none;
    margin: 0 0 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 179, 37, 0.28);
    border-radius: 16px;
    background: rgba(255, 179, 37, 0.1);
    color: var(--spf-text);
    font-weight: 700;
}

.contact-form {
    display: grid;
    gap: 0;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.contact-field {
    display: grid;
    gap: 0;
    width: auto;
    max-width: none;
    flex: none;
    min-width: 0;
    padding: 0;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field label {
    display: block;
    margin: 0 0 10px;
    color: var(--spf-muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-field .spf-input {
    width: 100%;
    min-height: 2.9rem;
    padding: 0.65rem 0.85rem;
    font: inherit;
    line-height: 1.35;
}

.contact-field textarea.spf-input {
    min-height: 15rem;
    line-height: 1.55;
    resize: vertical;
}

.contact-form-actions {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.contact-form-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.85rem;
    padding-inline: 1.35rem;
    font-size: 1.05rem;
    line-height: 1;
    text-transform: uppercase;
}

.join-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.leader-card {
    height: 100%;
    overflow: hidden;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(17, 42, 66, 0.92), rgba(10, 28, 44, 0.92));
}

.leader-card__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.leader-card__eyebrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.18);
    color: var(--spf-accent);
}

.leader-card__eyebrow small {
    color: var(--spf-muted);
    font-size: 0.82rem;
}

.leader-card__body {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.6rem;
    max-width: 100%;
    overflow: hidden;
}

.leader-card__topline {
    display: contents;
}

.leader-avatar {
    position: relative;
    grid-row: 1 / span 2;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(255, 179, 37, 0.25), rgba(90, 151, 214, 0.35));
}

.leader-avatar__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--spf-text);
}

.leader-avatar__image,
.leader-avatar__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.leader-avatar__photo {
    object-fit: cover;
    object-position: center top;
}

.leader-avatar__photo + .leader-avatar__image {
    display: none;
}

.leader-copy {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    grid-column: 2;
    flex: 1 1 auto;
    min-width: 0;
}

.leader-card__details {
    display: grid;
    gap: 0.58rem;
    grid-column: 2;
    justify-self: start;
    width: fit-content;
    max-width: min(100%, 24rem);
    overflow: hidden;
}

.leader-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    align-items: baseline;
}

.leader-name {
    font-size: 1.42rem;
    line-height: 1;
    font-weight: 700;
}

.leader-record {
    color: var(--spf-muted);
}

.leader-record {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    font-size: 0.88rem;
}

.leader-gain {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    padding: 0.55rem 0.7rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
}

.leader-gain strong {
    white-space: nowrap;
    font-size: 1.08rem;
}

.leader-gain.is-positive strong {
    color: var(--spf-success);
}

.leader-gain.is-negative strong {
    color: var(--spf-danger);
}

.leaderboard-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 32rem);
    gap: 1.15rem;
    align-items: start;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0 0 0.75rem;
}

.leaderboard-hero__copy {
    display: grid;
    gap: 0.7rem;
    min-width: 0;
}

.leaderboard-hero h1 {
    margin: 0.25rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 3.4vw, 2.65rem);
    line-height: 0.95;
}

.leaderboard-hero p {
    max-width: 44rem;
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.leaderboard-filter-toggle {
    display: none;
}

.leaderboard-controls {
    display: grid;
    gap: 0.7rem;
    justify-self: end;
    width: min(100%, 32rem);
    min-width: 0;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.leaderboard-control-group {
    display: grid;
    gap: 0.45rem;
}

.leaderboard-control-label,
.leaderboard-count,
.leaderboard-entry__picks-head {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 300;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.leaderboard-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.leaderboard-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.4rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.1;
}

.leaderboard-pill:hover,
.leaderboard-pill.is-active {
    border-color: rgba(255, 179, 37, 0.55);
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.leaderboard-panel .section-header {
    align-items: center;
}

.content-panel.leaderboard-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.leaderboard-count {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
}

.leaderboard-list {
    display: grid;
    gap: 0.75rem;
}

.leaderboard-entry {
    display: grid;
    grid-template-columns: minmax(17rem, 0.92fr) minmax(20rem, 1.08fr);
    gap: 0;
    align-items: stretch;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(17, 42, 66, 0.92), rgba(10, 28, 44, 0.92));
    overflow: hidden;
}

.leaderboard-entry__capper {
    display: grid;
    align-self: start;
    align-content: start;
    min-width: 0;
    padding-right: 0.95rem;
}

.leaderboard-entry .leader-avatar {
    grid-row: 1 / span 2;
}

.leaderboard-entry__empty,
.leaderboard-pick__meta {
    margin: 0;
    color: var(--spf-muted);
}

.leaderboard-entry__picks {
    display: grid;
    align-content: start;
    gap: 0.6rem;
    min-width: 0;
    padding-left: 0.95rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.leaderboard-entry__picks-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.leaderboard-entry__picks-head strong {
    display: inline-grid;
    place-items: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.16);
    color: var(--spf-accent);
}

.leaderboard-picks {
    display: grid;
    gap: 0.65rem;
}

.leaderboard-pick {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    align-items: center;
    min-width: 0;
    padding: 0.62rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(5, 18, 31, 0.55);
}

.leaderboard-pick__body {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.leaderboard-pick__game {
    overflow: hidden;
    color: var(--spf-text);
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaderboard-pick__meta {
    overflow: hidden;
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaderboard-pick__action {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: -7px;
    color: var(--spf-muted);
    font-size: 0.86rem;
    font-weight: 400;
}

.leaderboard-pick__action a,
.leaderboard-pick__action button {
    color: var(--spf-accent);
}

.leaderboard-pick__action button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0.14rem 0.45rem;
    border: 1px solid rgba(49, 212, 141, 0.62);
    border-radius: 6px;
    background: rgba(49, 212, 141, 0.16);
    color: var(--spf-success);
    font: inherit;
    cursor: pointer;
}

.leaderboard-pick__price {
    color: var(--spf-danger);
}

.leaderboard-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
    margin-top: 1rem;
}

.leaderboard-pagination a,
.leaderboard-pagination span {
    display: inline-grid;
    place-items: center;
    min-width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
    font-weight: 700;
}

.leaderboard-pagination span {
    border-color: rgba(255, 179, 37, 0.55);
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.leaderboard-empty {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.leaderboard-empty p {
    margin: 0;
    color: var(--spf-muted);
}

.scores-hero .leaderboard-hero__copy a {
    color: var(--spf-accent);
    font-weight: 700;
}

.scores-hero {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
}

.scores-date-controls {
    gap: 0.7rem;
    width: min(100%, 23rem);
    padding: 0.7rem;
    border-radius: 14px;
}

.scores-date-nav {
    display: grid;
    grid-template-columns: 1.55rem minmax(0, 1fr) 1.55rem;
    gap: 0.4rem;
    align-items: center;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    text-align: center;
}

.scores-date-nav__arrow,
.scores-calendar__day {
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
    font-weight: 700;
}

.scores-date-nav__arrow {
    min-width: 1.55rem;
    height: 1.55rem;
    font-size: 1rem;
    line-height: 1;
}

.scores-date-nav__arrow:hover,
.scores-calendar__day:hover,
.scores-calendar__day.is-active {
    border-color: rgba(255, 179, 37, 0.55);
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.scores-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.24rem;
}

.scores-calendar__weekday {
    display: grid;
    place-items: center;
    min-height: 1.05rem;
    color: var(--spf-muted);
    font-size: 0.55rem;
    font-weight: 700;
    text-transform: uppercase;
}

.scores-calendar__blank,
.scores-calendar__day {
    min-height: 1.5rem;
}

.scores-calendar__day {
    font-size: 0.62rem;
}

.scores-day-jump {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.42rem;
    align-items: center;
    color: var(--spf-muted);
    font-size: 0.62rem;
    font-weight: 700;
    text-align: center;
}

.scores-day-jump a {
    color: var(--spf-text);
}

.scores-day-jump span {
    color: var(--spf-accent);
}

.scores-date-form {
    display: grid;
    gap: 0.32rem;
}

.scores-date-form__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem;
}

.scores-date-input-wrap {
    position: relative;
    min-width: 0;
}

.scores-date-form .leaderboard-control-label {
    font-size: 0.58rem;
}

.scores-date-form .spf-input {
    min-height: 1.9rem;
    width: 100%;
    padding: 0.32rem 2rem 0.32rem 0.55rem;
    color-scheme: dark;
    font-size: 0.76rem;
}

.scores-date-form .spf-input::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.scores-date-input-wrap svg {
    position: absolute;
    top: 50%;
    right: 0.62rem;
    width: 0.86rem;
    height: 0.86rem;
    transform: translateY(-50%);
    color: var(--spf-text);
    pointer-events: none;
}

.scores-date-input-wrap svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.scores-date-form .btn {
    min-height: 1.9rem;
    padding: 0.32rem 0.68rem;
    font-size: 0.76rem;
}

.scores-panel .section-header {
    align-items: center;
}

.scores-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--spf-content-inset);
}

.scores-game-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(17, 42, 66, 0.92), rgba(10, 28, 44, 0.92));
}

.scores-game-card__head,
.scores-game-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(3.4rem, 0.42fr) minmax(3.4rem, 0.42fr) minmax(3.4rem, 0.42fr);
}

.scores-game-card.is-ufc .scores-game-card__head,
.scores-game-card.is-ufc .scores-game-card__body {
    grid-template-columns: minmax(0, 1.45fr) minmax(4.7rem, 0.55fr) minmax(4.7rem, 0.55fr);
}

.scores-game-card__head {
    align-items: center;
    min-height: 2.15rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    text-transform: uppercase;
}

.scores-game-card__head span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    padding: 0.28rem 0.5rem;
    text-align: center;
}

.scores-game-card__head span:first-child {
    justify-content: flex-start;
}

.scores-game-card__body {
    align-items: stretch;
}

.scores-game-matchup {
    display: grid;
    grid-row: span 2;
    align-content: stretch;
    min-width: 0;
    color: var(--spf-text);
    font-weight: 400;
}

.scores-game-matchup:hover .scores-game-team {
    color: var(--spf-accent);
}

.scores-game-team,
.scores-game-cell {
    display: flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.32rem 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.scores-game-team {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scores-game-cell {
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--spf-text);
    font-size: 0.92rem;
    font-weight: 400;
    text-align: center;
}

.scores-game-cell strong {
    font-size: inherit;
    font-weight: 400;
}

.scores-game-card.is-final .scores-game-team:not(.is-winner),
.scores-game-card.is-final .scores-game-cell:not(.is-winner):not(.is-result) {
    color: var(--spf-muted);
}

.scores-game-team.is-winner,
.scores-game-cell.is-winner {
    background: rgba(49, 212, 141, 0.16);
}

.scores-game-total.is-result {
    background: rgba(49, 212, 141, 0.24);
}

.scores-empty p {
    margin: 0;
    color: var(--spf-muted);
}

.free-picks-hero__actions {
    margin-top: 1.2rem;
}

.free-picks-hero__aside {
    display: grid;
    gap: 1rem;
    justify-self: end;
    width: min(100%, 32rem);
}

.free-picks-controls {
    justify-self: stretch;
    width: 100%;
}

.free-picks-featured {
    display: grid;
    gap: 0.75rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.free-picks-featured__matchup {
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
}

.free-picks-featured__bars {
    display: grid;
    gap: 0.55rem;
}

.free-picks-featured__bar {
    display: grid;
    grid-template-columns: minmax(6.5rem, 1fr) minmax(7rem, 1.3fr) 3rem;
    gap: 0.65rem;
    align-items: center;
    min-width: 0;
    color: var(--spf-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.free-picks-featured__bar span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.free-picks-featured__bar div {
    height: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.free-picks-featured__bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.free-picks-featured__bar strong {
    color: var(--spf-text);
    font-size: 0.9rem;
    text-align: right;
}

.free-picks-panel {
    margin-bottom: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.free-picks-panel .section-header {
    align-items: center;
}

.free-picks-list {
    display: grid;
    gap: 0.75rem;
}

.free-picks-board {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(17, 42, 66, 0.92), rgba(10, 28, 44, 0.92));
}

.free-picks-board__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.free-picks-board__head h3 {
    margin: 0.25rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.free-picks-table-box {
    overflow-x: auto;
}

.free-picks-table {
    width: 100%;
    min-width: 780px;
    margin: 0;
    border-collapse: collapse;
}

.free-picks-table th,
.free-picks-table td {
    padding: 0.58rem 0.72rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--spf-text);
    vertical-align: middle;
}

.free-picks-table th {
    background: rgba(5, 18, 31, 0.74);
    color: var(--spf-muted);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.free-picks-table tbody tr:last-child td {
    border-bottom: 0;
}

.free-picks-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.free-picks-table__center {
    text-align: center;
}

.free-picks-time,
.free-picks-line-stack,
.free-picks-total-stack,
.free-picks-matchup {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.free-picks-time {
    color: var(--spf-muted);
    font-size: 0.84rem;
    white-space: nowrap;
}

.free-picks-time strong {
    color: var(--spf-text);
    font-size: 0.86rem;
}

.free-picks-matchup {
    color: var(--spf-text);
    font-weight: 700;
    line-height: 1.25;
}

.free-picks-matchup:hover {
    color: var(--spf-accent);
}

.free-picks-line-stack,
.free-picks-total-stack {
    color: var(--spf-muted);
    font-size: 0.86rem;
}

.free-picks-consensus {
    color: var(--spf-accent);
    font-weight: 700;
}

.free-picks-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.28rem 2rem;
    border: 1px solid rgba(255, 179, 37, 0.45);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.1);
    color: var(--spf-accent);
    font-size: 0.8rem;
    font-weight: 400;
    white-space: nowrap;
}

.free-picks-action:hover {
    border-color: rgba(255, 179, 37, 0.7);
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.matchup-hero {
    display: grid;
    gap: 0.9rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding-left: 0;
    padding-right: 0;
}

.matchup-hero__head {
    display: grid;
    gap: 0.45rem;
}

.matchup-hero__head h1 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.65rem);
    line-height: 0.95;
}

.matchup-hero__head p {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.matchup-hero__teams {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: stretch;
}

.matchup-market-card,
.matchup-consensus-stat,
.matchup-expert-pick,
.matchup-thread-item,
.matchup-previous-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(10, 29, 47, 0.96));
}

.matchup-team-card {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    min-width: 0;
    padding: 0.25rem 0;
    border: 0;
    background: transparent;
}

.matchup-team-card__logo {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.matchup-team-card__logo a {
    display: grid;
    place-items: center;
}

.matchup-team-card__logo img {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
}

.matchup-team-card__body {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.matchup-team-card__body h2 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.matchup-consensus-stat {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: space-between;
}

.matchup-team-card__line {
    display: inline-flex;
    gap: 0.38rem;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    color: var(--spf-muted);
    font-size: 0.88rem;
    font-weight: 300;
}

.matchup-team-card__line strong {
    color: var(--spf-text);
}

.matchup-hero__consensus {
    display: grid;
    grid-template-columns: auto minmax(8rem, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0 0.25rem;
}

.matchup-hero__consensus-value {
    min-width: 3.2rem;
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1;
}

.matchup-hero__consensus-value:last-child {
    text-align: right;
}

.matchup-hero__consensus-value.is-low {
    opacity: 0.5;
}

.matchup-hero__consensus-track {
    display: flex;
    width: 100%;
    height: 0.52rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.matchup-hero__consensus-track span {
    display: block;
    height: 100%;
    min-width: 2px;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.matchup-hero__consensus-track span.is-low {
    opacity: 0.5;
}

.matchup-versus {
    display: none;
    place-items: center;
    align-self: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 179, 37, 0.36);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.12);
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.matchup-market-grid,
.matchup-consensus-grid,
.matchup-expert-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.matchup-market-card {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.78rem 0.9rem;
}

.matchup-market-card span,
.matchup-consensus-stat span,
.matchup-expert-pick__body span,
.matchup-thread-item time {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.matchup-market-card strong {
    overflow-wrap: anywhere;
    color: var(--spf-text);
    font-size: 0.95rem;
}

.matchup-expert-panel .section-header {
    align-items: center;
}

.matchup-community-panel {
    display: grid;
    justify-items: center;
    padding: 2rem 0 3.35rem;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.matchup-member-pick h3 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 1;
}

.matchup-consensus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.matchup-consensus-stat {
    min-height: 4.25rem;
    padding: 0.82rem 1rem;
    border-radius: 14px;
}

.matchup-consensus-stat strong {
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.matchup-member-pick {
    display: grid;
    justify-items: center;
    gap: 1.15rem;
    width: 100%;
}

.matchup-member-pick h3 {
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    text-align: center;
}

.matchup-member-pick__selected {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.95rem;
    text-align: center;
}

.matchup-member-pick__selected strong {
    color: var(--spf-accent);
}

.matchup-member-pick__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    width: min(100%, 56rem);
    margin: 0 auto;
    padding: 0;
}

.matchup-member-pick__actions button {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    min-width: 18rem;
    padding: 0.78rem 1.35rem;
    border: 1px solid rgba(255, 179, 37, 0.45);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.1);
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.matchup-member-pick__actions button:hover {
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.matchup-expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.matchup-expert-pick {
    display: grid;
    grid-template-columns: 4.25rem minmax(0, 1fr);
    column-gap: 0.8rem;
    row-gap: 0.28rem;
    align-items: center;
    min-width: 0;
    padding: 0.9rem;
}

.matchup-expert-pick .leader-avatar {
    width: 4.25rem;
    height: 4.25rem;
    flex-basis: 4.25rem;
}

.matchup-expert-pick__body {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.matchup-expert-pick__body .leader-name {
    font-size: 1.35rem;
}

.matchup-expert-pick .leaderboard-pick__action {
    grid-column: 2;
    justify-content: flex-start;
}

.matchup-thread-list {
    display: grid;
    gap: 0.85rem;
}

.matchup-thread-item {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.9rem;
}

.matchup-thread-item.is-home {
    grid-template-columns: minmax(0, 1fr) 4.5rem;
}

.matchup-thread-item.is-home > img {
    grid-column: 2;
}

.matchup-thread-item.is-home .matchup-thread-item__body {
    grid-column: 1;
    grid-row: 1;
}

.matchup-thread-item > img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}

.matchup-thread-item__body {
    display: grid;
    gap: 0.6rem;
    min-width: 0;
}

.matchup-thread-item__body p {
    margin: 0;
    color: var(--spf-text);
    line-height: 1.6;
}

.matchup-thread-item__body a {
    color: var(--spf-accent);
    font-weight: 700;
}

.matchup-thread-item__body img {
    max-width: min(100%, 28rem);
    border-radius: 14px;
}

.matchup-comment-action {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.matchup-tweet-box {
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--spf-radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.matchup-tweet-box textarea {
    width: 100%;
    min-height: 5.5rem;
    padding: 0.75rem;
}

.matchup-tweet-box p {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.9rem;
}

.matchup-previous-panel {
    display: grid;
    gap: 0.75rem;
}

.matchup-previous-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.matchup-previous-list a {
    display: inline-grid;
    place-items: center;
    min-width: 2.45rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
    font-weight: 700;
}

.matchup-previous-list a:hover,
.matchup-previous-list a.is-active {
    border-color: rgba(255, 179, 37, 0.55);
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.card-detail-hero {
    display: grid;
    gap: 1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
}

.card-detail-hero__head {
    display: grid;
    gap: 0.45rem;
}

.card-detail-hero__head h1 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.65rem);
    line-height: 0.95;
}

.card-detail-hero__head p {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.card-detail-matchup {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.7rem;
    align-items: stretch;
}

.card-team-card {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    min-width: 0;
    padding: 0;
}

.card-team-card--logo-only {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

.card-team-card__logo {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
}

.card-team-card__logo img {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
}

.card-team-card__body {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.card-team-card__body h2 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.card-versus {
    display: grid;
    place-items: center;
    align-self: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 179, 37, 0.36);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.12);
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.card-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.card-meta-item {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(10, 29, 47, 0.96));
}

.card-meta-item span {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.card-meta-item strong {
    overflow-wrap: anywhere;
    color: var(--spf-text);
    font-size: 0.98rem;
}

.card-meta-item a {
    color: var(--spf-accent);
}

.card-market-note {
    margin: 0;
    color: var(--spf-muted);
    font-weight: 700;
}

.card-action-panel {
    margin-top: 1rem;
    padding: 1.1rem var(--spf-content-inset);
    border-color: rgba(255, 179, 37, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.05), transparent 38%),
        var(--spf-panel-strong);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.card-pick-lock,
.card-pick-reveal {
    display: grid;
    gap: 0.8rem;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.card-pick-lock h3 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    line-height: 1;
}

.card-pick-lock p {
    max-width: 42rem;
    margin: 0;
    color: var(--spf-muted);
    line-height: 1.55;
}

.card-pick-reveal strong {
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.75rem, 3.4vw, 2.65rem);
    line-height: 0.95;
}

.card-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.card-cta-row .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    min-width: 8.75rem;
    padding: 0.52rem 1.05rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.handicapper-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
    gap: 1rem;
    align-items: start;
}

.handicapper-profile-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.handicapper-records-aside {
    position: sticky;
    top: 5.8rem;
    min-width: 0;
}

.handicapper-hero,
.handicapper-picks-panel,
.handicapper-record-card,
.handicapper-history-panel {
    overflow: hidden;
}

.handicapper-hero {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 0;
    padding: var(--spf-content-inset) 0 1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.handicapper-hero__top {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    min-width: 0;
}

.handicapper-avatar {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
}

.handicapper-hero__copy {
    min-width: 0;
}

.handicapper-hero__copy h1 {
    margin: 0.25rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.65rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.handicapper-service {
    display: inline-flex;
    margin-top: 0.45rem;
    color: var(--spf-accent);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.handicapper-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.handicapper-stat {
    min-width: 0;
    padding: 0.78rem 0.85rem;
    border: 1px solid rgba(255, 179, 37, 0.2);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(12, 32, 52, 0.95));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.handicapper-stat span {
    display: block;
    color: var(--spf-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.handicapper-stat strong {
    display: block;
    margin-top: 0.22rem;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.45rem;
    line-height: 1;
    overflow-wrap: anywhere;
}

.handicapper-bio {
    color: var(--spf-text);
    line-height: 1.72;
}

.handicapper-bio p {
    margin: 0 0 0.85rem;
}

.handicapper-bio p:last-child {
    margin-bottom: 0;
}

.handicapper-bio a {
    color: var(--spf-accent);
    font-weight: 700;
}

.handicapper-picks-list {
    display: grid;
    gap: 0.65rem;
}

.handicapper-pick {
    grid-template-columns: minmax(0, 1fr) 15rem;
}

.handicapper-pick .leaderboard-pick__action {
    display: grid;
    grid-template-columns: 3.3rem 4.85rem 5.15rem;
    gap: 0.45rem;
    justify-content: end;
    justify-items: end;
}

.handicapper-pick .leaderboard-pick__action button {
    width: 4.85rem;
}

.handicapper-pick .leaderboard-pick__action button:has(span span) {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.09);
}

.handicapper-pick .leaderboard-pick__action button span span {
    color: rgba(255, 255, 255, 0.72) !important;
}

.handicapper-pick .leaderboard-pick__action a {
    justify-self: end;
    white-space: nowrap;
}

.handicapper-pick .leaderboard-pick__action.handicapper-pick__action--started {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    justify-content: end;
    justify-items: end;
    margin-top: 0;
    min-height: 2.2rem;
}

.handicapper-pick .leaderboard-pick__action.handicapper-pick__action--started a {
    color: var(--spf-accent);
    justify-self: end;
}

.handicapper-picks-panel,
.handicapper-record-card,
.handicapper-history-panel {
    border-color: rgba(255, 179, 37, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.05), transparent 38%),
        var(--spf-panel-strong);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.handicapper-pick,
.handicapper-summary-table-wrap,
.handicapper-history-box {
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(10, 29, 47, 0.96));
}

.handicapper-record-card .section-header {
    margin-bottom: 0.85rem;
}

.handicapper-record-card h3 {
    margin: 0.75rem 0 0;
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.05;
}

.handicapper-record-card .section-header h2 {
    font-size: 1.75rem;
}

.handicapper-record-controls {
    justify-self: stretch;
    width: 100%;
    margin-top: 1.1rem;
    margin-bottom: 0.8rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.handicapper-record-controls .leaderboard-pills {
    gap: 0.42rem;
}

.handicapper-record-controls .leaderboard-pill {
    min-height: 2rem;
    padding: 0.4rem 0.62rem;
    font-size: 0.78rem;
}

.handicapper-summary-table-wrap,
.handicapper-history-box {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--spf-radius-sm);
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(10, 29, 47, 0.96));
}

.handicapper-summary-table {
    width: 100%;
    min-width: 25rem;
    margin: 0;
    border-collapse: collapse;
}

.handicapper-summary-table th,
.handicapper-summary-table td {
    padding: 0.72rem 0.74rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--spf-text);
    font-size: 0.86rem;
    vertical-align: middle;
    white-space: nowrap;
}

.handicapper-summary-table th {
    background: rgba(5, 18, 31, 0.74);
    color: var(--spf-muted);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.handicapper-summary-table tbody tr:last-child td {
    border-bottom: 0;
}

.handicapper-summary-table tbody tr:hover td,
.handicapper-summary-table tbody tr.is-active td {
    background: rgba(255, 179, 37, 0.08);
}

.handicapper-summary-table a {
    color: var(--spf-accent);
    font-weight: 700;
}

.handicapper-summary-table .is-positive {
    color: var(--spf-success);
    font-weight: 700;
}

.handicapper-summary-table .is-negative {
    color: var(--spf-danger);
    font-weight: 700;
}

.handicapper-history-table {
    min-width: 760px;
}

.handicapper-history-pick {
    color: var(--spf-text);
    font-weight: 700;
}

.handicapper-result {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

.handicapper-result.is-win {
    border-color: rgba(49, 212, 141, 0.5);
    color: var(--spf-success);
    background: rgba(49, 212, 141, 0.12);
}

.handicapper-result.is-loss {
    border-color: rgba(255, 125, 125, 0.5);
    color: var(--spf-danger);
    background: rgba(255, 125, 125, 0.12);
}

.handicapper-result.is-push {
    border-color: rgba(255, 179, 37, 0.45);
    color: var(--spf-accent);
    background: rgba(255, 179, 37, 0.1);
}

.handicapper-pagination {
    justify-content: center;
}

.signup-card {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--spf-radius-sm);
    background: rgba(255, 255, 255, 0.03);
}

.signup-card .btn {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
}

.signup-message {
    display: none;
    margin: 0 0 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 125, 125, 0.38);
    border-radius: 14px;
    background: rgba(255, 125, 125, 0.12);
    color: #ffd8d8;
    font-weight: 400;
    line-height: 1.4;
}

.signup-message.is-visible {
    display: block;
}

.spf-input {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(4, 16, 28, 0.75);
    color: var(--spf-text);
}

.spf-input:focus {
    color: var(--spf-text);
    background: rgba(4, 16, 28, 0.92);
    border-color: rgba(255, 179, 37, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(255, 179, 37, 0.12);
}

.form-label {
    color: var(--spf-muted);
    font-weight: 600;
}

.signup-note {
    margin: 1rem 0 0;
    color: var(--spf-muted);
    font-size: 0.92rem;
}

.signup-note a {
    color: var(--spf-accent);
}

.account-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 28rem);
    gap: 0.95rem;
    align-items: start;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.account-hero__copy {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    min-width: 0;
    padding-top: 0.85rem;
}

.account-hero h1 {
    margin: 0.25rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.75rem);
    line-height: 0.95;
}

.account-hero__copy p {
    max-width: 44rem;
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.account-hero__copy p a {
    color: var(--spf-muted);
    border-bottom: 1px solid rgba(255, 179, 37, 0.55);
}

.account-hero__copy p a:hover {
    color: var(--spf-accent);
}

.account-alert {
    width: fit-content;
    max-width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(49, 212, 141, 0.36);
    border-radius: 14px;
    background: rgba(49, 212, 141, 0.1);
    color: var(--spf-success);
    font-weight: 700;
}

.account-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    width: min(100%, 50rem);
    margin-top: 0.25rem;
}

.account-quick-stats div,
.account-quick-stats a {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.78), rgba(9, 26, 43, 0.92));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.account-quick-stats a {
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.account-quick-stats a:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 179, 37, 0.48);
    background: linear-gradient(180deg, rgba(25, 59, 89, 0.88), rgba(11, 32, 52, 0.96));
}

.account-quick-stats span,
.account-suggested-pick__body span,
.account-suggested-pick__body small,
.account-purchase-row__body span,
.account-purchase-row__body small,
.account-consensus-game__body span {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-quick-stats strong {
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.42rem;
    line-height: 1;
}

.account-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: center;
    width: min(100%, 40rem);
    margin-top: 0;
}

.account-hero__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 1.2rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
}

.account-hero__actions .btn-spf-ghost {
    grid-column: auto;
}

.account-cart-card {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 50rem);
    margin-top: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 179, 37, 0.25);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.08), transparent 42%),
        rgba(9, 30, 47, 0.88);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.account-cart-card > div {
    display: grid;
    gap: 0.16rem;
}

.account-cart-card span {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-cart-card strong {
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.45rem;
    line-height: 1;
}

.account-cart-card .btn {
    min-width: 8.25rem;
}

.account-suggested-card,
.account-pick-center,
.account-consensus-panel {
    border-color: rgba(255, 179, 37, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.05), transparent 38%),
        var(--spf-panel-strong);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.account-suggested-card {
    display: grid;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.85rem;
    border: 1px solid rgba(255, 179, 37, 0.22);
    border-radius: 14px;
}

.account-suggested-card h2 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
}

.account-suggested-list,
.account-purchase-list,
.account-consensus-list {
    display: grid;
    gap: 0.55rem;
}

.account-suggested-pick,
.account-purchase-row,
.account-consensus-game {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.92), rgba(10, 29, 47, 0.96));
}

.account-suggested-pick {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
    padding: 0.62rem 0.7rem;
}

.account-suggested-pick__body,
.account-purchase-row__body,
.account-consensus-game__body {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.account-suggested-pick__body > a,
.account-purchase-row__title,
.account-consensus-game__body > a {
    overflow: hidden;
    color: var(--spf-text);
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-suggested-pick__body span,
.account-suggested-pick__body small {
    font-size: 0.82rem;
    font-weight: 400;
}

.account-suggested-pick__body small a {
    color: var(--spf-accent);
}

.account-suggested-pick__action {
    display: grid;
    gap: 0.24rem;
    justify-items: end;
    color: var(--spf-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.account-suggested-pick__action strong {
    color: var(--spf-danger);
    font-weight: 700;
}

.account-suggested-pick__action button,
.account-consensus-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 179, 37, 0.45);
    background: rgba(255, 179, 37, 0.1);
    color: var(--spf-accent);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.account-suggested-pick__action button {
    min-height: 1.55rem;
    padding: 0.12rem 0.46rem;
    border-color: rgba(49, 212, 141, 0.62);
    border-radius: 5px;
    background: rgba(49, 212, 141, 0.16);
    color: var(--spf-success);
}

.account-suggested-pick__action a {
    color: var(--spf-accent);
}

.account-pick-center .section-header,
.account-consensus-panel .section-header {
    align-items: center;
}

.account-purchase-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 1rem;
}

.account-purchase-row__body strong {
    color: var(--spf-accent);
}

.account-result-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    min-height: 2rem;
    padding: 0.35rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

.account-result-badge.is-win {
    border-color: rgba(49, 212, 141, 0.5);
    color: var(--spf-success);
    background: rgba(49, 212, 141, 0.12);
}

.account-result-badge.is-loss {
    border-color: rgba(255, 125, 125, 0.5);
    color: var(--spf-danger);
    background: rgba(255, 125, 125, 0.12);
}

.account-result-badge.is-push {
    border-color: rgba(255, 179, 37, 0.45);
    color: var(--spf-accent);
    background: rgba(255, 179, 37, 0.1);
}

.account-result-badge.is-pending {
    color: var(--spf-muted);
    background: rgba(255, 255, 255, 0.04);
}

.account-consensus-list h3 {
    margin: 0.95rem 0 0.1rem;
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
}

.account-consensus-list h3:first-child {
    margin-top: 0;
}

.account-consensus-game {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.92fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem;
}

.account-consensus-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    min-width: 0;
}

.account-consensus-actions button {
    min-height: 2.75rem;
    min-width: 0;
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    line-height: 1;
    text-align: center;
}

.account-consensus-actions button:hover {
    color: #101825;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
}

.account-suggested-pick__action button:hover {
    border-color: rgba(49, 212, 141, 0.8);
    color: #d9ffef;
    background: rgba(49, 212, 141, 0.26);
}

.account-consensus-actions.is-selected {
    grid-template-columns: minmax(0, 1fr);
}

.account-consensus-selected {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(255, 179, 37, 0.28);
    border-radius: 999px;
    background: rgba(255, 179, 37, 0.08);
    color: var(--spf-muted);
    font-weight: 700;
    text-align: center;
}

.account-consensus-selected strong {
    color: var(--spf-accent);
}

.account-empty {
    box-shadow: none;
}

.spf-sidebar {
    display: grid;
    gap: 0.85rem;
    top: 5.8rem;
}

.sidebar-card {
    padding: 0.95rem;
}

.sidebar-card--board {
    display: grid;
    gap: 1.05rem;
}

.sidebar-card__section + .sidebar-card__section {
    margin-top: 0.15rem;
}

.sidebar-card h3 {
    margin: 0.35rem 0 0;
    font-size: 1.55rem;
}

.sidebar-card p {
    margin: 0.55rem 0 0.75rem;
    color: var(--spf-muted);
    line-height: 1.5;
}

.sidebar-list {
    display: grid;
    gap: 0.42rem;
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}

.sidebar-list a {
    display: block;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 15px !important;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.sidebar-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 179, 37, 0.45);
    background: rgba(255, 179, 37, 0.08);
}

.matchup-day-card__sport {
    margin: 1.15rem 0 0.35rem;
    color: var(--spf-accent);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.matchup-day-list {
    gap: 0.42rem;
    margin-top: 0;
}

.matchup-day-list a {
    line-height: 1.35;
}

.matchup-day-list a.is-active {
    border-color: rgba(255, 179, 37, 0.65);
    background: rgba(255, 179, 37, 0.13);
    color: #fff;
}

.card-sidebar-list a {
    display: grid;
    gap: 0.18rem;
}

.card-sidebar-list strong {
    color: var(--spf-text);
    font-size: 0.93rem;
    line-height: 1.15;
}

.card-sidebar-list span {
    color: var(--spf-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.card-sidebar-profile {
    display: flex;
    margin-top: 1.35rem;
    color: var(--spf-accent);
    font-weight: 700;
}

.checkout-hero {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
    padding: 0.85rem 0 0.2rem;
}

.checkout-hero h1 {
    margin: 0.25rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2rem, 4.2vw, 2.65rem);
    line-height: 0.95;
}

.checkout-hero p {
    max-width: 48rem;
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.98rem;
    line-height: 1.5;
}

.checkout-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.checkout-legacy {
    color: var(--spf-text);
}

.checkout-copy {
    display: grid;
    gap: 0.95rem;
}

.checkout-copy > .checkout-legacy {
    margin-top: 0.2rem;
}

.checkout-template .checkout-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
}

.checkout-template .checkout-side-card {
    position: static;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 28rem);
    gap: 0.8rem;
    align-items: start;
}

.checkout-main-card,
.checkout-side-card {
    min-width: 0;
    border: 1px solid rgba(255, 179, 37, 0.22);
    border-radius: var(--spf-radius-sm);
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.05), transparent 38%),
        var(--spf-panel-strong);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.checkout-main-card {
    padding: 1rem;
}

.checkout-main-card:only-child {
    grid-column: 1 / -1;
}

.checkout-side-card {
    position: sticky;
    top: 5.8rem;
    display: grid;
    gap: 0.7rem;
    padding: 0.85rem;
}

.checkout-auth-card {
    align-content: start;
    gap: 1.25rem;
    overflow: hidden;
}

.checkout-auth-section {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
}

.checkout-auth-section + .checkout-auth-section {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-auth-section h2 {
    margin: 0;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.7rem;
    line-height: 1.05;
}

.checkout-auth-form {
    display: grid;
    gap: 0.8rem;
    min-width: 0;
}

.checkout-auth-form .checkout-field {
    gap: 0.42rem;
}

.checkout-auth-form .spf-input {
    width: 100%;
    min-height: 2.85rem;
}

.checkout-form-message {
    margin: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 125, 125, 0.38);
    border-radius: 14px;
    background: rgba(255, 125, 125, 0.12);
    color: #ffd8d8;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.4;
}

.checkout-verification {
    display: grid;
    gap: 0.48rem;
    min-width: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.checkout-verification > span,
.checkout-verification label span {
    color: var(--spf-muted);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checkout-verification strong {
    color: var(--spf-danger);
    font-weight: 400;
    line-height: 1.35;
}

.checkout-verification label {
    display: grid;
    gap: 0.36rem;
    margin: 0;
}

.checkout-auth-note {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.checkout-auth-note a {
    color: var(--spf-accent);
    font-weight: 700;
}

.checkout-auth-form .submit {
    width: 100%;
}

.checkout-side-card > p:first-child,
.checkout-side-card > h3:first-child {
    margin-top: 0 !important;
}

.checkout-side-card > p[style*="font-weight: bold"] {
    margin: 0 0 0.2rem !important;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    line-height: 1.05;
}

.checkout-legacy h3,
.checkout-legacy > p[style*="font-weight: bold"] {
    margin: 1.35rem 0 0.8rem !important;
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    line-height: 1.05;
}

.checkout-legacy ul {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    list-style: none;
}

.checkout-legacy li {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--spf-muted);
    font-size: 0.98rem !important;
    line-height: 1.45;
}

.checkout-legacy li strong,
.checkout-legacy li span[style*="FF0000"],
.checkout-legacy li span[style*="ff0000"] {
    color: var(--spf-text) !important;
}

.checkout-legacy li span[onclick],
.checkout-legacy a {
    color: var(--spf-accent) !important;
    font-weight: 700;
}

.checkout-legacy > p {
    color: var(--spf-muted);
    font-size: 1rem !important;
    line-height: 1.6;
}

.checkout-legacy #totalPrice {
    color: var(--spf-accent);
    font-size: 1.35rem;
}

.checkout-total {
    margin: 1.1rem 0 0 !important;
    text-align: right !important;
}

.checkout-price,
.checkout-price #totalPrice {
    color: var(--spf-accent);
}

.checkout-legacy table {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 1rem;
    border-spacing: 0 0.65rem;
}

.checkout-legacy td {
    padding: 0.35rem 0.45rem !important;
    color: var(--spf-muted);
    vertical-align: middle;
}

.checkout-legacy .text,
.checkout-legacy input[type="text"],
.checkout-legacy input[type="password"],
.checkout-legacy select {
    min-height: 2.65rem;
    width: auto;
    max-width: 100%;
    padding: 0.48rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(4, 16, 28, 0.75);
    color: var(--spf-text);
}

.checkout-legacy .checkout-auth-form input[type="text"],
.checkout-legacy .checkout-auth-form input[type="email"],
.checkout-legacy .checkout-auth-form input[type="password"],
.checkout-legacy .checkout-auth-form select {
    width: 100%;
    min-height: 2.85rem;
}

.checkout-legacy .submit,
.checkout-legacy input[type="submit"] {
    min-height: 2.65rem;
    padding: 0.55rem 1.2rem;
    border: 1px solid rgba(255, 184, 77, 0.8);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffc14a, #ff9c0a);
    color: #0a1220;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.checkout-address-form {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin: 0;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    align-items: end;
    text-align: left;
}

.checkout-field {
    display: grid;
    grid-column: auto;
    gap: 0.36rem;
    min-width: 0;
}

.checkout-field--half {
    grid-column: auto;
}

.checkout-field--state,
.checkout-field--country {
    grid-column: auto;
}

.checkout-field--zip {
    grid-column: auto;
}

.checkout-field span {
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checkout-field input,
.checkout-field select {
    width: 100% !important;
    min-width: 0;
}

.checkout-form-actions {
    display: flex;
    justify-content: flex-start;
}

.checkout-form-actions .submit {
    width: auto;
    min-width: 9.5rem;
}

.checkout-legacy input[type="image"] {
    max-width: 100%;
    height: auto;
}

.purchase-credits-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.purchase-credits-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
    gap: 1rem;
    align-items: start;
}

.purchase-credits-primary {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.purchase-credits-hero {
    margin-bottom: 0;
}

.purchase-credits-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.purchase-credits-card {
    display: grid;
    gap: 0.9rem;
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid rgba(255, 179, 37, 0.22);
    border-radius: var(--spf-radius-sm);
    background:
        linear-gradient(135deg, rgba(255, 179, 37, 0.05), transparent 38%),
        var(--spf-panel-strong);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.46);
}

.purchase-credits-card h2 {
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1;
}

.purchase-credits-muted {
    margin: 0;
    color: var(--spf-muted);
    line-height: 1.6;
}

.purchase-credits-alert {
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(49, 212, 141, 0.36);
    border-radius: 14px;
    background: rgba(49, 212, 141, 0.1);
    color: var(--spf-success);
    font-weight: 700;
    line-height: 1.45;
}

.purchase-credits-alert.is-error {
    border-color: rgba(255, 125, 125, 0.42);
    background: rgba(255, 125, 125, 0.1);
    color: var(--spf-danger);
}

.purchase-credits-custom-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(12rem, 1fr)) auto;
    gap: 0.75rem;
    align-items: end;
}

.purchase-credits-custom-form label,
.purchase-credits-promo-form label {
    display: block;
    margin-bottom: 0.36rem;
    color: var(--spf-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.purchase-credits-input-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
    min-height: 2.95rem;
    padding-left: 0.75rem;
    padding-right: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(4, 16, 28, 0.75);
}

.purchase-credits-input-row span {
    color: var(--spf-accent);
    font-weight: 900;
}

.purchase-credits-input-row .spf-input {
    width: 100%;
    min-height: 2.8rem;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background: transparent;
}

.purchase-credits-input-row .spf-input:focus {
    box-shadow: none;
}

.purchase-credits-custom-preview {
    display: grid;
    align-items: center;
    min-height: 2.95rem;
    padding: 0.62rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--spf-text);
    font-weight: 700;
}

.purchase-credits-promo-inline {
    display: grid;
    gap: 0.8rem;
    padding-top: 0.25rem;
}

.purchase-credits-promo-inline h3 {
    margin: 0.18rem 0 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.65rem;
    line-height: 1;
}

.purchase-credits-promo-inline .purchase-credits-muted {
    max-width: 46rem;
}

.purchase-credits-promo-inline__form {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.purchase-credits-promo-inline__form label {
    grid-column: 1 / -1;
    margin-bottom: -0.4rem;
}

.purchase-credits-promo-inline__form .spf-input {
    min-height: 2.95rem;
}

.purchase-credits-bundles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.purchase-credits-bundle {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 49, 75, 0.78), rgba(9, 26, 43, 0.92));
}

.purchase-credits-bundle span {
    color: var(--spf-accent);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.purchase-credits-bundle strong {
    color: var(--spf-text);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.65rem;
    line-height: 1;
}

.purchase-credits-bundle small {
    min-height: 2.5rem;
    color: var(--spf-muted);
    font-weight: 700;
    line-height: 1.35;
}

.purchase-credits-bundle .btn,
.purchase-credits-custom-form .btn,
.purchase-credits-promo-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    line-height: 1;
}

.purchase-credits-aside {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.purchase-credits-balance strong {
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-size: 3rem;
    line-height: 0.9;
}

.purchase-credits-balance p {
    margin: 0;
    color: var(--spf-muted);
    font-weight: 700;
    text-transform: uppercase;
}

.purchase-credits-promo-form {
    display: grid;
    gap: 0.75rem;
}

.purchase-credits-pay-card {
    justify-items: start;
}

.purchase-credits-paypal-form {
    display: grid;
    justify-items: start;
    gap: 0.65rem;
}

.purchase-credits-paypal-button {
    width: min(100%, 228px);
    height: auto;
}

.purchase-credits-notes {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding-left: 1.05rem;
    color: var(--spf-muted);
    line-height: 1.55;
}

.protection-card {
    border-color: rgba(255, 179, 37, 0.22);
}

.protection-card h3 {
    text-transform: uppercase;
}

.protection-card p {
    margin-bottom: 0;
}

.protection-card__shield {
    display: flex;
    justify-content: center;
    margin: 0.7rem 0 0.35rem;
}

.protection-card__shield img {
    width: min(44%, 9rem);
    height: auto;
    filter: drop-shadow(0 0 1.15rem rgba(214, 235, 255, 0.28));
}

.protection-card__guarantee {
    margin: 0 0 0.7rem;
    color: var(--spf-accent);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
}

.protection-card__guarantee span,
.protection-card__guarantee strong {
    display: block;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    letter-spacing: 0;
}

.protection-page-card .protection-card__guarantee {
    margin-bottom: 0;
}

.spf-footer {
    margin-top: 1rem;
    padding: 1rem 1.2rem;
}

.spf-footer p {
    margin: 0;
    color: var(--spf-muted);
    font-size: 0.92rem;
}

@media (max-width: 1199.98px) {
    .spf-page {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }

    .spf-masthead__row {
        grid-template-columns: minmax(170px, 0.8fr) minmax(330px, 1.3fr) minmax(170px, 0.78fr);
        gap: 0.9rem;
    }

    .spf-masthead__logo img {
        max-width: 166px;
        max-height: 73px;
    }

    .spf-header-flow {
        width: min(100%, 405px);
    }

    .spf-header-flow p {
        margin-bottom: 0.58rem;
        font-size: 0.82rem;
    }

    .spf-header-flow ol {
        gap: 0.9rem;
    }

    .spf-header-flow li {
        font-size: 0.6rem;
    }

    .spf-header-flow li:not(:last-child)::after {
        top: 1.3rem;
        left: calc(100% + 0.1rem);
        width: 0.75rem;
        border-top-width: 3px;
    }

    .spf-header-flow li:not(:last-child)::before {
        top: calc(1.3rem - 0.28rem);
        left: calc(100% + 0.78rem);
        border-top-width: 0.3rem;
        border-bottom-width: 0.3rem;
        border-left-width: 0.52rem;
    }

    .spf-header-flow__icon {
        width: 2.6rem;
        height: 2.6rem;
    }

    .spf-masthead__trust img {
        max-width: 245px;
    }

    .hero-banner__copy {
        max-width: 54%;
    }

    .scores-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .leaderboard-controls.collapse {
        display: grid !important;
        height: auto !important;
        visibility: visible !important;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .spf-nav .container-xxl {
        padding-top: 0.58rem;
        padding-bottom: 0.58rem;
    }

    .spf-nav .nav-link {
        font-size: 1.03rem;
    }

    .spf-nav__actions {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    .spf-nav__actions .btn {
        min-height: 2.15rem;
        padding: 0.38rem 1.1rem 0.34rem;
        font-size: 1.02rem;
    }
}

@media (min-width: 992px) {
    .handicapper-sidebar-column {
        position: relative;
        align-self: flex-start;
        height: fit-content;
    }

    .handicapper-sidebar {
        position: sticky !important;
        top: 5.8rem;
        width: 100%;
        max-height: calc(100vh - 6.8rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 179, 37, 0.55) rgba(255, 255, 255, 0.06);
    }

    .handicapper-sidebar.is-fixed,
    .handicapper-sidebar.is-bottomed {
        position: sticky !important;
        top: 5.8rem !important;
        left: auto !important;
        width: 100% !important;
        bottom: auto !important;
    }

    .handicapper-sidebar::-webkit-scrollbar {
        width: 0.5rem;
    }

    .handicapper-sidebar::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 999px;
    }

    .handicapper-sidebar::-webkit-scrollbar-thumb {
        background: rgba(255, 179, 37, 0.55);
        border-radius: 999px;
    }
}

@media (max-width: 991.98px) {
    .spf-page {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .spf-sidebar {
        top: auto;
    }

    .spf-masthead {
        display: none;
    }

    .spf-nav {
        padding: 0;
        border-top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background-color: var(--spf-bg);
        background-image:
            radial-gradient(circle at 50% 0, rgba(34, 85, 128, 0.26), transparent 48%),
            linear-gradient(180deg, #0a1a2a 0%, #071320 100%);
        backdrop-filter: none;
    }

    .spf-nav > .container-xxl {
        min-height: 4.7rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .spf-nav__brand {
        width: 8.4rem;
        max-width: 52vw;
    }

    .spf-nav__toggler {
        border-color: rgba(255, 255, 255, 0.25);
        background: rgba(3, 12, 20, 0.35);
    }

    .spf-mobile-action-bar {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(3, 12, 20, 0.88);
    }

    .spf-mobile-action-bar .container-xxl {
        min-height: auto;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .spf-nav__drawer {
        --bs-offcanvas-width: min(100vw, 28rem);
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        background:
            radial-gradient(circle at 50% 0, rgba(39, 94, 139, 0.22), transparent 42%),
            rgba(4, 16, 28, 0.98);
        backdrop-filter: blur(18px);
    }

    .spf-nav__drawer .offcanvas-body {
        display: grid;
        align-content: start;
        gap: 1rem;
        height: calc(100vh - 4rem);
        min-height: 0;
        padding: 0.35rem 1rem 1.2rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .spf-mobile-drawer__actions {
        gap: 1rem;
    }

    .spf-mobile-drawer__actions .btn {
        width: 100%;
    }

    .spf-mobile-drawer__panels .sidebar-card {
        margin: 0;
        box-shadow: none;
    }

    .spf-nav__drawer .navbar-nav {
        width: 100%;
        gap: 0.15rem;
    }

    .spf-nav__drawer .nav-link {
        padding: 0.78rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 1.2rem;
    }

    .spf-nav__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .spf-nav__actions .btn {
        width: 100%;
    }

    .spf-masthead__row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .spf-masthead__logo,
    .spf-masthead__process {
        justify-self: center;
    }

    .spf-masthead__trust {
        justify-items: center;
    }

    .leader-card__body {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.9rem;
    }

    .leader-card__topline {
        display: flex;
        gap: 0.9rem;
        align-items: stretch;
        max-width: 100%;
        overflow: hidden;
    }

    .leader-copy {
        align-content: center;
        grid-column: auto;
        min-height: 68px;
    }

    .leader-card__details {
        grid-column: auto;
        width: fit-content;
        max-width: 100%;
    }

    .leader-avatar {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .leaderboard-entry {
        grid-template-columns: minmax(0, 1fr);
    }

    .leaderboard-entry__capper {
        padding-right: 0;
    }

    .leaderboard-entry__picks {
        padding-top: 1rem;
        padding-left: 0;
        border-left: 0;
    }

    .leaderboard-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .leaderboard-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 3rem;
        padding: 0.72rem 1rem;
        border-color: rgba(255, 179, 37, 0.42);
        background: rgba(255, 179, 37, 0.08);
        color: var(--spf-text);
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.08rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .leaderboard-filter-toggle span {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
    }

    .leaderboard-filter-toggle svg {
        width: 1.05rem;
        height: 1.05rem;
        stroke: currentColor;
        stroke-width: 2.25;
        stroke-linecap: round;
        fill: none;
    }

    .leaderboard-filter-toggle::after {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .leaderboard-filter-toggle[aria-expanded="true"]::after {
        transform: rotate(225deg);
    }

    .leaderboard-controls {
        justify-self: stretch;
        width: 100%;
        padding: 0.85rem;
    }

    .matchup-hero__teams,
    .card-meta-grid,
    .matchup-market-grid,
    .matchup-expert-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .card-detail-matchup {
        grid-template-columns: minmax(0, 1fr) 3.1rem minmax(0, 1fr);
        align-items: center;
        gap: 0.75rem;
        justify-items: center;
    }

    .card-detail-matchup .card-team-card {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        width: 100%;
    }

    .card-versus,
    .matchup-versus {
        justify-self: center;
    }

    .matchup-member-pick h3 {
        font-size: 2.75rem;
    }

    .handicapper-profile-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .handicapper-records-aside {
        position: static;
    }

    .free-picks-hero__aside {
        justify-self: stretch;
        width: 100%;
    }

    .account-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .account-suggested-card {
        width: 100%;
    }

    .account-consensus-game {
        grid-template-columns: minmax(0, 1fr);
    }

    .checkout-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .purchase-credits-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .checkout-side-card {
        position: static;
    }

    .scores-date-controls {
        justify-self: stretch;
        width: 100%;
        padding: 1rem;
    }

    .scores-date-nav {
        grid-template-columns: 2rem minmax(0, 1fr) 2rem;
        font-size: 1.12rem;
    }

    .scores-date-nav__arrow {
        min-width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
    }

    .scores-calendar {
        gap: 0.35rem;
    }

    .scores-calendar__weekday {
        min-height: 1.35rem;
        font-size: 0.68rem;
    }

    .scores-calendar__blank,
    .scores-calendar__day {
        min-height: 2.2rem;
    }

    .scores-calendar__day {
        font-size: 0.78rem;
    }

    .scores-day-jump {
        font-size: 0.76rem;
    }

    .scores-date-form .leaderboard-control-label {
        font-size: 0.68rem;
    }

    .scores-date-form .spf-input,
    .scores-date-form .btn {
        min-height: 2.5rem;
        font-size: 0.9rem;
    }

    .hero-banner__overlay {
        position: absolute;
        inset: 0;
        align-items: flex-start;
        padding: 1rem;
    }

    .hero-banner__media::after {
        background:
            linear-gradient(180deg, rgba(3, 11, 20, 0.18) 0%, rgba(3, 11, 20, 0.26) 32%, rgba(3, 11, 20, 0.92) 68%, rgba(3, 11, 20, 0.95) 100%),
            linear-gradient(90deg, rgba(3, 11, 20, 0.72), rgba(3, 11, 20, 0.06) 72%);
    }

    .hero-banner__copy {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-banner {
        min-height: 23rem;
    }

    .hero-banner__media,
    .hero-banner__media img {
        height: 23rem;
    }

    .hero-banner__media img {
        min-height: 0;
        object-position: 62% center;
    }

    .hero-banner__overlay {
        align-items: center;
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .spf-cart-summary {
        justify-content: center;
        font-size: 0.8rem;
    }

    .hero-banner__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 1rem;
    }

    .hero-banner__actions .btn {
        width: 100%;
    }

    .spf-mobile-drawer__actions {
        gap: 0.75rem;
    }

    .spf-mobile-drawer__actions .btn {
        min-height: 2.45rem;
        font-size: 1rem;
    }

    .content-panel,
    .sidebar-card,
    .metric-card,
    .spf-footer {
        border-radius: 16px;
    }

    #spf-home-hero {
        margin-top: -2.35rem;
        margin-right: calc(var(--bs-gutter-x, 0.75rem) * -1);
        margin-left: calc(var(--bs-gutter-x, 0.75rem) * -1);
        border: 0;
        border-bottom: 1px solid var(--spf-line-strong);
        border-radius: 0;
        box-shadow: none;
    }

    .hero-banner__copy h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    #spf-home-hero {
        min-height: 24.5rem;
    }

    #spf-home-hero .hero-banner__media,
    #spf-home-hero .hero-banner__media img {
        height: 24.5rem;
    }

    #spf-home-hero .hero-banner__media img {
        min-height: 0;
        object-position: 70% center;
    }

    #spf-home-hero .hero-banner__overlay {
        padding: 26px;
    }

    .hero-banner__eyebrow {
        margin-bottom: 0.5rem;
    }

    .hero-banner__copy p {
        margin-top: 0.95rem;
        line-height: 1.6;
    }

    .hero-banner__actions {
        margin-top: 1.15rem;
    }

    .hero-banner__actions .btn {
        padding-right: 1.45rem;
        padding-left: 1.45rem;
    }

    .home-copy-strip {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .protection-copy-strip {
        padding: var(--spf-content-inset-mobile) 0;
    }

    .free-picks-hero {
        padding-left: 0;
    }

    .free-picks-panel {
        padding-left: 0;
    }

    .leaderboard-hero {
        gap: 0.75rem;
        padding: 0.25rem 0 0.75rem;
    }

    .leaderboard-hero__copy {
        gap: 0.7rem;
    }

    .leaderboard-hero h1 {
        font-size: clamp(1.85rem, 10vw, 2.55rem);
    }

    .leaderboard-panel {
        padding: 0.85rem;
    }

    .checkout-panel {
        padding: 0;
    }

    .checkout-hero {
        padding: 0.8rem 0 0.15rem;
    }

    .checkout-main-card,
    .checkout-side-card {
        padding: 0.85rem;
    }

    .purchase-credits-card {
        padding: 0.85rem;
    }

    .purchase-credits-custom-form,
    .purchase-credits-promo-inline__form,
    .purchase-credits-bundles {
        grid-template-columns: minmax(0, 1fr);
    }

    .purchase-credits-custom-form .btn,
    .purchase-credits-bundle .btn,
    .purchase-credits-promo-inline__form .btn,
    .purchase-credits-promo-form .btn {
        width: 100%;
    }

    .contact-page {
        padding: var(--spf-content-inset-mobile) 0;
    }

    .contact-card {
        padding: 0.85rem;
        border-radius: 16px;
    }

    .contact-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-field--half,
    .contact-field--full {
        grid-column: auto;
    }

    .contact-form-actions .btn {
        width: 100%;
    }

    .checkout-total {
        text-align: left !important;
    }

    .account-hero {
        padding: 1.1rem 0 0;
    }

    .account-hero__copy {
        padding-top: 0;
    }

    .account-hero h1 {
        font-size: clamp(1.85rem, 10vw, 2.55rem);
    }

    .account-quick-stats {
        gap: 0.6rem;
    }

    .account-quick-stats div {
        min-width: 0;
    }

    .account-hero__actions,
    .account-consensus-actions {
        grid-template-columns: minmax(0, 1fr);
        display: grid;
    }

    .account-hero__actions .btn-spf-ghost {
        grid-column: auto;
    }

    .account-hero__actions .btn,
    .account-cart-card .btn,
    .account-consensus-actions button,
    .account-consensus-selected {
        width: 100%;
    }

    .account-cart-card {
        display: grid;
        width: 100%;
        margin-top: 1rem;
    }

    .account-suggested-pick,
    .account-purchase-row {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .account-suggested-pick__action {
        justify-items: start;
    }

    .account-suggested-pick__body > a,
    .account-purchase-row__title,
    .account-consensus-game__body > a {
        white-space: normal;
    }

    .account-result-badge {
        justify-self: start;
    }

    .checkout-legacy table,
    .checkout-legacy tbody,
    .checkout-legacy tr,
    .checkout-legacy td {
        display: block;
        width: 100% !important;
    }

    .checkout-legacy input[type="text"],
    .checkout-legacy input[type="password"],
    .checkout-legacy select {
        width: 100% !important;
    }

    .checkout-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .checkout-field,
    .checkout-field--half,
    .checkout-field--state,
    .checkout-field--country,
    .checkout-field--zip {
        grid-column: auto;
    }

    .checkout-form-actions .submit {
        width: 100%;
    }

    .handicapper-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .handicapper-avatar {
        width: 78px;
        height: 78px;
        flex-basis: 78px;
    }

    .handicapper-hero__copy h1 {
        font-size: clamp(1.85rem, 10vw, 2.55rem);
    }

    .leaderboard-pills {
        gap: 0.45rem;
    }

    .leaderboard-pill {
        min-height: 2rem;
        padding: 0.38rem 0.58rem;
        font-size: 0.78rem;
    }

    .free-picks-board__head {
        padding: 0.72rem;
    }

    .free-picks-table {
        min-width: 720px;
    }

    .free-picks-table th,
    .free-picks-table td {
        padding: 0.56rem 0.62rem;
    }

    .matchup-hero {
        padding: var(--spf-content-inset-mobile) 0;
    }

    .matchup-community-panel {
        padding: 1.45rem 0 2.55rem;
    }

    .card-detail-matchup {
        grid-template-columns: minmax(0, 1fr) 2.85rem minmax(0, 1fr);
        gap: 0.45rem;
    }

    .card-detail-matchup .card-team-card__logo {
        width: 4.9rem;
        height: 4.9rem;
    }

    .card-detail-matchup .card-team-card__logo img {
        width: 4.2rem;
        height: 4.2rem;
    }

    .card-detail-matchup .card-versus {
        width: 2.85rem;
        height: 2.85rem;
        font-size: 1.1rem;
    }

    .matchup-member-pick h3 {
        font-size: 1.75rem;
    }

    .matchup-team-card,
    .card-team-card,
    .matchup-thread-item,
    .matchup-thread-item.is-home {
        grid-template-columns: minmax(0, 1fr);
    }

    .matchup-thread-item.is-home > img,
    .matchup-thread-item.is-home .matchup-thread-item__body {
        grid-column: auto;
        grid-row: auto;
    }

    .matchup-thread-item > img {
        width: 4rem;
        height: 4rem;
    }

    .matchup-consensus-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .matchup-member-pick__actions {
        padding: 0;
    }

    .matchup-member-pick__actions button {
        width: 100%;
        min-width: 0;
        min-height: 3rem;
        font-size: 1.05rem;
    }

    .matchup-expert-pick {
        grid-template-columns: 3.8rem minmax(0, 1fr);
    }

    .matchup-expert-pick .leader-avatar {
        width: 3.8rem;
        height: 3.8rem;
        flex-basis: 3.8rem;
    }

    .matchup-expert-pick .leaderboard-pick__action {
        grid-column: 1 / -1;
    }

    .scores-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .scores-day-jump {
        grid-template-columns: 1fr;
    }

    .scores-game-card__head,
    .scores-game-card__body {
        grid-template-columns: minmax(0, 1.28fr) minmax(3rem, 0.4fr) minmax(3rem, 0.4fr) minmax(3rem, 0.4fr);
    }

    .scores-game-card__head {
        font-size: 0.9rem;
    }

    .scores-game-team,
    .scores-game-cell {
        min-height: 2.55rem;
        padding: 0.46rem 0.5rem;
    }

    .leaderboard-entry {
        padding: 0.9rem;
    }

    .leaderboard-pick {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .leaderboard-pick__game,
    .leaderboard-pick__meta {
        white-space: normal;
    }

    .leaderboard-pick__action {
        justify-content: flex-start;
    }

    .handicapper-pick .leaderboard-pick__action {
        display: flex;
        justify-content: flex-start;
        justify-items: start;
    }

    .handicapper-pick .leaderboard-pick__action.handicapper-pick__action--started {
        align-items: center;
        justify-content: flex-end;
        justify-items: end;
        width: 100%;
    }

    .handicapper-pick .leaderboard-pick__action button {
        width: auto;
    }

    .leaderboard-pagination {
        justify-content: flex-start;
    }
}
