/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-exdrd50wlg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.app-version-footer[b-exdrd50wlg] {
    align-items: center;
    background: #0d2448;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    padding: 0.85rem 1rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-version-footer strong[b-exdrd50wlg] {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    letter-spacing: 0.02em;
}

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

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

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

    .top-row[b-exdrd50wlg]  a:hover, .top-row[b-exdrd50wlg]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-exdrd50wlg] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-exdrd50wlg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-exdrd50wlg], article[b-exdrd50wlg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-exdrd50wlg] {
    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-exdrd50wlg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-actions[b-znj7dzn37n]  .language-selector select {
    background: #ffffff;
    border: 1px solid rgba(16, 44, 87, 0.16);
    border-radius: 0.5rem;
    color: #102c57;
    font: inherit;
    font-size: 0.92rem;
    min-height: 2.5rem;
    padding: 0.35rem 0.6rem;
}

.nav-actions[b-znj7dzn37n]  .language-selector select:focus {
    border-color: #17559c;
    box-shadow: 0 0 0 3px rgba(23, 85, 156, 0.14);
    outline: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-21nlmkccsw],
.components-reconnect-repeated-attempt-visible[b-21nlmkccsw],
.components-reconnect-failed-visible[b-21nlmkccsw],
.components-pause-visible[b-21nlmkccsw],
.components-resume-failed-visible[b-21nlmkccsw],
.components-rejoining-animation[b-21nlmkccsw] {
    display: none;
}

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


#components-reconnect-modal[b-21nlmkccsw] {
    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-21nlmkccsw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-21nlmkccsw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-21nlmkccsw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-21nlmkccsw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-21nlmkccsw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-21nlmkccsw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-21nlmkccsw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-21nlmkccsw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-21nlmkccsw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-21nlmkccsw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-21nlmkccsw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-21nlmkccsw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-21nlmkccsw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-21nlmkccsw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-21nlmkccsw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-21nlmkccsw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-21nlmkccsw {
    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/Pages/Error.razor.rz.scp.css */
.error-page[b-h7bmedoxt5] {
    min-height: calc(100vh - 180px);
    display: grid;
    place-items: center;
    padding: 4rem 1.25rem;
    background:
        linear-gradient(180deg, rgba(87, 26, 16, 0.9), rgba(16, 44, 87, 0.9)),
        url('https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=1400&h=900&q=80');
    background-position: center;
    background-size: cover;
    color: white;
}

.error-shell[b-h7bmedoxt5] {
    width: min(900px, 100%);
    text-align: center;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 70px rgba(8, 24, 48, 0.3);
    backdrop-filter: blur(10px);
}

.error-code[b-h7bmedoxt5] {
    display: inline-grid;
    place-items: center;
    min-width: 8.5rem;
    min-height: 4.5rem;
    margin-bottom: 1.25rem;
    border: 2px solid #ffd24d;
    color: #ffd24d;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.error-eyebrow[b-h7bmedoxt5] {
    margin: 0 0 0.75rem;
    color: #ffd24d;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.error-shell h1[b-h7bmedoxt5] {
    max-width: 760px;
    margin: 0 auto 1rem;
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    line-height: 1.05;
}

.error-message[b-h7bmedoxt5],
.error-hint[b-h7bmedoxt5] {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.75;
}

.error-hint[b-h7bmedoxt5] {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.76);
}

.error-actions[b-h7bmedoxt5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.error-action[b-h7bmedoxt5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.64);
    color: white;
    font-weight: 800;
    text-decoration: none;
}

.error-action:hover[b-h7bmedoxt5],
.error-action:focus[b-h7bmedoxt5] {
    color: white;
    background: rgba(255, 255, 255, 0.14);
}

.error-action-primary[b-h7bmedoxt5] {
    border-color: #ffd24d;
    background: #ffd24d;
    color: #102c57;
}

.error-action-primary:hover[b-h7bmedoxt5],
.error-action-primary:focus[b-h7bmedoxt5] {
    color: #102c57;
    background: #ffe07a;
}

.error-details[b-h7bmedoxt5] {
    max-width: 720px;
    margin: 2rem auto 0;
    padding: 1rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.error-details summary[b-h7bmedoxt5] {
    cursor: pointer;
    color: #ffd24d;
    font-weight: 800;
}

.error-details h2[b-h7bmedoxt5] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.error-details code[b-h7bmedoxt5] {
    color: #102c57;
    background: rgba(255, 255, 255, 0.84);
    padding: 0.15rem 0.35rem;
}

@media (max-width: 640px) {
    .error-page[b-h7bmedoxt5] {
        padding: 2.5rem 1rem;
    }

    .error-shell[b-h7bmedoxt5] {
        padding: 2.25rem 1.25rem;
    }

    .error-actions[b-h7bmedoxt5] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-ssc39oh0dq] {
    min-height: calc(100vh - 180px);
    display: grid;
    place-items: center;
    padding: 4rem 1.25rem;
    background:
        linear-gradient(180deg, rgba(16, 44, 87, 0.92), rgba(16, 44, 87, 0.86)),
        url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1400&h=900&q=80');
    background-position: center;
    background-size: cover;
    color: white;
}

.not-found-shell[b-ssc39oh0dq] {
    width: min(860px, 100%);
    text-align: center;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 70px rgba(8, 24, 48, 0.28);
    backdrop-filter: blur(10px);
}

.not-found-code[b-ssc39oh0dq] {
    display: inline-grid;
    place-items: center;
    min-width: 8.5rem;
    min-height: 4.5rem;
    margin-bottom: 1.25rem;
    border: 2px solid #ffd24d;
    color: #ffd24d;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.not-found-eyebrow[b-ssc39oh0dq] {
    margin: 0 0 0.75rem;
    color: #ffd24d;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.not-found-shell h1[b-ssc39oh0dq] {
    max-width: 720px;
    margin: 0 auto 1rem;
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    line-height: 1.05;
}

.not-found-message[b-ssc39oh0dq],
.not-found-hint[b-ssc39oh0dq] {
    max-width: 660px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.75;
}

.not-found-hint[b-ssc39oh0dq] {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.76);
}

.not-found-actions[b-ssc39oh0dq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.not-found-action[b-ssc39oh0dq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.64);
    color: white;
    font-weight: 800;
    text-decoration: none;
}

.not-found-action:hover[b-ssc39oh0dq],
.not-found-action:focus[b-ssc39oh0dq] {
    color: white;
    background: rgba(255, 255, 255, 0.14);
}

.not-found-action-primary[b-ssc39oh0dq] {
    border-color: #ffd24d;
    background: #ffd24d;
    color: #102c57;
}

.not-found-action-primary:hover[b-ssc39oh0dq],
.not-found-action-primary:focus[b-ssc39oh0dq] {
    color: #102c57;
    background: #ffe07a;
}

@media (max-width: 640px) {
    .not-found-page[b-ssc39oh0dq] {
        padding: 2.5rem 1rem;
    }

    .not-found-shell[b-ssc39oh0dq] {
        padding: 2.25rem 1.25rem;
    }

    .not-found-actions[b-ssc39oh0dq] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Reservations.razor.rz.scp.css */
.reservations-hero[b-akngk7985k] {
    background: linear-gradient(135deg, #17559c 0%, #1a6bb5 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px;
}

.hero-title[b-akngk7985k] {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
    font-weight: 800;
}

.hero-subtitle[b-akngk7985k] {
    font-size: 1.2rem;
    margin: 0;
    opacity: 0.95;
}

.reservations-benefits[b-akngk7985k] {
    margin-bottom: 50px;
}

.benefits-grid[b-akngk7985k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-card[b-akngk7985k] {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e7ff;
    box-shadow: 0 4px 12px rgba(23, 85, 156, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover[b-akngk7985k] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(23, 85, 156, 0.15);
}

.benefit-icon[b-akngk7985k] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.benefit-card h3[b-akngk7985k] {
    color: #102c57;
    margin: 10px 0;
    font-size: 1.2rem;
}

.benefit-card p[b-akngk7985k] {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

.reservations-form-section[b-akngk7985k] {
    margin-bottom: 60px;
}

.reservation-form-card[b-akngk7985k] {
    background: white;
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(23, 85, 156, 0.1);
    padding: 40px;
}

.form-header[b-akngk7985k] {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #ffd24d;
    padding-bottom: 20px;
}

.form-header h2[b-akngk7985k] {
    color: #102c57;
    font-size: 1.8rem;
    margin: 0;
}

.form-section[b-akngk7985k] {
    margin-bottom: 30px;
}

.reservation-details-grid[b-akngk7985k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
}

.reservation-details-grid .form-group[b-akngk7985k] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-section-title[b-akngk7985k] {
    color: #17559c;
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    font-weight: 600;
    border-left: 4px solid #ffd24d;
    padding-left: 15px;
}

.form-group[b-akngk7985k] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-input[b-akngk7985k] {
    border-radius: 8px;
    border: 2px solid #e0e7ff;
    padding: 10px 12px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-input:focus[b-akngk7985k] {
    border-color: #17559c;
    outline: none;
}

.reservation-details-grid .form-input[b-akngk7985k] {
    width: 100%;
    min-height: 46px;
}

.reservation-details-grid .rz-datepicker.form-input[b-akngk7985k],
.reservation-details-grid .rz-dropdown.form-input[b-akngk7985k],
.reservation-details-grid .rz-numeric.form-input[b-akngk7985k] {
    align-items: center;
    display: flex;
    height: 46px;
    padding: 0;
}

.reservation-details-grid .rz-datepicker input[b-akngk7985k],
.reservation-details-grid .rz-numeric input[b-akngk7985k],
.reservation-details-grid .rz-dropdown-label[b-akngk7985k] {
    align-items: center;
    display: flex;
    height: 100%;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.reservation-details-grid .rz-dropdown-trigger[b-akngk7985k],
.reservation-details-grid .rz-datepicker-trigger[b-akngk7985k],
.reservation-details-grid .rz-numeric-button[b-akngk7985k] {
    align-self: stretch;
}

.field-help[b-akngk7985k] {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

.form-actions[b-akngk7985k] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.submit-button[b-akngk7985k] {
    flex: 1;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

.validation-errors[b-akngk7985k] {
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #c33;
}

.alert-message[b-akngk7985k] {
    border-radius: 8px;
    padding: 15px;
}
