/* _content/MyHotel/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6md905xrmw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6md905xrmw] {
    flex: 1;
}

.sidebar[b-6md905xrmw] {
    background-image: linear-gradient(180deg, var(--brand-navy) 0%, var(--brand-navy-strong) 70%);
}

.top-row[b-6md905xrmw] {
    background-color: var(--surface-white);
    border-bottom: 1px solid var(--brand-gold-soft);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-6md905xrmw]  a,
.top-row[b-6md905xrmw]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-6md905xrmw]  a:hover,
.top-row[b-6md905xrmw]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-6md905xrmw]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-6md905xrmw] {
        justify-content: space-between;
    }

    .top-row[b-6md905xrmw]  a,
    .top-row[b-6md905xrmw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6md905xrmw] {
        flex-direction: row;
    }

    .sidebar[b-6md905xrmw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6md905xrmw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6md905xrmw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6md905xrmw],
    article[b-6md905xrmw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6md905xrmw] {
    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-6md905xrmw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.layout-shell[b-6md905xrmw] {
    margin-left: 0;
    min-height: 100vh;
    background-color: var(--surface-ivory);
}

.hotel-topbar[b-6md905xrmw] {
    position: sticky;
    top: 0;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
    padding: 0.75rem 1.5rem 0.75rem 0.5rem;
    background: linear-gradient(90deg, #fffaf2 0%, #f3ecdf 100%);
    color: var(--text-dark);
    border-bottom: 1px solid var(--brand-gold-soft);
    box-shadow: 0 2px 10px var(--shadow-soft);
}

.hotel-brand[b-6md905xrmw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hotel-brand-icon[b-6md905xrmw] {
    font-size: 1.75rem;
    color: var(--brand-gold);
}

.hotel-brand-text[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.hotel-name[b-6md905xrmw] {
    font-size: 1.25rem;
    font-weight: 700;
}

.hotel-name-link[b-6md905xrmw] {
    color: var(--brand-navy);
    text-decoration: none;
}

.hotel-name-link:hover[b-6md905xrmw] {
    color: var(--brand-gold);
    text-decoration: underline;
}

.hotel-subtitle[b-6md905xrmw] {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.hotel-contact[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    font-size: 0.95rem;
}

.hotel-contact-item[b-6md905xrmw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hotel-contact-item i[b-6md905xrmw] {
    color: var(--brand-gold);
}

.main-content[b-6md905xrmw] {
    padding: 1.5rem;
}

.content[b-6md905xrmw] {
    background-color: var(--surface-white);
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px var(--shadow-soft);
}

.hotel-topbar-right[b-6md905xrmw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.user-profile-shell[b-6md905xrmw] {
    position: relative;
    flex-shrink: 0;
}

.profile-button[b-6md905xrmw] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.35rem 0.8rem 0.35rem 0.45rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 999px;
    background-color: var(--surface-white);
    color: var(--brand-navy);
    box-shadow: 0 4px 14px var(--shadow-soft);
    font-weight: 600;
}

.profile-button:hover[b-6md905xrmw] {
    background-color: #f8f2e9;
}

.profile-button-text[b-6md905xrmw] {
    white-space: nowrap;
}

.profile-caret[b-6md905xrmw] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.user-avatar[b-6md905xrmw] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--brand-gold-soft);
    background-color: #f5efe4;
}

.user-avatar-fallback[b-6md905xrmw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #f4ede2 0%, #ead8b4 100%);
}

.profile-menu[b-6md905xrmw] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    min-width: 220px;
    padding: 0.85rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    box-shadow: 0 10px 26px var(--shadow-soft);
    z-index: 950;
}

.profile-menu-name[b-6md905xrmw] {
    font-weight: 700;
    color: var(--brand-navy);
}

.profile-menu-login[b-6md905xrmw] {
    margin-top: 0.15rem;
    margin-bottom: 0.8rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.profile-menu-action[b-6md905xrmw] {
    width: 100%;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.55rem 0.8rem;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-weight: 600;
}

.login-overlay[b-6md905xrmw] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(31, 42, 68, 0.45);
    z-index: 1200;
}

.login-dialog[b-6md905xrmw] {
    width: min(100%, 420px);
    padding: 1.25rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.login-dialog-header[b-6md905xrmw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.login-dialog-header h3[b-6md905xrmw] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.1rem;
}

.login-close[b-6md905xrmw] {
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 1rem;
}

.login-field[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.9rem;
}

.login-field label[b-6md905xrmw] {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.login-input[b-6md905xrmw] {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background-color: #fffdf9;
    color: var(--text-dark);
}

.login-submit-button[b-6md905xrmw] {
    width: 100%;
    border: 1px solid #b6924d;
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    background: linear-gradient(135deg, #d8b36a 0%, #c79d4d 100%);
    color: #1f2a44;
    font-weight: 700;
}

.login-error-message[b-6md905xrmw],
.login-validation-summary[b-6md905xrmw] {
    margin-bottom: 0.9rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background-color: #fbefea;
    color: #9b5c47;
    font-size: 0.85rem;
}

.main-content-locked[b-6md905xrmw] {
    pointer-events: none;
    user-select: none;
    filter: blur(1px);
}

.login-required-message[b-6md905xrmw] {
    margin-bottom: 0.9rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.85rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hotel-topbar[b-6md905xrmw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hotel-contact[b-6md905xrmw] {
        align-items: flex-start;
    }

    .hotel-topbar-right[b-6md905xrmw] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-menu[b-6md905xrmw] {
        left: 0;
        right: auto;
    }
}

.login-overlay[b-6md905xrmw] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(31, 42, 68, 0.45);
    z-index: 1200;
}

.login-dialog[b-6md905xrmw] {
    width: min(100%, 420px);
    padding: 1.25rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.login-dialog-header[b-6md905xrmw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.login-dialog-header h3[b-6md905xrmw] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.1rem;
}

.login-close[b-6md905xrmw] {
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 1rem;
}

.login-field[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.9rem;
}

.login-field label[b-6md905xrmw] {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.login-input[b-6md905xrmw] {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background-color: #fffdf9;
    color: var(--text-dark);
}

.login-submit-button[b-6md905xrmw] {
    width: 100%;
    border: 1px solid #b6924d;
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    background: linear-gradient(135deg, #d8b36a 0%, #c79d4d 100%);
    color: #1f2a44;
    font-weight: 700;
}

.login-error-message[b-6md905xrmw],
.login-validation-summary[b-6md905xrmw] {
    margin-bottom: 0.9rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background-color: #fbefea;
    color: #9b5c47;
    font-size: 0.85rem;
}

.main-content-locked[b-6md905xrmw] {
    pointer-events: none;
    user-select: none;
    filter: blur(1px);
}

.login-required-message[b-6md905xrmw] {
    margin-bottom: 0.9rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.85rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hotel-topbar[b-6md905xrmw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hotel-contact[b-6md905xrmw] {
        align-items: flex-start;
    }

    .hotel-topbar-right[b-6md905xrmw] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-menu[b-6md905xrmw] {
        left: 0;
        right: auto;
    }
}

.EditForm[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.DataAnnotationsValidator[b-6md905xrmw] {
    display: none;
}

.ValidationSummary[b-6md905xrmw] {
    margin-bottom: 1rem;
}

.login-error-message[b-6md905xrmw] {
    margin-bottom: 0.9rem;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    background-color: #fbefea;
    color: #9b5c47;
    font-size: 0.85rem;
}

.login-field[b-6md905xrmw] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.login-field label[b-6md905xrmw] {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.login-input[b-6md905xrmw] {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background-color: #fffdf9;
    color: var(--text-dark);
}

.login-submit-button[b-6md905xrmw] {
    width: 100%;
    border: 1px solid #b6924d;
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    background: linear-gradient(135deg, #d8b36a 0%, #c79d4d 100%);
    color: #1f2a44;
    font-weight: 700;
}
/* _content/MyHotel/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-apo71myk1a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-apo71myk1a] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-apo71myk1a] {
    min-height: 3.5rem;
    background-color: rgba(22, 42, 68, 0.95);
}

.navbar-brand[b-apo71myk1a] {
    font-size: 1.1rem;
    color: #f8f6f1;
}

.bi[b-apo71myk1a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-apo71myk1a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-apo71myk1a] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-apo71myk1a] {
    padding-bottom: 1rem;
}

.nav-section-title[b-apo71myk1a] {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(233, 236, 239, 0.75);
}

.nav-icon[b-apo71myk1a] {
    width: auto;
    height: auto;
    margin-right: 0.75rem;
    top: 0;
    background: none;
}

.nav-item[b-apo71myk1a]  .nav-link {
    color: #e9ecef;
    background: none;
    border: none;
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-apo71myk1a]  a.active {
    background-color: rgba(199, 164, 106, 0.22);
    color: white;
}

.nav-item[b-apo71myk1a]  .nav-link:hover {
    background-color: rgba(199, 164, 106, 0.14);
    color: white;
}

.nav-scrollable[b-apo71myk1a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-apo71myk1a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-apo71myk1a] {
        display: none;
    }

    .nav-scrollable[b-apo71myk1a] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}.navbar-toggler[b-apo71myk1a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-apo71myk1a] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-apo71myk1a] {
    min-height: 3.5rem;
    background-color: rgba(22, 42, 68, 0.95);
}

.navbar-brand[b-apo71myk1a] {
    font-size: 1.1rem;
    color: #f8f6f1;
}

.bi[b-apo71myk1a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-apo71myk1a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-apo71myk1a] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-apo71myk1a] {
    padding-bottom: 1rem;
}

.nav-item[b-apo71myk1a]  .nav-link {
    color: #e9ecef;
    background: none;
    border: none;
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-apo71myk1a]  a.active {
    background-color: rgba(199, 164, 106, 0.22);
    color: white;
}

.nav-item[b-apo71myk1a]  .nav-link:hover {
    background-color: rgba(199, 164, 106, 0.14);
    color: white;
}

.nav-scrollable[b-apo71myk1a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-apo71myk1a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-apo71myk1a] {
        display: none;
    }

    .nav-scrollable[b-apo71myk1a] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}.navbar-toggler[b-apo71myk1a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-apo71myk1a] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-apo71myk1a] {
    min-height: 3.5rem;
    background-color: rgba(22, 42, 68, 0.95);
}

.navbar-brand[b-apo71myk1a] {
    font-size: 1.1rem;
    color: #f8f6f1;
}

.bi[b-apo71myk1a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-apo71myk1a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-apo71myk1a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-apo71myk1a] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-apo71myk1a] {
    padding-bottom: 1rem;
}

.nav-item[b-apo71myk1a]  .nav-link {
    color: #e9ecef;
    background: none;
    border: none;
    border-radius: 6px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-apo71myk1a]  a.active {
    background-color: rgba(199, 164, 106, 0.22);
    color: white;
}

.nav-item[b-apo71myk1a]  .nav-link:hover {
    background-color: rgba(199, 164, 106, 0.14);
    color: white;
}

.nav-scrollable[b-apo71myk1a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-apo71myk1a] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-apo71myk1a] {
        display: none;
    }

    .nav-scrollable[b-apo71myk1a] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MyHotel/Components/Pages/Checkin.razor.rz.scp.css */
.checkin-page[b-av5bvdwe68] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkin-page-header[b-av5bvdwe68] {
    padding: 0.85rem 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background: linear-gradient(135deg, #fffaf2 0%, #f4ede2 100%);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.checkin-page-header h1[b-av5bvdwe68] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.15rem;
}

.checkin-page-header p[b-av5bvdwe68] {
    margin: 0.25rem 0 0;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.checkin-page-body[b-av5bvdwe68] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkin-page-section[b-av5bvdwe68] {
    padding: 0.75rem;
    border: 1px solid #eadfcf;
    border-radius: 12px;
    background-color: #fffdf9;
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.checkin-page-section h4[b-av5bvdwe68] {
    margin: 0 0 0.55rem;
    color: var(--brand-navy);
    font-size: 0.92rem;
}

.checkin-page-grid[b-av5bvdwe68] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.75rem;
}

.checkin-payment-grid[b-av5bvdwe68] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem 0.75rem;
}

.checkin-field[b-av5bvdwe68] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.checkin-field-full[b-av5bvdwe68] {
    grid-column: 1 / -1;
}

.checkin-field label[b-av5bvdwe68] {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.checkin-input[b-av5bvdwe68] {
    width: 100%;
    min-height: 38px;
    padding: 0.48rem 0.7rem;
    border: 1px solid #d9cfbf;
    border-radius: 999px;
    background-color: #fffdf9;
    color: var(--text-dark);
    font-size: 0.84rem;
    line-height: 1.2;
    box-sizing: border-box;
}

.checkin-input:focus[b-av5bvdwe68] {
    outline: none;
    border-color: #c79d4d;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(199, 157, 77, 0.16);
}

.checkin-input-note[b-av5bvdwe68] {
    min-height: 90px;
    border-radius: 14px;
    resize: vertical;
}

.section-title-row[b-av5bvdwe68] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
}

.guest-search-row[b-av5bvdwe68] {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
}

.selected-guest-banner[b-av5bvdwe68] {
    margin-bottom: 0.55rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid #d8e7d6;
    border-radius: 8px;
    background-color: #eef5ef;
    color: #2b5934;
    font-size: 0.86rem;
}

.guest-results-wrapper[b-av5bvdwe68] {
    overflow-x: auto;
    border: 1px solid #eadfcf;
    border-radius: 10px;
}

.guest-results-table[b-av5bvdwe68] {
    width: 100%;
    border-collapse: collapse;
}

.guest-results-table th[b-av5bvdwe68],
.guest-results-table td[b-av5bvdwe68] {
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #f0e7db;
    text-align: left;
    font-size: 0.86rem;
}

.guest-results-table th[b-av5bvdwe68] {
    background-color: #f8f2e8;
    color: var(--brand-navy);
    font-size: 0.78rem;
}

.guest-search-empty[b-av5bvdwe68] {
    padding: 0.55rem 0;
    color: var(--text-muted);
    font-size: 0.86rem;
}

.checkin-page-actions[b-av5bvdwe68] {
    display: flex;
    justify-content: flex-end;
}

.checkin-primary-button[b-av5bvdwe68],
.checkin-secondary-button[b-av5bvdwe68] {
    min-height: 38px;
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.checkin-primary-button[b-av5bvdwe68] {
    border: 1px solid var(--brand-gold-soft);
    background-color: #f5efe4;
    color: var(--brand-navy);
}

.checkin-secondary-button[b-av5bvdwe68] {
    border: 1px solid #d9cfbf;
    background-color: #ffffff;
    color: var(--text-dark);
}

.checkin-button-fill[b-av5bvdwe68] {
    width: 100%;
}

.checkin-link-button[b-av5bvdwe68] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #0d6efd;
    font-size: 0.84rem;
    font-weight: 600;
}

.checkin-page-message[b-av5bvdwe68] {
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.checkin-page-message-success[b-av5bvdwe68] {
    border: 1px solid #d8e7d6;
    background-color: #eef5ef;
    color: #2b5934;
}

.checkin-page-message-error[b-av5bvdwe68] {
    border: 1px solid #e4b8ac;
    background-color: #fbefea;
    color: #9b5c47;
}

@media (max-width: 768px) {
    .checkin-page-grid[b-av5bvdwe68],
    .checkin-payment-grid[b-av5bvdwe68],
    .guest-search-row[b-av5bvdwe68] {
        grid-template-columns: 1fr;
    }
}
/* _content/MyHotel/Components/Pages/CleaningRoomPopup.razor.rz.scp.css */
.cleaning-popup-backdrop[b-653ylqigpb] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem;
    background-color: rgba(17, 24, 39, 0.45);
}

.cleaning-popup[b-653ylqigpb] {
    width: min(100%, 360px);
    border-radius: 14px;
    background-color: var(--surface-white);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}

.cleaning-popup-header[b-653ylqigpb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem 0.65rem;
    border-bottom: 1px solid #eee7db;
}

.cleaning-popup-header h3[b-653ylqigpb] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 0.95rem;
}

.cleaning-popup-header p[b-653ylqigpb] {
    margin: 0.2rem 0 0;
    color: var(--text-muted);
    font-size: 0.76rem;
}

.cleaning-room-number-banner[b-653ylqigpb] {
    display: inline-flex;
    margin-bottom: 0.25rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background-color: #edf3f5;
    color: #dc3545;
    font-size: 0.68rem;
    font-weight: 700;
}

.cleaning-popup-close[b-653ylqigpb] {
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1;
}

.cleaning-popup-body[b-653ylqigpb] {
    padding: 0.85rem 0.9rem 0.95rem;
}

.cleaning-popup-message[b-653ylqigpb] {
    margin: 0;
    color: var(--text-dark);
    font-size: 0.88rem;
}

.cleaning-popup-error[b-653ylqigpb] {
    margin: 0 0.9rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background-color: #fbefea;
    color: #9b5c47;
    font-size: 0.84rem;
}

.cleaning-popup-actions[b-653ylqigpb] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.cleaning-primary-button[b-653ylqigpb],
.cleaning-secondary-button[b-653ylqigpb] {
    border: 0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    font-size: 0.84rem;
}

.cleaning-primary-button[b-653ylqigpb] {
    background-color: #198754;
    color: #fff;
}

.cleaning-secondary-button[b-653ylqigpb] {
    background-color: #f1f3f5;
    color: var(--text-dark);
}

.occupied-range-button[b-653ylqigpb] {
    padding-inline: 0.4rem;
}
/* _content/MyHotel/Components/Pages/Customer.razor.rz.scp.css */
.customer-page[b-o8z6873pwv] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.customer-page-header h1[b-o8z6873pwv] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.35rem;
}

.customer-page-header p[b-o8z6873pwv] {
    margin: 0.25rem 0 0;
    color: var(--text-muted);
}

.customer-page-message[b-o8z6873pwv] {
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--brand-gold-soft);
    background-color: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.customer-page-message-error[b-o8z6873pwv] {
    background-color: #fbefea;
    color: #9b5c47;
}

.customer-page-section[b-o8z6873pwv] {
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.customer-page-section-empty[b-o8z6873pwv] {
    padding-block: 0.85rem;
}

.customer-search-grid[b-o8z6873pwv] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 0.8rem;
}

.customer-field[b-o8z6873pwv] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.customer-field-wide[b-o8z6873pwv] {
    grid-column: span 2;
}

.customer-field label[b-o8z6873pwv] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.customer-input[b-o8z6873pwv] {
    width: 100%;
    min-height: 42px;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d8c9ad;
    border-radius: 10px;
    background-color: #fff;
    color: var(--text-dark);
}

.customer-search-actions[b-o8z6873pwv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.customer-primary-button[b-o8z6873pwv],
.customer-secondary-button[b-o8z6873pwv] {
    border: 0;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-weight: 600;
}

.customer-primary-button[b-o8z6873pwv] {
    background-color: var(--brand-navy);
    color: #fff;
}

.customer-secondary-button[b-o8z6873pwv] {
    background-color: #f3efe7;
    color: var(--brand-navy);
    border: 1px solid var(--brand-gold-soft);
}

.customer-link-button[b-o8z6873pwv] {
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--brand-navy);
    font-weight: 700;
    text-decoration: underline;
}

.customer-primary-button:disabled[b-o8z6873pwv],
.customer-secondary-button:disabled[b-o8z6873pwv],
.customer-link-button:disabled[b-o8z6873pwv] {
    opacity: 0.7;
}

.customer-section-header[b-o8z6873pwv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.customer-section-header h2[b-o8z6873pwv] {
    margin: 0;
    font-size: 1rem;
    color: var(--brand-navy);
}

.customer-result-count[b-o8z6873pwv] {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.75rem;
    font-weight: 700;
}

.customer-results-wrapper[b-o8z6873pwv] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.customer-results-table[b-o8z6873pwv] {
    width: 100%;
    min-width: 1180px;
    border-collapse: collapse;
}

.customer-results-table th[b-o8z6873pwv],
.customer-results-table td[b-o8z6873pwv] {
    padding: 0.7rem 0.75rem;
    border-bottom: 1px solid #eee7db;
    text-align: left;
    vertical-align: top;
}

.customer-results-table thead th[b-o8z6873pwv] {
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.customer-results-table tbody tr:nth-child(even)[b-o8z6873pwv] {
    background-color: #fcfaf6;
}

.customer-balance-due[b-o8z6873pwv] {
    color: #b86a52;
    font-weight: 700;
}

.customer-empty-state[b-o8z6873pwv] {
    color: var(--text-muted);
    font-weight: 600;
}

@media (max-width: 992px) {
    .customer-search-grid[b-o8z6873pwv] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 640px) {
    .customer-search-grid[b-o8z6873pwv] {
        grid-template-columns: 1fr;
    }

    .customer-field-wide[b-o8z6873pwv] {
        grid-column: auto;
    }

    .customer-search-actions[b-o8z6873pwv],
    .customer-section-header[b-o8z6873pwv] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media print {
    .customer-search-actions[b-o8z6873pwv],
    .customer-link-button[b-o8z6873pwv],
    .customer-stay-popup-backdrop[b-o8z6873pwv] {
        display: none !important;
    }

    .customer-page-section[b-o8z6873pwv] {
        box-shadow: none;
        border-color: #d0d0d0;
    }

    .customer-results-wrapper[b-o8z6873pwv] {
        overflow: visible;
        border: 0;
    }

    .customer-results-table[b-o8z6873pwv],
    .customer-stay-popup-table[b-o8z6873pwv] {
        min-width: 0;
    }
}
/* _content/MyHotel/Components/Pages/CustomerStayDetailPopup.razor.rz.scp.css */
.customer-stay-popup-backdrop[b-c88d9y6sed] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(17, 24, 39, 0.5);
}

.customer-stay-popup[b-c88d9y6sed] {
    width: min(100%, 980px);
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background-color: var(--surface-white);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.customer-stay-popup-header[b-c88d9y6sed] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem 0.9rem;
    border-bottom: 1px solid #eee7db;
}

.customer-stay-popup-header h3[b-c88d9y6sed] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.1rem;
}

.customer-stay-popup-header p[b-c88d9y6sed] {
    margin: 0.25rem 0 0;
    color: var(--text-muted);
}

.customer-stay-popup-room-banner[b-c88d9y6sed] {
    display: inline-flex;
    margin-bottom: 0.4rem;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.74rem;
    font-weight: 700;
}

.customer-stay-popup-close[b-c88d9y6sed] {
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 1.6rem;
    line-height: 1;
}

.customer-stay-popup-body[b-c88d9y6sed] {
    overflow: auto;
    padding: 1rem 1.15rem 1.15rem;
}

.customer-stay-popup-summary[b-c88d9y6sed] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 0.8rem;
}

.customer-stay-popup-summary > div[b-c88d9y6sed],
.customer-stay-popup-section[b-c88d9y6sed] {
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
    background-color: #fcfaf6;
}

.customer-stay-popup-label[b-c88d9y6sed] {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.customer-stay-popup-section[b-c88d9y6sed] {
    margin-top: 0.85rem;
}

.customer-stay-popup-section h4[b-c88d9y6sed] {
    margin: 0 0 0.55rem;
    color: var(--brand-navy);
    font-size: 0.95rem;
}

.customer-stay-popup-section p[b-c88d9y6sed] {
    margin: 0;
}

.customer-stay-popup-balance-due[b-c88d9y6sed] {
    color: #b86a52;
}

.customer-stay-popup-empty[b-c88d9y6sed] {
    color: var(--text-muted);
}

.customer-stay-popup-table-wrapper[b-c88d9y6sed] {
    overflow-x: auto;
    border: 1px solid #eee7db;
    border-radius: 10px;
}

.customer-stay-popup-table[b-c88d9y6sed] {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

.customer-stay-popup-table th[b-c88d9y6sed],
.customer-stay-popup-table td[b-c88d9y6sed] {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #eee7db;
    text-align: left;
}

.customer-stay-popup-table thead th[b-c88d9y6sed] {
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .customer-stay-popup-summary[b-c88d9y6sed] {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
}

@media (max-width: 576px) {
    .customer-stay-popup-summary[b-c88d9y6sed] {
        grid-template-columns: 1fr;
    }
}
/* _content/MyHotel/Components/Pages/DailyRoomServiceReport.razor.rz.scp.css */
.report-page[b-d75p15uxps] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.report-message[b-d75p15uxps] {
    padding: 1rem 1.15rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    color: var(--text-dark);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.report-message-error[b-d75p15uxps] {
    background-color: #fbefea;
    color: #9b5c47;
}

.report-header-card[b-d75p15uxps],
.report-table-card[b-d75p15uxps] {
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.report-header-card[b-d75p15uxps] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.report-header-card-simple[b-d75p15uxps] {
    align-items: center;
}

.report-header-card h1[b-d75p15uxps] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.35rem;
}

.report-header-card p[b-d75p15uxps] {
    margin: 0.3rem 0 0;
    color: var(--text-muted);
}

.report-header-actions[b-d75p15uxps] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.report-date-box[b-d75p15uxps] {
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background: linear-gradient(135deg, #f4ede2 0%, #fffaf2 100%);
    color: var(--brand-navy);
}

.report-date-label[b-d75p15uxps] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.report-button[b-d75p15uxps] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
}

.report-button-secondary[b-d75p15uxps] {
    background-color: #fff;
    color: var(--brand-navy);
}

.report-button-primary[b-d75p15uxps] {
    background-color: #f5efe4;
    color: var(--brand-navy);
}

.report-button:disabled[b-d75p15uxps] {
    opacity: 0.7;
}

.report-empty[b-d75p15uxps] {
    color: var(--text-muted);
    font-weight: 600;
}

.report-table-wrapper[b-d75p15uxps] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.report-table[b-d75p15uxps] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.report-table th[b-d75p15uxps],
.report-table td[b-d75p15uxps] {
    padding: 0.7rem 0.75rem;
    border-bottom: 1px solid #eee7db;
    text-align: left;
    vertical-align: top;
}

.report-table thead th[b-d75p15uxps] {
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.report-table tbody tr:nth-child(even)[b-d75p15uxps] {
    background-color: #fcfaf6;
}

.report-flag[b-d75p15uxps] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.report-flag-checkedout[b-d75p15uxps] {
    background-color: #edf7ef;
    color: #198754;
}

.report-flag-pending[b-d75p15uxps] {
    background-color: #fbefea;
    color: #b86a52;
}

@media (max-width: 992px) {
    .report-header-card[b-d75p15uxps] {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .report-header-actions[b-d75p15uxps] {
        width: 100%;
        justify-content: stretch;
    }

    .report-date-box[b-d75p15uxps],
    .report-button[b-d75p15uxps] {
        width: 100%;
    }

    .report-table[b-d75p15uxps] {
        min-width: 0;
    }
}

@media print {
    body[b-d75p15uxps] {
        background: #fff;
    }

    .report-page[b-d75p15uxps] {
        gap: 0;
    }

    .report-screen-only[b-d75p15uxps] {
        display: none !important;
    }

    .report-button[b-d75p15uxps] {
        display: none !important;
    }

    .report-table-card[b-d75p15uxps] {
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: 0;
        background: #fff;
    }

    .report-table-wrapper[b-d75p15uxps] {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .report-table[b-d75p15uxps] {
        min-width: 0;
        width: 100%;
    }

    .report-table thead th[b-d75p15uxps] {
        background: #fff !important;
        color: #000;
        border-bottom: 1px solid #000;
    }

    .report-table th[b-d75p15uxps],
    .report-table td[b-d75p15uxps] {
        padding: 0.35rem 0.45rem;
        color: #000;
        border-color: #cfcfcf;
    }

    .report-table tbody tr:nth-child(even)[b-d75p15uxps] {
        background: transparent;
    }

    .report-flag[b-d75p15uxps] {
        min-width: 0;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        color: #000 !important;
    }

    .report-empty[b-d75p15uxps] {
        padding: 0;
        color: #000;
    }
}
/* _content/MyHotel/Components/Pages/Home.razor.rz.scp.css */
.checkin-dashboard[b-yng74crnrs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dashboard-top-row[b-yng74crnrs] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0.75rem;
    align-items: stretch;
}

.dashboard-top-metrics[b-yng74crnrs] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.6rem;
    min-width: 0;
    overflow-x: auto;
}

.dashboard-week[b-yng74crnrs] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background: linear-gradient(135deg, #f4ede2 0%, #fffaf2 100%);
    color: var(--brand-navy);
    box-shadow: 0 6px 18px var(--shadow-soft);
    text-align: center;
}

.dashboard-week-label[b-yng74crnrs] {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.dashboard-week strong[b-yng74crnrs] {
    font-size: 0.95rem;
    line-height: 1.2;
}

.dashboard-summary-date[b-yng74crnrs] {
    margin-top: 0.35rem;
    font-size: 0.74rem;
    color: var(--text-muted);
}

.dashboard-message[b-yng74crnrs] {
    padding: 1rem 1.15rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    color: var(--text-dark);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.dashboard-error[b-yng74crnrs] {
    background-color: #fbefea;
    color: #9b5c47;
}

.calendar-section[b-yng74crnrs] {
    padding: 0.85rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.calendar-header h2[b-yng74crnrs] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1rem;
}

.calendar-today-label[b-yng74crnrs] {
    margin-left: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
}

.calendar-header[b-yng74crnrs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.calendar-header-actions[b-yng74crnrs] {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.calendar-header p[b-yng74crnrs] {
    margin: 0.2rem 0 0.7rem;
    color: var(--text-muted);
    font-size: 0.8rem;
}

.calendar-refresh[b-yng74crnrs] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-weight: 600;
    align-self: center;
    white-space: nowrap;
}

.calendar-refresh:disabled[b-yng74crnrs] {
    opacity: 0.7;
}

.dashboard-summary[b-yng74crnrs] {
    display: grid;
    grid-template-columns: repeat(5, 98px);
    gap: 0.6rem;
    justify-content: start;
    flex: 0 0 auto;
}

.summary-card[b-yng74crnrs] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
    min-height: 58px;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    color: var(--text-dark);
    background-color: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
    border-left: 5px solid transparent;
}

.summary-card strong[b-yng74crnrs] {
    font-size: 0.95rem;
    line-height: 1;
}

.summary-title[b-yng74crnrs] {
    font-size: 0.68rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.15;
    white-space: nowrap;
}

.summary-card.available[b-yng74crnrs] {
    border-left-color: #6f8f72;
}

.summary-card.occupied[b-yng74crnrs] {
    border-left-color: #b86a52;
}

.summary-card.reserved[b-yng74crnrs] {
    border-left-color: var(--brand-gold);
}

.summary-card.cleaning[b-yng74crnrs] {
    border-left-color: #7c9aa8;
}

.summary-card.maintenance[b-yng74crnrs] {
    border-left-color: #8a7a9a;
}

.summary-card.other[b-yng74crnrs] {
    border-left-color: #6e7f91;
}

.calendar-wrapper[b-yng74crnrs] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.room-calendar[b-yng74crnrs] {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: var(--surface-white);
}

.room-calendar th[b-yng74crnrs],
.room-calendar td[b-yng74crnrs] {
    padding: 0.35rem 0.2rem;
    text-align: center;
    border-bottom: 1px solid #eee7db;
    border-right: 1px solid #eee7db;
}

.room-calendar thead th[b-yng74crnrs] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-weight: 700;
}

.sticky-column[b-yng74crnrs] {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fbf8f2;
}

.room-calendar thead .sticky-column[b-yng74crnrs] {
    z-index: 4;
    background-color: #efe5d2;
}

.today-column-heading[b-yng74crnrs] {
    background-color: #d8b36a !important;
    color: #1f2a44;
    box-shadow: inset 0 -3px 0 #9c6b1f;
}

.today-column-cell[b-yng74crnrs] {
    background-color: #fff2cc;
    box-shadow: inset 3px 0 0 #d8b36a, inset -3px 0 0 #d8b36a;
}

.room-column[b-yng74crnrs] {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}

.room-name[b-yng74crnrs] {
    font-weight: 600;
    color: var(--brand-navy);
    text-align: center;
}

.room-info[b-yng74crnrs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.room-number[b-yng74crnrs] {
    font-weight: 700;
    color: var(--brand-navy);
}

.room-features[b-yng74crnrs] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    color: var(--text-muted);
}

.room-feature-icon[b-yng74crnrs] {
    font-size: 0.8rem;
    line-height: 1;
}

.room-smoking-icon[b-yng74crnrs] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.8rem;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1' y='8' width='8' height='4' rx='1' fill='%23f5efe4' stroke='%23b86a52' stroke-width='0.8'/%3E%3Crect x='9' y='8' width='2.6' height='4' rx='0.6' fill='%23e0ad55'/%3E%3Crect x='11.6' y='8' width='2.4' height='4' rx='0.6' fill='%23b86a52'/%3E%3Cpath d='M4 6.6c0-.9.7-1.3.7-2.1 0-.5-.2-.9-.4-1.2' fill='none' stroke='%238a8f98' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M6.2 6.2c0-.8.8-1.1.8-1.9 0-.4-.2-.8-.4-1.1' fill='none' stroke='%23b7bcc4' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
}

.room-detail[b-yng74crnrs] {
    font-size: 0.68rem;
    line-height: 1.1;
    padding: 0.15rem 0.35rem;
    border-radius: 999px;
    background-color: #f6f1e7;
}

.calendar-day-name[b-yng74crnrs] {
    font-size: 0.82rem;
    font-weight: 700;
}

.calendar-day-date[b-yng74crnrs] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.calendar-cell[b-yng74crnrs] {
    min-width: 92px;
    padding: 0.35rem 0.3rem;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 600;
}

.status-available[b-yng74crnrs] {
    background-color: #eef5ef;
    color: #198754;
}

.status-occupied[b-yng74crnrs] {
    background-color: #fbefea;
    color: #0d6efd;
}

.status-reserved[b-yng74crnrs] {
    background-color: #f8f2e6;
    color: #8a6a34;
}

.status-cleaning[b-yng74crnrs] {
    background-color: #edf3f5;
    color: #dc3545;
}

.status-maintenance[b-yng74crnrs] {
    background-color: #f1eef5;
    color: #000000;
}

.status-other[b-yng74crnrs] {
    background-color: #eef2f6;
    color: #53677b;
}

.available-cell-button[b-yng74crnrs] {
    width: 100%;
    border: 0;
    cursor: pointer;
    font: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.available-cell-button:hover[b-yng74crnrs] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(25, 135, 84, 0.12);
}

.available-cell-button:focus-visible[b-yng74crnrs] {
    outline: 2px solid #198754;
    outline-offset: 2px;
}

.occupied-cell-button[b-yng74crnrs] {
    width: 100%;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0.35rem 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.occupied-cell-button:hover[b-yng74crnrs] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.12);
}

.occupied-cell-button:focus-visible[b-yng74crnrs] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.occupied-range-button[b-yng74crnrs] {
    padding-inline: 0;
}

.occupied-cell-label[b-yng74crnrs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    white-space: nowrap;
}

.occupied-cell-label .bi[b-yng74crnrs] {
    font-size: 1rem;
    line-height: 1;
}

.occupied-range-middle .occupied-cell-label .bi[b-yng74crnrs],
.occupied-range-end .occupied-cell-label .bi[b-yng74crnrs] {
    font-size: 1.2rem;
    font-weight: 700;
}

.occupied-range-start[b-yng74crnrs],
.occupied-range-middle[b-yng74crnrs],
.occupied-range-end[b-yng74crnrs],
.occupied-range-single[b-yng74crnrs] {
    border-left: 0;
    border-right: 0;
}

.cleaning-cell-button[b-yng74crnrs] {
    width: 100%;
    border: 0;
    cursor: pointer;
    font: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cleaning-cell-button:hover[b-yng74crnrs] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.12);
}

.cleaning-cell-button:focus-visible[b-yng74crnrs] {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

.cleaning-popup-backdrop[b-yng74crnrs] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(17, 24, 39, 0.45);
}

.cleaning-popup[b-yng74crnrs] {
    width: min(100%, 420px);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.24);
    overflow: hidden;
}

.cleaning-popup-header[b-yng74crnrs] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem 0.75rem;
    border-bottom: 1px solid #eee7db;
}

.cleaning-popup-header h3[b-yng74crnrs] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1rem;
}

.cleaning-popup-header p[b-yng74crnrs] {
    margin: 0.25rem 0 0;
    color: var(--text-muted);
    font-size: 0.8rem;
}

.cleaning-room-number-banner[b-yng74crnrs] {
    display: inline-flex;
    margin-bottom: 0.35rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background-color: #edf3f5;
    color: #dc3545;
    font-size: 0.72rem;
    font-weight: 700;
}

.cleaning-popup-close[b-yng74crnrs] {
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font-size: 1.25rem;
    line-height: 1;
}

.cleaning-popup-body[b-yng74crnrs] {
    padding: 1rem 1.1rem 1.1rem;
}

.cleaning-popup-message[b-yng74crnrs] {
    margin: 0;
    color: var(--text-dark);
}

.cleaning-popup-error[b-yng74crnrs] {
    margin: 0 1.1rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background-color: #fbefea;
    color: #9b5c47;
}

.cleaning-popup-actions[b-yng74crnrs] {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1rem;
}

.cleaning-primary-button[b-yng74crnrs],
.cleaning-secondary-button[b-yng74crnrs] {
    border: 0;
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
}

.cleaning-primary-button[b-yng74crnrs] {
    background-color: #198754;
    color: #fff;
}

.cleaning-secondary-button[b-yng74crnrs] {
    background-color: #f1f3f5;
    color: var(--text-dark);
}

.revenue-summary-inline[b-yng74crnrs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 0.6rem;
    align-items: stretch;
    flex: 1 1 auto;
}

.revenue-summary-stack-card[b-yng74crnrs] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background-color: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.revenue-summary-heading[b-yng74crnrs] {
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.revenue-summary-line[b-yng74crnrs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.revenue-summary-total[b-yng74crnrs] {
    margin-top: 0.1rem;
    padding-top: 0.4rem;
    border-top: 1px solid #eee7db;
}

.revenue-summary-label[b-yng74crnrs] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.revenue-summary-value[b-yng74crnrs] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.1;
    text-align: right;
}

@media (max-width: 768px) {
    .dashboard-top-row[b-yng74crnrs] {
        grid-template-columns: 1fr;
    }

    .dashboard-top-metrics[b-yng74crnrs] {
        flex-direction: column;
        overflow-x: visible;
    }

    .calendar-header[b-yng74crnrs] {
        flex-direction: column;
    }

    .calendar-header-actions[b-yng74crnrs] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-summary[b-yng74crnrs] {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        flex: 1 1 auto;
    }

    .revenue-summary-inline[b-yng74crnrs] {
        grid-template-columns: 1fr;
        flex: 1 1 auto;
    }
}

@media (max-width: 576px) {
    .dashboard-summary[b-yng74crnrs] {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .revenue-summary-stack-card[b-yng74crnrs] {
        min-width: 0;
    }

    .revenue-summary-line[b-yng74crnrs] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.1rem;
    }

    .revenue-summary-value[b-yng74crnrs] {
        text-align: left;
    }
}

.today-column-heading .calendar-day-name[b-yng74crnrs],
.today-column-heading .calendar-day-date[b-yng74crnrs] {
    font-weight: 700;
    color: #1f2a44;
}
/* _content/MyHotel/Components/Pages/Hotelinfo.razor.rz.scp.css */
.hotelinfo-page[b-1y70mu588b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hotelinfo-card[b-1y70mu588b] {
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.hotelinfo-header[b-1y70mu588b] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hotelinfo-header h1[b-1y70mu588b] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.4rem;
}

.hotelinfo-header p[b-1y70mu588b] {
    margin: 0.35rem 0 0;
    color: var(--text-muted);
}

.hotelinfo-refresh[b-1y70mu588b] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.6rem 1rem;
    background: #f5efe4;
    color: var(--brand-navy);
    font-weight: 600;
}

.hotelinfo-refresh:disabled[b-1y70mu588b] {
    opacity: 0.65;
}

.hotelinfo-message[b-1y70mu588b] {
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: #f8f6f1;
    color: var(--text-dark);
}

.hotelinfo-error[b-1y70mu588b] {
    background: #fbefea;
    color: #9b5c47;
}

.hotelinfo-summary[b-1y70mu588b] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.hotelinfo-summary-card[b-1y70mu588b] {
    min-width: 140px;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    border-left: 5px solid var(--brand-gold);
    background: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.hotelinfo-summary-card span[b-1y70mu588b] {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.hotelinfo-summary-card strong[b-1y70mu588b] {
    font-size: 1.2rem;
    color: var(--brand-navy);
}

.hotelinfo-table-wrapper[b-1y70mu588b] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.hotelinfo-table[b-1y70mu588b] {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: var(--surface-white);
}

.hotelinfo-table th[b-1y70mu588b],
.hotelinfo-table td[b-1y70mu588b] {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #eee7db;
    border-right: 1px solid #eee7db;
    text-align: left;
    white-space: nowrap;
}

.hotelinfo-table thead th[b-1y70mu588b] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-weight: 700;
}

@media (max-width: 768px) {
    .hotelinfo-header[b-1y70mu588b] {
        flex-direction: column;
        align-items: stretch;
    }

    .hotelinfo-refresh[b-1y70mu588b] {
        width: 100%;
    }
}
/* _content/MyHotel/Components/Pages/MonthlyRoomSummaryReport.razor.rz.scp.css */
.monthly-summary-report-page[b-i54jqedsma] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.monthly-summary-report-message[b-i54jqedsma] {
    padding: 1rem 1.15rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    color: var(--text-dark);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.monthly-summary-report-message-error[b-i54jqedsma] {
    background-color: #fbefea;
    color: #9b5c47;
}

.monthly-summary-report-header-card[b-i54jqedsma],
.monthly-summary-report-table-card[b-i54jqedsma] {
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.monthly-summary-report-header-card[b-i54jqedsma] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.monthly-summary-report-header-card h1[b-i54jqedsma] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.35rem;
}

.monthly-summary-report-header-card p[b-i54jqedsma] {
    margin: 0.3rem 0 0;
    color: var(--text-muted);
}

.monthly-summary-report-actions[b-i54jqedsma] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.monthly-summary-report-month-box[b-i54jqedsma] {
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background: linear-gradient(135deg, #f4ede2 0%, #fffaf2 100%);
    color: var(--brand-navy);
}

.monthly-summary-report-month-label[b-i54jqedsma] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.monthly-summary-report-button[b-i54jqedsma] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
}

.monthly-summary-report-button-secondary[b-i54jqedsma] {
    background-color: #fff;
    color: var(--brand-navy);
}

.monthly-summary-report-button-primary[b-i54jqedsma] {
    background-color: #f5efe4;
    color: var(--brand-navy);
}

.monthly-summary-report-button:disabled[b-i54jqedsma] {
    opacity: 0.7;
}

.monthly-summary-report-empty[b-i54jqedsma] {
    color: var(--text-muted);
    font-weight: 600;
}

.monthly-summary-report-table-wrapper[b-i54jqedsma] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.monthly-summary-report-table[b-i54jqedsma] {
    width: 100%;
    min-width: 540px;
    border-collapse: collapse;
}

.monthly-summary-report-table th[b-i54jqedsma],
.monthly-summary-report-table td[b-i54jqedsma] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #eee7db;
    text-align: left;
}

.monthly-summary-report-table thead th[b-i54jqedsma],
.monthly-summary-report-table tfoot th[b-i54jqedsma] {
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.monthly-summary-report-table tbody tr:nth-child(even)[b-i54jqedsma] {
    background-color: #fcfaf6;
}

.monthly-summary-report-table tfoot th[b-i54jqedsma] {
    border-top: 2px solid var(--brand-gold-soft);
}

@media (max-width: 992px) {
    .monthly-summary-report-header-card[b-i54jqedsma] {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .monthly-summary-report-actions[b-i54jqedsma] {
        width: 100%;
        justify-content: stretch;
    }

    .monthly-summary-report-month-box[b-i54jqedsma],
    .monthly-summary-report-button[b-i54jqedsma] {
        width: 100%;
    }

    .monthly-summary-report-table[b-i54jqedsma] {
        min-width: 0;
    }
}

@media print {
    .monthly-summary-report-header-card[b-i54jqedsma] {
        display: none !important;
    }

    .monthly-summary-report-table-card[b-i54jqedsma] {
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: 0;
        background: #fff;
    }

    .monthly-summary-report-table-wrapper[b-i54jqedsma] {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .monthly-summary-report-table[b-i54jqedsma] {
        min-width: 0;
        width: 100%;
    }

    .monthly-summary-report-table thead th[b-i54jqedsma],
    .monthly-summary-report-table tfoot th[b-i54jqedsma] {
        background: #fff !important;
        color: #000;
        border-bottom: 1px solid #000;
    }

    .monthly-summary-report-table th[b-i54jqedsma],
    .monthly-summary-report-table td[b-i54jqedsma] {
        padding: 0.35rem 0.45rem;
        color: #000;
        border-color: #cfcfcf;
    }

    .monthly-summary-report-table tbody tr:nth-child(even)[b-i54jqedsma] {
        background: transparent;
    }
}
/* _content/MyHotel/Components/Pages/MonthlySummaryReport.razor.rz.scp.css */
.monthly-summary-page[b-edfo9he1k1] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.monthly-summary-message[b-edfo9he1k1] {
    padding: 1rem 1.15rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    color: var(--text-dark);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.monthly-summary-message-error[b-edfo9he1k1] {
    background-color: #fbefea;
    color: #9b5c47;
}

.monthly-summary-header-card[b-edfo9he1k1],
.monthly-summary-table-card[b-edfo9he1k1] {
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.monthly-summary-header-card[b-edfo9he1k1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.monthly-summary-header-card h1[b-edfo9he1k1] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.35rem;
}

.monthly-summary-header-card p[b-edfo9he1k1] {
    margin: 0.3rem 0 0;
    color: var(--text-muted);
}

.monthly-summary-actions[b-edfo9he1k1] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.monthly-summary-year-box[b-edfo9he1k1] {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background: linear-gradient(135deg, #f4ede2 0%, #fffaf2 100%);
    color: var(--brand-navy);
}

.monthly-summary-year-label[b-edfo9he1k1] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.monthly-summary-button[b-edfo9he1k1] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.6rem 0.95rem;
    font-weight: 600;
}

.monthly-summary-button-secondary[b-edfo9he1k1] {
    background-color: #fff;
    color: var(--brand-navy);
}

.monthly-summary-button-primary[b-edfo9he1k1] {
    background-color: #f5efe4;
    color: var(--brand-navy);
}

.monthly-summary-button:disabled[b-edfo9he1k1] {
    opacity: 0.7;
}

.monthly-summary-print-title[b-edfo9he1k1] {
    display: none;
    margin-bottom: 0.75rem;
    color: #000;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
}

.monthly-summary-empty[b-edfo9he1k1] {
    color: var(--text-muted);
    font-weight: 600;
}

.monthly-summary-table-wrapper[b-edfo9he1k1] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.monthly-summary-table[b-edfo9he1k1] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.monthly-summary-table th[b-edfo9he1k1],
.monthly-summary-table td[b-edfo9he1k1] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #eee7db;
    text-align: left;
}

.monthly-summary-table thead th[b-edfo9he1k1],
.monthly-summary-table tfoot th[b-edfo9he1k1] {
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.monthly-summary-table tbody tr:nth-child(even)[b-edfo9he1k1] {
    background-color: #fcfaf6;
}

.monthly-summary-table tfoot th[b-edfo9he1k1] {
    border-top: 2px solid var(--brand-gold-soft);
}

@media (max-width: 992px) {
    .monthly-summary-header-card[b-edfo9he1k1] {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .monthly-summary-actions[b-edfo9he1k1] {
        width: 100%;
        justify-content: stretch;
    }

    .monthly-summary-year-box[b-edfo9he1k1],
    .monthly-summary-button[b-edfo9he1k1] {
        width: 100%;
    }

    .monthly-summary-table[b-edfo9he1k1] {
        min-width: 0;
    }
}

@media print {
    .monthly-summary-screen-only[b-edfo9he1k1] {
        display: none !important;
    }

    .monthly-summary-table-card[b-edfo9he1k1] {
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: 0;
        background: #fff;
    }

    .monthly-summary-print-title[b-edfo9he1k1] {
        display: block;
    }

    .monthly-summary-table-wrapper[b-edfo9he1k1] {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .monthly-summary-table[b-edfo9he1k1] {
        min-width: 0;
        width: 100%;
    }

    .monthly-summary-table thead th[b-edfo9he1k1],
    .monthly-summary-table tfoot th[b-edfo9he1k1] {
        background: #fff !important;
        color: #000;
        border-bottom: 1px solid #000;
    }

    .monthly-summary-table th[b-edfo9he1k1],
    .monthly-summary-table td[b-edfo9he1k1] {
        padding: 0.35rem 0.45rem;
        color: #000;
        border-color: #cfcfcf;
    }

    .monthly-summary-table tbody tr:nth-child(even)[b-edfo9he1k1] {
        background: transparent;
    }
}
/* _content/MyHotel/Components/Pages/MonthlyView.razor.rz.scp.css */
.checkin-dashboard[b-21tn3p1c45] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.monthly-empty-cell-label[b-21tn3p1c45] {
    visibility: hidden;
}

.occupied-cell-label[b-21tn3p1c45] {
    gap: 0.15rem;
}

.occupied-cell-label .bi[b-21tn3p1c45] {
    font-size: 0.95rem;
}

.dashboard-top-row[b-21tn3p1c45] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0.75rem;
    align-items: stretch;
}

.dashboard-top-metrics[b-21tn3p1c45] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.6rem;
    min-width: 0;
}

.dashboard-week[b-21tn3p1c45] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background: linear-gradient(135deg, #f4ede2 0%, #fffaf2 100%);
    color: var(--brand-navy);
    box-shadow: 0 6px 18px var(--shadow-soft);
    text-align: center;
}

.dashboard-week-label[b-21tn3p1c45] {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.dashboard-week strong[b-21tn3p1c45] {
    font-size: 0.95rem;
    line-height: 1.2;
}

.dashboard-summary-date[b-21tn3p1c45] {
    margin-top: 0.35rem;
    font-size: 0.74rem;
    color: var(--text-muted);
}

.dashboard-message[b-21tn3p1c45] {
    padding: 1rem 1.15rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 14px;
    background-color: var(--surface-white);
    color: var(--text-dark);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.dashboard-error[b-21tn3p1c45] {
    background-color: #fbefea;
    color: #9b5c47;
}

.calendar-section[b-21tn3p1c45] {
    padding: 0.85rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.calendar-header[b-21tn3p1c45] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.calendar-header h2[b-21tn3p1c45] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1rem;
}

.calendar-header p[b-21tn3p1c45] {
    margin: 0.2rem 0 0.7rem;
    color: var(--text-muted);
    font-size: 0.8rem;
}

.calendar-today-label[b-21tn3p1c45] {
    margin-left: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
}

.calendar-actions[b-21tn3p1c45] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.calendar-nav-button[b-21tn3p1c45],
.calendar-refresh[b-21tn3p1c45] {
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    color: var(--brand-navy);
    font-weight: 600;
}

.calendar-nav-button[b-21tn3p1c45] {
    background-color: #ffffff;
}

.calendar-refresh[b-21tn3p1c45] {
    background-color: #f5efe4;
}

.calendar-nav-button:disabled[b-21tn3p1c45],
.calendar-refresh:disabled[b-21tn3p1c45] {
    opacity: 0.7;
}

.dashboard-summary[b-21tn3p1c45] {
    display: grid;
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    gap: 0.6rem;
    flex: 1 1 auto;
}

.summary-card[b-21tn3p1c45] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
    min-height: 58px;
    padding: 0.45rem 0.7rem;
    border-radius: 10px;
    color: var(--text-dark);
    background-color: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
    border-left: 5px solid transparent;
}

.summary-card strong[b-21tn3p1c45] {
    font-size: 1.1rem;
    line-height: 1;
}

.summary-title[b-21tn3p1c45] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.revenue-summary-inline[b-21tn3p1c45] {
    display: grid;
    grid-template-columns: minmax(240px, 300px);
    gap: 0.6rem;
    flex: 0 0 auto;
}

.revenue-summary-stack-card[b-21tn3p1c45] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 10px;
    background-color: var(--surface-white);
    box-shadow: 0 6px 18px var(--shadow-soft);
}

.revenue-summary-heading[b-21tn3p1c45] {
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--brand-navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.revenue-summary-line[b-21tn3p1c45] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.revenue-summary-total[b-21tn3p1c45] {
    margin-top: 0.1rem;
    padding-top: 0.4rem;
    border-top: 1px solid #eee7db;
}

.revenue-summary-label[b-21tn3p1c45] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.revenue-summary-value[b-21tn3p1c45] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--brand-navy);
    line-height: 1.1;
    text-align: right;
}

.summary-card.available[b-21tn3p1c45] {
    border-left-color: #6f8f72;
}

.summary-card.occupied[b-21tn3p1c45] {
    border-left-color: #b86a52;
}

.summary-card.reserved[b-21tn3p1c45] {
    border-left-color: var(--brand-gold);
}

.summary-card.cleaning[b-21tn3p1c45] {
    border-left-color: #7c9aa8;
}

.summary-card.maintenance[b-21tn3p1c45] {
    border-left-color: #8a7a9a;
}

.summary-card.other[b-21tn3p1c45] {
    border-left-color: #6e7f91;
}

.calendar-wrapper[b-21tn3p1c45] {
    overflow-x: auto;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 12px;
}

.room-calendar[b-21tn3p1c45] {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: var(--surface-white);
}

.room-calendar th[b-21tn3p1c45],
.room-calendar td[b-21tn3p1c45] {
    padding: 0.35rem 0.2rem;
    text-align: center;
    border-bottom: 1px solid #eee7db;
    border-right: 1px solid #eee7db;
}

.room-calendar thead th[b-21tn3p1c45] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-weight: 700;
}

.sticky-column[b-21tn3p1c45] {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fbf8f2;
}

.room-calendar thead .sticky-column[b-21tn3p1c45] {
    z-index: 4;
    background-color: #efe5d2;
}

.today-column-heading[b-21tn3p1c45] {
    background-color: #d8b36a !important;
    color: #1f2a44;
    box-shadow: inset 0 -3px 0 #9c6b1f;
}

.today-column-cell[b-21tn3p1c45] {
    background-color: #fff2cc;
    box-shadow: inset 3px 0 0 #d8b36a, inset -3px 0 0 #d8b36a;
}

.room-column[b-21tn3p1c45] {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}

.room-name[b-21tn3p1c45] {
    font-weight: 600;
    color: var(--brand-navy);
    text-align: center;
}

.room-info[b-21tn3p1c45] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.room-number[b-21tn3p1c45] {
    font-weight: 700;
    color: var(--brand-navy);
}

.room-features[b-21tn3p1c45] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    color: var(--text-muted);
}

.room-feature-icon[b-21tn3p1c45] {
    font-size: 0.8rem;
    line-height: 1;
}

.room-smoking-icon[b-21tn3p1c45] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.8rem;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1' y='8' width='8' height='4' rx='1' fill='%23f5efe4' stroke='%23b86a52' stroke-width='0.8'/%3E%3Crect x='9' y='8' width='2.6' height='4' rx='0.6' fill='%23e0ad55'/%3E%3Crect x='11.6' y='8' width='2.4' height='4' rx='0.6' fill='%23b86a52'/%3E%3Cpath d='M4 6.6c0-.9.7-1.3.7-2.1 0-.5-.2-.9-.4-1.2' fill='none' stroke='%238a8f98' stroke-width='1' stroke-linecap='round'/%3E%3Cpath d='M6.2 6.2c0-.8.8-1.1.8-1.9 0-.4-.2-.8-.4-1.1' fill='none' stroke='%23b7bcc4' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
}

.calendar-day-name[b-21tn3p1c45] {
    font-size: 0.82rem;
    font-weight: 700;
}

.calendar-day-date[b-21tn3p1c45] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.calendar-cell[b-21tn3p1c45] {
    min-width: 92px;
    padding: 0.35rem 0.3rem;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 600;
}

.status-available[b-21tn3p1c45] {
    background-color: #eef5ef;
    color: #198754;
}

.status-occupied[b-21tn3p1c45] {
    background-color: #fbefea;
    color: #0d6efd;
}

.status-reserved[b-21tn3p1c45] {
    background-color: #f8f2e6;
    color: #8a6a34;
}

.status-cleaning[b-21tn3p1c45] {
    background-color: #edf3f5;
    color: #dc3545;
}

.status-maintenance[b-21tn3p1c45] {
    background-color: #f1eef5;
    color: #000000;
}

.status-other[b-21tn3p1c45] {
    background-color: #eef2f6;
    color: #53677b;
}

.available-cell-button[b-21tn3p1c45],
.occupied-cell-button[b-21tn3p1c45],
.cleaning-cell-button[b-21tn3p1c45] {
    width: 100%;
    border: 0;
    cursor: pointer;
    font: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.available-cell-button:hover[b-21tn3p1c45] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(25, 135, 84, 0.12);
}

.available-cell-button:focus-visible[b-21tn3p1c45] {
    outline: 2px solid #198754;
    outline-offset: 2px;
}

.occupied-cell-button[b-21tn3p1c45] {
    padding: 0.35rem 0;
}

.occupied-cell-button:hover[b-21tn3p1c45] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.12);
}

.occupied-cell-button:focus-visible[b-21tn3p1c45] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.occupied-range-button[b-21tn3p1c45] {
    padding-inline: 0;
}

.occupied-cell-label[b-21tn3p1c45] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    white-space: nowrap;
}

.occupied-cell-label .bi[b-21tn3p1c45] {
    font-size: 1rem;
    line-height: 1;
}

.occupied-range-middle .occupied-cell-label .bi[b-21tn3p1c45],
.occupied-range-end .occupied-cell-label .bi[b-21tn3p1c45] {
    font-size: 1.2rem;
    font-weight: 700;
}

.occupied-range-start[b-21tn3p1c45],
.occupied-range-middle[b-21tn3p1c45],
.occupied-range-end[b-21tn3p1c45],
.occupied-range-single[b-21tn3p1c45] {
    border-left: 0;
    border-right: 0;
}

.cleaning-cell-button:hover[b-21tn3p1c45] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.12);
}

.cleaning-cell-button:focus-visible[b-21tn3p1c45] {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .dashboard-top-row[b-21tn3p1c45] {
        grid-template-columns: 1fr;
    }

    .dashboard-top-metrics[b-21tn3p1c45] {
        flex-direction: column;
    }

    .calendar-header[b-21tn3p1c45] {
        flex-direction: column;
    }

    .dashboard-summary[b-21tn3p1c45] {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }

    .revenue-summary-inline[b-21tn3p1c45] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .dashboard-summary[b-21tn3p1c45] {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    .revenue-summary-line[b-21tn3p1c45] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
    }

    .revenue-summary-value[b-21tn3p1c45] {
        text-align: left;
    }
}

.today-column-heading .calendar-day-name[b-21tn3p1c45],
.today-column-heading .calendar-day-date[b-21tn3p1c45] {
    font-weight: 700;
    color: #1f2a44;
}
/* _content/MyHotel/Components/Pages/OccupiedRoomPopup.razor.rz.scp.css */
.occupied-popup-backdrop[b-a4set5w9v0] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}

.occupied-popup[b-a4set5w9v0] {
    width: min(820px, 100%);
    max-height: 88vh;
    overflow: hidden;
    border: 2px solid #d6c6ab;
    border-radius: 18px;
    background-color: #fffdf9;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.26);
}

.occupied-popup-header[b-a4set5w9v0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.95rem;
    border-bottom: 1px solid #eadfcf;
    background-color: #f8f2e8;
}

.occupied-popup-title-row[b-a4set5w9v0] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex-wrap: wrap;
}

.occupied-popup-header h3[b-a4set5w9v0] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.1;
}

.occupied-popup-date[b-a4set5w9v0] {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.occupied-room-number-banner[b-a4set5w9v0] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.2rem 0.55rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 999px;
    background-color: #efe5d2;
    color: var(--brand-navy);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.occupied-popup-close[b-a4set5w9v0] {
    border: 1px solid #d9cfbf;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #fff;
    color: var(--brand-navy);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.occupied-popup-body[b-a4set5w9v0] {
    max-height: calc(88vh - 58px);
    overflow-y: auto;
    padding: 0.75rem 0.95rem 0.9rem;
    font-size: 0.86rem;
}

.occupied-popup-section[b-a4set5w9v0] {
    margin-bottom: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #eadfcf;
    border-radius: 12px;
    background-color: #fffdf9;
}

.occupied-popup-section-compact[b-a4set5w9v0] {
    padding: 0.62rem 0.72rem;
}

.occupied-popup-section h4[b-a4set5w9v0] {
    margin: 0 0 0.45rem;
    color: var(--brand-navy);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
}

.occupied-popup-summary[b-a4set5w9v0] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.occupied-popup-summary strong[b-a4set5w9v0] {
    font-size: 0.88rem;
    line-height: 1.1;
}

.occupied-summary-label[b-a4set5w9v0] {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.occupied-field[b-a4set5w9v0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.occupied-field-full[b-a4set5w9v0] {
    grid-column: 1 / -1;
}

.occupied-field label[b-a4set5w9v0],
.occupied-inline-field label[b-a4set5w9v0] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.occupied-inline-field[b-a4set5w9v0] {
    display: flex;
        flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.occupied-input[b-a4set5w9v0] {
    width: 100%;
    min-height: 38px;
    padding: 0.48rem 0.7rem;
    border: 1px solid #d9cfbf;
    border-radius: 999px;
    background-color: #fffdf9;
    color: var(--text-dark);
    font-size: 0.84rem;
    line-height: 1.2;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.occupied-input:focus[b-a4set5w9v0] {
    outline: none;
    border-color: #c79d4d;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(199, 157, 77, 0.16);
}

.occupied-input-note[b-a4set5w9v0] {
    min-height: 72px;
    border-radius: 14px;
    resize: vertical;
}

.occupied-balance-form-row[b-a4set5w9v0] {
    display: grid;
    grid-template-columns: minmax(0, 220px) 170px;
    gap: 0.55rem;
    align-items: end;
    margin-bottom: 0.55rem;
}

.occupied-balance-inline[b-a4set5w9v0] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.occupied-balance-inline-item[b-a4set5w9v0] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #eadfcf;
    border-radius: 999px;
    background-color: #f8f2e8;
}

.occupied-balance-inline-item .occupied-summary-label[b-a4set5w9v0] {
    margin-bottom: 0;
    white-space: nowrap;
}

.occupied-balance-inline-item strong[b-a4set5w9v0] {
    font-size: 0.86rem;
    line-height: 1;
    white-space: nowrap;
}

.occupied-readonly-negative[b-a4set5w9v0] {
    color: #9b5c47;
}

.occupied-payment-grid[b-a4set5w9v0] {
    display: grid;
    grid-template-columns: minmax(0, 180px) minmax(0, 180px) 150px;
    gap: 0.55rem;
    align-items: end;
}

.occupied-payment-button-cell[b-a4set5w9v0] {
    display: flex;
    align-items: end;
}

.occupied-payment-table-wrapper[b-a4set5w9v0] {
    overflow-x: auto;
    border: 1px solid #eadfcf;
    border-radius: 10px;
}

.occupied-payment-table[b-a4set5w9v0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.occupied-payment-table th[b-a4set5w9v0],
.occupied-payment-table td[b-a4set5w9v0] {
    padding: 0.5rem 0.6rem;
    text-align: left;
    border-bottom: 1px solid #f0e7db;
    white-space: nowrap;
}

.occupied-payment-table th[b-a4set5w9v0] {
    background-color: #f8f2e8;
    color: var(--brand-navy);
    font-size: 0.72rem;
}

.occupied-payment-table tfoot th[b-a4set5w9v0] {
    background-color: #f6f1e7;
    font-weight: 700;
}

.occupied-checkout-top-row[b-a4set5w9v0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    align-items: end;
    margin-bottom: 0.55rem;
}

.occupied-checkbox-label[b-a4set5w9v0] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--brand-navy);
    font-size: 0.78rem;
    font-weight: 600;
}

.occupied-checkbox-inline[b-a4set5w9v0] {
    min-height: 38px;
    padding: 0 0.2rem 0.15rem;
    white-space: nowrap;
}

.occupied-checkbox[b-a4set5w9v0] {
    width: 16px;
    height: 16px;
    accent-color: #c79d4d;
}

.occupied-popup-actions[b-a4set5w9v0] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.6rem;
}

.occupied-primary-button[b-a4set5w9v0],
.occupied-secondary-button[b-a4set5w9v0] {
    min-height: 38px;
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.occupied-primary-button[b-a4set5w9v0] {
    border: 1px solid #d9cfbf;
    background-color: #fff;
    color: var(--text-dark);
}

.occupied-secondary-button[b-a4set5w9v0] {
    border: 1px solid #d9cfbf;
    background-color: #fff;
    color: var(--text-dark);
}

.occupied-button-compact[b-a4set5w9v0] {
    white-space: nowrap;
}

.occupied-button-fill[b-a4set5w9v0] {
    width: 100%;
    justify-content: center;
}

.occupied-popup-message[b-a4set5w9v0],
.occupied-popup-error[b-a4set5w9v0] {
    margin: 0.75rem 0;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    font-size: 0.82rem;
}

.occupied-popup-message[b-a4set5w9v0] {
    background-color: #f6f1e7;
    color: var(--text-dark);
}

.occupied-popup-message-inline[b-a4set5w9v0] {
    margin: 0;
}

.occupied-popup-error[b-a4set5w9v0] {
    background-color: #fbefea;
    color: #9b5c47;
}

@media (max-width: 768px) {
    .occupied-popup[b-a4set5w9v0] {
        width: 100%;
        max-height: 92vh;
    }

    .occupied-popup-body[b-a4set5w9v0] {
        max-height: calc(92vh - 58px);
    }

    .occupied-popup-title-row[b-a4set5w9v0],
    .occupied-popup-summary[b-a4set5w9v0],
    .occupied-balance-form-row[b-a4set5w9v0],
    .occupied-payment-grid[b-a4set5w9v0],
    .occupied-checkout-top-row[b-a4set5w9v0] {
        grid-template-columns: 1fr;
    }

    .occupied-popup-summary[b-a4set5w9v0] {
        display: grid;
    }

    .occupied-payment-button-cell[b-a4set5w9v0],
    .occupied-popup-actions[b-a4set5w9v0] {
        width: 100%;
    }

    .occupied-checkbox-inline[b-a4set5w9v0] {
        padding: 0;
    }

    .occupied-payment-table th[b-a4set5w9v0],
    .occupied-payment-table td[b-a4set5w9v0] {
        white-space: normal;
    }
}
/* _content/MyHotel/Components/Pages/Reports.razor.rz.scp.css */
.reports-landing-page[b-3v67uufqxc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reports-landing-hero[b-3v67uufqxc] {
    padding: 1rem 1.1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
}

.reports-landing-hero h1[b-3v67uufqxc] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.4rem;
}

.reports-landing-hero p[b-3v67uufqxc] {
    margin: 0.3rem 0 0;
    color: var(--text-muted);
}

.reports-landing-grid[b-3v67uufqxc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
    gap: 0.9rem;
}

.reports-landing-card[b-3v67uufqxc] {
    display: flex;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 16px;
    background-color: var(--surface-white);
    box-shadow: 0 8px 24px var(--shadow-soft);
    color: inherit;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.reports-landing-card:hover[b-3v67uufqxc] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.reports-landing-card-icon[b-3v67uufqxc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #f5efe4;
    color: var(--brand-navy);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.reports-landing-card-content h2[b-3v67uufqxc] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1rem;
}

.reports-landing-card-content p[b-3v67uufqxc] {
    margin: 0.35rem 0 0.55rem;
    color: var(--text-muted);
}

.reports-landing-link[b-3v67uufqxc] {
    font-weight: 700;
    color: var(--brand-navy);
}
/* _content/MyHotel/Components/Pages/RoomCheckinPopup.razor.rz.scp.css */
.checkin-popup-backdrop[b-gyvg51eiq7] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}

.checkin-popup[b-gyvg51eiq7] {
    width: min(820px, 100%);
    max-height: 88vh;
    overflow: hidden;
    border: 2px solid #d6c6ab;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdf9 0%, #fffaf2 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.26);
}

.checkin-popup-header[b-gyvg51eiq7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.95rem;
    border-bottom: 1px solid #eadfcf;
    background-color: #f8f2e8;
}

.checkin-popup-title-row[b-gyvg51eiq7] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex-wrap: wrap;
}

.checkin-popup-header h3[b-gyvg51eiq7] {
    margin: 0;
    color: var(--brand-navy);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.1;
}

.checkin-popup-date[b-gyvg51eiq7] {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.checkin-room-number-banner[b-gyvg51eiq7] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.2rem 0.55rem;
    border: 1px solid var(--brand-gold-soft);
    border-radius: 999px;
    background-color: #efe5d2;
    color: var(--brand-navy);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.checkin-popup-close[b-gyvg51eiq7] {
    border: 1px solid #d9cfbf;
    border-radius: 999px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #ffffff;
    color: var(--brand-navy);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.checkin-popup-body[b-gyvg51eiq7] {
    max-height: calc(88vh - 58px);
    overflow-y: auto;
    padding: 0.75rem 0.95rem 0.9rem;
    font-size: 0.86rem;
}

.checkin-popup-section[b-gyvg51eiq7] {
    margin-bottom: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #eadfcf;
    border-radius: 12px;
    background-color: #fffdf9;
}

.checkin-popup-section-compact[b-gyvg51eiq7] {
    padding: 0.62rem 0.72rem;
}

.checkin-popup-section h4[b-gyvg51eiq7] {
    margin: 0 0 0.45rem;
    color: var(--brand-navy);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.1;
}

.section-title-row[b-gyvg51eiq7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.45rem;
}

.checkin-popup-error[b-gyvg51eiq7] {
    margin: 0.75rem 0.95rem 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid #e4b8ac;
    border-radius: 10px;
    background-color: #fbefea;
    color: #9b5c47;
    font-size: 0.82rem;
}

.guest-search-row[b-gyvg51eiq7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 0.55rem;
    margin-bottom: 0.5rem;
    align-items: end;
}

.selected-guest-banner[b-gyvg51eiq7] {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid #d8e7d6;
    border-radius: 10px;
    background-color: #eef5ef;
    color: #2b5934;
    font-size: 0.82rem;
}

.guest-results-wrapper[b-gyvg51eiq7] {
    overflow-x: auto;
    border: 1px solid #eadfcf;
    border-radius: 10px;
}

.guest-results-table[b-gyvg51eiq7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.guest-results-table th[b-gyvg51eiq7],
.guest-results-table td[b-gyvg51eiq7] {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #f0e7db;
    text-align: left;
    white-space: nowrap;
}

.guest-results-table th[b-gyvg51eiq7] {
    background-color: #f8f2e8;
    color: var(--brand-navy);
    font-size: 0.72rem;
}

.guest-search-empty[b-gyvg51eiq7] {
    padding: 0.45rem 0;
    color: var(--text-muted);
    font-size: 0.82rem;
}

.checkin-popup-grid[b-gyvg51eiq7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.65rem;
}

.checkin-payment-grid[b-gyvg51eiq7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem 0.65rem;
}

.checkin-field[b-gyvg51eiq7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.checkin-field-full[b-gyvg51eiq7] {
    grid-column: 1 / -1;
}

.checkin-field label[b-gyvg51eiq7] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--brand-navy);
}

.checkin-input[b-gyvg51eiq7] {
    width: 100%;
    min-height: 38px;
    padding: 0.48rem 0.7rem;
    border: 1px solid #d9cfbf;
    border-radius: 999px;
    background-color: #fffdf9;
    color: var(--text-dark);
    font-size: 0.84rem;
    line-height: 1.2;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.checkin-input[b-gyvg51eiq7]::placeholder {
    color: #8f8a80;
}

.checkin-input:focus[b-gyvg51eiq7] {
    outline: none;
    border-color: #c79d4d;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(199, 157, 77, 0.16);
}

.checkin-input-note[b-gyvg51eiq7] {
    min-height: 72px;
    border-radius: 14px;
    resize: vertical;
}

.checkin-primary-button[b-gyvg51eiq7],
.checkin-secondary-button[b-gyvg51eiq7] {
    min-height: 38px;
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.checkin-primary-button[b-gyvg51eiq7] {
    border: 1px solid var(--brand-gold-soft);
    background-color: #f5efe4;
    color: var(--brand-navy);
}

.checkin-secondary-button[b-gyvg51eiq7] {
    border: 1px solid #d9cfbf;
    background-color: #ffffff;
    color: var(--text-dark);
}

.checkin-button-fill[b-gyvg51eiq7] {
    width: 100%;
    justify-content: center;
}

.checkin-popup-actions[b-gyvg51eiq7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
    margin-top: 0.65rem;
}

.checkin-link-button[b-gyvg51eiq7] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #0d6efd;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .checkin-popup[b-gyvg51eiq7] {
        width: 100%;
        max-height: 92vh;
    }

    .checkin-popup-body[b-gyvg51eiq7] {
        max-height: calc(92vh - 58px);
    }

    .checkin-popup-grid[b-gyvg51eiq7],
    .checkin-payment-grid[b-gyvg51eiq7],
    .guest-search-row[b-gyvg51eiq7] {
        grid-template-columns: 1fr;
    }

    .guest-results-table th[b-gyvg51eiq7],
    .guest-results-table td[b-gyvg51eiq7] {
        white-space: normal;
    }
}
