/* stylelint-disable */
/*
  Static CSS snapshot for isolated-pages/index.html.
  Generated from the live Vite home route so the isolated home renders like the Vite version
  without shipping the Vite JavaScript bundle. Visible content remains in index.html.
*/

@media (min-width: 40em) {
    :root {
        --standalone-reflow-marker: 1;
    }
}

/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
    :root,
    :host {
        --font-sans: var(--font-sans);
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: 0.25rem;
        --text-xs: var(--text-xs);
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: var(--text-sm);
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: var(--text-lg);
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: var(--text-xl);
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: var(--text-2xl);
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: var(--text-3xl);
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: var(--text-4xl);
        --text-4xl--line-height: calc(2.5 / 2.25);
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --tracking-tight: -0.025em;
        --tracking-wider: 0.05em;
        --leading-tight: 1.25;
        --leading-relaxed: 1.625;
        --radius-sm: var(--radius-sm);
        --radius-md: var(--radius-md);
        --radius-lg: var(--radius-lg);
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-ink: var(--color-ink);
        --color-navy: var(--color-navy);
        --color-navy-deep: var(--color-navy-deep);
        --color-link: var(--color-link);
        --color-link-strong: var(--color-link-strong);
        --color-gold: var(--color-gold);
        --color-gold-ink: var(--color-gold-ink);
        --color-warm: var(--color-warm);
        --color-slate-soft: var(--color-slate-soft);
        --color-border: var(--color-border);
        --color-danger: var(--color-danger);
        --color-success: var(--color-success);
        --color-surface: var(--color-surface);
        --color-on-dark: var(--color-on-dark);
        --text-md: var(--text-md);
        --radius-pill: var(--radius-pill);
    }
}
@layer base {
    *,
    ::after,
    ::before,
    ::backdrop,
    ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }
    html,
    :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    samp,
    pre {
        font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            "Liberation Mono",
            "Courier New",
            monospace
        );
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol,
    ul,
    menu {
        list-style: none;
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
        vertical-align: middle;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea,
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;
            @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field,
    ::-webkit-datetime-edit-second-field,
    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button,
    input:where([type="button"], [type="reset"], [type="submit"]),
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .\!invisible {
        visibility: hidden !important;
    }
    .collapse {
        visibility: collapse;
    }
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
    }
    .not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip-path: none;
        white-space: normal;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .sticky {
        position: sticky;
    }
    .isolate {
        isolation: isolate;
    }
    .isolation-auto {
        isolation: auto;
    }
    .col-span-2 {
        grid-column: span 2 / span 2;
    }
    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }
    .m-0 {
        margin: calc(var(--spacing) * 0);
    }
    .mt-1 {
        margin-top: calc(var(--spacing) * 1);
    }
    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }
    .mt-16 {
        margin-top: calc(var(--spacing) * 16);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .ml-auto {
        margin-left: auto;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .flow-root {
        display: flow-root;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .inline-grid {
        display: inline-grid;
    }
    .inline-table {
        display: inline-table;
    }
    .list-item {
        display: list-item;
    }
    .table {
        display: table;
    }
    .table-caption {
        display: table-caption;
    }
    .table-cell {
        display: table-cell;
    }
    .table-column {
        display: table-column;
    }
    .table-column-group {
        display: table-column-group;
    }
    .table-footer-group {
        display: table-footer-group;
    }
    .table-header-group {
        display: table-header-group;
    }
    .table-row {
        display: table-row;
    }
    .table-row-group {
        display: table-row-group;
    }
    .size-4 {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
    }
    .h-11 {
        height: calc(var(--spacing) * 11);
    }
    .h-full {
        height: 100%;
    }
    .max-h-\[380px\] {
        max-height: 380px;
    }
    .min-h-10 {
        min-height: calc(var(--spacing) * 10);
    }
    .min-h-\[44px\] {
        min-height: 44px;
    }
    .w-auto {
        width: auto;
    }
    .w-full {
        width: 100%;
    }
    .max-w-\[68ch\] {
        max-width: 68ch;
    }
    .max-w-\[72ch\] {
        max-width: 72ch;
    }
    .max-w-full {
        max-width: 100%;
    }
    .min-w-0 {
        min-width: calc(var(--spacing) * 0);
    }
    .flex-1 {
        flex: 1;
    }
    .shrink {
        flex-shrink: 1;
    }
    .shrink-0 {
        flex-shrink: 0;
    }
    .grow {
        flex-grow: 1;
    }
    .border-collapse {
        border-collapse: collapse;
    }
    .translate-none {
        translate: none;
    }
    .scale-3d {
        scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .touch-pinch-zoom {
        --tw-pinch-zoom: pinch-zoom;
        touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
    }
    .resize {
        resize: both;
    }
    .list-decimal {
        list-style-type: decimal;
    }
    .list-disc {
        list-style-type: disc;
    }
    .list-none {
        list-style-type: none;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-\[auto_minmax\(0\,1fr\)\] {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .grid-cols-\[minmax\(0\,1fr\)_auto\] {
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .items-center {
        align-items: center;
    }
    .justify-center {
        justify-content: center;
    }
    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }
    .gap-1\.5 {
        gap: calc(var(--spacing) * 1.5);
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .space-y-1 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-2 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-3 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-5 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-reverse {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 1;
        }
    }
    .gap-x-3 {
        column-gap: calc(var(--spacing) * 3);
    }
    .gap-x-5 {
        column-gap: calc(var(--spacing) * 5);
    }
    .space-x-reverse {
        :where(& > :not(:last-child)) {
            --tw-space-x-reverse: 1;
        }
    }
    .gap-y-2 {
        row-gap: calc(var(--spacing) * 2);
    }
    .divide-x {
        :where(& > :not(:last-child)) {
            --tw-divide-x-reverse: 0;
            border-inline-style: var(--tw-border-style);
            border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
            border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
        }
    }
    .divide-y {
        :where(& > :not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style: var(--tw-border-style);
            border-top-style: var(--tw-border-style);
            border-top-width: calc(1px * var(--tw-divide-y-reverse));
            border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        }
    }
    .divide-y-reverse {
        :where(& > :not(:last-child)) {
            --tw-divide-y-reverse: 1;
        }
    }
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-\(--radius-lg\) {
        border-radius: var(--radius-lg);
    }
    .rounded-\(--radius-md\) {
        border-radius: var(--radius-md);
    }
    .rounded-\(--radius-pill\) {
        border-radius: var(--radius-pill);
    }
    .rounded-\(--radius-sm\) {
        border-radius: var(--radius-sm);
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .rounded-s {
        border-start-start-radius: 0.25rem;
        border-end-start-radius: 0.25rem;
    }
    .rounded-ss {
        border-start-start-radius: 0.25rem;
    }
    .rounded-e {
        border-start-end-radius: 0.25rem;
        border-end-end-radius: 0.25rem;
    }
    .rounded-se {
        border-start-end-radius: 0.25rem;
    }
    .rounded-ee {
        border-end-end-radius: 0.25rem;
    }
    .rounded-es {
        border-end-start-radius: 0.25rem;
    }
    .rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-x {
        border-inline-style: var(--tw-border-style);
        border-inline-width: 1px;
    }
    .border-y {
        border-block-style: var(--tw-border-style);
        border-block-width: 1px;
    }
    .border-s {
        border-inline-start-style: var(--tw-border-style);
        border-inline-start-width: 1px;
    }
    .border-e {
        border-inline-end-style: var(--tw-border-style);
        border-inline-end-width: 1px;
    }
    .border-bs {
        border-block-start-style: var(--tw-border-style);
        border-block-start-width: 1px;
    }
    .border-be {
        border-block-end-style: var(--tw-border-style);
        border-block-end-width: 1px;
    }
    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
    }
    .border-r {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
    }
    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-l {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
    }
    .border-l-4 {
        border-left-style: var(--tw-border-style);
        border-left-width: 4px;
    }
    .border-\(--color-border\) {
        border-color: var(--color-border);
    }
    .border-\(--color-gold\) {
        border-color: var(--color-gold);
    }
    .border-\(--color-gold-ink\) {
        border-color: var(--color-gold-ink);
    }
    .border-\(--color-navy\) {
        border-color: var(--color-navy);
    }
    .border-\(--color-navy-deep\) {
        border-color: var(--color-navy-deep);
    }
    .border-\(--color-on-dark\)\/20 {
        border-color: var(--color-on-dark);
        @supports (color: color-mix(in lab, red, red)) {
            border-color: color-mix(in oklab, var(--color-on-dark) 20%, transparent);
        }
    }
    .border-transparent {
        border-color: transparent;
    }
    .bg-\(--color-gold\) {
        background-color: var(--color-gold);
    }
    .bg-\(--color-navy\) {
        background-color: var(--color-navy);
    }
    .bg-\(--color-navy-deep\) {
        background-color: var(--color-navy-deep);
    }
    .bg-\(--color-slate-soft\) {
        background-color: var(--color-slate-soft);
    }
    .bg-\(--color-surface\) {
        background-color: var(--color-surface);
    }
    .bg-\(--color-warm\) {
        background-color: var(--color-warm);
    }
    .bg-repeat {
        background-repeat: repeat;
    }
    .mask-no-clip {
        mask-clip: no-clip;
    }
    .mask-repeat {
        mask-repeat: repeat;
    }
    .object-cover {
        object-fit: cover;
    }
    .p-0 {
        padding: calc(var(--spacing) * 0);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }
    .py-1 {
        padding-block: calc(var(--spacing) * 1);
    }
    .py-1\.5 {
        padding-block: calc(var(--spacing) * 1.5);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }
    .pt-2 {
        padding-top: calc(var(--spacing) * 2);
    }
    .pt-4 {
        padding-top: calc(var(--spacing) * 4);
    }
    .pt-6 {
        padding-top: calc(var(--spacing) * 6);
    }
    .pr-2 {
        padding-right: calc(var(--spacing) * 2);
    }
    .pl-4 {
        padding-left: calc(var(--spacing) * 4);
    }
    .pl-5 {
        padding-left: calc(var(--spacing) * 5);
    }
    .pl-6 {
        padding-left: calc(var(--spacing) * 6);
    }
    .text-center {
        text-align: center;
    }
    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .leading-none {
        --tw-leading: 1;
        line-height: 1;
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
    }
    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }
    .tracking-tight {
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight);
    }
    .tracking-wider {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider);
    }
    .text-wrap {
        text-wrap: wrap;
    }
    .text-clip {
        text-overflow: clip;
    }
    .text-ellipsis {
        text-overflow: ellipsis;
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .text-\(--color-gold-ink\) {
        color: var(--color-gold-ink);
    }
    .text-\(--color-ink\) {
        color: var(--color-ink);
    }
    .text-\(--color-navy\) {
        color: var(--color-navy);
    }
    .text-\(--color-on-dark\) {
        color: var(--color-on-dark);
    }
    .text-\(--color-on-dark\)\/85 {
        color: var(--color-on-dark);
        @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-on-dark) 85%, transparent);
        }
    }
    .text-\(--color-on-dark\)\/90 {
        color: var(--color-on-dark);
        @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-on-dark) 90%, transparent);
        }
    }
    .capitalize {
        text-transform: capitalize;
    }
    .lowercase {
        text-transform: lowercase;
    }
    .normal-case {
        text-transform: none;
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .not-italic {
        font-style: normal;
    }
    .diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .lining-nums {
        --tw-numeric-figure: lining-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .ordinal {
        --tw-ordinal: ordinal;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .proportional-nums {
        --tw-numeric-spacing: proportional-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .slashed-zero {
        --tw-slashed-zero: slashed-zero;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .tabular-nums {
        --tw-numeric-spacing: tabular-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,)
            var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .normal-nums {
        font-variant-numeric: normal;
    }
    .line-through {
        text-decoration-line: line-through;
    }
    .no-underline {
        text-decoration-line: none;
    }
    .overline {
        text-decoration-line: overline;
    }
    .underline {
        text-decoration-line: underline;
    }
    .decoration-\(--color-gold\) {
        text-decoration-color: var(--color-gold);
    }
    .decoration-transparent {
        text-decoration-color: transparent;
    }
    .decoration-2 {
        text-decoration-thickness: 2px;
    }
    .underline-offset-4 {
        text-underline-offset: 4px;
    }
    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .opacity-90 {
        opacity: 90%;
    }
    .shadow {
        --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-lg {
        --tw-shadow:
            0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-sm {
        --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .ring {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width))
            var(--tw-ring-color, currentcolor);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .inset-ring {
        --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .drop-shadow {
        --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)))
            drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
        --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .backdrop-blur {
        --tw-backdrop-blur: blur(8px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-invert {
        --tw-backdrop-invert: invert(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
            var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,)
            var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .transition {
        transition-property:
            color,
            background-color,
            border-color,
            outline-color,
            text-decoration-color,
            fill,
            stroke,
            --tw-gradient-from,
            --tw-gradient-via,
            --tw-gradient-to,
            opacity,
            box-shadow,
            transform,
            translate,
            scale,
            rotate,
            filter,
            -webkit-backdrop-filter,
            backdrop-filter,
            display,
            content-visibility,
            overlay,
            pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-colors {
        transition-property:
            color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
            --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .duration-150 {
        --tw-duration: 150ms;
        transition-duration: 150ms;
    }
    .divide-x-reverse {
        :where(& > :not(:last-child)) {
            --tw-divide-x-reverse: 1;
        }
    }
    .ring-inset {
        --tw-ring-inset: inset;
    }
    .marker\:font-bold {
        & *::marker {
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
        }
        &::marker {
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
        }
        & *::-webkit-details-marker {
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
        }
        &::-webkit-details-marker {
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
        }
    }
    .marker\:text-\(--color-navy\) {
        & *::marker {
            color: var(--color-navy);
        }
        &::marker {
            color: var(--color-navy);
        }
        & *::-webkit-details-marker {
            color: var(--color-navy);
        }
        &::-webkit-details-marker {
            color: var(--color-navy);
        }
    }
    .hover\:border-\(--color-link-strong\) {
        &:hover {
            @media (hover: hover) {
                border-color: var(--color-link-strong);
            }
        }
    }
    .hover\:bg-\(--color-gold-ink\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-gold-ink);
            }
        }
    }
    .hover\:bg-\(--color-link-strong\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-link-strong);
            }
        }
    }
    .hover\:bg-\(--color-navy\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-navy);
            }
        }
    }
    .hover\:bg-\(--color-navy-deep\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-navy-deep);
            }
        }
    }
    .hover\:bg-\(--color-slate-soft\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-slate-soft);
            }
        }
    }
    .hover\:bg-\(--color-warm\) {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-warm);
            }
        }
    }
    .hover\:text-\(--color-link-strong\) {
        &:hover {
            @media (hover: hover) {
                color: var(--color-link-strong);
            }
        }
    }
    .hover\:text-\(--color-on-dark\) {
        &:hover {
            @media (hover: hover) {
                color: var(--color-on-dark);
            }
        }
    }
    .hover\:decoration-\(--color-gold\) {
        &:hover {
            @media (hover: hover) {
                text-decoration-color: var(--color-gold);
            }
        }
    }
    .hover\:decoration-\(--color-on-dark\) {
        &:hover {
            @media (hover: hover) {
                text-decoration-color: var(--color-on-dark);
            }
        }
    }
    .hover\:decoration-2 {
        &:hover {
            @media (hover: hover) {
                text-decoration-thickness: 2px;
            }
        }
    }
    .focus-visible\:outline-3 {
        &:focus-visible {
            outline-style: var(--tw-outline-style);
            outline-width: 3px;
        }
    }
    .focus-visible\:outline-offset-3 {
        &:focus-visible {
            outline-offset: 3px;
        }
    }
    .disabled\:cursor-not-allowed {
        &:disabled {
            cursor: not-allowed;
        }
    }
    .disabled\:opacity-60 {
        &:disabled {
            opacity: 60%;
        }
    }
    .sm\:h-12 {
        @media (width >= 40rem) {
            height: calc(var(--spacing) * 12);
        }
    }
    .sm\:w-auto {
        @media (width >= 40rem) {
            width: auto;
        }
    }
    .sm\:grid-cols-3 {
        @media (width >= 40rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .md\:grid-cols-3 {
        @media (width >= 48rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .md\:grid-cols-\[0\.9fr_1\.1fr\] {
        @media (width >= 48rem) {
            grid-template-columns: 0.9fr 1.1fr;
        }
    }
    .md\:grid-cols-\[1\.05fr_0\.95fr\] {
        @media (width >= 48rem) {
            grid-template-columns: 1.05fr 0.95fr;
        }
    }
    .md\:grid-cols-\[1fr_1\.5fr\] {
        @media (width >= 48rem) {
            grid-template-columns: 1fr 1.5fr;
        }
    }
    .md\:items-center {
        @media (width >= 48rem) {
            align-items: center;
        }
    }
    .md\:items-end {
        @media (width >= 48rem) {
            align-items: flex-end;
        }
    }
    .md\:gap-10 {
        @media (width >= 48rem) {
            gap: calc(var(--spacing) * 10);
        }
    }
    .md\:p-8 {
        @media (width >= 48rem) {
            padding: calc(var(--spacing) * 8);
        }
    }
    .md\:py-16 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 16);
        }
    }
    .md\:text-3xl {
        @media (width >= 48rem) {
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height));
        }
    }
    .md\:text-4xl {
        @media (width >= 48rem) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }
    .lg\:col-span-1 {
        @media (width >= 64rem) {
            grid-column: span 1 / span 1;
        }
    }
    .lg\:ml-0 {
        @media (width >= 64rem) {
            margin-left: calc(var(--spacing) * 0);
        }
    }
    .lg\:block {
        @media (width >= 64rem) {
            display: block;
        }
    }
    .lg\:flex {
        @media (width >= 64rem) {
            display: flex;
        }
    }
    .lg\:hidden {
        @media (width >= 64rem) {
            display: none;
        }
    }
    .lg\:min-h-9 {
        @media (width >= 64rem) {
            min-height: calc(var(--spacing) * 9);
        }
    }
    .lg\:w-\[11\.5rem\] {
        @media (width >= 64rem) {
            width: 11.5rem;
        }
    }
    .lg\:w-auto {
        @media (width >= 64rem) {
            width: auto;
        }
    }
    .lg\:min-w-0 {
        @media (width >= 64rem) {
            min-width: calc(var(--spacing) * 0);
        }
    }
    .lg\:grid-cols-\[auto_minmax\(0\,1fr\)_auto\] {
        @media (width >= 64rem) {
            grid-template-columns: auto minmax(0, 1fr) auto;
        }
    }
    .lg\:flex-nowrap {
        @media (width >= 64rem) {
            flex-wrap: nowrap;
        }
    }
    .lg\:flex-wrap {
        @media (width >= 64rem) {
            flex-wrap: wrap;
        }
    }
    .lg\:items-center {
        @media (width >= 64rem) {
            align-items: center;
        }
    }
    .lg\:justify-center {
        @media (width >= 64rem) {
            justify-content: center;
        }
    }
    .lg\:gap-1\.5 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 1.5);
        }
    }
    .lg\:gap-x-1 {
        @media (width >= 64rem) {
            column-gap: calc(var(--spacing) * 1);
        }
    }
    .lg\:gap-x-3 {
        @media (width >= 64rem) {
            column-gap: calc(var(--spacing) * 3);
        }
    }
    .lg\:gap-y-1 {
        @media (width >= 64rem) {
            row-gap: calc(var(--spacing) * 1);
        }
    }
    .lg\:px-1\.5 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 1.5);
        }
    }
    .xl\:w-\[12\.5rem\] {
        @media (width >= 80rem) {
            width: 12.5rem;
        }
    }
    .\32 xl\:hidden {
        @media (width >= 96rem) {
            display: none;
        }
    }
    .\32 xl\:inline {
        @media (width >= 96rem) {
            display: inline;
        }
    }
    .\32 xl\:w-\[20rem\] {
        @media (width >= 96rem) {
            width: 20rem;
        }
    }
}
:root {
    color-scheme: light;
    --color-ink: #101828;
    --color-navy: #102050;
    --color-navy-deep: #0a1530;
    --color-link: #005fcc;
    --color-link-strong: #004a99;
    --color-gold: #d4a017;
    --color-gold-ink: #5c3b00;
    --color-warm: #f7f3ea;
    --color-slate-soft: #eef2f7;
    --color-border: #ccd6e5;
    --color-danger: #8a1f11;
    --color-success: #1f6b3a;
    --color-surface: #ffffff;
    --color-on-dark: #ffffff;
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --text-xs: 0.8125rem;
    --text-sm: 0.9375rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.375rem;
    --text-2xl: 1.75rem;
    --text-3xl: 2.25rem;
    --text-4xl: 3rem;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-24: 6rem;
    --wrapper-max: 1180px;
    --measure: 68ch;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 1.25rem;
    --radius-pill: 999px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-size: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: var(--color-ink);
    background: var(--color-surface);
    font-family: var(--font-sans);
    font-size: var(--text-md);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img,
picture,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: var(--color-link);
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.18em;
}
a:hover {
    color: var(--color-link-strong);
}
.site-app-header a {
    color: var(--color-navy);
}
.site-app-header a:hover {
    color: var(--color-link-strong);
}
.site-app-header .wrapper {
    max-width: min(1260px, calc(100% - 1rem));
}
.site-app-header img {
    width: auto;
    height: 2.75rem;
}
@media (min-width: 40rem) {
    .site-app-header img {
        height: 3rem;
    }
}
.site-app-header a[aria-current="page"],
.site-app-header a[aria-current="page"]:hover,
.site-app-header .site-app-member:hover {
    color: var(--color-on-dark);
}
.site-app-footer a,
.site-app-footer a:hover {
    color: var(--color-on-dark);
}
.button-link.button-primary,
.button-link.button-primary:hover {
    color: var(--color-on-dark);
}
.button-link.button-secondary,
.button-link.button-secondary:hover {
    color: var(--color-navy);
}
.button-link.button-gold {
    color: var(--color-navy);
}
.button-link.button-gold:hover {
    color: var(--color-on-dark);
}
:focus-visible {
    outline: 3px solid var(--color-link);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--color-surface);
    border-radius: var(--radius-sm);
}
.surface-dark :focus-visible {
    outline: 3px solid var(--color-on-dark);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--color-gold);
}
:target {
    scroll-margin-top: 6rem;
}
.skip-link {
    position: absolute;
    top: -4rem;
    left: 0.75rem;
    z-index: 1000;
    border-radius: var(--radius-sm);
    background: var(--color-navy-deep);
    color: var(--color-on-dark);
    padding: 0.75rem 1rem;
    font-weight: 700;
    text-decoration: none;
}
.skip-link:focus,
.skip-link:focus-visible {
    top: 0.75rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.wrapper {
    max-width: var(--wrapper-max);
    margin-inline: auto;
    padding-inline: var(--space-6);
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@media (forced-colors: active) {
    :focus-visible {
        outline-color: Highlight;
    }
}
@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}
@property --tw-pan-x {
    syntax: "*";
    inherits: false;
}
@property --tw-pan-y {
    syntax: "*";
    inherits: false;
}
@property --tw-pinch-zoom {
    syntax: "*";
    inherits: false;
}
@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-divide-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-tracking {
    syntax: "*";
    inherits: false;
}
@property --tw-ordinal {
    syntax: "*";
    inherits: false;
}
@property --tw-slashed-zero {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-figure {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-spacing {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-fraction {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
        ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
        *,
        ::before,
        ::after,
        ::backdrop {
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-pan-x: initial;
            --tw-pan-y: initial;
            --tw-pinch-zoom: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-divide-x-reverse: 0;
            --tw-border-style: solid;
            --tw-divide-y-reverse: 0;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-ordinal: initial;
            --tw-slashed-zero: initial;
            --tw-numeric-figure: initial;
            --tw-numeric-spacing: initial;
            --tw-numeric-fraction: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-duration: initial;
        }
    }
}
