html,
body {
    min-height: 100%;
    margin: 0;
    font-family: var(--body-font);
    font-size: var(--fontSizeBase300);
    line-height: var(--lineHeightBase300);
    color: var(--colorNeutralForeground1, #242424);
    background: var(--colorNeutralBackground2, #f5f5f5);
}

.public-layout {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(20px, 5vw, 64px);
    background:
        radial-gradient(circle at top left, rgba(15, 108, 189, .18), transparent 38%),
        var(--colorNeutralBackground2, #f5f5f5);
}

.public-card {
    width: min(100%, 680px);
    padding: clamp(24px, 5vw, 48px);
    border: 1px solid var(--colorNeutralStroke2, #e0e0e0);
    border-radius: var(--borderRadiusXLarge, 8px);
    background: var(--colorNeutralBackground1, #fff);
    box-shadow: var(--shadow16, 0 8px 24px rgba(0, 0, 0, .14));
}

.public-card-wide {
    width: min(100%, 960px);
}

.payment-qr {
    width: min(100%, 320px);
    margin-inline: auto;
    padding: 12px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 12px;
    background: #fff;
}

.payment-qr img {
    display: block;
    width: 100%;
    height: auto;
}

.payment-qr-download {
    display: inline-flex;
    justify-content: center;
    color: var(--accent-foreground-rest);
    font-weight: 600;
    text-decoration: underline;
}

.public-card h1 {
    margin: 0 0 8px;
    color: var(--colorNeutralForeground1, #242424);
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1;
}

#blazor-error-ui {
    display: none;
}

.auth-layout {
    position: relative;
    height: 100vh;
    height: 100dvh;
    font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1c2733;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #11385f 0%, #1d5d9b 50%, #2f7d57 100%);
    overflow-x: hidden;
    overflow-y: auto;
}.auth-layout::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .18));
    pointer-events: none;
}.auth-page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    padding: clamp(20px, 4vw, 56px);
}.auth-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 112px));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    color: #fff;
}.auth-hero > * {
    position: relative;
    z-index: 1;
}.auth-hero-copy {
    max-width: 680px;
    margin-top: 0;
}.auth-kicker {
    margin: 0 0 10px;
    color: #2f7d57;
    font-size: .82rem;
    font-weight: 650;
    text-transform: uppercase;
}.auth-hero .auth-kicker {
    color: rgba(255, 255, 255, .78);
}.auth-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.4rem, 3.35vw, 3.25rem);
    line-height: .95;
    font-weight: 700;
}.auth-hero-copy p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    line-height: 1.55;
}.auth-product-surface {
    width: min(100%, 640px);
    margin-top: clamp(16px, 2.4vh, 26px);
    align-self: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 52px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}.auth-window-bar {
    display: flex;
    gap: 6px;
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}.auth-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}.auth-preview-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 9px;
    padding: 12px;
}.auth-preview-panel,
.auth-preview-row {
    min-height: 68px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 12px;
}.auth-preview-main {
    grid-row: span 2;
    min-height: 145px;
}.auth-preview-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    font-weight: 600;
}.auth-preview-panel strong {
    display: block;
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    line-height: 1;
}.auth-preview-line {
    height: 7px;
    width: 62%;
    margin-top: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}.auth-preview-line.long {
    width: 84%;
    margin-top: 21px;
}.auth-preview-row {
    grid-column: 1 / -1;
    min-height: 42px;
    display: grid;
    grid-template-columns: 1fr 1.6fr .7fr;
    align-items: center;
    gap: 9px;
}.auth-preview-row span {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .24);
}.auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}.auth-card {
    width: min(100%, 444px);
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 38px);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 30px 80px rgba(0, 20, 43, .28);
    backdrop-filter: blur(22px);
}.auth-card-header {
    margin-bottom: 28px;
}.auth-card-header h2 {
    margin: 0;
    color: #1c2733;
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 700;
}.auth-card-header p:last-child {
    margin: 12px 0 0;
    color: #607080;
    line-height: 1.5;
}.auth-form {
    display: grid;
    gap: 18px;
}.auth-field {
    display: grid;
    gap: 8px;
}.auth-field label,
.auth-remember {
    color: #344253;
    font-size: .92rem;
    font-weight: 650;
}.auth-input-wrap {
    position: relative;
}.auth-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7888;
    pointer-events: none;
}.auth-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    border: 1px solid #d4dde7;
    border-radius: 8px;
    padding: 0 16px 0 46px;
    color: #1c2733;
    font: inherit;
    background: rgba(255, 255, 255, .94);
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}.auth-page-register {
    align-items: start;
    box-sizing: border-box;
    grid-template-columns: minmax(280px, .75fr) minmax(600px, 1.25fr);
}.auth-page-register .auth-hero {
    position: sticky;
    top: 0;
}.auth-page-register .auth-panel {
    align-items: flex-start;
}.auth-register-card {
    width: min(100%, 760px);
}.auth-register-card .auth-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
}.auth-register-card .auth-field {
    align-content: start;
}.auth-register-card .auth-input {
    min-height: 48px;
    padding: 0 16px;
}.auth-register-card .auth-select {
    appearance: none;
    padding-right: 44px;
    background-image:
        linear-gradient(45deg, transparent 50%, #607080 50%),
        linear-gradient(135deg, #607080 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}.auth-register-card .auth-validation-summary,
.auth-register-card .auth-form-action {
    grid-column: 1 / -1;
}.auth-register-card .auth-field small {
    color: #607080;
    line-height: 1.35;
}.auth-input::placeholder {
    color: #9aa6b2;
}.auth-input:focus {
    outline: none;
    border-color: #1d5d9b;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(29, 93, 155, .14);
}.auth-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}.auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}.auth-remember input {
    width: 18px;
    height: 18px;
    accent-color: #1d5d9b;
}.auth-link {
    font-weight: 650;
}.auth-validation-summary {
    margin: 0;
    padding-left: 18px;
}.auth-card .alert {
    margin: 0 0 18px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 550;
}.auth-card .alert-danger {
    color: #8a1f1f;
    background: #fff0f0;
    border: 1px solid #ffd1d1;
}.auth-card .alert-success {
    color: #1f6b43;
    background: #effaf3;
    border: 1px solid #ccebd7;
}.auth-page-compact .auth-card {
    width: min(100%, 420px);
    padding: clamp(22px, 3vw, 32px);
}.auth-page-compact .auth-card-header {
    margin-bottom: 22px;
}.auth-page-compact .auth-card-header h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}.auth-page-compact .auth-form {
    gap: 14px;
}.auth-page-compact .auth-input {
    min-height: 46px;
    border-radius: 10px;
    font-size: .92rem;
}.auth-card-note {
    margin: 14px 0 0;
    color: #607080;
    font-size: .9rem;
    line-height: 1.45;
}.auth-demo-users {
    margin-top: 18px;
    color: #607080;
    font-size: .88rem;
}.auth-demo-users summary {
    width: fit-content;
    cursor: pointer;
    color: #1d5d9b;
    font-weight: 650;
}.auth-demo-users p {
    margin: 10px 0 0;
    line-height: 1.45;
}

@media (min-width: 1021px) {.auth-card {
        transform: translateY(64px);
    }.auth-page-register .auth-card {
        transform: none;
    }
}

@media (max-width: 1020px) {.auth-page {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 20px;
    }.auth-hero {
        min-height: auto;
    }.auth-hero-copy {
        margin-top: 52px;
    }.auth-product-surface {
        align-self: stretch;
        margin-top: 48px;
    }.auth-panel {
        align-items: flex-start;
    }.auth-page-register {
        grid-template-columns: 1fr;
    }.auth-page-register .auth-hero {
        position: static;
    }
}

@media (max-width: 640px) {.auth-page {
        gap: 14px;
        padding: 12px;
    }.auth-hero {
        padding: 22px;
    }.auth-hero h1 {
        font-size: clamp(1.3rem, 7.8vw, 2.1rem);
    }.auth-hero-copy {
        margin-top: 34px;
    }.auth-product-surface {
        display: none;
    }.auth-card {
        padding: 24px;
    }.auth-register-card .auth-form {
        grid-template-columns: 1fr;
    }.auth-register-card .auth-validation-summary,
    .auth-register-card .auth-form-action {
        grid-column: auto;
    }
}h1:focus {
    outline: none;
}.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}.invalid {
    outline: 1px solid #e50000;
}.validation-message {
    color: #e50000;
}.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}.blazor-error-boundary::after {
        content: "An error has occurred."
    }.darker-border-checkbox.form-check-input {
    border-color: #929292;
}.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control-plaintext:focus::placeholder,
