/* _content/HostSmart.WebApp/Components/Dialogs/CreateBookingDialog.razor.rz.scp.css */
.booking-dialog[b-yguawpz4la] {
    padding-bottom: 0.25rem;
}

@media (max-width: 767.98px) {
    .mobile-stack-row[b-yguawpz4la] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mobile-stack-row > *[b-yguawpz4la] {
        width: 100%;
    }

    .parking-toggle-row[b-yguawpz4la] {
        min-height: 44px;
    }

    .dialog-actions[b-yguawpz4la] {
        position: sticky;
        bottom: 0;
        background-color: var(--sand100);
        padding-top: 0.5rem;
        padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(31, 58, 47, 0.12);
        justify-content: stretch !important;
    }

    .dialog-action-btn[b-yguawpz4la] {
        flex: 1 1 0;
        min-height: 44px;
    }
}
/* _content/HostSmart.WebApp/Components/Dialogs/CreateGuestDialog.razor.rz.scp.css */
@media (max-width: 767.98px) {
    .mobile-stack-row[b-pt3qqikzff] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mobile-stack-row > *[b-pt3qqikzff] {
        width: 100%;
    }

    .dialog-actions[b-pt3qqikzff] {
        flex-direction: column;
        align-items: stretch;
    }

    .dialog-action-btn[b-pt3qqikzff] {
        width: 100%;
        min-height: 44px;
    }
}
/* _content/HostSmart.WebApp/Components/Dialogs/EditBookingDialog.razor.rz.scp.css */
.booking-dialog[b-mrg749l6qq] { padding-bottom: 0.25rem; }
@media (max-width: 767.98px) {
    .mobile-stack-row[b-mrg749l6qq] { flex-direction: column !important; align-items: stretch !important; }
    .mobile-stack-row > *[b-mrg749l6qq] { width: 100%; }
    .parking-toggle-row[b-mrg749l6qq] { min-height: 44px; }
    .dialog-actions[b-mrg749l6qq] { position: sticky; bottom: 0; background-color: var(--sand100); padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(31, 58, 47, 0.12); justify-content: stretch !important; }
    .dialog-action-btn[b-mrg749l6qq] { flex: 1 1 0; min-height: 44px; }
}
/* _content/HostSmart.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3kntz2ulod] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3kntz2ulod] {
    flex: 1;
}

.sidebar[b-3kntz2ulod] {
    background-image: linear-gradient(180deg, var(--forest700) 0%, var(--forest900) 100%);
    box-shadow: 8px 0 24px rgba(25, 53, 43, 0.08);
}

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

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

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

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

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

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

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

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

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

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

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

    main[b-3kntz2ulod] {
        min-width: 0;
    }
}

#blazor-error-ui[b-3kntz2ulod] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3kntz2ulod] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HostSmart.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-fava9sdzhc] {
    height: 3.5rem;
    background-color: rgba(25, 53, 43, 0.28);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.navbar-brand[b-fava9sdzhc] {
    font-size: 1.1rem;
    padding: 0;
    line-height: 1;
    gap: 0.5rem;
}

/* Square icon mark — hidden by default; shown only on very small screens */
.brand-icon[b-fava9sdzhc] {
    display: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
    object-fit: contain;
}

/* Horizontal wordmark — shown by default */
.brand-logo[b-fava9sdzhc] {
    display: block;
    height: 1.875rem;
    width: auto;
    border-radius: 0.3125rem;
    object-fit: contain;
    /* The SVG has a cream (#F7F2E8) fill that matches the brand sand100 palette;
       a subtle shadow helps it lift off the dark sidebar header */
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35));
}

@media (max-width: 25em) {
    .brand-icon[b-fava9sdzhc]  { display: block; }
    .brand-logo[b-fava9sdzhc]  { display: none; }
}

.bi[b-fava9sdzhc] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.6rem;
    top: 0;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fava9sdzhc] {
    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-fava9sdzhc] {
    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-fava9sdzhc] {
    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-fava9sdzhc] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-fava9sdzhc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 8px;
        min-height: 44px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.5rem 0.75rem;
    }

.nav-item[b-fava9sdzhc]  a.active {
    background-color: rgba(255,255,255,0.18);
    color: white;
    box-shadow: inset 3px 0 0 var(--sage500);
}

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

.desktop-nav[b-fava9sdzhc] {
    display: none;
}

.mobile-bottom-nav[b-fava9sdzhc] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.125rem;
    padding: 0.35rem 0.4rem calc(0.35rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, var(--forest700) 0%, var(--forest900) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-bottom-nav[b-fava9sdzhc]  .mobile-nav-link {
    color: #eaf2ec;
    text-decoration: none;
    border-radius: 0.65rem;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.3rem 0.25rem;
    font-size: 0.72rem;
    font-weight: 600;
}

.mobile-bottom-nav[b-fava9sdzhc]  .mobile-nav-link .bi {
    margin-right: 0;
    width: 1.15rem;
    height: 1.15rem;
}

.mobile-bottom-nav[b-fava9sdzhc]  a.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.mobile-bottom-nav[b-fava9sdzhc]  .mobile-nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
    .desktop-nav[b-fava9sdzhc] {
        display: block;
    }

    .nav-scrollable[b-fava9sdzhc] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .mobile-bottom-nav[b-fava9sdzhc] {
        display: none;
    }
}
/* _content/HostSmart.WebApp/Components/Pages/Bookings.razor.rz.scp.css */
.booking-cards[b-i64x20uzte] {
    display: grid;
    gap: 0.75rem;
}

.page-header-subtitle[b-i64x20uzte] { display: block; color: var(--ink-500); margin-top: .2rem; }
.booking-toolbar[b-i64x20uzte] { display: flex; flex-wrap: wrap; gap: .75rem; align-items: end; padding: 1rem; margin-bottom: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); }
.booking-search[b-i64x20uzte] { flex: 1 1 260px; }
.booking-filter[b-i64x20uzte] { min-width: 150px; }
.date-filter-group[b-i64x20uzte] { display: flex; flex-direction: column; gap: .25rem; min-width: 140px; }
.date-filter-group label[b-i64x20uzte] { font-size: .75rem; color: var(--ink-500); }
.shortcut-group[b-i64x20uzte] { display: flex; gap: .4rem; flex-wrap: wrap; }
.booking-view-bar[b-i64x20uzte] { display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem; }
.booking-count[b-i64x20uzte] { color: var(--ink-500); }
.booking-view-toggle[b-i64x20uzte] { display: flex; gap: .25rem; }
.booking-calendar[b-i64x20uzte] { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); overflow: hidden; }
.calendar-header[b-i64x20uzte] { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .75rem; border-bottom: 1px solid var(--line); }
.calendar-title[b-i64x20uzte] { margin: 0; min-width: 190px; text-align: center; }
.calendar-grid[b-i64x20uzte] { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); min-height: 300px; }
.calendar-day[b-i64x20uzte] { min-width: 0; padding: .65rem; border-right: 1px solid var(--line); background: var(--surface); }
.calendar-day:last-child[b-i64x20uzte] { border-right: 0; }
.calendar-day-today[b-i64x20uzte] { background: var(--surface-muted); }
.calendar-day-heading[b-i64x20uzte] { display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem; color: var(--ink-500); font-size: .75rem; text-transform: uppercase; }
.calendar-day-heading strong[b-i64x20uzte] { color: var(--ink-950); font-size: 1.1rem; }
.calendar-booking[b-i64x20uzte] { display: flex; flex-direction: column; width: 100%; margin-bottom: .5rem; padding: .5rem; border: 0; border-left: 3px solid var(--sage500); border-radius: .35rem; background: var(--sage200); color: var(--ink-950); text-align: left; cursor: pointer; }
.calendar-booking span[b-i64x20uzte] { overflow: hidden; font-size: .8rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.calendar-booking small[b-i64x20uzte] { color: var(--ink-500); }
.calendar-booking-confirmed[b-i64x20uzte] { border-left-color: var(--forest700); }
.calendar-booking-cancelled[b-i64x20uzte] { border-left-color: var(--clay500); background: #f8e9e3; }
.calendar-booking:focus-visible[b-i64x20uzte] { outline: 2px solid var(--focus-ring); outline-offset: 1px; }

.booking-card[b-i64x20uzte] {
    border-radius: 0.75rem;
}

.booking-card-clickable[b-i64x20uzte] {
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.booking-card-clickable:hover[b-i64x20uzte],
.booking-card-clickable:focus-visible[b-i64x20uzte] {
    box-shadow: 0 0 0 2px var(--rz-primary);
    outline: none;
}

:global(.rz-data-row[role="button"])[b-i64x20uzte] {
    cursor: pointer;
}

:global(.rz-data-row[role="button"]:focus-visible)[b-i64x20uzte] {
    outline: 2px solid var(--rz-primary);
    outline-offset: -2px;
}

.booking-guest-name[b-i64x20uzte] {
    margin: 0;
}

.page-header-actions[b-i64x20uzte] {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.page-header-title[b-i64x20uzte] {
    flex: 1 1 auto;
}

@media (max-width: 767.98px) {
    .header-action-btn[b-i64x20uzte] {
        width: 100%;
    }
    .booking-toolbar[b-i64x20uzte] { align-items: stretch; }
    .booking-filter[b-i64x20uzte], .date-filter-group[b-i64x20uzte] { flex: 1 1 140px; }
    .shortcut-group[b-i64x20uzte] { width: 100%; }
    .shortcut-group .rz-button[b-i64x20uzte] { flex: 1; }
    .calendar-grid[b-i64x20uzte] { grid-template-columns: 1fr; }
    .calendar-day[b-i64x20uzte] { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
    .calendar-day:last-child[b-i64x20uzte] { border-bottom: 0; }
}
/* _content/HostSmart.WebApp/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-header[b-kgco7upaqa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.dashboard-header h1[b-kgco7upaqa] { margin: 0; }
.dashboard-subtitle[b-kgco7upaqa] { color: var(--ink-500); margin: 0.35rem 0 0; }
.dashboard-metrics[b-kgco7upaqa] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.dashboard-metric .rz-card[b-kgco7upaqa] { height: 100%; padding: 1.25rem; }
.dashboard-metric .rz-text-h3[b-kgco7upaqa] { margin: 0.4rem 0; }
.dashboard-grid[b-kgco7upaqa] { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 1rem; margin-top: 1rem; }
.dashboard-panel[b-kgco7upaqa] { padding: 1.25rem; }
.panel-heading[b-kgco7upaqa] { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.operation-list[b-kgco7upaqa], .upcoming-list[b-kgco7upaqa] { display: grid; gap: 0.25rem; }
.operation-list > div[b-kgco7upaqa] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.65rem; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.operation-list > div:last-child[b-kgco7upaqa] { border-bottom: 0; }
.operation-list strong[b-kgco7upaqa] { font-size: 1.15rem; }
.operation-dot[b-kgco7upaqa] { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: var(--sage500); }
.operation-dot.departure[b-kgco7upaqa] { background: var(--clay500); }
.operation-dot.pending[b-kgco7upaqa] { background: var(--rz-warning); }
.upcoming-stay[b-kgco7upaqa] { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
.upcoming-stay:last-child[b-kgco7upaqa] { border-bottom: 0; }
.upcoming-stay div[b-kgco7upaqa] { display: grid; gap: 0.15rem; }
.upcoming-stay span[b-kgco7upaqa] { color: var(--ink-500); font-size: 0.875rem; }
.dashboard-empty[b-kgco7upaqa] { color: var(--ink-500); padding: 1rem 0; }

@media (max-width: 900px) { .dashboard-metrics[b-kgco7upaqa] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767.98px) {
    .dashboard-header[b-kgco7upaqa] { flex-direction: column; }
    .dashboard-header .rz-button[b-kgco7upaqa] { width: 100%; }
    .dashboard-metrics[b-kgco7upaqa], .dashboard-grid[b-kgco7upaqa] { grid-template-columns: 1fr; }
    .dashboard-panel[b-kgco7upaqa] { padding: 1rem; }
}
/* _content/HostSmart.WebApp/Components/Pages/Guests.razor.rz.scp.css */
.page-header-actions[b-lu3t507akw] { flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.25rem; }
.page-header-title[b-lu3t507akw], .page-header-subtitle[b-lu3t507akw], .summary-label[b-lu3t507akw], .summary-value[b-lu3t507akw], .summary-detail[b-lu3t507akw], .guest-name[b-lu3t507akw], .guest-email[b-lu3t507akw] { display: block; margin: 0; }
.page-header-title[b-lu3t507akw] { margin-bottom: 0.25rem; }
.page-header-subtitle[b-lu3t507akw], .guest-email[b-lu3t507akw], .summary-detail[b-lu3t507akw], .booking-context-label[b-lu3t507akw] { color: var(--rz-text-color-secondary); }
.guest-summary[b-lu3t507akw] { flex-wrap: wrap; margin-bottom: 1rem; }
.summary-card[b-lu3t507akw] { flex: 1 1 160px; min-width: 150px; border-radius: 0.75rem; }
.summary-label[b-lu3t507akw] { color: var(--rz-text-color-secondary); text-transform: uppercase; letter-spacing: 0.04em; }
.summary-value[b-lu3t507akw] { margin: 0.15rem 0; }
.guest-search[b-lu3t507akw] { width: min(100%, 420px); margin-bottom: 1rem; }
.guest-cards[b-lu3t507akw] { display: grid; gap: 0.75rem; }
.guest-card[b-lu3t507akw] { border-radius: 0.75rem; }
.guest-card-header[b-lu3t507akw], .guest-name-cell[b-lu3t507akw], .guest-booking-row[b-lu3t507akw] { display: flex; align-items: center; gap: 0.75rem; }
.guest-avatar[b-lu3t507akw] { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; flex: 0 0 2.5rem; border-radius: 50%; background: var(--rz-primary-lighter); color: var(--rz-primary-darker); font-weight: 700; }
.guest-name[b-lu3t507akw] { font-weight: 600; }
.guest-booking-row[b-lu3t507akw] { justify-content: space-between; }
.stay-count[b-lu3t507akw] { font-weight: 700; margin-right: 0.25rem; }
.booking-context[b-lu3t507akw] { margin-left: auto; text-align: right; }
.empty-state[b-lu3t507akw] { padding: 2rem; color: var(--rz-text-disabled-color); text-align: center; }
@media (max-width: 767.98px) { .header-action-btn[b-lu3t507akw], .guest-search[b-lu3t507akw] { width: 100%; } }
/* _content/HostSmart.WebApp/Components/Pages/Operations.razor.rz.scp.css */
.operations-header[b-b4wheq8whe] { margin-bottom: 1.25rem; }.operations-title[b-b4wheq8whe] { margin: 0; }.operations-subtitle[b-b4wheq8whe] { color: var(--ink-500); }.operations-summary[b-b4wheq8whe], .operations-state[b-b4wheq8whe] { margin-bottom: 1rem; }.operations-state[b-b4wheq8whe] { padding: 2rem; }.operations-empty[b-b4wheq8whe] { text-align: center; }.operations-empty-icon[b-b4wheq8whe] { color: var(--rz-success); font-size: 2rem; }.operations-cards[b-b4wheq8whe] { display: grid; gap: .75rem; }.operations-card[b-b4wheq8whe] { padding: 1rem; }.operations-due[b-b4wheq8whe] { font-weight: 600; }
/* _content/HostSmart.WebApp/Components/Pages/Payments.razor.rz.scp.css */
.payments-header[b-va3xh9qnd7] { margin-bottom: 1.5rem; }
.payments-header h1[b-va3xh9qnd7] { margin: 0; }
.payments-header p[b-va3xh9qnd7] { margin: .35rem 0 0; color: var(--ink-500); }
.payment-metrics[b-va3xh9qnd7] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.payment-metrics .rz-card[b-va3xh9qnd7] { padding: 1.25rem; }
.payment-metrics .rz-text-h4[b-va3xh9qnd7] { margin: .4rem 0; }
.payment-panel[b-va3xh9qnd7] { padding: 1.25rem; }
.payment-panel-heading[b-va3xh9qnd7] { margin-bottom: 1rem; }
.payment-list[b-va3xh9qnd7] { display: grid; }
.payment-row[b-va3xh9qnd7] { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.payment-row:last-child[b-va3xh9qnd7] { border-bottom: 0; }
.payment-row div:first-child[b-va3xh9qnd7] { display: grid; gap: .15rem; }
.payment-row span[b-va3xh9qnd7] { color: var(--ink-500); font-size: .875rem; }
.payment-amounts[b-va3xh9qnd7] { display: flex; align-items: center; gap: 1.25rem; text-align: right; }
.payment-empty[b-va3xh9qnd7] { padding: 1rem 0; color: var(--ink-500); }
@media (max-width: 767.98px) { .payment-metrics[b-va3xh9qnd7] { grid-template-columns: 1fr; } .payment-row[b-va3xh9qnd7] { align-items: flex-start; flex-direction: column; } .payment-amounts[b-va3xh9qnd7] { justify-content: space-between; text-align: left; width: 100%; } }
/* _content/HostSmart.WebApp/Components/Pages/Rooms.razor.rz.scp.css */
.room-page-header[b-r4y7seu87l] {
    margin-bottom: 1rem;
}

.page-header-title[b-r4y7seu87l] {
    margin: 0;
}

.room-page-subtitle[b-r4y7seu87l] {
    color: var(--rz-text-secondary-color);
}

.room-controls[b-r4y7seu87l] {
    margin-bottom: 1rem;
}

.room-controls-grid[b-r4y7seu87l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(130px, 0.8fr);
    gap: 1rem;
    align-items: end;
}

.room-controls-grid > div[b-r4y7seu87l] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.room-controls-action[b-r4y7seu87l] {
    justify-content: end;
}

.room-summary[b-r4y7seu87l] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    color: var(--rz-text-secondary-color);
    font-size: 0.9rem;
}

.room-summary-item[b-r4y7seu87l] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.room-summary-item strong[b-r4y7seu87l] {
    color: var(--rz-text-color);
}

.summary-dot[b-r4y7seu87l] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
}

.summary-dot-available[b-r4y7seu87l] { background: var(--rz-success); }
.summary-dot-partial[b-r4y7seu87l] { background: var(--rz-warning); }
.summary-dot-unavailable[b-r4y7seu87l] { background: var(--rz-danger); }

.room-summary-window[b-r4y7seu87l] {
    margin-left: auto;
}

.room-cards[b-r4y7seu87l] {
    display: grid;
    gap: 0.75rem;
}

.room-card[b-r4y7seu87l] {
    border-radius: 0.75rem;
}

.room-card-header[b-r4y7seu87l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.room-capacity[b-r4y7seu87l],
.room-detail[b-r4y7seu87l] {
    margin-top: 0.5rem;
    color: var(--rz-text-secondary-color);
    font-size: 0.9rem;
}

.room-capacity .material-symbols-outlined[b-r4y7seu87l] {
    font-size: 1rem;
    vertical-align: -0.15rem;
}

.room-empty-state[b-r4y7seu87l] {
    padding: 2rem;
    text-align: center;
}

@media (max-width: 900px) {
    .room-controls-grid[b-r4y7seu87l] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .room-controls-grid[b-r4y7seu87l] {
        grid-template-columns: 1fr;
    }

    .room-summary-window[b-r4y7seu87l] {
        flex-basis: 100%;
        margin-left: 0;
    }
}
/* _content/HostSmart.WebApp/Components/Pages/Search.razor.rz.scp.css */
.search-form-grid[b-uma0xfsnuw] {
    row-gap: 0.9rem;
}

.search-result-cards[b-uma0xfsnuw] {
    display: grid;
    gap: 0.75rem;
}

.availability-card[b-uma0xfsnuw] {
    border-radius: 0.75rem;
}

.availability-card ul[b-uma0xfsnuw] {
    margin-top: 0.4rem;
}
