.sf-home-prototype-page {
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 51, 51, 0.11), transparent 30rem),
        radial-gradient(circle at 82% 7%, rgba(0, 229, 255, 0.1), transparent 32rem),
        linear-gradient(180deg, #11151d 0, #07090d 52rem);
}

.sf-home-shell {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 56px;
}

.sf-home-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 118px;
    margin-bottom: 22px;
    padding: 10px 2px 18px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-home-brand-lockup {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.sf-home-brand {
    display: inline-flex;
    text-decoration: none;
}

.sf-home-brand img {
    display: block;
    width: 198px;
    height: auto;
}

.sf-home-tagline {
    margin: 0;
    color: var(--sf-text);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
}

.sf-home-account {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 14px;
    color: var(--sf-muted);
    font-size: 13px;
    font-weight: 800;
}

.sf-home-account a,
.sf-home-account button {
    color: inherit;
    text-decoration: none;
}

.sf-home-account form { margin: 0; }

.sf-home-account button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.sf-home-account .sf-home-register {
    padding: 9px 14px;
    border: 1px solid rgba(212, 173, 89, 0.52);
    border-radius: 999px;
    color: var(--sf-gold-light);
}

.sf-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 318px);
    gap: 22px;
    align-items: start;
}

.sf-home-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.sf-home-opening,
.sf-home-section,
.sf-home-voting-hub {
    border: 1px solid var(--sf-line);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.025), transparent 45%),
        rgba(16, 20, 27, 0.94);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.23);
}

.sf-home-opening {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sf-home-noon {
    position: relative;
    overflow: hidden;
    padding: 28px 30px 26px;
    border: 1px solid rgba(212, 173, 89, 0.58);
    border-radius: 26px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 51, 51, 0.2), transparent 25rem),
        radial-gradient(circle at 92% 4%, rgba(0, 229, 255, 0.17), transparent 28rem),
        linear-gradient(135deg, rgba(24, 13, 18, 0.98), rgba(9, 23, 29, 0.98));
    box-shadow:
        0 26px 66px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sf-home-noon::before {
    content: "";
    position: absolute;
    inset: 0 14% auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 220, 143, 0.75), transparent);
}

.sf-home-section-heading,
.sf-home-board-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sf-home-noon-heading {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.sf-home-noon-heading h1,
.sf-home-section-heading h2,
.sf-home-search-panel h2,
.sf-home-side-heading h2 {
    margin: 0;
}

.sf-home-noon-heading h1 {
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
}

.sf-home-noon-heading > span {
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sf-home-noon-promise {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #7f9cc8;
    font-size: 13px;
    text-align: center;
}

.sf-home-noon-next {
    margin: 22px 0 8px;
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.sf-home-countdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.sf-home-countdown > div {
    min-width: 0;
    padding: 15px 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.31);
    text-align: center;
}

.sf-home-countdown strong {
    display: block;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.015em;
    font-variant-numeric: tabular-nums;
}

.sf-home-countdown span {
    display: block;
    margin-top: 3px;
    color: var(--sf-muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.sf-home-section {
    padding: 20px 22px;
    border-radius: 20px;
}

.sf-home-section-heading h2 {
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.05;
}

.sf-home-section-heading h2 span {
    color: var(--sf-muted);
    font-weight: 500;
}

.sf-home-blue-note {
    margin: 7px 0 0;
    color: #7f9cc8;
    font-size: 13px;
}

.sf-home-daily-grid,
.sf-home-groove-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.sf-home-daily-panel,
.sf-home-groove-list {
    padding: 16px;
    border: 1px solid var(--sf-line);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.21);
}

.sf-home-daily-panel > h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    font-size: 18px;
}

.sf-home-daily-panel > h3 span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
}

.sf-home-daily-sizz > h3 span {
    border: 1px solid rgba(255, 51, 51, 0.7);
    color: #ff5b5b;
}

.sf-home-daily-fizz > h3 span {
    border: 1px solid rgba(0, 229, 255, 0.66);
    color: #44efff;
}

.sf-home-daily-group { margin-top: 12px; }

.sf-home-daily-group h4,
.sf-home-groove-list h3 {
    margin: 0 0 5px;
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sf-home-daily-group ol,
.sf-home-groove-list ol,
.sf-home-trend-panel ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-home-daily-group li,
.sf-home-groove-list li,
.sf-home-trend-panel li {
    border-top: 1px solid var(--sf-line);
}

.sf-home-daily-group li:first-child,
.sf-home-groove-list li:first-child,
.sf-home-trend-panel li:first-child {
    border-top: 0;
}

.sf-home-daily-group a,
.sf-home-groove-list a,
.sf-home-trend-panel a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 41px;
    text-decoration: none;
}

.sf-home-daily-group a > span,
.sf-home-groove-list a > span,
.sf-home-trend-panel a > span {
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
}

.sf-home-daily-group a > strong,
.sf-home-groove-list a > strong,
.sf-home-trend-panel a > strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-daily-group a > small,
.sf-home-groove-list a > small,
.sf-home-trend-panel a > small {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sf-home-daily-group a > small b,
.sf-home-trend-panel a > small b {
    margin-left: 7px;
    color: var(--sf-text);
    font-size: 12px;
}

.sf-home-section-note {
    margin: 16px 0 0;
    padding-top: 13px;
    border-top: 1px solid var(--sf-line);
    color: #7f9cc8;
    font-size: 13px;
}

.sf-home-quarter-clock {
    display: grid;
    min-width: 250px;
    padding-left: 26px;
    border-left: 1px solid var(--sf-line);
    justify-items: end;
    gap: 5px;
    color: var(--sf-muted);
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.sf-home-quarter-clock > span {
    letter-spacing: 0.08em;
}

.sf-home-groove-countdown {
    display: grid;
    justify-items: end;
    gap: 3px;
    color: var(--sf-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.sf-home-groove-countdown b {
    color: var(--sf-text);
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1;
    letter-spacing: 0.035em;
    font-variant-numeric: tabular-nums;
}

.sf-home-empty {
    margin: 9px 0 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.4;
}

.sf-home-board-tabs {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin-top: 17px;
    padding-bottom: 3px;
}

.sf-home-board-tabs button,
.sf-home-entity-toggle button {
    flex: 0 0 auto;
    border: 1px solid var(--sf-line);
    background: rgba(0, 0, 0, 0.22);
    color: var(--sf-muted);
    font-weight: 900;
    cursor: pointer;
}

.sf-home-board-tabs button {
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sf-home-board-tabs button.is-active {
    border-color: rgba(212, 173, 89, 0.58);
    color: var(--sf-gold-light);
}

.sf-home-board-toolbar { margin-top: 14px; }

.sf-home-entity-toggle {
    display: inline-flex;
    padding: 3px;
    border: 1px solid var(--sf-line);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
}

.sf-home-entity-toggle button {
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    font-size: 11px;
}

.sf-home-entity-toggle button.is-active {
    background: rgba(255, 255, 255, 0.09);
    color: var(--sf-text);
}

.sf-home-board-toolbar > span {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.sf-home-trend-results {
    margin-top: 12px;
    border-top: 1px solid var(--sf-line);
}

.sf-home-trend-panel { display: none; }
.sf-home-trend-panel.is-active { display: block; }
.sf-home-trend-panel li { border-bottom: 1px solid var(--sf-line); }
.sf-home-trend-panel a { min-height: 48px; }

.sf-home-trend-empty {
    margin: 0;
    padding: 22px 0 8px;
    color: var(--sf-muted);
    font-size: 13px;
}

.sf-home-discovery {
    position: sticky;
    top: 18px;
}

.sf-home-voting-hub {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 51, 51, 0.18), transparent 19rem),
        radial-gradient(circle at 100% 100%, rgba(0, 229, 255, 0.14), transparent 22rem),
        linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 42%),
        rgba(15, 20, 27, 0.97);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sf-home-voting-hub::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(
        90deg,
        #ff3333 0%,
        rgba(255, 51, 51, 0.92) 24%,
        rgba(212, 173, 89, 0.8) 50%,
        rgba(0, 229, 255, 0.9) 76%,
        #00e5ff 100%
    );
}

.sf-home-voting-intro h2 {
    position: relative;
    margin: 0;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.sf-home-voting-intro h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 2px;
    background: linear-gradient(90deg, #ff3333, #00e5ff);
}

.sf-home-voting-intro > p {
    margin: 12px 0 0;
    color: #93a4bf;
    font-size: 12px;
    line-height: 1.45;
}

.sf-home-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    margin-top: 18px;
}

.sf-home-search input {
    min-width: 0;
    height: 44px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    outline: none;
    background: rgba(0, 0, 0, 0.29);
    color: var(--sf-text);
}

.sf-home-search input:focus {
    border-color: rgba(255, 51, 51, 0.55);
    box-shadow:
        0 0 0 2px rgba(255, 51, 51, 0.08),
        0 0 0 3px rgba(0, 229, 255, 0.05);
}

.sf-home-search button {
    border: 1px solid transparent;
    border-radius: 11px;
    background:
        linear-gradient(rgba(28, 29, 31, 0.96), rgba(28, 29, 31, 0.96)) padding-box,
        linear-gradient(135deg, #ff3333 0%, #d4ad59 48%, #00e5ff 100%) border-box;
    color: var(--sf-gold-light);
    font-size: 20px;
    cursor: pointer;
}

.sf-home-voting-browse {
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.sf-home-voting-browse > h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
}

.sf-home-voting-group {
    margin-top: 18px;
}

.sf-home-voting-group + .sf-home-voting-group {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.sf-home-voting-group-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.sf-home-voting-group-heading p {
    margin: 0;
    color: var(--sf-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sf-home-voting-group-heading span {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-home-voting-group nav {
    display: grid;
    margin-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sf-home-voting-group nav a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 10px;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.sf-home-voting-group nav a:hover strong {
    color: var(--sf-gold-light);
}

.sf-home-voting-group nav strong {
    font-size: 14px;
}

.sf-home-voting-group nav span,
.sf-home-voting-group nav b {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.sf-home-voting-group nav b {
    font-size: 15px;
}

.sf-home-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

@media (max-width: 1040px) {
    .sf-home-daily-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
    .sf-home-layout { grid-template-columns: 1fr; }
    .sf-home-discovery {
        position: static;
    }
}

@media (max-width: 640px) {
    .sf-home-shell {
        width: min(100% - 18px, 1320px);
        padding-top: 8px;
    }

    .sf-home-topbar {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 14px;
        padding: 8px 0 14px;
    }

    .sf-home-header-balance { display: none; }
    .sf-home-brand-lockup { justify-self: center; }
    .sf-home-brand img { width: 168px; }
    .sf-home-tagline { font-size: clamp(18px, 6vw, 25px); }
    .sf-home-account {
        justify-self: center;
        gap: 9px;
        font-size: 11px;
    }

    .sf-home-opening {
        padding: 0;
        border-radius: 0;
    }

    .sf-home-noon,
    .sf-home-section,
    .sf-home-voting-hub { padding: 16px; }

    .sf-home-section-heading {
        display: grid;
        gap: 8px;
    }

    .sf-home-noon-heading h1 { white-space: normal; }
    .sf-home-noon { padding: 22px 16px 18px; }
    .sf-home-countdown { gap: 6px; }
    .sf-home-countdown > div { padding: 11px 4px 9px; text-align: center; }
    .sf-home-countdown strong { font-size: clamp(27px, 10vw, 40px); }

    .sf-home-daily-grid,
    .sf-home-groove-grid { grid-template-columns: 1fr; }

    .sf-home-quarter-clock {
        min-width: 0;
        padding-left: 0;
        border-left: 0;
        justify-items: start;
        text-align: left;
    }

    .sf-home-groove-countdown { justify-items: start; }
}

/* HOMEPAGE METRICS AND SHARING START */

.sf-home-result-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    column-gap: 8px;
}

.sf-home-result-link {
    min-width: 0;
}

.sf-home-result-metric {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px;
    min-width: 52px;
    margin-left: 10px !important;
    color: var(--sf-text);
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.sf-home-result-metric > span {
    font-size: 14px;
    font-weight: 950;
}

.sf-home-result-metric--sizz {
    color: #ff5b5b !important;
    text-shadow: 0 0 14px rgba(255, 51, 51, 0.14);
}

.sf-home-result-metric--fizz {
    color: #44efff !important;
    text-shadow: 0 0 14px rgba(0, 229, 255, 0.14);
}

small.sf-home-result-metric--activity {
    display: grid;
    justify-items: end;
    gap: 2px;
    min-width: 58px;
    color: var(--sf-text) !important;
}

small.sf-home-result-metric--activity b {
    color: var(--sf-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

small.sf-home-result-metric--activity span {
    color: var(--sf-muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.sf-home-row-share {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(201, 160, 67, 0.46);
    border-radius: 50%;
    color: var(--sf-muted);
    background: rgba(6, 9, 12, 0.72);
    cursor: pointer;
    transition:
        border-color 150ms ease,
        color 150ms ease,
        background 150ms ease,
        transform 150ms ease;
}

.sf-home-row-share svg {
    overflow: visible;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sf-home-row-share:hover,
.sf-home-row-share:focus-visible {
    border-color: var(--sf-gold);
    color: var(--sf-text);
    background: rgba(201, 160, 67, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.sf-home-row-share.is-copied {
    border-color: #7de0a4;
    color: #7de0a4;
}

@media (max-width: 640px) {
    .sf-home-result-row {
        grid-template-columns: minmax(0, 1fr) 32px;
        column-gap: 6px;
    }

    .sf-home-result-metric {
        min-width: 46px;
        font-size: 16px !important;
    }

    small.sf-home-result-metric--activity b {
        font-size: 16px;
    }

    .sf-home-row-share {
        width: 28px;
        height: 28px;
    }
}

/* HOMEPAGE METRICS AND SHARING END */

/* HOMEPAGE SHARE LABEL VISIBILITY START */

.sf-home-result-row {
    grid-template-columns:
        minmax(0, 1fr)
        76px;
}

.sf-home-row-share {
    grid-auto-flow: column;
    gap: 6px;
    width: 72px;
    height: 31px;
    padding: 0 9px;
    border-color: rgba(201, 160, 67, 0.72);
    border-radius: 999px;
    color: #dce4ef;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sf-home-row-share svg {
    width: 15px;
    height: 15px;
}

.sf-home-row-share span {
    display: inline;
}

.sf-home-row-share:hover,
.sf-home-row-share:focus-visible {
    border-color: var(--sf-gold);
    color: #ffffff;
    background: rgba(201, 160, 67, 0.16);
}

@media (max-width: 640px) {
    .sf-home-result-row {
        grid-template-columns:
            minmax(0, 1fr)
            62px;
    }

    .sf-home-row-share {
        width: 59px;
        padding: 0 6px;
        font-size: 8px;
    }

    .sf-home-row-share svg {
        width: 13px;
        height: 13px;
    }
}

/* HOMEPAGE SHARE LABEL VISIBILITY END */

/* VOTE HEADING CENTER START */

.sf-home-voting-intro {
    display: grid;
    justify-items: center;
    text-align: center;
}

.sf-home-voting-intro h2 {
    margin-right: auto;
    margin-left: auto;
}

.sf-home-voting-intro h2::after {
    margin-right: auto;
    margin-left: auto;
}

.sf-home-voting-intro p {
    text-align: center;
}

.sf-home-search,
.sf-home-voting-browse {
    text-align: left;
}

/* VOTE HEADING CENTER END */

/* OFFICIAL HOMEPAGE SEARCH START */

.sf-home-search-results[hidden] {
    display: none;
}

.sf-home-search-results {
    position: relative;
    z-index: 8;
    display: grid;
    max-height: 320px;
    margin-top: 8px;
    overflow-y: auto;
    border: 1px solid rgba(201, 160, 67, 0.5);
    border-radius: 12px;
    background: rgba(8, 11, 15, 0.98);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(0, 229, 255, 0.04);
}

.sf-home-search-option {
    display: grid;
    gap: 3px;
    width: 100%;
    padding: 11px 13px;
    border: 0;
    border-top: 1px solid var(--sf-line);
    color: var(--sf-text);
    text-align: left;
    background: transparent;
    cursor: pointer;
}

.sf-home-search-option:first-child {
    border-top: 0;
}

.sf-home-search-option:hover,
.sf-home-search-option:focus-visible,
.sf-home-search-option.is-active {
    outline: none;
    background:
        linear-gradient(
            90deg,
            rgba(255, 51, 51, 0.1),
            rgba(0, 229, 255, 0.07)
        );
}

.sf-home-search-option strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-search-option span,
.sf-home-search-status {
    color: var(--sf-muted);
    font-size: 10px;
    line-height: 1.35;
}

.sf-home-search-status {
    padding: 12px 13px;
}

/* OFFICIAL HOMEPAGE SEARCH END */

/* HOMEPAGE HEADER NAVIGATION START */

.sf-home-topbar {
    position: relative;
}

.sf-home-primary-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 18px;
    font-size: 13px;
    font-weight: 800;
}

.sf-home-primary-nav a,
.sf-home-account a,
.sf-home-account button {
    color: var(--sf-muted);
    text-decoration: none;
    transition:
        color 150ms ease,
        border-color 150ms ease;
}

.sf-home-primary-nav a:hover,
.sf-home-primary-nav a:focus-visible,
.sf-home-account a:hover,
.sf-home-account a:focus-visible,
.sf-home-account button:hover,
.sf-home-account button:focus-visible {
    color: var(--sf-gold-light);
}

.sf-home-account {
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sf-home-account > span {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-mobile-menu {
    display: none;
}

@media (max-width: 900px) {
    .sf-home-topbar {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 18px;
        padding: 10px 0 16px;
    }

    .sf-home-primary-nav,
    .sf-home-account {
        display: none;
    }

    .sf-home-brand-lockup {
        justify-self: center;
    }

    .sf-home-mobile-menu {
        width: min(100%, 420px);
        display: block;
        justify-self: center;
    }

    .sf-home-mobile-menu summary {
        width: 112px;
        margin: 4px auto 0;
        padding: 10px 18px;
        border: 1px solid rgba(212, 173, 89, 0.52);
        border-radius: 999px;
        color: var(--sf-gold-light);
        background: rgba(12, 16, 21, 0.94);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        list-style: none;
    }

    .sf-home-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .sf-home-mobile-menu[open] summary {
        border-color: var(--sf-gold-light);
    }

    .sf-home-mobile-menu-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        overflow: hidden;
        margin-top: 10px;
        border: 1px solid var(--sf-line);
        border-radius: 14px;
        background: var(--sf-line);
    }

    .sf-home-mobile-menu-panel a,
    .sf-home-mobile-menu-panel button,
    .sf-home-mobile-user {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        border: 0;
        color: var(--sf-text);
        background: rgba(14, 18, 24, 0.98);
        font: inherit;
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        text-decoration: none;
    }

    .sf-home-mobile-menu-panel form {
        margin: 0;
    }

    .sf-home-mobile-menu-panel button {
        width: 100%;
        cursor: pointer;
    }

    .sf-home-mobile-menu-panel a:hover,
    .sf-home-mobile-menu-panel a:focus-visible,
    .sf-home-mobile-menu-panel button:hover,
    .sf-home-mobile-menu-panel button:focus-visible {
        color: var(--sf-gold-light);
    }

    .sf-home-mobile-user {
        grid-column: 1 / -1;
        color: var(--sf-muted);
    }

    .sf-home-mobile-register {
        color: var(--sf-gold-light) !important;
    }
}

@media (max-width: 430px) {
    .sf-home-mobile-menu-panel {
        grid-template-columns: 1fr;
    }

    .sf-home-mobile-user {
        grid-column: auto;
    }
}

/* HOMEPAGE HEADER NAVIGATION END */

/* HOMEPAGE HEADER TAGLINE ALIGNMENT START */

@media (min-width: 901px) {
    .sf-home-primary-nav,
    .sf-home-account {
        align-self: end;
        margin-bottom: 2px;
        font-size: 14px;
    }
}

/* HOMEPAGE HEADER TAGLINE ALIGNMENT END */

/* MOBILE HEADER LOGIN START */

.sf-home-mobile-account {
    display: none;
}

@media (max-width: 900px) {
    .sf-home-topbar {
        grid-template-columns:
            minmax(62px, 1fr)
            auto
            minmax(62px, 1fr);
        grid-template-areas: "menu brand account";
        align-items: center;
        gap: 10px;
        padding: 12px 0 15px;
    }

    .sf-home-brand-lockup {
        grid-area: brand;
        justify-self: center;
    }

    .sf-home-brand img {
        width: 136px;
    }

    .sf-home-tagline {
        display: none;
    }

    .sf-home-mobile-menu {
        grid-area: menu;
        width: auto;
        position: relative;
        justify-self: start;
    }

    .sf-home-mobile-menu summary {
        width: auto;
        margin: 0;
        padding: 9px 13px;
        font-size: 11px;
    }

    .sf-home-mobile-menu-panel {
        width: min(310px, calc(100vw - 28px));
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        z-index: 50;
        grid-template-columns: 1fr;
        margin-top: 0;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
    }

    .sf-home-mobile-account {
        grid-area: account;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-self: end;
        color: var(--sf-muted);
        font-size: 12px;
        font-weight: 900;
    }

    .sf-home-mobile-account a,
    .sf-home-mobile-account span {
        max-width: 92px;
        overflow: hidden;
        color: inherit;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sf-home-mobile-account a:hover,
    .sf-home-mobile-account a:focus-visible {
        color: var(--sf-gold-light);
    }
}

@media (max-width: 430px) {
    .sf-home-brand img {
        width: 120px;
    }

    .sf-home-mobile-menu summary {
        padding-inline: 11px;
        font-size: 10px;
    }

    .sf-home-mobile-account {
        font-size: 11px;
    }
}

/* MOBILE HEADER LOGIN END */

/* HOMEPAGE LOGO SIZE START */

@media (min-width: 901px) {
    .sf-home-brand img {
        width: 280px;
    }
}

@media (max-width: 900px) {
    .sf-home-brand img {
        width: 172px;
    }
}

@media (max-width: 430px) {
    .sf-home-brand img {
        width: 158px;
    }
}

/* HOMEPAGE LOGO SIZE END */

/* THE LINKS START */

.sf-home-links-panel {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--sf-line);
    border-radius: 18px;
    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.025),
            transparent 45%
        ),
        rgba(16, 20, 27, 0.94);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.23);
}

.sf-home-links-header {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-home-links-header h2 {
    margin: 0;
    color: var(--sf-text);
    font-size: 24px;
    letter-spacing: -0.035em;
}

.sf-home-links-header p {
    margin: 5px 0 0;
    color: var(--sf-muted);
    font-size: 12px;
    line-height: 1.45;
}

.sf-home-links-signin {
    padding: 20px 4px 4px;
    text-align: center;
}

.sf-home-links-signin p {
    margin: 0 0 14px;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.5;
}

.sf-home-links-signin a {
    display: inline-flex;
    padding: 9px 18px;
    border: 1px solid rgba(212, 173, 89, 0.52);
    border-radius: 999px;
    color: var(--sf-gold-light);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.sf-home-links-status,
.sf-home-links-error {
    margin: 14px 0 0;
    padding: 10px 11px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.sf-home-links-status {
    color: var(--sf-gold-light);
    background: rgba(212, 173, 89, 0.11);
}

.sf-home-links-error {
    color: #ff938d;
    background: rgba(255, 75, 66, 0.11);
}

.sf-home-links-group {
    padding-top: 18px;
}

.sf-home-links-group + .sf-home-links-group {
    margin-top: 18px;
    border-top: 1px solid var(--sf-line);
}

.sf-home-links-group-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.sf-home-links-group-heading h3 {
    margin: 0;
    color: var(--sf-text);
    font-size: 14px;
}

.sf-home-links-group-heading span {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 800;
}

.sf-home-links-empty {
    margin: 0 0 12px;
    color: var(--sf-muted);
    font-size: 12px;
    line-height: 1.4;
}

.sf-home-links-list {
    display: grid;
    gap: 7px;
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
}

.sf-home-links-list li {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    padding: 8px 8px 8px 11px;
    border: 1px solid rgba(212, 220, 225, 0.14);
    border-radius: 10px;
    background: rgba(7, 10, 13, 0.72);
}

.sf-home-links-destination {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--sf-text);
    font-size: 12px;
    text-decoration: none;
}

.sf-home-links-destination strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-home-links-destination span {
    color: var(--sf-gold-light);
}

.sf-home-links-actions {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sf-home-links-actions form {
    margin: 0;
}

.sf-home-links-actions button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    color: var(--sf-muted);
    background: transparent;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.sf-home-links-actions button:hover,
.sf-home-links-actions button:focus-visible {
    color: var(--sf-gold-light);
    background: rgba(255, 255, 255, 0.06);
}

.sf-home-links-popular-form {
    display: grid;
    gap: 7px;
}

.sf-home-links-popular-form label,
.sf-home-links-custom label {
    color: var(--sf-muted);
    font-size: 11px;
    font-weight: 800;
}

.sf-home-links-popular-form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.sf-home-links-popular-form select,
.sf-home-links-custom input {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--sf-line);
    border-radius: 9px;
    color: var(--sf-text);
    background: #080b0d;
    font: inherit;
    font-size: 12px;
}

.sf-home-links-popular-form button,
.sf-home-links-custom button {
    min-height: 38px;
    padding: 8px 13px;
    border: 0;
    border-radius: 9px;
    color: #050708;
    background: var(--sf-gold-light);
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.sf-home-links-custom {
    margin-top: 10px;
}

.sf-home-links-custom summary {
    color: var(--sf-gold-light);
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.sf-home-links-custom form {
    display: grid;
    gap: 10px;
    margin-top: 11px;
}

.sf-home-links-custom label {
    display: grid;
    gap: 5px;
}

@media (max-width: 920px) {
    .sf-home-links-panel {
        margin-top: 14px;
    }
}

/* THE LINKS END */

/* DEDICATED THE LINKS PAGE START */

.sf-the-links-page {
    min-height: 100vh;
    margin: 0;
    color: var(--sf-text);
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(27, 61, 72, 0.28),
            transparent 44%
        ),
        #05080b;
}

.sf-the-links-shell {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 54px;
}

.sf-the-links-topbar {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 5px 4px 21px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-the-links-brand {
    grid-column: 2;
    justify-self: center;
    display: inline-flex;
    width: 270px;
    max-width: 62vw;
    text-decoration: none;
}

.sf-the-links-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.sf-the-links-home {
    grid-column: 3;
    justify-self: end;
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-the-links-home:hover,
.sf-the-links-home:focus-visible {
    color: var(--sf-gold-light);
}

.sf-the-links-main .sf-home-links-panel {
    margin-top: 22px;
}

@media (max-width: 560px) {
    .sf-the-links-shell {
        width: min(100% - 20px, 760px);
        padding-top: 12px;
    }

    .sf-the-links-topbar {
        gap: 12px;
        padding-bottom: 14px;
    }

    .sf-the-links-brand {
        width: 190px;
        max-width: 58vw;
    }

    .sf-the-links-home {
        font-size: 10px;
    }
}

/* DEDICATED THE LINKS PAGE END */

/* SITEWIDE THE LINKS NAV START */

.sf-home-primary-nav {
    gap: 14px;
}

.sf-home-links-header h2 a {
    color: inherit;
    text-decoration: none;
}

.sf-home-links-header h2 a:hover,
.sf-home-links-header h2 a:focus-visible {
    color: var(--sf-gold-light);
}

/* SITEWIDE THE LINKS NAV END */

/* COMPACT HIGH NOON START */

/*
 * Retains High Noon as the primary homepage event
 * while allowing the broader SizzFizz product to
 * enter the initial desktop viewport.
 */

@media (min-width: 701px) {
    .sf-home-noon {
        padding: 19px 25px 17px;
        border-radius: 22px;
    }

    .sf-home-noon-heading {
        gap: 5px;
    }

    .sf-home-noon-heading h1 {
        font-size: clamp(32px, 4vw, 50px);
    }

    .sf-home-noon-heading > span {
        font-size: 10px;
    }

    .sf-home-noon-next {
        margin: 13px 0 6px;
        font-size: 9px;
    }

    .sf-home-countdown {
        gap: 7px;
    }

    .sf-home-countdown > div {
        padding: 9px 14px 9px;
        border-radius: 13px;
    }

    .sf-home-countdown strong {
        font-size: clamp(34px, 4.3vw, 50px);
    }

    .sf-home-countdown span {
        margin-top: 2px;
        font-size: 8px;
    }

    .sf-home-noon-promise {
        margin: 11px 0 0;
        padding-top: 10px;
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    .sf-home-noon {
        padding: 19px 16px 16px;
        border-radius: 20px;
    }

    .sf-home-noon-heading {
        gap: 5px;
    }

    .sf-home-noon-heading h1 {
        font-size: clamp(31px, 10vw, 44px);
    }

    .sf-home-noon-heading > span {
        font-size: 9px;
    }

    .sf-home-noon-next {
        margin: 13px 0 6px;
        font-size: 9px;
    }

    .sf-home-countdown {
        gap: 6px;
    }

    .sf-home-countdown > div {
        padding: 9px 6px 8px;
        border-radius: 12px;
    }

    .sf-home-countdown strong {
        font-size: clamp(30px, 11vw, 43px);
    }

    .sf-home-countdown span {
        margin-top: 2px;
        font-size: 7px;
    }

    .sf-home-noon-promise {
        margin: 10px 0 0;
        padding-top: 9px;
        font-size: 11px;
    }
}

/* COMPACT HIGH NOON END */

/* MOBILE MAKE THE CALL TRIAL START */

/*
 * Desktop remains unchanged.
 * On mobile, the voting hub becomes the first homepage
 * content block and league browsing becomes optional.
 */

.sf-home-voting-browse-toggle {
    display: none;
}

.sf-home-voting-browse-content {
    display: contents;
}

@media (max-width: 900px) {
    .sf-home-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .sf-home-main,
    .sf-home-discovery {
        display: contents;
    }

    .sf-home-main > * {
        order: 20;
    }

    .sf-home-main > .sf-home-opening {
        order: 10;
    }

    .sf-home-discovery > .sf-home-voting-hub {
        order: 1;
    }

    .sf-home-discovery > .sf-home-links-panel {
        order: 30;
        margin-top: 0;
    }

    .sf-home-voting-hub {
        padding: 16px;
    }

    .sf-home-voting-browse > h3 {
        display: none;
    }

    .sf-home-voting-browse-toggle {
        display: flex;
        width: 100%;
        min-height: 42px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 12px;
        padding: 9px 12px;
        color: var(--sf-gold-light);
        border: 1px solid rgba(212, 173, 89, 0.46);
        border-radius: 10px;
        background: rgba(212, 173, 89, 0.055);
        font: inherit;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sf-home-voting-browse-toggle b {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
    }

    .sf-home-voting-browse-content {
        display: none;
        padding-top: 12px;
    }

    .sf-home-voting-browse.is-open
    .sf-home-voting-browse-content {
        display: block;
    }
}

/* MOBILE MAKE THE CALL TRIAL END */
