/* /Components/ExampleStatusCard.razor.rz.scp.css */
.example-card[b-t6b3y4xk18] {
    overflow: hidden;
    background: var(--ss-bg);
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow:
        0 1px 1px rgba(15, 23, 42, 0.02),
        0 4px 12px rgba(15, 23, 42, 0.04),
        0 16px 40px rgba(15, 23, 42, 0.06);
}

.example-card__header[b-t6b3y4xk18] {
    padding: 1.375rem 1.375rem 1rem;
}

.example-card__label[b-t6b3y4xk18] {
    margin: 0 0 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    color: var(--ss-primary);
}

.example-card__title[b-t6b3y4xk18] {
    margin: 0 0 0.375rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: var(--ss-navy);
}

.example-card__meta[b-t6b3y4xk18] {
    margin: 0;
    font-size: 0.75rem;
    color: var(--ss-navy-subtle);
}

.example-card__note[b-t6b3y4xk18] {
    margin: 0 1.125rem 0.25rem;
    padding: 0.875rem 1rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: var(--ss-radius);
}

.example-card__note-label[b-t6b3y4xk18] {
    margin: 0 0 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ss-navy-subtle);
}

.example-card__note-text[b-t6b3y4xk18] {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.example-card__timeline[b-t6b3y4xk18] {
    list-style: none;
    margin: 0;
    padding: 1rem 1.375rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.example-card__item[b-t6b3y4xk18] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-bottom: 1rem;
}

.example-card__item:last-child[b-t6b3y4xk18] {
    padding-bottom: 0;
}

.example-card__item:not(:last-child)[b-t6b3y4xk18]::before {
    content: "";
    position: absolute;
    left: 0.4375rem;
    top: 1.125rem;
    bottom: 0;
    width: 2px;
    background: var(--ss-border);
}

.example-card__item--complete:not(:last-child)[b-t6b3y4xk18]::before {
    background: var(--ss-success-border);
}

.example-card__item--active:not(:last-child)[b-t6b3y4xk18]::before {
    background: linear-gradient(180deg, rgba(6, 182, 212, 0.45) 0%, var(--ss-border) 100%);
}

.example-card__marker[b-t6b3y4xk18] {
    flex-shrink: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 0.125rem;
    border-radius: 999px;
    border: 2px solid var(--ss-pending);
    background: var(--ss-bg);
    z-index: 1;
}

.example-card__content[b-t6b3y4xk18] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.example-card__badge[b-t6b3y4xk18] {
    display: inline-block;
    width: fit-content;
    padding: 0.1rem 0.45rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ss-primary);
    background: var(--ss-active-bg);
    border-radius: 999px;
}

.example-card__text[b-t6b3y4xk18] {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--ss-navy-muted);
}

.example-card__item--pending .example-card__marker[b-t6b3y4xk18] {
    border-style: dashed;
    background: var(--ss-pending-bg);
}

.example-card__item--pending .example-card__text[b-t6b3y4xk18] {
    color: var(--ss-pending);
}

.example-card__item--active[b-t6b3y4xk18] {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    padding: 0.625rem 0.375rem 1.125rem;
    border-radius: var(--ss-radius);
    background: var(--ss-active-bg);
}

.example-card__item--active .example-card__marker[b-t6b3y4xk18] {
    border-color: var(--ss-primary);
    background: var(--ss-primary);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.16);
}

.example-card__item--active .example-card__text[b-t6b3y4xk18] {
    font-weight: 600;
    color: var(--ss-navy);
}

.example-card__item--active:not(:last-child)[b-t6b3y4xk18]::before {
    left: calc(0.4375rem + 0.375rem);
}

.example-card__item--complete .example-card__marker[b-t6b3y4xk18] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--ss-success);
    background: var(--ss-success);
    line-height: 0;
}

.example-card__item--complete .example-card__marker[b-t6b3y4xk18]::after {
    content: "";
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.275rem;
    height: 0.475rem;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg) translate(-0.5px, -1px);
}

.example-card__footer[b-t6b3y4xk18] {
    padding: 0.8125rem 1.375rem;
    font-size: 0.75rem;
    text-align: center;
    color: var(--ss-navy-subtle);
    border-top: 1px solid var(--ss-border-subtle);
    background: rgba(248, 250, 252, 0.85);
}

@media (min-width: 960px) {
    .example-card__header[b-t6b3y4xk18] {
        padding: 1.625rem 1.625rem 1.125rem;
    }

    .example-card__note[b-t6b3y4xk18] {
        margin-left: 1.375rem;
        margin-right: 1.375rem;
        padding: 1rem 1.125rem;
    }

    .example-card__timeline[b-t6b3y4xk18] {
        padding: 1.25rem 1.625rem 1.375rem;
    }

    .example-card__title[b-t6b3y4xk18] {
        font-size: 1.25rem;
    }

    .example-card__note-text[b-t6b3y4xk18] {
        font-size: 0.875rem;
    }

    .example-card__text[b-t6b3y4xk18] {
        font-size: 0.875rem;
    }

    .example-card__footer[b-t6b3y4xk18] {
        padding: 0.875rem 1.625rem;
    }
}
/* /Components/HomeComparison.razor.rz.scp.css */
.comparison[b-sm5pduxu7o] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
    min-width: 0;
    align-items: center;
}

.comparison__card[b-sm5pduxu7o] {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1rem;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.03),
        0 8px 24px rgba(15, 23, 42, 0.05);
}

.comparison__badge[b-sm5pduxu7o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.comparison__badge--admin[b-sm5pduxu7o] {
    color: #6d28d9;
    background: #f5f3ff;
    border-bottom: 1px solid #ede9fe;
}

.comparison__badge--customer[b-sm5pduxu7o] {
    color: #047857;
    background: #ecfdf5;
    border-bottom: 1px solid #d1fae5;
}

.comparison__badge-note[b-sm5pduxu7o] {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    opacity: 0.85;
}

.comparison__body[b-sm5pduxu7o] {
    padding: 1rem 1.125rem 1.125rem;
}

.comparison__project[b-sm5pduxu7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}

.comparison__project-title[b-sm5pduxu7o] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
}

.comparison__project-title--customer[b-sm5pduxu7o] {
    margin-bottom: 0.25rem;
}

.comparison__edit-icon[b-sm5pduxu7o] {
    display: flex;
    color: var(--ss-navy-subtle);
    flex-shrink: 0;
}

.comparison__meta[b-sm5pduxu7o] {
    margin: 0 0 0.875rem;
    font-size: 0.75rem;
    color: var(--ss-navy-subtle);
}

.comparison__admin-list[b-sm5pduxu7o] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.comparison__admin-item[b-sm5pduxu7o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.5rem 0.625rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: 0.5rem;
    font-size: 0.8125rem;
}

.comparison__grip[b-sm5pduxu7o] {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #cbd5e1;
    line-height: 1;
}

.comparison__admin-text[b-sm5pduxu7o] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: var(--ss-navy);
}

.comparison__status[b-sm5pduxu7o] {
    flex-shrink: 0;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
}

.comparison__status--complete[b-sm5pduxu7o] {
    color: #15803d;
    background: #f0fdf4;
}

.comparison__status--active[b-sm5pduxu7o] {
    color: #0891b2;
    background: #ecfeff;
}

.comparison__status--pending[b-sm5pduxu7o] {
    color: var(--ss-navy-subtle);
    background: #f1f5f9;
}

.comparison__actions[b-sm5pduxu7o] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
    color: var(--ss-navy-subtle);
}

.comparison__action[b-sm5pduxu7o] {
    display: flex;
    padding: 0.125rem;
}

.comparison__action--delete[b-sm5pduxu7o] {
    color: #f87171;
}

.comparison__add[b-sm5pduxu7o] {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-secondary);
}

.comparison__flow[b-sm5pduxu7o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.25rem 0;
}

.comparison__flow-caption[b-sm5pduxu7o] {
    margin: 0;
    max-width: 14rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: var(--ss-navy-muted);
}

.comparison__connector[b-sm5pduxu7o] {
    display: flex;
    justify-content: center;
    color: #94a3b8;
    transform: rotate(90deg);
}

.comparison__timeline[b-sm5pduxu7o] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.comparison__timeline-item[b-sm5pduxu7o] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding-bottom: 0.875rem;
    font-size: 0.8125rem;
    color: var(--ss-navy-muted);
}

.comparison__timeline-item:last-child[b-sm5pduxu7o] {
    padding-bottom: 0;
}

.comparison__timeline-item:not(:last-child)[b-sm5pduxu7o]::before {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 1rem;
    bottom: 0;
    width: 2px;
    background: var(--ss-border);
}

.comparison__marker[b-sm5pduxu7o] {
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    border: 2px solid var(--ss-pending);
    background: #fff;
    z-index: 1;
}

.comparison__timeline-item--complete:not(:last-child)[b-sm5pduxu7o]::before {
    background: var(--ss-success-border);
}

.comparison__timeline-item--complete .comparison__marker[b-sm5pduxu7o] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--ss-success);
    background: var(--ss-success);
    line-height: 0;
}

.comparison__timeline-item--complete .comparison__marker[b-sm5pduxu7o]::after {
    content: "";
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.25rem;
    height: 0.42rem;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg) translate(-0.5px, -1px);
}

.comparison__timeline-item--active[b-sm5pduxu7o] {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0.375rem 0.875rem;
    border-radius: 0.5rem;
    background: var(--ss-active-bg);
}

.comparison__timeline-item--active .comparison__marker[b-sm5pduxu7o] {
    border-color: var(--ss-primary);
    background: var(--ss-primary);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.16);
}

.comparison__timeline-item--active span:last-child[b-sm5pduxu7o],
.comparison__active-content span:last-child[b-sm5pduxu7o] {
    font-weight: 600;
    color: var(--ss-navy);
}

.comparison__timeline-item--pending .comparison__marker[b-sm5pduxu7o] {
    border-style: dashed;
    background: var(--ss-pending-bg);
}

.comparison__timeline-item--pending[b-sm5pduxu7o] {
    color: var(--ss-pending);
}

.comparison__active-content[b-sm5pduxu7o] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.comparison__current-badge[b-sm5pduxu7o] {
    display: inline-block;
    width: fit-content;
    padding: 0.08rem 0.4rem;
    font-size: 0.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ss-primary);
    background: #fff;
    border-radius: 999px;
}

.comparison__footer[b-sm5pduxu7o] {
    margin-top: 0.875rem;
    padding-top: 0.75rem;
    font-size: 0.6875rem;
    text-align: center;
    color: var(--ss-navy-subtle);
    border-top: 1px solid var(--ss-border-subtle);
}

@media (min-width: 900px) {
    .comparison[b-sm5pduxu7o] {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 1.25rem;
    }

    .comparison__flow[b-sm5pduxu7o] {
        padding: 0 0.25rem;
    }

    .comparison__flow-caption[b-sm5pduxu7o] {
        max-width: 7.5rem;
        font-size: 0.75rem;
    }

    .comparison__connector[b-sm5pduxu7o] {
        transform: none;
    }

    .comparison__body[b-sm5pduxu7o] {
        padding: 1.125rem 1.25rem 1.25rem;
    }
}

@media (max-width: 479px) {
    .comparison__admin-item[b-sm5pduxu7o] {
        flex-wrap: wrap;
    }

    .comparison__status[b-sm5pduxu7o] {
        order: 3;
        margin-left: 1.25rem;
    }

    .comparison__actions[b-sm5pduxu7o] {
        margin-left: auto;
    }
}
/* /Components/HomeReadyLinks.razor.rz.scp.css */
.ready-links[b-ptoqco7wdl] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #bbf7d0;
    border-radius: 1rem;
    box-sizing: border-box;
}

.ready-links__banner[b-ptoqco7wdl] {
    text-align: center;
    margin-bottom: 1.125rem;
}

.ready-links__title[b-ptoqco7wdl] {
    margin: 0 0 0.375rem;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ss-navy);
}

.ready-links__lead[b-ptoqco7wdl] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
}

.ready-links__grid[b-ptoqco7wdl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.875rem;
}

.ready-links__item[b-ptoqco7wdl] {
    min-width: 0;
    padding: 0.875rem 1rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.ready-links__label[b-ptoqco7wdl] {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ss-navy-subtle);
}

.ready-links__url-row[b-ptoqco7wdl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.ready-links__url[b-ptoqco7wdl] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0;
    background: none;
}

.ready-links__item--customer .ready-links__url[b-ptoqco7wdl] {
    color: #15803d;
}

.ready-links__item--admin .ready-links__url[b-ptoqco7wdl] {
    color: #7c3aed;
}

.ready-links__copy[b-ptoqco7wdl] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: var(--ss-navy-subtle);
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border);
    border-radius: 0.5rem;
    cursor: default;
}

.ready-links__hint[b-ptoqco7wdl] {
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--ss-navy-subtle);
}

.ready-links__flow[b-ptoqco7wdl] {
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: center;
    color: var(--ss-navy-muted);
}

@media (min-width: 640px) {
    .ready-links[b-ptoqco7wdl] {
        padding: 1.5rem;
    }

    .ready-links__grid[b-ptoqco7wdl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .ready-links__url[b-ptoqco7wdl] {
        font-size: 0.8125rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tcs4o5f0ce] {
    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-tcs4o5f0ce] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u9zlvt3cra],
.components-reconnect-repeated-attempt-visible[b-u9zlvt3cra],
.components-reconnect-failed-visible[b-u9zlvt3cra],
.components-pause-visible[b-u9zlvt3cra],
.components-resume-failed-visible[b-u9zlvt3cra],
.components-rejoining-animation[b-u9zlvt3cra] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-retrying[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-failed[b-u9zlvt3cra],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u9zlvt3cra] {
    display: block;
}


#components-reconnect-modal[b-u9zlvt3cra] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u9zlvt3cra 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u9zlvt3cra 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u9zlvt3cra 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u9zlvt3cra]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u9zlvt3cra 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u9zlvt3cra {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u9zlvt3cra {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u9zlvt3cra {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u9zlvt3cra] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u9zlvt3cra] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u9zlvt3cra] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u9zlvt3cra] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u9zlvt3cra] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u9zlvt3cra] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u9zlvt3cra] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u9zlvt3cra 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u9zlvt3cra] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u9zlvt3cra {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/MarketingFooter.razor.rz.scp.css */
.marketing-footer[b-z8dfizno55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.marketing-footer__links[b-z8dfizno55] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
}

.marketing-footer__link[b-z8dfizno55],
.marketing-footer__contact[b-z8dfizno55] {
    font-size: 0.8125rem;
    color: var(--ss-navy-subtle);
    text-decoration: none;
}

.marketing-footer__link:hover[b-z8dfizno55],
.marketing-footer__contact:hover[b-z8dfizno55] {
    color: var(--ss-navy-muted);
}

.marketing-footer__copy[b-z8dfizno55] {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--ss-navy-subtle);
}
/* /Components/MarketingHeader.razor.rz.scp.css */
.marketing-header[b-eciq0ty49c] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.marketing-header--open[b-eciq0ty49c] {
    border-bottom-color: transparent;
}

.marketing-header__inner[b-eciq0ty49c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    min-width: 0;
    box-sizing: border-box;
}

.marketing-header__brand[b-eciq0ty49c] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.marketing-header__brand[b-eciq0ty49c]  .ss-brand {
    max-width: 100%;
}

.marketing-header__menu[b-eciq0ty49c] {
    display: flex;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.marketing-header__menu-btn[b-eciq0ty49c] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
    color: var(--ss-navy);
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.marketing-header__menu-btn:hover[b-eciq0ty49c] {
    background: #f1f5f9;
    border-color: rgba(148, 163, 184, 0.35);
}

.marketing-header__menu-btn-icon[b-eciq0ty49c],
.marketing-header__menu-btn-icon[b-eciq0ty49c]::before,
.marketing-header__menu-btn-icon[b-eciq0ty49c]::after {
    display: block;
    width: 1.125rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.marketing-header__menu-btn-icon[b-eciq0ty49c] {
    position: relative;
}

.marketing-header__menu-btn-icon[b-eciq0ty49c]::before,
.marketing-header__menu-btn-icon[b-eciq0ty49c]::after {
    content: "";
    position: absolute;
    left: 0;
}

.marketing-header__menu-btn-icon[b-eciq0ty49c]::before {
    top: -6px;
}

.marketing-header__menu-btn-icon[b-eciq0ty49c]::after {
    top: 6px;
}

.marketing-header--open .marketing-header__menu-btn-icon[b-eciq0ty49c] {
    background: transparent;
}

.marketing-header--open .marketing-header__menu-btn-icon[b-eciq0ty49c]::before {
    top: 0;
    transform: rotate(45deg);
}

.marketing-header--open .marketing-header__menu-btn-icon[b-eciq0ty49c]::after {
    top: 0;
    transform: rotate(-45deg);
}

.marketing-header__nav--desktop[b-eciq0ty49c] {
    display: none;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    min-width: 0;
}

.marketing-header__link[b-eciq0ty49c] {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ss-navy-muted);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: color 0.15s ease, background 0.15s ease;
}

.marketing-header__link:hover[b-eciq0ty49c] {
    color: var(--ss-navy);
    background: rgba(241, 245, 249, 0.8);
}

.marketing-header__link--active[b-eciq0ty49c] {
    color: var(--ss-navy);
    font-weight: 600;
}

.marketing-header__cta[b-eciq0ty49c] {
    padding: 0.5625rem 1rem;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
}

.marketing-header__mobile-nav[b-eciq0ty49c] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 40;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    width: 100%;
    padding: 0 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-sizing: border-box;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
}

.marketing-header__mobile-nav--open[b-eciq0ty49c] {
    max-height: 16rem;
    opacity: 1;
    padding: 0.625rem 1rem 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.marketing-header__mobile-nav:not(.marketing-header__mobile-nav--open)[b-eciq0ty49c] {
    pointer-events: none;
}

.marketing-header__mobile-link[b-eciq0ty49c] {
    display: block;
    padding: 0.75rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--ss-navy-muted);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: color 0.15s ease, background 0.15s ease;
}

.marketing-header__mobile-link:hover[b-eciq0ty49c],
.marketing-header__mobile-link--active[b-eciq0ty49c] {
    color: var(--ss-navy);
    background: rgba(241, 245, 249, 0.9);
}

.marketing-header__mobile-cta[b-eciq0ty49c] {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .marketing-header__inner[b-eciq0ty49c] {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 769px) {
    .marketing-header__menu[b-eciq0ty49c] {
        display: none;
    }

    .marketing-header__mobile-nav[b-eciq0ty49c] {
        display: none;
    }

    .marketing-header__brand[b-eciq0ty49c] {
        flex: 0 1 auto;
    }

    .marketing-header__nav--desktop[b-eciq0ty49c] {
        display: flex;
    }
}

@media (max-width: 768px) {
    .marketing-header__brand[b-eciq0ty49c]  .ss-brand--header {
        gap: 0.625rem;
    }

    .marketing-header__brand[b-eciq0ty49c]  .ss-brand--header .ss-brand__icon {
        height: 2rem;
    }

    .marketing-header__brand[b-eciq0ty49c]  .ss-brand--header .ss-brand__text {
        font-size: 1.0625rem;
    }
}

@media (max-width: 479px) {
    .marketing-header__inner[b-eciq0ty49c] {
        padding: 0.625rem 0.875rem;
        gap: 0.5rem;
    }

    .marketing-header__brand[b-eciq0ty49c]  .ss-brand--header .ss-brand__icon {
        height: 1.875rem;
    }

    .marketing-header__brand[b-eciq0ty49c]  .ss-brand--header .ss-brand__text {
        font-size: 1rem;
    }

    .marketing-header__menu-btn[b-eciq0ty49c] {
        width: 2.25rem;
        height: 2.25rem;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin[b-1eu31v97oi] {
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    box-sizing: border-box;
    background:
        radial-gradient(ellipse 90% 50% at 50% -10%, rgba(6, 182, 212, 0.07), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 45%, #f8fafc 100%);
}

.admin-loading[b-1eu31v97oi],
.admin-not-found[b-1eu31v97oi] {
    max-width: 28rem;
    margin: 4rem auto;
    text-align: center;
    padding: 0 1.25rem;
    color: var(--ss-navy-subtle);
}

.admin-not-found h1[b-1eu31v97oi] {
    margin: 1.25rem 0 0.75rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ss-navy);
}

.admin-not-found p[b-1eu31v97oi] {
    margin: 0 0 1.5rem;
    color: var(--ss-navy-muted);
    line-height: 1.6;
}

.admin-link-button[b-1eu31v97oi] {
    display: inline-flex;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--ss-primary) 0%, var(--ss-secondary) 100%);
    border: none;
    border-radius: var(--ss-radius);
    text-decoration: none;
}

/* Header */
.admin-header[b-1eu31v97oi] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
}

.admin-header__inner[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    min-width: 0;
    box-sizing: border-box;
}

.admin-header__brand[b-1eu31v97oi] {
    display: flex;
    min-width: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    font: inherit;
    text-align: left;
}

.admin-header__brand:hover[b-1eu31v97oi] {
    opacity: 0.92;
}

.admin-header__badge[b-1eu31v97oi] {
    flex-shrink: 0;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6d28d9;
    background: #f5f3ff;
    border-radius: 999px;
}

/* Main */
.admin-main[b-1eu31v97oi] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
    box-sizing: border-box;
}

.admin-intro[b-1eu31v97oi] {
    margin-bottom: 1.25rem;
}

.admin-page-title[b-1eu31v97oi] {
    margin: 0 0 0.375rem;
    font-size: clamp(1.375rem, 4vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ss-navy);
    line-height: 1.2;
}

.admin-page-lead[b-1eu31v97oi] {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--ss-navy-muted);
}

/* Links */
.admin-links[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.admin-link-card[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    min-width: 0;
    padding: 1.125rem 1.25rem;
    border-radius: 1rem;
    box-sizing: border-box;
}

.admin-link-card--customer[b-1eu31v97oi] {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #bbf7d0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.admin-link-card--admin[b-1eu31v97oi] {
    padding: 0.875rem 1rem;
    background: var(--ss-bg-subtle);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: none;
}

.admin-link-card__content[b-1eu31v97oi] {
    min-width: 0;
}

.admin-link-card__label[b-1eu31v97oi] {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ss-navy-subtle);
}

.admin-link-card--customer .admin-link-card__label[b-1eu31v97oi] {
    color: #15803d;
}

.admin-link-card__hint[b-1eu31v97oi] {
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--ss-navy-muted);
}

.admin-link-card--admin .admin-link-card__hint[b-1eu31v97oi] {
    color: var(--ss-navy-subtle);
}

.admin-link-card__hint--warning[b-1eu31v97oi] {
    color: #b45309;
}

.admin-link-card__url[b-1eu31v97oi] {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--ss-navy-muted);
    word-break: break-all;
}

.admin-link-card--customer .admin-link-card__url[b-1eu31v97oi] {
    color: #15803d;
}

.admin-link-card__copy[b-1eu31v97oi] {
    align-self: flex-start;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-link-card__actions[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.admin-link-card__qr[b-1eu31v97oi] {
    padding: 0.4375rem 0.75rem;
    font-family: var(--ss-font);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: var(--ss-radius-sm);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.admin-link-card__qr:hover:not(:disabled)[b-1eu31v97oi] {
    color: var(--ss-navy);
    background: var(--ss-bg-subtle);
    border-color: rgba(148, 163, 184, 0.4);
}

.admin-link-card__copy--subtle[b-1eu31v97oi] {
    padding: 0.4375rem 0.75rem;
    font-family: var(--ss-font);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ss-navy-subtle);
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-sm);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.admin-link-card__copy--subtle:hover:not(:disabled)[b-1eu31v97oi] {
    background: var(--ss-bg-muted);
    border-color: rgba(148, 163, 184, 0.35);
}

@media (min-width: 640px) {
    .admin-link-card[b-1eu31v97oi] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .admin-link-card__actions[b-1eu31v97oi] {
        width: auto;
        flex-shrink: 0;
        align-items: stretch;
    }

    .admin-link-card__copy[b-1eu31v97oi] {
        flex-shrink: 0;
    }
}

/* Developer API */
.admin-api[b-1eu31v97oi] {
    margin-bottom: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.admin-api__summary[b-1eu31v97oi] {
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ss-navy);
    cursor: pointer;
    list-style: none;
}

.admin-api__summary[b-1eu31v97oi]::-webkit-details-marker {
    display: none;
}

.admin-api__summary[b-1eu31v97oi]::before {
    content: "▸";
    display: inline-block;
    margin-right: 0.5rem;
    color: var(--ss-navy-subtle);
    transition: transform 0.15s ease;
}

.admin-api[open] .admin-api__summary[b-1eu31v97oi]::before {
    transform: rotate(90deg);
}

.admin-api__body[b-1eu31v97oi] {
    padding: 0 1.125rem 1.125rem;
    border-top: 1px solid var(--ss-border-subtle);
}

.admin-api__text[b-1eu31v97oi] {
    margin: 0.875rem 0 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.admin-api__inline-code[b-1eu31v97oi] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.75rem;
    color: var(--ss-navy);
    word-break: break-all;
}

.admin-api__warning[b-1eu31v97oi] {
    margin: 0.75rem 0 0;
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--ss-radius-sm);
}

.admin-api__warning--strong[b-1eu31v97oi] {
    color: #92400e;
    background: #fef3c7;
    border-color: #fcd34d;
}

.admin-api__token-reveal[b-1eu31v97oi] {
    margin-top: 0.75rem;
}

.admin-api__token-security[b-1eu31v97oi] {
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.625rem;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--ss-navy-subtle);
    background: var(--ss-bg-subtle);
    border-left: 3px solid #fbbf24;
    border-radius: 0 var(--ss-radius-sm) var(--ss-radius-sm) 0;
}

.admin-api__token[b-1eu31v97oi] {
    display: block;
    margin: 0.625rem 0 0.5rem;
    padding: 0.625rem 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--ss-navy);
    word-break: break-all;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-sm);
}

.admin-api__actions[b-1eu31v97oi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.admin-api__btn[b-1eu31v97oi] {
    padding: 0.4375rem 0.75rem;
    font-family: var(--ss-font);
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--ss-primary) 0%, var(--ss-secondary) 100%);
    border: none;
    border-radius: var(--ss-radius-sm);
    cursor: pointer;
}

.admin-api__btn:hover:not(:disabled)[b-1eu31v97oi] {
    opacity: 0.92;
}

.admin-api__btn:disabled[b-1eu31v97oi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.admin-api__btn--subtle[b-1eu31v97oi] {
    color: var(--ss-navy-muted);
    background: #fff;
    border: 1px solid var(--ss-border);
}

.admin-api__btn--subtle:hover:not(:disabled)[b-1eu31v97oi] {
    background: var(--ss-bg-muted);
    opacity: 1;
}

/* Mobile edit / preview switch */
.admin-mobile-tabs[b-1eu31v97oi] {
    display: none;
}

@media (max-width: 959px) {
    .admin-mobile-tabs[b-1eu31v97oi] {
        display: block;
        position: sticky;
        top: 0;
        z-index: 20;
        margin-bottom: 0.75rem;
        padding: 0.375rem 0 0.5rem;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid rgba(148, 163, 184, 0.1);
        backdrop-filter: blur(6px);
    }

    .admin-mobile-tabs__hint[b-1eu31v97oi] {
        margin: 0 0 0.375rem;
        font-size: 0.75rem;
        line-height: 1.35;
        text-align: center;
        color: var(--ss-navy-subtle);
    }

    .admin-mobile-tabs__controls[b-1eu31v97oi] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.125rem;
        padding: 0.125rem;
        background: rgba(241, 245, 249, 0.9);
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 0.625rem;
    }

    .admin-mobile-tabs__tab[b-1eu31v97oi] {
        min-height: 2.75rem;
        padding: 0.5rem 0.625rem;
        font-family: var(--ss-font);
        font-size: 0.8125rem;
        font-weight: 600;
        color: var(--ss-navy-subtle);
        background: transparent;
        border: none;
        border-radius: 0.4375rem;
        cursor: pointer;
        transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    }

    .admin-mobile-tabs__tab--active[b-1eu31v97oi] {
        color: var(--ss-navy);
        background: #fff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    }

    .admin-layout--edit .admin-preview-section[b-1eu31v97oi] {
        display: none;
    }

    .admin-layout--preview .admin-editor[b-1eu31v97oi] {
        display: none;
    }

    .admin-layout--preview .admin-preview-section[b-1eu31v97oi] {
        display: block;
    }

    .admin-layout--preview .admin-panel--preview[b-1eu31v97oi] {
        padding: 1rem;
    }

    .admin-layout--preview .admin-panel__title[b-1eu31v97oi] {
        text-align: center;
    }

    .admin-layout--preview .admin-panel__hint[b-1eu31v97oi] {
        text-align: center;
    }

    .admin-layout--preview .admin-preview-wrap[b-1eu31v97oi] {
        max-width: 28rem;
        margin: 0 auto;
    }

    .admin-layout--preview .admin-preview-wrap[b-1eu31v97oi]  .preview-card {
        box-shadow: var(--ss-shadow-lg);
    }
}

/* Layout */
.admin-layout[b-1eu31v97oi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    min-width: 0;
}

@media (min-width: 960px) {
    .admin-layout[b-1eu31v97oi] {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 1.5rem;
        align-items: start;
    }

    .admin-preview-section[b-1eu31v97oi] {
        position: sticky;
        top: 1rem;
        align-self: start;
    }
}

.admin-panel[b-1eu31v97oi] {
    min-width: 0;
    padding: 1.375rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.125rem;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.03),
        0 8px 28px rgba(15, 23, 42, 0.05);
    box-sizing: border-box;
}

.admin-panel--preview[b-1eu31v97oi] {
    background: rgba(255, 255, 255, 0.92);
}

.admin-preview-wrap[b-1eu31v97oi] {
    min-width: 0;
}

.admin-preview-wrap[b-1eu31v97oi]  .preview-card {
    box-shadow: var(--ss-shadow);
    border-color: var(--ss-border);
}

.admin-panel__title[b-1eu31v97oi] {
    margin: 0 0 0.25rem;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ss-navy);
}

.admin-panel__hint[b-1eu31v97oi] {
    margin: 0 0 1.125rem;
    font-size: 0.8125rem;
    color: var(--ss-navy-subtle);
}

.admin-field[b-1eu31v97oi] {
    margin-bottom: 1.125rem;
}

.admin-field .ss-input[b-1eu31v97oi] {
    border-color: rgba(148, 163, 184, 0.3);
    box-shadow: none;
}

.admin-textarea[b-1eu31v97oi] {
    resize: vertical;
    min-height: 5rem;
}

.admin-items-section[b-1eu31v97oi] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ss-border-subtle);
}

.admin-items__heading[b-1eu31v97oi] {
    margin: 0 0 0.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ss-navy);
}

.admin-items__hint[b-1eu31v97oi] {
    margin: 0 0 0.875rem;
    font-size: 0.75rem;
    color: var(--ss-navy-subtle);
}

.admin-items[b-1eu31v97oi] {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.admin-items.is-sorting .admin-item:not(.is-dragging):not(.admin-item--placeholder)[b-1eu31v97oi] {
    transition: transform 0.12s ease;
}

.admin-item[b-1eu31v97oi] {
    min-width: 0;
    padding: 0.625rem 0.75rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: 0.75rem;
    box-sizing: border-box;
}

.admin-item.is-dragging[b-1eu31v97oi] {
    position: fixed;
    z-index: 1000;
    margin: 0;
    opacity: 0.96;
    border-color: rgba(6, 182, 212, 0.45);
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(6, 182, 212, 0.12);
    cursor: grabbing;
    pointer-events: none;
    transition: none;
}

.admin-item--placeholder[b-1eu31v97oi] {
    min-height: 3.25rem;
    padding: 0;
    margin: 0;
    background: rgba(6, 182, 212, 0.06);
    border: 2px dashed rgba(6, 182, 212, 0.38);
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(6, 182, 212, 0.08);
    pointer-events: none;
    list-style: none;
    box-sizing: border-box;
}

/* Desktop: single-row grid */
@media (min-width: 768px) {
    .admin-item[b-1eu31v97oi] {
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr) auto auto;
        grid-template-areas: "handle marker input states delete";
        gap: 0.5rem;
        align-items: center;
    }

    .admin-item__top[b-1eu31v97oi],
    .admin-item__bottom[b-1eu31v97oi] {
        display: contents;
    }

    .admin-item__handle[b-1eu31v97oi] {
        grid-area: handle;
    }

    .admin-item__marker[b-1eu31v97oi] {
        grid-area: marker;
    }

    .admin-item__input[b-1eu31v97oi] {
        grid-area: input;
    }

    .admin-item__states[b-1eu31v97oi] {
        grid-area: states;
    }

    .admin-item__delete[b-1eu31v97oi] {
        grid-area: delete;
    }

    .admin-item__reorder[b-1eu31v97oi] {
        display: none;
    }
}

/* Mobile: stacked card rows */
@media (max-width: 767px) {
    .admin-item[b-1eu31v97oi] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-areas:
            "handle input delete"
            "marker states states"
            "reorder reorder reorder";
        gap: 0.625rem 0.5rem;
        padding: 0.875rem;
        align-items: center;
    }

    .admin-item__top[b-1eu31v97oi],
    .admin-item__bottom[b-1eu31v97oi] {
        display: contents;
    }

    .admin-item__handle[b-1eu31v97oi] {
        grid-area: handle;
        align-self: center;
        width: 1.625rem;
        height: 1.625rem;
        font-size: 0.8125rem;
    }

    .admin-item__input[b-1eu31v97oi] {
        grid-area: input;
        min-width: 0;
    }

    .admin-item__delete[b-1eu31v97oi] {
        grid-area: delete;
        align-self: center;
        width: 1.75rem;
        height: 1.75rem;
        color: #fca5a5;
        background: #fff;
        border-color: #fee2e2;
    }

    .admin-item__delete svg[b-1eu31v97oi] {
        width: 14px;
        height: 14px;
    }

    .admin-item__marker[b-1eu31v97oi] {
        grid-area: marker;
        align-self: center;
    }

    .admin-item__states[b-1eu31v97oi] {
        grid-area: states;
        min-width: 0;
    }

    .admin-item__reorder[b-1eu31v97oi] {
        grid-area: reorder;
        display: flex;
        justify-self: end;
        gap: 0.25rem;
        margin-top: 0.125rem;
    }

    .admin-item__move[b-1eu31v97oi] {
        width: 1.375rem;
        height: 1.375rem;
        font-size: 0.6875rem;
    }
}

.admin-item__handle[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #94a3b8;
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 0.375rem;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.admin-item__handle[aria-disabled="true"][b-1eu31v97oi] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.admin-item.is-dragging .admin-item__handle[b-1eu31v97oi],
.admin-item__handle:active[b-1eu31v97oi] {
    cursor: grabbing;
}

.admin-item__reorder[b-1eu31v97oi] {
    display: flex;
    flex-direction: row;
    gap: 0.125rem;
}

.admin-item__move[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: var(--ss-navy-subtle);
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.admin-item__move:hover:not(:disabled)[b-1eu31v97oi] {
    color: var(--ss-navy-muted);
    background: var(--ss-bg-muted);
}

.admin-item__move:disabled[b-1eu31v97oi] {
    opacity: 0.35;
    cursor: not-allowed;
}

.admin-item__marker[b-1eu31v97oi] {
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 999px;
    border: 2px solid var(--ss-pending);
    background: #fff;
}

.admin-item__marker--pending[b-1eu31v97oi] {
    border-style: dashed;
    background: var(--ss-pending-bg);
}

.admin-item__marker--active[b-1eu31v97oi] {
    border-color: var(--ss-primary);
    background: var(--ss-primary);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.16);
}

.admin-item__marker--complete[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--ss-success);
    background: var(--ss-success);
    line-height: 0;
}

.admin-item__marker--complete[b-1eu31v97oi]::after {
    content: "";
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.25rem;
    height: 0.42rem;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg) translate(-0.5px, -1px);
}

.admin-item__input[b-1eu31v97oi] {
    min-width: 0;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
}

.admin-item__states[b-1eu31v97oi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.admin-state[b-1eu31v97oi] {
    padding: 0.3rem 0.5rem;
    font-family: var(--ss-font);
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ss-navy-subtle);
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.admin-state:hover:not(:disabled)[b-1eu31v97oi] {
    border-color: rgba(148, 163, 184, 0.45);
    color: var(--ss-navy-muted);
}

.admin-state--selected.admin-state--pending[b-1eu31v97oi] {
    color: var(--ss-navy-muted);
    background: var(--ss-pending-bg);
    border-color: var(--ss-border);
}

.admin-state--selected.admin-state--active[b-1eu31v97oi] {
    color: var(--ss-primary);
    background: var(--ss-active-bg);
    border-color: var(--ss-active-border);
}

.admin-state--selected.admin-state--complete[b-1eu31v97oi] {
    color: #15803d;
    background: var(--ss-success-bg);
    border-color: var(--ss-success-border);
}

.admin-state:disabled[b-1eu31v97oi] {
    opacity: 0.55;
    cursor: not-allowed;
}

.admin-item__delete[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: #f87171;
    background: #fff;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.admin-item__delete:hover:not(:disabled)[b-1eu31v97oi] {
    background: #fef2f2;
}

.admin-item__delete:disabled[b-1eu31v97oi] {
    opacity: 0.5;
    cursor: not-allowed;
}

.admin-add-item[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    min-width: 0;
}

.admin-add-item__btn[b-1eu31v97oi] {
    width: 100%;
}

@media (min-width: 640px) {
    .admin-add-item[b-1eu31v97oi] {
        flex-direction: row;
        align-items: stretch;
    }

    .admin-add-item .ss-input[b-1eu31v97oi] {
        flex: 1;
        min-width: 0;
    }

    .admin-add-item__btn[b-1eu31v97oi] {
        width: auto;
        white-space: nowrap;
    }
}

.admin-status[b-1eu31v97oi] {
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    color: #b45309;
}

@media (min-width: 640px) {
    .admin-main[b-1eu31v97oi] {
        padding: 1.75rem 1.5rem 3rem;
    }

    .admin-header__inner[b-1eu31v97oi] {
        padding: 0.875rem 1.5rem;
    }
}

@media (max-width: 479px) {
    .admin-main[b-1eu31v97oi] {
        padding: 1.25rem 0.875rem 2.5rem;
    }

    .admin-header__inner[b-1eu31v97oi] {
        padding: 0.625rem 0.875rem;
    }

    .admin-panel[b-1eu31v97oi] {
        padding: 1.125rem;
    }

    .admin-link-card[b-1eu31v97oi] {
        padding: 1rem;
    }

    .admin-link-card__actions[b-1eu31v97oi],
    .admin-link-card__copy[b-1eu31v97oi] {
        width: 100%;
    }
}

/* Leave warning dialog */
.admin-leave-dialog[b-1eu31v97oi] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-sizing: border-box;
}

.admin-leave-dialog__backdrop[b-1eu31v97oi] {
    position: absolute;
    inset: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.admin-leave-dialog__panel[b-1eu31v97oi] {
    position: relative;
    width: min(100%, 26rem);
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.125rem;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}

.admin-leave-dialog__icon[b-1eu31v97oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
    background: #f5f3ff;
    border-radius: 0.625rem;
}

.admin-leave-dialog__title[b-1eu31v97oi] {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ss-navy);
}

.admin-leave-dialog__text[b-1eu31v97oi] {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.admin-leave-dialog__url[b-1eu31v97oi] {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0.625rem 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: #6d28d9;
    word-break: break-all;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 0.5rem;
}

.admin-leave-dialog__actions[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.admin-leave-dialog__actions .ss-button[b-1eu31v97oi] {
    width: 100%;
    justify-content: center;
}

.admin-leave-dialog__leave[b-1eu31v97oi] {
    margin-top: 0.25rem;
    padding: 0.5rem;
    font-family: var(--ss-font);
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ss-navy-subtle);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.admin-leave-dialog__leave:hover[b-1eu31v97oi] {
    color: var(--ss-navy-muted);
}

/* Customer QR dialog */
.admin-qr-dialog[b-1eu31v97oi] {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-sizing: border-box;
}

.admin-qr-dialog__panel[b-1eu31v97oi] {
    position: relative;
    width: min(100%, 22rem);
    padding: 1.375rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.125rem;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}

.admin-qr-dialog__title[b-1eu31v97oi] {
    margin: 0 0 0.375rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ss-navy);
}

.admin-qr-dialog__text[b-1eu31v97oi] {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
}

.admin-qr-dialog__preview[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.125rem;
    padding: 1rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: 0.875rem;
}

.admin-qr-dialog__image[b-1eu31v97oi] {
    display: block;
    width: 220px;
    height: 220px;
    image-rendering: pixelated;
}

.admin-qr-dialog__caption[b-1eu31v97oi] {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-navy-subtle);
}

.admin-qr-dialog__actions[b-1eu31v97oi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.admin-qr-dialog__actions .ss-button[b-1eu31v97oi] {
    width: 100%;
    justify-content: center;
}

.admin-qr-dialog__close[b-1eu31v97oi] {
    margin-top: 0.125rem;
    padding: 0.5rem;
    font-family: var(--ss-font);
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ss-navy-subtle);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.admin-qr-dialog__close:hover[b-1eu31v97oi] {
    color: var(--ss-navy-muted);
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.admin-dashboard[b-3uisore0jv] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.admin-dashboard__header[b-3uisore0jv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.admin-dashboard__title[b-3uisore0jv] {
    margin: 0.75rem 0 0.25rem;
    font-size: 1.75rem;
}

.admin-dashboard__subtitle[b-3uisore0jv] {
    margin: 0;
    color: var(--ss-navy-muted);
}

.admin-dashboard__logout[b-3uisore0jv] {
    flex-shrink: 0;
    text-decoration: none;
}

.admin-dashboard__tabs[b-3uisore0jv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ss-border);
}

.admin-dashboard__tab[b-3uisore0jv] {
    display: inline-block;
    padding: 0.5rem 0.875rem;
    font-family: var(--ss-font);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--ss-radius-sm);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.admin-dashboard__tab:hover[b-3uisore0jv] {
    color: var(--ss-navy);
    background: var(--ss-bg-subtle);
}

.admin-dashboard__tab--active[b-3uisore0jv] {
    color: var(--ss-navy);
    background: #fff;
    border-color: var(--ss-border);
    box-shadow: var(--ss-shadow-sm);
}

.admin-dashboard__loading[b-3uisore0jv],
.admin-dashboard__empty[b-3uisore0jv] {
    color: var(--ss-navy-muted);
}

.admin-dashboard__cards[b-3uisore0jv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-dashboard__card[b-3uisore0jv] {
    padding: 1rem 1.25rem;
}

.admin-dashboard__card h2[b-3uisore0jv],
.admin-dashboard__card h3[b-3uisore0jv] {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
}

.admin-dashboard__cards--api[b-3uisore0jv] {
    margin-bottom: 0;
}

.admin-dashboard__card--compact[b-3uisore0jv] {
    padding: 0.875rem 1rem;
}

.admin-dashboard__filters[b-3uisore0jv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: end;
}

.admin-dashboard__filters label[b-3uisore0jv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: var(--ss-navy-muted);
}

.admin-dashboard__filter-input[b-3uisore0jv] {
    padding: 0.5rem 0.625rem;
    font-size: 0.8125rem;
}

.admin-dashboard__filter-check[b-3uisore0jv] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.375rem !important;
    padding-bottom: 0.5rem;
}

.admin-dashboard__filter-btn[b-3uisore0jv] {
    justify-self: start;
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
}

.admin-dashboard__actions[b-3uisore0jv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    white-space: nowrap;
}

.admin-dashboard__inline-form[b-3uisore0jv] {
    display: inline;
    margin: 0;
}

.admin-dashboard__action[b-3uisore0jv] {
    padding: 0.25rem 0.5rem;
    font-family: var(--ss-font);
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-sm);
    cursor: pointer;
}

.admin-dashboard__action:hover[b-3uisore0jv] {
    background: var(--ss-bg-muted);
}

.admin-dashboard__action--link[b-3uisore0jv] {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.admin-dashboard__row--unread[b-3uisore0jv] {
    background: #fffbeb;
}

.admin-dashboard__feedback-preview[b-3uisore0jv] {
    max-width: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-dashboard__feedback-detail-header[b-3uisore0jv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-dashboard__feedback-back[b-3uisore0jv] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
    text-decoration: none;
}

.admin-dashboard__feedback-back:hover[b-3uisore0jv] {
    color: var(--ss-navy);
}

.admin-dashboard__feedback-meta[b-3uisore0jv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 0.75rem 1.25rem;
    margin: 0 0 1.25rem;
}

.admin-dashboard__feedback-meta dt[b-3uisore0jv] {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ss-navy-muted);
}

.admin-dashboard__feedback-meta dd[b-3uisore0jv] {
    margin: 0.125rem 0 0;
}

.admin-dashboard__feedback-message h3[b-3uisore0jv] {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
}

.admin-dashboard__feedback-message p[b-3uisore0jv] {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.5;
}

.admin-dashboard__feedback-notes-form[b-3uisore0jv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.admin-dashboard__feedback-notes[b-3uisore0jv] {
    resize: vertical;
    min-height: 4.5rem;
}

.admin-dashboard__feedback-detail-actions[b-3uisore0jv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.admin-dashboard__metric[b-3uisore0jv] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.admin-dashboard__section[b-3uisore0jv] {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.admin-dashboard__section h2[b-3uisore0jv] {
    margin: 0 0 1rem;
    font-size: 1.125rem;
}

.admin-dashboard__funnel[b-3uisore0jv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.admin-dashboard__funnel-step[b-3uisore0jv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 8rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
    background: var(--ss-bg-subtle);
}

.admin-dashboard__funnel-label[b-3uisore0jv] {
    font-size: 0.8125rem;
    color: var(--ss-navy-muted);
}

.admin-dashboard__funnel-arrow[b-3uisore0jv] {
    color: var(--ss-navy-subtle);
    font-size: 1.25rem;
}

.admin-dashboard__table-wrap[b-3uisore0jv] {
    overflow-x: auto;
}

.admin-dashboard__table[b-3uisore0jv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.admin-dashboard__table th[b-3uisore0jv],
.admin-dashboard__table td[b-3uisore0jv] {
    padding: 0.625rem 0.75rem;
    border-bottom: 1px solid var(--ss-border-subtle);
    text-align: left;
    vertical-align: top;
}

.admin-dashboard__table th[b-3uisore0jv] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ss-navy-muted);
}

.admin-dashboard__links[b-3uisore0jv] {
    display: flex;
    gap: 0.75rem;
    white-space: nowrap;
}

.admin-dashboard__url[b-3uisore0jv] {
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .admin-dashboard__header[b-3uisore0jv] {
        flex-direction: column;
    }
}

.admin-dashboard__section-lead[b-3uisore0jv] {
    margin: 0 0 1rem;
    color: var(--ss-navy-muted);
}

.admin-dashboard__key-reveal[b-3uisore0jv] {
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid #f0c36d;
    background: #fff8e8;
}

.admin-dashboard__key-reveal h3[b-3uisore0jv] {
    margin: 0 0 0.5rem;
}

.admin-dashboard__key-reveal-value[b-3uisore0jv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.admin-dashboard__key-reveal-value code[b-3uisore0jv] {
    word-break: break-all;
}

.admin-dashboard__integration-form[b-3uisore0jv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.admin-dashboard__integration-form h3[b-3uisore0jv] {
    margin: 0;
}

.admin-dashboard__integration-fields[b-3uisore0jv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.75rem;
}

.admin-dashboard__integration-notes[b-3uisore0jv] {
    min-height: 4rem;
    resize: vertical;
}
/* /Components/Pages/AdminLogin.razor.rz.scp.css */
.admin-auth[b-tq9y0hrane] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: var(--ss-bg-subtle);
}

.admin-auth__card[b-tq9y0hrane] {
    width: min(100%, 24rem);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.admin-auth__title[b-tq9y0hrane] {
    margin: 0.5rem 0 0;
    font-size: 1.5rem;
}

.admin-auth__lead[b-tq9y0hrane] {
    margin: 0;
    color: var(--ss-navy-muted);
}

.admin-auth__error[b-tq9y0hrane] {
    margin: 0;
    padding: 0.75rem 1rem;
    border-radius: var(--ss-radius);
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: var(--ss-error);
}

.admin-auth__form[b-tq9y0hrane] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.admin-auth__submit[b-tq9y0hrane] {
    margin-top: 0.5rem;
}
/* /Components/Pages/Api.razor.rz.scp.css */
.api-docs[b-2o53r7uy4l] {
    min-height: 100vh;
    min-height: 100dvh;
    background:
        radial-gradient(ellipse 90% 50% at 50% -10%, rgba(6, 182, 212, 0.07), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 45%, #f8fafc 100%);
}

.api-docs__main[b-2o53r7uy4l] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    box-sizing: border-box;
}

.api-docs__intro[b-2o53r7uy4l] {
    margin-bottom: 2.5rem;
}

.api-docs__eyebrow[b-2o53r7uy4l] {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ss-primary);
}

.api-docs__title[b-2o53r7uy4l] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--ss-navy);
    line-height: 1.15;
}

.api-docs__lead[b-2o53r7uy4l] {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
}

.api-docs__section[b-2o53r7uy4l] {
    margin-bottom: 2.5rem;
}

.api-docs__section-title[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
    border-bottom: 1px solid var(--ss-border);
}

.api-docs__subsection-title[b-2o53r7uy4l] {
    margin: 1.25rem 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--ss-navy);
}

.api-docs__quick-start[b-2o53r7uy4l] {
    padding: 1.25rem 1.25rem 1.5rem;
    background: linear-gradient(180deg, var(--ss-active-bg) 0%, #ffffff 100%);
    border: 1px solid var(--ss-active-border);
    border-radius: var(--ss-radius-lg);
    box-shadow: var(--ss-shadow-sm);
}

.api-docs__quick-start .api-docs__section-title[b-2o53r7uy4l] {
    border-bottom-color: var(--ss-active-border);
}

.api-docs__quick-flow[b-2o53r7uy4l] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.api-docs__quick-flow-step[b-2o53r7uy4l] {
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--ss-active-border);
    border-radius: var(--ss-radius);
}

.api-docs__quick-flow-step p[b-2o53r7uy4l] {
    margin: 0.375rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.api-docs__quick-flow-label[b-2o53r7uy4l] {
    display: block;
    font-size: 0.9375rem;
    color: var(--ss-navy);
}

.api-docs__quick-flow-sublabel[b-2o53r7uy4l] {
    display: block;
    margin-top: 0.125rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ss-navy-subtle);
}

.api-docs__quick-flow-arrow[b-2o53r7uy4l] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
    color: var(--ss-primary);
}

.api-docs__quick-step-endpoint[b-2o53r7uy4l] {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.api-docs__try-it[b-2o53r7uy4l] {
    padding: 1.25rem 1.25rem 1.5rem;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-lg);
    background: #ffffff;
    box-shadow: var(--ss-shadow-sm);
}

.api-docs__try-steps[b-2o53r7uy4l] {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
}

.api-docs__try-steps li + li[b-2o53r7uy4l] {
    margin-top: 0.375rem;
}

.api-docs__try-note[b-2o53r7uy4l] {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--ss-border-subtle);
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ss-navy-subtle);
}

.api-docs__csharp-example .api-docs__code:last-of-type[b-2o53r7uy4l] {
    margin-bottom: 0;
}

.api-docs__code--inline[b-2o53r7uy4l] {
    margin-top: 0.625rem;
    margin-bottom: 0;
}

.api-docs__working-example .api-docs__label[b-2o53r7uy4l] {
    margin-top: 1.25rem;
}

.api-docs__working-example .api-docs__label:first-of-type[b-2o53r7uy4l] {
    margin-top: 0;
}

.api-docs__working-example .api-docs__code:last-of-type[b-2o53r7uy4l] {
    margin-bottom: 0;
}

.api-docs__working-example-note[b-2o53r7uy4l] {
    margin: 1.25rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ss-border-subtle);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

.api-docs__section p[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
}

.api-docs__section p:last-child[b-2o53r7uy4l] {
    margin-bottom: 0;
}

.api-docs__list[b-2o53r7uy4l],
.api-docs__steps[b-2o53r7uy4l] {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
}

.api-docs__list li + li[b-2o53r7uy4l],
.api-docs__steps li + li[b-2o53r7uy4l] {
    margin-top: 0.375rem;
}

.api-docs__code[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    padding: 0.875rem 1rem;
    overflow-x: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #e2e8f0;
    background: #0f172a;
    border-radius: var(--ss-radius);
    box-shadow: var(--ss-shadow-sm);
}

.api-docs__code code[b-2o53r7uy4l] {
    font-family: inherit;
    white-space: pre;
}

.api-docs__section > code[b-2o53r7uy4l],
.api-docs__section p code[b-2o53r7uy4l],
.api-docs__section li code[b-2o53r7uy4l] {
    padding: 0.125rem 0.375rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    color: #6d28d9;
    background: #f5f3ff;
    border-radius: 0.25rem;
}

.api-docs__endpoint[b-2o53r7uy4l] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--ss-border-subtle);
}

.api-docs__endpoint:last-child[b-2o53r7uy4l] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.api-docs__endpoint-head[b-2o53r7uy4l] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
}

.api-docs__method[b-2o53r7uy4l] {
    display: inline-flex;
    padding: 0.2rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 0.25rem;
}

.api-docs__method--get[b-2o53r7uy4l] {
    color: #15803d;
    background: #f0fdf4;
}

.api-docs__method--post[b-2o53r7uy4l] {
    color: #1d4ed8;
    background: #eff6ff;
}

.api-docs__method--patch[b-2o53r7uy4l] {
    color: #b45309;
    background: #fffbeb;
}

.api-docs__method--delete[b-2o53r7uy4l] {
    color: #b91c1c;
    background: #fef2f2;
}

.api-docs__path[b-2o53r7uy4l] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.875rem;
    color: var(--ss-navy);
    word-break: break-all;
}

.api-docs__label[b-2o53r7uy4l] {
    margin: 0 0 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ss-navy-subtle);
}

.api-docs__note[b-2o53r7uy4l] {
    margin: -0.5rem 0 1rem;
    font-size: 0.8125rem;
    color: var(--ss-navy-subtle);
}

.api-docs__state-ref[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    padding: 0.625rem 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: var(--ss-radius-sm);
}

.api-docs__state-ref--standalone[b-2o53r7uy4l] {
    margin-bottom: 0.75rem;
}

.api-docs__endpoint a[b-2o53r7uy4l],
.api-docs__section a[b-2o53r7uy4l] {
    color: var(--ss-secondary);
    font-weight: 600;
    text-decoration: none;
}

.api-docs__endpoint a:hover[b-2o53r7uy4l],
.api-docs__section a:hover[b-2o53r7uy4l] {
    text-decoration: underline;
}

.api-docs__state-ref code[b-2o53r7uy4l] {
    font-family: inherit;
    white-space: pre;
    color: inherit;
    background: none;
    padding: 0;
}

.api-docs__access-cards[b-2o53r7uy4l] {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.api-docs__access-card[b-2o53r7uy4l] {
    margin: 0;
    padding: 0.875rem 1rem;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
    background: var(--ss-bg-subtle);
}

.api-docs__access-card--public[b-2o53r7uy4l] {
    border-color: var(--ss-success-border);
    background: var(--ss-success-bg);
}

.api-docs__access-card--admin-url[b-2o53r7uy4l] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.api-docs__access-card--token[b-2o53r7uy4l] {
    border-color: #fde68a;
    background: #fffbeb;
}

.api-docs__access-card-title[b-2o53r7uy4l] {
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ss-navy);
}

.api-docs__access-card-desc[b-2o53r7uy4l] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.api-docs__access-card-field[b-2o53r7uy4l] {
    margin: 0.5rem 0 0;
    font-size: 0.8125rem;
}

.api-docs__callout[b-2o53r7uy4l] {
    margin: 0 0 1.75rem;
    padding: 0.875rem 1rem;
    border: 1px solid #bfdbfe;
    border-radius: var(--ss-radius);
    background: #f0f9ff;
}

.api-docs__callout-title[b-2o53r7uy4l] {
    margin: 0 0 0.375rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1d4ed8;
}

.api-docs__callout p[b-2o53r7uy4l] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

.api-docs__callout p + p[b-2o53r7uy4l] {
    margin-top: 0.5rem;
}

.api-docs__flow[b-2o53r7uy4l] {
    padding: 1.25rem 1.25rem 1.5rem;
    border: 1px dashed var(--ss-border);
    border-radius: var(--ss-radius-lg);
    background: var(--ss-bg-subtle);
}

.api-docs__flow-lead[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ss-navy-subtle);
}

.api-docs__flow-lead a[b-2o53r7uy4l] {
    color: var(--ss-secondary);
    font-weight: 600;
    text-decoration: none;
}

.api-docs__flow-lead a:hover[b-2o53r7uy4l] {
    text-decoration: underline;
}

.api-docs__auth-levels[b-2o53r7uy4l] {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.api-docs__auth-levels li[b-2o53r7uy4l] {
    margin: 0 0 0.875rem;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border-subtle);
    border-radius: var(--ss-radius);
}

.api-docs__auth-levels li:last-child[b-2o53r7uy4l] {
    margin-bottom: 0;
}

.api-docs__auth-levels strong[b-2o53r7uy4l] {
    color: var(--ss-navy);
}

.api-docs__feedback-line[b-2o53r7uy4l] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ss-border-subtle);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

@media (min-width: 40rem) {
    .api-docs__access-cards[b-2o53r7uy4l] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* /Components/Pages/Feedback.razor.rz.scp.css */
.feedback-page[b-382hoip6x6] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: var(--ss-bg);
}

.feedback-page__main[b-382hoip6x6] {
    flex: 1;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem;
}

.feedback-page__card[b-382hoip6x6] {
    padding: 1.75rem 1.5rem;
}

.feedback-page__title[b-382hoip6x6] {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
}

.feedback-page__lead[b-382hoip6x6] {
    margin: 0 0 1.5rem;
    color: var(--ss-navy-muted);
    line-height: 1.5;
}

.feedback-page__success[b-382hoip6x6] {
    margin: 0;
    padding: 1rem 1.125rem;
    border-radius: var(--ss-radius-sm);
    background: #ecfdf5;
    color: #065f46;
    font-weight: 600;
}

.feedback-page__error[b-382hoip6x6] {
    margin: 0 0 1rem;
    padding: 0.875rem 1rem;
    border-radius: var(--ss-radius-sm);
    background: #fef2f2;
    color: #991b1b;
}

.feedback-page__error a[b-382hoip6x6] {
    color: inherit;
    font-weight: 600;
}

.feedback-page__form[b-382hoip6x6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.feedback-page__optional[b-382hoip6x6] {
    font-weight: 400;
    color: var(--ss-navy-muted);
}

.feedback-page__textarea[b-382hoip6x6] {
    resize: vertical;
    min-height: 8rem;
}

.feedback-page__submit[b-382hoip6x6] {
    align-self: flex-start;
    margin-top: 0.25rem;
}

.feedback-page__honeypot[b-382hoip6x6] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home[b-1js98hrccr] {
    --home-header-bar-height: 3.875rem;
    --home-scroll-offset: calc(var(--home-header-bar-height) + 1rem);
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    box-sizing: border-box;
    background:
        radial-gradient(ellipse 90% 50% at 50% -10%, rgba(6, 182, 212, 0.07), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 45%, #f8fafc 100%);
}

.home-anchor[b-1js98hrccr] {
    scroll-margin-top: var(--home-scroll-offset);
}

/* Main layout */
.home-main[b-1js98hrccr] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem 2.5rem;
    box-sizing: border-box;
}

.home-section[b-1js98hrccr] {
    margin-top: 3rem;
    min-width: 0;
}

.home-section--comparison[b-1js98hrccr] {
    margin-top: 2rem;
}

.home-section--ready[b-1js98hrccr] {
    margin-top: 2rem;
}

.home-section__intro[b-1js98hrccr] {
    margin-bottom: 1.25rem;
}

.home-section__intro--center[b-1js98hrccr] {
    text-align: center;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.home-section__eyebrow[b-1js98hrccr] {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ss-primary);
}

.home-section__title[b-1js98hrccr] {
    margin: 0;
    font-size: clamp(1.375rem, 3.5vw, 1.875rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--ss-navy);
}

.home-section__desc[b-1js98hrccr] {
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

/* Hero */
.home-hero[b-1js98hrccr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    padding-top: 1.75rem;
    align-items: start;
}

.home-hero__left[b-1js98hrccr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.home-hero__intro[b-1js98hrccr] {
    min-width: 0;
    width: 100%;
}

.home-pills[b-1js98hrccr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.home-examples[b-1js98hrccr] {
    margin: 0.875rem 0 0;
    max-width: 32rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ss-navy-muted);
    opacity: 0.85;
}

@media (max-width: 959px) {
    .home-hero[b-1js98hrccr] {
        display: flex;
        flex-direction: column;
    }

    .home-hero__left[b-1js98hrccr] {
        display: contents;
    }

    .home-hero__intro[b-1js98hrccr] {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .home-headline[b-1js98hrccr] {
        max-width: min(100%, 20rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .home-subheading[b-1js98hrccr] {
        max-width: min(100%, 28rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .home-hero__form-wrap[b-1js98hrccr] {
        order: 2;
    }

    .home-pills[b-1js98hrccr] {
        order: 3;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .home-examples[b-1js98hrccr] {
        order: 4;
        max-width: min(100%, 28rem);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.home-headline[b-1js98hrccr] {
    margin: 0 0 1rem;
    max-width: 16ch;
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: var(--ss-navy);
}

.home-headline__accent[b-1js98hrccr] {
    color: var(--ss-brand-blue);
}

.home-subheading[b-1js98hrccr] {
    margin: 0;
    max-width: 32rem;
    font-size: clamp(1rem, 2.4vw, 1.125rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

.home-pill[b-1js98hrccr] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ss-navy-muted);
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.home-pill__icon[b-1js98hrccr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
}

.home-pill__icon--green[b-1js98hrccr] {
    color: #15803d;
    background: #f0fdf4;
}

.home-pill__icon--purple[b-1js98hrccr] {
    color: #7c3aed;
    background: #f5f3ff;
}

.home-pill__icon--blue[b-1js98hrccr] {
    color: var(--ss-brand-blue);
    background: #eff6ff;
}

.home-hero__form-wrap[b-1js98hrccr] {
    width: 100%;
    max-width: 28rem;
    min-width: 0;
    margin: 0 auto;
}

.home-form-card[b-1js98hrccr] {
    padding: 1.625rem;
    background: #ffffff;
    border: 1px solid rgba(6, 182, 212, 0.22);
    border-radius: 1.125rem;
    box-shadow:
        0 0 0 1px rgba(6, 182, 212, 0.06),
        0 4px 16px rgba(6, 182, 212, 0.08),
        0 12px 32px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
}

.home-form-card__title[b-1js98hrccr] {
    margin: 0 0 0.375rem;
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
    text-align: center;
}

.home-form-card__subtitle[b-1js98hrccr] {
    margin: 0 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--ss-navy-subtle);
    text-align: center;
}

.home-form[b-1js98hrccr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-form .ss-label[b-1js98hrccr] {
    text-align: left;
}

.home-form .ss-input[b-1js98hrccr] {
    border-color: rgba(148, 163, 184, 0.35);
    box-shadow: none;
    min-width: 0;
    font-size: 1rem;
}

.home-submit[b-1js98hrccr] {
    width: 100%;
    gap: 0.375rem;
    margin-top: 0.375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.0625rem;
}

.home-submit__arrow[b-1js98hrccr] {
    font-size: 1.0625rem;
    line-height: 1;
}

.home-error[b-1js98hrccr] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ss-error);
}

.home-section--popular[b-1js98hrccr] {
    margin-top: 2.5rem;
}

.home-popular[b-1js98hrccr] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .home-popular[b-1js98hrccr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .home-popular[b-1js98hrccr] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.home-popular__card[b-1js98hrccr] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 1.125rem 1.25rem;
    height: 100%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: var(--ss-radius-lg);
    box-shadow: var(--ss-shadow-sm);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.home-popular__card:hover[b-1js98hrccr] {
    border-color: var(--ss-active-border);
    box-shadow: var(--ss-shadow);
}

.home-popular__card-title[b-1js98hrccr] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ss-navy);
}

.home-popular__card-copy[b-1js98hrccr] {
    margin: 0;
    flex: 1;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
}

.home-popular__card-link[b-1js98hrccr] {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ss-primary);
}

/* Update once */
.home-section--update[b-1js98hrccr] {
    padding: 2rem 0;
}

.home-update[b-1js98hrccr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    align-items: center;
}

.home-update__title[b-1js98hrccr] {
    margin: 0 0 1.25rem;
    font-size: clamp(1.5rem, 4vw, 2.125rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--ss-navy);
}

.home-update__copy .home-section__eyebrow[b-1js98hrccr] {
    margin-bottom: 0.625rem;
}

.home-update__list[b-1js98hrccr] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-update__list li[b-1js98hrccr] {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
}

.home-update__list strong[b-1js98hrccr] {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ss-navy);
}

.home-update__list span:last-child[b-1js98hrccr] {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
}

.home-update__bullet[b-1js98hrccr] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 0.5rem;
}

.home-update__bullet--green[b-1js98hrccr] {
    color: #15803d;
    background: #f0fdf4;
}

.home-update__bullet--purple[b-1js98hrccr] {
    color: #7c3aed;
    background: #f5f3ff;
}

.home-update__bullet--blue[b-1js98hrccr] {
    color: var(--ss-brand-blue);
    background: #eff6ff;
}

.home-update__visual[b-1js98hrccr] {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.home-device[b-1js98hrccr] {
    width: 100%;
    max-width: 20rem;
    min-width: 0;
    border-radius: 0.875rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
    background: #fff;
}

.home-device__chrome[b-1js98hrccr] {
    display: flex;
    gap: 0.375rem;
    padding: 0.625rem 0.75rem;
    background: #f1f5f9;
    border-bottom: 1px solid var(--ss-border);
}

.home-device__chrome span[b-1js98hrccr] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #cbd5e1;
}

.home-device__screen[b-1js98hrccr] {
    padding: 0.75rem 0.375rem 0;
    transform: scale(0.92);
    transform-origin: top center;
}

.home-device__screen[b-1js98hrccr]  .example-card {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.home-device__screen[b-1js98hrccr]  .example-card__item--active {
    margin-left: 0;
    margin-right: 0;
}

/* Final CTA */
.home-final-cta[b-1js98hrccr] {
    margin-top: 3rem;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
    border: 1px solid rgba(147, 197, 253, 0.35);
    border-radius: 1.125rem;
}

.home-final-cta__inner[b-1js98hrccr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.home-final-cta__text[b-1js98hrccr] {
    margin: 0;
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
}

.home-final-cta__btn[b-1js98hrccr] {
    text-decoration: none;
    gap: 0.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Tablet */
@media (min-width: 640px) {
    .home[b-1js98hrccr] {
        --home-header-bar-height: 4.125rem;
    }

    .home-main[b-1js98hrccr] {
        padding: 0 1.5rem 3rem;
    }

    .home-hero__form-wrap[b-1js98hrccr] {
        max-width: 30rem;
    }
}

/* Desktop hero */
@media (min-width: 769px) {
    .home[b-1js98hrccr] {
        --home-header-bar-height: 4.25rem;
    }
}

@media (min-width: 960px) {
    .home-hero[b-1js98hrccr] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 2.5rem;
        padding-top: 2.25rem;
        align-items: center;
    }

    .home-hero__left[b-1js98hrccr] {
        align-items: flex-start;
        text-align: left;
    }

    .home-headline[b-1js98hrccr] {
        max-width: 11ch;
    }

    .home-pills[b-1js98hrccr] {
        justify-content: flex-start;
    }

    .home-hero__form-wrap[b-1js98hrccr] {
        max-width: none;
        margin: 0;
    }

    .home-form-card__title[b-1js98hrccr],
    .home-form-card__subtitle[b-1js98hrccr] {
        text-align: left;
    }

    .home-section[b-1js98hrccr] {
        margin-top: 3.5rem;
    }

    .home-section--update[b-1js98hrccr] {
        padding: 2.25rem 0;
    }

    .home-update[b-1js98hrccr] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
        gap: 2.5rem;
    }

    .home-final-cta__inner[b-1js98hrccr] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

@media (max-width: 479px) {
    .home[b-1js98hrccr] {
        --home-header-bar-height: 3.5rem;
    }

    .home-main[b-1js98hrccr] {
        padding: 0 0.875rem 2.5rem;
    }

    .home-hero[b-1js98hrccr] {
        padding-top: 1.5rem;
        gap: 1.75rem;
    }

    .home-headline[b-1js98hrccr] {
        max-width: 100%;
    }

    .home-form-card[b-1js98hrccr] {
        padding: 1.25rem;
    }

    .home-section[b-1js98hrccr] {
        margin-top: 2.5rem;
    }

    .home-section--update[b-1js98hrccr] {
        padding: 1.75rem 0;
    }
}
/* /Components/Pages/Public.razor.rz.scp.css */
.public[b-2mpnkmvpjk] {
    min-height: 100vh;
}

.public-loading[b-2mpnkmvpjk],
.public-not-found[b-2mpnkmvpjk] {
    max-width: 24rem;
    margin: 4rem auto;
    text-align: center;
    padding: 0 1rem;
}

.public-not-found .public-brand[b-2mpnkmvpjk] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.public-not-found h1[b-2mpnkmvpjk] {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ss-navy);
}

.public-not-found p[b-2mpnkmvpjk] {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-subtle);
}

.public-loading[b-2mpnkmvpjk] {
    color: var(--ss-navy-subtle);
}

.public-shell[b-2mpnkmvpjk] {
    padding: 1.75rem 0 2rem;
    box-sizing: border-box;
}

.public-main[b-2mpnkmvpjk] {
    max-width: 28rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.public-card[b-2mpnkmvpjk] {
    overflow: hidden;
}

.public-header[b-2mpnkmvpjk] {
    padding: 1.25rem 1.25rem 1rem;
}

.public-brand[b-2mpnkmvpjk] {
    margin-bottom: 1.25rem;
}

.public-title[b-2mpnkmvpjk] {
    margin: 0 0 0.5rem;
    font-size: clamp(1.375rem, 5vw, 1.625rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
}

.public-meta[b-2mpnkmvpjk] {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--ss-pending);
}

.public-note[b-2mpnkmvpjk] {
    margin: 0 1.25rem 1.25rem;
    padding: 1rem 1.125rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
}

.public-note-label[b-2mpnkmvpjk] {
    margin: 0 0 0.375rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ss-navy-subtle);
}

.public-note-text[b-2mpnkmvpjk] {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
    white-space: pre-line;
}

.public-timeline-section[b-2mpnkmvpjk] {
    padding: 0 1.25rem 1.5rem;
}

.public-timeline[b-2mpnkmvpjk] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-timeline-item[b-2mpnkmvpjk] {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
}

.public-timeline-item:last-child[b-2mpnkmvpjk] {
    padding-bottom: 0;
}

.public-timeline-item:not(:last-child)[b-2mpnkmvpjk]::before {
    content: "";
    position: absolute;
    left: 0.6875rem;
    top: 1.625rem;
    bottom: 0;
    width: 2px;
    background: var(--ss-border);
    transform: translateX(-50%);
}

.public-timeline-item--complete:not(:last-child)[b-2mpnkmvpjk]::before {
    background: var(--ss-success-border);
}

.public-timeline-item--active:not(:last-child)[b-2mpnkmvpjk]::before {
    background: linear-gradient(180deg, var(--ss-primary-light) 0%, var(--ss-border) 100%);
}

.public-timeline-marker[b-2mpnkmvpjk] {
    flex-shrink: 0;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: 0.125rem;
    border-radius: 999px;
    border: 2px solid var(--ss-pending);
    background: var(--ss-bg);
    z-index: 1;
}

.public-timeline-content[b-2mpnkmvpjk] {
    flex: 1;
    min-width: 0;
}

.public-timeline-badge[b-2mpnkmvpjk] {
    display: inline-block;
    margin-bottom: 0.375rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ss-primary);
    background: var(--ss-active-bg);
    border-radius: 999px;
}

.public-timeline-text[b-2mpnkmvpjk] {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.public-timeline-item--pending .public-timeline-marker[b-2mpnkmvpjk] {
    border-style: dashed;
    background: var(--ss-pending-bg);
}

.public-timeline-item--pending .public-timeline-text[b-2mpnkmvpjk] {
    color: var(--ss-pending);
}

.public-timeline-item--active[b-2mpnkmvpjk] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0.875rem 0.5rem 1.625rem;
    border-radius: var(--ss-radius);
    background: var(--ss-active-bg);
}

.public-timeline-item--active .public-timeline-marker[b-2mpnkmvpjk] {
    border-color: var(--ss-primary);
    background: var(--ss-primary);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.18);
}

.public-timeline-item--active .public-timeline-text[b-2mpnkmvpjk] {
    font-weight: 600;
    color: var(--ss-navy);
}

.public-timeline-item--active:not(:last-child)[b-2mpnkmvpjk]::before {
    left: calc(0.6875rem + 0.5rem);
}

.public-timeline-item--complete .public-timeline-marker[b-2mpnkmvpjk] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--ss-success);
    background: var(--ss-success);
    line-height: 0;
}

.public-timeline-item--complete .public-timeline-marker[b-2mpnkmvpjk]::after {
    content: "";
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.375rem;
    height: 0.625rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-0.5px, -1px);
}

.public-footer[b-2mpnkmvpjk] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.375rem;
    padding: 1rem 1.25rem;
    font-size: 0.8125rem;
    text-align: center;
    color: var(--ss-pending);
    border-top: 1px solid var(--ss-border-subtle);
    background: var(--ss-bg-subtle);
}

.public-footer__label[b-2mpnkmvpjk] {
    color: var(--ss-pending);
}

.public-footer__brand[b-2mpnkmvpjk] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--ss-navy-subtle);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.public-footer__brand:hover[b-2mpnkmvpjk] {
    color: var(--ss-navy-muted);
}

.public-footer__brand:focus-visible[b-2mpnkmvpjk] {
    outline: none;
    border-radius: 0.25rem;
    box-shadow: var(--ss-focus-ring);
}

.public-footer__icon[b-2mpnkmvpjk] {
    display: block;
    width: auto;
    height: 1rem;
    flex-shrink: 0;
    object-fit: contain;
}

@media (min-width: 480px) {
    .public-shell[b-2mpnkmvpjk] {
        padding: 3.5rem 0 2.5rem;
    }

    .public-main[b-2mpnkmvpjk] {
        padding: 0 1.5rem;
    }

    .public-header[b-2mpnkmvpjk] {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .public-note[b-2mpnkmvpjk] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .public-timeline-section[b-2mpnkmvpjk] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
/* /Components/SharedStatusBrand.razor.rz.scp.css */
.ss-brand[b-4kzsza9btl] {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
}

.ss-brand__icon[b-4kzsza9btl] {
    display: block;
    height: 2.25rem;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.ss-brand__text[b-4kzsza9btl] {
    font-family: var(--ss-font);
    line-height: 1;
    letter-spacing: -0.022em;
    white-space: nowrap;
    transform: translateY(0.02em);
}

.ss-brand__shared[b-4kzsza9btl] {
    font-weight: 700;
    color: var(--ss-navy);
}

.ss-brand__status[b-4kzsza9btl] {
    font-weight: 500;
    color: var(--ss-navy);
}

.ss-brand--header[b-4kzsza9btl] {
    gap: 0.75rem;
}

.ss-brand--header .ss-brand__icon[b-4kzsza9btl] {
    height: 2.25rem;
}

.ss-brand--header .ss-brand__text[b-4kzsza9btl] {
    font-size: 1.125rem;
}

.ss-brand--hero[b-4kzsza9btl] {
    gap: 0.875rem;
}

.ss-brand--hero .ss-brand__icon[b-4kzsza9btl] {
    height: 2.625rem;
}

.ss-brand--hero .ss-brand__text[b-4kzsza9btl] {
    font-size: 1.4375rem;
}

@media (min-width: 480px) {
    .ss-brand--header[b-4kzsza9btl] {
        gap: 0.8125rem;
    }

    .ss-brand--header .ss-brand__icon[b-4kzsza9btl] {
        height: 2.5rem;
    }

    .ss-brand--header .ss-brand__text[b-4kzsza9btl] {
        font-size: 1.1875rem;
    }

    .ss-brand--hero[b-4kzsza9btl] {
        gap: 1rem;
    }

    .ss-brand--hero .ss-brand__icon[b-4kzsza9btl] {
        height: 3rem;
    }

    .ss-brand--hero .ss-brand__text[b-4kzsza9btl] {
        font-size: 1.625rem;
    }
}

@media (min-width: 768px) {
    .ss-brand--hero[b-4kzsza9btl] {
        gap: 1.0625rem;
    }

    .ss-brand--hero .ss-brand__icon[b-4kzsza9btl] {
        height: 3.375rem;
    }

    .ss-brand--hero .ss-brand__text[b-4kzsza9btl] {
        font-size: 1.875rem;
    }
}

@media (min-width: 960px) {
    .ss-brand--hero[b-4kzsza9btl] {
        gap: 1.125rem;
    }

    .ss-brand--hero .ss-brand__icon[b-4kzsza9btl] {
        height: 3.5rem;
    }

    .ss-brand--hero .ss-brand__text[b-4kzsza9btl] {
        font-size: 2rem;
    }
}
/* /Components/StatusPagePreview.razor.rz.scp.css */
.preview[b-077u4tccz8] {
    height: 100%;
}

.preview-card[b-077u4tccz8] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: var(--ss-card);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-lg);
    box-shadow: var(--ss-shadow);
    overflow: hidden;
}

.preview-header[b-077u4tccz8] {
    padding: 1.75rem 1.75rem 1.25rem;
    border-bottom: 1px solid var(--ss-border-subtle);
}

.preview-title[b-077u4tccz8] {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ss-navy);
}

.preview-update[b-077u4tccz8] {
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
    white-space: pre-line;
}

.preview-items[b-077u4tccz8] {
    list-style: none;
    margin: 0;
    padding: 1.25rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.preview-item[b-077u4tccz8] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: var(--ss-radius);
    background: var(--ss-pending-bg);
    border: 1px solid var(--ss-border);
}

.preview-item-marker[b-077u4tccz8] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.125rem;
    border-radius: 999px;
    border: 2px solid var(--ss-pending);
    background: var(--ss-bg);
}

.preview-item-text[b-077u4tccz8] {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
}

.preview-item--pending[b-077u4tccz8] {
    opacity: 0.8;
}

.preview-item--pending .preview-item-text[b-077u4tccz8] {
    color: var(--ss-pending);
}

.preview-item--active[b-077u4tccz8] {
    background: var(--ss-active-bg);
    border-color: var(--ss-active-border);
}

.preview-item--active .preview-item-marker[b-077u4tccz8] {
    border-color: var(--ss-primary);
    background: var(--ss-primary);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.18);
}

.preview-item--active .preview-item-text[b-077u4tccz8] {
    font-weight: 600;
    color: var(--ss-navy);
}

.preview-item--complete[b-077u4tccz8] {
    background: var(--ss-success-bg);
    border-color: var(--ss-success-border);
}

.preview-item--complete .preview-item-marker[b-077u4tccz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--ss-success);
    background: var(--ss-success);
    line-height: 0;
}

.preview-item--complete .preview-item-marker[b-077u4tccz8]::after {
    content: "";
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.35rem;
    height: 0.6rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-0.5px, -1px);
}

.preview-footer[b-077u4tccz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.375rem;
    padding: 1rem 1.75rem;
    font-size: 0.8125rem;
    text-align: center;
    color: var(--ss-pending);
    border-top: 1px solid var(--ss-border-subtle);
    background: var(--ss-bg-subtle);
}

.preview-footer__label[b-077u4tccz8] {
    color: var(--ss-pending);
}

.preview-footer__brand[b-077u4tccz8] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--ss-navy-subtle);
    font-weight: 600;
}

.preview-footer__icon[b-077u4tccz8] {
    display: block;
    width: auto;
    height: 1rem;
    flex-shrink: 0;
    object-fit: contain;
}
/* /Components/UseCaseLandingPage.razor.rz.scp.css */
.use-case[b-d87lec2wm4] {
    min-height: 100vh;
    min-height: 100dvh;
    background:
        radial-gradient(ellipse 90% 50% at 50% -10%, rgba(6, 182, 212, 0.07), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 45%, #f8fafc 100%);
}

.use-case__main[b-d87lec2wm4] {
    max-width: 42rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
    box-sizing: border-box;
}

.use-case__hero[b-d87lec2wm4] {
    padding-top: 0.5rem;
    margin-bottom: 2.5rem;
}

.use-case__eyebrow[b-d87lec2wm4] {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ss-primary);
}

.use-case__title[b-d87lec2wm4] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 5vw, 2.375rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--ss-navy);
    line-height: 1.15;
}

.use-case__lead[b-d87lec2wm4] {
    margin: 0 0 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--ss-navy-muted);
}

.use-case__cta-row[b-d87lec2wm4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.use-case__cta-primary[b-d87lec2wm4] {
    text-decoration: none;
    gap: 0.375rem;
}

.use-case__cta-secondary[b-d87lec2wm4] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ss-navy-muted);
    text-decoration: none;
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
    background: var(--ss-bg);
    transition: border-color 0.15s ease, color 0.15s ease;
}

.use-case__cta-secondary:hover[b-d87lec2wm4] {
    border-color: var(--ss-primary);
    color: var(--ss-primary);
}

.use-case__section[b-d87lec2wm4] {
    margin-bottom: 2.5rem;
}

.use-case__section--example[b-d87lec2wm4] {
    scroll-margin-top: 5rem;
}

.use-case__section-title[b-d87lec2wm4] {
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ss-navy);
    border-bottom: 1px solid var(--ss-border);
}

.use-case__list[b-d87lec2wm4] {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.use-case__list li[b-d87lec2wm4] {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

.use-case__list--check[b-d87lec2wm4] {
    list-style: none;
    padding-left: 0;
    gap: 0.75rem;
}

.use-case__list--check li[b-d87lec2wm4] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.use-case__check[b-d87lec2wm4] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--ss-success);
    background: var(--ss-success-bg);
    border-radius: 999px;
}

.use-case__tags[b-d87lec2wm4] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.use-case__tag[b-d87lec2wm4] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ss-navy-muted);
    background: var(--ss-bg-muted);
    border: 1px solid var(--ss-border-subtle);
    border-radius: 999px;
}

.use-case__benefits[b-d87lec2wm4] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .use-case__benefits[b-d87lec2wm4] {
        grid-template-columns: 1fr 1fr;
    }
}

.use-case__benefit[b-d87lec2wm4] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ss-navy-muted);
    background: var(--ss-bg);
    border: 1px solid var(--ss-border-subtle);
    border-radius: var(--ss-radius);
}

.use-case__benefit-icon[b-d87lec2wm4] {
    flex-shrink: 0;
    color: var(--ss-primary);
    font-weight: 700;
}

.use-case__how[b-d87lec2wm4] {
    padding: 1.25rem 1.25rem 1.5rem;
    background: linear-gradient(180deg, var(--ss-active-bg) 0%, #ffffff 100%);
    border: 1px solid var(--ss-active-border);
    border-radius: var(--ss-radius-lg);
    box-shadow: var(--ss-shadow-sm);
}

.use-case__how .use-case__section-title[b-d87lec2wm4] {
    border-bottom-color: var(--ss-active-border);
}

.use-case__steps[b-d87lec2wm4] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.use-case__step[b-d87lec2wm4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.use-case__step-num[b-d87lec2wm4] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ss-primary);
    background: var(--ss-active-bg);
    border: 1px solid var(--ss-active-border);
    border-radius: 999px;
}

.use-case__step div[b-d87lec2wm4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.use-case__step strong[b-d87lec2wm4] {
    font-size: 0.9375rem;
    color: var(--ss-navy);
}

.use-case__step span[b-d87lec2wm4] {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--ss-navy-muted);
}

.use-case__api[b-d87lec2wm4] {
    padding: 1.25rem;
    background: var(--ss-bg-subtle);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-lg);
}

.use-case__api-text[b-d87lec2wm4] {
    margin: 0 0 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ss-navy-muted);
}

.use-case__api-link[b-d87lec2wm4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ss-primary);
    text-decoration: none;
}

.use-case__api-link:hover[b-d87lec2wm4] {
    text-decoration: underline;
}

.use-case__related-links[b-d87lec2wm4] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.use-case__related-links a[b-d87lec2wm4] {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ss-navy);
    text-decoration: none;
    background: var(--ss-bg);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius);
    transition: border-color 0.15s ease, color 0.15s ease;
}

.use-case__related-links a:hover[b-d87lec2wm4] {
    border-color: var(--ss-primary);
    color: var(--ss-primary);
}

.use-case__final-cta[b-d87lec2wm4] {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.06) 0%, rgba(59, 130, 246, 0.06) 100%);
    border: 1px solid var(--ss-border);
    border-radius: var(--ss-radius-lg);
    margin-top: 2rem;
}

.use-case__final-text[b-d87lec2wm4] {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--ss-navy);
}

.use-case__home-link[b-d87lec2wm4] {
    margin: 1.25rem 0 0;
    font-size: 0.875rem;
}

.use-case__home-link a[b-d87lec2wm4] {
    color: var(--ss-navy-muted);
    text-decoration: none;
}

.use-case__home-link a:hover[b-d87lec2wm4] {
    color: var(--ss-primary);
}

@media (min-width: 768px) {
    .use-case__main[b-d87lec2wm4] {
        max-width: 48rem;
        padding: 2rem 1.5rem 4rem;
    }
}
