/* /Components/Analytics/AnalyticsConsent.razor.rz.scp.css */
.analytics-consent[hidden][b-74tazy3j5j] {
    display: none;
}

.analytics-consent[b-74tazy3j5j] {
    position: fixed;
    inset: auto 0 0;
    z-index: 1000;
    padding: 0.65rem;
    pointer-events: none;
}

.analytics-consent section[b-74tazy3j5j] {
    display: flex;
    width: fit-content;
    max-width: min(100%, 52rem);
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.9rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid var(--border);
    background: var(--background);
    color: var(--foreground);
    box-shadow: 0 0.35rem 1rem color-mix(in srgb, var(--foreground) 10%, transparent);
    pointer-events: auto;
}

.analytics-consent h2[b-74tazy3j5j] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 650;
}

.analytics-consent p[b-74tazy3j5j] {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.76rem;
    line-height: 1.4;
}

.analytics-consent-actions[b-74tazy3j5j] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
}

.analytics-consent-actions button[b-74tazy3j5j],
.analytics-consent-actions a[b-74tazy3j5j] {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--foreground);
    font: inherit;
    font-size: 0.74rem;
    text-decoration: none;
}

.analytics-consent-actions button:hover[b-74tazy3j5j],
.analytics-consent-actions a:hover[b-74tazy3j5j],
.analytics-consent-actions button:focus-visible[b-74tazy3j5j],
.analytics-consent-actions a:focus-visible[b-74tazy3j5j],
.analytics-consent-open:hover[b-74tazy3j5j],
.analytics-consent-open:focus-visible[b-74tazy3j5j] {
    color: var(--accent);
    text-decoration: underline;
}

.analytics-consent-open[b-74tazy3j5j] {
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
}

@media (min-width: 700px) {
    .analytics-consent[b-74tazy3j5j] {
        padding: 0.85rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .analytics-consent:not([hidden]) section[b-74tazy3j5j] {
        animation: analytics-consent-enter-b-74tazy3j5j 180ms ease-out;
    }
}

@keyframes analytics-consent-enter-b-74tazy3j5j {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }
}
/* /Components/Championships/ChampionshipEditionHistory.razor.rz.scp.css */
.championship-edition-history[b-uuix52ufv1],
.championship-edition-history-notice[b-uuix52ufv1] {
    min-width: 0;
    padding-block: clamp(4rem, 8vw, 7rem);
}

.championship-edition-history-header[b-uuix52ufv1],
.championship-edition-history-notice[b-uuix52ufv1] {
    display: grid;
    gap: 0.85rem;
}

.championship-edition-history-header[b-uuix52ufv1] {
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.championship-edition-history-header > p[b-uuix52ufv1],
.championship-edition-history-notice > p[b-uuix52ufv1] {
    margin: 0;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.championship-edition-history-header h2[b-uuix52ufv1],
.championship-edition-history-notice h2[b-uuix52ufv1] {
    max-width: 12ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.championship-edition-history-notice[b-uuix52ufv1] {
    border-block: 1px solid var(--line-strong);
}

.championship-edition-history-notice > span[b-uuix52ufv1] {
    max-width: 42rem;
    margin-top: 0.75rem;
    color: var(--muted-ink);
}

.championship-edition-history-exhibit[b-uuix52ufv1] {
    --history-field: #173729;
    --history-field-ink: #f4f0e5;
    display: grid;
    min-width: 0;
    border: 1px solid var(--line-strong);
    border-radius: clamp(1.25rem, 2.5vw, 2.25rem);
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr);
    background: var(--stone-raised);
}

.championship-edition-feature[b-uuix52ufv1] {
    display: grid;
    min-width: 0;
    padding: clamp(2rem, 4.5vw, 4.5rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    color: var(--history-field-ink);
    background: var(--history-field);
}

.championship-edition-feature-copy > p:first-child[b-uuix52ufv1] {
    margin: 0;
    color: #c8d8cd;
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.championship-edition-feature > time[b-uuix52ufv1] {
    color: #df897f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(6rem, 14vw, 12rem);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.09em;
    line-height: 0.72;
}

.championship-edition-feature h3[b-uuix52ufv1] {
    max-width: 14ch;
    margin: 0.9rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
    overflow-wrap: anywhere;
}

.championship-edition-feature-copy > a[b-uuix52ufv1] {
    display: inline-flex;
    min-height: 2.75rem;
    width: fit-content;
    margin-top: 1rem;
    align-items: center;
    gap: 0.5rem;
    color: #d8dfd9;
    font-size: 0.8rem;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.championship-edition-feature-copy dl[b-uuix52ufv1] {
    display: flex;
    margin: 1.35rem 0 0;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.championship-edition-feature-copy dl > div[b-uuix52ufv1] {
    display: flex;
    min-width: 0;
    gap: 0.4rem;
}

.championship-edition-feature-copy dt[b-uuix52ufv1] {
    color: #c8d8cd;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.championship-edition-feature-copy dd[b-uuix52ufv1] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.championship-edition-register[b-uuix52ufv1] {
    min-width: 0;
    background: var(--stone-raised);
}

.championship-edition-register > summary[b-uuix52ufv1] {
    display: grid;
    min-height: 4.5rem;
    padding: 1rem clamp(1.5rem, 3.5vw, 3.5rem);
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem 1rem;
    cursor: pointer;
    list-style: none;
}

.championship-edition-register > summary[b-uuix52ufv1]::-webkit-details-marker {
    display: none;
}

.championship-edition-register > summary[b-uuix52ufv1]::after {
    content: "+";
    color: var(--forest);
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
}

.championship-edition-register[open] > summary[b-uuix52ufv1]::after {
    content: "−";
}

.championship-edition-register > summary:focus-visible[b-uuix52ufv1] {
    outline: 2px solid var(--mineral);
    outline-offset: -4px;
}

.championship-edition-register-title[b-uuix52ufv1] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 500;
}

.championship-edition-register-count[b-uuix52ufv1] {
    color: var(--muted-ink);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.championship-edition-register-body[b-uuix52ufv1] {
    padding: 0 clamp(1.5rem, 3.5vw, 3.5rem) clamp(1.5rem, 3.5vw, 3.5rem);
    border-top: 1px solid var(--line-strong);
}

.championship-edition-decades ol[b-uuix52ufv1],
.championship-edition-records[b-uuix52ufv1] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.championship-edition-decades ol[b-uuix52ufv1] {
    display: flex;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line-strong);
    flex-wrap: wrap;
    gap: 0.2rem 1.1rem;
}

.championship-edition-decades a[b-uuix52ufv1] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--muted-ink);
    font-size: 0.78rem;
    text-decoration: none;
    white-space: nowrap;
}

.championship-edition-decades a[aria-current="page"][b-uuix52ufv1] {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--mineral);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.35rem;
}

.championship-edition-decade-select[b-uuix52ufv1] {
    display: none;
}

.championship-edition-record[b-uuix52ufv1] {
    min-width: 0;
    border-bottom: 1px solid var(--line);
}

.championship-edition-record article[b-uuix52ufv1] {
    display: grid;
    min-width: 0;
    padding-block: 1.35rem;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem 1.25rem;
}

.championship-edition-record header[b-uuix52ufv1] {
    display: grid;
    min-width: 0;
    grid-column: 1 / -1;
    grid-template-columns: 4.25rem minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0.75rem 1rem;
}

.championship-edition-record time[b-uuix52ufv1] {
    color: var(--forest);
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.championship-edition-record header > a[b-uuix52ufv1] {
    min-width: 0;
    color: inherit;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
}

.championship-edition-status[b-uuix52ufv1],
.championship-edition-dates[b-uuix52ufv1],
.championship-edition-not-held[b-uuix52ufv1],
.championship-edition-source[b-uuix52ufv1],
.championship-edition-facts dt[b-uuix52ufv1] {
    color: var(--muted-ink);
    font-size: 0.74rem;
}

.championship-edition-dates[b-uuix52ufv1],
.championship-edition-not-held[b-uuix52ufv1] {
    margin: 0;
    grid-column: 1;
}

.championship-edition-facts[b-uuix52ufv1] {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1.5rem;
}

.championship-edition-facts > div[b-uuix52ufv1] {
    display: grid;
    min-width: 0;
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.75rem;
}

.championship-edition-facts dd[b-uuix52ufv1] {
    min-width: 0;
    margin: 0;
    font-size: 0.85rem;
}

.championship-edition-recorded-venue[b-uuix52ufv1],
.championship-edition-recorded-winner[b-uuix52ufv1] {
    overflow-wrap: anywhere;
}

.championship-edition-source[b-uuix52ufv1] {
    display: inline-flex;
    min-height: 2.75rem;
    grid-column: 2;
    grid-row: 2 / span 2;
    align-items: center;
    align-self: end;
    color: var(--muted-ink);
    text-decoration: none;
}

.championship-edition-history a:focus-visible[b-uuix52ufv1],
.championship-edition-history select:focus-visible[b-uuix52ufv1] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.championship-edition-feature a:focus-visible[b-uuix52ufv1] {
    outline-color: #d6bd72;
}

@media (max-width: 980px) {
    .championship-edition-feature[b-uuix52ufv1] {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        gap: 2rem;
    }
}

@media (max-width: 760px) {
    .championship-edition-history[b-uuix52ufv1],
    .championship-edition-history-notice[b-uuix52ufv1] {
        width: 100%;
        padding-block: 3.5rem 4.5rem;
    }

    .championship-edition-feature[b-uuix52ufv1] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    .championship-edition-feature > time[b-uuix52ufv1] {
        font-size: clamp(5.5rem, 30vw, 8rem);
    }

    .championship-edition-register > summary[b-uuix52ufv1] {
        min-height: 4.75rem;
        padding-inline: 1.25rem;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .championship-edition-register-count[b-uuix52ufv1] {
        display: none;
    }

    .championship-edition-register-body[b-uuix52ufv1] {
        padding-inline: 1.25rem;
    }

    .championship-edition-decades[b-uuix52ufv1] {
        display: none;
    }

    .championship-edition-decade-select[b-uuix52ufv1] {
        display: grid;
        min-width: 0;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid var(--line-strong);
        gap: 0.5rem;
    }

    .championship-edition-decade-select label[b-uuix52ufv1] {
        color: var(--muted-ink);
        font-size: 0.74rem;
    }

    .championship-edition-decade-select select[b-uuix52ufv1] {
        min-width: 0;
        min-height: 2.75rem;
        padding-inline: 0.75rem;
        border: 1px solid var(--line-strong);
        color: var(--ink);
        background: var(--stone-raised);
        font: inherit;
    }

    .championship-edition-record article[b-uuix52ufv1] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-edition-record header[b-uuix52ufv1] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.35rem 1rem;
    }

    .championship-edition-record time[b-uuix52ufv1] {
        grid-column: 1;
    }

    .championship-edition-record header > a[b-uuix52ufv1] {
        grid-column: 1 / -1;
    }

    .championship-edition-status[b-uuix52ufv1] {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
    }

    .championship-edition-facts[b-uuix52ufv1] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.6rem;
    }

    .championship-edition-source[b-uuix52ufv1] {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }
}

@media (pointer: coarse) {
    .championship-edition-decades a[b-uuix52ufv1],
    .championship-edition-source[b-uuix52ufv1],
    .championship-edition-decade-select select[b-uuix52ufv1],
    .championship-edition-feature-copy > a[b-uuix52ufv1] {
        min-height: 2.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .championship-edition-history *[b-uuix52ufv1] {
        scroll-behavior: auto;
    }
}
/* /Components/Championships/ChampionshipEditorialGallery.razor.rz.scp.css */
.championship-editorial-gallery[b-og5fbkjqgb] {
    padding-block: clamp(3rem, 7vw, 6rem);
    border-bottom: 1px solid var(--line-strong);
    scroll-margin-top: 5rem;
}

.championship-editorial-gallery-header[b-og5fbkjqgb] {
    display: grid;
    max-width: 54rem;
    gap: 0.85rem;
}

.championship-editorial-gallery-header h2[b-og5fbkjqgb] {
    margin: 0;
    font-size: clamp(2.25rem, 4.5vw, 4.25rem);
    font-weight: 570;
    letter-spacing: -0.04em;
    line-height: 0.96;
}

.championship-editorial-gallery-header > span[b-og5fbkjqgb] {
    max-width: 46rem;
    color: var(--muted-ink);
    line-height: 1.65;
}

.championship-editorial-gallery-list[b-og5fbkjqgb] {
    display: grid;
    margin: clamp(2.5rem, 6vw, 5rem) 0 0;
    padding: 0;
    grid-template-columns: repeat(var(--championship-editorial-member-count), minmax(0, 1fr));
    list-style: none;
}

.championship-editorial-gallery-list > li[b-og5fbkjqgb] {
    min-width: 0;
    border-top: 1px solid var(--line);
}

.championship-editorial-gallery-list > li + li[b-og5fbkjqgb] {
    border-left: 1px solid var(--line);
}

.championship-editorial-gallery-list a[b-og5fbkjqgb] {
    display: grid;
    min-height: 2.75rem;
    padding: clamp(1rem, 2.2vw, 1.75rem);
    align-content: start;
    color: inherit;
    text-decoration: none;
}

.championship-editorial-gallery-list a:focus-visible[b-og5fbkjqgb] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.championship-editorial-mark-field[b-og5fbkjqgb] {
    display: grid;
    min-height: 17rem;
    place-items: center;
}

.championship-editorial-mark[b-og5fbkjqgb] {
    display: block;
    width: auto;
    max-width: min(100%, 11rem);
    height: auto;
    max-height: 14rem;
    transform: scale(var(--championship-mark-optical-scale));
    transform-origin: center;
}

.championship-masters-ensemble[b-og5fbkjqgb] {
    position: relative;
    display: block;
    width: min(100%, 13rem);
    height: 14rem;
}

.championship-masters-ensemble > span[b-og5fbkjqgb] {
    position: absolute;
    display: block;
}

.championship-masters-ensemble .championship-editorial-mark[b-og5fbkjqgb] {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transform: none;
}

.championship-masters-ensemble-card .championship-masters-jacket[b-og5fbkjqgb] {
    z-index: 1;
    top: 0;
    left: 2%;
    width: 64%;
    height: 88%;
}

.championship-masters-ensemble-card .championship-masters-trophy[b-og5fbkjqgb] {
    z-index: 2;
    right: 0;
    bottom: 7%;
    width: 76%;
    height: 48%;
}

.championship-editorial-plaque[b-og5fbkjqgb] {
    display: grid;
    min-width: 0;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    gap: 0.45rem;
    text-align: center;
}

.championship-editorial-plaque strong[b-og5fbkjqgb] {
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 580;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.championship-editorial-plaque > span[b-og5fbkjqgb] {
    color: var(--muted-ink);
    font-size: 0.76rem;
    line-height: 1.45;
}

@media (max-width: 1099px) {
    .championship-editorial-gallery-list[b-og5fbkjqgb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .championship-editorial-gallery-list > li:nth-child(odd)[b-og5fbkjqgb] {
        border-left: 0;
    }

    .championship-editorial-gallery-list > li:nth-child(n + 3)[b-og5fbkjqgb] {
        border-top-color: var(--line-strong);
    }
}

@media (max-width: 679px) {
    .championship-editorial-gallery-list[b-og5fbkjqgb] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-editorial-gallery-list > li + li[b-og5fbkjqgb] {
        border-left: 0;
        border-top-color: var(--line-strong);
    }

    .championship-editorial-gallery-list a[b-og5fbkjqgb] {
        padding-block: 1.5rem;
        grid-template-columns: minmax(7rem, 0.38fr) minmax(0, 1fr);
        align-items: center;
        gap: clamp(1rem, 5vw, 2rem);
    }

    .championship-editorial-mark-field[b-og5fbkjqgb] {
        min-height: 11rem;
    }

    .championship-editorial-mark[b-og5fbkjqgb] {
        max-width: min(100%, 8rem);
        max-height: 10rem;
    }

    .championship-masters-ensemble[b-og5fbkjqgb] {
        width: min(100%, 9rem);
        height: 10rem;
    }

    .championship-editorial-plaque[b-og5fbkjqgb] {
        text-align: left;
    }
}
/* /Components/Championships/ChampionshipEditorialLongform.razor.rz.scp.css */
.championship-editorial-longform[b-p7bgarn1zr] {
    min-width: 0;
    padding-block: clamp(4rem, 9vw, 8rem);
    border-bottom: 1px solid var(--line-strong);
}

.championship-editorial-reading-header[b-p7bgarn1zr] {
    display: grid;
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
    grid-template-columns: minmax(14rem, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(2rem, 8vw, 8rem);
}

.championship-editorial-reading-header > div:first-child > p[b-p7bgarn1zr],
.championship-editorial-prose header > p[b-p7bgarn1zr] {
    margin: 0;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.championship-editorial-reading-header h2[b-p7bgarn1zr] {
    max-width: 10ch;
    margin: 0.85rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 5.5vw, 5.5rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.championship-editorial-introduction[b-p7bgarn1zr] {
    display: grid;
    min-width: 0;
    max-width: 45rem;
    gap: 2rem;
}

.championship-editorial-introduction > p[b-p7bgarn1zr] {
    margin: 0;
    color: var(--muted-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    line-height: 1.7;
}

.championship-editorial-pull-quote[b-p7bgarn1zr] {
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-radius: 1.125rem;
    color: var(--forest);
    background: var(--stone-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    line-height: 1.35;
}

.championship-editorial-chapter-nav ol[b-p7bgarn1zr] {
    display: grid;
    margin: 0;
    padding: 0;
    border-block: 1px solid var(--line-strong);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.championship-editorial-chapter-nav li:not(:first-child)[b-p7bgarn1zr] {
    border-left: 1px solid var(--line);
}

.championship-editorial-chapter-nav a[b-p7bgarn1zr] {
    display: grid;
    min-height: 4.25rem;
    padding: 1rem clamp(1rem, 2vw, 1.5rem);
    align-items: center;
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.25;
    text-decoration: none;
}

.championship-editorial-prose[b-p7bgarn1zr] {
    display: grid;
    min-width: 0;
    padding-block: clamp(3.5rem, 7vw, 6.5rem);
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
    gap: clamp(2rem, 8vw, 8rem);
    scroll-margin-top: 2rem;
}

.championship-editorial-prose:last-child[b-p7bgarn1zr] {
    border-bottom: 0;
}

.championship-editorial-prose header[b-p7bgarn1zr] {
    display: grid;
    align-content: start;
    gap: 0.9rem;
}

.championship-editorial-prose h3[b-p7bgarn1zr] {
    max-width: 12ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.75rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
}

.championship-editorial-prose > div[b-p7bgarn1zr] {
    display: grid;
    min-width: 0;
    max-width: 45rem;
    align-content: start;
    gap: 1.35rem;
}

.championship-editorial-prose > div > p[b-p7bgarn1zr] {
    margin: 0;
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    letter-spacing: -0.012em;
    line-height: 1.72;
}

.championship-editorial-secondary-illustration[b-p7bgarn1zr] {
    display: grid;
    min-width: 0;
    margin: clamp(1rem, 2vw, 1.75rem) 0 0;
    padding-block: clamp(1.5rem, 4vw, 3rem) 1rem;
    border-top: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.42fr);
    align-items: end;
    gap: clamp(1.25rem, 4vw, 3rem);
}

.championship-editorial-secondary-illustration > span[b-p7bgarn1zr] {
    display: grid;
    min-height: clamp(18rem, 40vw, 25rem);
    place-items: center;
}

.championship-editorial-secondary-illustration img[b-p7bgarn1zr] {
    display: block;
    width: auto;
    max-width: min(100%, 19rem);
    height: auto;
    max-height: 25rem;
    transform: scale(var(--championship-secondary-optical-scale));
    transform-origin: center;
}

.championship-editorial-secondary-illustration figcaption[b-p7bgarn1zr] {
    display: grid;
    padding-top: 0.85rem;
    border-top: 1px solid var(--line);
    color: var(--forest);
    gap: 0.3rem;
}

.championship-editorial-secondary-illustration figcaption strong[b-p7bgarn1zr] {
    font-size: 0.9rem;
    font-weight: 600;
}

.championship-editorial-secondary-illustration figcaption small[b-p7bgarn1zr] {
    color: var(--muted-ink);
    font-size: 0.75rem;
    line-height: 1.4;
}

.championship-reference-marker[b-p7bgarn1zr] {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    margin-left: 0.2rem;
    align-items: center;
    justify-content: center;
    color: var(--forest);
    font-family: "Instrument Sans", sans-serif;
    font-size: 0.78rem;
    text-decoration: none;
    vertical-align: middle;
}

.championship-editorial-chapter-nav a:focus-visible[b-p7bgarn1zr],
.championship-reference-marker:focus-visible[b-p7bgarn1zr] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .championship-editorial-reading-header[b-p7bgarn1zr],
    .championship-editorial-prose[b-p7bgarn1zr] {
        grid-template-columns: minmax(0, 1fr);
        gap: 2rem;
    }

    .championship-editorial-chapter-nav ol[b-p7bgarn1zr] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-editorial-chapter-nav li:not(:first-child)[b-p7bgarn1zr] {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .championship-editorial-prose h3[b-p7bgarn1zr] {
        max-width: 14ch;
    }

    .championship-editorial-secondary-illustration[b-p7bgarn1zr] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .championship-editorial-secondary-illustration > span[b-p7bgarn1zr] {
        min-height: 18rem;
    }

    .championship-editorial-secondary-illustration img[b-p7bgarn1zr] {
        max-height: 19rem;
    }
}

@media (pointer: coarse) {
    .championship-editorial-chapter-nav a[b-p7bgarn1zr],
    .championship-reference-marker[b-p7bgarn1zr] {
        min-height: 2.75rem;
    }
}
/* /Components/Championships/ChampionshipEditorialProfile.razor.rz.scp.css */
.championship-editorial-profile[b-k9vxbmfohe] {
    min-width: 0;
}

.championship-editorial-profile-opening[b-k9vxbmfohe] {
    display: grid;
    min-width: 0;
    min-height: clamp(33rem, 62svh, 36rem);
    border-block: 1px solid var(--line-strong);
    color: var(--forest);
    background: var(--stone-raised);
}

.championship-editorial-profile-opening.with-mark[b-k9vxbmfohe] {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
    grid-template-areas:
        "identity mark"
        "statement mark";
    grid-template-rows: minmax(0, 1fr) auto;
}

.championship-editorial-profile-opening.without-mark[b-k9vxbmfohe] {
    padding: clamp(3rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 42rem);
    grid-template-areas:
        "identity"
        "statement";
    align-content: center;
}

.championship-editorial-identity[b-k9vxbmfohe] {
    display: grid;
    min-width: 0;
    padding: 3.625rem clamp(2.5rem, 6vw, 6rem) 1rem;
    align-self: end;
    grid-area: identity;
}

.championship-editorial-identity > p:first-child[b-k9vxbmfohe] {
    margin: 0 0 0.85rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.championship-editorial-identity h1[b-k9vxbmfohe] {
    max-width: 10ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.75rem, 7vw, 6.75rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.87;
    text-wrap: balance;
}

.championship-editorial-identity-line[b-k9vxbmfohe] {
    margin: 1.35rem 0 0;
    color: var(--muted-ink);
    font-size: 0.92rem;
}

.championship-editorial-statement[b-k9vxbmfohe] {
    max-width: 42rem;
    margin: 0 clamp(2.5rem, 6vw, 6rem) 3.125rem;
    padding-top: 1.375rem;
    border-top: 1px solid var(--line-strong);
    color: var(--muted-ink);
    grid-area: statement;
}

.championship-editorial-statement > p[b-k9vxbmfohe] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 1.55vw, 1.4rem);
    line-height: 1.46;
}

.championship-editorial-profile-mark[b-k9vxbmfohe] {
    display: grid;
    min-width: 0;
    margin: 1rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 1.5rem;
    align-content: center;
    justify-items: center;
    gap: 1rem;
    grid-area: mark;
    background: var(--stone-soft);
}

.championship-editorial-profile-mark > span[b-k9vxbmfohe] {
    display: grid;
    width: 100%;
    min-height: 22rem;
    place-items: center;
}

.championship-editorial-profile-mark img[b-k9vxbmfohe] {
    display: block;
    width: auto;
    max-width: min(100%, 23rem);
    height: auto;
    max-height: 21rem;
    transform: scale(var(--championship-mark-optical-scale));
    transform-origin: center;
}

.championship-editorial-profile-mark figcaption[b-k9vxbmfohe] {
    max-width: 18rem;
    color: var(--muted-ink);
    font-size: 0.72rem;
    line-height: 1.4;
    text-align: center;
}

.championship-editorial-at-a-glance[b-k9vxbmfohe] {
    min-width: 0;
    border-bottom: 1px solid var(--line-strong);
}

.championship-editorial-at-a-glance dl[b-k9vxbmfohe] {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.championship-editorial-at-a-glance dl > div[b-k9vxbmfohe] {
    display: grid;
    min-width: 0;
    padding: 1.4rem clamp(1.15rem, 2vw, 2rem);
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(6rem, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 0.75rem;
}

.championship-editorial-at-a-glance dl > div:not(:nth-child(3n + 1))[b-k9vxbmfohe] {
    border-left: 1px solid var(--line);
}

.championship-editorial-at-a-glance dt[b-k9vxbmfohe] {
    color: var(--muted-ink);
    font-size: 0.69rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.championship-editorial-at-a-glance dd[b-k9vxbmfohe] {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.4rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    line-height: 1.25;
}

.championship-editorial-at-a-glance dd > span[b-k9vxbmfohe] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.championship-reference-marker[b-k9vxbmfohe] {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    color: var(--forest);
    font-family: "Instrument Sans", sans-serif;
    font-size: 0.78rem;
    text-decoration: none;
}

.championship-reference-marker:focus-visible[b-k9vxbmfohe] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

@media (max-width: 820px) {
    .championship-editorial-profile-opening[b-k9vxbmfohe],
    .championship-editorial-profile-opening.with-mark[b-k9vxbmfohe],
    .championship-editorial-profile-opening.without-mark[b-k9vxbmfohe] {
        min-height: 0;
        padding: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "identity"
            "mark"
            "statement";
        grid-template-rows: auto;
    }

    .championship-editorial-identity[b-k9vxbmfohe] {
        padding: 2.75rem 1.4rem 1.5rem;
    }

    .championship-editorial-profile-mark[b-k9vxbmfohe] {
        min-height: 19rem;
    }

    .championship-editorial-profile-mark > span[b-k9vxbmfohe] {
        min-height: 16rem;
    }

    .championship-editorial-profile-mark img[b-k9vxbmfohe] {
        max-width: min(88%, 20rem);
        max-height: 16rem;
    }

    .championship-editorial-statement[b-k9vxbmfohe] {
        margin: 0;
        padding: 1.5rem 1.4rem 2.75rem;
        border-top: 0;
    }

    .championship-editorial-at-a-glance dl[b-k9vxbmfohe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .championship-editorial-at-a-glance dl > div:not(:nth-child(3n + 1))[b-k9vxbmfohe] {
        border-left: 0;
    }

    .championship-editorial-at-a-glance dl > div:nth-child(even)[b-k9vxbmfohe] {
        border-left: 1px solid var(--line);
    }
}

@media (max-width: 520px) {
    .championship-editorial-identity h1[b-k9vxbmfohe] {
        max-width: 100%;
        font-size: clamp(2.9rem, 14vw, 3.6rem);
        overflow-wrap: anywhere;
    }

    .championship-editorial-profile-mark[b-k9vxbmfohe] {
        min-height: 13rem;
    }

    .championship-editorial-profile-mark > span[b-k9vxbmfohe] {
        min-height: 11.5rem;
    }

    .championship-editorial-profile-mark img[b-k9vxbmfohe] {
        max-height: 11.5rem;
    }

    .championship-editorial-at-a-glance dl[b-k9vxbmfohe] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-editorial-at-a-glance dl > div[b-k9vxbmfohe],
    .championship-editorial-at-a-glance dl > div:nth-child(even)[b-k9vxbmfohe] {
        border-left: 0;
        grid-template-columns: minmax(5.75rem, 0.65fr) minmax(0, 1.35fr);
    }
}

@media (pointer: coarse) {
    .championship-reference-marker[b-k9vxbmfohe] {
        min-height: 2.75rem;
    }
}
/* /Components/Championships/ChampionshipEditorialSources.razor.rz.scp.css */
.championship-editorial-sources[b-b90562r744] {
    min-width: 0;
    border-bottom: 1px solid var(--line-strong);
}

.championship-editorial-sources > summary[b-b90562r744] {
    display: flex;
    min-height: 4.5rem;
    padding-block: 0.75rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 650;
    list-style: none;
    gap: 1.5rem;
}

.championship-editorial-sources > summary[b-b90562r744]::-webkit-details-marker {
    display: none;
}

.championship-editorial-sources > summary[b-b90562r744]::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 400;
}

.championship-editorial-sources[open] > summary[b-b90562r744]::after {
    content: "−";
}

.championship-editorial-source-count[b-b90562r744] {
    margin-left: auto;
    color: var(--muted-ink);
    font-size: 0.75rem;
    font-weight: 500;
}

.championship-editorial-source-body[b-b90562r744] {
    display: grid;
    padding-block: 1rem clamp(3rem, 7vw, 6rem);
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.5rem, 5vw, 5rem);
}

.championship-editorial-source-body > section[b-b90562r744] {
    min-width: 0;
}

.championship-editorial-source-body h3[b-b90562r744],
.championship-editorial-source-body h4[b-b90562r744] {
    margin: 0;
}

.championship-editorial-source-body h3[b-b90562r744] {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 580;
    letter-spacing: -0.035em;
}

.championship-editorial-source-body h4[b-b90562r744] {
    margin-top: 1.5rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.championship-source-register[b-b90562r744] {
    margin: 0.75rem 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.championship-source-register li[b-b90562r744] {
    display: grid;
    min-width: 0;
    padding-block: 0.75rem;
    border-bottom: 1px solid var(--line);
    gap: 0.35rem;
    color: var(--muted-ink);
    font-size: 0.78rem;
    overflow-wrap: anywhere;
}

.championship-source-register a[b-b90562r744] {
    display: inline-flex;
    min-height: 2.75rem;
    width: fit-content;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.championship-source-register p[b-b90562r744] {
    margin: 0;
    line-height: 1.45;
}

.championship-editorial-sources > summary:focus-visible[b-b90562r744],
.championship-source-register a:focus-visible[b-b90562r744] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .championship-editorial-source-body[b-b90562r744] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-editorial-source-count[b-b90562r744] {
        display: none;
    }
}

@media (pointer: coarse) {
    .championship-editorial-sources > summary[b-b90562r744],
    .championship-source-register a[b-b90562r744] {
        min-height: 2.75rem;
    }
}
/* /Components/Championships/ChampionshipTrophyCarousel.razor.rz.scp.css */
.championship-trophy-carousel[b-gjofpjbhvg] {
    --trophy-set-gap: clamp(2.5rem, 5vw, 5rem);
    position: relative;
    min-width: 0;
    height: clamp(23rem, 40vw, 30rem);
    margin-top: clamp(-1.5rem, -2vw, -0.75rem);
    overflow: clip;
    user-select: none;
}

.championship-trophy-stage[b-gjofpjbhvg] {
    display: grid;
    height: 100%;
    align-items: center;
    contain: layout paint;
}

.championship-trophy-viewport[b-gjofpjbhvg] {
    --trophy-edge-fade: clamp(2rem, 5vw, 5rem);
    min-width: 0;
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
    touch-action: pan-y;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        #000 var(--trophy-edge-fade),
        #000 calc(100% - var(--trophy-edge-fade)),
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 var(--trophy-edge-fade),
        #000 calc(100% - var(--trophy-edge-fade)),
        transparent
    );
}

.championship-trophy-rail[b-gjofpjbhvg],
.championship-trophy-set[b-gjofpjbhvg] {
    display: flex;
    width: max-content;
}

.championship-trophy-rail[b-gjofpjbhvg] {
    gap: var(--trophy-set-gap);
    transform: translate3d(var(--trophy-procession-start, 0px), 0, 0);
}

.championship-trophy-set[b-gjofpjbhvg] {
    margin: 0;
    padding: 0;
    align-items: center;
    gap: var(--trophy-set-gap);
    list-style: none;
}

.championship-trophy-carousel[data-procession-ready="true"]
    .championship-trophy-rail[b-gjofpjbhvg] {
    animation: championship-trophy-procession-b-gjofpjbhvg
        var(--trophy-procession-duration)
        linear infinite;
    will-change: transform;
}

.championship-trophy-carousel[data-trophy-focus-active="true"]
    .championship-trophy-viewport[b-gjofpjbhvg] {
    padding-inline: 0.5rem;
    overflow-x: auto;
    overflow-y: clip;
    overscroll-behavior-inline: contain;
    touch-action: auto;
    -webkit-mask-image: none;
    mask-image: none;
}

.championship-trophy-carousel[data-trophy-focus-active="true"]
    .championship-trophy-copy[b-gjofpjbhvg] {
    display: none;
}

.championship-trophy-carousel[data-trophy-focus-active="true"]
    .championship-trophy-rail[b-gjofpjbhvg] {
    animation: none !important;
    transform: none;
    will-change: auto;
}

.championship-trophy-carousel[data-trophy-pointer-active="true"]
    .championship-trophy-rail[b-gjofpjbhvg],
.championship-trophy-carousel[data-trophy-focus-active="true"]
    .championship-trophy-rail[b-gjofpjbhvg],
.championship-trophy-carousel[data-trophy-page-hidden="true"]
    .championship-trophy-rail[b-gjofpjbhvg],
.championship-trophy-carousel:focus-within .championship-trophy-rail[b-gjofpjbhvg] {
    animation-play-state: paused;
}

@keyframes championship-trophy-procession-b-gjofpjbhvg {
    from {
        transform: translate3d(var(--trophy-procession-start, 0px), 0, 0);
    }

    to {
        transform: translate3d(
            calc(
                var(--trophy-procession-start, 0px)
                + var(--trophy-procession-distance)
            ),
            0,
            0
        );
    }
}

.championship-trophy-slide[b-gjofpjbhvg] {
    --trophy-motion-scale: 1;
    position: relative;
    display: grid;
    width: clamp(8.625rem, 15vw, 13.8rem);
    height: clamp(16rem, 30vw, 25rem);
    flex: 0 0 auto;
    place-items: center;
    transform: scale(var(--trophy-motion-scale));
    transform-origin: center;
    transition: transform 100ms linear;
    will-change: transform;
}

.championship-trophy-carousel[data-trophy-focus-active="true"]
    .championship-trophy-slide[b-gjofpjbhvg] {
    transform: scale(1);
    transition: none;
    will-change: auto;
}

.championship-trophy-slide a[b-gjofpjbhvg] {
    position: absolute;
    z-index: 1;
    inset: 0;
    color: inherit;
    text-decoration: none;
}

.championship-trophy-image[b-gjofpjbhvg] {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    pointer-events: none;
    scale: var(--trophy-display-scale, 1);
    transform: scale(var(--trophy-optical-scale));
    transform-origin: center;
}

.championship-trophy-slide a:focus-visible[b-gjofpjbhvg] {
    outline: 2px solid var(--mineral);
    outline-offset: 4px;
}

@media (max-width: 680px) {
    .championship-trophy-carousel[b-gjofpjbhvg] {
        --trophy-set-gap: 2.25rem;
        height: 21rem;
        margin-top: -0.75rem;
        margin-inline: -0.625rem;
    }

    .championship-trophy-viewport[b-gjofpjbhvg] {
        --trophy-edge-fade: 2rem;
    }

    .championship-trophy-slide[b-gjofpjbhvg] {
        width: 9.75rem;
        height: 16.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .championship-trophy-viewport[b-gjofpjbhvg] {
        padding-inline: 0.5rem;
        overflow-x: auto;
        overflow-y: clip;
        overscroll-behavior-inline: contain;
        touch-action: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .championship-trophy-copy[b-gjofpjbhvg] {
        display: none;
    }

    .championship-trophy-rail[b-gjofpjbhvg] {
        animation: none !important;
        transform: none;
        will-change: auto;
    }

    .championship-trophy-slide[b-gjofpjbhvg] {
        transform: scale(1);
        transition: none;
        will-change: auto;
    }
}
/* /Components/ClubRecords/ClubArchiveContinuation.razor.rz.scp.css */
#continuations[b-2vd8sshjfi] {
    scroll-margin-top: 5.5rem;
}

.archive-continuation[b-2vd8sshjfi] {
    display: grid;
    min-width: 0;
    padding: clamp(3rem, 5vw, 4.5rem) var(--club-record-gutter);
    border-top: 1px solid var(--line-strong);
    grid-template-columns: minmax(13rem, 0.32fr) minmax(0, 0.68fr);
    background: var(--record-paper);
    gap: clamp(2rem, 5vw, 5rem);
}

.archive-continuation h2[b-2vd8sshjfi] {
    max-width: 9ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.continuation-links[b-2vd8sshjfi] {
    min-width: 0;
    border-top: 1px solid var(--line-strong);
}

.continuation-link[b-2vd8sshjfi] {
    display: flex;
    min-height: 3.5rem;
    padding-block: 0.5rem;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--record-ink);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.continuation-link:hover[b-2vd8sshjfi],
.continuation-link:focus-visible[b-2vd8sshjfi] {
    color: var(--record-active);
}

.continuation-link:focus-visible[b-2vd8sshjfi] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .archive-continuation[b-2vd8sshjfi] {
        padding: 2.75rem var(--club-record-gutter);
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .archive-continuation h2[b-2vd8sshjfi] {
        max-width: none;
        font-size: 2.5rem;
    }
}
/* /Components/ClubRecords/ClubAtAGlance.razor.rz.scp.css */
.club-at-a-glance[b-dmkjjiob5v] {
    min-width: 0;
    border-bottom: 1px solid var(--line-strong);
    color: var(--record-ink);
    background: var(--record-paper);
}

.club-at-a-glance dl[b-dmkjjiob5v] {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.club-at-a-glance dl > div[b-dmkjjiob5v] {
    display: grid;
    min-width: 0;
    min-height: 5.5rem;
    padding: 1.25rem clamp(1rem, 2.5vw, 2rem);
    border-right: 1px solid var(--line);
    align-content: center;
    gap: 0.4rem;
}

.club-at-a-glance dl > div:first-child[b-dmkjjiob5v] {
    padding-left: var(--club-record-gutter);
}

.club-at-a-glance dl > div:last-child[b-dmkjjiob5v] {
    padding-right: var(--club-record-gutter);
}

.club-at-a-glance dl > div:last-child[b-dmkjjiob5v] {
    border-right: 0;
}

.club-at-a-glance dt[b-dmkjjiob5v],
.club-at-a-glance dd[b-dmkjjiob5v] {
    min-width: 0;
    margin: 0;
}

.club-at-a-glance dt[b-dmkjjiob5v] {
    color: var(--record-muted-ink);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.club-at-a-glance dd[b-dmkjjiob5v] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.2;
    overflow-wrap: break-word;
}

.club-at-a-glance a[b-dmkjjiob5v] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.5rem;
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--line-strong);
    text-underline-offset: 0.2em;
}

.club-at-a-glance a:hover[b-dmkjjiob5v],
.club-at-a-glance a:focus-visible[b-dmkjjiob5v] {
    color: var(--record-active);
}

.club-at-a-glance a:focus-visible[b-dmkjjiob5v] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .club-at-a-glance dl[b-dmkjjiob5v] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .club-at-a-glance dl > div:nth-child(2n)[b-dmkjjiob5v] {
        padding-right: var(--club-record-gutter);
        border-right: 0;
    }

    .club-at-a-glance dl > div:nth-child(2n + 1)[b-dmkjjiob5v] {
        padding-left: var(--club-record-gutter);
    }

    .club-at-a-glance dl > div:nth-child(n + 3)[b-dmkjjiob5v] {
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 520px) {
    .club-at-a-glance dl[b-dmkjjiob5v] {
        grid-template-columns: minmax(0, 1fr);
    }

    .club-at-a-glance dl > div[b-dmkjjiob5v] {
        min-height: 4.75rem;
        padding-inline: var(--club-record-gutter);
        border-top: 1px solid var(--line);
        border-right: 0;
    }

    .club-at-a-glance dl > div:first-child[b-dmkjjiob5v] {
        border-top: 0;
    }
}
/* /Components/ClubRecords/ClubChampionshipHistory.razor.rz.scp.css */
.championship-history[b-psjynq85qt] {
    --record-stone: var(--forest);
    --record-paper: var(--stone-raised);
    --record-line: var(--stone-soft);

    min-width: 0;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5rem);
    color: var(--record-paper);
    background: var(--record-stone);
}

#championships[b-psjynq85qt] {
    scroll-margin-top: 5.5rem;
}

#championship-history[b-psjynq85qt] {
    scroll-margin-top: 5.5rem;
}

.championship-heading[b-psjynq85qt] {
    max-width: 46rem;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.championship-history-rich[b-psjynq85qt] {
    display: block;
    padding: 3rem 6vw 1.5rem;
    color: #f3eee3;
    background: #08281f;
}

.championship-history.championship-history-rich[b-psjynq85qt] {
    min-height: 36rem;
}

.championship-history-rich .championship-heading[b-psjynq85qt] {
    margin-bottom: 0;
}

.championship-history-rich .championship-heading > p[b-psjynq85qt] {
    display: none;
}

.championship-history-rich .championship-heading h2[b-psjynq85qt] {
    max-width: none;
    margin: 0;
    color: #c8a45c;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.3;
}

.championship-heading p[b-psjynq85qt],
.championship-feature-copy > p[b-psjynq85qt],
.championship-feature-winner span[b-psjynq85qt],
.edition-ledger span[b-psjynq85qt] {
    margin: 0;
    color: var(--record-paper);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.championship-heading h2[b-psjynq85qt] {
    max-width: 12ch;
    margin: 0.4rem 0 0;
    font-size: clamp(2.5rem, 5.5vw, 5.75rem);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.championship-precision[b-psjynq85qt] {
    max-width: 68rem;
    margin-block: clamp(1.5rem, 3vw, 2.5rem);
}

.championship-precision h3[b-psjynq85qt] {
    margin: 0 0 0.75rem;
    color: var(--record-paper);
    font-size: 1rem;
}

.precision-ledger[b-psjynq85qt] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--record-line);
    list-style: none;
}

.precision-ledger li[b-psjynq85qt] {
    display: grid;
    min-height: 2.75rem;
    padding-block: 0.85rem;
    border-bottom: 1px solid var(--record-line);
    grid-template-columns: minmax(12rem, 0.45fr) minmax(0, 0.55fr);
    gap: 1rem;
}

.precision-ledger li > span[b-psjynq85qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.precision-ledger a[b-psjynq85qt] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.championship-history-rich .championship-precision[b-psjynq85qt] {
    color: #f3eee3;
}

.championship-feature[b-psjynq85qt] {
    display: grid;
    max-width: 68rem;
    margin-bottom: clamp(3.5rem, 8vw, 7rem);
    padding-block: clamp(1.5rem, 3vw, 2.75rem);
    border-block: 1px solid var(--record-line);
    border-radius: 1.5rem;
    grid-template-columns: minmax(9rem, 0.36fr) minmax(0, 0.64fr);
    gap: clamp(1.5rem, 5vw, 5rem);
}

.championship-history-rich .championship-feature[b-psjynq85qt] {
    min-height: 22rem;
    max-width: none;
    margin-bottom: 0;
    padding-block: 0;
    border-block: 0;
    grid-template-columns: minmax(0, 0.96fr) minmax(20.625rem, 1.04fr);
    align-items: center;
    gap: clamp(2.25rem, 5vw, 4.75rem);
}

.championship-history-rich .championship-feature-year[b-psjynq85qt] {
    color: #db8178;
    font-size: clamp(7.5rem, 15vw, 13rem);
    font-weight: 430;
    line-height: 0.74;
}

.championship-history-rich .championship-feature-kicker[b-psjynq85qt],
.championship-history-rich .championship-feature-editorial[b-psjynq85qt] {
    margin: 0 0 1.125rem;
    color: #c8a45c;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-transform: none;
}

.championship-history-rich .championship-feature-winner[b-psjynq85qt],
.championship-history-rich .championship-feature-headline[b-psjynq85qt] {
    max-width: 15ch;
    margin: 0;
    color: #f3eee3;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 510;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.championship-history-rich .championship-feature-editorial[b-psjynq85qt] {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.championship-history-rich .championship-feature-summary[b-psjynq85qt] {
    max-width: 27.5rem;
    margin: 0.5rem 0 0;
    color: rgb(243 238 227 / 76%);
    font-size: 1rem;
    font-weight: 450;
    letter-spacing: normal;
    line-height: 1.45;
    text-transform: none;
}

.championship-feature-year[b-psjynq85qt] {
    align-self: start;
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 620;
    letter-spacing: -0.09em;
    line-height: 0.78;
    font-variant-numeric: tabular-nums;
}

.championship-feature-copy[b-psjynq85qt] {
    min-width: 0;
}

.championship-feature-copy h3[b-psjynq85qt] {
    max-width: 15ch;
    margin: 0.7rem 0 1rem;
    font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: 570;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.championship-feature-copy h3 + p[b-psjynq85qt] {
    max-width: 42rem;
    font-size: 1rem;
    font-weight: 450;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
}

.championship-feature-winner[b-psjynq85qt] {
    display: grid;
    margin-top: 1.25rem !important;
    font-size: 1.125rem !important;
    font-weight: 620 !important;
    gap: 0.35rem;
}

.championship-chronology[b-psjynq85qt] {
    display: grid;
    max-width: 68rem;
    gap: clamp(2.5rem, 5vw, 4.5rem);
}

.championship-history-rich .championship-chronology[b-psjynq85qt] {
    max-width: none;
    gap: 0;
}

.championship-history-extended[b-psjynq85qt],
.championship-history-decades[b-psjynq85qt] {
    padding-block: 2rem;
}

.championship-history-extended .championship-heading[b-psjynq85qt],
.championship-history-decades .championship-heading[b-psjynq85qt] {
    margin-bottom: 2rem;
}

.championship-history-extended .championship-heading h2[b-psjynq85qt],
.championship-history-decades .championship-heading h2[b-psjynq85qt] {
    font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.championship-history-extended .championship-chronology[b-psjynq85qt] {
    max-width: none;
    gap: 2rem 1.5rem;
}

.championship-history-extended .championship-series > h3[b-psjynq85qt] {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.championship-history-extended .championship-feature[b-psjynq85qt],
.championship-history-extended .championship-feature-copy[b-psjynq85qt] {
    min-width: 0;
}

.championship-history-extended .championship-feature-winner[b-psjynq85qt],
.championship-history-extended .championship-feature-kicker[b-psjynq85qt],
.championship-history-extended .championship-feature-headline[b-psjynq85qt],
.championship-history-extended .championship-feature-editorial[b-psjynq85qt],
.championship-history-extended .championship-feature-summary[b-psjynq85qt] {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.championship-history-extended .edition-ledger[b-psjynq85qt] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0.875rem;
}

.championship-decade-gallery[b-psjynq85qt] {
    display: grid;
    max-width: 80rem;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: clamp(1.75rem, 3.5vw, 3rem) clamp(1.25rem, 2.5vw, 2rem);
}

.championship-decade[b-psjynq85qt] {
    min-width: 0;
}

.championship-decade > h3[b-psjynq85qt] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 620;
    letter-spacing: -0.04em;
}

.championship-decade .edition-ledger[b-psjynq85qt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.875rem;
}

.championship-history-extended .edition-ledger > li[b-psjynq85qt],
.championship-decade .edition-ledger > li[b-psjynq85qt] {
    min-width: 0;
    padding-block: 0.35rem;
    grid-template-columns: minmax(2.75rem, auto) minmax(0, 1fr);
    gap: 0.4rem;
}

.championship-history-extended .edition-ledger > li > time[b-psjynq85qt],
.championship-decade .edition-ledger > li > time[b-psjynq85qt] {
    font-size: 1rem;
}

.championship-history-extended .edition-ledger > li > div[b-psjynq85qt],
.championship-decade .edition-ledger > li > div[b-psjynq85qt] {
    min-width: 0;
    gap: 0.2rem;
}

.championship-history-extended .edition-ledger p[b-psjynq85qt],
.championship-decade .edition-ledger p[b-psjynq85qt] {
    display: block;
    min-width: 0;
    font-size: 0.75rem;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-break: break-word;
}

.championship-history-extended .edition-ledger p span[b-psjynq85qt],
.championship-decade .edition-ledger p span[b-psjynq85qt] {
    display: inline;
    margin-right: 0.25rem;
}

.championship-decade .edition-series-name[b-psjynq85qt] {
    color: var(--record-paper);
    font-weight: 650;
}

.championship-history-decades .edition-series-name[b-psjynq85qt] {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.championship-history-rich .edition-ledger[b-psjynq85qt] {
    display: grid;
    border-top-color: rgb(243 238 227 / 24%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 0;
}

.championship-history-rich .edition-ledger > li[b-psjynq85qt] {
    display: block;
    min-height: 6rem;
    padding: 0.875rem 1rem 0.75rem 0;
    border-right: 1px solid rgb(243 238 227 / 16%);
    border-bottom: 0;
}

.championship-history-rich .edition-ledger > li:last-child[b-psjynq85qt] {
    border-right: 0;
}

.championship-history-rich .edition-ledger > li.edition-featured[b-psjynq85qt] {
    margin-top: -2px;
    border-top: 2px solid #c8a45c;
}

.championship-history-rich .edition-ledger > li > time[b-psjynq85qt] {
    display: block;
    color: #c8a45c;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}

.championship-history-rich .edition-ledger > li > div[b-psjynq85qt] {
    display: block;
}

.championship-history-rich .edition-ledger p[b-psjynq85qt] {
    display: block;
    min-width: 0;
    margin-top: 0.25rem;
    color: rgb(243 238 227 / 70%);
    font-size: 0.75rem;
    font-weight: 450;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-word;
}

.championship-history-rich .edition-ledger p:first-child[b-psjynq85qt] {
    margin-top: 0.8125rem;
    color: #f3eee3;
    font-size: 0.9375rem;
    font-weight: 560;
}

.championship-history-rich .edition-ledger p span[b-psjynq85qt] {
    display: none;
}

.championship-series > h3[b-psjynq85qt] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 620;
    letter-spacing: -0.04em;
}

.edition-ledger[b-psjynq85qt] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--record-line);
    list-style: none;
}

.edition-ledger > li[b-psjynq85qt] {
    display: grid;
    min-width: 0;
    padding-block: clamp(1rem, 2vw, 1.5rem);
    border-bottom: 1px solid var(--record-line);
    grid-template-columns: minmax(5rem, 0.18fr) minmax(0, 0.82fr);
    gap: 1.5rem;
    scroll-margin-top: 5.5rem;
}

.edition-ledger > li > time[b-psjynq85qt] {
    font-size: clamp(1.35rem, 2.25vw, 2rem);
    font-weight: 620;
    letter-spacing: -0.05em;
    line-height: 0.9;
    font-variant-numeric: tabular-nums;
}

.edition-ledger > li > div[b-psjynq85qt] {
    display: grid;
    align-content: start;
    gap: 0.65rem;
}

.edition-ledger p[b-psjynq85qt] {
    display: grid;
    margin: 0;
    font-size: 1rem;
    font-weight: 570;
    gap: 0.25rem;
}

@media (max-width: 1100px) {
    .championship-history-extended .edition-ledger[b-psjynq85qt] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .championship-history.championship-history-rich[b-psjynq85qt] {
        min-height: 34rem;
    }

    .championship-history-rich[b-psjynq85qt] {
        padding: 2rem clamp(0.875rem, 4vw, 1.125rem) 1.75rem;
    }

    .championship-history-rich .championship-feature[b-psjynq85qt] {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .championship-history-rich .championship-feature-year[b-psjynq85qt] {
        margin-top: 1.375rem;
        font-size: clamp(5rem, 25vw, 6rem);
    }

    .championship-history-rich .championship-feature-copy[b-psjynq85qt] {
        margin-top: 1.375rem;
    }

    .championship-history-rich .championship-feature-winner[b-psjynq85qt],
    .championship-history-rich .championship-feature-headline[b-psjynq85qt] {
        font-size: clamp(1.875rem, 9vw, 2.25rem);
        line-height: 0.96;
    }

    .championship-history-rich .championship-feature-editorial[b-psjynq85qt] {
        margin-top: 0.875rem;
    }

    .championship-history-rich .championship-feature-summary[b-psjynq85qt] {
        margin-top: 0.375rem;
        font-size: 0.9375rem;
    }

    .championship-history-rich .championship-chronology[b-psjynq85qt] {
        margin-top: 1.5rem;
    }

    .championship-history-rich .edition-ledger[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-history-rich .edition-ledger > li[b-psjynq85qt] {
        display: grid;
        min-height: 3.25rem;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid rgb(243 238 227 / 16%);
        grid-template-columns: 3.375rem minmax(0, 1fr);
        align-items: center;
        gap: 0.875rem;
    }

    .championship-history-rich .edition-ledger > li.edition-featured[b-psjynq85qt] {
        margin-top: 0;
        padding-left: 0.625rem;
        border-top: 0;
        border-left: 2px solid #c8a45c;
    }

    .championship-history-rich .edition-ledger p:first-child[b-psjynq85qt],
    .championship-history-rich .edition-ledger p[b-psjynq85qt] {
        margin-top: 0;
        font-size: 0.8125rem;
    }

    .championship-history-extended[b-psjynq85qt],
    .championship-history-decades[b-psjynq85qt] {
        padding-block: 1.5rem;
    }

    .championship-history-extended .championship-chronology[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    .championship-history-extended .edition-ledger[b-psjynq85qt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.625rem;
    }

    .championship-decade .edition-ledger[b-psjynq85qt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.625rem;
    }

    .championship-history-decades .edition-ledger[b-psjynq85qt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .championship-history-decades .edition-ledger > li[b-psjynq85qt] {
        display: block;
    }

    .championship-history-decades .edition-ledger > li > time[b-psjynq85qt] {
        display: block;
        margin-bottom: 0.25rem;
    }

    .championship-decade-gallery[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .championship-decade + .championship-decade[b-psjynq85qt] {
        margin-top: 0.5rem;
        padding-top: 1.5rem;
        border-top: 2px solid rgb(243 238 227 / 42%);
    }

    .championship-decade > h3[b-psjynq85qt] {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 340px) {
    .championship-history-rich[b-psjynq85qt] {
        padding-inline: 0.875rem;
    }

    .championship-history-rich .championship-feature[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-history-rich .edition-ledger[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-history-extended .championship-feature[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-decade .edition-ledger[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-history-decades .edition-ledger[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Editorial Club record composition. The complete chronology stays in the
   DOM but is no longer part of the default reading path. */
.championship-history[b-psjynq85qt],
.championship-history-rich[b-psjynq85qt],
.championship-history-extended[b-psjynq85qt],
.championship-history-decades[b-psjynq85qt] {
    min-height: 0;
    padding: clamp(3rem, 6vw, 5rem) var(--club-record-gutter);
    color: var(--record-ink);
    background: var(--record-paper);
}

.championship-heading[b-psjynq85qt],
.championship-history-rich .championship-heading[b-psjynq85qt] {
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
}

.championship-heading h2[b-psjynq85qt],
.championship-history-rich .championship-heading h2[b-psjynq85qt],
.championship-history-extended .championship-heading h2[b-psjynq85qt],
.championship-history-decades .championship-heading h2[b-psjynq85qt] {
    max-width: none;
    margin: 0;
    color: var(--record-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 4.25rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.94;
}

.championship-precision[b-psjynq85qt] {
    max-width: none;
    margin-block: 0;
}

.precision-ledger[b-psjynq85qt] {
    border-top-color: var(--line-strong);
}

.precision-ledger li[b-psjynq85qt] {
    border-bottom-color: var(--line);
}

.precision-ledger a[b-psjynq85qt],
.precision-ledger strong[b-psjynq85qt] {
    color: var(--record-ink);
}

.championship-feature[b-psjynq85qt],
.championship-history-rich .championship-feature[b-psjynq85qt],
.championship-history-extended .championship-feature[b-psjynq85qt] {
    --championship-feature-surface: #183d2b;
    --championship-feature-ink: #f0eee5;
    --championship-feature-muted: rgb(240 238 229 / 82%);
    --championship-feature-year: #e7a092;
    --championship-feature-accent: #d0b969;

    display: grid;
    min-height: 0;
    max-width: none;
    margin: clamp(2rem, 4vw, 3.5rem) 0 0;
    padding: clamp(2rem, 4vw, 3.5rem);
    border: 0;
    grid-template-columns: minmax(8rem, 0.3fr) minmax(0, 0.7fr);
    align-items: end;
    gap: clamp(1.5rem, 5vw, 4rem);
    color: var(--championship-feature-ink);
    background: var(--championship-feature-surface);
}

.championship-feature-year[b-psjynq85qt],
.championship-history-rich .championship-feature-year[b-psjynq85qt] {
    margin: 0;
    color: var(--championship-feature-year);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.5rem, 10vw, 7.5rem);
    font-weight: 400;
    line-height: 0.8;
}

.championship-history-rich .championship-feature-winner[b-psjynq85qt],
.championship-history-rich .championship-feature-headline[b-psjynq85qt],
.championship-feature-copy h3[b-psjynq85qt] {
    max-width: 16ch;
    color: var(--championship-feature-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 0.98;
}

.championship-feature-kicker[b-psjynq85qt],
.championship-history-rich .championship-feature-kicker[b-psjynq85qt],
.championship-feature-editorial[b-psjynq85qt],
.championship-history-rich .championship-feature-editorial[b-psjynq85qt] {
    color: var(--championship-feature-accent);
    text-transform: none;
}

.championship-feature-summary[b-psjynq85qt],
.championship-history-rich .championship-feature-summary[b-psjynq85qt] {
    max-width: 34rem;
    color: var(--championship-feature-muted);
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none;
}

.championship-complete-history[b-psjynq85qt] {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line);
}

.championship-reference .championship-heading[b-psjynq85qt] {
    margin-bottom: 0;
}

.championship-reference .championship-heading h2[b-psjynq85qt] {
    font-size: clamp(2rem, 3.5vw, 3rem);
}

.championship-complete-history > summary[b-psjynq85qt] {
    display: flex;
    min-height: 3.5rem;
    padding-block: 0.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
}

.championship-complete-history > summary[b-psjynq85qt]::-webkit-details-marker {
    display: none;
}

.championship-complete-history > summary > span:first-child[b-psjynq85qt] {
    font-size: 1rem;
    font-weight: 600;
}

.championship-complete-history > summary > span:last-child[b-psjynq85qt] {
    color: var(--record-muted-ink);
    font-size: 0.875rem;
}

.championship-complete-history > summary:focus-visible[b-psjynq85qt] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

.championship-complete-history[open] > summary[b-psjynq85qt] {
    border-bottom: 1px solid var(--line-strong);
}

.championship-complete-history .championship-chronology[b-psjynq85qt],
.championship-complete-history .championship-decade-gallery[b-psjynq85qt] {
    max-width: none;
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

.championship-complete-history .edition-ledger[b-psjynq85qt] {
    border-top-color: var(--line-strong);
}

.championship-complete-history .edition-ledger > li[b-psjynq85qt] {
    border-color: var(--line);
}

.championship-complete-history .edition-ledger > li > time[b-psjynq85qt],
.championship-complete-history .edition-ledger p[b-psjynq85qt],
.championship-complete-history .edition-series-name[b-psjynq85qt],
.championship-complete-history .championship-series > h3[b-psjynq85qt],
.championship-complete-history .championship-decade > h3[b-psjynq85qt] {
    color: var(--record-ink);
}

@media (max-width: 760px) {
    .championship-history[b-psjynq85qt],
    .championship-history-rich[b-psjynq85qt],
    .championship-history-extended[b-psjynq85qt],
    .championship-history-decades[b-psjynq85qt] {
        min-height: 0;
        padding: 2.75rem var(--club-record-gutter);
    }

    .championship-heading h2[b-psjynq85qt],
    .championship-history-rich .championship-heading h2[b-psjynq85qt],
    .championship-history-extended .championship-heading h2[b-psjynq85qt],
    .championship-history-decades .championship-heading h2[b-psjynq85qt] {
        font-size: 2.5rem;
    }

    .championship-feature[b-psjynq85qt],
    .championship-history-rich .championship-feature[b-psjynq85qt],
    .championship-history-extended .championship-feature[b-psjynq85qt] {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.75rem;
        gap: 1.25rem;
    }

    .championship-feature-year[b-psjynq85qt],
    .championship-history-rich .championship-feature-year[b-psjynq85qt] {
        font-size: clamp(4rem, 22vw, 5.75rem);
    }
}
/* /Components/ClubRecords/ClubCourseGallery.razor.rz.scp.css */
#courses[b-2g5u7j8osw] {
    min-width: 0;
    scroll-margin-top: 5.5rem;
}

.course-gallery[b-2g5u7j8osw] {
    --rule-strong: var(--record-ink);
    padding: clamp(3.25rem, 6vw, 5.5rem) var(--club-record-gutter);
    border-top: 1px solid var(--line-strong);
    background: var(--record-paper);
}

.course-heading[b-2g5u7j8osw] {
    max-width: 46rem;
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.course-heading h2[b-2g5u7j8osw] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 4.25rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.94;
}

.course-exhibits[b-2g5u7j8osw] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    border-top: 2px solid var(--record-ink);
}

.course-labels[b-2g5u7j8osw],
.course-register-chapter[b-2g5u7j8osw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2rem, 5vw, 5.5rem);
}

.course-labels[b-2g5u7j8osw],
.course-register[b-2g5u7j8osw] {
    border-top: 2px solid var(--rule-strong);
}

.course-register[b-2g5u7j8osw] {
    display: block;
}

.course-register-chapter + .course-register-chapter[b-2g5u7j8osw] {
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
    padding-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid var(--rule-strong);
}

@media (max-width: 760px) {
    .course-gallery[b-2g5u7j8osw] {
        padding: 2.75rem var(--club-record-gutter) 3.25rem;
    }

    .course-heading[b-2g5u7j8osw] {
        margin-bottom: 1.5rem;
    }

    .course-heading h2[b-2g5u7j8osw] {
        font-size: 2.5rem;
    }

    .course-labels[b-2g5u7j8osw],
    .course-register-chapter[b-2g5u7j8osw] {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-labels[b-2g5u7j8osw] {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-register-chapter[b-2g5u7j8osw] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/ClubRecords/ClubCourseHolding.razor.rz.scp.css */
.course-holding[b-vvcwqczj50] {
    min-width: 0;
    padding-block: clamp(1.5rem, 3vw, 2.25rem);
    border-bottom: 1px solid var(--line);
}

.course-identity[b-vvcwqczj50] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(1.5rem, 4vw, 4rem);
}

.course-identity h3[b-vvcwqczj50] {
    min-width: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 4.25vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.95;
    overflow-wrap: break-word;
    word-break: normal;
}

.course-title-link[b-vvcwqczj50] {
    display: flex;
    box-sizing: border-box;
    min-width: 2.75rem;
    min-height: 2.75rem;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

.course-title-link > span:first-child[b-vvcwqczj50] {
    min-width: 0;
}

.course-title-link > span:last-child[b-vvcwqczj50] {
    flex: none;
    color: var(--record-active);
    font-family: Instrument Sans, sans-serif;
    font-size: 1.1rem;
}

.course-title-link:hover[b-vvcwqczj50],
.course-title-link:focus-visible[b-vvcwqczj50] {
    color: var(--record-active);
}

.course-title-link:focus-visible[b-vvcwqczj50] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

.course-facts[b-vvcwqczj50] {
    display: flex;
    min-width: 0;
    margin: 0;
    gap: clamp(1rem, 2vw, 1.75rem);
}

.course-facts > div[b-vvcwqczj50] {
    display: grid;
    min-width: 3.5rem;
    gap: 0.35rem;
}

.course-facts dt[b-vvcwqczj50],
.course-facts dd[b-vvcwqczj50] {
    margin: 0;
}

.course-facts dt[b-vvcwqczj50] {
    color: var(--record-muted-ink);
    font-size: 0.75rem;
    font-weight: 600;
}

.course-facts dd[b-vvcwqczj50] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 760px) {
    .course-identity[b-vvcwqczj50] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 1rem;
    }

    .course-identity h3[b-vvcwqczj50] {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .course-facts[b-vvcwqczj50] {
        padding-top: 1rem;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 359px) {
    .course-facts[b-vvcwqczj50] {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) and (max-height: 430px) and (orientation: landscape) {
    .course-identity h3[b-vvcwqczj50] {
        font-size: clamp(1.5rem, 3.25vw, 2rem);
        overflow-wrap: normal;
        word-break: normal;
    }
}
/* /Components/ClubRecords/ClubCourseLabel.razor.rz.scp.css */
.course-label[b-9utqpnbwkv] {
    display: grid;
    min-width: 0;
    padding-block: 1.5rem;
    border-bottom: 1px solid var(--line);
    align-content: start;
    gap: 0.75rem;
}

.course-label h3[b-9utqpnbwkv] {
    min-width: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
    overflow-wrap: break-word;
    word-break: normal;
}

.course-label-facts[b-9utqpnbwkv] {
    margin: 0;
    color: var(--record-muted-ink);
    font-size: 0.875rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.45;
}

.course-label-link[b-9utqpnbwkv] {
    display: flex;
    box-sizing: border-box;
    min-width: 2.75rem;
    min-height: 2.75rem;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.course-label-link:hover[b-9utqpnbwkv],
.course-label-link:focus-visible[b-9utqpnbwkv] {
    color: var(--record-active);
}

.course-label-link:focus-visible[b-9utqpnbwkv] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .course-label h3[b-9utqpnbwkv] {
        font-size: 2rem;
    }
}

@media (max-width: 900px) and (max-height: 430px) and (orientation: landscape) {
    .course-label h3[b-9utqpnbwkv] {
        font-size: clamp(1.5rem, 3.25vw, 2rem);
        overflow-wrap: normal;
        word-break: normal;
    }
}
/* /Components/ClubRecords/ClubDesignRelationships.razor.rz.scp.css */
.design-relationships[b-usauqavzkq] {
    --design-structure: var(--ink);
    display: grid;
    min-width: 0;
    border-top: 1px solid var(--design-structure);
    grid-template-columns: minmax(14rem, 0.3fr) minmax(0, 0.7fr);
    background: var(--record-paper);
}

#design-relationships[b-usauqavzkq] {
    scroll-margin-top: 5.5rem;
}

.design-heading[b-usauqavzkq] {
    min-width: 0;
    padding: clamp(3rem, 5vw, 4.75rem) clamp(2rem, 5vw, 5rem);
    padding-left: var(--club-record-gutter);
}

.design-heading h2[b-usauqavzkq] {
    max-width: 10ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.75rem, 4.5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.design-availability[b-usauqavzkq] {
    max-width: 24ch;
    margin: 1.25rem 0 0;
    color: var(--record-muted-ink);
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
}

.design-wall[b-usauqavzkq] {
    min-width: 0;
    border-left: 1px solid var(--design-structure);
}

.design-feature[b-usauqavzkq] {
    min-width: 0;
    padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 5rem);
    padding-right: var(--club-record-gutter);
    border-bottom: 1px solid var(--design-structure);
}

.design-feature-main[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(5rem, 0.2fr) minmax(0, 0.8fr);
    align-items: end;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.design-feature-years[b-usauqavzkq] {
    margin: 0;
    color: var(--record-active);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-variant-numeric: tabular-nums;
}

.design-feature-person[b-usauqavzkq] {
    min-width: 0;
}

.design-feature h3[b-usauqavzkq] {
    max-width: 100%;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
    overflow-wrap: break-word;
    word-break: break-word;
}

.design-feature h3 a[b-usauqavzkq],
.design-feature-person p a[b-usauqavzkq],
.course-design-group h3 a[b-usauqavzkq],
.course-design-list strong a[b-usauqavzkq],
.lineage-link[b-usauqavzkq] {
    color: inherit;
    text-decoration: none;
}

.lineage-name[b-usauqavzkq] {
    min-width: 0;
    max-width: 100%;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 600;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lineage-years[b-usauqavzkq] {
    min-width: 0;
    max-width: 100%;
    color: var(--record-muted-ink);
    font-size: 0.875rem;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lineage-state[b-usauqavzkq] {
    color: var(--record-muted-ink);
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.design-feature h3 a:hover[b-usauqavzkq],
.design-feature h3 a:focus-visible[b-usauqavzkq],
.design-feature-person p a:hover[b-usauqavzkq],
.design-feature-person p a:focus-visible[b-usauqavzkq],
.course-design-group h3 a:hover[b-usauqavzkq],
.course-design-group h3 a:focus-visible[b-usauqavzkq],
.course-design-list strong a:hover[b-usauqavzkq],
.course-design-list strong a:focus-visible[b-usauqavzkq],
.lineage-link:hover .lineage-name[b-usauqavzkq],
.lineage-link:focus-visible .lineage-name[b-usauqavzkq] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.design-relationships a:focus-visible[b-usauqavzkq] {
    outline: 2px solid var(--record-active);
    outline-offset: 3px;
}

.design-feature-person p[b-usauqavzkq] {
    margin: 0.75rem 0 0;
    color: var(--record-muted-ink);
    font-size: 1rem;
}

.design-feature-person .design-feature-scope[b-usauqavzkq] {
    max-width: 42ch;
    margin-top: 0.45rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

.course-design-history[b-usauqavzkq],
.club-lineage[b-usauqavzkq] {
    padding: 0 clamp(2rem, 5vw, 5rem) clamp(2.5rem, 4vw, 3.5rem);
    padding-right: var(--club-record-gutter);
}

.course-design-groups[b-usauqavzkq] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--design-structure);
}

.course-design-group[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    padding-block: 1.25rem;
    border-bottom: 1px solid var(--design-structure);
    grid-template-columns: minmax(8rem, 0.32fr) minmax(0, 0.68fr);
    gap: clamp(1rem, 3vw, 2.5rem);
}

.course-design-group h3[b-usauqavzkq] {
    min-width: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 400;
    overflow-wrap: break-word;
}

.course-design-list[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-design-list > li[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    padding-block: 0.4rem;
    grid-template-columns: minmax(8rem, 1fr) minmax(7rem, 0.7fr) minmax(5rem, 0.45fr);
    gap: 0.75rem;
}

.course-design-list strong[b-usauqavzkq] {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.course-design-list span[b-usauqavzkq] {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.course-design-list .work-scope[b-usauqavzkq] {
    grid-column: 2 / -1;
    line-height: 1.45;
}

.course-design-list strong[b-usauqavzkq] {
    font-size: 1rem;
    font-weight: 600;
}

.course-design-list span[b-usauqavzkq] {
    color: var(--record-muted-ink);
    font-size: 0.875rem;
}

.club-lineage > h3[b-usauqavzkq] {
    margin: 0;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
}

.lineage-register[b-usauqavzkq] {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--design-structure);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.lineage-item[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    min-height: 4.5rem;
    padding: 0.875rem 1rem 0.875rem 0;
    border-bottom: 1px solid var(--design-structure);
    align-content: center;
    gap: 0.35rem;
}

.lineage-link[b-usauqavzkq] {
    display: grid;
    min-width: 0;
    min-height: 2.75rem;
    grid-template-columns: minmax(0, 1fr) 1rem;
    align-content: center;
    gap: 0.35rem 1rem;
}

.lineage-link .lineage-name[b-usauqavzkq],
.lineage-link .lineage-years[b-usauqavzkq] {
    grid-column: 1;
}

.lineage-arrow[b-usauqavzkq] {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
}

.lineage-item:nth-child(even)[b-usauqavzkq] {
    padding-left: 1rem;
    border-left: 1px solid var(--design-structure);
}

@media (max-width: 760px) {
    .design-relationships[b-usauqavzkq] {
        grid-template-columns: minmax(0, 1fr);
    }

    .design-heading[b-usauqavzkq] {
        padding: 2.75rem var(--club-record-gutter) 1.75rem;
    }

    .design-heading h2[b-usauqavzkq] {
        max-width: none;
        font-size: 2.5rem;
    }

    .design-wall[b-usauqavzkq] {
        border-left: 0;
    }

    .design-feature[b-usauqavzkq] {
        padding: 1.75rem var(--club-record-gutter) 2rem;
        border-top: 1px solid var(--design-structure);
    }

    .design-feature-main[b-usauqavzkq],
    .course-design-group[b-usauqavzkq],
    .course-design-list > li[b-usauqavzkq],
    .lineage-register[b-usauqavzkq] {
        grid-template-columns: minmax(0, 1fr);
    }

    .design-feature-main[b-usauqavzkq] {
        grid-template-columns: minmax(0, 1fr);
    }

    .lineage-register[b-usauqavzkq] {
        grid-template-columns: minmax(0, 1fr);
    }

    .design-feature-main[b-usauqavzkq] {
        gap: 1rem;
    }

    .course-design-history[b-usauqavzkq],
    .club-lineage[b-usauqavzkq] {
        padding-inline: var(--club-record-gutter);
    }

    .course-design-list > li[b-usauqavzkq] {
        gap: 0.3rem;
    }

    .course-design-list .work-scope[b-usauqavzkq] {
        grid-column: 1;
    }

    .lineage-item:nth-child(even)[b-usauqavzkq] {
        padding-left: 0;
        border-left: 0;
    }
}
/* /Components/ClubRecords/ClubRecordBody.razor.rz.scp.css */
.club-promenade[b-8cek30hzr6] {
    --record-paper: var(--stone-raised);
    --record-stone: var(--stone-soft);
    --record-ink: var(--ink);
    --record-muted-ink: color-mix(in srgb, var(--record-ink) 72%, var(--record-paper));
    --record-brass: var(--brass, #8b6b24);
    --record-active: var(--red);
    --club-record-gutter: clamp(2rem, 6vw, 6rem);
    display: flow-root;
    width: min(100%, var(--page-max));
    min-width: 0;
    margin-inline: auto;
    color: var(--record-ink);
}

@media (max-width: 900px) {
    .club-promenade[b-8cek30hzr6] {
        --club-record-gutter: clamp(1.5rem, 6vw, 3.5rem);
    }
}

@media (max-width: 760px) {
    .club-promenade[b-8cek30hzr6] {
        --club-record-gutter: clamp(0.875rem, 4vw, 1.125rem);
        width: min(100%, var(--page-max));
        padding-inline:
            env(safe-area-inset-left)
            env(safe-area-inset-right);
    }
}
/* /Components/ClubRecords/ClubRecordOpening.razor.rz.scp.css */
.club-opening[b-v4v9e1qjjq] {
    --record-paper: var(--stone-raised);
    --record-ink: var(--ink);
    --record-active: var(--red);
    position: relative;
    display: grid;
    min-width: 0;
    min-height: clamp(34rem, 64svh, 39rem);
    grid-template-columns: minmax(0, 1.04fr) minmax(22rem, 0.96fr);
    grid-template-areas:
        "identity object"
        "statement object";
    grid-template-rows: minmax(0, 1fr) auto;
    color: var(--record-ink);
    background: var(--record-paper);
}

.opening-identity[b-v4v9e1qjjq] {
    min-width: 0;
    padding: 0 var(--club-record-gutter);
    align-self: end;
    grid-area: identity;
}

.opening-identity h1[b-v4v9e1qjjq] {
    max-width: 13ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.75rem, 6vw, 5.35rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.92;
    text-wrap: balance;
    overflow-wrap: break-word;
}

.opening-place[b-v4v9e1qjjq] {
    margin: clamp(1.1rem, 2vw, 1.65rem) 0 0;
    color: var(--record-muted-ink);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.opening-statement[b-v4v9e1qjjq] {
    min-width: 0;
    grid-area: statement;
    max-width: 38rem;
    margin: 2.25rem var(--club-record-gutter) clamp(3.5rem, 5vw, 4.75rem);
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
    color: var(--record-muted-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 1.55vw, 1.4rem);
    line-height: 1.45;
}

.opening-object[b-v4v9e1qjjq] {
    display: grid;
    min-width: 0;
    padding: clamp(1.5rem, 3.5vw, 3rem);
    grid-area: object;
    place-items: center;
}

.club-mark-field[b-v4v9e1qjjq] {
    display: grid;
    box-sizing: border-box;
    width: min(100%, 31rem);
    padding: 1rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: var(--stone-soft);
    place-items: center;
}

.opening-mark[b-v4v9e1qjjq] {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    place-items: center;
}

.opening-mark img[b-v4v9e1qjjq] {
    position: absolute;
    display: block;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
    opacity: 0;
    transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.opening-mark.mat-cream img[b-v4v9e1qjjq],
.opening-mark.mat-charcoal img[b-v4v9e1qjjq] {
    opacity: 1;
}

.opening-mark.mat-pending img[b-v4v9e1qjjq] {
    opacity: 0;
}

.opening-mark.mat-fallback img[b-v4v9e1qjjq] {
    opacity: 1;
}

.club-opening.without-object[b-v4v9e1qjjq],
.club-opening:has(.opening-mark.logo-failed)[b-v4v9e1qjjq] {
    min-height: clamp(27rem, 50svh, 32rem);
    padding: clamp(3rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 42rem);
    grid-template-areas:
        "identity"
        "statement";
    grid-template-rows: auto auto;
    align-content: center;
}

.club-opening:has(.opening-mark.logo-failed) .opening-object[b-v4v9e1qjjq] {
    display: none;
}

.club-opening.without-object .opening-identity[b-v4v9e1qjjq],
.club-opening:has(.opening-mark.logo-failed) .opening-identity[b-v4v9e1qjjq] {
    padding: 0;
    align-self: auto;
}

.club-opening.without-object .opening-statement[b-v4v9e1qjjq],
.club-opening:has(.opening-mark.logo-failed) .opening-statement[b-v4v9e1qjjq] {
    margin: 2rem 0 0;
}

@media (min-width: 901px) {
    .club-opening[b-v4v9e1qjjq] {
        grid-template-areas:
            ". object"
            "identity object"
            "statement object"
            ". object";
        grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 1fr);
    }

    .club-mark-field[b-v4v9e1qjjq] {
        width: min(100%, 27rem);
    }
}

@media (min-width: 901px) and (min-height: 900px) {
    .club-opening[b-v4v9e1qjjq] {
        min-height: 38.5rem;
    }
}

@media (max-width: 900px) {
    .club-opening[b-v4v9e1qjjq],
    .club-opening.without-object[b-v4v9e1qjjq],
    .club-opening:has(.opening-mark.logo-failed)[b-v4v9e1qjjq] {
        min-height: 0;
        padding: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "identity"
            "object"
            "statement";
        grid-template-rows: auto;
    }

    .club-opening[b-v4v9e1qjjq] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "identity"
            "object"
            "statement";
    }

    .opening-identity[b-v4v9e1qjjq],
    .club-opening.without-object .opening-identity[b-v4v9e1qjjq],
    .club-opening:has(.opening-mark.logo-failed) .opening-identity[b-v4v9e1qjjq] {
        padding: 3rem var(--club-record-gutter) 0;
    }

    .opening-object[b-v4v9e1qjjq] {
        padding: 2rem var(--club-record-gutter) 0;
    }

    .club-mark-field[b-v4v9e1qjjq] {
        width: min(100%, 36rem);
    }

    .opening-statement[b-v4v9e1qjjq],
    .club-opening.without-object .opening-statement[b-v4v9e1qjjq],
    .club-opening:has(.opening-mark.logo-failed) .opening-statement[b-v4v9e1qjjq] {
        max-width: 34rem;
        margin: 2rem var(--club-record-gutter) 3.25rem;
    }
}

@media (max-width: 760px) {
    .opening-identity[b-v4v9e1qjjq],
    .club-opening.without-object .opening-identity[b-v4v9e1qjjq],
    .club-opening:has(.opening-mark.logo-failed) .opening-identity[b-v4v9e1qjjq] {
        padding: 2.5rem var(--club-record-gutter) 0;
    }

    .opening-identity h1[b-v4v9e1qjjq] {
        max-width: 14ch;
        font-size: clamp(2.75rem, 12vw, 3.5rem);
        line-height: 0.94;
    }

    .opening-object[b-v4v9e1qjjq] {
        padding: 1.75rem var(--club-record-gutter) 0;
    }

    .club-mark-field[b-v4v9e1qjjq] {
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .opening-statement[b-v4v9e1qjjq],
    .club-opening.without-object .opening-statement[b-v4v9e1qjjq],
    .club-opening:has(.opening-mark.logo-failed) .opening-statement[b-v4v9e1qjjq] {
        max-width: 28ch;
        margin: 1.75rem var(--club-record-gutter) 2.75rem;
        font-size: 1.125rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .opening-mark img[b-v4v9e1qjjq] {
        transition: none;
    }
}

@media (max-width: 359px) {
    .opening-identity h1[b-v4v9e1qjjq] {
        max-width: 100%;
        font-size: 2.65rem;
    }
}

@media (max-width: 900px) and (max-height: 430px) and (orientation: landscape) {
    .club-opening[b-v4v9e1qjjq] {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.7fr);
        grid-template-areas:
            "identity object"
            "statement object";
    }

    .opening-identity[b-v4v9e1qjjq] {
        padding-top: 2rem;
    }

    .opening-object[b-v4v9e1qjjq] {
        padding: 1rem;
    }

    .club-mark-field[b-v4v9e1qjjq] {
        width: min(100%, 15rem);
    }

    .opening-statement[b-v4v9e1qjjq] {
        margin-top: 1.25rem;
        margin-bottom: 2rem;
        font-size: 1rem;
    }
}
/* /Components/ClubRecords/ClubRecordSources.razor.rz.scp.css */
#sources[b-tha001fsax] {
    scroll-margin-top: 5.5rem;
}

.club-record-sources[b-tha001fsax] {
    min-width: 0;
    padding: 0 var(--club-record-gutter) clamp(3rem, 5vw, 4.5rem);
    background: var(--record-paper);
}

.club-record-sources details[b-tha001fsax] {
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line);
}

.club-record-sources summary[b-tha001fsax] {
    display: flex;
    min-height: 3.5rem;
    padding-block: 0.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--record-ink);
    cursor: pointer;
    list-style: none;
}

.club-record-sources summary[b-tha001fsax]::-webkit-details-marker {
    display: none;
}

.club-record-sources summary > span:first-child[b-tha001fsax] {
    font-size: 1rem;
    font-weight: 600;
}

.club-record-sources summary > span:last-child[b-tha001fsax] {
    color: var(--record-muted-ink);
    font-size: 0.875rem;
}

.club-record-sources summary:focus-visible[b-tha001fsax] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

.club-record-sources ol[b-tha001fsax] {
    margin: 0;
    padding: 0 0 1.25rem;
    list-style: none;
}

.club-record-sources li[b-tha001fsax] {
    display: grid;
    min-width: 0;
    padding-block: 0.875rem;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
    gap: 1rem;
}

.club-record-sources a[b-tha001fsax] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.5rem;
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--line-strong);
    text-underline-offset: 0.2em;
}

.club-record-sources a:hover[b-tha001fsax],
.club-record-sources a:focus-visible[b-tha001fsax] {
    color: var(--record-active);
}

.club-record-sources a:focus-visible[b-tha001fsax] {
    outline: 3px solid var(--record-active);
    outline-offset: 3px;
}

.club-record-sources small[b-tha001fsax] {
    align-self: center;
    color: var(--record-muted-ink);
    font-size: 0.875rem;
    line-height: 1.45;
}

@media (max-width: 760px) {
    .club-record-sources[b-tha001fsax] {
        padding: 0 var(--club-record-gutter) 2.75rem;
    }

    .club-record-sources li[b-tha001fsax] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.25rem;
    }
}
/* /Components/Courses/CourseIndexRows.razor.rz.scp.css */
.index-rows[b-sxjiwmaift] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index-rows li[b-sxjiwmaift] {
    border-top: 1px solid var(--line);
}

.index-rows li:last-child[b-sxjiwmaift] {
    border-bottom: 1px solid var(--line);
}

.index-rows a[b-sxjiwmaift] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0.25rem;
    min-height: 4.5rem;
    color: var(--ink);
    text-decoration: none;
    transition:
        color 180ms var(--ease-out),
        padding-inline 180ms var(--ease-out);
}

.index-rows a:hover[b-sxjiwmaift],
.index-rows a:focus-visible[b-sxjiwmaift] {
    padding-inline: 0.5rem;
    color: var(--forest);
}

.row-identity strong[b-sxjiwmaift] {
    display: block;
    font-size: 1rem;
    font-weight: 620;
    letter-spacing: -0.015em;
}

.row-identity small[b-sxjiwmaift] {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.row-holdings[b-sxjiwmaift] {
    color: var(--muted-ink);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.row-none[b-sxjiwmaift] {
    font-style: italic;
}

.index-empty[b-sxjiwmaift] {
    display: grid;
    min-height: 8rem;
    padding-block: 1.5rem;
    border-block: 1px solid var(--line);
    align-content: center;
    gap: 0.4rem;
}

.index-empty strong[b-sxjiwmaift] {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 620;
}

.index-empty span[b-sxjiwmaift] {
    color: var(--muted-ink);
    font-size: 0.82rem;
}

.rows-continue[b-sxjiwmaift] {
    display: flex;
    width: 100%;
    min-height: 4.5rem;
    margin: 1.25rem 0 0;
    padding-inline: 0.25rem;
    border: 0;
    border-block: 1px solid var(--line-strong);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-decoration: none;
}

.rows-continue span[b-sxjiwmaift] {
    color: var(--muted-ink);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.rows-continue strong[b-sxjiwmaift] {
    font-weight: 620;
}

@media (max-width: 520px) {
    .index-rows a[b-sxjiwmaift] {
        align-items: flex-start;
    }

    .row-holdings[b-sxjiwmaift] {
        max-width: 6rem;
        padding-top: 0.1rem;
        text-align: right;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-rows a[b-sxjiwmaift] {
        transition: none;
    }
}
/* /Components/Courses/Scorecard.razor.rz.scp.css */
.scorecard[b-7jliuc0yck] {
    min-width: 0;
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
    border-top: 1px solid var(--line-strong);
}

.scorecard-heading[b-7jliuc0yck] {
    display: flex;
    margin-bottom: 1.25rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.scorecard-heading h3[b-7jliuc0yck] {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 620;
    letter-spacing: -0.035em;
}

.scorecard-heading p[b-7jliuc0yck] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.8rem;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    white-space: nowrap;
}

.tee-register-section[b-7jliuc0yck] {
    margin-block: 0 1.5rem;
}

.tee-register-section h4[b-7jliuc0yck] {
    margin: 0 0 0.55rem;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 620;
}

.tee-register-frame[b-7jliuc0yck] {
    overflow-x: auto;
    overflow-y: hidden;
    border-block: 1px solid var(--line-strong);
    overscroll-behavior-inline: contain;
}

.wide-frame[b-7jliuc0yck] {
    display: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
}

.nine-frame[b-7jliuc0yck] {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
}

.scorecard table[b-7jliuc0yck] {
    width: 100%;
    border-collapse: collapse;
    color: var(--ink);
    font-family: inherit;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
}

.tee-register[b-7jliuc0yck] {
    min-width: 64rem;
}

.scorecard table.wide-scorecard[b-7jliuc0yck] {
    width: max-content;
    min-width: 100%;
}

.nine-frame table[b-7jliuc0yck] {
    min-width: 47rem;
}

.scorecard th[b-7jliuc0yck],
.scorecard td[b-7jliuc0yck] {
    height: 2.45rem;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid var(--line);
    text-align: center;
    white-space: nowrap;
}

.scorecard thead th[b-7jliuc0yck] {
    border-bottom-color: var(--line-strong);
    color: var(--muted-ink);
    font-weight: 590;
}

.scorecard tbody th[b-7jliuc0yck] {
    min-width: 8rem;
    color: var(--ink);
    font-weight: 610;
    text-align: left;
}

.tee-register th[b-7jliuc0yck],
.tee-register td[b-7jliuc0yck] {
    min-width: 6rem;
}

.tee-register th:first-child[b-7jliuc0yck],
.tee-register td:first-child[b-7jliuc0yck] {
    min-width: 10rem;
    text-align: left;
}

.wide-scorecard th:not(:first-child)[b-7jliuc0yck],
.wide-scorecard td[b-7jliuc0yck] {
    min-width: 2.75rem;
}

.wide-scorecard th:first-child[b-7jliuc0yck],
.nine-frame th:first-child[b-7jliuc0yck] {
    min-width: 9rem;
}

.scorecard .sum[b-7jliuc0yck] {
    border-inline-start: 1px solid var(--line-strong);
    font-weight: 650;
}

.scorecard .total[b-7jliuc0yck] {
    border-inline-start-width: 2px;
}

.scorecard tr.quiet td[b-7jliuc0yck],
.scorecard tr.quiet th[b-7jliuc0yck] {
    color: var(--muted-ink);
}

.tee-register-frame th:first-child[b-7jliuc0yck],
.wide-frame th:first-child[b-7jliuc0yck],
.nine-frame th:first-child[b-7jliuc0yck] {
    position: sticky;
    z-index: 1;
    inset-inline-start: 0;
    background: var(--stone);
}

.tee-register-frame thead th:first-child[b-7jliuc0yck],
.wide-frame thead th:first-child[b-7jliuc0yck],
.nine-frame thead th:first-child[b-7jliuc0yck] {
    z-index: 2;
}

.folded-scorecard[b-7jliuc0yck] {
    display: grid;
}

.fold[b-7jliuc0yck] {
    border-top: 1px solid var(--line-strong);
}

.fold:last-child[b-7jliuc0yck] {
    border-bottom: 1px solid var(--line-strong);
}

.fold summary[b-7jliuc0yck] {
    display: flex;
    min-height: 2.75rem;
    padding-block: 0.6rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--ink);
    cursor: pointer;
}

.fold summary:focus-visible[b-7jliuc0yck],
.tee-register-frame:focus-visible[b-7jliuc0yck],
.wide-frame:focus-visible[b-7jliuc0yck],
.nine-frame:focus-visible[b-7jliuc0yck] {
    outline: 2px solid var(--mineral);
    outline-offset: 2px;
}

.nine-label[b-7jliuc0yck] {
    font-size: 0.86rem;
    font-weight: 620;
}

.nine-range[b-7jliuc0yck] {
    color: var(--muted-ink);
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
}

.scorecard-empty[b-7jliuc0yck] {
    margin: 0;
    color: var(--muted-ink);
}

@media (min-width: 960px) {
    .scorecard.has-wide .folded-scorecard[b-7jliuc0yck] {
        display: none;
    }

    .scorecard.has-wide .wide-frame[b-7jliuc0yck] {
        display: block;
    }

    .wide-scorecard[b-7jliuc0yck] {
        font-size: 0.75rem;
    }
}

@media (max-width: 420px) {
    .scorecard-heading[b-7jliuc0yck] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .scorecard th[b-7jliuc0yck],
    .scorecard td[b-7jliuc0yck] {
        padding-inline: 0.55rem;
    }
}
/* /Components/Discovery/ChampionshipTimelineModule.razor.rz.scp.css */
.timeline-module[b-3pyiwbvi6r] {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: clamp(2rem, 7vw, 8rem);
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-3pyiwbvi6r],
h3[b-3pyiwbvi6r],
p[b-3pyiwbvi6r],
ol[b-3pyiwbvi6r] {
    margin: 0;
}

h2[b-3pyiwbvi6r] {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.timeline-heading p[b-3pyiwbvi6r] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

.timeline-group[b-3pyiwbvi6r] {
    display: grid;
    grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--line-strong);
}

.timeline-group + .timeline-group[b-3pyiwbvi6r] {
    margin-top: 2.5rem;
}

.edition-event[b-3pyiwbvi6r] {
    display: none;
}

h3[b-3pyiwbvi6r] {
    font-size: 1rem;
    font-weight: 500;
}

ol[b-3pyiwbvi6r] {
    list-style: none;
    padding: 0;
}

li[b-3pyiwbvi6r] {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1rem;
    padding: 0 0 0.85rem;
    font-variant-numeric: tabular-nums;
}

.edition-winner[b-3pyiwbvi6r] {
    color: var(--muted-ink);
}

button[b-3pyiwbvi6r] {
    min-width: 44px;
    min-height: 44px;
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    color: var(--forest);
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition: border-color 180ms var(--ease-out);
}

button:hover[b-3pyiwbvi6r] {
    border-color: var(--forest);
}

@media (max-width: 700px) {
    .timeline-module[b-3pyiwbvi6r],
    .timeline-group[b-3pyiwbvi6r] {
        grid-template-columns: 1fr;
    }

    .timeline-module[b-3pyiwbvi6r] {
        gap: 2rem;
        padding-block: 3rem;
    }

    .timeline-group h3[b-3pyiwbvi6r] {
        display: none;
    }

    .timeline-group + .timeline-group[b-3pyiwbvi6r] {
        margin-top: 1.75rem;
    }

    li[b-3pyiwbvi6r] {
        grid-template-columns: 3.75rem minmax(0, 1fr);
        grid-template-areas:
            "year event"
            "year winner";
        gap: 0.15rem 0.75rem;
        padding-block: 0.75rem;
        border-top: 1px solid var(--line);
    }

    li time[b-3pyiwbvi6r] {
        grid-area: year;
    }

    .edition-event[b-3pyiwbvi6r] {
        display: block;
        grid-area: event;
        overflow-wrap: anywhere;
        font-weight: 500;
    }

    .edition-winner[b-3pyiwbvi6r] {
        grid-area: winner;
        overflow-wrap: anywhere;
    }
}

@media (prefers-reduced-motion: reduce) {
    button[b-3pyiwbvi6r] {
        transition: none;
    }
}
/* /Components/Discovery/ClubProfileModule.razor.rz.scp.css */
.profile-module[b-82mj9c25mq] {
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-82mj9c25mq],
.module-caption[b-82mj9c25mq] {
    margin: 0;
}

h2[b-82mj9c25mq] {
    max-width: 42rem;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.module-caption[b-82mj9c25mq] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

.profile-layout[b-82mj9c25mq] {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(15rem, 4fr);
    gap: clamp(2rem, 7vw, 8rem);
    margin-top: clamp(2rem, 5vw, 5rem);
}

.profile-layout > div[b-82mj9c25mq] {
    display: grid;
    align-content: start;
    gap: 0.45rem;
}

.profile-layout strong[b-82mj9c25mq] {
    font-size: clamp(1.6rem, 3vw, 2.75rem);
    font-weight: 500;
}

.profile-layout span[b-82mj9c25mq],
dt[b-82mj9c25mq] {
    color: var(--muted-ink);
}

dl[b-82mj9c25mq],
dl div[b-82mj9c25mq] {
    margin: 0;
}

dl div[b-82mj9c25mq] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.8rem 0;
    border-top: 1px solid var(--line);
}

dd[b-82mj9c25mq] {
    margin: 0;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

dd a[b-82mj9c25mq] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.5rem;
    align-items: center;
}

.record-link[b-82mj9c25mq] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.75rem;
    align-items: center;
    margin-top: 2rem;
    color: var(--forest);
}

@media (max-width: 700px) {
    .profile-layout[b-82mj9c25mq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Discovery/ClubSequenceModule.razor.rz.scp.css */
.sequence-module[b-2a2rku8dlx] {
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-2a2rku8dlx],
p[b-2a2rku8dlx],
ol[b-2a2rku8dlx],
dl[b-2a2rku8dlx] {
    margin: 0;
}

h2[b-2a2rku8dlx] {
    max-width: 42rem;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.sequence-heading p[b-2a2rku8dlx] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

ol[b-2a2rku8dlx] {
    margin-top: clamp(2rem, 5vw, 5rem);
    padding: 0;
    list-style: none;
}

li[b-2a2rku8dlx] {
    display: grid;
    grid-template-columns: 3rem minmax(12rem, 4fr) minmax(14rem, 3fr) auto;
    gap: clamp(1rem, 3vw, 3rem);
    align-items: center;
    padding: 1.4rem 0;
    border-top: 1px solid var(--line-strong);
}

.sequence-number[b-2a2rku8dlx],
.sequence-record span[b-2a2rku8dlx],
dt[b-2a2rku8dlx] {
    color: var(--muted-ink);
}

.sequence-number[b-2a2rku8dlx],
dd[b-2a2rku8dlx] {
    font-variant-numeric: tabular-nums;
}

.sequence-record[b-2a2rku8dlx] {
    display: grid;
    gap: 0.25rem;
}

.sequence-record strong[b-2a2rku8dlx] {
    font-size: 1.15rem;
    font-weight: 500;
    overflow-wrap: anywhere;
}

dl[b-2a2rku8dlx] {
    display: grid;
    gap: 0.4rem;
}

dl div[b-2a2rku8dlx] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

dd[b-2a2rku8dlx] {
    margin: 0;
}

li > a[b-2a2rku8dlx] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.75rem;
    align-items: center;
    color: var(--forest);
}

@media (max-width: 820px) {
    li[b-2a2rku8dlx] {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

    dl[b-2a2rku8dlx],
    li > a[b-2a2rku8dlx] {
        grid-column: 2;
    }
}

@media (max-width: 420px) {
    .sequence-module[b-2a2rku8dlx] {
        padding-block: 3rem;
    }

    li[b-2a2rku8dlx] {
        grid-template-columns: 1.75rem minmax(0, 1fr);
        gap: 0.75rem;
        align-items: start;
    }

    dl[b-2a2rku8dlx] {
        gap: 0.6rem;
    }

    dl div[b-2a2rku8dlx] {
        align-items: baseline;
        flex-wrap: wrap;
    }
}
/* /Components/Discovery/CourseProfileModule.razor.rz.scp.css */
.course-module[b-i6ms3eq8lr] {
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-i6ms3eq8lr],
p[b-i6ms3eq8lr] {
    max-width: 42rem;
    margin: 0;
}

h2[b-i6ms3eq8lr] {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

p[b-i6ms3eq8lr] {
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

.course-profiles[b-i6ms3eq8lr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
    gap: 1rem;
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: 0;
    list-style: none;
}

.course-profiles li[b-i6ms3eq8lr] {
    padding: 1.25rem;
    border: 1px solid var(--line);
}

.course-profiles a[b-i6ms3eq8lr],
.course-profiles strong[b-i6ms3eq8lr] {
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 620;
}

.course-profiles dl[b-i6ms3eq8lr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0 0;
}

.course-profiles dl div[b-i6ms3eq8lr] {
    display: grid;
    gap: 0.15rem;
}

.course-profiles dt[b-i6ms3eq8lr] {
    color: var(--muted-ink);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.course-profiles dd[b-i6ms3eq8lr] {
    margin: 0;
}
/* /Components/Discovery/DiscoveryTeaser.razor.rz.scp.css */
.discovery-teaser[b-dofjvprhu6] {
    display: grid;
    grid-template-columns: minmax(3rem, 0.7fr) minmax(0, 7fr) minmax(9rem, 2fr);
    gap: clamp(1rem, 3vw, 3.5rem);
    align-items: start;
    padding: clamp(1.5rem, 3vw, 2.75rem) 0;
    border-top: 1px solid var(--line-strong);
}

.teaser-index[b-dofjvprhu6] {
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.teaser-copy p[b-dofjvprhu6],
.teaser-copy h2[b-dofjvprhu6],
.teaser-copy div[b-dofjvprhu6] {
    margin: 0;
}

.teaser-copy p[b-dofjvprhu6] {
    color: var(--muted-ink);
    font-size: 0.82rem;
}

.teaser-copy h2[b-dofjvprhu6] {
    margin-top: 0.35rem;
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
}

.teaser-copy h2 a[b-dofjvprhu6] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.teaser-copy div[b-dofjvprhu6] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.55;
}

.teaser-link[b-dofjvprhu6] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.75rem;
    align-items: center;
    justify-self: end;
    color: var(--forest);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.24em;
}

@media (max-width: 700px) {
    .discovery-teaser[b-dofjvprhu6] {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

    .teaser-link[b-dofjvprhu6] {
        grid-column: 2;
        justify-self: start;
    }
}
/* /Components/Discovery/MarkModule.razor.rz.scp.css */
.mark-module[b-o1aj6183os] {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(18rem, 7fr);
    gap: clamp(2rem, 8vw, 10rem);
    align-items: center;
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-o1aj6183os],
p[b-o1aj6183os] {
    margin: 0;
}

h2[b-o1aj6183os] {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

p[b-o1aj6183os] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

.mark-copy > a[b-o1aj6183os] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.75rem;
    align-items: center;
    margin-top: 2rem;
    color: var(--forest);
}

.mark-mat[b-o1aj6183os] {
    position: relative;
    display: grid;
    width: min(100%, 34rem);
    min-width: 0;
    aspect-ratio: 1;
    place-items: center;
    justify-self: end;
    overflow: hidden;
    border: 1px solid var(--line);
}

.mark-mat.mat-pending[b-o1aj6183os],
.mark-mat.mat-cream[b-o1aj6183os] {
    background: var(--mat-cream);
}

.mark-mat.mat-charcoal[b-o1aj6183os] {
    background: var(--mat-charcoal);
}

.mark-mat img[b-o1aj6183os] {
    position: absolute;
    display: block;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
}

.mark-mat.mat-pending img[b-o1aj6183os] {
    opacity: 0;
}

.mark-fallback[b-o1aj6183os] {
    display: none;
    color: var(--ink);
    font-size: clamp(3rem, 10vw, 8rem);
    font-weight: 500;
}

.mark-mat.logo-failed img[b-o1aj6183os] {
    display: none;
}

.mark-mat.logo-failed .mark-fallback[b-o1aj6183os] {
    display: block;
}

.mark-unavailable[b-o1aj6183os] {
    display: grid;
    width: min(100%, 34rem);
    min-height: 12rem;
    padding-block: 1.5rem;
    border-block: 1px solid var(--line-strong);
    align-content: space-between;
    justify-self: end;
    gap: 3rem;
}

.mark-unavailable p[b-o1aj6183os],
.mark-unavailable span[b-o1aj6183os] {
    margin: 0;
}

.mark-unavailable p[b-o1aj6183os] {
    max-width: 26rem;
    color: var(--muted-ink);
}

.mark-unavailable span[b-o1aj6183os] {
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    font-weight: 500;
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    .mark-module[b-o1aj6183os] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-block: 3rem;
    }

    .mark-mat[b-o1aj6183os],
    .mark-unavailable[b-o1aj6183os] {
        min-width: 0;
        justify-self: start;
    }
}
/* /Components/Discovery/PeopleModule.razor.rz.scp.css */
.people-module[b-ffk3ay20vv] {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: clamp(2rem, 7vw, 8rem);
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-ffk3ay20vv],
p[b-ffk3ay20vv],
dl[b-ffk3ay20vv] {
    margin: 0;
}

h2[b-ffk3ay20vv] {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

p[b-ffk3ay20vv] {
    max-width: 42rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

dl[b-ffk3ay20vv] {
    grid-column: 2;
}

dl div[b-ffk3ay20vv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
}

dt[b-ffk3ay20vv] {
    font-size: 1.15rem;
    overflow-wrap: anywhere;
}

dd[b-ffk3ay20vv] {
    margin: 0;
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

dd ul[b-ffk3ay20vv] {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.75rem;
    list-style: none;
}

dd li[b-ffk3ay20vv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
}

dd a[b-ffk3ay20vv] {
    color: inherit;
    font-weight: 620;
    text-underline-offset: 0.2em;
}

.intervention-role[b-ffk3ay20vv] {
    color: var(--ink);
}

.intervention-scope[b-ffk3ay20vv] {
    flex-basis: 100%;
}

@media (max-width: 700px) {
    .people-module[b-ffk3ay20vv] {
        grid-template-columns: 1fr;
    }

    dl[b-ffk3ay20vv] {
        grid-column: 1;
    }
}

@media (max-width: 420px) {
    .people-module[b-ffk3ay20vv] {
        gap: 2rem;
        padding-block: 3rem;
    }

    dl div[b-ffk3ay20vv] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.25rem;
    }
}
/* /Components/Discovery/RecognitionModule.razor.rz.scp.css */
.recognition-module[b-vg28axwzsv] {
    padding: clamp(3rem, 7vw, 7rem) 0;
    border-top: 1px solid var(--line);
}

h2[b-vg28axwzsv],
p[b-vg28axwzsv],
dl[b-vg28axwzsv] {
    margin: 0;
}

h2[b-vg28axwzsv] {
    max-width: 42rem;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

p[b-vg28axwzsv] {
    max-width: 42rem;
    margin-top: 1rem;
    color: var(--muted-ink);
    line-height: 1.6;
}

dl[b-vg28axwzsv] {
    max-width: 64rem;
    margin-top: clamp(2rem, 5vw, 4rem);
}

dl div[b-vg28axwzsv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
}

dt[b-vg28axwzsv],
dd[b-vg28axwzsv] {
    display: flex;
    min-width: 0;
    gap: 0.75rem;
}

dt[b-vg28axwzsv] {
    flex-direction: column;
}

dd[b-vg28axwzsv] {
    margin: 0;
    font-variant-numeric: tabular-nums;
}

dt span[b-vg28axwzsv],
dd span[b-vg28axwzsv] {
    color: var(--muted-ink);
    overflow-wrap: anywhere;
}

@media (max-width: 420px) {
    .recognition-module[b-vg28axwzsv] {
        padding-block: 3rem;
    }

    dl div[b-vg28axwzsv] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
    }

    dd[b-vg28axwzsv] {
        justify-content: space-between;
    }
}
/* /Components/Layout/AppShell.razor.rz.scp.css */
.site-shell[b-ec43f4t3vd] {
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}

main[b-ec43f4t3vd] {
    min-width: 0;
}

main:focus[b-ec43f4t3vd] {
    outline: none;
}

.skip-link[b-ec43f4t3vd] {
    position: fixed;
    z-index: 100;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.7rem 0.95rem;
    color: var(--accent-foreground);
    background: var(--accent);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-float);
    transform: translateY(-180%);
    transition: transform 160ms var(--ease-out);
}

.skip-link:focus[b-ec43f4t3vd] {
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .skip-link[b-ec43f4t3vd] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jjus7by53z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jjus7by53z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o9cri4j83n],
.components-reconnect-repeated-attempt-visible[b-o9cri4j83n],
.components-reconnect-failed-visible[b-o9cri4j83n],
.components-pause-visible[b-o9cri4j83n],
.components-resume-failed-visible[b-o9cri4j83n],
.components-rejoining-animation[b-o9cri4j83n] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-retrying[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-failed[b-o9cri4j83n],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-o9cri4j83n] {
    display: block;
}

#components-reconnect-modal[b-o9cri4j83n] {
    width: min(calc(100% - 2rem), 22rem);
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    color: var(--ink);
    background: var(--stone-raised);
    box-shadow: none;
    opacity: 0;
    transform: translateY(0.35rem);
    transition:
        opacity 200ms var(--ease-out),
        transform 200ms var(--ease-out),
        display 200ms allow-discrete,
        overlay 200ms allow-discrete;
}

#components-reconnect-modal[open][b-o9cri4j83n] {
    opacity: 1;
    transform: translateY(0);
}

@starting-style {
    #components-reconnect-modal[open][b-o9cri4j83n] {
        opacity: 0;
        transform: translateY(0.35rem);
    }
}

#components-reconnect-modal[b-o9cri4j83n]::backdrop {
    background: rgb(13 18 15 / 55%);
}

.components-reconnect-container[b-o9cri4j83n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-o9cri4j83n] {
    margin: 0;
    color: var(--muted-ink);
    text-align: center;
}

#components-reconnect-modal button[b-o9cri4j83n] {
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0.65rem 1.5rem;
    border: 1px solid var(--forest);
    border-radius: 0;
    align-items: center;
    justify-content: center;
    color: var(--stone-raised);
    background: var(--forest);
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-o9cri4j83n] {
    border-color: var(--forest-soft);
    background: var(--forest-soft);
}

#components-reconnect-modal button:focus-visible[b-o9cri4j83n] {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}

.components-rejoining-animation[b-o9cri4j83n] {
    position: relative;
    width: 3.5rem;
    height: 0.125rem;
    overflow: hidden;
    background: var(--line-strong);
}

.components-rejoining-animation div:first-child[b-o9cri4j83n] {
    position: absolute;
    inset: 0;
    background: var(--line-strong);
}

.components-rejoining-animation div:last-child[b-o9cri4j83n] {
    position: absolute;
    inset: 0;
    background: var(--forest);
    transform: translateX(-100%);
    animation: reconnect-progress-b-o9cri4j83n 1.2s linear infinite;
}

@keyframes reconnect-progress-b-o9cri4j83n {
    to {
        transform: translateX(100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-o9cri4j83n] {
        transition: none;
        transform: none;
    }

    .components-rejoining-animation div:last-child[b-o9cri4j83n] {
        animation: none;
        transform: none;
    }
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-8p370kz1n1] {
    border-top: 1px solid var(--border);
}

.footer-frame[b-8p370kz1n1] {
    width: min(100% - 3rem, var(--page-max));
    margin-inline: auto;
    padding-block: clamp(2.5rem, 5vw, 4rem) 1.25rem;
}

.footer-top[b-8p370kz1n1] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 2.5rem;
}

.footer-lockup[b-8p370kz1n1] {
    display: block;
}

.footer-identity-link[b-8p370kz1n1] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.6rem;
    color: var(--foreground);
    text-decoration: none;
}

.footer-monogram[b-8p370kz1n1] {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
}

.footer-identity[b-8p370kz1n1] {
    display: block;
}

.footer-name[b-8p370kz1n1] {
    display: block;
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-position[b-8p370kz1n1] {
    display: block;
    margin-bottom: 0.6rem;
    padding-left: 3.1rem;
    font-size: 0.78rem;
    line-height: 1.5;
}

.footer-mission[b-8p370kz1n1] {
    display: block;
    max-width: 27rem;
    padding-left: 3.1rem;
    color: var(--muted-foreground);
    font-size: 0.7rem;
    line-height: 1.6;
}

.footer-column[b-8p370kz1n1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-label[b-8p370kz1n1] {
    margin: 0 0 0.9rem;
    color: var(--muted-foreground);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.footer-link[b-8p370kz1n1],
.footer-social[b-8p370kz1n1] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding-block: 0.28rem;
    color: var(--foreground);
    font-size: 0.8rem;
    text-decoration: none;
}

.footer-social span[b-8p370kz1n1] {
    color: var(--muted-foreground);
    font-size: 0.75rem;
}

.footer-glyph[b-8p370kz1n1] {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
    color: var(--muted-foreground);
}

.footer-identity-link:hover[b-8p370kz1n1],
.footer-link:hover[b-8p370kz1n1],
.footer-social:hover[b-8p370kz1n1],
.footer-social:hover span[b-8p370kz1n1],
.footer-social:hover .footer-glyph[b-8p370kz1n1] {
    color: var(--accent);
}

.footer-identity-link:hover[b-8p370kz1n1],
.footer-link:hover[b-8p370kz1n1],
.footer-social:hover[b-8p370kz1n1] {
    text-decoration: underline;
}

.footer-base[b-8p370kz1n1] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 0.66rem;
    gap: 1rem;
}

.footer-base p[b-8p370kz1n1] {
    margin: 0;
}

@media (max-width: 760px) {
    .footer-top[b-8p370kz1n1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.25rem;
        row-gap: 2rem;
    }

    /* Identity keeps the full width; the two link columns share the row. */
    .footer-lockup[b-8p370kz1n1] {
        grid-column: 1 / -1;
    }

    .footer-link[b-8p370kz1n1],
    .footer-social[b-8p370kz1n1] {
        min-height: 2.75rem;
        align-self: stretch;
    }

    /* Last resort on very narrow screens: the handle drops below its glyph
       rather than pushing the column past the viewport. */
    .footer-social[b-8p370kz1n1] {
        flex-wrap: wrap;
    }

    .footer-base[b-8p370kz1n1] {
        flex-direction: column;
        gap: 0.4rem;
    }
}

@media (hover: none) {
    .footer-link[b-8p370kz1n1],
    .footer-social[b-8p370kz1n1] {
        min-height: 2.75rem;
        align-self: stretch;
    }
}

@media (max-width: 699px) {
    .footer-frame[b-8p370kz1n1] {
        width: min(100% - 1.25rem, var(--page-max));
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-yr4ll2hurp] {
    --header-field: #10291d;
    --header-ink: #f8f6ef;
    --header-muted: rgb(248 246 239 / 68%);
    --header-line: rgb(248 246 239 / 18%);
    --header-mint: #a9c4b2;
    --header-island-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: sticky;
    z-index: 40;
    top: 0;
    height: 4.75rem;
    pointer-events: none;
}

.header-frame[b-yr4ll2hurp] {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    width: 100%;
    height: 4.75rem;
    padding: 0 clamp(1.25rem, 3vw, 2.75rem);
    border-top: 0;
    border-bottom: 1px solid var(--header-line);
    box-sizing: border-box;
    grid-template-columns: minmax(9.5rem, 1fr) auto minmax(9.5rem, 1fr);
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.625rem);
    color: var(--header-ink);
    background: var(--header-field);
    contain: layout style;
    pointer-events: auto;
    transform: translateX(-50%);
}

.site-header[data-header-ready] .header-frame[b-yr4ll2hurp] {
    transition:
        top 180ms var(--header-island-ease),
        width 200ms var(--header-island-ease) 16ms,
        height 180ms var(--header-island-ease),
        padding 200ms var(--header-island-ease) 16ms,
        border-color 160ms var(--header-island-ease),
        border-radius 200ms var(--header-island-ease) 16ms,
        box-shadow 160ms var(--header-island-ease) 40ms;
}

.site-header[data-header-mode="compact"] .header-frame[b-yr4ll2hurp] {
    top: 0.625rem;
    width: min(calc(100% - 2rem), 57.5rem);
    height: 3.375rem;
    padding: 0 0.5rem 0 0.875rem;
    border: 1px solid var(--header-line);
    border-radius: 999px;
    gap: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgb(7 18 12 / 18%);
}

.wordmark[b-yr4ll2hurp] {
    display: inline-grid;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    color: inherit;
    text-decoration: none;
    place-items: center;
}

.site-header[data-header-ready] .wordmark[b-yr4ll2hurp],
.site-header[data-header-ready] .primary-nav[b-yr4ll2hurp],
.site-header[data-header-ready] .header-actions[b-yr4ll2hurp] {
    transition: transform 200ms var(--header-island-ease) 16ms;
}

.site-header[data-header-mode="compact"] .wordmark[b-yr4ll2hurp],
.site-header[data-header-mode="compact"] .primary-nav[b-yr4ll2hurp],
.site-header[data-header-mode="compact"] .header-actions[b-yr4ll2hurp] {
    transform: translateY(-1px);
}

.wordmark-mark[b-yr4ll2hurp] {
    display: block;
    width: 1.9375rem;
    height: 2.375rem;
    background-color: currentColor;
    -webkit-mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    transition:
        width 200ms var(--header-island-ease) 16ms,
        height 180ms var(--header-island-ease);
}

.site-header[data-header-mode="compact"] .wordmark-mark[b-yr4ll2hurp] {
    width: 1.5625rem;
    height: 1.9375rem;
}

.active-label[b-yr4ll2hurp] {
    display: none;
}

.primary-nav[b-yr4ll2hurp] {
    display: flex;
    height: 100%;
    align-items: stretch;
    gap: clamp(1.1rem, 2.3vw, 2rem);
}

.nav-button[b-yr4ll2hurp] {
    position: relative;
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--header-muted);
    font-size: 0.76rem;
    font-weight: 520;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition:
        color 160ms var(--ease-out),
        font-size 190ms var(--ease-out);
}

.nav-button[b-yr4ll2hurp]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--mineral);
    content: "";
    opacity: 0;
    transform: scaleX(0.4);
    transition:
        opacity 160ms var(--ease-out),
        transform 160ms var(--ease-out);
}

.nav-button:hover[b-yr4ll2hurp],
.nav-button:focus-visible[b-yr4ll2hurp],
.nav-button.is-current[b-yr4ll2hurp] {
    color: var(--header-ink);
}

.nav-button.is-current[b-yr4ll2hurp] {
    font-weight: 650;
}

.nav-button.is-current[b-yr4ll2hurp]::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-header[data-header-mode="compact"] .primary-nav[b-yr4ll2hurp] {
    align-items: center;
    gap: 1rem;
}

.site-header[data-header-mode="compact"] .nav-button[b-yr4ll2hurp] {
    font-size: 0.69rem;
}

.site-header[data-header-mode="compact"] .nav-button[b-yr4ll2hurp]::after {
    bottom: 0.3rem;
}

.header-actions[b-yr4ll2hurp] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 0.125rem;
}

.header-search-toggle[b-yr4ll2hurp],
.header-search-close[b-yr4ll2hurp] {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.header-search-toggle[b-yr4ll2hurp] {
    display: inline-flex;
    width: 9.5rem;
    padding-inline: 0.25rem;
    border-bottom: 1px solid rgb(248 246 239 / 28%);
    align-items: center;
    gap: 0.5rem;
    color: var(--header-muted);
    font-size: 0.72rem;
    text-align: left;
    transition:
        width 190ms var(--ease-out),
        color 160ms var(--ease-out),
        border-color 160ms var(--ease-out),
        background-color 160ms var(--ease-out);
}

.header-search-toggle:hover[b-yr4ll2hurp],
.header-search-toggle:focus-visible[b-yr4ll2hurp],
.header-search-close:hover[b-yr4ll2hurp],
.header-search-close:focus-visible[b-yr4ll2hurp] {
    color: var(--header-ink);
    background: rgb(248 246 239 / 10%);
}

.header-search-toggle svg[b-yr4ll2hurp],
.header-search-close svg[b-yr4ll2hurp],
.header-search-icon[b-yr4ll2hurp] {
    width: 1.125rem;
    height: 1.125rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.header-search-toggle span[b-yr4ll2hurp] {
    max-width: 7rem;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    transition:
        max-width 190ms var(--ease-out),
        opacity 120ms var(--ease-out);
}

.site-header[data-header-mode="compact"] .header-search-toggle[b-yr4ll2hurp] {
    width: 2.75rem;
    padding: 0;
    border-bottom-color: transparent;
    justify-content: center;
}

.site-header[data-header-mode="compact"] .header-search-toggle span[b-yr4ll2hurp] {
    max-width: 0;
    opacity: 0;
}

.header-search-surface[b-yr4ll2hurp] {
    position: absolute;
    z-index: 3;
    top: 0.625rem;
    left: 50%;
    display: grid;
    width: min(calc(100% - 2rem), 57.5rem);
    min-height: 3.375rem;
    padding: 0 0.375rem 0 1rem;
    border: 1px solid var(--header-line);
    border-radius: 999px;
    box-sizing: border-box;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    color: var(--header-ink);
    background: var(--header-field);
    box-shadow: 0 0.5rem 1.5rem rgb(7 18 12 / 18%);
    pointer-events: auto;
    transform: translateX(-50%);
    animation: header-search-in-b-yr4ll2hurp 180ms var(--ease-out) both;
    --quick-find-input-padding: 0;
    --quick-find-input-border: 0;
}

.header-search-surface[b-yr4ll2hurp]  .archive-quick-find {
    color: var(--header-ink);
}

.header-search-surface[b-yr4ll2hurp]  .archive-quick-find input {
    min-height: 3.25rem;
    font-size: 0.9rem;
}

.header-search-surface[b-yr4ll2hurp]  .archive-quick-find input::placeholder {
    color: var(--header-muted);
    opacity: 1;
}

.header-search-surface[b-yr4ll2hurp]  .archive-quick-find input:focus-visible {
    outline-color: var(--mineral);
}

.header-search-surface[b-yr4ll2hurp]  .quick-find-panel,
.header-search-surface[b-yr4ll2hurp]  .quick-find-unavailable {
    color: var(--ink);
}

.header-search-surface[b-yr4ll2hurp]  .quick-find-panel {
    top: calc(100% + 0.75rem);
    border: 1px solid var(--line-strong);
}

.header-search-close[b-yr4ll2hurp] {
    display: grid;
    border-radius: 50%;
    place-items: center;
}

@keyframes header-search-in-b-yr4ll2hurp {
    from {
        opacity: 0;
        transform: translate(-50%, -2px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 1039px) {
    .site-header[b-yr4ll2hurp] {
        height: 4rem;
    }

    .header-frame[b-yr4ll2hurp] {
        height: 4rem;
        padding-inline: 1rem;
        grid-template-columns: minmax(4rem, 1fr) auto minmax(5.5rem, 1fr);
        gap: 0.75rem;
    }

    .primary-nav[b-yr4ll2hurp] {
        gap: 0.875rem;
    }

    .nav-button[b-yr4ll2hurp] {
        font-size: 0.69rem;
    }

    .header-search-toggle[b-yr4ll2hurp] {
        width: 2.75rem;
        padding: 0;
        border-bottom-color: transparent;
        justify-content: center;
    }

    .header-search-toggle span[b-yr4ll2hurp] {
        max-width: 0;
        opacity: 0;
    }

    .site-header[data-header-mode="compact"] .header-frame[b-yr4ll2hurp],
    .header-search-surface[b-yr4ll2hurp] {
        top: 0.4375rem;
        width: calc(100% - 1.5rem);
        height: 3.25rem;
    }
}

@media (max-width: 719px) {
    .site-header[b-yr4ll2hurp] {
        height: 3.75rem;
    }

    .header-frame[b-yr4ll2hurp] {
        height: 3.75rem;
        padding: 0 0.625rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.3rem;
    }

    .primary-nav[b-yr4ll2hurp] {
        display: none;
    }

    .active-label[b-yr4ll2hurp] {
        display: block;
        min-width: 0;
        color: var(--header-muted);
        font-size: 0.71rem;
        font-weight: 620;
        opacity: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateY(-2px);
        transition:
            opacity 160ms var(--ease-out),
            transform 190ms var(--ease-out);
    }

    .site-header[data-header-mode="compact"] .active-label[b-yr4ll2hurp] {
        opacity: 1;
        transform: translateY(0);
    }

    .site-header[data-header-mode="compact"] .header-frame[b-yr4ll2hurp],
    .header-search-surface[b-yr4ll2hurp] {
        top: 0.3125rem;
        width: calc(100% - 1.125rem);
        height: 3.25rem;
    }

    .site-header[data-header-mode="compact"] .header-frame[b-yr4ll2hurp] {
        padding-left: 0.6875rem;
        gap: 0.3rem;
    }

    .header-search-surface[b-yr4ll2hurp] {
        padding-left: 0.75rem;
        gap: 0.5rem;
    }

    .header-search-surface[b-yr4ll2hurp]  .archive-quick-find input {
        font-size: 1rem;
    }
}

@media (pointer: coarse) {
    .nav-button[b-yr4ll2hurp],
    .header-search-toggle[b-yr4ll2hurp],
    .header-search-close[b-yr4ll2hurp],
    .wordmark[b-yr4ll2hurp] {
        min-height: 2.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-frame[b-yr4ll2hurp],
    .wordmark[b-yr4ll2hurp],
    .primary-nav[b-yr4ll2hurp],
    .header-actions[b-yr4ll2hurp],
    .wordmark-mark[b-yr4ll2hurp],
    .nav-button[b-yr4ll2hurp],
    .nav-button[b-yr4ll2hurp]::after,
    .header-search-toggle[b-yr4ll2hurp],
    .header-search-toggle span[b-yr4ll2hurp],
    .active-label[b-yr4ll2hurp] {
        transition: none !important;
    }

    .header-search-surface[b-yr4ll2hurp] {
        animation: none;
    }
}
/* /Components/Layout/SiteMenu.razor.rz.scp.css */
.site-menu[b-v11ujsjcoh] {
    position: relative;
    display: block;
}

.menu-toggle[b-v11ujsjcoh] {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: inherit;
    background: transparent;
    cursor: pointer;
    place-content: center;
    gap: 0.3rem;
}

.menu-toggle span[b-v11ujsjcoh] {
    width: 1.15rem;
    height: 1px;
    background: currentColor;
    transition: transform 160ms var(--ease-out);
}

.menu-toggle[aria-expanded="true"] span:first-child[b-v11ujsjcoh] {
    transform: translateY(0.2rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child[b-v11ujsjcoh] {
    transform: translateY(-0.2rem) rotate(-45deg);
}

.menu-panel[b-v11ujsjcoh] {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: -0.6rem;
    width: min(22rem, calc(100vw - 1.25rem));
    border: 1px solid var(--line-strong);
    background: var(--stone-raised);
    color: var(--ink);
    box-shadow: 0 0.75rem 2rem rgb(7 18 12 / 14%);
}

.menu-identity[b-v11ujsjcoh] {
    display: flex;
    min-height: 4.25rem;
    padding-inline: 1rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 640;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.menu-identity-mark[b-v11ujsjcoh] {
    width: 1.5rem;
    height: 1.875rem;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
}

.menu-primary[b-v11ujsjcoh],
.menu-institutional[b-v11ujsjcoh],
.menu-local[b-v11ujsjcoh] {
    display: grid;
}

.menu-primary a[b-v11ujsjcoh],
.menu-institutional a[b-v11ujsjcoh] {
    display: grid;
    min-height: 4.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

.menu-primary a > span:first-child[b-v11ujsjcoh] {
    display: grid;
    gap: 0.2rem;
}

.menu-institutional[b-v11ujsjcoh] {
    border-top: 1px solid var(--line-strong);
}

.menu-institutional a > span:first-child[b-v11ujsjcoh] {
    display: grid;
    gap: 0.2rem;
}

.menu-primary strong[b-v11ujsjcoh],
.menu-institutional strong[b-v11ujsjcoh] {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 640;
}

.menu-primary small[b-v11ujsjcoh],
.menu-institutional small[b-v11ujsjcoh] {
    color: var(--muted-ink);
    font-size: 0.7rem;
    line-height: 1.35;
}

.menu-primary a > span:last-child[b-v11ujsjcoh],
.menu-institutional a > span:last-child[b-v11ujsjcoh],
.menu-local a > span:last-child[b-v11ujsjcoh],
.menu-local button > span:last-child[b-v11ujsjcoh] {
    color: var(--muted-ink);
}

.menu-primary a:hover[b-v11ujsjcoh],
.menu-primary a:focus-visible[b-v11ujsjcoh],
.menu-primary a[aria-current="page"][b-v11ujsjcoh],
.menu-institutional a:hover[b-v11ujsjcoh],
.menu-institutional a:focus-visible[b-v11ujsjcoh],
.menu-institutional a[aria-current="page"][b-v11ujsjcoh],
.menu-local a:hover[b-v11ujsjcoh],
.menu-local a:focus-visible[b-v11ujsjcoh],
.menu-local a[aria-current="page"][b-v11ujsjcoh],
.menu-local button:hover[b-v11ujsjcoh],
.menu-local button:focus-visible[b-v11ujsjcoh],
.menu-local button[aria-current="page"][b-v11ujsjcoh] {
    background: var(--stone-soft);
}

.menu-context[b-v11ujsjcoh] {
    margin: 0;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted-ink);
    font-size: 0.68rem;
    font-weight: 620;
}

.menu-local a[b-v11ujsjcoh],
.menu-local button[b-v11ujsjcoh] {
    display: flex;
    min-height: 3.5rem;
    padding-inline: 1rem;
    border: 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    color: var(--muted-ink);
    background: transparent;
    font: inherit;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.menu-utilities[b-v11ujsjcoh] {
    display: grid;
    border-top: 1px solid var(--line-strong);
}

.menu-utilities[b-v11ujsjcoh]  .archive-share-trigger {
    width: 100%;
    min-height: 3.75rem;
    padding-inline: 1rem;
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    color: var(--muted-ink);
}

.menu-utilities[b-v11ujsjcoh]  .archive-share .archive-share-trigger-label {
    display: inline;
}

.menu-theme[b-v11ujsjcoh] {
    display: flex;
    min-height: 3.75rem;
    padding-inline: 1rem 0.5rem;
    align-items: center;
    justify-content: space-between;
    color: var(--muted-ink);
    font-size: 0.76rem;
}

@media (max-width: 1039px) {
    .menu-panel[b-v11ujsjcoh] {
        max-height: calc(100dvh - 4.25rem);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-toggle span[b-v11ujsjcoh] {
        transition: none;
    }
}
/* /Components/Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-fdpoktqeg3] {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    place-items: center;
    transition: color 160ms var(--ease-out);
}

.theme-toggle:hover[b-fdpoktqeg3] {
    color: var(--forest-soft);
}

.theme-toggle svg[b-fdpoktqeg3] {
    grid-area: 1 / 1;
    width: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    transition:
        opacity 160ms var(--ease-out),
        transform 160ms var(--ease-out);
}

.moon[b-fdpoktqeg3] {
    opacity: 0;
    transform: rotate(-24deg) scale(0.75);
}

:global(html[data-theme="dark"]) .sun[b-fdpoktqeg3] {
    opacity: 0;
    transform: rotate(24deg) scale(0.75);
}

:global(html[data-theme="dark"]) .moon[b-fdpoktqeg3] {
    opacity: 1;
    transform: rotate(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .theme-toggle[b-fdpoktqeg3],
    .theme-toggle svg[b-fdpoktqeg3] {
        transition: none;
    }
}
/* /Components/Owner/OwnerLayout.razor.rz.scp.css */
.owner-surface[b-m4dlgdb7wp] {
    min-height: 100dvh;
    background: var(--owner-canvas);
    color: var(--owner-ink);
}

.owner-surface[b-m4dlgdb7wp]  aside[aria-label="Owner workspace"] {
    border-color: var(--owner-rule);
    background: var(--sidebar);
    color: var(--sidebar-foreground);
}

.owner-surface[b-m4dlgdb7wp]  aside[aria-label="Owner workspace"] [data-sidebar="group-label"] {
    color: rgb(246 250 247 / 58%);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.owner-surface[b-m4dlgdb7wp]  aside[aria-label="Owner workspace"] [data-sidebar="menu-button"] {
    color: rgb(246 250 247 / 78%);
}

.owner-surface[b-m4dlgdb7wp]  aside[aria-label="Owner workspace"] [data-sidebar="menu-button"]:hover,
.owner-surface[b-m4dlgdb7wp]  aside[aria-label="Owner workspace"] [data-sidebar="menu-button"][aria-current="page"] {
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.owner-surface[b-m4dlgdb7wp]  [data-sidebar="menu-button"] {
    min-height: 2.65rem;
}

.owner-surface[b-m4dlgdb7wp]  [data-sidebar="menu-button"] svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.owner-brand-mark[b-m4dlgdb7wp] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 32%);
    border-radius: 0.55rem;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.owner-brand-copy[b-m4dlgdb7wp] {
    min-width: 0;
    display: grid;
    line-height: 1.15;
}

.owner-brand-copy strong[b-m4dlgdb7wp] {
    overflow: hidden;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owner-brand-copy small[b-m4dlgdb7wp] {
    margin-top: 0.2rem;
    color: rgb(255 255 255 / 62%);
    font-size: 0.68rem;
}

.owner-sidebar-state[b-m4dlgdb7wp] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.7rem;
    color: rgb(255 255 255 / 68%);
    font-size: 0.72rem;
}

.owner-sidebar-state__dot[b-m4dlgdb7wp] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #7dd3a7;
    box-shadow: 0 0 0 0.2rem rgb(125 211 167 / 12%);
}

.owner-inset[b-m4dlgdb7wp] {
    min-width: 0;
    background: var(--owner-canvas);
}

.owner-toolbar[b-m4dlgdb7wp] {
    position: sticky;
    z-index: 20;
    top: 0;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
    background: rgb(247 249 247 / 92%);
    border-bottom: 1px solid var(--owner-rule);
    backdrop-filter: blur(14px);
}

.owner-toolbar__start[b-m4dlgdb7wp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--owner-muted-ink);
    font-size: 0.8rem;
    font-weight: 650;
}

.owner-surface[b-m4dlgdb7wp]  .owner-toolbar__separator {
    height: 1.25rem;
}

.owner-toolbar__section[b-m4dlgdb7wp] {
    color: var(--owner-ink);
}

.owner-surface[b-m4dlgdb7wp]  .owner-account-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.5rem;
    padding: 0.25rem 0.55rem 0.25rem 0.3rem;
    border: 1px solid var(--owner-rule);
    border-radius: 999px;
    background: var(--card);
    color: var(--owner-ink);
    font: inherit;
    box-shadow: 0 1px 2px rgb(27 54 44 / 5%);
}

.owner-surface[b-m4dlgdb7wp]  .owner-account-avatar {
    width: 1.85rem;
    height: 1.85rem;
}

.owner-surface[b-m4dlgdb7wp]  .owner-account-avatar > span {
    background: var(--owner-green);
    color: white;
    font-size: 0.62rem;
    font-weight: 800;
}

.owner-account-label[b-m4dlgdb7wp] {
    font-size: 0.75rem;
    font-weight: 650;
}

.owner-surface[b-m4dlgdb7wp]  .owner-account-content {
    min-width: 12rem;
}

.owner-surface[b-m4dlgdb7wp]  .owner-sign-out {
    width: 100%;
    justify-content: flex-start;
}

.owner-main-content[b-m4dlgdb7wp] {
    min-width: 0;
}

@media (max-width: 640px) {
    .owner-account-label[b-m4dlgdb7wp],
    .owner-toolbar__separator[b-m4dlgdb7wp],
    .owner-toolbar__start > span:last-child[b-m4dlgdb7wp] {
        display: none;
    }

    .owner-toolbar[b-m4dlgdb7wp] {
        min-height: 3.4rem;
        padding-inline: 0.7rem;
    }
}
/* /Components/Owner/OwnerRegister.razor.rz.scp.css */
.owner-register__row[b-exp5lhv7r8] {
    min-height: 4.35rem;
    width: 100%;
    display: grid;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    background: var(--owner-ivory);
    color: var(--owner-ink);
    border: 0;
    border-bottom: 1px solid var(--owner-rule);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.owner-register__row:hover[b-exp5lhv7r8] {
    background: color-mix(in srgb, var(--owner-green) 5%, var(--owner-ivory));
}

.owner-register__primary[b-exp5lhv7r8] {
    font-size: 0.85rem;
    font-weight: 680;
}

.owner-register__secondary[b-exp5lhv7r8],
.owner-register__meta[b-exp5lhv7r8] {
    color: var(--owner-muted-ink);
    font-size: 0.76rem;
}

.owner-register__meta[b-exp5lhv7r8] {
    font-variant-numeric: tabular-nums;
    text-align: right;
}
/* /Components/Owner/OwnerSignIn.razor.rz.scp.css */
.owner-sign-in[b-ri9sv5vfts] {
    display: grid;
    min-height: 70vh;
    place-items: center;
    padding: 2rem var(--page-gutter, 1.5rem);
}

.owner-sign-in section[b-ri9sv5vfts] {
    display: grid;
    gap: 1rem;
    max-width: 30rem;
    width: 100%;
}

.owner-sign-in__eyebrow[b-ri9sv5vfts] {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.owner-sign-in form[b-ri9sv5vfts] {
    display: grid;
    gap: 0.75rem;
}

.owner-sign-in input[b-ri9sv5vfts],
.owner-sign-in button[b-ri9sv5vfts] {
    font: inherit;
    min-height: 2.75rem;
}
/* /Components/Owner/Pages/OwnerAudience.razor.rz.scp.css */
.owner-audience-card-grid[b-n6e17ufpdq] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.owner-audience-card-grid article[b-n6e17ufpdq] { min-width: 0; border-radius: 0.9rem; cursor: pointer; }
.owner-audience-card-grid article:focus-visible[b-n6e17ufpdq] { outline: 3px solid rgb(31 81 63 / 34%); outline-offset: 2px; }
.owner-audience[b-n6e17ufpdq]  .owner-audience-card { height: 100%; overflow: hidden; border-color: var(--owner-rule); border-radius: 0.9rem; background: white; box-shadow: 0 1px 2px rgb(27 54 44 / 5%), 0 10px 24px rgb(27 54 44 / 3%); }
.owner-audience[b-n6e17ufpdq]  .owner-audience-card h3 { font-size: 0.92rem; font-weight: 700; }
.owner-audience[b-n6e17ufpdq]  .owner-audience-value { display: block; color: var(--owner-green); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 750; font-variant-numeric: tabular-nums; letter-spacing: -0.025em; overflow-wrap: anywhere; }
.owner-audience[b-n6e17ufpdq]  .owner-audience-card p { min-height: 3.25rem; margin: 0; color: var(--owner-muted-ink); font-size: 0.74rem; overflow-wrap: anywhere; }
.owner-audience[b-n6e17ufpdq]  .owner-audience-card small { color: var(--owner-muted-ink); font-size: 0.68rem; }
.owner-audience[b-n6e17ufpdq]  .owner-audience-card__footer { gap: 0.45rem; color: var(--owner-muted-ink); font-size: 0.7rem; }
.owner-audience-change[b-n6e17ufpdq] { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.85rem; color: var(--owner-green); }
.owner-audience[b-n6e17ufpdq]  .owner-audience-trends [data-dashboard-widget] { border-color: var(--owner-rule); border-radius: 0.9rem; background: white; box-shadow: 0 1px 2px rgb(27 54 44 / 5%); }
.owner-audience-detail[b-n6e17ufpdq] { margin: 0; }
.owner-audience-detail div[b-n6e17ufpdq] { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--owner-rule); }
.owner-audience-detail dt[b-n6e17ufpdq] { color: var(--owner-muted-ink); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.owner-audience-detail dd[b-n6e17ufpdq] { margin: 0; }
.owner-audience-detail code[b-n6e17ufpdq] { overflow-wrap: anywhere; color: var(--owner-green); font-size: 0.7rem; }
@media (max-width: 760px) { .owner-audience-card-grid[b-n6e17ufpdq] { grid-template-columns: minmax(0, 1fr); } }
/* /Components/Owner/Pages/OwnerOperations.razor.rz.scp.css */
.owner-operations[b-10y5h3cnhb] { display: grid; align-content: start; }
.owner-operations > section + section[b-10y5h3cnhb] { margin-top: 1rem; }
.owner-operations-heading__actions[b-10y5h3cnhb] { display: flex; align-items: center; gap: 0.8rem; }
.owner-operations[b-10y5h3cnhb]  .owner-check-button { gap: 0.45rem; white-space: nowrap; }
.owner-operations[b-10y5h3cnhb]  .owner-table-link { justify-content: flex-start; gap: 0.5rem; padding-inline: 0; color: var(--owner-green); text-align: left; }
.owner-table-time[b-10y5h3cnhb] { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--owner-muted-ink); font-size: 0.72rem; font-variant-numeric: tabular-nums; }
.owner-job-state[b-10y5h3cnhb] { color: var(--owner-muted-ink); font-size: 0.74rem; overflow-wrap: anywhere; }
.owner-operations-detail[b-10y5h3cnhb] { margin: 0; }
.owner-operations-detail div[b-10y5h3cnhb] { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--owner-rule); }
.owner-operations-detail dt[b-10y5h3cnhb] { color: var(--owner-muted-ink); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.owner-operations-detail dd[b-10y5h3cnhb] { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 760px) { .owner-operations-heading__actions[b-10y5h3cnhb] { width: 100%; justify-content: space-between; } }
/* /Components/Owner/Pages/OwnerPublishing.razor.rz.scp.css */
.owner-filter-tabs[b-34u66ixwvv] { margin-bottom: 1rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--owner-rule); }
.owner-publishing[b-34u66ixwvv]  .owner-table-link { justify-content: flex-start; gap: 0.5rem; padding-inline: 0; color: var(--owner-green); text-align: left; }
.owner-table-time[b-34u66ixwvv] { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--owner-muted-ink); font-size: 0.72rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.owner-publishing-detail[b-34u66ixwvv] { margin: 0; }
.owner-publishing-detail div[b-34u66ixwvv] { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid var(--owner-rule); }
.owner-publishing-detail dt[b-34u66ixwvv] { color: var(--owner-muted-ink); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.owner-publishing-detail dd[b-34u66ixwvv] { margin: 0; }
.owner-publishing-detail code[b-34u66ixwvv] { overflow-wrap: anywhere; color: var(--owner-green); font-size: 0.7rem; }
/* /Components/Owner/Pages/OwnerReports.razor.rz.scp.css */
.owner-reports[b-poubmgfrc0]  .owner-report-search { width: min(20rem, 36vw); }
.owner-reports[b-poubmgfrc0]  .owner-table-link { justify-content: flex-start; gap: 0.5rem; padding-inline: 0; color: var(--owner-green); text-align: left; }
.owner-table-date[b-poubmgfrc0] { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--owner-muted-ink); font-size: 0.72rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.owner-report-detail[b-poubmgfrc0] { margin: 0 0 1rem; }
.owner-report-detail div[b-poubmgfrc0] { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 0.75rem; padding: 0.65rem 0; border-bottom: 1px solid var(--owner-rule); }
.owner-report-detail dt[b-poubmgfrc0] { color: var(--owner-muted-ink); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.owner-report-detail dd[b-poubmgfrc0] { margin: 0; }
.owner-report-content[b-poubmgfrc0] { margin: 0; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; color: var(--owner-ink); font: 0.78rem/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.owner-report-message[b-poubmgfrc0] { margin: 0; color: var(--owner-muted-ink); }
@media (max-width: 760px) { .owner-reports[b-poubmgfrc0]  .owner-report-search { width: 100%; } }
/* /Components/Owner/Pages/OwnerToday.razor.rz.scp.css */
.owner-today[b-dl5pgs8i6g] {
    width: min(100%, 96rem);
    margin: 0 auto;
    padding: clamp(1rem, 2.5vw, 2rem);
}

.owner-page-heading[b-dl5pgs8i6g] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.owner-page-heading__eyebrow[b-dl5pgs8i6g] {
    margin: 0 0 0.3rem;
    color: var(--owner-green);
    font-size: 0.68rem;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.owner-page-heading h1[b-dl5pgs8i6g] {
    margin: 0;
    color: var(--owner-ink);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.owner-page-heading > div > p:last-child[b-dl5pgs8i6g] {
    margin: 0.4rem 0 0;
    color: var(--owner-muted-ink);
    font-size: 0.86rem;
}

.owner-page-heading__status[b-dl5pgs8i6g] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--owner-rule);
    border-radius: 999px;
    background: var(--card);
}

.owner-page-heading__status > span[b-dl5pgs8i6g] {
    color: var(--owner-muted-ink);
    font-size: 0.7rem;
    font-variant-numeric: tabular-nums;
}

.owner-dashboard-loading[b-dl5pgs8i6g] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.owner-dashboard-loading__block[b-dl5pgs8i6g] {
    height: 8rem;
    border-radius: var(--radius);
}

.owner-dashboard-loading__block:nth-child(n + 5)[b-dl5pgs8i6g] {
    grid-column: span 2;
    height: 22rem;
}

.owner-today[b-dl5pgs8i6g]  .owner-dashboard-grid {
    width: 100%;
}

.owner-today[b-dl5pgs8i6g]  .owner-kpi-widget,
.owner-today[b-dl5pgs8i6g]  .owner-chart-widget,
.owner-today[b-dl5pgs8i6g]  .owner-list-widget,
.owner-today[b-dl5pgs8i6g]  .owner-members-widget {
    border-color: var(--owner-rule);
    border-radius: 0.9rem;
    background: var(--card);
    box-shadow: 0 1px 2px rgb(27 54 44 / 5%), 0 10px 24px rgb(27 54 44 / 3%);
}

.owner-today[b-dl5pgs8i6g]  .owner-kpi-widget {
    background: var(--card);
}

.owner-today[b-dl5pgs8i6g]  .owner-kpi-widget > .flex-1 {
    overflow: hidden;
}

.owner-today[b-dl5pgs8i6g]  .owner-kpi-widget .owner-card-heading__icon {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.55rem;
}

.owner-kpi[b-dl5pgs8i6g] {
    display: grid;
    align-content: center;
    gap: 0.25rem;
    min-height: 100%;
}

.owner-kpi strong[b-dl5pgs8i6g] {
    color: var(--owner-green);
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
}

.owner-kpi span[b-dl5pgs8i6g],
.owner-widget-caption[b-dl5pgs8i6g] {
    color: var(--owner-muted-ink);
    font-size: 0.7rem;
}

.owner-kpi span[b-dl5pgs8i6g] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owner-widget-caption[b-dl5pgs8i6g] {
    margin: 0 0 0.25rem;
}

.owner-chart[b-dl5pgs8i6g] {
    width: 100%;
}

.owner-attention-scroll[b-dl5pgs8i6g] {
    padding-right: 0.35rem;
}

.owner-today[b-dl5pgs8i6g]  .owner-attention-item {
    border-radius: 0;
    border-bottom: 1px solid var(--owner-rule);
}

.owner-today[b-dl5pgs8i6g]  .owner-attention-item:last-child {
    border-bottom: 0;
}

.owner-today[b-dl5pgs8i6g]  .owner-attention-item small {
    color: var(--owner-muted-ink);
    font-size: 0.65rem;
}

.owner-attention-dot[b-dl5pgs8i6g] {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--owner-rule-strong);
}

.owner-attention-dot--normal[b-dl5pgs8i6g] { background: var(--owner-green); }
.owner-attention-dot--attention[b-dl5pgs8i6g] { background: var(--owner-gold); }
.owner-attention-dot--blocked[b-dl5pgs8i6g] { background: var(--owner-red); }

.owner-health-summary[b-dl5pgs8i6g] {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    padding: 0.25rem 0 0.8rem;
}

.owner-health-summary strong[b-dl5pgs8i6g] {
    color: var(--owner-green);
    font-size: 1.5rem;
    font-variant-numeric: tabular-nums;
}

.owner-health-summary span[b-dl5pgs8i6g] {
    color: var(--owner-muted-ink);
    font-size: 0.72rem;
}

.owner-health-list[b-dl5pgs8i6g] {
    margin-top: 0.4rem;
}

.owner-today[b-dl5pgs8i6g]  .owner-member-grid {
    border: 0;
}

.owner-today[b-dl5pgs8i6g]  .owner-member-grid a {
    color: var(--owner-green);
    text-underline-offset: 0.18em;
}

.owner-evidence-list[b-dl5pgs8i6g] {
    margin: 0;
}

.owner-evidence-list div[b-dl5pgs8i6g] {
    display: grid;
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--owner-rule);
}

.owner-evidence-list dt[b-dl5pgs8i6g] {
    color: var(--owner-muted-ink);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.owner-evidence-list dd[b-dl5pgs8i6g] { margin: 0; }
.owner-evidence-list code[b-dl5pgs8i6g] { overflow-wrap: anywhere; color: var(--owner-green); font-size: 0.68rem; }

@media (max-width: 760px) {
    .owner-today[b-dl5pgs8i6g] { padding: 1rem; }
    .owner-page-heading[b-dl5pgs8i6g] { align-items: flex-start; flex-direction: column; }
    .owner-dashboard-loading[b-dl5pgs8i6g] { grid-template-columns: minmax(0, 1fr); }
    .owner-dashboard-loading__block:nth-child(n + 5)[b-dl5pgs8i6g] { grid-column: auto; }
}
/* /Components/Pages/ArchitectRecordPage.razor.rz.scp.css */
.architect-record[b-46y5cen2cw] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    color: var(--ink);
    background: var(--stone);
}

.architect-record-state a[b-46y5cen2cw],
.architect-record-state button[b-46y5cen2cw] {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.architect-record a:focus-visible[b-46y5cen2cw],
.architect-record-state a:focus-visible[b-46y5cen2cw],
.architect-record-state button:focus-visible[b-46y5cen2cw] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.architect-record-header[b-46y5cen2cw] {
    display: grid;
    box-sizing: border-box;
    padding-block: clamp(2.5rem, 4vw, 3.75rem);
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.32fr);
    align-items: start;
    gap: clamp(2.5rem, 8vw, 8rem);
}

.architect-record-header > *[b-46y5cen2cw] {
    min-width: 0;
}

.architect-record-kind[b-46y5cen2cw],
.architect-work-role[b-46y5cen2cw] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.architect-record-header h1[b-46y5cen2cw] {
    max-width: 13ch;
    margin: 0.65rem 0 0;
    font-size: clamp(3.25rem, 6vw, 5.25rem);
    font-weight: 570;
    letter-spacing: -0.045em;
    line-height: 0.92;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.architect-profile-line[b-46y5cen2cw] {
    margin: 1.15rem 0 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    font-variant-numeric: tabular-nums;
    line-height: 1.35;
}

.architect-record-lead[b-46y5cen2cw] {
    max-width: 43rem;
    margin: 1.15rem 0 0;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.5;
    text-wrap: pretty;
}

.architect-practice-ledger[b-46y5cen2cw] {
    margin: 0;
    border-top: 1px solid var(--line-strong);
}

.architect-practice-ledger > div[b-46y5cen2cw] {
    display: grid;
    min-height: 3.25rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.architect-practice-ledger dt[b-46y5cen2cw] {
    color: var(--muted-ink);
    font-size: 0.8rem;
}

.architect-practice-ledger dd[b-46y5cen2cw] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-variant-numeric: tabular-nums;
}

.architect-body[b-46y5cen2cw] {
    border-top: 1px solid var(--line-strong);
}

.architect-body-heading[b-46y5cen2cw],
.architect-sources-heading[b-46y5cen2cw] {
    display: grid;
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.32fr);
    align-items: end;
    gap: clamp(2.5rem, 8vw, 8rem);
}

.architect-body-heading h2[b-46y5cen2cw],
.architect-sources-heading h2[b-46y5cen2cw] {
    max-width: 16ch;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4.5vw, 4.25rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.98;
}

.architect-body-heading p[b-46y5cen2cw],
.architect-sources-heading p[b-46y5cen2cw] {
    margin: 0;
    color: var(--muted-ink);
    line-height: 1.5;
}

.architect-work-trail[b-46y5cen2cw] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line-strong);
    list-style: none;
}

.architect-work-stop[b-46y5cen2cw] {
    display: grid;
    min-width: 0;
    padding-block: clamp(2rem, 3.5vw, 3rem);
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(7rem, 0.18fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.5rem, 5vw, 5rem);
}

.architect-work-period[b-46y5cen2cw] {
    margin: 0;
    padding-top: 0.15rem;
    color: var(--muted-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

.architect-work-entry[b-46y5cen2cw] {
    min-width: 0;
}

.architect-work-entry h3[b-46y5cen2cw] {
    max-width: 24ch;
    margin: 0.55rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.98;
    text-wrap: balance;
}

.architect-course-title-link[b-46y5cen2cw],
.architect-club-title-link[b-46y5cen2cw],
.architect-jurisdiction-link[b-46y5cen2cw] {
    color: inherit;
    text-underline-offset: 0.2em;
}

.architect-course-title-link[b-46y5cen2cw] {
    text-decoration: none;
}

.architect-course-title-link:hover[b-46y5cen2cw],
.architect-course-title-link:focus-visible[b-46y5cen2cw] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.architect-work-route[b-46y5cen2cw] {
    display: flex;
    margin: 1rem 0 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    color: var(--muted-ink);
    font-size: 0.88rem;
    line-height: 1.5;
}

.architect-club-title-link[b-46y5cen2cw],
.architect-jurisdiction-link[b-46y5cen2cw] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.architect-club-title-link[b-46y5cen2cw] {
    color: var(--ink);
    font-weight: 620;
    text-decoration: none;
}

.architect-club-title-link:hover[b-46y5cen2cw],
.architect-club-title-link:focus-visible[b-46y5cen2cw] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.architect-role-register[b-46y5cen2cw] {
    display: grid;
    margin: 1.1rem 0 0;
    padding: 0;
    gap: 0.45rem;
    list-style: none;
}

.architect-role-register li[b-46y5cen2cw] {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    color: var(--muted-ink);
    font-size: 0.82rem;
    line-height: 1.45;
}

.architect-role-register strong[b-46y5cen2cw] {
    color: var(--ink);
    font-weight: 620;
}

.architect-sources[b-46y5cen2cw] {
    margin-top: clamp(3rem, 6vw, 6rem);
    border-top: 1px solid var(--line-strong);
}

.architect-source-register[b-46y5cen2cw] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.architect-source-register li[b-46y5cen2cw] {
    display: grid;
    min-height: 3.5rem;
    padding-block: 0.75rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.architect-source-register a[b-46y5cen2cw],
.architect-source-register li > span[b-46y5cen2cw] {
    min-width: 0;
    color: inherit;
    overflow-wrap: break-word;
    text-underline-offset: 0.2em;
}

.architect-source-register a[b-46y5cen2cw] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.4rem;
}

.architect-source-register small[b-46y5cen2cw] {
    color: var(--muted-ink);
    font-size: 0.75rem;
}

.architect-record-state[b-46y5cen2cw] {
    display: grid;
    min-height: 65vh;
    padding-block: clamp(4rem, 10vw, 9rem);
    align-content: center;
    gap: 1rem;
}

.architect-record-state > p[b-46y5cen2cw],
.architect-record-state h1[b-46y5cen2cw],
.architect-record-state > span[b-46y5cen2cw] {
    margin: 0;
}

.architect-record-state h1[b-46y5cen2cw] {
    max-width: 16ch;
    font-size: clamp(2.5rem, 6vw, 5rem);
    letter-spacing: -0.04em;
    line-height: 0.95;
}

.architect-record-state > span[b-46y5cen2cw] {
    max-width: 38rem;
    color: var(--muted-ink);
}

@media (max-width: 760px) {
    .architect-record-header[b-46y5cen2cw],
    .architect-body-heading[b-46y5cen2cw],
    .architect-sources-heading[b-46y5cen2cw] {
        grid-template-columns: minmax(0, 1fr);
    }

    .architect-record-header[b-46y5cen2cw] {
        min-height: 0;
        padding-block: 2.75rem 2.5rem;
        gap: 2.25rem;
    }

    .architect-record-header h1[b-46y5cen2cw] {
        max-width: 100%;
        font-size: clamp(2.85rem, 14vw, 4.25rem);
        overflow-wrap: anywhere;
    }

    .architect-body-heading[b-46y5cen2cw],
    .architect-sources-heading[b-46y5cen2cw] {
        gap: 1.5rem;
    }

    .architect-work-stop[b-46y5cen2cw] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem 1rem;
    }

    .architect-work-period[b-46y5cen2cw] {
        grid-column: 1;
    }

    .architect-work-entry[b-46y5cen2cw] {
        grid-column: 1;
    }

    .architect-work-entry h3[b-46y5cen2cw] {
        max-width: 100%;
    }

    .architect-work-route[b-46y5cen2cw] {
        gap: 0.2rem 0.35rem;
    }

    .architect-source-register li[b-46y5cen2cw] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.25rem;
    }
}
/* /Components/Pages/ArchiveHome.razor.rz.scp.css */
.home-letters[b-13lcrrfs6c] {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr);
    gap: clamp(2rem, 8vw, 9rem);
    padding-block: clamp(4rem, 8vw, 8rem);
    border-top: 1px solid var(--line-strong);
    align-items: end;
}

.home-letters p[b-13lcrrfs6c],
.home-letters h2[b-13lcrrfs6c] {
    margin: 0;
}

.home-letters h2[b-13lcrrfs6c] {
    max-width: 13ch;
    font-size: clamp(2.75rem, 6vw, 6.5rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.94;
}

.home-letters > div:last-child[b-13lcrrfs6c] {
    padding-bottom: 0.35rem;
}

.home-letters > div:last-child p[b-13lcrrfs6c] {
    color: var(--muted-ink);
}

.home-letters a[b-13lcrrfs6c] {
    display: inline-flex;
    min-height: 44px;
    margin-top: 1.5rem;
    align-items: center;
    gap: 1rem;
    color: var(--forest);
    font-weight: 600;
    text-decoration-thickness: 1px;
}

@media (max-width: 700px) {
    .home-letters[b-13lcrrfs6c] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-block: 4rem;
    }
}
/* /Components/Pages/ArchiveSearchPage.razor.rz.scp.css */
.archive-search[b-ydbpt3y69o] {
    min-width: 0;
    padding-block: clamp(2rem, 4vw, 4rem) clamp(5rem, 8vw, 8rem);
}

.archive-search :is(a, button, input, summary):focus-visible[b-ydbpt3y69o] {
    outline: 2px solid var(--forest);
    outline-offset: 3px;
}

.search-heading[b-ydbpt3y69o] {
    display: grid;
    min-height: clamp(8rem, 14vw, 12rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(9rem, 3fr) minmax(0, 8fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 8rem);
}

.search-heading p[b-ydbpt3y69o],
.search-heading h1[b-ydbpt3y69o],
.search-query[b-ydbpt3y69o],
.search-status[b-ydbpt3y69o],
.search-notice[b-ydbpt3y69o],
.result-announcement[b-ydbpt3y69o],
.result-group h2[b-ydbpt3y69o],
.result-group ul[b-ydbpt3y69o],
.search-state p[b-ydbpt3y69o],
.search-state h2[b-ydbpt3y69o] {
    margin: 0;
}

.search-heading p[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.search-heading h1[b-ydbpt3y69o] {
    max-width: 62rem;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.9;
    overflow-wrap: anywhere;
}

.search-query[b-ydbpt3y69o] {
    grid-column: 2;
    color: var(--muted-ink);
}

.archive-search-form[b-ydbpt3y69o] {
    min-height: 4rem;
    border-block: 1px solid var(--line-strong);
    --quick-find-input-padding: 0.75rem 0;
}

.archive-search-form[b-ydbpt3y69o]  .archive-quick-find {
    width: 100%;
}

.archive-search-form input[b-ydbpt3y69o] {
    min-width: 0;
    min-height: 44px;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    outline: 0;
}

.archive-search-form input[b-ydbpt3y69o]::placeholder {
    color: var(--muted-ink);
}

.archive-search-form button[b-ydbpt3y69o],
.search-state button[b-ydbpt3y69o],
.search-state a[b-ydbpt3y69o],
.group-continuation[b-ydbpt3y69o] {
    min-width: 5rem;
    min-height: 44px;
    padding: 0;
    border: 0;
    color: var(--forest);
    background: transparent;
    font: inherit;
    font-weight: 620;
    cursor: pointer;
}

.search-state a[b-ydbpt3y69o],
.group-continuation[b-ydbpt3y69o] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    text-decoration: none;
}

.archive-search-form:focus-within[b-ydbpt3y69o] {
    border-block-color: var(--forest);
}

.search-status[b-ydbpt3y69o],
.search-notice[b-ydbpt3y69o],
.partial-failure[b-ydbpt3y69o],
.result-announcement[b-ydbpt3y69o] {
    min-height: 4rem;
    padding-block: 1.25rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.search-interpretation[b-ydbpt3y69o] {
    display: grid;
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(9rem, 3fr) minmax(0, 8fr);
    column-gap: clamp(2rem, 7vw, 8rem);
    row-gap: 0.75rem;
}

.interpretation-summary[b-ydbpt3y69o] {
    grid-column: 2;
    max-width: 52rem;
    margin: 0;
    font-size: clamp(1.35rem, 2.6vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.search-constraints[b-ydbpt3y69o] {
    display: flex;
    grid-column: 2;
    margin: 0.75rem 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    color: var(--muted-ink);
    list-style: none;
}

.search-constraints li + li[b-ydbpt3y69o]::before {
    content: "·";
    margin-right: 1.25rem;
}

.search-notice[b-ydbpt3y69o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.search-action[b-ydbpt3y69o] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--forest);
    font-weight: 620;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    overflow-wrap: anywhere;
}

.search-action:hover[b-ydbpt3y69o] {
    text-decoration-thickness: 2px;
}

.search-ambiguities[b-ydbpt3y69o],
.search-coverage[b-ydbpt3y69o] {
    display: grid;
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(9rem, 3fr) minmax(0, 8fr);
    gap: 1rem clamp(2rem, 7vw, 8rem);
}

.search-ambiguities h2[b-ydbpt3y69o],
.search-coverage h2[b-ydbpt3y69o],
.search-evidence h2[b-ydbpt3y69o],
.search-evidence h3[b-ydbpt3y69o],
.search-facets h2[b-ydbpt3y69o],
.search-ambiguities p[b-ydbpt3y69o],
.search-ambiguities ul[b-ydbpt3y69o],
.search-coverage dl[b-ydbpt3y69o],
.search-coverage dt[b-ydbpt3y69o],
.search-coverage dd[b-ydbpt3y69o],
.search-evidence p[b-ydbpt3y69o],
.evidence-list[b-ydbpt3y69o],
.evidence-path[b-ydbpt3y69o],
.evidence-path dd[b-ydbpt3y69o],
.facet-list[b-ydbpt3y69o],
.facet-list dd[b-ydbpt3y69o] {
    margin: 0;
}

.search-ambiguities h2[b-ydbpt3y69o],
.search-coverage h2[b-ydbpt3y69o] {
    font-size: 1rem;
    font-weight: 620;
}

.search-ambiguities > :not(h2)[b-ydbpt3y69o],
.search-coverage > :not(h2)[b-ydbpt3y69o] {
    grid-column: 2;
}

.search-ambiguities ul[b-ydbpt3y69o] {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    list-style: none;
}

.search-coverage dl > div[b-ydbpt3y69o] {
    display: grid;
    padding-block: 1rem;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(9rem, 2fr) minmax(0, 5fr);
    gap: 1rem;
}

.search-coverage dt[b-ydbpt3y69o] {
    font-weight: 620;
}

.search-coverage dd[b-ydbpt3y69o] {
    color: var(--muted-ink);
    overflow-wrap: anywhere;
}

.search-results-layout.has-facets[b-ydbpt3y69o] {
    display: grid;
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(10rem, 2fr) minmax(0, 8fr);
    gap: clamp(2rem, 5vw, 5rem);
}

.search-results-layout.has-facets .result-groups[b-ydbpt3y69o] {
    min-width: 0;
    border-bottom: 0;
}

.search-results-layout.has-facets .result-group[b-ydbpt3y69o] {
    grid-template-columns: 1fr;
    gap: 0;
}

.search-facets[b-ydbpt3y69o] {
    min-width: 0;
    padding-block: 1.25rem;
    color: var(--muted-ink);
}

.search-facets h2[b-ydbpt3y69o] {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 620;
}

.facet-list > div[b-ydbpt3y69o] {
    padding-block: 1rem;
    border-top: 1px solid var(--line);
}

.facet-list dt[b-ydbpt3y69o] {
    color: var(--ink);
    font-weight: 620;
}

.facet-list dd > span[b-ydbpt3y69o] {
    display: flex;
    min-height: 2rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.facet-list dd > span > span[b-ydbpt3y69o] {
    font-variant-numeric: tabular-nums;
}

.search-facets-mobile[b-ydbpt3y69o] {
    display: none;
}

.result-groups[b-ydbpt3y69o] {
    border-bottom: 1px solid var(--line-strong);
}

.search-evidence[b-ydbpt3y69o] {
    display: grid;
    padding-block: clamp(2.5rem, 5vw, 5rem);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(9rem, 3fr) minmax(0, 8fr);
    gap: clamp(2rem, 7vw, 8rem);
}

.search-evidence > header p[b-ydbpt3y69o],
.evidence-precision[b-ydbpt3y69o],
.evidence-source[b-ydbpt3y69o],
.evidence-date[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.search-evidence h2[b-ydbpt3y69o] {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 560;
    letter-spacing: -0.03em;
}

.search-evidence > header p[b-ydbpt3y69o] {
    margin-top: 0.5rem;
}

.evidence-list[b-ydbpt3y69o] {
    padding: 0;
    list-style: none;
}

.evidence-list > li[b-ydbpt3y69o] {
    padding-block: 0 2.5rem;
    border-bottom: 1px solid var(--line-strong);
}

.evidence-list > li + li[b-ydbpt3y69o] {
    padding-top: 2.5rem;
}

.evidence-list h3[b-ydbpt3y69o] {
    margin-bottom: 1rem;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 620;
    letter-spacing: -0.02em;
}

.evidence-path > div[b-ydbpt3y69o] {
    display: grid;
    min-width: 0;
    padding-block: 0.75rem;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(7rem, 2fr) minmax(0, 5fr);
    gap: 1rem;
}

.evidence-path dt[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.evidence-path dd[b-ydbpt3y69o] {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.25rem 1rem;
    font-weight: 560;
}

.evidence-path dd > span:first-child[b-ydbpt3y69o] {
    overflow-wrap: anywhere;
}

.evidence-precision[b-ydbpt3y69o],
.evidence-source[b-ydbpt3y69o] {
    margin-top: 0.75rem !important;
}

.evidence-continuation[b-ydbpt3y69o] {
    margin-top: 1rem;
}

.result-group[b-ydbpt3y69o] {
    display: grid;
    border-top: 1px solid var(--line-strong);
    grid-template-columns: minmax(9rem, 3fr) minmax(0, 8fr);
    gap: clamp(2rem, 7vw, 8rem);
}

.result-group header[b-ydbpt3y69o] {
    display: flex;
    min-height: 4.5rem;
    padding-block: 1.25rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.result-group h2[b-ydbpt3y69o] {
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 560;
    letter-spacing: -0.025em;
}

.result-group header span[b-ydbpt3y69o] {
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.result-group ul[b-ydbpt3y69o] {
    padding: 0;
    list-style: none;
}

.result-group li[b-ydbpt3y69o] {
    border-top: 1px solid var(--line);
}

.result-group li:first-child[b-ydbpt3y69o] {
    border-top-color: transparent;
}

.result-group li > a[b-ydbpt3y69o] {
    display: grid;
    min-height: 5.5rem;
    padding-block: 1.25rem;
    grid-template-columns: minmax(0, 5fr) minmax(9rem, 3fr);
    align-items: center;
    gap: clamp(1rem, 4vw, 4rem);
    color: var(--ink);
    text-decoration: none;
}

.result-group li > a:hover .result-title[b-ydbpt3y69o],
.result-group li > a:focus-visible .result-title[b-ydbpt3y69o] {
    color: var(--forest);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.result-title[b-ydbpt3y69o] {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 560;
    letter-spacing: -0.015em;
}

.result-subtitle[b-ydbpt3y69o],
.match-reason[b-ydbpt3y69o],
.held-mark-fact[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.match-reason[b-ydbpt3y69o] {
    margin: 0 0 1rem;
    overflow-wrap: anywhere;
}

.result-group dl[b-ydbpt3y69o] {
    display: flex;
    margin: 0 0 1rem;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

.result-group dl div[b-ydbpt3y69o] {
    display: flex;
    gap: 0.35rem;
}

.result-group dt[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.result-group dd[b-ydbpt3y69o] {
    margin: 0;
}

.held-mark-fact[b-ydbpt3y69o] {
    display: block;
    padding-bottom: 1rem;
}

.group-continuation[b-ydbpt3y69o] {
    margin-block: 1rem;
}

.group-truncation[b-ydbpt3y69o] {
    margin: 1rem 0 0;
    color: var(--muted-ink);
    font-size: 0.9rem;
}

.result-title[b-ydbpt3y69o],
.result-subtitle[b-ydbpt3y69o],
.result-group dd[b-ydbpt3y69o],
.search-state h2[b-ydbpt3y69o],
.partial-failure[b-ydbpt3y69o] {
    overflow-wrap: anywhere;
}

.search-state[b-ydbpt3y69o] {
    display: grid;
    min-height: 12rem;
    padding-block: 2rem;
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 2rem;
}

.search-state p[b-ydbpt3y69o] {
    color: var(--muted-ink);
}

.search-state h2[b-ydbpt3y69o] {
    max-width: 42rem;
    margin-top: 0.5rem;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.search-state button[b-ydbpt3y69o] {
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
}

.search-state button[b-ydbpt3y69o] {
    min-height: 44px;
}

@media (max-width: 760px) {
    .search-heading[b-ydbpt3y69o],
    .result-group[b-ydbpt3y69o],
    .search-interpretation[b-ydbpt3y69o],
    .search-ambiguities[b-ydbpt3y69o],
    .search-coverage[b-ydbpt3y69o],
    .search-evidence[b-ydbpt3y69o] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .search-heading[b-ydbpt3y69o] {
        min-height: 10rem;
        align-content: end;
    }

    .search-query[b-ydbpt3y69o] {
        grid-column: 1;
    }

    .interpretation-summary[b-ydbpt3y69o],
    .search-constraints[b-ydbpt3y69o],
    .search-ambiguities > :not(h2)[b-ydbpt3y69o],
    .search-coverage > :not(h2)[b-ydbpt3y69o] {
        grid-column: 1;
    }

    .search-notice[b-ydbpt3y69o] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .search-results-layout.has-facets[b-ydbpt3y69o] {
        display: block;
        border-bottom: 0;
    }

    .search-facets-desktop[b-ydbpt3y69o] {
        display: none;
    }

    .search-facets-mobile[b-ydbpt3y69o] {
        display: block;
        border-bottom: 1px solid var(--line-strong);
    }

    .search-facets-mobile summary[b-ydbpt3y69o] {
        display: flex;
        min-height: 44px;
        align-items: center;
        color: var(--forest);
        font-weight: 620;
        cursor: pointer;
    }

    .search-coverage dl > div[b-ydbpt3y69o],
    .evidence-path > div[b-ydbpt3y69o] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .result-group header[b-ydbpt3y69o] {
        min-height: 0;
        padding-bottom: 0;
    }

    .result-group a[b-ydbpt3y69o] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .search-evidence[b-ydbpt3y69o] {
        padding-block: 2.5rem;
    }

    .search-state[b-ydbpt3y69o] {
        grid-template-columns: 1fr;
    }

    .search-state button[b-ydbpt3y69o] {
        width: max-content;
    }
}

@media (max-width: 900px) and (max-height: 450px) and (orientation: landscape) {
    .archive-search[b-ydbpt3y69o] {
        padding-block: 1.5rem 4rem;
    }

    .search-heading[b-ydbpt3y69o] {
        min-height: 0;
        padding-bottom: 1.5rem;
    }

    .search-heading h1[b-ydbpt3y69o] {
        font-size: clamp(2.75rem, 8vw, 4.25rem);
    }
}
/* /Components/Pages/ChampionshipRecordPage.razor.rz.scp.css */
.championship-record[b-hgaxlb5otu] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    color: var(--ink);
    background: var(--stone);
}

.championship-record[b-hgaxlb5otu]  .championship-edition-history {
    min-width: 0;
}

.championship-record-state a[b-hgaxlb5otu],
.championship-record-state button[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  a {
    min-height: 2.75rem;
}

.championship-record-state a[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.championship-record-header[b-hgaxlb5otu] {
    display: grid;
    padding-block: clamp(4rem, 9vw, 8rem);
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.3fr);
    align-items: end;
    gap: clamp(3rem, 9vw, 9rem);
}

.championship-identity > p[b-hgaxlb5otu],
.championship-current > p[b-hgaxlb5otu],
.championship-chronology > header p[b-hgaxlb5otu],
.championship-context section > p[b-hgaxlb5otu] {
    margin: 0 0 1rem;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.championship-identity h1[b-hgaxlb5otu] {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(3.5rem, 8.5vw, 8rem);
    font-weight: 570;
    letter-spacing: -0.075em;
    line-height: 0.87;
}

.championship-current[b-hgaxlb5otu] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
}

.championship-current > a[b-hgaxlb5otu] {
    display: grid;
    gap: 0.35rem;
}

.championship-current time[b-hgaxlb5otu] {
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.championship-introduction[b-hgaxlb5otu] {
    display: grid;
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-block: 1px solid var(--line-strong);
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 5rem);
}

.championship-introduction > p[b-hgaxlb5otu] {
    margin: 0;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.championship-introduction > div[b-hgaxlb5otu] {
    display: grid;
    max-width: 45rem;
    gap: 1rem;
}

.championship-introduction > div > p[b-hgaxlb5otu] {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.championship-introduction > div > p + p[b-hgaxlb5otu] {
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    letter-spacing: -0.015em;
    line-height: 1.45;
}

.championship-record-grid[b-hgaxlb5otu] {
    display: grid;
    grid-template-areas:
        "chronology context"
        "continuations continuations";
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.34fr);
    gap: 0 clamp(3rem, 8vw, 8rem);
}

.championship-chronology[b-hgaxlb5otu] {
    min-width: 0;
    grid-area: chronology;
}

.championship-context[b-hgaxlb5otu] {
    min-width: 0;
    grid-area: context;
}

.championship-chronology > header[b-hgaxlb5otu],
.championship-context section[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .record-connections {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-top: 1px solid var(--line-strong);
}

.championship-chronology h2[b-hgaxlb5otu],
.championship-context h2[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .record-connections h2 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 590;
    letter-spacing: -0.045em;
}

.championship-record[b-hgaxlb5otu]  .edition-chronology,
.championship-record[b-hgaxlb5otu]  .chronology-decade > ol,
.title-history[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .championship-sources,
.championship-coverage[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .record-connections ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.championship-record[b-hgaxlb5otu]  .chronology-decade {
    display: grid;
    padding-block: 2rem;
    border-top: 1px solid var(--line);
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 1.5rem;
}

.championship-record[b-hgaxlb5otu]  .chronology-decade h3 {
    margin: 0;
    color: var(--forest);
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
}

.championship-record[b-hgaxlb5otu]  .chronology-edition {
    padding-block: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.championship-record[b-hgaxlb5otu]  .chronology-edition > a {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.championship-record[b-hgaxlb5otu]  .edition-title {
    font-weight: 600;
}

.championship-record[b-hgaxlb5otu]  .edition-status,
.championship-record[b-hgaxlb5otu]  .edition-evidence,
.title-history span[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .championship-sources,
.championship-coverage[b-hgaxlb5otu],
.chronology-empty[b-hgaxlb5otu] {
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.championship-record[b-hgaxlb5otu]  .edition-evidence {
    padding-left: 5rem;
}

.championship-record[b-hgaxlb5otu]  .edition-evidence p {
    margin: 0.35rem 0 0;
}

.title-history li[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  .championship-sources li,
.championship-coverage li[b-hgaxlb5otu] {
    display: grid;
    padding-block: 0.75rem;
    border-bottom: 1px solid var(--line);
    gap: 0.35rem;
}

.championship-record[b-hgaxlb5otu]  .championship-provenance {
    border-top: 1px solid var(--line-strong);
}

.championship-record[b-hgaxlb5otu]  .championship-provenance > summary {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 620;
    list-style: none;
}

.championship-record[b-hgaxlb5otu]  .championship-provenance > summary::-webkit-details-marker { display: none; }
.championship-record[b-hgaxlb5otu]  .championship-provenance > summary::after { content: "+"; font-size: 1.25rem; font-weight: 400; }
.championship-record[b-hgaxlb5otu]  .championship-provenance[open] > summary::after { content: "−"; }

.championship-record[b-hgaxlb5otu]  .championship-provenance section {
    padding-block: 1.5rem 2.5rem;
    border-top: 1px solid var(--line);
}

.championship-record[b-hgaxlb5otu]  .championship-provenance h3 {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 620;
}

.championship-record[b-hgaxlb5otu]  .source-line {
    min-height: 2.75rem;
}

.championship-record[b-hgaxlb5otu]  .record-connections {
    grid-area: continuations;
}

.championship-editorial-context[b-hgaxlb5otu] {
    padding-block: clamp(2.5rem, 5vw, 5rem) 0;
}

.championship-record-state[b-hgaxlb5otu] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.championship-record-state > p[b-hgaxlb5otu] {
    margin: 0 0 1rem;
    color: var(--forest);
}

.championship-record-state h1[b-hgaxlb5otu] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.championship-record-state > span[b-hgaxlb5otu] {
    max-width: 32rem;
    margin: 1.25rem 0 1.75rem;
    color: var(--muted-ink);
}

.championship-record-state a[b-hgaxlb5otu],
.championship-record-state button[b-hgaxlb5otu] {
    display: inline-flex;
    width: max-content;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    align-items: center;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 600;
}

.championship-record a:focus-visible[b-hgaxlb5otu],
.championship-record[b-hgaxlb5otu]  summary:focus-visible,
.championship-record-state a:focus-visible[b-hgaxlb5otu],
.championship-record-state button:focus-visible[b-hgaxlb5otu] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.loading-code[b-hgaxlb5otu] { width: 9rem; height: 0.8rem; }
.loading-title[b-hgaxlb5otu] { width: min(36rem, 90%); height: 8rem; margin-block: 1.5rem; }
.loading-line[b-hgaxlb5otu] { width: 13rem; height: 1rem; }

@media (max-width: 760px) {
    .championship-record[b-hgaxlb5otu]  .championship-edition-history {
        width: 100%;
    }

    .championship-identity h1[b-hgaxlb5otu] {
        font-size: clamp(2.65rem, 15vw, 3.5rem);
        overflow-wrap: anywhere;
    }

    .championship-record-header[b-hgaxlb5otu] {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
    }

    .championship-introduction[b-hgaxlb5otu] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .championship-record-grid[b-hgaxlb5otu] {
        grid-template-areas:
            "chronology"
            "context"
            "continuations";
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-record[b-hgaxlb5otu]  .chronology-decade {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }

    .championship-record[b-hgaxlb5otu]  .chronology-edition > a {
        grid-template-columns: 3.5rem minmax(0, 1fr);
    }

    .championship-record[b-hgaxlb5otu]  .edition-status {
        grid-column: 2;
    }

    .championship-record[b-hgaxlb5otu]  .edition-evidence {
        padding-left: 4.5rem;
    }
}
/* /Components/Pages/Championships.razor.rz.scp.css */
.championship-directory[b-gz58ck5cjt] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    color: var(--ink);
    background: var(--stone);
}

.championship-directory-header[b-gz58ck5cjt] {
    display: grid;
    min-height: clamp(32rem, 50vw, 42rem);
    padding-block: clamp(2.75rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: clamp(1rem, 2vw, 2rem);
    border-bottom: 1px solid var(--line);
}

.championship-directory-title[b-gz58ck5cjt] {
    position: relative;
    z-index: 2;
}

.championship-directory-state > p[b-gz58ck5cjt] {
    margin: 0 0 1rem;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.championship-directory-header h1[b-gz58ck5cjt],
.championship-directory-state h1[b-gz58ck5cjt] {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 570;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.championship-directory-state > span[b-gz58ck5cjt] {
    max-width: 40rem;
    margin: 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.55;
}

.championship-directory-nav[b-gz58ck5cjt] {
    border-bottom: 1px solid var(--line-strong);
}

.championship-directory-nav ul[b-gz58ck5cjt] {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.championship-directory-nav li + li[b-gz58ck5cjt] {
    border-left: 1px solid var(--line);
}

.championship-directory-nav a[b-gz58ck5cjt] {
    display: inline-flex;
    min-height: 4rem;
    padding-inline: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 620;
    text-decoration: none;
}

.championship-directory-nav li:first-child a[b-gz58ck5cjt] {
    padding-left: 0;
}

.championship-directory-register[b-gz58ck5cjt],
.directory-coverage[b-gz58ck5cjt] {
    padding-block: clamp(3rem, 7vw, 6rem);
    scroll-margin-top: 5rem;
}

.directory-register-heading[b-gz58ck5cjt] {
    display: flex;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line-strong);
    justify-content: space-between;
    align-items: baseline;
}

.directory-register-heading > div[b-gz58ck5cjt] {
    display: grid;
    max-width: 42rem;
    gap: 0.6rem;
}

.directory-register-heading p[b-gz58ck5cjt] {
    margin: 0;
    color: var(--muted-ink);
    line-height: 1.55;
}

.directory-register-heading h2[b-gz58ck5cjt],
.directory-coverage h2[b-gz58ck5cjt] {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 590;
    letter-spacing: -0.04em;
}

.directory-register-heading span[b-gz58ck5cjt] {
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.championship-register[b-gz58ck5cjt],
.directory-coverage ul[b-gz58ck5cjt] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.championship-register-disclosure summary[b-gz58ck5cjt] {
    display: flex;
    min-height: 4rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: center;
    justify-content: space-between;
    color: var(--ink);
    cursor: pointer;
    font-weight: 620;
    list-style: none;
}

.championship-register-disclosure summary[b-gz58ck5cjt]::-webkit-details-marker {
    display: none;
}

.championship-register-disclosure[open] summary > span[b-gz58ck5cjt] {
    transform: rotate(45deg);
}

.championship-register > li[b-gz58ck5cjt] {
    display: grid;
    min-height: 7rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.32fr);
    align-items: center;
    gap: 2rem;
}

.championship-register > li > a:first-child[b-gz58ck5cjt] {
    display: grid;
    min-height: 4rem;
    grid-template-columns: minmax(0, 1fr) 10rem auto;
    align-items: center;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

.championship-register strong[b-gz58ck5cjt] {
    font-size: clamp(1.25rem, 2.3vw, 2rem);
    font-weight: 580;
    letter-spacing: -0.035em;
}

.championship-register span[b-gz58ck5cjt],
.source-line[b-gz58ck5cjt],
.directory-coverage li[b-gz58ck5cjt],
.directory-empty[b-gz58ck5cjt] {
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.source-line[b-gz58ck5cjt],
.championship-directory-state button[b-gz58ck5cjt] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: inherit;
}

.championship-directory-state[b-gz58ck5cjt] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.championship-directory-state button[b-gz58ck5cjt] {
    width: max-content;
    margin-top: 1.5rem;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    background: transparent;
    font: inherit;
    font-weight: 600;
}

.championship-directory a:focus-visible[b-gz58ck5cjt],
.championship-directory-state button:focus-visible[b-gz58ck5cjt] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.loading-code[b-gz58ck5cjt] { width: 9rem; height: 0.8rem; }
.loading-title[b-gz58ck5cjt] { width: min(36rem, 90%); height: 8rem; margin-block: 1.5rem; }
.loading-line[b-gz58ck5cjt] { width: 13rem; height: 1rem; }

@media (max-width: 760px) {
    .championship-directory-header[b-gz58ck5cjt] {
        min-height: 31rem;
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }

    .championship-directory-header h1[b-gz58ck5cjt] {
        max-width: 100%;
        font-size: clamp(2.65rem, 13vw, 3.25rem);
        overflow-wrap: normal;
        white-space: nowrap;
    }

    .championship-directory-nav[b-gz58ck5cjt] {
        padding-inline: 0;
    }

    .championship-directory-nav ul[b-gz58ck5cjt] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .championship-directory-nav li + li[b-gz58ck5cjt] {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .championship-directory-nav a[b-gz58ck5cjt],
    .championship-directory-nav li:first-child a[b-gz58ck5cjt] {
        width: 100%;
        min-height: 3.5rem;
        padding-inline: 1.25rem;
    }

    .championship-register > li[b-gz58ck5cjt] {
        padding-block: 1rem;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .championship-register > li > a:first-child[b-gz58ck5cjt] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .championship-register > li > a:first-child > span:nth-child(2)[b-gz58ck5cjt] {
        grid-column: 1;
        grid-row: 2;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-n2w0xp6iez] {
    width: min(100% - 2rem, 62rem);
    min-width: 0;
    padding-block: clamp(3rem, 8vw, 7rem);
}

.contact-opening[b-n2w0xp6iez] {
    max-width: 43rem;
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
    border-bottom: 1px solid var(--line-strong);
}

.contact-eyebrow[b-n2w0xp6iez] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
    font-weight: 620;
    letter-spacing: 0.12em;
}

.contact-opening h1[b-n2w0xp6iez] {
    max-width: 30rem;
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    font-weight: 560;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.contact-introduction[b-n2w0xp6iez] {
    max-width: 38rem;
    margin: 1.5rem 0 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.6;
}

.contact-form[b-n2w0xp6iez] {
    display: grid;
    max-width: 43rem;
    min-width: 0;
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    gap: 1.5rem;
}

.contact-field[b-n2w0xp6iez] {
    display: grid;
    min-width: 0;
    gap: 0.55rem;
}

.contact-field label[b-n2w0xp6iez] {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 600;
}

.contact-error[b-n2w0xp6iez] {
    color: var(--forest);
    font-size: 0.82rem;
    line-height: 1.4;
}

.contact-submit[b-n2w0xp6iez] {
    min-height: 2.75rem;
    justify-self: start;
    padding: 0.6rem 1rem;
    border: 1px solid var(--forest);
    color: var(--stone-raised);
    background: var(--forest);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.contact-submit:hover[b-n2w0xp6iez] {
    color: var(--stone-raised);
    background: var(--forest-soft);
}

.contact-outcome[b-n2w0xp6iez],
.contact-email-alternative[b-n2w0xp6iez] {
    max-width: 43rem;
    margin: 1.5rem 0 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.6;
}

.contact-outcome[b-n2w0xp6iez] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
    color: var(--ink);
}

.contact-email-alternative a[b-n2w0xp6iez] {
    display: inline-flex;
    max-width: 100%;
    min-height: 2.75rem;
    align-items: center;
    color: var(--ink);
    overflow-wrap: anywhere;
    text-underline-offset: 0.18em;
}

@media (max-width: 760px) {
    .contact-page[b-n2w0xp6iez] {
        width: min(100% - 1.25rem, 62rem);
        padding-block: 2.5rem 4rem;
    }

    .contact-opening h1[b-n2w0xp6iez] {
        font-size: clamp(2.25rem, 12vw, 3.7rem);
    }

    .contact-submit[b-n2w0xp6iez] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-submit[b-n2w0xp6iez] {
        transition: none;
    }
}
/* /Components/Pages/CourseClubRecordPage.razor.rz.scp.css */
.club-record[b-kh8sqra988] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    background: var(--stone);
}

.record-state a:focus-visible[b-kh8sqra988],
.record-state button:focus-visible[b-kh8sqra988] {
    outline: 2px solid var(--mineral);
    outline-offset: 2px;
}

.record-loading[b-kh8sqra988],
.record-state[b-kh8sqra988] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.loading-code[b-kh8sqra988] {
    width: 9rem;
    height: 0.8rem;
}

.loading-title[b-kh8sqra988] {
    width: min(36rem, 90%);
    height: clamp(6rem, 11vw, 10rem);
    margin-block: 1.5rem;
}

.loading-line[b-kh8sqra988] {
    width: 13rem;
    height: 1rem;
}

.record-state > p[b-kh8sqra988] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
}

.record-state h1[b-kh8sqra988] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.record-state > span[b-kh8sqra988] {
    max-width: 32rem;
    margin: 1.25rem 0 1.75rem;
    color: var(--muted-ink);
}

.record-state a[b-kh8sqra988],
.record-state button[b-kh8sqra988] {
    display: inline-flex;
    width: max-content;
    min-height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid var(--line-strong);
    align-items: center;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
}
/* /Components/Pages/CourseRecordPage.razor.rz.scp.css */
.course-record[b-cktxoqlml4] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    background: var(--stone);
}

.course-record-state a[b-cktxoqlml4],
.course-record-state button[b-cktxoqlml4],
.course-context a[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.course-record-state a:focus-visible[b-cktxoqlml4],
.course-record-state button:focus-visible[b-cktxoqlml4],
.course-record a:focus-visible[b-cktxoqlml4] {
    outline: 2px solid var(--mineral);
    outline-offset: 3px;
}

.course-record-header[b-cktxoqlml4] {
    display: grid;
    box-sizing: border-box;
    padding-block: clamp(3rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.38fr);
    gap: clamp(2.5rem, 8vw, 8rem);
    align-items: start;
}

.course-record-heading h1[b-cktxoqlml4] {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(3.75rem, 7vw, 6rem);
    font-weight: 570;
    letter-spacing: -0.04em;
    line-height: 0.9;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.course-parent[b-cktxoqlml4] {
    margin: 1.5rem 0 0;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.course-parent a[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--ink);
    text-underline-offset: 0.2em;
}

.course-record-lead[b-cktxoqlml4] {
    max-width: 43rem;
    margin: 1rem 0 0;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.5;
    text-wrap: pretty;
}

.course-vitals[b-cktxoqlml4] {
    margin: 0;
    border-top: 1px solid var(--line-strong);
}

.course-vitals > div[b-cktxoqlml4] {
    display: grid;
    min-height: 3.25rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 5rem 1fr;
    align-items: center;
}

.course-vitals dt[b-cktxoqlml4] {
    color: var(--muted-ink);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.course-vitals dd[b-cktxoqlml4] {
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.course-vitals dd a[b-cktxoqlml4],
.course-design-list strong a[b-cktxoqlml4] {
    color: inherit;
    text-underline-offset: 0.2em;
}

.course-state-link[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.course-design-list strong a[b-cktxoqlml4] {
    text-decoration: none;
}

.course-design-list strong a:hover[b-cktxoqlml4],
.course-design-list strong a:focus-visible[b-cktxoqlml4] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.course-record-body[b-cktxoqlml4] {
    display: grid;
}

.course-record-body.has-primary[b-cktxoqlml4] {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.34fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.course-record-body.is-sparse[b-cktxoqlml4] {
    grid-template-columns: minmax(0, 1fr);
}

.course-record-body.is-sparse .course-context[b-cktxoqlml4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: 0 clamp(2rem, 6vw, 6rem);
}

.course-primary[b-cktxoqlml4],
.course-context[b-cktxoqlml4] {
    min-width: 0;
}

.course-design-section[b-cktxoqlml4],
.course-context section[b-cktxoqlml4] {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-top: 1px solid var(--line-strong);
}

.course-design-section:first-child[b-cktxoqlml4],
.course-context section:first-child[b-cktxoqlml4] {
    padding-top: clamp(3.25rem, 6vw, 5rem);
}

.section-heading h2[b-cktxoqlml4],
.course-context h2[b-cktxoqlml4] {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 590;
    letter-spacing: -0.04em;
}

.course-design-list[b-cktxoqlml4],
.course-competitions ol[b-cktxoqlml4],
.course-siblings[b-cktxoqlml4],
.course-sources[b-cktxoqlml4] {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.course-competitions[b-cktxoqlml4] {
    margin-top: clamp(2.75rem, 6vw, 5rem);
}

.course-competitions > section[b-cktxoqlml4] {
    border-top: 1px solid var(--line-strong);
    padding-block: 1rem;
}

.course-competitions h3[b-cktxoqlml4] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.course-competitions li[b-cktxoqlml4] {
    min-height: 2.75rem;
    border-bottom: 1px solid var(--line);
}

.course-competitions a[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.course-competition-coverage[b-cktxoqlml4] {
    color: var(--muted-ink);
}

.course-design-list li[b-cktxoqlml4] {
    display: grid;
    min-height: 5rem;
    padding-block: 1rem;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr) 6rem minmax(9rem, 0.6fr);
    gap: 1rem;
    align-items: center;
}

.course-design-list li > div[b-cktxoqlml4],
.course-siblings a[b-cktxoqlml4],
.course-sources li[b-cktxoqlml4] {
    display: grid;
    gap: 0.25rem;
}

.course-design-list strong[b-cktxoqlml4],
.course-siblings strong[b-cktxoqlml4] {
    font-weight: 620;
}

.course-design-list span[b-cktxoqlml4],
.course-design-list p[b-cktxoqlml4],
.course-siblings span[b-cktxoqlml4],
.course-sources small[b-cktxoqlml4],
.course-context section > span[b-cktxoqlml4] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.course-design-list a[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--ink);
    text-underline-offset: 0.2em;
}

.course-context section:first-child > .institution-link[b-cktxoqlml4] {
    width: max-content;
    margin-top: 1.5rem;
    border-bottom: 1px solid var(--line-strong);
    font-weight: 610;
}

.course-club-mark[b-cktxoqlml4] {
    position: relative;
    display: grid;
    width: min(100%, 10rem);
    aspect-ratio: 1;
    margin-top: 1.75rem;
    overflow: hidden;
    place-items: center;
}

.course-club-mark img[b-cktxoqlml4] {
    position: absolute;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    display: block;
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
    opacity: 0;
    transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.course-club-mark.mat-cream img[b-cktxoqlml4],
.course-club-mark.mat-charcoal img[b-cktxoqlml4],
.course-club-mark.mat-fallback img[b-cktxoqlml4] {
    opacity: 1;
}

.course-club-mark.logo-failed[b-cktxoqlml4] {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .course-club-mark img[b-cktxoqlml4] {
        transition: none;
    }
}

.course-siblings li[b-cktxoqlml4],
.course-sources li[b-cktxoqlml4] {
    border-top: 1px solid var(--line);
}

.course-siblings a[b-cktxoqlml4] {
    min-height: 4.25rem;
    justify-content: center;
}

.course-sources li[b-cktxoqlml4] {
    min-height: 4rem;
    padding-block: 0.75rem;
    justify-content: center;
}

.course-sources a[b-cktxoqlml4] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
}

.course-record-state[b-cktxoqlml4] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.course-record-state > p[b-cktxoqlml4] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
}

.course-record-state h1[b-cktxoqlml4] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.course-record-state > span[b-cktxoqlml4] {
    max-width: 32rem;
    margin: 1.25rem 0 1.75rem;
    color: var(--muted-ink);
}

.course-record-state a[b-cktxoqlml4],
.course-record-state button[b-cktxoqlml4] {
    width: max-content;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    background: transparent;
    font: inherit;
    font-weight: 600;
}

.loading-code[b-cktxoqlml4] { width: 9rem; height: 0.8rem; }
.loading-title[b-cktxoqlml4] { width: min(36rem, 90%); height: 8rem; margin-block: 1.5rem; }
.loading-line[b-cktxoqlml4] { width: 13rem; height: 1rem; }

@media (max-width: 760px) {
    .course-record-header[b-cktxoqlml4],
    .course-record-body.has-primary[b-cktxoqlml4] {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-record-header[b-cktxoqlml4] {
        min-height: 0;
        gap: 3rem;
    }

    .course-record-heading h1[b-cktxoqlml4] {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .course-record-body.is-sparse .course-context[b-cktxoqlml4] {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-context section:first-child[b-cktxoqlml4] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 1.5rem;
    }

    .course-context section:first-child > h2[b-cktxoqlml4] {
        grid-column: 1 / -1;
    }

    .course-club-mark[b-cktxoqlml4] {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: center;
        margin-block: 2rem 1.5rem;
    }

    .course-context section:first-child > span[b-cktxoqlml4] {
        grid-column: 1;
        grid-row: 4;
        align-self: center;
        justify-self: start;
    }

    .course-context section:first-child > .institution-link[b-cktxoqlml4] {
        grid-column: 2;
        grid-row: 4;
        justify-self: end;
        margin-top: 0;
        text-align: right;
    }

    .course-design-list li[b-cktxoqlml4] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .course-design-list li > a[b-cktxoqlml4],
    .course-design-list li > .source-name[b-cktxoqlml4] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 260px) {
    .course-context section:first-child[b-cktxoqlml4] {
        grid-template-columns: minmax(0, 1fr);
    }

    .course-context section:first-child > span[b-cktxoqlml4] {
        grid-column: 1;
        justify-self: center;
        text-align: center;
    }

    .course-context section:first-child > .institution-link[b-cktxoqlml4] {
        grid-column: 1;
        grid-row: 5;
        justify-self: center;
        margin-top: 0.75rem;
        text-align: center;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .course-record-header[b-cktxoqlml4] {
        padding-block: 2rem;
    }

    .course-record-heading h1[b-cktxoqlml4] {
        font-size: clamp(3rem, 12vh, 5rem);
    }
}
/* /Components/Pages/Courses.razor.rz.scp.css */
.courses-floor[b-lvuun0zt2j] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 2.5rem 5rem;
}

.floor-heading[b-lvuun0zt2j] {
    display: grid;
    min-height: clamp(14rem, 22vw, 18rem);
    padding-block: clamp(2.25rem, 4vw, 3rem);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.6fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 8rem);
}

.floor-heading .collection-code[b-lvuun0zt2j] {
    margin: 0 0 1.5rem;
    color: var(--mineral);
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    font-weight: 620;
}

.floor-heading h1[b-lvuun0zt2j] {
    margin: 0;
    font-size: clamp(4.2rem, 8vw, 8rem);
    font-weight: 620;
    letter-spacing: -0.075em;
    line-height: 0.86;
}

.floor-introduction[b-lvuun0zt2j] {
    padding-top: 1rem;
    border-top: 1px solid var(--line-strong);
}

.floor-introduction p[b-lvuun0zt2j] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.9rem;
    line-height: 1.55;
}

.floor-introduction .floor-position[b-lvuun0zt2j] {
    margin-bottom: 1rem;
    color: var(--ink);
    font-size: 1rem;
}

.floor-introduction strong[b-lvuun0zt2j] {
    color: var(--ink);
    font-variant-numeric: tabular-nums;
    font-weight: 620;
}

.floor-nav[b-lvuun0zt2j] {
    display: flex;
    min-height: 4rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: stretch;
    gap: 2rem;
}

.floor-nav a[b-lvuun0zt2j] {
    position: relative;
    display: inline-flex;
    min-width: 4rem;
    align-items: center;
    color: var(--muted-ink);
    font-weight: 560;
    text-decoration: none;
}

.floor-nav a[aria-current="page"][b-lvuun0zt2j] {
    color: var(--ink);
    font-weight: 650;
}

.floor-nav a[aria-current="page"][b-lvuun0zt2j]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--forest);
    content: "";
}

.state-directory[b-lvuun0zt2j],
.letter-directory[b-lvuun0zt2j] {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.state-directory li[b-lvuun0zt2j],
.letter-directory li[b-lvuun0zt2j] {
    border-bottom: 1px solid var(--line);
}

.state-directory li:not(:nth-child(3n + 1))[b-lvuun0zt2j],
.letter-directory li:not(:nth-child(3n + 1))[b-lvuun0zt2j] {
    border-left: 1px solid var(--line);
}

.state-placard[b-lvuun0zt2j],
.letter-directory a[b-lvuun0zt2j] {
    display: flex;
    min-height: 8.5rem;
    padding: 1.1rem clamp(0.85rem, 2vw, 1.5rem);
    align-items: center;
    gap: 1.25rem;
    color: var(--ink);
    text-decoration: none;
    transition:
        color 180ms var(--ease-out),
        background-color 180ms var(--ease-out);
}

.state-placard:hover[b-lvuun0zt2j],
.state-placard:focus-visible[b-lvuun0zt2j],
.letter-directory a:hover[b-lvuun0zt2j],
.letter-directory a:focus-visible[b-lvuun0zt2j] {
    color: var(--forest);
    background: var(--stone-soft);
}

.state-placard svg[b-lvuun0zt2j] {
    flex: 0 0 4.75rem;
    max-height: 4.25rem;
}

.state-placard path[b-lvuun0zt2j] {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25px;
    vector-effect: non-scaling-stroke;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.state-placard strong[b-lvuun0zt2j],
.letter-directory strong[b-lvuun0zt2j] {
    display: block;
    font-size: 1.05rem;
    font-weight: 620;
    letter-spacing: -0.02em;
}

.jurisdiction-annex[b-lvuun0zt2j] {
    margin-top: 2rem;
    border-top: 1px solid var(--line-strong);
}

.jurisdiction-annex header[b-lvuun0zt2j] {
    display: grid;
    padding-block: 1.5rem;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
    align-items: baseline;
    gap: 2rem;
}

.jurisdiction-annex header p[b-lvuun0zt2j] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jurisdiction-annex h2[b-lvuun0zt2j] {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.jurisdiction-annex ul[b-lvuun0zt2j] {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jurisdiction-annex li[b-lvuun0zt2j] {
    border-bottom: 1px solid var(--line);
}

.jurisdiction-annex li:nth-child(even)[b-lvuun0zt2j] {
    border-left: 1px solid var(--line);
}

.jurisdiction-annex a[b-lvuun0zt2j] {
    display: grid;
    min-height: 4.75rem;
    padding: 0.8rem 1rem;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
    text-decoration: none;
}

.jurisdiction-annex a:hover[b-lvuun0zt2j] {
    background: var(--stone-soft);
}

.jurisdiction-annex a > span[b-lvuun0zt2j],
.jurisdiction-annex small[b-lvuun0zt2j] {
    color: var(--muted-ink);
    font-size: 0.72rem;
}

.jurisdiction-annex strong[b-lvuun0zt2j] {
    font-weight: 610;
}

.state-placard small[b-lvuun0zt2j],
.letter-directory span[b-lvuun0zt2j] {
    display: block;
    margin-top: 0.3rem;
    color: var(--muted-ink);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.letter-directory a[b-lvuun0zt2j] {
    justify-content: space-between;
}

.letter-directory strong[b-lvuun0zt2j] {
    font-size: clamp(2rem, 4vw, 3.8rem);
    letter-spacing: -0.055em;
}

.floor-loading[b-lvuun0zt2j] {
    min-height: 20rem;
    color: var(--muted-ink);
}

.floor-error[b-lvuun0zt2j] {
    display: grid;
    min-height: 24rem;
    align-content: center;
    justify-items: start;
}

.floor-error > p[b-lvuun0zt2j] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.72rem;
}

.floor-error h2[b-lvuun0zt2j] {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.floor-error > span[b-lvuun0zt2j] {
    margin: 1rem 0 1.5rem;
    color: var(--muted-ink);
}

.floor-error button[b-lvuun0zt2j] {
    min-height: 2.75rem;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 600;
}

@media (min-width: 621px) {
    .courses-floor[b-lvuun0zt2j] {
        gap: 1rem;
        padding-block-start: 1.5rem;
    }

    .floor-heading[b-lvuun0zt2j] {
        min-height: clamp(12rem, 17vw, 14rem);
        padding-block: 2rem;
    }
}

@media (max-width: 900px) {
    .state-directory[b-lvuun0zt2j],
    .letter-directory[b-lvuun0zt2j] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .state-directory li:not(:nth-child(3n + 1))[b-lvuun0zt2j],
    .letter-directory li:not(:nth-child(3n + 1))[b-lvuun0zt2j] {
        border-left: 0;
    }

    .state-directory li:nth-child(even)[b-lvuun0zt2j],
    .letter-directory li:nth-child(even)[b-lvuun0zt2j] {
        border-left: 1px solid var(--line);
    }
}

@media (max-width: 620px) {
    .courses-floor[b-lvuun0zt2j] {
        padding-block: 1rem 4rem;
    }

    .floor-heading[b-lvuun0zt2j] {
        min-height: 0;
        padding-block: 2.75rem;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 2.5rem;
    }

    .floor-heading h1[b-lvuun0zt2j] {
        font-size: clamp(3.6rem, 20vw, 5.5rem);
    }

    .state-placard[b-lvuun0zt2j],
    .letter-directory a[b-lvuun0zt2j] {
        min-height: 9.5rem;
        padding: 1rem 0.65rem;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        gap: 0.7rem;
    }

    .state-placard svg[b-lvuun0zt2j] {
        width: 100%;
        max-height: 5rem;
        flex-basis: 5rem;
    }

    .state-placard strong[b-lvuun0zt2j] {
        font-size: 0.94rem;
    }

    .state-placard small[b-lvuun0zt2j] {
        font-size: 0.72rem;
    }

    .jurisdiction-annex header[b-lvuun0zt2j] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }

    .jurisdiction-annex ul[b-lvuun0zt2j] {
        grid-template-columns: minmax(0, 1fr);
    }

    .jurisdiction-annex li:nth-child(even)[b-lvuun0zt2j] {
        border-left: 0;
    }

}

@media (prefers-reduced-motion: reduce) {
    .state-placard[b-lvuun0zt2j],
    .letter-directory a[b-lvuun0zt2j] {
        transition: none;
    }
}
/* /Components/Pages/CoursesRoom.razor.rz.scp.css */
.courses-room[b-nzcwtj3x1p] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 2rem 5rem;
}

.room-return a[b-nzcwtj3x1p] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--muted-ink);
    text-decoration: none;
    font-weight: 600;
}

.room-heading[b-nzcwtj3x1p] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: clamp(8rem, 17vw, 13rem);
    border-bottom: 1px solid var(--line-strong);
}

.room-heading svg[b-nzcwtj3x1p] {
    flex: 0 0 clamp(4.5rem, 9vw, 8rem);
    max-height: clamp(4rem, 8vw, 7rem);
}

.room-heading path[b-nzcwtj3x1p] {
    fill: none;
    stroke: var(--ink);
    stroke-width: 1.5px;
    vector-effect: non-scaling-stroke;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.room-heading p[b-nzcwtj3x1p] {
    margin: 0.5rem 0 0;
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.room-heading h1[b-nzcwtj3x1p] {
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.room-adjacency[b-nzcwtj3x1p] {
    display: grid;
    border-block: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.room-adjacency a[b-nzcwtj3x1p],
.room-adjacency > span[b-nzcwtj3x1p] {
    display: flex;
    min-height: 4rem;
    padding: 0.65rem 0.75rem;
    justify-content: center;
    flex-direction: column;
    gap: 0.12rem;
    color: var(--ink);
    text-decoration: none;
}

.room-adjacency a + a[b-nzcwtj3x1p],
.room-adjacency > span + a[b-nzcwtj3x1p] {
    border-left: 1px solid var(--line);
}

.room-adjacency a:hover[b-nzcwtj3x1p] {
    background: var(--stone-soft);
}

.room-adjacency small[b-nzcwtj3x1p] {
    color: var(--muted-ink);
    font-size: 0.68rem;
}

.room-adjacency strong[b-nzcwtj3x1p] {
    font-size: 0.88rem;
}

.room-adjacency .is-next[b-nzcwtj3x1p] {
    align-items: flex-end;
    text-align: right;
}

.cross-collection[b-nzcwtj3x1p] {
    color: var(--muted-ink);
    border-block: 1px solid var(--line);
    padding-block: 0.6rem;
}

.cross-collection a[b-nzcwtj3x1p] {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    background: none;
    border: none;
    padding: 0;
    color: var(--forest);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.cross-collection a:hover[b-nzcwtj3x1p],
.cross-collection a:focus-visible[b-nzcwtj3x1p] {
    text-decoration: underline;
}

.room-search[b-nzcwtj3x1p] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.5rem;
}

.room-search input[b-nzcwtj3x1p] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line-strong);
    background: transparent;
    color: var(--ink);
    padding-inline: 0.75rem;
    font-size: 1rem;
}

.room-search button[b-nzcwtj3x1p],
.room-search a[b-nzcwtj3x1p] {
    display: inline-flex;
    min-height: 44px;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    align-items: center;
    justify-content: center;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.room-search button[type="submit"][b-nzcwtj3x1p] {
    color: var(--stone-raised);
    background: var(--forest);
}

.room-error[b-nzcwtj3x1p] {
    display: flex;
    min-height: 4rem;
    padding: 0.75rem 0;
    border-block: 1px solid var(--line-strong);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.room-error p[b-nzcwtj3x1p] {
    margin: 0;
    color: var(--muted-ink);
}

.room-error button[b-nzcwtj3x1p] {
    min-height: 2.75rem;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-weight: 600;
}

@media (min-width: 521px) {
    .courses-room[b-nzcwtj3x1p] {
        gap: 1.25rem;
        padding-block-start: 1.5rem;
    }

    .courses-room.is-state-room .room-heading[b-nzcwtj3x1p] {
        min-height: 11rem;
    }
}

@media (max-width: 520px) {
    .courses-room[b-nzcwtj3x1p] {
        padding-block-start: 1rem;
    }

    .room-heading[b-nzcwtj3x1p] {
        min-height: 9rem;
        align-items: end;
    }

    .room-heading svg[b-nzcwtj3x1p] {
        flex-basis: 4rem;
        max-height: 3.5rem;
        margin-bottom: 0.4rem;
    }

    .room-heading h1[b-nzcwtj3x1p] {
        min-width: 0;
        font-size: clamp(2.4rem, 12vw, 3.25rem);
    }

    .room-error[b-nzcwtj3x1p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .room-search[b-nzcwtj3x1p] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .room-search button:not([type="submit"])[b-nzcwtj3x1p] {
        grid-column: 1 / -1;
        justify-self: start;
    }
}
/* /Components/Pages/Discover.razor.rz.scp.css */
.discover-page[b-ndssknvh1c] {
    min-width: 0;
    padding-bottom: clamp(5rem, 10vw, 10rem);
}

.discover-heading[b-ndssknvh1c] {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(16rem, 4fr);
    gap: clamp(2rem, 7vw, 8rem);
    align-items: end;
    padding-top: clamp(4rem, 9vw, 9rem);
    padding-bottom: clamp(3rem, 8vw, 8rem);
}

.discover-heading p[b-ndssknvh1c],
.discover-heading h1[b-ndssknvh1c],
.discover-empty p[b-ndssknvh1c],
.discover-state p[b-ndssknvh1c] {
    margin: 0;
}

.discover-heading > div > p[b-ndssknvh1c] {
    color: var(--muted-ink);
}

.discover-heading h1[b-ndssknvh1c] {
    margin-top: 0.5rem;
    font-size: clamp(4rem, 11vw, 10rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.82;
}

.discover-heading > p[b-ndssknvh1c] {
    max-width: 24rem;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.5;
}

.discover-index[b-ndssknvh1c] {
    border-bottom: 1px solid var(--line-strong);
}

.discover-empty[b-ndssknvh1c],
.discover-state[b-ndssknvh1c] {
    min-height: 16rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line-strong);
    color: var(--muted-ink);
}

@media (max-width: 700px) {
    .discover-heading[b-ndssknvh1c] {
        grid-template-columns: 1fr;
        align-items: start;
        padding-block: 3rem;
        gap: 1.5rem;
    }

    .discover-heading h1[b-ndssknvh1c] {
        font-size: clamp(3.5rem, 20vw, 5.5rem);
    }

    .discover-empty[b-ndssknvh1c],
    .discover-state[b-ndssknvh1c] {
        min-height: 0;
        padding-block: 2rem 5rem;
    }
}

@media (max-width: 900px) and (max-height: 450px) and (orientation: landscape) {
    .discover-heading[b-ndssknvh1c] {
        padding-block: 1.75rem 2rem;
    }

    .discover-heading h1[b-ndssknvh1c] {
        font-size: clamp(3.25rem, 11vw, 4.75rem);
    }
}
/* /Components/Pages/DiscoveryRecord.razor.rz.scp.css */
.discovery-record[b-jwmxzqmjg3] {
    min-width: 0;
}

.record-navigation[b-jwmxzqmjg3] {
    display: flex;
    min-height: 4rem;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: var(--muted-ink);
}

.record-navigation a[b-jwmxzqmjg3],
.record-state a[b-jwmxzqmjg3] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.65rem;
    align-items: center;
    color: var(--forest);
}

.record-heading[b-jwmxzqmjg3] {
    padding-top: clamp(4rem, 9vw, 9rem);
    padding-bottom: clamp(4rem, 9vw, 9rem);
}

.record-heading > p:first-child[b-jwmxzqmjg3],
.record-heading h1[b-jwmxzqmjg3],
.record-introduction[b-jwmxzqmjg3],
.record-credit[b-jwmxzqmjg3],
.record-credit div[b-jwmxzqmjg3] {
    margin: 0;
}

.record-heading > p:first-child[b-jwmxzqmjg3] {
    color: var(--muted-ink);
}

.record-heading h1[b-jwmxzqmjg3] {
    max-width: 68rem;
    margin-top: 0.75rem;
    font-size: clamp(3.3rem, 8vw, 8rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.record-introduction[b-jwmxzqmjg3] {
    max-width: 42rem;
    margin-top: clamp(2rem, 4vw, 4rem);
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    line-height: 1.6;
}

.record-credit[b-jwmxzqmjg3] {
    display: flex;
    max-width: 42rem;
    gap: 1rem 3rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.record-credit div[b-jwmxzqmjg3] {
    display: grid;
    gap: 0.2rem;
}

.record-credit dt[b-jwmxzqmjg3] {
    color: var(--muted-ink);
    font-size: 0.82rem;
}

.record-credit dd[b-jwmxzqmjg3] {
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.record-modules[b-jwmxzqmjg3] {
    min-width: 0;
}

.record-sources[b-jwmxzqmjg3] {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: clamp(2rem, 7vw, 8rem);
    padding-top: clamp(3rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 9vw, 9rem);
    border-top: 1px solid var(--line);
}

.record-sources h2[b-jwmxzqmjg3],
.record-sources ol[b-jwmxzqmjg3] {
    margin: 0;
}

.record-sources h2[b-jwmxzqmjg3] {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}

.record-sources ol[b-jwmxzqmjg3] {
    padding-left: 1.25rem;
}

.record-sources li[b-jwmxzqmjg3] {
    padding: 0.7rem 0;
    border-top: 1px solid var(--line);
}

.record-sources a[b-jwmxzqmjg3] {
    display: inline-flex;
    min-height: 44px;
    gap: 0.75rem;
    align-items: center;
    color: var(--forest);
    overflow-wrap: anywhere;
}

.record-loading[b-jwmxzqmjg3],
.record-state[b-jwmxzqmjg3] {
    min-height: 34rem;
    padding-top: clamp(5rem, 12vw, 10rem);
}

.record-loading[b-jwmxzqmjg3] {
    display: grid;
    align-content: start;
    gap: 1rem;
}

[b-jwmxzqmjg3] .loading-code {
    width: 8rem;
    height: 0.9rem;
}

[b-jwmxzqmjg3] .loading-title {
    width: min(44rem, 86%);
    height: clamp(3rem, 9vw, 7rem);
}

[b-jwmxzqmjg3] .loading-line {
    width: min(36rem, 72%);
    height: 1rem;
}

.record-state p[b-jwmxzqmjg3],
.record-state h1[b-jwmxzqmjg3] {
    margin: 0;
}

.record-state p[b-jwmxzqmjg3] {
    color: var(--muted-ink);
}

.record-state h1[b-jwmxzqmjg3] {
    max-width: 48rem;
    margin-top: 0.75rem;
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.record-state a[b-jwmxzqmjg3],
.record-state button[b-jwmxzqmjg3] {
    margin-top: 2rem;
}

.record-state button[b-jwmxzqmjg3] {
    min-width: 44px;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    color: var(--forest);
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition: border-color 180ms var(--ease-out);
}

.record-state button:hover[b-jwmxzqmjg3] {
    border-color: var(--forest);
}

@media (max-width: 700px) {
    .record-heading[b-jwmxzqmjg3] {
        padding-block: 3rem;
    }

    .record-heading h1[b-jwmxzqmjg3] {
        font-size: clamp(3rem, 15vw, 5rem);
        overflow-wrap: anywhere;
    }

    .record-sources[b-jwmxzqmjg3] {
        grid-template-columns: 1fr;
    }

    .record-loading[b-jwmxzqmjg3],
    .record-state[b-jwmxzqmjg3] {
        min-height: 0;
        padding-block: 3rem 5rem;
    }
}

@media (max-width: 900px) and (max-height: 450px) and (orientation: landscape) {
    .record-heading[b-jwmxzqmjg3] {
        padding-block: 1.75rem 2.25rem;
    }

    .record-heading h1[b-jwmxzqmjg3] {
        max-width: 15ch;
        font-size: clamp(2.75rem, 8vw, 4.25rem);
    }

    .record-loading[b-jwmxzqmjg3],
    .record-state[b-jwmxzqmjg3] {
        min-height: 0;
        padding-block: 2rem 4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .record-state button[b-jwmxzqmjg3] {
        transition: none;
    }
}
/* /Components/Pages/EditionRecordPage.razor.rz.scp.css */
.edition-record[b-qlru88gie0] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    color: var(--ink);
    background: var(--stone);
}

.edition-record-state a[b-qlru88gie0],
.edition-record-state button[b-qlru88gie0],
.edition-record[b-qlru88gie0]  a {
    min-height: 2.75rem;
}

.edition-record-state a[b-qlru88gie0],
.edition-record[b-qlru88gie0]  a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.edition-record-header[b-qlru88gie0] {
    display: grid;
    padding-block: clamp(4rem, 9vw, 8rem);
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.32fr);
    align-items: end;
    gap: clamp(3rem, 8vw, 8rem);
}

.edition-identity > p[b-qlru88gie0],
.edition-parent > p[b-qlru88gie0],
.edition-primary section > header p[b-qlru88gie0],
.edition-context section > p[b-qlru88gie0] {
    margin: 0 0 1rem;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.edition-identity h1[b-qlru88gie0] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 7vw, 7rem);
    font-weight: 570;
    letter-spacing: -0.07em;
    line-height: 0.9;
    overflow-wrap: anywhere;
}

.edition-parent[b-qlru88gie0] {
    display: grid;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
    gap: 0.45rem;
}

.edition-parent > a[b-qlru88gie0] { font-weight: 620; }
.edition-parent > span[b-qlru88gie0] { color: var(--muted-ink); font-size: 0.8rem; }

.edition-introduction[b-qlru88gie0] {
    display: grid;
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-block: 1px solid var(--line-strong);
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 5rem);
}

.edition-introduction > p:first-child[b-qlru88gie0] {
    margin: 0;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.edition-introduction > p:last-child[b-qlru88gie0] {
    max-width: 45rem;
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.edition-record-grid[b-qlru88gie0] {
    display: grid;
}

.edition-record-grid.has-primary[b-qlru88gie0] {
    grid-template-areas: "primary context";
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
    gap: 0 clamp(3rem, 8vw, 8rem);
}

.edition-record-grid.is-sparse[b-qlru88gie0] {
    grid-template-areas: "context";
    grid-template-columns: minmax(0, 1fr);
}

.edition-record-grid.is-sparse .edition-context[b-qlru88gie0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: 0 clamp(2rem, 6vw, 6rem);
}

.edition-primary[b-qlru88gie0] { min-width: 0; grid-area: primary; }
.edition-context[b-qlru88gie0] { min-width: 0; grid-area: context; }

.edition-primary section[b-qlru88gie0],
.edition-context section[b-qlru88gie0] {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-top: 1px solid var(--line-strong);
}

.edition-primary h2[b-qlru88gie0],
.edition-context h2[b-qlru88gie0] {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 590;
    letter-spacing: -0.045em;
}

.edition-venues[b-qlru88gie0],
.edition-results[b-qlru88gie0],
.edition-neighbors[b-qlru88gie0],
.edition-coverage[b-qlru88gie0],
.edition-sources[b-qlru88gie0] {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.edition-venues > li[b-qlru88gie0],
.edition-results > li[b-qlru88gie0],
.edition-neighbors > li[b-qlru88gie0],
.edition-coverage > li[b-qlru88gie0],
.edition-sources > li[b-qlru88gie0] {
    padding-block: 1rem;
    border-bottom: 1px solid var(--line);
}

.edition-venues > li[b-qlru88gie0],
.edition-results > li[b-qlru88gie0],
.edition-coverage > li[b-qlru88gie0] {
    display: grid;
    gap: 0.5rem;
}

.edition-venues > li[b-qlru88gie0] {
    grid-template-columns: minmax(0, 1fr);
}

.edition-venues > li > div[b-qlru88gie0] {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr) 8rem;
    align-items: baseline;
    gap: 1rem;
}

.edition-results > li[b-qlru88gie0] {
    grid-template-columns: 7rem minmax(0, 1fr) auto;
    align-items: baseline;
}

.edition-results[b-qlru88gie0]  .source-line { grid-column: 2 / -1; }

.edition-neighbors a[b-qlru88gie0] {
    display: grid;
    gap: 0.25rem;
}

.edition-venues span[b-qlru88gie0],
.edition-results span[b-qlru88gie0],
.edition-neighbors span[b-qlru88gie0],
.edition-coverage span[b-qlru88gie0],
.edition-empty[b-qlru88gie0],
.edition-sources[b-qlru88gie0] {
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.edition-record[b-qlru88gie0]  .source-line {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.edition-provenance[b-qlru88gie0] {
    border-top: 1px solid var(--line-strong);
}

.edition-provenance > summary[b-qlru88gie0] {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 620;
    list-style: none;
}

.edition-provenance > summary[b-qlru88gie0]::-webkit-details-marker { display: none; }
.edition-provenance > summary[b-qlru88gie0]::after { content: "+"; font-size: 1.25rem; font-weight: 400; }
.edition-provenance[open] > summary[b-qlru88gie0]::after { content: "−"; }

.edition-provenance section[b-qlru88gie0] {
    padding-block: 1.5rem 2.5rem;
    border-top: 1px solid var(--line);
}

.edition-provenance h3[b-qlru88gie0] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 620;
}

.edition-record-state[b-qlru88gie0] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.edition-record-state > p[b-qlru88gie0] { margin: 0 0 1rem; color: var(--forest); }
.edition-record-state h1[b-qlru88gie0] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.07em;
    line-height: 0.9;
}
.edition-record-state > span[b-qlru88gie0] { max-width: 32rem; margin: 1.25rem 0 1.75rem; color: var(--muted-ink); }
.edition-record-state a[b-qlru88gie0],
.edition-record-state button[b-qlru88gie0] {
    display: inline-flex;
    width: max-content;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    align-items: center;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 600;
}

.edition-record a:focus-visible[b-qlru88gie0],
.edition-record summary:focus-visible[b-qlru88gie0],
.edition-record-state a:focus-visible[b-qlru88gie0],
.edition-record-state button:focus-visible[b-qlru88gie0] { outline: 2px solid var(--mineral); outline-offset: 3px; }

.loading-code[b-qlru88gie0] { width: 9rem; height: 0.8rem; }
.loading-title[b-qlru88gie0] { width: min(36rem, 90%); height: 8rem; margin-block: 1.5rem; }
.loading-line[b-qlru88gie0] { width: 13rem; height: 1rem; }

@media (max-width: 760px) {
    .edition-record-header[b-qlru88gie0] { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
    .edition-introduction[b-qlru88gie0] { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
    .edition-record-grid.has-primary[b-qlru88gie0] {
        grid-template-areas:
            "primary"
            "context";
        grid-template-columns: minmax(0, 1fr);
    }
    .edition-record-grid.is-sparse .edition-context[b-qlru88gie0] {
        grid-template-columns: minmax(0, 1fr);
    }
    .edition-venues > li > div[b-qlru88gie0],
    .edition-results > li[b-qlru88gie0] { grid-template-columns: minmax(0, 1fr); gap: 0.35rem; }
    .edition-results[b-qlru88gie0]  .source-line { grid-column: 1; }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.route-error[b-n31m0x8q13] {
    display: grid;
    min-height: clamp(27rem, 58vh, 36rem);
    padding-block: clamp(4.5rem, 9vw, 8rem);
    justify-items: center;
    align-content: center;
    text-align: center;
}

.route-error h1[b-n31m0x8q13] {
    max-width: 15ch;
    margin: 1.35rem auto 0.9rem;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.route-error p[b-n31m0x8q13] {
    max-width: 34rem;
    margin: 0 auto 1.8rem;
    color: var(--muted-foreground);
}

.error-actions[b-n31m0x8q13] {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
}

@media (max-width: 480px) {
    .route-error[b-n31m0x8q13] {
        min-height: 26rem;
    }

    .error-actions[b-n31m0x8q13] {
        width: min(100%, 20rem);
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/LetterConfirm.razor.rz.scp.css */
.letter-state[b-kfmazd9bly] {
    display: grid;
    max-width: 46rem;
    min-height: 42dvh;
    padding-block: clamp(3rem, 7vw, 6rem);
    align-content: start;
    gap: 1.25rem;
}

.letter-state a[b-kfmazd9bly] {
    width: fit-content;
    min-height: 44px;
}

.letter-state h1[b-kfmazd9bly],
.letter-state p[b-kfmazd9bly] {
    margin: 0;
}

.letter-state h1[b-kfmazd9bly] {
    max-width: 16ch;
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    font-weight: 520;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.letter-state p[b-kfmazd9bly] {
    color: var(--muted-ink);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

@media (max-width: 700px) {
    .letter-state[b-kfmazd9bly] {
        width: min(100% - 2rem, 46rem);
        min-height: 36dvh;
    }
}
/* /Components/Pages/LetterIssuePage.razor.rz.scp.css */
.letter-issue[b-xjdmx8syul] {
    padding-block: clamp(3rem, 7vw, 7rem) clamp(6rem, 10vw, 10rem);
}

.letter-heading[b-xjdmx8syul] {
    display: grid;
    grid-template-columns: minmax(8rem, 2fr) minmax(0, 7fr) minmax(15rem, 3fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 7vw, 7rem);
    align-items: end;
}

.letter-heading p[b-xjdmx8syul],
.letter-heading h1[b-xjdmx8syul],
.letter-body p[b-xjdmx8syul],
.letter-sources h2[b-xjdmx8syul],
.letter-sources p[b-xjdmx8syul] {
    margin: 0;
}

.letter-heading > div:first-child[b-xjdmx8syul] {
    align-self: start;
}

.letter-heading > div:first-child a[b-xjdmx8syul] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.letter-heading > div:first-child p[b-xjdmx8syul] {
    margin-top: 1rem;
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.letter-heading h1[b-xjdmx8syul] {
    font-size: clamp(3rem, 7.5vw, 8rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.letter-introduction[b-xjdmx8syul] {
    display: grid;
    gap: 1.25rem;
    color: var(--muted-ink);
}

.letter-introduction p:first-child[b-xjdmx8syul] {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
}

.letter-mark[b-xjdmx8syul] {
    position: relative;
    display: grid;
    width: min(100%, 70rem);
    aspect-ratio: 16 / 10;
    margin: 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
}

.letter-mark.mat-pending[b-xjdmx8syul],
.letter-mark.mat-cream[b-xjdmx8syul] {
    background: var(--mat-cream);
}

.letter-mark.mat-charcoal[b-xjdmx8syul] {
    background: var(--mat-charcoal);
}

.letter-mark img[b-xjdmx8syul] {
    position: absolute;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
}

.letter-mark.mat-pending img[b-xjdmx8syul] {
    opacity: 0;
}

.letter-mark.logo-failed[b-xjdmx8syul] {
    display: none;
}

.letter-body[b-xjdmx8syul] {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(17rem, 4fr);
    gap: clamp(3rem, 10vw, 12rem);
    padding-block: clamp(4rem, 9vw, 9rem);
}

.letter-narrative[b-xjdmx8syul] {
    display: grid;
    gap: 1.5em;
    max-width: 48rem;
    font-size: clamp(1.18rem, 1.7vw, 1.5rem);
    line-height: 1.65;
}

.letter-facts[b-xjdmx8syul] {
    margin: 0;
    border-top: 1px solid var(--line-strong);
}

.letter-facts > div[b-xjdmx8syul] {
    display: grid;
    padding-block: 1rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(6rem, 2fr) minmax(0, 3fr);
    gap: 1rem;
}

.letter-facts dt[b-xjdmx8syul] {
    color: var(--muted-ink);
}

.letter-facts dd[b-xjdmx8syul] {
    margin: 0;
}

.letter-uncertainty[b-xjdmx8syul],
.letter-correction[b-xjdmx8syul] {
    grid-column: 1 / -1;
    max-width: 48rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
    color: var(--muted-ink);
}

.letter-sources[b-xjdmx8syul] {
    display: grid;
    grid-template-columns: minmax(8rem, 2fr) minmax(0, 7fr) minmax(15rem, 3fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    padding-top: clamp(2rem, 5vw, 4rem);
    border-top: 1px solid var(--line-strong);
}

.letter-sources h2[b-xjdmx8syul] {
    font-size: 1rem;
    font-weight: 600;
}

.letter-sources ol[b-xjdmx8syul] {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    list-style: none;
}

.letter-sources li[b-xjdmx8syul] {
    display: grid;
    gap: 0.35rem;
}

.letter-sources li > a[b-xjdmx8syul] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.letter-sources li > span[b-xjdmx8syul],
.letter-sources li p[b-xjdmx8syul] {
    color: var(--muted-ink);
    font-size: 0.82rem;
}

.letter-record-links[b-xjdmx8syul] {
    display: grid;
    align-content: start;
}

.letter-record-links a[b-xjdmx8syul] {
    display: flex;
    min-height: 44px;
    border-bottom: 1px solid var(--line);
    align-items: center;
}

.letter-loading[b-xjdmx8syul],
.letter-missing[b-xjdmx8syul] {
    min-height: 60dvh;
    padding-block: 5rem;
}

.letter-loading-line[b-xjdmx8syul] {
    width: 6rem;
    height: 1rem;
}

.letter-loading-title[b-xjdmx8syul] {
    width: min(48rem, 90%);
    height: 7rem;
    margin-top: 5rem;
}

.letter-missing h1[b-xjdmx8syul] {
    margin: 0 0 2rem;
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 500;
    letter-spacing: -0.055em;
}

.letter-missing a[b-xjdmx8syul] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

@media (max-width: 760px) {
    .letter-issue[b-xjdmx8syul],
    .letter-loading[b-xjdmx8syul],
    .letter-missing[b-xjdmx8syul] {
        width: min(100% - 2rem, var(--page-max));
    }

    .letter-heading[b-xjdmx8syul] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .letter-heading h1[b-xjdmx8syul] {
        font-size: clamp(3.25rem, 16vw, 5.5rem);
    }

    .letter-mark[b-xjdmx8syul] {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        aspect-ratio: 1;
    }

    .letter-body[b-xjdmx8syul],
    .letter-sources[b-xjdmx8syul] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .letter-uncertainty[b-xjdmx8syul],
    .letter-correction[b-xjdmx8syul] {
        grid-column: auto;
    }
}
/* /Components/Pages/LetterJoined.razor.rz.scp.css */
.letter-state[b-08xoikjjto] {
    display: grid;
    max-width: 46rem;
    min-height: 42dvh;
    padding-block: clamp(3rem, 7vw, 6rem);
    align-content: start;
    gap: 1.25rem;
}

.letter-state a[b-08xoikjjto] {
    width: fit-content;
    min-height: 44px;
}

.letter-state h1[b-08xoikjjto],
.letter-state p[b-08xoikjjto] {
    margin: 0;
}

.letter-state h1[b-08xoikjjto] {
    max-width: 16ch;
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    font-weight: 520;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.letter-state p[b-08xoikjjto] {
    color: var(--muted-ink);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

@media (max-width: 700px) {
    .letter-state[b-08xoikjjto] {
        width: min(100% - 2rem, 46rem);
        min-height: 36dvh;
    }
}
/* /Components/Pages/Letters.razor.rz.scp.css */
.letters-page[b-oqi3yulov7] {
    padding-block: clamp(1.25rem, 3vw, 2.5rem) clamp(3rem, 6vw, 6rem);
}

.membership-result[b-oqi3yulov7] {
    max-width: 46rem;
    margin: 0 0 clamp(2rem, 5vw, 4rem);
    padding: 1rem 1.25rem;
    border-left: 2px solid var(--forest);
    color: var(--ink);
    background: var(--stone-raised);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.membership-result-error[b-oqi3yulov7] {
    border-left-color: var(--muted-ink);
}

.membership-welcome[b-oqi3yulov7] {
    display: grid;
    min-height: min(54rem, calc(100dvh - 8rem));
    grid-template-columns: minmax(8rem, 3fr) minmax(0, 9fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: center;
    padding-block: clamp(3rem, 7vw, 7rem);
}

.membership-welcome-monogram[b-oqi3yulov7] {
    display: block;
    width: clamp(7rem, 14vw, 12rem);
    aspect-ratio: 235 / 287;
    color: var(--ink);
    background: currentColor;
    -webkit-mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
}

.membership-welcome-copy h1[b-oqi3yulov7],
.membership-welcome-copy p[b-oqi3yulov7] {
    margin: 0;
}

.membership-welcome-copy h1[b-oqi3yulov7] {
    max-width: 12ch;
    color: var(--ink);
    font-size: clamp(4rem, 8vw, 8.5rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.membership-welcome-copy p[b-oqi3yulov7] {
    max-width: 48rem;
    margin-top: clamp(1.75rem, 3vw, 2.75rem);
    color: var(--muted-ink);
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    line-height: 1.55;
}

.membership-welcome-copy a[b-oqi3yulov7] {
    display: inline-flex;
    min-height: 3.25rem;
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding-inline: 1.25rem;
    border: 1px solid var(--forest);
    align-items: center;
    gap: 1rem;
    color: var(--stone);
    background: var(--forest);
    font-weight: 650;
    text-decoration: none;
}

.membership-welcome-copy a:hover[b-oqi3yulov7] {
    color: var(--forest);
    background: transparent;
}

.letters-opening[b-oqi3yulov7] {
    display: grid;
    min-height: clamp(12rem, 30svh, 19rem);
    grid-template-columns: minmax(0, 8fr) minmax(15rem, 4fr);
    grid-template-rows: 1fr auto;
    column-gap: clamp(2rem, 8vw, 10rem);
    padding-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

.letters-opening p[b-oqi3yulov7],
.letters-opening h1[b-oqi3yulov7],
.letters-join h2[b-oqi3yulov7],
.letters-join p[b-oqi3yulov7] {
    margin: 0;
}

.letters-paused[b-oqi3yulov7] {
    grid-column: 1 / -1;
}

.letters-paused h2[b-oqi3yulov7] {
    max-width: 14ch;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.letters-paused p[b-oqi3yulov7] {
    max-width: 38rem;
}

.letters-opening h1[b-oqi3yulov7] {
    grid-column: 1;
    grid-row: 1 / -1;
    max-width: 11ch;
    align-self: center;
    font-size: clamp(4rem, 7vw, 7rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.letters-cadence[b-oqi3yulov7] {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    padding-bottom: 0.75rem;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.letters-join[b-oqi3yulov7] {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(20rem, 7fr);
    grid-template-areas:
        "copy form"
        "assurances form";
    column-gap: clamp(2.5rem, 7vw, 8rem);
    row-gap: 1.25rem;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2.75rem);
    color: var(--stone-raised);
    background: var(--forest);
}

.letters-join-copy[b-oqi3yulov7] {
    grid-area: copy;
}

.letters-join h2[b-oqi3yulov7] {
    max-width: 12ch;
    font-size: clamp(2.25rem, 3.5vw, 3.75rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 0.98;
}

.letters-join p[b-oqi3yulov7] {
    max-width: 28rem;
    margin-top: 0.8rem;
    color: color-mix(in srgb, var(--stone-raised) 78%, var(--forest));
}

.letters-assurances[b-oqi3yulov7] {
    display: flex;
    grid-area: assurances;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
}

.letters-assurances p[b-oqi3yulov7] {
    margin-top: 0;
    font-size: 0.86rem;
    line-height: 1.45;
}

.letters-join .letters-error[b-oqi3yulov7] {
    padding-left: 1rem;
    border-left: 2px solid currentColor;
    color: var(--stone-raised);
    font-weight: 650;
}

.letters-join form[b-oqi3yulov7] {
    position: relative;
    display: grid;
    grid-area: form;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: end;
}

.letters-field[b-oqi3yulov7] {
    display: grid;
    gap: 0.55rem;
}

.letters-field label[b-oqi3yulov7] {
    font-size: 0.78rem;
    font-weight: 600;
}

.letters-field input[b-oqi3yulov7] {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.65rem 0;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--stone-raised) 62%, transparent);
    color: var(--stone-raised);
    background: transparent;
    outline: none;
}

.letters-field input:focus[b-oqi3yulov7] {
    border-bottom-color: var(--stone-raised);
}

.letters-join button[b-oqi3yulov7] {
    grid-column: 1 / -1;
    min-height: 3.25rem;
    padding-inline: 1.25rem;
    border: 1px solid var(--stone-raised);
    color: var(--forest);
    background: var(--stone-raised);
    font-weight: 650;
    cursor: pointer;
}

.letters-join button:hover[b-oqi3yulov7] {
    color: var(--stone-raised);
    background: transparent;
}

.letters-trap[b-oqi3yulov7] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.letters-register[b-oqi3yulov7] {
    margin-top: clamp(4rem, 8vw, 8rem);
    border-top: 1px solid var(--line-strong);
}

.letter-row[b-oqi3yulov7] {
    display: grid;
    min-height: 8rem;
    padding-block: 1.5rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 4vw, 4rem);
    color: var(--ink);
    text-decoration: none;
}

.letter-number[b-oqi3yulov7] {
    color: var(--muted-ink);
    font-variant-numeric: tabular-nums;
}

.letter-row-copy[b-oqi3yulov7] {
    display: grid;
    gap: 0.35rem;
}

.letter-row strong[b-oqi3yulov7] {
    font-size: clamp(1.3rem, 2.4vw, 2.25rem);
    font-weight: 520;
    letter-spacing: -0.03em;
}

.letter-row small[b-oqi3yulov7] {
    color: var(--muted-ink);
    font-size: 1rem;
}

@media (max-width: 700px) {
    .letters-page[b-oqi3yulov7] {
        width: min(100% - 2rem, var(--page-max));
        padding-top: 0.75rem;
        padding-bottom: 2rem;
    }

    .letters-opening[b-oqi3yulov7] {
        min-height: 12rem;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        padding-bottom: 1.25rem;
    }

    .membership-welcome[b-oqi3yulov7] {
        min-height: 42rem;
        grid-template-columns: 1fr;
        gap: 2.5rem;
        align-content: center;
    }

    .membership-welcome-monogram[b-oqi3yulov7] {
        width: 4.75rem;
    }

    .membership-welcome-copy h1[b-oqi3yulov7] {
        font-size: clamp(3.6rem, 17vw, 5.25rem);
    }

    .letters-opening h1[b-oqi3yulov7] {
        grid-column: 1;
        grid-row: 1;
        font-size: clamp(3.5rem, 17vw, 4.5rem);
    }

    .letters-cadence[b-oqi3yulov7] {
        grid-column: 1;
        grid-row: 2;
    }

    .letters-join[b-oqi3yulov7] {
        margin-inline: -1rem;
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "form"
            "assurances";
        gap: 1rem;
        padding: 1.25rem 1rem 1.5rem;
    }

    .letters-join h2[b-oqi3yulov7] {
        max-width: 13ch;
        font-size: clamp(2rem, 9vw, 2.6rem);
    }

    .letters-join p[b-oqi3yulov7] {
        margin-top: 0.6rem;
        line-height: 1.45;
    }

    .letters-join form[b-oqi3yulov7] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .letters-assurances[b-oqi3yulov7] {
        display: grid;
        gap: 0.25rem;
    }

    .letters-assurances p[b-oqi3yulov7] {
        margin-top: 0;
    }

    .letters-join button[b-oqi3yulov7] {
        width: 100%;
    }

    .letter-row[b-oqi3yulov7] {
        min-height: 7rem;
        grid-template-columns: 2.5rem minmax(0, 1fr) 1rem;
        gap: 0.75rem;
    }
}
/* /Components/Pages/LetterUnsubscribe.razor.rz.scp.css */
.letter-state[b-bewh7oxa27] {
    display: grid;
    min-height: 68dvh;
    padding-block: clamp(3rem, 7vw, 7rem);
    grid-template-rows: auto 1fr auto;
}

.letter-state > a[b-bewh7oxa27] {
    width: fit-content;
    min-height: 44px;
}

.letter-state h1[b-bewh7oxa27],
.letter-state p[b-bewh7oxa27] { margin: 0; }

.letter-state h1[b-bewh7oxa27] {
    align-self: center;
    font-size: clamp(4rem, 10vw, 10rem);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.letter-state p[b-bewh7oxa27] {
    max-width: 35rem;
    color: var(--muted-ink);
    font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.letter-state form[b-bewh7oxa27] {
    margin-top: 1.5rem;
}

.letter-state button[b-bewh7oxa27] {
    min-height: 44px;
    padding-inline: 1.25rem;
    border: 1px solid var(--forest);
    color: var(--stone-raised);
    background: var(--forest);
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 700px) {
    .letter-state[b-bewh7oxa27] {
        width: min(100% - 2rem, var(--page-max));
        min-height: 62dvh;
    }

    .letter-state button[b-bewh7oxa27] { width: 100%; }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.route-not-found[b-5ho62a1six] {
    display: grid;
    min-height: clamp(27rem, 58vh, 36rem);
    padding-block: clamp(4.5rem, 9vw, 8rem);
    justify-items: center;
    align-content: center;
    text-align: center;
}

.route-not-found > span[b-5ho62a1six] {
    display: none;
}

.route-not-found h1[b-5ho62a1six] {
    max-width: 15ch;
    margin: 1.35rem auto 0.9rem;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.route-not-found p[b-5ho62a1six] {
    max-width: 34rem;
    margin: 0 auto 1.8rem;
    color: var(--muted-foreground);
}

@media (max-width: 480px) {
    .route-not-found[b-5ho62a1six] {
        min-height: 26rem;
    }
}
/* /Components/Pages/ParticipantRecordPage.razor.rz.scp.css */
.participant-record[b-vytf1yun8r] {
    min-width: 0;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    color: var(--ink);
    background: var(--stone);
}

.participant-record-state a[b-vytf1yun8r],
.participant-record-state button[b-vytf1yun8r],
.participant-record[b-vytf1yun8r]  a {
    min-height: 2.75rem;
}

.participant-record-state a[b-vytf1yun8r],
.participant-record[b-vytf1yun8r]  a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.participant-record-header[b-vytf1yun8r] {
    display: grid;
    padding-block: clamp(4rem, 9vw, 8rem);
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.3fr);
    align-items: end;
    gap: clamp(3rem, 8vw, 8rem);
}

.participant-identity > p:first-child[b-vytf1yun8r],
.participant-evidence > p[b-vytf1yun8r],
.participant-primary section > header p[b-vytf1yun8r],
.participant-context section > p[b-vytf1yun8r] {
    margin: 0 0 1rem;
    color: var(--forest);
    font-size: 0.75rem;
    font-weight: 620;
}

.participant-record-lead[b-vytf1yun8r] {
    max-width: 43rem;
    margin: 1.5rem 0 0;
    color: var(--muted-ink);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.5;
    text-wrap: pretty;
}

.participant-identity h1[b-vytf1yun8r] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    font-weight: 570;
    letter-spacing: -0.075em;
    line-height: 0.88;
    overflow-wrap: anywhere;
}

.participant-evidence[b-vytf1yun8r] {
    display: grid;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
}

.participant-record-grid[b-vytf1yun8r] {
    display: grid;
}

.participant-record-grid.has-primary.has-context[b-vytf1yun8r] {
    grid-template-areas: "primary context";
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
    gap: 0 clamp(3rem, 8vw, 8rem);
}

.participant-record-grid.primary-only[b-vytf1yun8r] {
    grid-template-areas: "primary";
    grid-template-columns: minmax(0, 1fr);
}

.participant-record-grid.context-only[b-vytf1yun8r] {
    grid-template-areas: "context";
    grid-template-columns: minmax(0, 1fr);
}

.participant-primary[b-vytf1yun8r] { min-width: 0; grid-area: primary; }
.participant-context[b-vytf1yun8r] { min-width: 0; grid-area: context; }

.participant-primary section[b-vytf1yun8r],
.participant-context section[b-vytf1yun8r] {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    border-top: 1px solid var(--line-strong);
}

.participant-primary h2[b-vytf1yun8r],
.participant-context h2[b-vytf1yun8r] {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 590;
    letter-spacing: -0.045em;
}

.participant-history[b-vytf1yun8r],
.participant-memberships[b-vytf1yun8r],
.participant-coverage[b-vytf1yun8r] {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.participant-history > li[b-vytf1yun8r],
.participant-memberships > li[b-vytf1yun8r],
.participant-coverage > li[b-vytf1yun8r] {
    display: grid;
    padding-block: 1rem;
    border-bottom: 1px solid var(--line);
    gap: 0.4rem 1rem;
}

.participant-history > li[b-vytf1yun8r] {
    grid-template-columns: 7rem minmax(0, 1fr) auto;
    align-items: baseline;
}

.participant-history[b-vytf1yun8r]  .source-line { grid-column: 2 / -1; }

.participant-history span[b-vytf1yun8r],
.participant-memberships span[b-vytf1yun8r],
.participant-coverage[b-vytf1yun8r],
.participant-empty[b-vytf1yun8r] {
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.participant-record[b-vytf1yun8r]  .source-line {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.participant-record-state[b-vytf1yun8r] {
    display: grid;
    min-height: 68vh;
    padding-block: clamp(4rem, 8vw, 7rem);
    align-content: center;
}

.participant-record-state > p[b-vytf1yun8r] { margin: 0 0 1rem; color: var(--forest); }
.participant-record-state h1[b-vytf1yun8r] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -0.07em;
    line-height: 0.9;
}
.participant-record-state > span[b-vytf1yun8r] { max-width: 32rem; margin: 1.25rem 0 1.75rem; color: var(--muted-ink); }
.participant-record-state a[b-vytf1yun8r],
.participant-record-state button[b-vytf1yun8r] {
    display: inline-flex;
    width: max-content;
    padding-inline: 1rem;
    border: 1px solid var(--line-strong);
    align-items: center;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 600;
}

.participant-record a:focus-visible[b-vytf1yun8r],
.participant-record-state a:focus-visible[b-vytf1yun8r],
.participant-record-state button:focus-visible[b-vytf1yun8r] { outline: 2px solid var(--mineral); outline-offset: 3px; }

.loading-code[b-vytf1yun8r] { width: 9rem; height: 0.8rem; }
.loading-title[b-vytf1yun8r] { width: min(36rem, 90%); height: 8rem; margin-block: 1.5rem; }
.loading-line[b-vytf1yun8r] { width: 13rem; height: 1rem; }

@media (max-width: 760px) {
    .participant-record-header[b-vytf1yun8r] { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
    .participant-record-grid.has-primary.has-context[b-vytf1yun8r] {
        grid-template-areas:
            "primary"
            "context";
        grid-template-columns: minmax(0, 1fr);
    }
    .participant-history > li[b-vytf1yun8r] { grid-template-columns: minmax(0, 1fr); gap: 0.35rem; }
    .participant-history[b-vytf1yun8r]  .source-line { grid-column: 1; }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-epmd4z3z31] {
    width: min(100% - 2rem, 62rem);
    min-width: 0;
    padding-block: clamp(3rem, 8vw, 7rem);
}

.privacy-opening[b-epmd4z3z31] {
    max-width: 46rem;
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
    border-bottom: 1px solid var(--line-strong);
}

.privacy-eyebrow[b-epmd4z3z31] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.75rem;
    font-weight: 620;
    letter-spacing: 0.12em;
}

.privacy-opening h1[b-epmd4z3z31] {
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    font-weight: 560;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.privacy-opening > p:last-child[b-epmd4z3z31] {
    max-width: 40rem;
    margin: 1.5rem 0 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.65;
}

.privacy-sections[b-epmd4z3z31] {
    display: grid;
    max-width: 46rem;
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
    gap: 2.75rem;
}

.privacy-sections section[b-epmd4z3z31] {
    display: grid;
    gap: 0.85rem;
}

.privacy-sections h2[b-epmd4z3z31],
.privacy-sections p[b-epmd4z3z31] {
    margin: 0;
}

.privacy-sections h2[b-epmd4z3z31] {
    color: var(--forest);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.privacy-sections p[b-epmd4z3z31] {
    color: var(--muted-ink);
    font-size: 0.96rem;
    line-height: 1.75;
}

.privacy-sections strong[b-epmd4z3z31] {
    color: var(--ink);
    font-weight: 620;
}

.privacy-sections a[b-epmd4z3z31] {
    color: var(--ink);
    overflow-wrap: anywhere;
    text-underline-offset: 0.18em;
}

@media (max-width: 760px) {
    .privacy-page[b-epmd4z3z31] {
        width: min(100% - 1.25rem, 62rem);
        padding-block: 2.5rem 4rem;
    }

    .privacy-opening h1[b-epmd4z3z31] {
        font-size: clamp(2.25rem, 12vw, 3.7rem);
    }
}
/* /Components/Pages/Vault.razor.rz.scp.css */
.museum-collection[b-ca285q1tgu] {
    min-width: 0;
    background: var(--stone);
}

.collection-gallery[b-ca285q1tgu] {
    padding-block: clamp(3rem, 6vw, 6rem) clamp(5rem, 9vw, 9rem);
}

.gallery-heading[b-ca285q1tgu] {
    display: flex;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.gallery-code[b-ca285q1tgu] {
    margin: 0 0 0.75rem;
    color: var(--muted-ink);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.gallery-heading h2[b-ca285q1tgu] {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.gallery-heading > p[b-ca285q1tgu] {
    margin: 0 0 0.2rem;
    color: var(--muted-ink);
    font-size: 0.76rem;
    font-variant-numeric: tabular-nums;
}

.gallery-return[b-ca285q1tgu] {
    display: inline-flex;
    min-height: 2.75rem;
    margin-bottom: 1rem;
    padding: 0;
    border: 0;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted-ink);
    background: transparent;
    font-size: 0.78rem;
    cursor: pointer;
    text-decoration: none;
}

.result-announcement[b-ca285q1tgu] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.disclosure[b-ca285q1tgu] {
    display: grid;
    padding-top: clamp(2.5rem, 5vw, 5rem);
    justify-items: center;
    gap: 0.65rem;
}

.disclosure a[b-ca285q1tgu],
.museum-state button[b-ca285q1tgu] {
    display: inline-flex;
    min-height: 3rem;
    padding-inline: 1.1rem;
    border: 1px solid var(--line-strong);
    color: var(--ink);
    background: transparent;
    font-size: 0.8rem;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
}

.disclosure a:hover[b-ca285q1tgu],
.museum-state button:hover[b-ca285q1tgu] {
    color: var(--stone-raised);
    background: var(--forest);
}

.disclosure span[b-ca285q1tgu] {
    color: var(--muted-ink);
    font-size: 0.7rem;
    font-variant-numeric: tabular-nums;
}

.museum-loading[b-ca285q1tgu] {
    min-height: 70vh;
    padding-block: clamp(4rem, 9vw, 8rem);
}

.loading-code[b-ca285q1tgu] {
    width: 11rem;
    height: 0.8rem;
}

.loading-title[b-ca285q1tgu] {
    width: min(52rem, 90%);
    height: clamp(8rem, 16vw, 14rem);
    margin-block: 2rem 4rem;
}

.loading-wall[b-ca285q1tgu] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.loading-object[b-ca285q1tgu] {
    aspect-ratio: 1;
}

.museum-state[b-ca285q1tgu] {
    display: grid;
    min-height: 68vh;
    padding-block: 5rem;
    justify-items: start;
    align-content: center;
}

.state-code[b-ca285q1tgu] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.museum-state h1[b-ca285q1tgu],
.museum-state h2[b-ca285q1tgu] {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 0.92;
}

.museum-state > p:not(.state-code)[b-ca285q1tgu] {
    margin: 1.25rem 0 1.75rem;
    color: var(--muted-ink);
}

@media (min-width: 700px) {
    .collection-gallery[b-ca285q1tgu] {
        padding-block: 2.25rem clamp(5rem, 9vw, 9rem);
    }

    .gallery-heading[b-ca285q1tgu] {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .gallery-heading h2[b-ca285q1tgu] {
        font-size: clamp(2.75rem, 4vw, 4rem);
    }

    .is-focused-state[b-ca285q1tgu]  .collection-title {
        display: none;
    }

    .museum-collection .museum-state[b-ca285q1tgu] {
        min-height: 22rem;
        padding-block: 3rem;
    }
}

@media (max-width: 699px) {
    .collection-gallery[b-ca285q1tgu] {
        padding-block: 2.75rem 5rem;
    }

    .gallery-heading[b-ca285q1tgu] {
        display: block;
    }

    .gallery-heading h2[b-ca285q1tgu] {
        font-size: 2.75rem;
    }

    .gallery-heading > p[b-ca285q1tgu] {
        margin-top: 0.8rem;
    }

    .loading-wall[b-ca285q1tgu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }
}
/* /Components/Search/ArchiveQuickFind.razor.rz.scp.css */
.archive-quick-find[b-limfv5c7pq] {
    position: relative;
    min-width: 0;
    color: var(--ink);
}

.archive-quick-find input[b-limfv5c7pq] {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: var(--quick-find-input-padding, 0);
    border: var(--quick-find-input-border, 0);
    color: inherit;
    background: var(--quick-find-input-background, transparent);
    font: inherit;
    outline: 0;
}

.archive-quick-find input:focus-visible[b-limfv5c7pq] {
    outline: 2px solid var(--forest);
    outline-offset: 2px;
}

.quick-find-panel[b-limfv5c7pq] {
    position: absolute;
    z-index: 30;
    top: 100%;
    right: 0;
    left: 0;
    max-width: 100vw;
    border-block: 1px solid var(--line-strong);
    background: var(--surface);
}

.quick-find-interpretation[b-limfv5c7pq] {
    margin: 0;
    padding: 0.75rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted-ink);
    font-size: 0.875rem;
    overflow-wrap: anywhere;
}

.quick-find-results[b-limfv5c7pq] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-find-results li + li[b-limfv5c7pq] {
    border-top: 1px solid var(--line);
}

.quick-find-results a[b-limfv5c7pq] {
    display: grid;
    min-height: 44px;
    padding: 0.75rem;
    align-content: center;
    color: var(--ink);
    text-decoration: none;
}

.quick-find-results li[aria-selected="true"][b-limfv5c7pq],
.quick-find-results li:hover[b-limfv5c7pq],
.quick-find-results li:focus-within[b-limfv5c7pq] {
    background: var(--subtle);
}

.quick-find-title[b-limfv5c7pq],
.quick-find-context[b-limfv5c7pq] {
    overflow-wrap: anywhere;
}

.quick-find-title[b-limfv5c7pq] {
    font-weight: 620;
}

.quick-find-context[b-limfv5c7pq],
.quick-find-unavailable[b-limfv5c7pq] {
    color: var(--muted-ink);
    font-size: 0.875rem;
}

.quick-find-unavailable[b-limfv5c7pq] {
    margin: 0.5rem 0 0;
}

@media (max-width: 320px) {
    .quick-find-panel[b-limfv5c7pq] {
        width: 100%;
    }
}
/* /Components/Sharing/ArchiveShare.razor.rz.scp.css */
.archive-share[b-ntmu1d290f] {
    position: relative;
    flex: 0 0 auto;
}

.archive-share-trigger[b-ntmu1d290f] {
    display: inline-flex;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0 0.75rem;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-size: 0.75rem;
    cursor: pointer;
}

.archive-share-trigger:hover[b-ntmu1d290f] {
    color: var(--forest);
}

.archive-share-trigger svg[b-ntmu1d290f] {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.archive-share-dialog[b-ntmu1d290f] {
    position: fixed;
    z-index: 110;
    top: var(--archive-share-anchor-top, 4rem);
    right: var(--archive-share-anchor-right, 1rem);
    left: auto;
    width: min(22rem, calc(100vw - 2rem));
    max-width: 100%;
    max-height: calc(100dvh - 1.5rem);
    margin: 0;
    padding: 0;
    border: 1px solid var(--line-strong);
    box-sizing: border-box;
    color: var(--ink);
    background: var(--background);
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.archive-share-dialog[b-ntmu1d290f]::backdrop {
    background: color-mix(in srgb, var(--ink) 16%, transparent);
}

.archive-share-heading[b-ntmu1d290f] {
    display: flex;
    min-height: 3.5rem;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.archive-share-heading h2[b-ntmu1d290f] {
    margin: 0;
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 500;
}

.archive-share-close[b-ntmu1d290f] {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0 0.4rem;
    border: 0;
    color: var(--muted-ink);
    background: transparent;
    font: inherit;
    font-size: 0.72rem;
    cursor: pointer;
}

.archive-share-actions[b-ntmu1d290f] {
    display: grid;
}

.archive-share-actions :is(button, a)[b-ntmu1d290f] {
    display: grid;
    width: 100%;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    border: 0;
    border-bottom: 1px solid var(--line);
    box-sizing: border-box;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.archive-share-actions :is(button, a):hover[b-ntmu1d290f] {
    color: var(--forest);
}

.archive-share-actions button:disabled[b-ntmu1d290f] {
    color: var(--muted-ink);
    cursor: not-allowed;
    opacity: 0.7;
}

.archive-share-actions [aria-hidden="true"][b-ntmu1d290f] {
    color: var(--muted-ink);
    text-align: center;
}

.archive-share-note[b-ntmu1d290f],
.archive-share-status[b-ntmu1d290f] {
    margin: 0;
    padding: 0.75rem 1rem;
    color: var(--muted-ink);
    font-size: 0.72rem;
    line-height: 1.45;
}

.archive-share-note + .archive-share-status[b-ntmu1d290f] {
    padding-top: 0;
}

.archive-share-status:empty[b-ntmu1d290f] {
    padding: 0;
}

.archive-share-manual[b-ntmu1d290f] {
    display: grid;
    padding: 0.75rem 1rem 1rem;
    gap: 0.4rem;
}

.archive-share-manual label[b-ntmu1d290f] {
    color: var(--muted-ink);
    font-size: 0.7rem;
}

.archive-share-manual input[b-ntmu1d290f] {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--line-strong);
    box-sizing: border-box;
    color: var(--ink);
    background: var(--background);
    font: inherit;
    font-size: 0.72rem;
}

.archive-share :is(button, a, input):focus-visible[b-ntmu1d290f] {
    outline: 2px solid var(--mineral);
    outline-offset: 2px;
}

@media (max-width: 1039px) {
    .archive-share-trigger[b-ntmu1d290f] {
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
    }

    .archive-share-trigger-label[b-ntmu1d290f] {
        display: none;
    }

    .archive-share-dialog[b-ntmu1d290f] {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: min(80dvh, 38rem);
        padding-bottom: max(0.25rem, env(safe-area-inset-bottom));
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        overflow-x: clip;
        overflow-y: auto;
        overscroll-behavior: contain;
        animation: archive-share-sheet-in-b-ntmu1d290f 180ms var(--ease-out);
    }
}

@media (prefers-reduced-motion: reduce) {
    .archive-share-dialog[b-ntmu1d290f] {
        animation: none;
    }
}

@keyframes archive-share-sheet-in-b-ntmu1d290f {
    from {
        transform: translateY(1rem);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Social/SocialSourceLedger.razor.rz.scp.css */
.social-ledger[b-s6mw5pthvv] {
    padding-block: clamp(2.75rem, 5vw, 5.5rem);
    border-top: 1px solid var(--line-strong);
}

.social-ledger > header[b-s6mw5pthvv] {
    display: grid;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.3fr);
    align-items: end;
    gap: 2rem;
}

.social-ledger header p[b-s6mw5pthvv],
.creator-credit > span[b-s6mw5pthvv] {
    margin: 0 0 0.8rem;
    color: var(--muted-ink);
    font-size: 0.7rem;
}

.social-ledger h2[b-s6mw5pthvv] {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.94;
}

.social-ledger > header > span[b-s6mw5pthvv] {
    padding-top: 0.8rem;
    border-top: 1px solid var(--line);
    color: var(--muted-ink);
    font-size: 0.75rem;
    line-height: 1.5;
}

.claim-ledger[b-s6mw5pthvv] {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--line);
    list-style: none;
}

.claim-ledger > li[b-s6mw5pthvv] {
    display: grid;
    padding-block: 1.35rem;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: clamp(1.5rem, 4vw, 4rem);
}

.claim-ledger > li > p[b-s6mw5pthvv] {
    max-width: 34rem;
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.45;
}

.claim-ledger ul[b-s6mw5pthvv] {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 1rem;
    list-style: none;
}

.claim-ledger ul li[b-s6mw5pthvv] {
    display: grid;
    gap: 0.3rem;
}

.claim-ledger a[b-s6mw5pthvv],
.social-ledger footer a[b-s6mw5pthvv] {
    color: var(--forest);
    font-size: 0.78rem;
    font-weight: 620;
    text-decoration: none;
}

.claim-ledger ul span[b-s6mw5pthvv],
.claim-ledger q[b-s6mw5pthvv] {
    color: var(--muted-ink);
    font-size: 0.72rem;
    line-height: 1.5;
}

.claim-ledger q[b-s6mw5pthvv] {
    quotes: "“" "”";
}

.creator-credit[b-s6mw5pthvv] {
    display: grid;
    padding-block: 1.25rem;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(9rem, 0.25fr) minmax(0, 0.75fr);
    gap: 1rem;
}

.creator-credit > span[b-s6mw5pthvv],
.creator-credit p[b-s6mw5pthvv] {
    margin: 0;
}

.social-ledger footer[b-s6mw5pthvv] {
    display: flex;
    padding-top: 1rem;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted-ink);
    font-size: 0.72rem;
}

@media (max-width: 720px) {
    .social-ledger > header[b-s6mw5pthvv],
    .claim-ledger > li[b-s6mw5pthvv],
    .creator-credit[b-s6mw5pthvv] {
        grid-template-columns: 1fr;
    }

    .social-ledger footer[b-s6mw5pthvv] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Studio/SocialStudio.razor.rz.scp.css */
.studio[b-4kh3qnkbcd] {
    max-width: 76rem;
    margin: 0 auto;
    padding: 2rem 1.25rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.studio-head[b-4kh3qnkbcd] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.studio-name[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.6;
}

.studio-head h1[b-4kh3qnkbcd] {
    margin: 0.25rem 0 0;
    font-size: 2rem;
    line-height: 1.1;
}

.studio-head-actions[b-4kh3qnkbcd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.studio-loading[b-4kh3qnkbcd] {
    font-size: 0.8rem;
    opacity: 0.7;
}

.studio-refresh[b-4kh3qnkbcd],
.studio-action[b-4kh3qnkbcd],
.studio-filters button[b-4kh3qnkbcd],
.studio-paging button[b-4kh3qnkbcd] {
    font: inherit;
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid currentColor;
    border-radius: 0.2rem;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.studio-refresh:hover[b-4kh3qnkbcd],
.studio-action:hover:not(:disabled)[b-4kh3qnkbcd],
.studio-filters button:hover[b-4kh3qnkbcd],
.studio-paging button:hover:not(:disabled)[b-4kh3qnkbcd] {
    background: rgb(0 0 0 / 6%);
}

.studio-action:disabled[b-4kh3qnkbcd],
.studio-paging button:disabled[b-4kh3qnkbcd] {
    opacity: 0.4;
    cursor: not-allowed;
}

.studio-panel[b-4kh3qnkbcd] {
    border-top: 1px solid rgb(0 0 0 / 12%);
    padding-top: 1.25rem;
}

.studio-panel h2[b-4kh3qnkbcd] {
    margin: 0 0 0.85rem;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.studio-panel-head[b-4kh3qnkbcd] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.studio-error[b-4kh3qnkbcd] {
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-left: 3px solid #a8322d;
    background: rgb(168 50 45 / 8%);
    font-size: 0.9rem;
}

.studio-result[b-4kh3qnkbcd] {
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-left: 3px solid #2f6b46;
    background: rgb(47 107 70 / 8%);
    font-size: 0.9rem;
}

.studio-empty[b-4kh3qnkbcd],
.studio-note[b-4kh3qnkbcd] {
    margin: 0.35rem 0;
    font-size: 0.85rem;
    opacity: 0.7;
}

.studio-facts[b-4kh3qnkbcd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 0.85rem 1.25rem;
    margin: 0 0 1rem;
}

.studio-facts div[b-4kh3qnkbcd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.studio-facts dt[b-4kh3qnkbcd] {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.55;
}

.studio-facts dd[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 0.95rem;
}

.studio-platforms[b-4kh3qnkbcd],
.studio-list[b-4kh3qnkbcd],
.studio-counts[b-4kh3qnkbcd] {
    list-style: none;
    margin: 0.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.85rem;
}

.studio-platforms li[b-4kh3qnkbcd],
.studio-list li[b-4kh3qnkbcd] {
    display: flex;
    gap: 0.6rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.studio-topaz[b-4kh3qnkbcd] {
    list-style: decimal;
    padding-left: 1.5rem;
}

.studio-counts[b-4kh3qnkbcd] {
    flex-direction: row;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.studio-cards ul[b-4kh3qnkbcd] {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
}

.studio-cards li[b-4kh3qnkbcd] {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    flex-wrap: wrap;
}

.studio-digest[b-4kh3qnkbcd] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    opacity: 0.65;
}

.studio-alt[b-4kh3qnkbcd] {
    opacity: 0.7;
}

.studio-actions[b-4kh3qnkbcd] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.studio-toggle[b-4kh3qnkbcd] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
}

.studio-filters[b-4kh3qnkbcd] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.studio-filters input[type="search"][b-4kh3qnkbcd],
.studio-filters input[type="text"][b-4kh3qnkbcd],
.studio-filters select[b-4kh3qnkbcd] {
    font: inherit;
    font-size: 0.85rem;
    padding: 0.4rem 0.55rem;
    border: 1px solid rgb(0 0 0 / 25%);
    border-radius: 0.2rem;
    background: transparent;
    color: inherit;
}

.studio-filters input[type="search"][b-4kh3qnkbcd] {
    min-width: 14rem;
}

.studio-filters input[type="text"][b-4kh3qnkbcd] {
    width: 4.5rem;
}

.studio-grid[b-4kh3qnkbcd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1rem;
}

.studio-card[b-4kh3qnkbcd] {
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 0.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.studio-card img[b-4kh3qnkbcd] {
    width: 100%;
    height: 8rem;
    object-fit: contain;
    background: #f1efe7;
    padding: 0.75rem;
}

.studio-nomark[b-4kh3qnkbcd] {
    height: 8rem;
    display: grid;
    place-items: center;
    background: rgb(0 0 0 / 4%);
    font-size: 0.78rem;
    opacity: 0.6;
}

.studio-card-body[b-4kh3qnkbcd] {
    padding: 0.7rem 0.8rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.studio-card-body h3[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25;
}

.studio-angle[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.6;
}

.studio-headline[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.4;
}

.studio-meta[b-4kh3qnkbcd] {
    margin: 0;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    font-size: 0.72rem;
    opacity: 0.75;
}

.studio-sharp-bad[b-4kh3qnkbcd] {
    color: #a8322d;
    opacity: 1;
}

.studio-sharp-unknown[b-4kh3qnkbcd] {
    color: #8a6d1f;
    opacity: 1;
}

.studio-paging[b-4kh3qnkbcd] {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.studio-monitor[b-4kh3qnkbcd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1.5rem;
}

.studio-monitor h3[b-4kh3qnkbcd],
.studio-panel h3[b-4kh3qnkbcd] {
    margin: 1rem 0 0.35rem;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.6;
}

.studio-monitor > div > h3[b-4kh3qnkbcd] {
    margin-top: 0;
}

.studio-spend[b-4kh3qnkbcd] {
    margin: 0;
    font-size: 1.5rem;
}

.studio-spend span[b-4kh3qnkbcd] {
    font-size: 0.85rem;
    opacity: 0.6;
}

@media (prefers-color-scheme: dark) {
    .studio-panel[b-4kh3qnkbcd],
    .studio-card[b-4kh3qnkbcd] {
        border-color: rgb(255 255 255 / 15%);
    }

    .studio-refresh:hover[b-4kh3qnkbcd],
    .studio-action:hover:not(:disabled)[b-4kh3qnkbcd],
    .studio-filters button:hover[b-4kh3qnkbcd],
    .studio-paging button:hover:not(:disabled)[b-4kh3qnkbcd] {
        background: rgb(255 255 255 / 10%);
    }

    .studio-filters input[type="search"][b-4kh3qnkbcd],
    .studio-filters input[type="text"][b-4kh3qnkbcd],
    .studio-filters select[b-4kh3qnkbcd] {
        border-color: rgb(255 255 255 / 25%);
    }

    .studio-nomark[b-4kh3qnkbcd] {
        background: rgb(255 255 255 / 6%);
    }
}
/* /Components/Vault/ClubMarksControls.razor.rz.scp.css */
.club-marks-controls[b-8sj7dsuoja] {
    display: grid;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    border-block: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.club-marks-controls label[b-8sj7dsuoja] {
    display: grid;
    min-width: 0;
    padding: 0.55rem clamp(0.5rem, 1.5vw, 1rem);
    gap: 0.15rem;
}

.club-marks-controls label + label[b-8sj7dsuoja] {
    border-inline-start: 1px solid var(--line);
}

.club-marks-controls span[b-8sj7dsuoja] {
    color: var(--muted-ink);
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.club-marks-controls select[b-8sj7dsuoja] {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 0.25rem;
    border: 0;
    color: var(--ink);
    background: transparent;
    font: inherit;
    font-size: 0.78rem;
}

.club-marks-controls select:focus-visible[b-8sj7dsuoja] {
    outline: 2px solid var(--forest);
    outline-offset: 2px;
}

@media (max-width: 699px) {
    .club-marks-controls[b-8sj7dsuoja] {
        margin-bottom: 1.25rem;
    }

    .club-marks-controls label[b-8sj7dsuoja] {
        padding-inline: 0.4rem;
    }

    .club-marks-controls select[b-8sj7dsuoja] {
        font-size: 0.72rem;
    }
}
/* /Components/Vault/CollectionRooms.razor.rz.scp.css */
.collection-entry[b-53zlmr7fw5] {
    padding-top: clamp(2.5rem, 5vw, 5rem);
}

.foyer-return[b-53zlmr7fw5] {
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted-ink);
    background: transparent;
    font-size: 0.84rem;
    cursor: pointer;
    text-decoration: none;
}

.foyer-return:hover[b-53zlmr7fw5] {
    color: var(--ink);
}

.collection-title[b-53zlmr7fw5] {
    display: flex;
    min-height: clamp(13rem, 23vw, 20rem);
    padding-block: clamp(2rem, 4vw, 4rem);
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
}

.collection-title h1[b-53zlmr7fw5] {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(4rem, 7.7vw, 7.25rem);
    font-weight: 620;
    letter-spacing: -0.072em;
    line-height: 0.88;
}

.collection-title p[b-53zlmr7fw5] {
    margin: 0 0 0.35rem;
    color: var(--muted-ink);
    font-size: 0.92rem;
    font-variant-numeric: tabular-nums;
}

.room-navigation[b-53zlmr7fw5] {
    display: grid;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-navigation a[b-53zlmr7fw5] {
    position: relative;
    display: grid;
    min-height: 4.25rem;
    padding: 0;
    border: 0;
    color: var(--muted-ink);
    background: transparent;
    font-size: 0.92rem;
    cursor: pointer;
    text-decoration: none;
    place-items: center;
}

.room-navigation a + a[b-53zlmr7fw5] {
    border-left: 1px solid var(--line-strong);
}

.room-navigation a[b-53zlmr7fw5]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--mineral);
    content: "";
    opacity: 0;
}

.room-navigation a:hover[b-53zlmr7fw5],
.room-navigation a.is-current[b-53zlmr7fw5] {
    color: var(--ink);
}

.room-navigation a.is-current[b-53zlmr7fw5] {
    font-weight: 650;
}

.room-navigation a.is-current[b-53zlmr7fw5]::after {
    opacity: 1;
}

@media (min-width: 700px) {
    .collection-entry[b-53zlmr7fw5] {
        padding-top: 1.75rem;
    }

    .collection-title[b-53zlmr7fw5] {
        min-height: 8rem;
        padding-block: 1.5rem;
    }

    .collection-title h1[b-53zlmr7fw5] {
        font-size: clamp(3.25rem, 5vw, 4.75rem);
        line-height: 0.9;
    }

    .room-navigation a[b-53zlmr7fw5] {
        min-height: 3.5rem;
    }
}

@media (max-width: 699px) {
    .collection-entry[b-53zlmr7fw5] {
        width: 100%;
        padding-top: 1.5rem;
    }

    .foyer-return[b-53zlmr7fw5],
    .collection-title[b-53zlmr7fw5] {
        width: min(100% - 1.25rem, var(--page-max));
        margin-inline: auto;
    }

    .collection-title[b-53zlmr7fw5] {
        min-height: 13rem;
        padding-block: 1.4rem 2rem;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        gap: 1.4rem;
    }

    .collection-title h1[b-53zlmr7fw5] {
        max-width: 9ch;
        font-size: clamp(3.1rem, 14vw, 4.6rem);
        line-height: 0.9;
    }

    .collection-title p[b-53zlmr7fw5] {
        font-size: 0.85rem;
    }

    .room-navigation a[b-53zlmr7fw5] {
        min-height: 3.75rem;
        font-size: 0.82rem;
    }
}
/* /Components/Vault/FoyerIdentitySeal.razor.rz.scp.css */
.foyer-identity-seal[b-2ei0uyw9l4] {
    position: relative;
    display: grid;
    min-height: clamp(25.2rem, 49.5vh, 35.1rem);
    padding-block: clamp(3rem, 7vh, 5.25rem);
    place-items: center;
}

.seal-watermark[b-2ei0uyw9l4] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: clamp(18rem, 42vw, 36rem);
    aspect-ratio: 1;
    color: var(--ink);
    background-color: currentColor;
    opacity: 0.045;
    pointer-events: none;
    transform: translate(-50%, -50%);
    user-select: none;
    -webkit-mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
    mask: url("/brand/aga-monogram.svg") center / contain no-repeat;
}

.seal-content[b-2ei0uyw9l4] {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: clamp(1.25rem, 2.4vw, 2rem);
    text-align: center;
}

.seal-content h1[b-2ei0uyw9l4] {
    margin: 0;
    color: var(--ink);
    font-size: clamp(3.2rem, 7.2vw, 7.2rem);
    font-weight: 610;
    letter-spacing: -0.075em;
    line-height: 0.88;
}

.seal-content h1 span[b-2ei0uyw9l4] {
    display: block;
    white-space: nowrap;
}

.seal-position[b-2ei0uyw9l4] {
    max-width: 44rem;
    margin: 0;
    color: var(--muted-ink);
    font-size: clamp(0.96rem, 1.35vw, 1.14rem);
    line-height: 1.55;
}

.seal-search[b-2ei0uyw9l4] {
    width: min(100%, 42rem);
    text-align: left;
    --quick-find-input-padding: 0.85rem 1.25rem;
    --quick-find-input-border: 1px solid var(--line-strong);
    --quick-find-input-background: var(--stone);
}

.seal-search[b-2ei0uyw9l4]  .archive-quick-find {
    width: 100%;
}

.seal-search[b-2ei0uyw9l4]  .archive-quick-find input {
    border-radius: 999px;
}

:global(html[data-theme="dark"]) .seal-watermark[b-2ei0uyw9l4] {
    opacity: 0.065;
}

@media (max-width: 760px) {
    .foyer-identity-seal[b-2ei0uyw9l4] {
        min-height: 0;
        padding-block: 2.5rem 2rem;
    }

    .seal-watermark[b-2ei0uyw9l4] {
        width: min(82vw, 19rem);
    }

    .seal-content[b-2ei0uyw9l4] {
        gap: 1.2rem;
    }

    .seal-content h1[b-2ei0uyw9l4] {
        font-size: clamp(2.8rem, 13.2vw, 4.6rem);
        line-height: 0.9;
    }

    .seal-position[b-2ei0uyw9l4] {
        max-width: 33ch;
        font-size: 0.94rem;
    }
}

@media (max-width: 360px) {
    .foyer-identity-seal[b-2ei0uyw9l4] {
        padding-block: 2.1rem 1.75rem;
    }

    .seal-content h1[b-2ei0uyw9l4] {
        font-size: 2.7rem;
    }

}

@media (min-width: 761px) and (max-height: 500px) and (orientation: landscape) {
    .foyer-identity-seal[b-2ei0uyw9l4] {
        min-height: 0;
        padding-block: 0.75rem;
    }

    .seal-watermark[b-2ei0uyw9l4] {
        width: 10rem;
    }

    .seal-content[b-2ei0uyw9l4] {
        gap: 0.5rem;
    }

    .seal-content h1[b-2ei0uyw9l4] {
        font-size: 2rem;
        line-height: 0.82;
    }

    .seal-position[b-2ei0uyw9l4] {
        font-size: 0.85rem;
        line-height: 1.25;
    }

}
/* /Components/Vault/FoyerMarkFrieze.razor.rz.scp.css */
.foyer-mark-frieze[b-rsxpnok5vh] {
    --frieze-mark-gap: clamp(0.375rem, 0.65vw, 0.75rem);
    --frieze-mark-size: clamp(7.5rem, 12vw, 11rem);
    --frieze-artifact-width: clamp(5.25rem, 7.5vw, 6.75rem);
    --frieze-artifact-height: clamp(6.6rem, 10.56vw, 9.68rem);
    color: var(--ink);
    background: var(--stone-soft);
}

.frieze-stage[b-rsxpnok5vh] {
    display: grid;
    min-height: clamp(9.25rem, 17vw, 15.5rem);
    padding-block: clamp(1.25rem, 2.5vw, 2.25rem);
    align-items: center;
    contain: layout paint;
}

.frieze-viewport[b-rsxpnok5vh] {
    --frieze-edge-fade: clamp(3rem, 5vw, 5rem);
    width: 100%;
    padding-inline: max(1.5rem, calc((100vw - var(--page-max)) / 2));
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        #000 var(--frieze-edge-fade),
        #000 calc(100% - var(--frieze-edge-fade)),
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 var(--frieze-edge-fade),
        #000 calc(100% - var(--frieze-edge-fade)),
        transparent
    );
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    scrollbar-color: var(--line-strong) transparent;
    scrollbar-width: thin;
}

.frieze-rail[b-rsxpnok5vh],
.frieze-set[b-rsxpnok5vh] {
    display: flex;
    width: max-content;
}

.frieze-rail[b-rsxpnok5vh] {
    gap: var(--frieze-mark-gap);
    transform: translate3d(0, 0, 0);
}

.frieze-set[b-rsxpnok5vh] {
    align-items: center;
    gap: var(--frieze-mark-gap);
}

.frieze-copy[b-rsxpnok5vh] {
    visibility: hidden;
    pointer-events: none;
}

.foyer-mark-frieze[data-frieze-static="true"] .frieze-copy[b-rsxpnok5vh] {
    display: none;
}

.foyer-mark-frieze[data-frieze-ready="true"]:not([data-frieze-static="true"])
    .frieze-rail[b-rsxpnok5vh] {
    animation: foyer-mark-procession-b-rsxpnok5vh var(--frieze-duration) linear infinite;
    will-change: transform;
}

.foyer-mark-frieze[data-frieze-ready="true"]:not([data-frieze-static="true"])
    .frieze-copy[b-rsxpnok5vh] {
    visibility: visible;
}

.foyer-mark-frieze[data-frieze-ready="true"][data-page-hidden="true"]
    .frieze-rail[b-rsxpnok5vh],
.foyer-mark-frieze[data-frieze-ready="true"][data-pointer-active="true"]
    .frieze-rail[b-rsxpnok5vh],
.frieze-stage:focus-within .frieze-rail[b-rsxpnok5vh] {
    animation-play-state: paused;
}

@keyframes foyer-mark-procession-b-rsxpnok5vh {
    to {
        transform: translate3d(var(--frieze-distance), 0, 0);
    }
}

.frieze-mark-link[b-rsxpnok5vh],
.frieze-mark-slot[b-rsxpnok5vh] {
    --mark-scale: var(--foyer-mark-scale, 1);
    --mark-y: var(--foyer-mark-offset, 0%);
    display: grid;
    width: var(--frieze-mark-size);
    min-width: 44px;
    min-height: 44px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    place-items: center;
    color: inherit;
}

.frieze-mark-link[b-rsxpnok5vh] {
    text-decoration: none;
}

.frieze-championship-link[b-rsxpnok5vh],
.frieze-championship-slot[b-rsxpnok5vh] {
    --artifact-scale: var(--foyer-artifact-scale, 1);
    --artifact-y: var(--foyer-artifact-offset, 0%);
    display: grid;
    width: var(--frieze-artifact-width);
    height: var(--frieze-mark-size);
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: inherit;
}

.frieze-championship-link[b-rsxpnok5vh] {
    text-decoration: none;
}

[data-frieze-item-unavailable="true"][b-rsxpnok5vh] {
    visibility: hidden;
    pointer-events: none;
}

.frieze-mark-link[data-mark-unavailable="true"][b-rsxpnok5vh],
.frieze-mark-slot[data-mark-unavailable="true"][b-rsxpnok5vh] {
    visibility: hidden;
    pointer-events: none;
}

.frieze-mark-link:focus-visible[b-rsxpnok5vh] {
    outline: 2px solid var(--forest);
    outline-offset: 2px;
}

.frieze-championship-link:focus-visible[b-rsxpnok5vh] {
    outline: 2px solid var(--forest);
    outline-offset: 2px;
}

.frieze-mark-link[data-mark-crop-to-frame="true"][b-rsxpnok5vh],
.frieze-mark-slot[data-mark-crop-to-frame="true"][b-rsxpnok5vh] {
    overflow: hidden;
}

.frieze-mark-link img[b-rsxpnok5vh],
.frieze-mark-slot img[b-rsxpnok5vh],
.frieze-championship-link img[b-rsxpnok5vh],
.frieze-championship-slot img[b-rsxpnok5vh] {
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    opacity: 0;
    transition: opacity 200ms var(--ease-out);
    transform: translateY(var(--mark-y)) scale(var(--mark-scale));
    transform-origin: center;
}

.frieze-mark-link img[b-rsxpnok5vh],
.frieze-mark-slot img[b-rsxpnok5vh] {
    height: var(--frieze-mark-size);
}

.frieze-championship-link img[b-rsxpnok5vh],
.frieze-championship-slot img[b-rsxpnok5vh] {
    width: 100%;
    height: var(--frieze-artifact-height);
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: translateY(var(--artifact-y)) scale(var(--artifact-scale));
}

.frieze-mark-link[data-mark-ready="true"] img[b-rsxpnok5vh],
.frieze-mark-slot[data-mark-ready="true"] img[b-rsxpnok5vh],
[data-frieze-item-ready="true"] img[b-rsxpnok5vh] {
    opacity: 1;
}

@media (max-width: 760px) {
    .foyer-mark-frieze[b-rsxpnok5vh] {
        --frieze-mark-size: clamp(7.25rem, 38vw, 9.25rem);
        --frieze-artifact-width: clamp(4.75rem, 25vw, 6rem);
        --frieze-artifact-height: clamp(6.38rem, 33.44vw, 8.14rem);
    }

    .frieze-stage[b-rsxpnok5vh] {
        padding-block: 1rem;
    }

    .frieze-viewport[b-rsxpnok5vh] {
        --frieze-edge-fade: 3rem;
        padding-inline: 1rem;
    }

    .frieze-stage[b-rsxpnok5vh] {
        min-height: clamp(9.25rem, 46vw, 11.25rem);
    }
}

@media (min-width: 761px) and (max-height: 500px) and (orientation: landscape) {
    .frieze-stage[b-rsxpnok5vh] {
        min-height: 6rem;
        padding-block: 0.5rem;
    }

    .frieze-mark-link[b-rsxpnok5vh],
    .frieze-mark-slot[b-rsxpnok5vh] {
        --frieze-mark-size: 5rem;
    }

    .frieze-championship-link[b-rsxpnok5vh],
    .frieze-championship-slot[b-rsxpnok5vh] {
        width: 3.5rem;
        height: 5rem;
        --frieze-artifact-height: 4.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .frieze-copy[b-rsxpnok5vh] {
        display: none !important;
    }

    .frieze-rail[b-rsxpnok5vh] {
        animation: none !important;
        transform: none;
        will-change: auto;
    }

    .frieze-mark-link img[b-rsxpnok5vh],
    .frieze-mark-slot img[b-rsxpnok5vh],
    .frieze-championship-link img[b-rsxpnok5vh],
    .frieze-championship-slot img[b-rsxpnok5vh] {
        transition: none;
    }
}
/* /Components/Vault/JurisdictionGalleryHeader.razor.rz.scp.css */
.jurisdiction-gallery-header[b-sw02trlqdz] {
    padding-top: 1.5rem;
}

.directory-return[b-sw02trlqdz] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted-ink);
    font-size: 0.82rem;
    text-decoration: none;
}

.directory-return:hover[b-sw02trlqdz] {
    color: var(--ink);
}

.jurisdiction-hero[b-sw02trlqdz] {
    display: grid;
    min-height: clamp(13rem, 20vw, 18rem);
    padding-block: 2rem;
    border-bottom: 1px solid var(--line-strong);
    align-content: end;
}

.jurisdiction-hero p[b-sw02trlqdz] {
    margin: 0 0 0.8rem;
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jurisdiction-hero h2[b-sw02trlqdz] {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
    font-weight: 620;
    letter-spacing: -0.07em;
    line-height: 0.88;
}

.jurisdiction-hero > span[b-sw02trlqdz] {
    margin-top: 1rem;
    color: var(--muted-ink);
    font-size: 0.84rem;
}

.jurisdiction-adjacency[b-sw02trlqdz] {
    display: grid;
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adjacent-place[b-sw02trlqdz] {
    display: flex;
    min-height: 4.5rem;
    padding: 0.75rem 1rem;
    justify-content: center;
    flex-direction: column;
    gap: 0.15rem;
    color: var(--ink);
    text-decoration: none;
}

.adjacent-place + .adjacent-place[b-sw02trlqdz] {
    border-left: 1px solid var(--line-strong);
}

a.adjacent-place:hover[b-sw02trlqdz] {
    background: var(--stone-soft);
}

.adjacent-place small[b-sw02trlqdz] {
    color: var(--muted-ink);
    font-size: 0.64rem;
}

.adjacent-place strong[b-sw02trlqdz] {
    font-size: 0.88rem;
    font-weight: 610;
}

.adjacent-place.is-next[b-sw02trlqdz] {
    align-items: flex-end;
    text-align: right;
}

.adjacent-place.is-unavailable[b-sw02trlqdz] {
    color: var(--muted-ink);
}

@media (max-width: 699px) {
    .jurisdiction-hero[b-sw02trlqdz] {
        min-height: 12rem;
    }

    .jurisdiction-hero h2[b-sw02trlqdz] {
        font-size: clamp(3.1rem, 15vw, 4.75rem);
    }
}
/* /Components/Vault/LetterDirectory.razor.rz.scp.css */
.letter-directory[b-b51sa7h3yl] {
    padding-block: clamp(3.25rem, 6vw, 6rem) clamp(5rem, 9vw, 9rem);
}

.letter-directory header[b-b51sa7h3yl] {
    display: grid;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.55fr);
    align-items: end;
    gap: 1rem 4rem;
}

.letter-directory header p[b-b51sa7h3yl] {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.letter-directory h2[b-b51sa7h3yl] {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.letter-directory header > span[b-b51sa7h3yl] {
    color: var(--muted-ink);
    font-size: 0.9rem;
    line-height: 1.55;
}

.letter-grid[b-b51sa7h3yl] {
    display: grid;
    border-top: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.letter-grid li[b-b51sa7h3yl] {
    min-width: 0;
}

.letter-placard[b-b51sa7h3yl] {
    display: flex;
    min-height: clamp(7.5rem, 11vw, 11rem);
    padding: 0.9rem;
    border: 0;
    border-right: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    align-items: flex-end;
    justify-content: space-between;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

.letter-placard:hover:not(.is-empty)[b-b51sa7h3yl],
.letter-placard:focus-visible:not(.is-empty)[b-b51sa7h3yl] {
    background: var(--forest);
    color: var(--stone-raised);
}

.letter-placard.is-empty[b-b51sa7h3yl] {
    color: color-mix(in srgb, var(--muted-ink) 52%, transparent);
    cursor: default;
}

.letter-grid strong[b-b51sa7h3yl] {
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    font-weight: 560;
    letter-spacing: -0.065em;
    line-height: 0.8;
}

.letter-grid li:first-child strong[b-b51sa7h3yl] {
    font-size: clamp(1.65rem, 3.4vw, 3.5rem);
    letter-spacing: -0.05em;
}

.letter-grid span[b-b51sa7h3yl] {
    font-size: 0.7rem;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 700px) {
    .letter-directory[b-b51sa7h3yl] {
        padding-block: 2.25rem clamp(5rem, 9vw, 9rem);
    }

    .letter-directory header[b-b51sa7h3yl] {
        margin-bottom: 2rem;
    }

    .letter-directory h2[b-b51sa7h3yl] {
        font-size: clamp(2.75rem, 4vw, 4rem);
    }
}

@media (max-width: 900px) {
    .letter-grid[b-b51sa7h3yl] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .letter-directory[b-b51sa7h3yl] {
        padding-block: 2.75rem 5rem;
    }

    .letter-directory header[b-b51sa7h3yl] {
        display: block;
        margin-bottom: 2rem;
    }

    .letter-directory header p[b-b51sa7h3yl] {
        margin-bottom: 0.75rem;
    }

    .letter-directory h2[b-b51sa7h3yl] {
        font-size: 2.7rem;
    }

    .letter-directory header > span[b-b51sa7h3yl] {
        display: block;
        margin-top: 1rem;
    }

    .letter-grid[b-b51sa7h3yl] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .letter-placard[b-b51sa7h3yl] {
        min-height: 6.6rem;
        padding: 0.7rem;
    }

    .letter-grid strong[b-b51sa7h3yl] {
        font-size: 2.8rem;
    }
}
/* /Components/Vault/LetterGalleryHeader.razor.rz.scp.css */
.letter-gallery-header[b-60oqfi9w4w] {
    margin-bottom: 1.5rem;
}

.gallery-return[b-60oqfi9w4w] {
    display: inline-flex;
    min-height: 2.75rem;
    margin-bottom: 0.75rem;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted-ink);
    font-size: 0.78rem;
    text-decoration: none;
}

.letter-heading[b-60oqfi9w4w] {
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.letter-heading p[b-60oqfi9w4w] {
    margin: 0 0 0.75rem;
    color: var(--muted-ink);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.letter-heading h2[b-60oqfi9w4w] {
    margin: 0;
    font-size: clamp(2.75rem, 4vw, 4rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.letter-heading > span[b-60oqfi9w4w] {
    margin-bottom: 0.2rem;
    color: var(--muted-ink);
    font-size: 0.76rem;
}

.letter-adjacency[b-60oqfi9w4w] {
    display: grid;
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adjacent-letter[b-60oqfi9w4w] {
    display: flex;
    min-height: 4.25rem;
    padding: 0.65rem 0.8rem;
    justify-content: center;
    flex-direction: column;
    gap: 0.12rem;
    color: var(--ink);
    text-decoration: none;
}

.adjacent-letter + .adjacent-letter[b-60oqfi9w4w] {
    border-left: 1px solid var(--line);
}

a.adjacent-letter:hover[b-60oqfi9w4w] {
    background: var(--stone-soft);
}

.adjacent-letter small[b-60oqfi9w4w] {
    color: var(--muted-ink);
    font-size: 0.64rem;
}

.adjacent-letter strong[b-60oqfi9w4w] {
    font-size: 0.86rem;
}

.adjacent-letter.is-next[b-60oqfi9w4w] {
    align-items: flex-end;
    text-align: right;
}

.adjacent-letter.is-unavailable[b-60oqfi9w4w] {
    color: var(--muted-ink);
}

@media (max-width: 699px) {
    .letter-heading[b-60oqfi9w4w] {
        display: block;
    }

    .letter-heading > span[b-60oqfi9w4w] {
        display: block;
        margin-top: 0.75rem;
    }
}
/* /Components/Vault/LogoGrid.razor.rz.scp.css */
.logo-grid[b-1u7hksg7qx] {
    display: grid;
    grid-template-columns:
        repeat(auto-fill, minmax(min(100%, 9.25rem), 1fr));
    gap: 0.6rem;
}

.tier-transition[b-1u7hksg7qx] {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 0.55rem;
    margin-block: 0.35rem 0;
    color: var(--muted);
    font-size: 0.65rem;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
}

.tier-transition[b-1u7hksg7qx]::after {
    height: 1px;
    background: var(--border);
    content: "";
    flex: 1;
}

@media (max-width: 760px) {
    .logo-grid[b-1u7hksg7qx] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
    }
}

@media (max-width: 699px) {
    .logo-grid[b-1u7hksg7qx] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(0.25rem, 1.5vw, 0.5rem);
    }
}
/* /Components/Vault/LogoTile.razor.rz.scp.css */
.logo-tile[b-gt02xaort7] {
    min-width: 0;
    contain: layout paint style;
    content-visibility: auto;
    contain-intrinsic-size: auto 12rem;
}

.logo-trigger[b-gt02xaort7] {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.logo-trigger:focus-visible[b-gt02xaort7] {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.logo-mat[b-gt02xaort7] {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 2px;
    transition:
        background-color 220ms var(--ease-out),
        border-color 160ms var(--ease-out);
    place-items: center;
}

.logo-mat.mat-pending[b-gt02xaort7],
.logo-mat.mat-cream[b-gt02xaort7] {
    background: var(--mat-cream);
}

.logo-mat.mat-charcoal[b-gt02xaort7] {
    background: var(--mat-charcoal);
}

.logo-mark[b-gt02xaort7] {
    position: absolute;
    display: block;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
    transition: opacity 180ms var(--ease-out);
}

.mat-pending .logo-mark[b-gt02xaort7] {
    opacity: 0;
}

.mat-cream .logo-mark[b-gt02xaort7],
.mat-charcoal .logo-mark[b-gt02xaort7] {
    opacity: 1;
}

.logo-fallback[b-gt02xaort7],
.tile-overlay[b-gt02xaort7] {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
}

.logo-fallback[b-gt02xaort7] {
    display: none;
    inset: 1rem;
    justify-content: center;
    color: var(--foreground);
    font-size: 0.72rem;
    line-height: 1.35;
}

.logo-fallback strong[b-gt02xaort7] {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.1;
}

.tile-overlay[b-gt02xaort7] {
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 0.58rem 0.65rem;
    color: #f3f0e8;
    background: rgb(23 33 28 / 90%);
    font-size: 0.62rem;
    letter-spacing: 0.035em;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 140ms var(--ease-out),
        visibility 140ms var(--ease-out);
}

.tile-overlay strong[b-gt02xaort7] {
    font-family: var(--font-display);
    font-size: 0.88rem;
    letter-spacing: -0.01em;
}

.logo-trigger:hover .logo-mat[b-gt02xaort7],
.logo-trigger:focus-visible .logo-mat[b-gt02xaort7] {
    border-color: var(--border-strong);
}

.logo-trigger:hover .tile-overlay[b-gt02xaort7],
.logo-trigger:focus-visible .tile-overlay[b-gt02xaort7] {
    opacity: 1;
    visibility: visible;
}

.logo-failed .logo-mark[b-gt02xaort7],
.logo-failed .tile-overlay[b-gt02xaort7] {
    display: none;
}

.logo-failed .logo-fallback[b-gt02xaort7] {
    display: flex;
}

@media (max-width: 699px) {
    .logo-tile[b-gt02xaort7] {
        content-visibility: visible;
        contain-intrinsic-size: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-mat[b-gt02xaort7],
    .logo-mark[b-gt02xaort7],
    .tile-overlay[b-gt02xaort7] {
        transition: none;
    }

}
/* /Components/Vault/MuseumFoyer.razor.rz.scp.css */
.museum-foyer[b-cws7ntdfz1] {
    background: var(--stone);
}

.foyer-hero-system[b-cws7ntdfz1] {
    margin-block: 0;
    overflow: clip;
    border-bottom: 1px solid var(--line-strong);
    background: var(--surface);
}

.foyer-recovery[b-cws7ntdfz1] {
    display: flex;
    min-height: 5.5rem;
    padding-block: 0.75rem;
    border-bottom: 1px solid var(--line-strong);
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.foyer-recovery > p[b-cws7ntdfz1],
.foyer-recovery div > p[b-cws7ntdfz1],
.foyer-recovery h2[b-cws7ntdfz1] {
    margin: 0;
}

.foyer-recovery > p[b-cws7ntdfz1],
.foyer-recovery div > p[b-cws7ntdfz1] {
    color: var(--muted-ink);
    font-size: 0.78rem;
    line-height: 1.45;
}

.foyer-recovery h2[b-cws7ntdfz1] {
    margin-block: 0.2rem;
    color: var(--ink);
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
    font-weight: 580;
    letter-spacing: -0.025em;
}

.foyer-recovery .state-code[b-cws7ntdfz1] {
    color: var(--muted-ink);
    font-size: 0.7rem;
    font-weight: 620;
}

.foyer-recovery button[b-cws7ntdfz1] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--forest);
    background: transparent;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 580;
    text-decoration: underline;
    text-underline-offset: 0.22em;
    cursor: pointer;
}

.archive-shelf[b-cws7ntdfz1] {
    display: grid;
    margin-block: clamp(2rem, 4vw, 4rem) 0;
    padding-block: clamp(2rem, 4vw, 4rem);
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(14rem, 4fr) minmax(0, 8fr);
    align-items: start;
    gap: clamp(2.5rem, 6vw, 7rem);
}

.archive-shelf-heading[b-cws7ntdfz1] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
}

.archive-connections header > p:first-child[b-cws7ntdfz1] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.76rem;
    font-weight: 620;
}

.archive-shelf h2[b-cws7ntdfz1] {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.5rem, 4.75vw, 5rem);
    font-weight: 540;
    letter-spacing: -0.06em;
    line-height: 0.93;
    text-wrap: balance;
}

.archive-shelf-heading p[b-cws7ntdfz1] {
    max-width: 28rem;
    margin: 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.55;
}

.archive-shelf nav[b-cws7ntdfz1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 2.5vw, 3rem);
}

.archive-shelf nav a[b-cws7ntdfz1] {
    display: grid;
    min-height: 8rem;
    padding-block: 1.15rem;
    border-top: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 1fr auto;
    gap: 0.5rem 1rem;
    color: inherit;
    text-decoration: none;
}

.archive-shelf nav a:hover .shelf-label[b-cws7ntdfz1],
.archive-shelf nav a:focus-visible .shelf-label[b-cws7ntdfz1] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.shelf-label[b-cws7ntdfz1] {
    grid-column: 1;
    color: var(--ink);
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 590;
    letter-spacing: -0.045em;
    line-height: 1;
}

.archive-shelf nav small[b-cws7ntdfz1] {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    color: var(--muted-ink);
    font-size: 0.78rem;
    line-height: 1.35;
}

.shelf-arrow[b-cws7ntdfz1] {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    color: var(--muted-ink);
    font-size: 1rem;
}

.featured-exhibition[b-cws7ntdfz1] {
    color: var(--stone-raised);
    background: var(--forest);
}

.featured-exhibition-frame[b-cws7ntdfz1] {
    display: grid;
    min-height: clamp(18rem, 31vw, 28rem);
    padding-block: clamp(2.25rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: clamp(2rem, 6vw, 7rem);
}

.featured-exhibition p[b-cws7ntdfz1],
.featured-exhibition h2[b-cws7ntdfz1] {
    margin: 0;
}

.featured-exhibition-frame > p[b-cws7ntdfz1] {
    color: currentColor;
    font-size: 0.76rem;
}

.featured-exhibition-frame > p:first-child[b-cws7ntdfz1] {
    grid-column: 1;
    grid-row: 1;
}

.featured-exhibition-frame > div[b-cws7ntdfz1] {
    grid-column: 1;
    grid-row: 2;
}

.featured-exhibition h2[b-cws7ntdfz1] {
    max-width: 15ch;
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.92;
    text-wrap: balance;
}

.featured-exhibition h2 + p[b-cws7ntdfz1] {
    max-width: 42rem;
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    color: currentColor;
    font-size: 1rem;
    line-height: 1.55;
}

.exhibition-holdings[b-cws7ntdfz1] {
    max-width: 22rem;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

.featured-exhibition a[b-cws7ntdfz1] {
    display: inline-flex;
    min-height: 44px;
    grid-column: 2;
    grid-row: 2;
    gap: 0.75rem;
    align-items: center;
    align-self: end;
    justify-self: end;
    color: inherit;
    text-underline-offset: 0.24em;
}

.featured-exhibition a:focus-visible[b-cws7ntdfz1] {
    outline: 2px solid var(--stone-raised);
    outline-offset: 3px;
}

.current-trail[b-cws7ntdfz1] {
    border-bottom: 1px solid var(--line-strong);
}

.current-trail[b-cws7ntdfz1]  .discovery-teaser {
    border-top: 0;
    grid-template-columns: minmax(3rem, 0.4fr) minmax(0, 1fr) auto;
}

.current-trail[b-cws7ntdfz1]  .teaser-copy h2 {
    font-size: clamp(1.55rem, 2.5vw, 2.4rem);
}

.archive-connections[b-cws7ntdfz1] {
    display: grid;
    padding-block: clamp(3.5rem, 7vw, 7rem);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 8rem);
}

.archive-connections header > p:first-child[b-cws7ntdfz1] {
    margin-bottom: clamp(1.25rem, 2vw, 2rem);
}

.archive-connections h2[b-cws7ntdfz1] {
    max-width: 9ch;
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.7rem, 5.5vw, 5.6rem);
    font-weight: 530;
    letter-spacing: -0.065em;
    line-height: 0.93;
    text-wrap: balance;
}

.connections-introduction[b-cws7ntdfz1] {
    max-width: 33rem;
    margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
    color: var(--muted-ink);
    font-size: 1rem;
    line-height: 1.55;
}

.connection-system[b-cws7ntdfz1] {
    position: relative;
    padding-bottom: 0.5rem;
}

.connection-system[b-cws7ntdfz1]::before {
    position: absolute;
    top: 5.75rem;
    bottom: 4.25rem;
    left: 50%;
    width: 1px;
    background: var(--line-strong);
    content: "";
}

.connection-anchor[b-cws7ntdfz1] {
    display: grid;
    position: relative;
    z-index: 1;
    width: min(100%, 24rem);
    min-height: 5.75rem;
    margin-inline: auto;
    padding: 1rem 1.25rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    color: var(--stone-raised);
    background: var(--forest);
    text-decoration: none;
}

.connection-anchor > span:first-child[b-cws7ntdfz1] {
    display: grid;
    gap: 0.15rem;
}

.connection-anchor strong[b-cws7ntdfz1] {
    font-size: 1.25rem;
    font-weight: 620;
}

.connection-anchor small[b-cws7ntdfz1] {
    color: currentColor;
    font-size: 0.76rem;
}

.connection-branches[b-cws7ntdfz1] {
    display: grid;
    position: relative;
    margin: 0;
    padding: 3.5rem 0 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(0.5rem, 1.5vw, 1.5rem);
    list-style: none;
}

.connection-branches[b-cws7ntdfz1]::before {
    position: absolute;
    top: 1.75rem;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: var(--line-strong);
    content: "";
}

.connection-branch[b-cws7ntdfz1] {
    display: flex;
    position: relative;
    min-height: 4.5rem;
    padding: 1rem 0.35rem;
    border-top: 1px solid var(--line);
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.connection-branch[b-cws7ntdfz1]::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1px;
    height: 1.75rem;
    background: var(--line-strong);
    content: "";
}

.connection-branch > span[b-cws7ntdfz1] {
    color: var(--ink);
    font-size: clamp(0.82rem, 1.2vw, 1rem);
    font-weight: 620;
    line-height: 1.2;
}

@media (max-width: 1039px) {
    .archive-connections[b-cws7ntdfz1] {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 900px) {
    .archive-shelf[b-cws7ntdfz1] {
        padding-block: clamp(1.5rem, 5vw, 2.5rem);
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }
}

@media (max-width: 760px) {
    .foyer-recovery[b-cws7ntdfz1] {
        padding-block: 1rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .archive-shelf[b-cws7ntdfz1] {
        margin-block: 1.5rem 0;
    }

    .archive-shelf-heading[b-cws7ntdfz1] {
        gap: 1rem;
    }

    .featured-exhibition-frame[b-cws7ntdfz1] {
        min-height: 0;
        padding-block: 2.75rem;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 1.5rem;
    }

    .featured-exhibition-frame > p:first-child[b-cws7ntdfz1],
    .featured-exhibition-frame > div[b-cws7ntdfz1],
    .exhibition-holdings[b-cws7ntdfz1],
    .featured-exhibition a[b-cws7ntdfz1] {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
        text-align: left;
    }

    .featured-exhibition h2[b-cws7ntdfz1] {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .current-trail[b-cws7ntdfz1]  .discovery-teaser {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

    .archive-connections[b-cws7ntdfz1] {
        padding-block: 3.5rem;
        grid-template-columns: minmax(0, 1fr);
        gap: 2.75rem;
    }
}

@media (max-width: 900px) {
    .archive-shelf nav a[b-cws7ntdfz1] {
        min-height: 7.75rem;
    }
}

@media (max-width: 420px) {
    .connection-branches[b-cws7ntdfz1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.75rem;
    }

    .connection-branches[b-cws7ntdfz1]::before,
    .connection-branches[b-cws7ntdfz1]::after {
        right: 25%;
        left: 25%;
    }

    .connection-branches[b-cws7ntdfz1]::after {
        position: absolute;
        top: 8rem;
        height: 1px;
        background: var(--line-strong);
        content: "";
    }
}

@media (max-width: 360px) {
    .archive-shelf nav[b-cws7ntdfz1] {
        column-gap: 1rem;
    }

    .archive-shelf nav a[b-cws7ntdfz1] {
        min-height: 8.25rem;
    }

    .archive-shelf nav small[b-cws7ntdfz1] {
        max-width: 12ch;
    }

    .connection-branch[b-cws7ntdfz1] {
        padding-inline: 0.35rem;
    }
}
/* /Components/Vault/ProgressiveLogoGrid.razor.rz.scp.css */
.progressive-grid-sentinel[b-ri5s2e78xp] {
    width: 100%;
    height: 1px;
    margin-top: clamp(2rem, 5vw, 4rem);
    pointer-events: none;
}
/* /Components/Vault/StateDirectory.razor.rz.scp.css */
.state-directory[b-pcpgq1txry] {
    padding-block: clamp(3.25rem, 6vw, 6rem) clamp(5rem, 9vw, 9rem);
}

.directory-heading[b-pcpgq1txry] {
    display: grid;
    margin-bottom: clamp(2.25rem, 4vw, 3.75rem);
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr);
    align-items: end;
    gap: 2rem 4rem;
}

.directory-heading p[b-pcpgq1txry] {
    margin: 0 0 0.8rem;
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.directory-heading h2[b-pcpgq1txry] {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 0.94;
}

.directory-heading > span[b-pcpgq1txry] {
    max-width: 29rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line-strong);
    color: var(--muted-ink);
    font-size: 0.9rem;
    line-height: 1.55;
}

.state-grid[b-pcpgq1txry] {
    display: grid;
    border-top: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.state-grid li[b-pcpgq1txry] {
    min-width: 0;
}

.state-placard[b-pcpgq1txry] {
    display: grid;
    min-width: 0;
    min-height: clamp(10.5rem, 14vw, 13.5rem);
    padding: clamp(0.9rem, 1.5vw, 1.4rem);
    border: 0;
    border-right: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: minmax(0, 0.8fr) minmax(5.5rem, 1.2fr);
    align-items: stretch;
    gap: 0.8rem;
    color: var(--ink);
    background: transparent;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.state-placard:hover:not(.is-empty)[b-pcpgq1txry],
.state-placard:focus-visible:not(.is-empty)[b-pcpgq1txry] {
    background: var(--stone-soft);
}

.state-placard.is-empty[b-pcpgq1txry] {
    color: color-mix(in srgb, var(--muted-ink) 58%, transparent);
    cursor: default;
}

.placard-figure[b-pcpgq1txry] {
    --state-contour-stroke: 1.25;

    display: grid;
    min-width: 0;
    min-height: 0;
    padding: 0.8rem 0.15rem;
    overflow: hidden;
    grid-column: 2;
    grid-row: 1;
    place-items: center;
    color: var(--forest);
}

.placard-figure[b-pcpgq1txry]  svg {
    width: 84%;
    height: 84%;
}

.state-placard.is-empty .placard-figure[b-pcpgq1txry] {
    color: color-mix(in srgb, var(--muted-ink) 44%, transparent);
}

.placard-copy[b-pcpgq1txry] {
    display: flex;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    flex-direction: column;
    gap: 0.28rem;
}

.placard-copy strong[b-pcpgq1txry] {
    font-size: clamp(0.94rem, 1.25vw, 1.12rem);
    font-weight: 620;
    letter-spacing: -0.022em;
    line-height: 1.08;
}

.placard-copy span[b-pcpgq1txry] {
    color: var(--muted-ink);
    font-size: 0.66rem;
    font-variant-numeric: tabular-nums;
}

.jurisdiction-annex[b-pcpgq1txry] {
    margin-top: 2.5rem;
    border-top: 1px solid var(--line-strong);
}

.jurisdiction-annex header[b-pcpgq1txry] {
    display: grid;
    padding-block: 1.4rem;
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
    align-items: baseline;
    gap: 2rem;
}

.jurisdiction-annex header p[b-pcpgq1txry] {
    margin: 0;
    color: var(--muted-ink);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jurisdiction-annex h3[b-pcpgq1txry] {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.jurisdiction-annex ul[b-pcpgq1txry] {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jurisdiction-annex li[b-pcpgq1txry] {
    border-bottom: 1px solid var(--line);
}

.jurisdiction-annex li:nth-child(even)[b-pcpgq1txry] {
    border-left: 1px solid var(--line);
}

.jurisdiction-annex a[b-pcpgq1txry] {
    display: grid;
    min-height: 4.75rem;
    padding: 0.75rem 1rem;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
    text-decoration: none;
}

.jurisdiction-annex a:hover[b-pcpgq1txry] {
    background: var(--stone-soft);
}

.jurisdiction-annex a > span[b-pcpgq1txry],
.jurisdiction-annex small[b-pcpgq1txry] {
    color: var(--muted-ink);
    font-size: 0.7rem;
}

.jurisdiction-annex strong[b-pcpgq1txry] {
    font-weight: 610;
}

@media (min-width: 700px) {
    .state-directory[b-pcpgq1txry] {
        padding-block: 2.25rem clamp(5rem, 9vw, 9rem);
    }

    .directory-heading[b-pcpgq1txry] {
        margin-bottom: 2rem;
    }

    .directory-heading h2[b-pcpgq1txry] {
        font-size: clamp(2.75rem, 4vw, 4rem);
    }
}

@media (max-width: 1050px) {
    .state-grid[b-pcpgq1txry] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 560px) and (max-width: 699px) {
    .state-directory[b-pcpgq1txry] {
        width: min(100% - 1rem, var(--page-max));
        padding-block: 2.75rem 5rem;
    }

    .state-placard[b-pcpgq1txry] {
        min-height: 8.4rem;
        padding: 0.7rem;
        grid-template-columns: minmax(0, 0.9fr) minmax(4.4rem, 1.1fr);
        gap: 0.4rem;
    }

    .placard-figure[b-pcpgq1txry] {
        padding: 0.55rem 0;
    }

    .placard-copy strong[b-pcpgq1txry] {
        font-size: 0.82rem;
    }
}

@media (max-width: 699px) {
    .directory-heading[b-pcpgq1txry] {
        display: block;
        margin-bottom: 2rem;
    }

    .directory-heading h2[b-pcpgq1txry] {
        font-size: 2.75rem;
    }

    .directory-heading > span[b-pcpgq1txry] {
        display: block;
        max-width: 30rem;
        margin-top: 1.25rem;
    }

    .jurisdiction-annex header[b-pcpgq1txry] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }
}

@media (max-width: 559px) {
    .state-directory[b-pcpgq1txry] {
        width: min(100% - 0.75rem, var(--page-max));
        padding-block: 2.75rem 5rem;
    }

    .directory-heading[b-pcpgq1txry] {
        width: calc(100% - 0.5rem);
        margin-inline: auto;
    }

    .state-grid[b-pcpgq1txry] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .state-placard[b-pcpgq1txry] {
        min-height: 0;
        padding: 0.65rem;
        aspect-ratio: 0.78;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 0;
    }

    .placard-figure[b-pcpgq1txry] {
        width: 100%;
        min-height: 0;
        padding: 0.8rem 0.55rem 1rem;
        grid-column: 1;
        grid-row: 1;
    }

    .placard-figure[b-pcpgq1txry]  svg {
        width: 82%;
        height: 82%;
    }

    .placard-copy[b-pcpgq1txry] {
        min-height: 3.75rem;
        padding-top: 0.65rem;
        border-top: 1px solid var(--line);
        grid-column: 1;
        grid-row: 2;
        align-self: stretch;
        justify-content: flex-start;
    }

    .placard-copy strong[b-pcpgq1txry] {
        font-size: clamp(0.8rem, 4.1vw, 0.98rem);
        line-height: 1.05;
    }

    .jurisdiction-annex ul[b-pcpgq1txry] {
        grid-template-columns: minmax(0, 1fr);
    }

    .jurisdiction-annex li:nth-child(even)[b-pcpgq1txry] {
        border-left: 0;
    }
}
/* /Components/Vault/StateGalleryHeader.razor.rz.scp.css */
.state-gallery-header[b-5fzk2ze1ev] {
    padding-top: clamp(2.25rem, 4vw, 4rem);
}

.directory-return[b-5fzk2ze1ev] {
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    align-items: center;
    gap: 0.55rem;
    color: var(--muted-ink);
    background: transparent;
    font-size: 0.82rem;
    cursor: pointer;
    text-decoration: none;
}

.directory-return:hover[b-5fzk2ze1ev] {
    color: var(--ink);
}

.state-hero[b-5fzk2ze1ev] {
    display: grid;
    min-height: clamp(20rem, 35vw, 31rem);
    padding-block: clamp(2.5rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
    align-items: end;
    gap: clamp(3rem, 9vw, 10rem);
}

.state-identity p[b-5fzk2ze1ev] {
    margin: 0 0 1rem;
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.state-identity h2[b-5fzk2ze1ev] {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(4rem, 8vw, 8rem);
    font-weight: 620;
    letter-spacing: -0.075em;
    line-height: 0.86;
    text-wrap: balance;
}

.state-identity > span[b-5fzk2ze1ev] {
    display: block;
    margin-top: 1.5rem;
    color: var(--muted-ink);
    font-size: 0.86rem;
    font-variant-numeric: tabular-nums;
}

.state-figure[b-5fzk2ze1ev] {
    --state-contour-stroke: 1.5;

    display: grid;
    width: 100%;
    height: clamp(12rem, 22vw, 21rem);
    padding: clamp(1rem, 2vw, 2rem);
    overflow: hidden;
    place-items: center;
    color: var(--forest);
}

.state-figure[b-5fzk2ze1ev]  svg {
    width: 86%;
    height: 86%;
}

.state-adjacency[b-5fzk2ze1ev] {
    display: grid;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adjacent-state[b-5fzk2ze1ev] {
    display: flex;
    min-width: 0;
    min-height: 5rem;
    padding: 0.8rem 1rem;
    border: 0;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.15rem;
    color: var(--ink);
    background: transparent;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}

.adjacent-state:hover[b-5fzk2ze1ev],
.adjacent-state:focus-visible[b-5fzk2ze1ev] {
    background: var(--stone-soft);
}

.adjacent-state + .adjacent-state[b-5fzk2ze1ev] {
    border-left: 1px solid var(--line-strong);
}

.adjacent-state small[b-5fzk2ze1ev] {
    color: var(--muted-ink);
    font-size: 0.64rem;
}

.adjacent-state strong[b-5fzk2ze1ev] {
    max-width: 100%;
    font-size: 0.92rem;
    font-weight: 610;
}

.adjacent-state.is-next[b-5fzk2ze1ev] {
    align-items: flex-end;
    text-align: right;
}

.adjacent-state.is-unavailable[b-5fzk2ze1ev] {
    color: var(--muted-ink);
}

.adjacent-state.is-unavailable strong[b-5fzk2ze1ev] {
    font-weight: 470;
}

@media (min-width: 700px) {
    .state-gallery-header[b-5fzk2ze1ev] {
        padding-top: 1.5rem;
    }

    .state-hero[b-5fzk2ze1ev] {
        min-height: clamp(14rem, 18vw, 16rem);
        padding-block: 1.5rem;
        gap: clamp(2rem, 6vw, 7rem);
    }

    .state-identity h2[b-5fzk2ze1ev] {
        font-size: clamp(3.5rem, 6vw, 6rem);
        line-height: 0.88;
    }

    .state-identity > span[b-5fzk2ze1ev] {
        margin-top: 1rem;
    }

    .state-figure[b-5fzk2ze1ev] {
        height: clamp(10rem, 16vw, 14rem);
        padding: 1rem;
    }

    .adjacent-state[b-5fzk2ze1ev] {
        min-height: 4.5rem;
    }
}

@media (max-width: 699px) {
    .state-gallery-header[b-5fzk2ze1ev] {
        padding-top: 1.5rem;
    }

    .state-hero[b-5fzk2ze1ev] {
        min-height: 0;
        padding-block: 1.5rem 2.25rem;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }

    .state-identity[b-5fzk2ze1ev] {
        display: flex;
        flex-direction: column;
    }

    .state-identity h2[b-5fzk2ze1ev] {
        max-width: 9ch;
        font-size: clamp(3.35rem, 16vw, 5rem);
        line-height: 0.88;
    }

    .state-identity > span[b-5fzk2ze1ev] {
        margin-top: 1rem;
    }

    .state-figure[b-5fzk2ze1ev] {
        height: clamp(10rem, 42vw, 14rem);
        padding: 0.4rem 1rem;
    }

    .state-figure[b-5fzk2ze1ev]  svg {
        width: 82%;
        height: 82%;
    }

    .adjacent-state[b-5fzk2ze1ev] {
        min-height: 4.75rem;
        padding-inline: 0.75rem;
    }

    .adjacent-state strong[b-5fzk2ze1ev] {
        font-size: 0.8rem;
        line-height: 1.15;
    }
}

@media (max-width: 350px) {
    .adjacent-state strong[b-5fzk2ze1ev] {
        font-size: 0.73rem;
    }
}
/* /Components/Vault/StateSilhouette.razor.rz.scp.css */
svg[b-67k0gbxco1] {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
    color: inherit;
}

path[b-67k0gbxco1] {
    fill: none;
    stroke: currentColor;
    stroke-width: var(--state-contour-stroke, 1.25);
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
/* /Components/Vault/VaultFilterPanel.razor.rz.scp.css */
.filter-panel[b-qtzlhrnvqc] {
    display: grid;
    align-content: start;
    gap: 1.35rem;
}

.filter-panel fieldset[b-qtzlhrnvqc] {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 0.2rem;
}

.filter-panel legend[b-qtzlhrnvqc],
.filter-panel label > span[b-qtzlhrnvqc] {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--muted-foreground);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.filter-option[b-qtzlhrnvqc] {
    display: flex;
    width: 100%;
    min-height: 2.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid transparent;
    border-radius: var(--radius-xs);
    color: var(--muted-foreground);
    background: transparent;
    font: inherit;
    font-size: 0.76rem;
    text-align: left;
    cursor: pointer;
    transition:
        color 160ms var(--ease-out),
        border-color 160ms var(--ease-out),
        background-color 160ms var(--ease-out);
}

.filter-option span:last-child[b-qtzlhrnvqc] {
    font-variant-numeric: tabular-nums;
}

.filter-option:hover[b-qtzlhrnvqc] {
    color: var(--foreground);
    background: color-mix(in oklch, var(--surface) 65%, transparent);
}

.filter-option.is-active[b-qtzlhrnvqc] {
    border-color: var(--border-strong);
    color: var(--foreground);
    background: var(--surface);
    box-shadow: inset 2px 0 var(--accent);
    font-weight: 750;
}

.filter-option:focus-visible[b-qtzlhrnvqc],
.filter-panel select:focus-visible[b-qtzlhrnvqc] {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.filter-panel label[b-qtzlhrnvqc] {
    display: block;
}

.filter-panel select[b-qtzlhrnvqc] {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.5rem 2rem 0.5rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-xs);
    color: var(--foreground);
    background: var(--surface);
    font: inherit;
    font-size: 0.76rem;
}

@media (prefers-reduced-motion: reduce) {
    .filter-option[b-qtzlhrnvqc] {
        transition: none;
    }
}
/* /Components/Vault/VaultIndex.razor.rz.scp.css */
.vault-index[b-fodz3ut5h5] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.vault-index table[b-fodz3ut5h5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.76rem;
}

.vault-index th[b-fodz3ut5h5],
.vault-index td[b-fodz3ut5h5] {
    padding: 0.58rem 0.7rem;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: middle;
}

.vault-index thead th[b-fodz3ut5h5] {
    color: var(--muted-foreground);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vault-index tbody th[b-fodz3ut5h5] {
    min-width: 12rem;
    color: var(--foreground);
    font-weight: 750;
}

.vault-index tbody td[b-fodz3ut5h5] {
    color: var(--muted-foreground);
}

.vault-index a[b-fodz3ut5h5] {
    color: var(--foreground);
    text-underline-offset: 0.18em;
    text-decoration-color: color-mix(in oklch, var(--accent) 35%, transparent);
}

.vault-index a:hover[b-fodz3ut5h5] {
    color: var(--accent);
    text-decoration-color: currentcolor;
}

.vault-index a:focus-visible[b-fodz3ut5h5] {
    border-radius: 2px;
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.index-mark[b-fodz3ut5h5] {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 2px;
}

.index-mark.mat-pending[b-fodz3ut5h5],
.index-mark.mat-cream[b-fodz3ut5h5] {
    background: var(--mat-cream);
}

.index-mark.mat-charcoal[b-fodz3ut5h5] {
    background: var(--mat-charcoal);
}

.index-mark img[b-fodz3ut5h5] {
    position: absolute;
    display: block;
    top: var(--logo-top, 4%);
    left: var(--logo-left, 4%);
    width: var(--logo-size, 92%);
    height: var(--logo-size, 92%);
    max-width: none;
    object-fit: contain;
    opacity: 1;
    transition: opacity 160ms var(--ease-out);
}

.index-mark.mat-pending img[b-fodz3ut5h5] {
    opacity: 0;
}

@media (max-width: 767px) {
    .vault-index[b-fodz3ut5h5] {
        overflow-x: visible;
        overflow-y: visible;
    }

    .vault-index table[b-fodz3ut5h5],
    .vault-index tbody[b-fodz3ut5h5],
    .vault-index tr[b-fodz3ut5h5] {
        display: block;
        width: 100%;
    }

    .vault-index thead[b-fodz3ut5h5] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .vault-index tr[b-fodz3ut5h5] {
        padding-block: 0.55rem;
        border-bottom: 1px solid var(--border);
    }

    .vault-index th[b-fodz3ut5h5],
    .vault-index td[b-fodz3ut5h5] {
        display: grid;
        min-width: 0;
        padding: 0.35rem 0;
        border: 0;
        grid-template-columns: 5.6rem minmax(0, 1fr);
        align-items: center;
        gap: 0.75rem;
    }

    .vault-index th[b-fodz3ut5h5]::before,
    .vault-index td[b-fodz3ut5h5]::before {
        color: var(--muted-foreground);
        content: attr(data-label);
        font-size: 0.58rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .vault-index a[b-fodz3ut5h5] {
        display: inline-flex;
        min-height: 2.75rem;
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-mark img[b-fodz3ut5h5] {
        transition: none;
    }
}
/* /Components/Vault/VaultToolbar.razor.rz.scp.css */
.vault-toolbar[b-nrdkthae08] {
    position: sticky;
    z-index: 30;
    top: 4.1875rem;
    border-block: 1px solid var(--border);
    background: color-mix(in oklch, var(--background) 92%, transparent);
    backdrop-filter: blur(4px);
}

.toolbar-frame[b-nrdkthae08] {
    display: grid;
    min-height: 4.1rem;
    padding-block: 0.58rem;
    grid-template-columns: minmax(17rem, 1fr) auto auto;
    align-items: center;
    gap: 0.7rem;
}

[b-nrdkthae08] .toolbar-search {
    min-width: 0;
}

.mobile-filters[b-nrdkthae08] {
    display: none;
}

.toolbar-result[b-nrdkthae08] {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    color: var(--muted-foreground);
    font-size: 0.72rem;
    white-space: nowrap;
}

.toolbar-result strong[b-nrdkthae08] {
    color: var(--foreground);
    font-variant-numeric: tabular-nums;
}

[b-nrdkthae08] .toolbar-result .vault-button {
    padding-inline: 0.7rem;
}

@media (max-width: 900px) {
    .toolbar-frame[b-nrdkthae08] {
        grid-template-columns: minmax(13rem, 1fr) auto auto auto;
    }

    .mobile-filters[b-nrdkthae08] {
        position: relative;
        display: block;
    }

    .mobile-filters summary[b-nrdkthae08] {
        display: flex;
        min-height: 2.75rem;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.55rem 0.75rem;
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        color: var(--foreground);
        background: var(--surface);
        font-size: 0.72rem;
        font-weight: 750;
        list-style: none;
        cursor: pointer;
    }

    .mobile-filters summary[b-nrdkthae08]::-webkit-details-marker {
        display: none;
    }

    .mobile-filters summary span[b-nrdkthae08] {
        display: grid;
        min-width: 1.2rem;
        height: 1.2rem;
        padding-inline: 0.25rem;
        border-radius: 999px;
        color: var(--accent-foreground);
        background: var(--accent);
        font-size: 0.6rem;
        font-variant-numeric: tabular-nums;
        place-items: center;
    }

    .mobile-filters summary:focus-visible[b-nrdkthae08] {
        outline: 2px solid var(--accent);
        outline-offset: 2px;
    }

    .mobile-filters[open][b-nrdkthae08]::before {
        position: fixed;
        z-index: -1;
        inset: 0;
        background: rgb(23 33 28 / 14%);
        content: "";
    }

    [b-nrdkthae08] .mobile-filters .filter-panel {
        position: absolute;
        z-index: 2;
        top: calc(100% + 0.5rem);
        right: 0;
        width: min(18rem, calc(100vw - 2rem));
        max-height: min(32rem, calc(100vh - 8rem));
        padding: 1rem;
        overflow-y: auto;
        border: 1px solid var(--border-strong);
        border-radius: var(--radius-md);
        background: var(--surface);
        box-shadow: 0 12px 28px rgb(23 33 28 / 13%);
    }
}

@media (max-width: 720px) {
    .toolbar-frame[b-nrdkthae08] {
        grid-template-columns: 1fr auto auto;
    }

    [b-nrdkthae08] .toolbar-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 540px) {
    .vault-toolbar[b-nrdkthae08] {
        top: 4.1875rem;
    }

    .toolbar-frame[b-nrdkthae08] {
        grid-template-columns: 1fr 1fr;
    }

    .toolbar-result[b-nrdkthae08] {
        grid-column: 1 / -1;
        min-height: 2.2rem;
        justify-content: space-between;
    }

    [b-nrdkthae08] .mobile-filters .filter-panel {
        right: auto;
        left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-filters summary[b-nrdkthae08] {
        scroll-behavior: auto;
    }
}
/* /Components/Vault/VaultViewToggle.razor.rz.scp.css */
.view-toggle[b-uz8ntpy0hn] {
    display: inline-grid;
    padding: 0.18rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--subtle);
    grid-template-columns: repeat(2, minmax(3.35rem, 1fr));
}

.view-toggle button[b-uz8ntpy0hn] {
    min-height: 2.75rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid transparent;
    border-radius: var(--radius-xs);
    color: var(--muted-foreground);
    background: transparent;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 750;
    cursor: pointer;
    transition:
        color 160ms var(--ease-out),
        border-color 160ms var(--ease-out),
        background-color 160ms var(--ease-out);
}

.view-toggle button[aria-pressed="true"][b-uz8ntpy0hn] {
    border-color: var(--border);
    color: var(--foreground);
    background: var(--surface);
    box-shadow: inset 0 -2px var(--accent);
}

.view-toggle button:focus-visible[b-uz8ntpy0hn] {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

@media (max-width: 540px) {
    .view-toggle[b-uz8ntpy0hn] {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    .view-toggle button[b-uz8ntpy0hn] {
        transition: none;
    }
}
