/* /Pages/ChangePasswordPage.razor.rz.scp.css */
.password-card[b-shlx6jt529] {
    width: min(100%, 33rem);
    margin: 0 auto;
    border: 1px solid rgba(23, 44, 76, 0.1);
    border-radius: 1.35rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(20, 42, 70, 0.11);
}

.password-content[b-shlx6jt529] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(1.5rem, 5vw, 2.75rem) !important;
}

.password-heading[b-shlx6jt529] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.password-heading h1[b-shlx6jt529] {
    margin: 0;
    color: #16243a;
    font-size: clamp(1.75rem, 4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.password-heading p[b-shlx6jt529] {
    margin: 0.35rem 0 0;
    color: #657287;
    font-size: 0.85rem;
}

.password-icon[b-shlx6jt529] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 3.4rem;
    height: 3.4rem;
    color: #1d5b92;
    background: #edf5fc;
    border-radius: 1rem;
}

.password-form[b-shlx6jt529] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.password-form[b-shlx6jt529]  .mud-input-outlined {
    background: #f8fafc;
    border-radius: 0.85rem;
}

.password-form[b-shlx6jt529]  .mud-input-outlined-border {
    border-color: #d6dde7;
    border-radius: 0.85rem;
}

.password-form[b-shlx6jt529]  .mud-button-root {
    min-height: 3.35rem;
    border-radius: 0.85rem;
    font-weight: 700;
    box-shadow: 0 0.65rem 1.5rem rgba(33, 105, 166, 0.22);
}

.password-scope[b-shlx6jt529] {
    margin: 0;
    color: #718096;
    font-size: 0.76rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 600px) {
    .password-card[b-shlx6jt529] {
        margin: 0;
        border-radius: 1.1rem;
    }

    .password-content[b-shlx6jt529] {
        padding: 1.5rem !important;
    }
}
/* /Pages/LoginPage.razor.rz.scp.css */
.login-card[b-m3wagysynj] {
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(23, 44, 76, 0.1);
    border-radius: 1.35rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(20, 42, 70, 0.11) !important;
}

.login-content[b-m3wagysynj] {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    padding: clamp(1.6rem, 4vw, 2.65rem) !important;
}

.login-section[b-m3wagysynj] {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.section-heading[b-m3wagysynj] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
}

.login-eyebrow[b-m3wagysynj] {
    color: #276aa5;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.13em;
}

.section-heading h1[b-m3wagysynj] {
    margin: 0;
    color: #16243a;
    font-size: clamp(1.8rem, 4vw, 2.3rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.section-heading p[b-m3wagysynj] {
    margin: 0;
    color: #657287;
    font-size: 0.91rem;
    line-height: 1.55;
}

.login-section[b-m3wagysynj]  .login-field {
    margin: 0;
}

.login-section[b-m3wagysynj]  .login-field .mud-input-outlined {
    min-height: 3.35rem;
    background: #f8fafc;
    border-radius: 0.85rem;
}

.login-section[b-m3wagysynj]  .login-field .mud-input-outlined-border {
    border-color: #d6dde7;
    border-radius: 0.85rem;
}

.login-section[b-m3wagysynj]  .login-field:hover .mud-input-outlined-border {
    border-color: #91a2b7;
}

.login-section[b-m3wagysynj]  .login-field .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #2468a2;
    border-width: 1.5px;
}

.login-section[b-m3wagysynj]  .login-submit {
    min-height: 3.35rem;
    margin-top: 0.15rem;
    border-radius: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    box-shadow: 0 0.65rem 1.5rem rgba(33, 105, 166, 0.22);
}

.tenant-list[b-m3wagysynj] {
    display: grid;
    gap: 0.7rem;
}

.tenant-option[b-m3wagysynj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.9rem 1rem;
    color: inherit;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(27, 42, 74, 0.13);
    border-radius: 0.85rem;
    cursor: pointer;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.tenant-option:hover:not(:disabled)[b-m3wagysynj],
.tenant-option:focus-visible[b-m3wagysynj] {
    border-color: #2367a8;
    box-shadow: 0 0.55rem 1.2rem rgba(35, 103, 168, 0.12);
    transform: translateY(-1px);
    outline: none;
}

.tenant-option:disabled[b-m3wagysynj] {
    cursor: wait;
    opacity: 0.72;
}

.tenant-icon[b-m3wagysynj] {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    color: #2367a8;
    background: #edf5fc;
    border-radius: 0.75rem;
}

.tenant-copy[b-m3wagysynj] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.tenant-name[b-m3wagysynj] {
    overflow: hidden;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tenant-id[b-m3wagysynj] {
    color: #657287;
    font-size: 0.78rem;
}

.login-content[b-m3wagysynj]  .login-alert {
    margin-top: -0.25rem;
    border-radius: 0.85rem;
}

.security-note[b-m3wagysynj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #718096;
    font-size: 0.76rem;
}

@media (max-width: 600px) {
    .login-card[b-m3wagysynj] {
        margin: 0;
        border-radius: 1.1rem;
    }

    .login-content[b-m3wagysynj] {
        gap: 1.25rem;
        padding: 1.5rem !important;
    }
}
/* /Pages/StationSelectionPage.razor.rz.scp.css */
.station-selection-card[b-hf38lpfngx] {
    width: min(100%, 620px);
    border: 1px solid rgba(23, 44, 76, 0.1);
    border-radius: 1.35rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(20, 42, 70, 0.11);
}

.station-selection-content[b-hf38lpfngx] {
    padding: clamp(1.6rem, 4vw, 2.65rem);
}

.station-selection-heading[b-hf38lpfngx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.station-selection-heading h1[b-hf38lpfngx] {
    margin: 0;
    color: #16243a;
    font-size: clamp(1.75rem, 4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.station-selection-heading p[b-hf38lpfngx],
.station-selection-state p[b-hf38lpfngx] {
    margin: 0.35rem 0 0;
    color: #657287;
    font-size: 0.88rem;
    line-height: 1.5;
}

.station-selection-icon[b-hf38lpfngx],
.station-selection-option-icon[b-hf38lpfngx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.station-selection-icon[b-hf38lpfngx] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
}

.station-selection-state[b-hf38lpfngx] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.station-selection-list[b-hf38lpfngx] {
    display: grid;
    gap: .75rem;
}

.station-selection-option[b-hf38lpfngx] {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem;
    color: var(--mud-palette-text-primary);
    text-align: left;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.station-selection-option:hover:not(:disabled)[b-hf38lpfngx],
.station-selection-option:focus-visible:not(:disabled)[b-hf38lpfngx] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .09);
    transform: translateY(-1px);
    outline: none;
}

.station-selection-option:disabled[b-hf38lpfngx] {
    cursor: wait;
    opacity: .72;
}

.station-selection-option-icon[b-hf38lpfngx] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.station-selection-option-copy[b-hf38lpfngx] {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.station-selection-option-name[b-hf38lpfngx] {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.station-selection-option-number[b-hf38lpfngx] {
    color: var(--mud-palette-text-secondary);
    font-size: .8rem;
}

.station-selection-note[b-hf38lpfngx] {
    margin: 1rem 0 0;
    color: #718096;
    font-size: 0.76rem;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .station-selection-card[b-hf38lpfngx] {
        border-radius: 1.1rem;
    }

    .station-selection-heading[b-hf38lpfngx] {
        align-items: flex-start;
    }

    .station-selection-content[b-hf38lpfngx] {
        padding: 1.5rem;
    }
}
/* /Pages/TableReservation/RsvScheduler/AssetRow.razor.rz.scp.css */
tr td[b-7jmr909j16] {
    border: 1px solid #ddd;
}

.reservation[b-7jmr909j16] {
    position: relative;
    align-content: center;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    width: 100%;
    height: 100%;
    text-overflow: clip;
    text-align: center;
    user-select: none;
    border-radius: 5px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

    .reservation:hover[b-7jmr909j16] {
        box-shadow: 0 0 4px rgba(33,33,33,.7);
        border: 2px solid var(--mud-palette-primary-darken);
    }
/* /Pages/TableReservation/RsvScheduler/RsvScheduler.razor.rz.scp.css */

.rsv-scheduler[b-wuci06e5uo] {
    border: 1px solid black;
    border-collapse: collapse;
}

    .rsv-scheduler td[b-wuci06e5uo], .rsv-scheduler th[b-wuci06e5uo] {
        border: 1px solid #ddd;
    }

.date-header[b-wuci06e5uo] {
    border: 1px solid black;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.auth-shell[b-agffjy10qj] {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(21rem, 0.82fr) minmax(32rem, 1.18fr);
    color: #172033;
    background: #f4f7fb;
}

.auth-brand-panel[b-agffjy10qj] {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
    padding: clamp(2.25rem, 5vw, 5.5rem);
    overflow: hidden;
    color: #fff;
    background: #102a43;
}

.auth-brand-panel[b-agffjy10qj]::after {
    position: absolute;
    z-index: -1;
    right: -7rem;
    bottom: -8rem;
    width: 22rem;
    height: 22rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4rem;
    content: "";
    transform: rotate(24deg);
}

.auth-brand-lockup[b-agffjy10qj],
.auth-mobile-brand[b-agffjy10qj] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.auth-brand-logo-surface[b-agffjy10qj] {
    display: flex;
    width: 12.25rem;
    max-width: 100%;
    padding: 0.7rem 0.9rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.16);
}

.auth-brand-logo[b-agffjy10qj] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.auth-brand-message[b-agffjy10qj] {
    max-width: 34rem;
}

.auth-overline[b-agffjy10qj] {
    display: block;
    margin-bottom: 1rem;
    color: #8dc5f4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.auth-brand-message h1[b-agffjy10qj] {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    font-weight: 680;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.auth-brand-message p[b-agffjy10qj] {
    max-width: 29rem;
    margin: 1.4rem 0 0;
    color: #bfd0df;
    font-size: clamp(0.95rem, 1.3vw, 1.08rem);
    line-height: 1.7;
}

.auth-trust-list[b-agffjy10qj] {
    display: grid;
    max-width: 32rem;
    gap: 0.9rem;
}

.auth-trust-list > div[b-agffjy10qj] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-trust-list > div > span[b-agffjy10qj] {
    display: flex;
    flex-direction: column;
}

.auth-trust-list strong[b-agffjy10qj] {
    font-size: 0.83rem;
    font-weight: 650;
}

.auth-trust-list small[b-agffjy10qj] {
    margin-top: 0.15rem;
    color: #9fb8d0;
    font-size: 0.72rem;
}

.auth-main[b-agffjy10qj] {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 5vw, 5rem);
}

.auth-content[b-agffjy10qj] {
    display: flex;
    width: 100%;
    max-width: 34rem;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
}

.auth-mobile-brand[b-agffjy10qj] {
    display: none;
}

.auth-footer[b-agffjy10qj] {
    margin: 1.5rem 0 0;
    color: #8190a5;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
}

@media (max-width: 900px) {
    .auth-shell[b-agffjy10qj] {
        grid-template-columns: 1fr;
    }

    .auth-brand-panel[b-agffjy10qj] {
        display: none;
    }

    .auth-main[b-agffjy10qj] {
        justify-content: flex-start;
        padding: clamp(1.25rem, 5vw, 2.5rem);
    }

    .auth-mobile-brand[b-agffjy10qj] {
        display: flex;
        width: 100%;
        max-width: 34rem;
        margin-bottom: 1.5rem;
    }

    .auth-mobile-brand .auth-brand-logo-surface[b-agffjy10qj] {
        width: 11rem;
        box-shadow: 0 0.65rem 1.5rem rgba(16, 42, 67, 0.14);
    }

    .auth-content[b-agffjy10qj] {
        flex: 1 0 auto;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .auth-main[b-agffjy10qj] {
        padding: 1rem;
    }

    .auth-mobile-brand[b-agffjy10qj] {
        margin-bottom: 1rem;
    }

    .auth-footer[b-agffjy10qj] {
        margin-top: 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mohvuar92n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mohvuar92n] {
    flex: 1;
}

.sidebar[b-mohvuar92n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mohvuar92n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mohvuar92n]  a, .top-row .btn-link[b-mohvuar92n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mohvuar92n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mohvuar92n] {
        display: none;
    }

    .top-row.auth[b-mohvuar92n] {
        justify-content: space-between;
    }

    .top-row a[b-mohvuar92n], .top-row .btn-link[b-mohvuar92n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mohvuar92n] {
        flex-direction: row;
    }

    .sidebar[b-mohvuar92n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mohvuar92n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-mohvuar92n], article[b-mohvuar92n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ze5afgj88m] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ze5afgj88m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ze5afgj88m] {
    font-size: 1.1rem;
}

.oi[b-ze5afgj88m] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ze5afgj88m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ze5afgj88m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ze5afgj88m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ze5afgj88m]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ze5afgj88m]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ze5afgj88m]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ze5afgj88m] {
        display: none;
    }

    .collapse[b-ze5afgj88m] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PlatformAdminLayout.razor.rz.scp.css */
.platform-shell[b-1da2zj7t8h] {
    min-height: 100vh;
    background: #f4f6fa;
}

.platform-content[b-1da2zj7t8h] {
    padding: 5.25rem 1.5rem 2rem;
}

@media (max-width: 600px) {
    .platform-content[b-1da2zj7t8h] {
        padding: 4.75rem .75rem 1rem;
    }
}
