@import '_content/NetcodeHub.Packages.Extensions.FileDownload/NetcodeHub.Packages.Extensions.FileDownload.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-j837dorsin] {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 6vw, 4rem) 1rem;
    background: radial-gradient(1000px 500px at 10% 0%, rgba(37, 99, 235, 0.12), transparent 60%),
        radial-gradient(900px 480px at 90% 20%, rgba(168, 85, 247, 0.10), transparent 55%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.login-page__card[b-j837dorsin] {
    width: 100%;
    max-width: 34rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.12);
}

.login-page__header[b-j837dorsin] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.login-page__eyebrow[b-j837dorsin] {
    display: inline-flex;
    margin: 0 0 0.9rem 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: #1d4ed8;
    font-size: 0.9rem;
    font-weight: 700;
}

.login-page__title[b-j837dorsin] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.login-page__subtitle[b-j837dorsin] {
    margin: 0.85rem auto 0;
    max-width: 28rem;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.6;
}

.login-page__form :deep(.form-control)[b-j837dorsin] {
    border-radius: 0.9rem;
    border-color: rgba(15, 23, 42, 0.12);
    min-height: 3.75rem;
    box-shadow: none;
}

.login-page__form :deep(.form-control:focus)[b-j837dorsin] {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
}

.login-page__validation[b-j837dorsin] {
    margin-bottom: 1rem;
}

.login-page__remember[b-j837dorsin] {
    display: flex;
    align-items: center;
}

.login-page__remember-label[b-j837dorsin] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: rgba(15, 23, 42, 0.78);
}

.login-page__submit[b-j837dorsin] {
    margin-top: 0.5rem;
    border-radius: 0.9rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-weight: 700;
}

.login-page__links[b-j837dorsin] {
    margin-top: 1rem;
    text-align: center;
}

.login-page__links p[b-j837dorsin] {
    margin-bottom: 0.5rem;
}

.login-page__links a[b-j837dorsin] {
    text-decoration: none;
    font-weight: 600;
}

.login-page__links a:hover[b-j837dorsin] {
    text-decoration: underline;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.register-page[b-cbk7p5ey02] {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 6vw, 4rem) 1rem;
    background: radial-gradient(1000px 500px at 10% 0%, rgba(37, 99, 235, 0.12), transparent 60%),
        radial-gradient(900px 480px at 90% 20%, rgba(168, 85, 247, 0.10), transparent 55%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.register-page__card[b-cbk7p5ey02] {
    width: 100%;
    max-width: 34rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.12);
}

.register-page__header[b-cbk7p5ey02] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.register-page__eyebrow[b-cbk7p5ey02] {
    display: inline-flex;
    margin: 0 0 0.9rem 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: #1d4ed8;
    font-size: 0.9rem;
    font-weight: 700;
}

.register-page__title[b-cbk7p5ey02] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.register-page__subtitle[b-cbk7p5ey02] {
    margin: 0.85rem auto 0;
    max-width: 28rem;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.6;
}

.register-page__form :deep(.form-control)[b-cbk7p5ey02] {
    border-radius: 0.9rem;
    border-color: rgba(15, 23, 42, 0.12);
    min-height: 3.75rem;
    box-shadow: none;
}

.register-page__form :deep(.form-control:focus)[b-cbk7p5ey02] {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
}

.register-page__validation[b-cbk7p5ey02] {
    margin-bottom: 1rem;
}

.register-page__submit[b-cbk7p5ey02] {
    margin-top: 0.5rem;
    border-radius: 0.9rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-weight: 700;
}

.register-page__footer[b-cbk7p5ey02] {
    margin: 1rem 0 0;
    text-align: center;
    color: rgba(15, 23, 42, 0.72);
}

.register-page__footer a[b-cbk7p5ey02] {
    font-weight: 600;
    text-decoration: none;
}

.register-page__footer a:hover[b-cbk7p5ey02] {
    text-decoration: underline;
}
/* /Components/Expenses/ExpenseReports.razor.rz.scp.css */
.expense-report-shell[b-1mdhom7lsa] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.expense-report-header[b-1mdhom7lsa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.expense-report-header-actions[b-1mdhom7lsa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.expense-report-type-card[b-1mdhom7lsa],
.expense-report-panel[b-1mdhom7lsa],
.expense-report-filter-card[b-1mdhom7lsa],
.expense-report-summary-card[b-1mdhom7lsa],
.expense-report-group-card[b-1mdhom7lsa] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.expense-report-type-card[b-1mdhom7lsa] {
    height: 100%;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
}

.expense-report-type-card:hover[b-1mdhom7lsa] {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.expense-report-type-card.selected[b-1mdhom7lsa] {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.12);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, #ffffff 100%);
}

.expense-report-results-shell[b-1mdhom7lsa] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(37, 99, 235, 0.18);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.45) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.expense-report-results-header[b-1mdhom7lsa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.expense-report-panel-header[b-1mdhom7lsa] {
    margin-bottom: 1.25rem;
}

.expense-report-selection-header[b-1mdhom7lsa],
.expense-report-group-summary[b-1mdhom7lsa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.expense-report-selection-actions[b-1mdhom7lsa],
.expense-report-group-actions[b-1mdhom7lsa],
.expense-report-run-row[b-1mdhom7lsa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.expense-report-results-actions[b-1mdhom7lsa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.expense-report-property-list[b-1mdhom7lsa] {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.expense-report-property-select[b-1mdhom7lsa] {
    width: 100%;
}

.expense-report-summary-card[b-1mdhom7lsa] {
    height: 100%;
}

.expense-report-table[b-1mdhom7lsa] {
    border-radius: 0.9rem;
}

.expense-report-group-list[b-1mdhom7lsa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.expense-report-receipts[b-1mdhom7lsa] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.expense-report-receipt-actions[b-1mdhom7lsa] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    padding: 0.15rem 0.35rem;
    background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 959.98px) {
    .expense-report-header[b-1mdhom7lsa],
    .expense-report-selection-header[b-1mdhom7lsa],
    .expense-report-group-summary[b-1mdhom7lsa],
    .expense-report-results-header[b-1mdhom7lsa] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Expenses/ExpenseTracking.razor.rz.scp.css */
.expense-page-header[b-u66oh041qi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.expense-entry-card[b-u66oh041qi],
.expense-summary-card[b-u66oh041qi] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.expense-entry-section-header[b-u66oh041qi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.expense-receipt-card[b-u66oh041qi] {
    height: 100%;
}

.expense-upload-zone[b-u66oh041qi] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 0.95rem;
    border: 1px dashed rgba(37, 99, 235, 0.35);
    background: rgba(239, 246, 255, 0.85);
}

.expense-upload-row[b-u66oh041qi] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.92);
}

.expense-upload-row-header[b-u66oh041qi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.expense-summary-card[b-u66oh041qi] {
    background: rgba(255, 255, 255, 0.96);
}

.expense-action-bar[b-u66oh041qi] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.expense-receipts[b-u66oh041qi] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

@media (max-width: 959.98px) {
    .expense-page-header[b-u66oh041qi],
    .expense-action-bar[b-u66oh041qi],
    .expense-upload-row-header[b-u66oh041qi] {
        justify-content: stretch;
    }

    .expense-page-header[b-u66oh041qi],
    .expense-action-bar[b-u66oh041qi],
    .expense-upload-row-header[b-u66oh041qi] {
        flex-direction: column;
        align-items: stretch;
    }

    .expense-page-header .mud-button-root[b-u66oh041qi],
    .expense-action-bar .mud-button-root[b-u66oh041qi] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pzof0qf3iy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pzof0qf3iy] {
    flex: 1;
}

.sidebar[b-pzof0qf3iy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pzof0qf3iy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pzof0qf3iy]  a, .top-row[b-pzof0qf3iy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pzof0qf3iy]  a:hover, .top-row[b-pzof0qf3iy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pzof0qf3iy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pzof0qf3iy] {
        justify-content: space-between;
    }

    .top-row[b-pzof0qf3iy]  a, .top-row[b-pzof0qf3iy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pzof0qf3iy] {
        flex-direction: row;
    }

    .sidebar[b-pzof0qf3iy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pzof0qf3iy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pzof0qf3iy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pzof0qf3iy], article[b-pzof0qf3iy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pzof0qf3iy] {
    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-pzof0qf3iy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eig5433yjb] {
    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.55%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.1);
}

.navbar-toggler:checked[b-eig5433yjb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eig5433yjb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eig5433yjb] {
    font-size: 1.1rem;
}

.bi[b-eig5433yjb] {
    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-eig5433yjb] {
    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-eig5433yjb] {
    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-eig5433yjb] {
    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");
}

.bi-lock-nav-menu[b-eig5433yjb] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-eig5433yjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-eig5433yjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-eig5433yjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-eig5433yjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-eig5433yjb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eig5433yjb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eig5433yjb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eig5433yjb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-eig5433yjb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-eig5433yjb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-eig5433yjb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eig5433yjb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eig5433yjb] {
        display: none;
    }

    .nav-scrollable[b-eig5433yjb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Lease/ActiveLeases.razor.rz.scp.css */
.lease-page-shell[b-in4cd7ydi9] {
    padding-bottom: 1rem;
}

.lease-page-frame[b-in4cd7ydi9] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.lease-page-header[b-in4cd7ydi9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lease-summary-card[b-in4cd7ydi9],
.lease-table-shell[b-in4cd7ydi9] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.lease-summary-card[b-in4cd7ydi9] {
    height: 100%;
}

.lease-summary-card-success[b-in4cd7ydi9] {
    border-color: rgba(34, 197, 94, 0.24);
}

.lease-summary-card-warning[b-in4cd7ydi9] {
    border-color: rgba(245, 158, 11, 0.24);
}

.lease-table-toolbar[b-in4cd7ydi9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lease-search-input[b-in4cd7ydi9] {
    min-width: 320px;
}

.lease-page-actions[b-in4cd7ydi9] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (max-width: 959.98px) {
    .lease-page-header[b-in4cd7ydi9],
    .lease-table-toolbar[b-in4cd7ydi9],
    .lease-page-actions[b-in4cd7ydi9] {
        flex-direction: column;
        align-items: stretch;
    }

    .lease-search-input[b-in4cd7ydi9] {
        min-width: 100%;
    }

    .lease-page-header .mud-button-root[b-in4cd7ydi9],
    .lease-page-actions .mud-button-root[b-in4cd7ydi9] {
        width: 100%;
    }
}
/* /Components/Lease/EndedLeases.razor.rz.scp.css */
.lease-page-shell[b-l4knbi5d93] {
    padding-bottom: 1rem;
}

.lease-page-frame[b-l4knbi5d93] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.lease-page-header[b-l4knbi5d93] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lease-summary-card[b-l4knbi5d93],
.lease-table-shell[b-l4knbi5d93] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.lease-summary-card[b-l4knbi5d93] {
    height: 100%;
}

.lease-summary-card-warning[b-l4knbi5d93] {
    border-color: rgba(245, 158, 11, 0.24);
}

.lease-table-toolbar[b-l4knbi5d93] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lease-search-input[b-l4knbi5d93] {
    min-width: 320px;
}

@media (max-width: 959.98px) {
    .lease-page-header[b-l4knbi5d93],
    .lease-table-toolbar[b-l4knbi5d93] {
        flex-direction: column;
        align-items: stretch;
    }

    .lease-search-input[b-l4knbi5d93] {
        min-width: 100%;
    }

    .lease-page-header .mud-button-root[b-l4knbi5d93] {
        width: 100%;
    }
}
/* /Components/Lease/Lease Config.razor.rz.scp.css */
.lease-page-shell[b-88gs2ysyks] {
    padding-bottom: 1rem;
}

.lease-page-frame[b-88gs2ysyks] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.lease-page-header[b-88gs2ysyks] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lease-summary-card[b-88gs2ysyks],
.lease-table-shell[b-88gs2ysyks] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.lease-summary-card[b-88gs2ysyks] {
    height: 100%;
}

.lease-summary-card-success[b-88gs2ysyks] {
    border-color: rgba(34, 197, 94, 0.24);
}

.lease-summary-card-warning[b-88gs2ysyks] {
    border-color: rgba(245, 158, 11, 0.24);
}

.lease-table-toolbar[b-88gs2ysyks] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lease-search-input[b-88gs2ysyks] {
    min-width: 320px;
}

.lease-page-actions[b-88gs2ysyks] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

@media (max-width: 959.98px) {
    .lease-page-header[b-88gs2ysyks],
    .lease-table-toolbar[b-88gs2ysyks],
    .lease-page-actions[b-88gs2ysyks] {
        flex-direction: column;
        align-items: stretch;
    }

    .lease-search-input[b-88gs2ysyks] {
        min-width: 100%;
    }

    .lease-page-header .mud-button-root[b-88gs2ysyks],
    .lease-page-actions .mud-button-root[b-88gs2ysyks] {
        width: 100%;
    }
}
/* /Components/Lease/UpcomingEndingLeases.razor.rz.scp.css */
.upcoming-leases-panel[b-pgcx1uyt58] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.upcoming-leases-toolbar[b-pgcx1uyt58] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.upcoming-leases-window-select[b-pgcx1uyt58] {
    min-width: 180px;
}

.upcoming-leases-table[b-pgcx1uyt58] {
    border-radius: 0.85rem;
}

.upcoming-leases-empty-state[b-pgcx1uyt58] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem;
    border-radius: 0.9rem;
    border: 1px dashed rgba(34, 197, 94, 0.35);
    background: rgba(240, 253, 244, 0.9);
}

@media (max-width: 599.98px) {
    .upcoming-leases-window-select[b-pgcx1uyt58] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-shell[b-4u5lcchve4] {
    padding-bottom: 1rem;
}

.dashboard-frame[b-4u5lcchve4] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.dashboard-header[b-4u5lcchve4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.dashboard-header-actions[b-4u5lcchve4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dashboard-summary-grid[b-4u5lcchve4] {
    margin-bottom: 1.5rem;
}

.dashboard-summary-card[b-4u5lcchve4] {
    height: 100%;
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.15);
    background: #fff;
}

.dashboard-summary-card-warning[b-4u5lcchve4] {
    border-color: rgba(245, 158, 11, 0.25);
}

.dashboard-summary-card-danger[b-4u5lcchve4] {
    border-color: rgba(239, 68, 68, 0.2);
}

.dashboard-summary-label[b-4u5lcchve4] {
    letter-spacing: 0.08em;
}

.dashboard-summary-icon[b-4u5lcchve4] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    font-size: 1.35rem;
}

.dashboard-summary-icon-primary[b-4u5lcchve4] {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.dashboard-summary-icon-warning[b-4u5lcchve4] {
    background: rgba(245, 158, 11, 0.14);
    color: #d97706;
}

.dashboard-summary-icon-danger[b-4u5lcchve4] {
    background: rgba(239, 68, 68, 0.14);
    color: #dc2626;
}

.dashboard-sections[b-4u5lcchve4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dashboard-section[b-4u5lcchve4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.dashboard-section-warning[b-4u5lcchve4] {
    border-color: rgba(245, 158, 11, 0.28);
    box-shadow: inset 4px 0 0 rgba(245, 158, 11, 0.9);
}

.dashboard-section-success[b-4u5lcchve4] {
    border-color: rgba(34, 197, 94, 0.22);
    box-shadow: inset 4px 0 0 rgba(34, 197, 94, 0.9);
}

.dashboard-section-header[b-4u5lcchve4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.9);
}

.dashboard-section-body[b-4u5lcchve4] {
    padding: 1rem 1.25rem 1.25rem;
}

.dashboard-section-body[b-4u5lcchve4]  .mud-paper {
    margin-bottom: 0;
    border-radius: 0.85rem;
}

.dashboard-section-body[b-4u5lcchve4]  .mud-table-container {
    border-radius: 0.85rem;
}

.dashboard-empty-state[b-4u5lcchve4] {
    border-radius: 0.85rem;
}

@media (max-width: 959.98px) {
    .dashboard-header[b-4u5lcchve4],
    .dashboard-section-header[b-4u5lcchve4] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/HomeSupporting/CoreBenefitsSection.razor.rz.scp.css */
.home-benefits[b-phx61mvj23] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-benefits .home-card[b-phx61mvj23] {
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.home-benefits .home-card:hover[b-phx61mvj23] {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 22px 55px rgba(2, 6, 23, 0.12);
}

.home-benefits .home-card__title[b-phx61mvj23] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.home-benefits .home-card__text[b-phx61mvj23] {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.6;
}
/* /Components/Pages/HomeSupporting/HeroSection.razor.rz.scp.css */
.home-hero[b-vo4n7k0zx3] {
    position: relative;
    padding: clamp(3rem, 6vw, 5rem) 0;
    color: #0f172a;
    background: radial-gradient(1200px 600px at 10% 0%, rgba(37, 99, 235, 0.14), transparent 60%),
        radial-gradient(900px 500px at 85% 20%, rgba(168, 85, 247, 0.12), transparent 55%),
        linear-gradient(180deg, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-hero__container[b-vo4n7k0zx3] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.home-hero__header[b-vo4n7k0zx3] {
    max-width: 42rem;
}

.home-hero__eyebrow[b-vo4n7k0zx3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
}

.home-hero__title[b-vo4n7k0zx3] {
    margin: 0 0 0.75rem 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
    font-size: clamp(2.1rem, 4.2vw, 3.25rem);
}

.home-hero__subtitle[b-vo4n7k0zx3] {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.78);
    max-width: 38rem;
}

.home-hero__cta[b-vo4n7k0zx3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.home-cta-primary[b-vo4n7k0zx3],
.home-cta-secondary[b-vo4n7k0zx3] {
    border-radius: 0.85rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.home-hero__proof[b-vo4n7k0zx3] {
    margin: 1.5rem 0 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
    max-width: 28rem;
}

.home-hero__proof-item[b-vo4n7k0zx3] {
    position: relative;
    padding-left: 1.75rem;
    color: rgba(15, 23, 42, 0.78);
    line-height: 1.4;
}

.home-hero__proof-item[b-vo4n7k0zx3]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    border: 2px solid rgba(34, 197, 94, 0.55);
}

.home-hero__media[b-vo4n7k0zx3] {
    display: flex;
    justify-content: center;
}

.home-hero__figure[b-vo4n7k0zx3] {
    width: 100%;
    max-width: 520px;
    margin: 0;
}

.home-screenshot[b-vo4n7k0zx3] {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow:
        0 18px 45px rgba(2, 6, 23, 0.16),
        0 2px 0 rgba(255, 255, 255, 0.7) inset;
    overflow: hidden;
    background: #0b1220;
}

.home-screenshot__img[b-vo4n7k0zx3] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-screenshot--placeholder[b-vo4n7k0zx3] {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(168, 85, 247, 0.10));
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow:
        0 18px 45px rgba(2, 6, 23, 0.16),
        0 2px 0 rgba(255, 255, 255, 0.7) inset;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.home-screenshot__placeholder-inner[b-vo4n7k0zx3] {
    text-align: center;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 0.85rem;
    backdrop-filter: blur(8px);
}

.home-screenshot__placeholder-title[b-vo4n7k0zx3] {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.88);
}

.home-screenshot__placeholder-subtitle[b-vo4n7k0zx3] {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.65);
}

.home-hero__caption[b-vo4n7k0zx3] {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.65);
    text-align: center;
}

@media (max-width: 991.98px) {
    .home-hero__container[b-vo4n7k0zx3] {
        grid-template-columns: 1fr;
    }

    .home-hero__media[b-vo4n7k0zx3] {
        justify-content: flex-start;
    }

    .home-hero__figure[b-vo4n7k0zx3] {
        max-width: 680px;
    }
}
/* /Components/Pages/HomeSupporting/HowItWorksSection.razor.rz.scp.css */
.home-how[b-vqvjxz7yex] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-section__header[b-vqvjxz7yex] {
    margin-bottom: 1.75rem;
    text-align: center;
}

.home-section__title[b-vqvjxz7yex] {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    color: #0f172a;
}

.home-section__subtitle[b-vqvjxz7yex] {
    margin: 0.6rem auto 0 auto;
    max-width: 40rem;
    color: rgba(15, 23, 42, 0.70);
    font-size: 1.05rem;
    line-height: 1.6;
}

.home-how__grid[b-vqvjxz7yex] {
    margin-top: 1.75rem;
}

.home-card.home-how__card[b-vqvjxz7yex] {
    height: 100%;
    padding: 1.5rem 1.5rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow:
        0 16px 40px rgba(2, 6, 23, 0.08),
        0 2px 0 rgba(255, 255, 255, 0.7) inset;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.home-card.home-how__card:hover[b-vqvjxz7yex] {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow:
        0 22px 55px rgba(2, 6, 23, 0.12),
        0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.home-card__title[b-vqvjxz7yex] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.home-card__text[b-vqvjxz7yex] {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.6;
}

.home-how__card .home-card__title[b-vqvjxz7yex] {
    position: relative;
    padding-left: 2.25rem;
}

.home-how__card .home-card__title[b-vqvjxz7yex]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.55rem;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(37, 99, 235, 0.18);
}

.home-how__card:nth-child(1) .home-card__title[b-vqvjxz7yex]::before {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.22);
}

@media (max-width: 767.98px) {
    .home-section__header[b-vqvjxz7yex] {
        text-align: left;
    }
}
/* /Components/Pages/HomeSupporting/PositioningSection.razor.rz.scp.css */
.home-positioning[b-zv2foff1i8] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-positioning__card[b-zv2foff1i8] {
    height: 100%;
    padding: 1.75rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
}

.home-positioning__card--contrast[b-zv2foff1i8] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(168, 85, 247, 0.08));
    border-color: rgba(37, 99, 235, 0.22);
}

.home-positioning .home-card__title[b-zv2foff1i8] {
    margin: 0 0 0.6rem 0;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.home-positioning .home-card__text[b-zv2foff1i8] {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.65;
}
/* /Components/Pages/HomeSupporting/PricingPreviewSection.razor.rz.scp.css */
.home-pricing[b-3xzee2gqhf] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-pricing__panel[b-3xzee2gqhf] {
    margin-top: 1.75rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
    display: grid;
    gap: 1.25rem;
}

.home-pricing__label[b-3xzee2gqhf] {
    font-weight: 700;
    color: rgba(15, 23, 42, 0.85);
}

.home-pricing__range[b-3xzee2gqhf] {
    margin-top: 0.75rem;
}

.home-pricing__value[b-3xzee2gqhf] {
    margin-top: 0.75rem;
    font-size: 1.05rem;
    color: rgba(15, 23, 42, 0.78);
}

.home-pricing__result[b-3xzee2gqhf] {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 0.35rem;
}

.home-pricing__price[b-3xzee2gqhf] {
    font-size: 1.15rem;
    color: #0f172a;
}

.home-pricing__cta[b-3xzee2gqhf] {
    padding-top: 0.5rem;
    display: flex;
    justify-content: flex-start;
}

.home-pricing__cta .btn[b-3xzee2gqhf] {
    border-radius: 0.85rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
/* /Components/Pages/HomeSupporting/ProductGallerySection.razor.rz.scp.css */
.home-gallery[b-f3ov6h8kzi] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-gallery__grid[b-f3ov6h8kzi] {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-gallery__item[b-f3ov6h8kzi] {
    margin: 0;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 14px 35px rgba(2, 6, 23, 0.08);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.home-gallery__item:hover[b-f3ov6h8kzi] {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 22px 55px rgba(2, 6, 23, 0.12);
}

.home-gallery__image[b-f3ov6h8kzi] {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
    background: #0b1220;
}

.home-gallery__image[b-f3ov6h8kzi]::after {
    display: none;
}

.home-gallery__image-button[b-f3ov6h8kzi] {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    display: block;
    cursor: pointer;
}

.home-gallery__image-button:focus-visible[b-f3ov6h8kzi] {
    outline: 3px solid rgba(37, 99, 235, 0.65);
    outline-offset: 3px;
    border-radius: 0.85rem;
}

.home-gallery__image-img[b-f3ov6h8kzi] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-gallery__caption[b-f3ov6h8kzi] {
    margin-top: 0.85rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.home-gallery__note[b-f3ov6h8kzi] {
    margin-top: 1.25rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .home-gallery__grid[b-f3ov6h8kzi] {
        grid-template-columns: 1fr;
    }

    .home-gallery__note[b-f3ov6h8kzi] {
        text-align: left;
    }
}
/* /Components/Pages/HomeSupporting/WalkthroughCtaSection.razor.rz.scp.css */
.home-walkthrough[b-4v4wt5zoaz] {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: radial-gradient(900px 420px at 15% 30%, rgba(37, 99, 235, 0.16), transparent 60%),
        radial-gradient(900px 420px at 85% 80%, rgba(168, 85, 247, 0.14), transparent 55%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.home-walkthrough__container[b-4v4wt5zoaz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 18px 45px rgba(2, 6, 23, 0.12);
    backdrop-filter: blur(10px);
}

.home-walkthrough__actions[b-4v4wt5zoaz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-walkthrough__actions .btn[b-4v4wt5zoaz] {
    border-radius: 0.85rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (max-width: 991.98px) {
    .home-walkthrough__container[b-4v4wt5zoaz] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/LandlordOfferLandingPage.razor.rz.scp.css */
.landing-offer-page[b-3e74y5aq8o] {
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%);
}

.landing-offer-hero[b-3e74y5aq8o],
.landing-offer-section[b-3e74y5aq8o] {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.landing-offer-section--muted[b-3e74y5aq8o] {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.landing-offer-section--cta[b-3e74y5aq8o] {
    background: radial-gradient(900px 420px at 15% 20%, rgba(37, 99, 235, 0.16), transparent 60%),
        radial-gradient(900px 420px at 85% 80%, rgba(168, 85, 247, 0.14), transparent 55%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.landing-offer-hero__container[b-3e74y5aq8o],
.landing-offer-preview[b-3e74y5aq8o],
.landing-offer-cta[b-3e74y5aq8o] {
    display: grid;
    gap: 1.5rem;
}

.landing-offer-hero__container[b-3e74y5aq8o] {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: start;
}

.landing-offer-hero__content[b-3e74y5aq8o] {
    max-width: 44rem;
}

.landing-offer-hero__eyebrow[b-3e74y5aq8o],
.landing-offer-section__kicker[b-3e74y5aq8o] {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: #1d4ed8;
    font-size: 0.9rem;
    font-weight: 700;
}

.landing-offer-hero__title[b-3e74y5aq8o],
.landing-offer-section__title[b-3e74y5aq8o] {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.landing-offer-hero__title[b-3e74y5aq8o] {
    font-size: clamp(2.2rem, 4.4vw, 3.4rem);
}

.landing-offer-section__title[b-3e74y5aq8o] {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.landing-offer-hero__subtitle[b-3e74y5aq8o],
.landing-offer-section__subtitle[b-3e74y5aq8o],
.landing-offer-hero__panel-copy[b-3e74y5aq8o],
.landing-offer-card__text[b-3e74y5aq8o],
.landing-offer-screenshot__caption[b-3e74y5aq8o],
.landing-offer-list__text[b-3e74y5aq8o] {
    color: rgba(15, 23, 42, 0.74);
    line-height: 1.65;
}

.landing-offer-hero__subtitle[b-3e74y5aq8o] {
    margin: 1rem 0 0 0;
    font-size: 1.08rem;
    max-width: 40rem;
}

.landing-offer-hero__cta[b-3e74y5aq8o],
.landing-offer-cta__actions[b-3e74y5aq8o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.landing-offer-hero__cta[b-3e74y5aq8o] {
    margin-top: 1.75rem;
}

.landing-offer-hero__primary[b-3e74y5aq8o],
.landing-offer-hero__secondary[b-3e74y5aq8o] {
    border-radius: 0.85rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.landing-offer-hero__offer[b-3e74y5aq8o] {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 600;
}

.landing-offer-hero__panel[b-3e74y5aq8o],
.landing-offer-card[b-3e74y5aq8o],
.landing-offer-screenshot[b-3e74y5aq8o],
.landing-offer-preview__frame[b-3e74y5aq8o],
.landing-offer-cta[b-3e74y5aq8o] {
    border-radius: 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 45px rgba(2, 6, 23, 0.10);
}

.landing-offer-hero__panel[b-3e74y5aq8o],
.landing-offer-cta[b-3e74y5aq8o] {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.landing-offer-list[b-3e74y5aq8o] {
    list-style: none;
    margin: 1.25rem 0 0 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.landing-offer-list__item[b-3e74y5aq8o] {
    display: grid;
    gap: 0.25rem;
    padding-left: 1.4rem;
    position: relative;
}

.landing-offer-list__item[b-3e74y5aq8o]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    border: 2px solid rgba(34, 197, 94, 0.6);
}

.landing-offer-list__title[b-3e74y5aq8o],
.landing-offer-card__title[b-3e74y5aq8o] {
    font-weight: 800;
}

.landing-offer-section__header[b-3e74y5aq8o] {
    margin-bottom: 1.75rem;
    max-width: 48rem;
}

.landing-offer-card-grid[b-3e74y5aq8o],
.landing-offer-screenshot-grid[b-3e74y5aq8o] {
    display: grid;
    gap: 1.25rem;
}

.landing-offer-card-grid[b-3e74y5aq8o] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.landing-offer-card[b-3e74y5aq8o],
.landing-offer-screenshot[b-3e74y5aq8o] {
    height: 100%;
    overflow: hidden;
}

.landing-offer-card[b-3e74y5aq8o] {
    padding: 1.4rem;
}

.landing-offer-card__title[b-3e74y5aq8o] {
    margin: 0 0 0.6rem 0;
    font-size: 1.05rem;
}

.landing-offer-card__text[b-3e74y5aq8o],
.landing-offer-screenshot__caption[b-3e74y5aq8o] {
    margin: 0;
}

.landing-offer-screenshot-grid[b-3e74y5aq8o] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-offer-screenshot__image[b-3e74y5aq8o] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #0b1220;
}

.landing-offer-screenshot__caption[b-3e74y5aq8o] {
    padding: 1rem 1.1rem;
    font-weight: 700;
}

.landing-offer-preview[b-3e74y5aq8o] {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
}

.landing-offer-preview__frame[b-3e74y5aq8o] {
    overflow: hidden;
    padding: 0;
    aspect-ratio: 16 / 10;
}

.landing-offer-preview__frame iframe[b-3e74y5aq8o] {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.landing-offer-cta[b-3e74y5aq8o] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .landing-offer-card-grid[b-3e74y5aq8o] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .landing-offer-hero__container[b-3e74y5aq8o],
    .landing-offer-preview[b-3e74y5aq8o],
    .landing-offer-cta[b-3e74y5aq8o],
    .landing-offer-screenshot-grid[b-3e74y5aq8o] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .landing-offer-card-grid[b-3e74y5aq8o] {
        grid-template-columns: 1fr;
    }

    .landing-offer-hero__cta[b-3e74y5aq8o],
    .landing-offer-cta__actions[b-3e74y5aq8o] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Walkthrough.razor.rz.scp.css */
.walkthrough-page[b-9hh4ib8tks] {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.walkthrough-header h3[b-9hh4ib8tks] {
    font-weight: 700;
    color: #0f172a;
}

/* ── Steps ── */
.walkthrough-step[b-9hh4ib8tks] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

/* ── Date picker ── */
.walkthrough-scheduling-grid[b-9hh4ib8tks] {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.walkthrough-step-time[b-9hh4ib8tks] {
    min-height: 100%;
}

.walkthrough-date-picker[b-9hh4ib8tks] {
    width: 100%;
    max-width: 420px;
}

/* ── Time slots grid ── */
.walkthrough-slots[b-9hh4ib8tks] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.slot-btn[b-9hh4ib8tks] {
    min-width: 100px;
    font-size: 0.875rem;
    border-radius: 0.6rem;
}

.slot-taken[b-9hh4ib8tks] {
    opacity: 0.45;
}

.slot-taken-label[b-9hh4ib8tks] {
    font-size: 0.7rem;
    margin-left: 0.25rem;
    opacity: 0.8;
}

/* ── CAPTCHA ── */
.captcha-row[b-9hh4ib8tks] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.captcha-question[b-9hh4ib8tks] {
    font-weight: 700;
    font-size: 1.4rem;
    color: #1e40af;
    white-space: nowrap;
}

.captcha-input[b-9hh4ib8tks] {
    max-width: 140px;
}

/* ── Submit ── */
.walkthrough-submit[b-9hh4ib8tks] {
    display: flex;
    justify-content: flex-end;
}

.walkthrough-submit-btn[b-9hh4ib8tks] {
    min-width: 200px;
    border-radius: 0.85rem;
    padding: 0.75rem 2rem;
}

/* ── Success state ── */
.walkthrough-success[b-9hh4ib8tks] {
    text-align: center;
    padding: 3rem 1rem;
}

.walkthrough-success-actions[b-9hh4ib8tks] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.walkthrough-success .mud-icon-root[b-9hh4ib8tks] {
    color: #16a34a;
}

/* ── Responsive ── */
@media (max-width: 599.98px) {
    .walkthrough-scheduling-grid[b-9hh4ib8tks] {
        grid-template-columns: 1fr;
    }

    .walkthrough-submit[b-9hh4ib8tks] {
        justify-content: stretch;
    }

    .walkthrough-submit-btn[b-9hh4ib8tks] {
        width: 100%;
    }

    .captcha-row[b-9hh4ib8tks] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 600px) and (max-width: 959.98px) {
    .walkthrough-scheduling-grid[b-9hh4ib8tks] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/WalkthroughWhatToExpect.razor.rz.scp.css */
.walkthrough-next-page[b-abh5jr0cgm] {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.walkthrough-next-hero[b-abh5jr0cgm] {
    max-width: 820px;
}

.walkthrough-booking-thanks[b-abh5jr0cgm] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.98));
}

.walkthrough-next-subtitle[b-abh5jr0cgm] {
    color: #475569;
}

.walkthrough-next-card[b-abh5jr0cgm],
.walkthrough-next-panel[b-abh5jr0cgm],
.walkthrough-video-card[b-abh5jr0cgm] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.walkthrough-next-card[b-abh5jr0cgm] {
    height: 100%;
}

.walkthrough-next-list[b-abh5jr0cgm] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.walkthrough-next-list-item[b-abh5jr0cgm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.walkthrough-video-header[b-abh5jr0cgm] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.walkthrough-video-card[b-abh5jr0cgm] {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.walkthrough-next-actions[b-abh5jr0cgm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 599.98px) {
    .walkthrough-next-actions[b-abh5jr0cgm] {
        flex-direction: column;
    }

    .walkthrough-next-actions .mud-button-root[b-abh5jr0cgm] {
        width: 100%;
    }
}
/* /Components/Properties/Create_Edit_Property.razor.rz.scp.css */
.property-editor-shell[b-ezuz60ye5y] {
    padding-bottom: 1rem;
}

.property-editor-frame[b-ezuz60ye5y] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.property-editor-header[b-ezuz60ye5y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.property-editor-tabs[b-ezuz60ye5y],
.property-editor-card[b-ezuz60ye5y],
.property-editor-actions[b-ezuz60ye5y],
.property-cover-card[b-ezuz60ye5y],
.property-unit-card[b-ezuz60ye5y],
.property-images-tab[b-ezuz60ye5y] {
    border-radius: 1rem;
}

.property-editor-card[b-ezuz60ye5y],
.property-editor-actions[b-ezuz60ye5y],
.property-cover-card[b-ezuz60ye5y],
.property-images-tab[b-ezuz60ye5y] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.property-editor-section-header[b-ezuz60ye5y] {
    margin-bottom: 1rem;
}

.property-unit-card[b-ezuz60ye5y] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.92);
}

.property-unit-card-single[b-ezuz60ye5y] {
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.72) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(37, 99, 235, 0.18);
}

.property-unit-card-header[b-ezuz60ye5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.property-unit-card-header-single[b-ezuz60ye5y] {
    margin-bottom: 1rem;
}

.property-editor-actions-bar[b-ezuz60ye5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.property-editor-primary-actions[b-ezuz60ye5y] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cover-photo-clickable[b-ezuz60ye5y] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cover-photo-clickable:hover img[b-ezuz60ye5y] {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.cover-photo-overlay[b-ezuz60ye5y] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.cover-photo-clickable:hover .cover-photo-overlay[b-ezuz60ye5y] {
    opacity: 1;
}

.image-viewer-container[b-ezuz60ye5y] {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

.image-viewer-header[b-ezuz60ye5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.image-viewer-body[b-ezuz60ye5y] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: auto;
    background-color: #000;
}

.fullscreen-image[b-ezuz60ye5y] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.image-viewer-footer[b-ezuz60ye5y] {
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

@media (max-width: 959.98px) {
    .property-editor-header[b-ezuz60ye5y],
    .property-unit-card-header[b-ezuz60ye5y],
    .property-editor-actions-bar[b-ezuz60ye5y] {
        flex-direction: column;
        align-items: stretch;
    }

    .property-editor-primary-actions[b-ezuz60ye5y] {
        flex-direction: column;
    }

    .property-editor-primary-actions .mud-button-root[b-ezuz60ye5y],
    .property-editor-actions-bar > .mud-button-root[b-ezuz60ye5y],
    .property-editor-header .mud-button-root[b-ezuz60ye5y] {
        width: 100%;
    }
}
/* /Components/Properties/Create_Edit_PropertyUnit.razor.rz.scp.css */
.property-unit-editor-shell[b-vm5vwza4q2] {
    padding-bottom: 1rem;
}

.property-unit-editor-frame[b-vm5vwza4q2] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.property-unit-editor-header[b-vm5vwza4q2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.property-unit-address-banner[b-vm5vwza4q2],
.property-unit-editor-card[b-vm5vwza4q2],
.property-unit-editor-actions[b-vm5vwza4q2],
.property-unit-cover-card[b-vm5vwza4q2],
.property-unit-images-tab[b-vm5vwza4q2] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.property-unit-editor-tabs[b-vm5vwza4q2] {
    border-radius: 1rem;
}

.property-unit-editor-section-header[b-vm5vwza4q2] {
    margin-bottom: 1rem;
}

.property-unit-editor-actions-bar[b-vm5vwza4q2] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cover-photo-clickable[b-vm5vwza4q2] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cover-photo-clickable:hover img[b-vm5vwza4q2] {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.cover-photo-overlay[b-vm5vwza4q2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.cover-photo-clickable:hover .cover-photo-overlay[b-vm5vwza4q2] {
    opacity: 1;
}

.image-viewer-container[b-vm5vwza4q2] {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

.image-viewer-header[b-vm5vwza4q2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.image-viewer-body[b-vm5vwza4q2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: auto;
    background-color: #000;
}

.fullscreen-image[b-vm5vwza4q2] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.image-viewer-footer[b-vm5vwza4q2] {
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

@media (max-width: 959.98px) {
    .property-unit-editor-header[b-vm5vwza4q2],
    .property-unit-editor-actions-bar[b-vm5vwza4q2] {
        flex-direction: column;
        align-items: stretch;
    }

    .property-unit-editor-header .mud-button-root[b-vm5vwza4q2],
    .property-unit-editor-actions-bar .mud-button-root[b-vm5vwza4q2] {
        width: 100%;
    }
}
/* /Components/Properties/PropertyConfig.razor.rz.scp.css */
.property-config-shell[b-l1bglcf2x9] {
    padding-bottom: 1rem;
}

.property-config-frame[b-l1bglcf2x9] {
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.property-config-header[b-l1bglcf2x9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.property-summary-card[b-l1bglcf2x9],
.property-table-shell[b-l1bglcf2x9],
.property-units-card[b-l1bglcf2x9] {
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.property-summary-card[b-l1bglcf2x9] {
    height: 100%;
}

.property-summary-card-success[b-l1bglcf2x9] {
    border-color: rgba(34, 197, 94, 0.24);
}

.property-summary-card-warning[b-l1bglcf2x9] {
    border-color: rgba(245, 158, 11, 0.24);
}

.property-table-toolbar[b-l1bglcf2x9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.property-search-input[b-l1bglcf2x9] {
    min-width: 280px;
}

.property-units-card[b-l1bglcf2x9] {
    margin: 0.5rem 0;
    background: rgba(248, 250, 252, 0.92);
}

@media (max-width: 959.98px) {
    .property-config-header[b-l1bglcf2x9],
    .property-table-toolbar[b-l1bglcf2x9] {
        flex-direction: column;
        align-items: stretch;
    }

    .property-search-input[b-l1bglcf2x9] {
        min-width: 100%;
    }
}
