/* /Components/Layout/MainLayout.razor.rz.scp.css */
.user[b-q3srqhmh78] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

    .user > span[b-q3srqhmh78] {
        flex: 0 auto;
        display: flex;
        align-items: center;
    }

/* Signed-in user shown at the right of the header (replaces the old "Log Out" slot). */
/* Stacks the signed-in name with the "Log out" link beneath it, right-aligned in the header. */
[b-q3srqhmh78] .header-user-block {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

[b-q3srqhmh78] .header-user {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gray-600, #5b616e);
    font-family: var(--font-family, 'Open Sans', sans-serif);
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

/* Small BYU-I blue "Log out" link under the user's name. */
[b-q3srqhmh78] .header-logout {
    color: #006eb6; /* byuiBlue */
    font-family: var(--font-family, 'Open Sans', sans-serif);
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

[b-q3srqhmh78] .header-logout:hover {
    text-decoration: underline;
}

[b-q3srqhmh78] .header-user-name {
    font-weight: 600;
    line-height: 1;
}

[b-q3srqhmh78] .header-user-icon {
    display: block; /* drop the inline-svg baseline gap so the icon centers with the text */
    color: var(--color-gray-600, #5b616e);
    font-size: 18px !important;
}

/* BYU-I Logo sizing - Force override */
.byui-logo[b-q3srqhmh78],
img.byui-logo[b-q3srqhmh78],
header .byui-logo[b-q3srqhmh78] {
    height: 45px !important;
    max-height: 45px !important;
    width: auto !important;
    margin-left: 0.5rem !important;
}

/* Logo and title are now grouped together with flexbox gap */

[b-q3srqhmh78] .main-header-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 1rem;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
}

[b-q3srqhmh78] .app-header {
    color: #006EB6 !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    line-height: 60px !important;
    text-decoration: none !important;
    padding-top: 0px !important;
}

@media screen and (max-width: 600px) {
    [b-q3srqhmh78] .mobile-text-header {
        font-size: 1rem !important;
        padding-bottom: 0px !important;
    }

    /* Mobile layout - logo and title still grouped */

    [b-q3srqhmh78] .main-header-div {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0px 0px 0px 1rem;
        background-color: white;
        border-bottom: 1px solid #e0e0e0;
    }

    [b-q3srqhmh78] .byui-logo,
    [b-q3srqhmh78] img.byui-logo,
    [b-q3srqhmh78] header .byui-logo {
        height: 26px !important;
        max-height: 26px !important;
        width: auto !important;
    }
}
/* /Components/Shared/AddContractDialog.razor.rz.scp.css */
/* Add Contract dialog — Figma frames 5550:22336 / 22370 / 22118 / 22168 / 22251 */

/* ===== Dialog chrome ===== */
[b-8qbzb43yde] .mud-dialog.ach-dialog {
    width: 1024px;
    max-width: 95vw;
    border-radius: 6px;
}

[b-8qbzb43yde] .mud-dialog-title {
    padding: 0;
    border-bottom: 1px solid #e5e7eb;
}

.ach-title-bar[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 24px;
}

.ach-title[b-8qbzb43yde] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #383a42;
    text-align: center;
}

.ach-close[b-8qbzb43yde] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #5b616e;
    line-height: 0;
}

.ach-close:hover[b-8qbzb43yde] {
    color: #383a42;
}

/* ===== Body ===== */
.ach-body[b-8qbzb43yde] {
    padding: 24px;
    min-height: 480px;
}

[b-8qbzb43yde] .mud-dialog-content.ach-content {
    padding: 0;
}

/* ===== Search ===== */
.ach-search-label[b-8qbzb43yde] {
    display: block;
    font-size: 14px;
    color: #1e1f20;
    margin-bottom: 8px;
}

.ach-search-row[b-8qbzb43yde] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
}

.ach-search-input[b-8qbzb43yde] {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    padding: 10px 14px;
    height: 39px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font: inherit;
    font-size: 16px;
    line-height: 19px;
    color: #1e1f20;
    background: #fff;
}

.ach-search-input[b-8qbzb43yde]::placeholder {
    color: #5b616e;
}

.ach-search-input:focus[b-8qbzb43yde] {
    outline: none;
    border-color: #006eb6;
    box-shadow: 0 0 0 2px rgba(0, 110, 182, 0.15);
}

.ach-search-btn[b-8qbzb43yde] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 107px;
    height: 40px;
    padding: 8px 12px;
    background: #006eb6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font: inherit;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.ach-search-btn:hover:not(:disabled)[b-8qbzb43yde] {
    background: #00528a;
}

.ach-search-btn:disabled[b-8qbzb43yde] {
    opacity: 0.7;
    cursor: default;
}

/* ===== Results ===== */
.ach-results-count[b-8qbzb43yde] {
    font-size: 14px;
    color: #1e1f20;
    margin: 0 0 16px;
}

.ach-results-empty[b-8qbzb43yde] {
    color: #8e95a2;
    font-style: italic;
    margin: 24px 0;
}

.ach-results-grid[b-8qbzb43yde] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ach-result-card[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    height: 96px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    font: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ach-result-card:hover[b-8qbzb43yde] {
    border-color: #006eb6;
    box-shadow: 0 1px 4px rgba(0, 110, 182, 0.15);
}

/* ===== Avatar ===== */
.ach-avatar[b-8qbzb43yde] {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ach-avatar img[b-8qbzb43yde] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ach-avatar-lg[b-8qbzb43yde] {
    width: 75px;
    height: 75px;
}

/* ===== Result info ===== */
.ach-result-info[b-8qbzb43yde] {
    flex: 1;
    min-width: 0;
}

.ach-result-name[b-8qbzb43yde] {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #1e1f20;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ach-result-name-lg[b-8qbzb43yde] {
    font-size: 18px;
}

/* Graduation-cap marker next to the name (student close to graduation: 100+ credits).
   Wraps the shared <GradCapIcon>; tints it via currentColor and sizes to the 12px glyph. */
.ach-grad-icon[b-8qbzb43yde] {
    display: inline-flex;
    align-items: center;
    color: var(--byuiBlue);
    flex-shrink: 0;
}

.ach-result-email[b-8qbzb43yde] {
    margin: 0 0 4px;
    font-size: 13px;
    color: #b6bac3;
}

.ach-result-meta[b-8qbzb43yde] {
    font-size: 13px;
    color: #8e95a2;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.ach-result-sep[b-8qbzb43yde] {
    color: #b6bac3;
}

/* ===== Detail view ===== */
.ach-back-link[b-8qbzb43yde] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 16px;
    line-height: 25px;
    color: #1e1f20;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 32px;
}

.ach-back-link:hover[b-8qbzb43yde] {
    color: #006eb6;
}

.ach-student-header[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

/* ===== Duplicate alert ===== */
.ach-duplicate-alert[b-8qbzb43yde] {
    background: #fef9e7;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px;
}

.ach-duplicate-title[b-8qbzb43yde] {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #1e1f20;
}

.ach-duplicate-body[b-8qbzb43yde] {
    margin: 0 0 4px;
    font-size: 14px;
    color: #1e1f20;
}

.ach-duplicate-list[b-8qbzb43yde] {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #1e1f20;
}

.ach-duplicate-list li[b-8qbzb43yde] {
    margin-bottom: 2px;
}

/* One block per semester that has duplicate contracts. */
.ach-duplicate-group[b-8qbzb43yde] {
    margin-top: 8px;
}

.ach-duplicate-term[b-8qbzb43yde] {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 600;
    color: #1e1f20;
}

/* ===== Terms card ===== */
.ach-terms-card[b-8qbzb43yde] {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px;
}

.ach-terms-header[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ach-terms-title[b-8qbzb43yde] {
    font-size: 16px;
    font-weight: 600;
    color: #1e1f20;
}

.ach-terms-parking-header[b-8qbzb43yde] {
    font-size: 16px;
    font-weight: 600;
    color: #1e1f20;
}

.ach-terms-loading[b-8qbzb43yde] {
    padding: 20px 0;
}

.ach-term-list[b-8qbzb43yde] {
    margin-bottom: 12px;
}

.ach-term-row[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid #e5e7eb;
}

.ach-term-row:last-child[b-8qbzb43yde] {
    border-bottom: none;
}

.ach-term-row-ineligible .ach-term-name[b-8qbzb43yde],
.ach-term-row-ineligible .ach-term-checkbox[b-8qbzb43yde] {
    opacity: 0.42;
}

.ach-term-checkbox-label[b-8qbzb43yde] {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    flex: 1;
    min-width: 0;
}

.ach-term-row-ineligible .ach-term-checkbox-label[b-8qbzb43yde] {
    cursor: not-allowed;
}

.ach-term-checkbox[b-8qbzb43yde] {
    width: 24px;
    height: 24px;
    cursor: inherit;
    accent-color: #424242;
    flex-shrink: 0;
}

.ach-term-name[b-8qbzb43yde] {
    font-size: 16px;
    line-height: 24px;
    color: #1e1f20;
}

.ach-term-chip[b-8qbzb43yde] {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.ach-term-chip-eligible[b-8qbzb43yde] {
    background: #d1e7dd;
    color: #0f5132;
}

.ach-term-chip-ineligible[b-8qbzb43yde] {
    background: #f8d7da;
    color: #842029;
}

.ach-parking-select[b-8qbzb43yde] {
    padding: 0 8px;
    height: 32px;
    width: 150px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    background: #fff;
    color: #1e1f20;
}

.ach-parking-select:focus[b-8qbzb43yde] {
    outline: none;
    border-color: #006eb6;
}

/* ===== Save button (full width inside terms card) ===== */
.ach-save-btn[b-8qbzb43yde] {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 16px;
    background: #006eb6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    cursor: pointer;
}

.ach-save-btn:hover:not(:disabled)[b-8qbzb43yde] {
    background: #00528a;
}

.ach-save-btn:disabled[b-8qbzb43yde] {
    opacity: 0.42;
    cursor: not-allowed;
}
/* /Components/Shared/CloseToGradChip.razor.rz.scp.css */
/* Peach pill matching the Figma "Close to grad" chip (node 5802:13366).
   Same footprint as .eligibility-chip so it aligns beside it. */
.close-to-grad-chip[b-8008374yd0] {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    height: 20px;
    border-radius: var(--radius-chip);
    font-size: var(--font-size-xs);
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--color-gray-950);
    background-color: var(--color-warning-bg); /* #ffead9 peach */
    white-space: nowrap;
}
/* /Components/Shared/ComingSoon.razor.rz.scp.css */
.cs-wrap[b-8ceu8l67ja] {
    display: flex;
    justify-content: center;
    padding: 48px var(--space-4);
}

.cs-card[b-8ceu8l67ja] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 460px;
    padding: 40px var(--space-6);
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.cs-icon[b-8ceu8l67ja] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: var(--space-5);
    border-radius: 50%;
    background: rgba(0, 110, 182, 0.08);
    color: var(--byuiBlue);
}

.cs-badge[b-8ceu8l67ja] {
    display: inline-block;
    margin-bottom: var(--space-4);
    padding: 4px 12px;
    background: var(--color-gray-100);
    color: var(--color-gray-600);
    border-radius: var(--radius-chip);
    font-size: var(--font-size-xs);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cs-title[b-8ceu8l67ja] {
    margin: 0 0 var(--space-3);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-gray-950);
}

.cs-message[b-8ceu8l67ja] {
    margin: 0;
    max-width: 360px;
    font-size: var(--font-size-sm);
    line-height: 1.6;
    color: var(--color-gray-500);
}
/* /Components/Shared/ComplexPageNav.razor.rz.scp.css */
/* Section nav for the four complex-scoped pages. Sits to the right of the page
   selectors as a connected segmented menu — buttons share edges, rounded only at
   the ends, with the active page filled brand blue. */
.cpn-nav[b-sfdkau3mv1] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    /* In any flex subheader, push the nav to the right edge. */
    margin-left: auto;
}

.cpn-btn[b-sfdkau3mv1] {
    height: 36px;
    padding: 0 14px;
    border: 1px solid var(--color-gray-400);
    background: #fff;
    cursor: pointer;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-700);
    white-space: nowrap;
    transition: background 0.1s, color 0.1s, border-color 0.1s;
}

.cpn-btn:hover:not(:disabled)[b-sfdkau3mv1] {
    color: var(--byuiBlue);
    border-color: var(--byuiBlue);
}

.cpn-btn:first-child[b-sfdkau3mv1] {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}

.cpn-btn:last-child[b-sfdkau3mv1] {
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.cpn-btn.active[b-sfdkau3mv1] {
    background: var(--byuiBlue);
    border-color: var(--byuiBlue);
    color: #fff;
    font-weight: 600;
    cursor: default;
}
/* /Components/Shared/CopyAssignmentsDialog.razor.rz.scp.css */
.ca-instruction[b-skffaqef55] {
    font-size: 16px;
    line-height: 1.5;
    color: #1e1f20;
    margin: 0 0 12px;
}

.ca-warning[b-skffaqef55] {
    font-size: 16px;
    font-weight: 600;
    color: #b22222;
    margin: 0 0 32px;
}

.ca-radio-group[b-skffaqef55] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.ca-actions[b-skffaqef55] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.ca-confirm-btn[b-skffaqef55] {
    padding: 8px 16px;
    height: 40px;
    min-width: 270px;
    background: #006eb6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.ca-confirm-btn:hover:not(:disabled)[b-skffaqef55] {
    background: #00528a;
}

.ca-confirm-btn:disabled[b-skffaqef55] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== Loading state ===== */
.ca-loading[b-skffaqef55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0 24px;
    gap: 28px;
    /* No interactive content — see .ca-success. */
    pointer-events: none;
    user-select: none;
    caret-color: transparent;
    cursor: default;
}

.ca-loading-text[b-skffaqef55] {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #1e1f20;
}

.ca-loading-bar[b-skffaqef55] {
    width: 500px;
    max-width: 100%;
    height: 8px;
    border-radius: 4px;
}

/* ===== Success state ===== */
.ca-success[b-skffaqef55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0 24px;
    gap: 12px;
    /* Purely informational — nothing here is interactive. Without these, the dialog's focus
       lands on the text (no focusable controls remain in this view), showing a blinking text
       caret and letting the user click into / select the message as if it were editable. */
    pointer-events: none;
    user-select: none;
    caret-color: transparent;
    cursor: default;
}

.ca-success-title[b-skffaqef55] {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #2bb673;
}

.ca-success-detail[b-skffaqef55] {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #1e1f20;
}
/* /Components/Shared/EligibilityChip.razor.rz.scp.css */
.eligibility-chip[b-m6v6691oau] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    height: 20px;
    border-radius: var(--radius-chip);
    font-size: var(--font-size-xs);
    font-weight: 600;
    font-family: var(--font-family);
    color: var(--color-gray-950);
    white-space: nowrap;
}

.chip-eligible[b-m6v6691oau] {
    background-color: var(--color-success-bg);
}

.chip-ineligible[b-m6v6691oau] {
    background-color: var(--color-error-bg);
}

.chip-warning[b-m6v6691oau] {
    background-color: var(--color-warning-bg);
}

.eligibility-dot[b-m6v6691oau] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dot-eligible[b-m6v6691oau] {
    background-color: var(--color-success);
}

.dot-ineligible[b-m6v6691oau] {
    background-color: var(--color-error);
}
/* /Components/Shared/GradCapIcon.razor.rz.scp.css */
/* Fixed 12x12 to match the Figma graduation cap (node 5802:12052, cap inside the
   eligibility chip). Keep this the ONLY place the cap's size is defined. */
.grad-cap-icon[b-hm86fdtgo3] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
/* /Components/Shared/Loading.razor.rz.scp.css */
.loading[b-w3gl9k35fg] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .spinner[b-w3gl9k35fg] {
  animation: rotator-b-w3gl9k35fg 1.4s linear infinite;
}
@keyframes rotator-b-w3gl9k35fg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.loading .path[b-w3gl9k35fg] {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash-b-w3gl9k35fg 1.4s ease-in-out infinite, colors-b-w3gl9k35fg 5.6s ease-in-out infinite;
}
.loading.inline[b-w3gl9k35fg] {
  display: inline;
}
@keyframes colors-b-w3gl9k35fg {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash-b-w3gl9k35fg {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* /Components/Shared/StudentInfoBubble.razor.rz.scp.css */
/* Student info bubble — Figma nodes 5550:22856 (no dup) and 5550:22836 (duplicate).
   Top row: avatar | name/email/phone+hometown | term + eligibility chip. The duplicate
   variant adds a warning section listing the complexes the student has contracts with. */
.sib-card[b-lf3zri7x4e] {
    display: flex;
    flex-direction: column;
    width: 492px;
    max-width: 90vw;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: var(--font-family);
    overflow: hidden;
}

.sib-top[b-lf3zri7x4e] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 99px;
    padding: 16px;
}

/* Duplicate-contract section (Figma node 5550:22836). */
.sib-dup[b-lf3zri7x4e] {
    padding: 16px;
    background: #fef9e7;
    border-top: 1px solid var(--color-gray-200);
}

.sib-dup-title[b-lf3zri7x4e] {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--font-size-md);
    font-weight: 700;
    color: #1e1f20; /* Figma Color/Basic/Black */
}

.sib-dup-icon[b-lf3zri7x4e] {
    color: var(--color-warning); /* #FECE02 */
    flex-shrink: 0;
}

.sib-dup-body[b-lf3zri7x4e] {
    margin: 0 0 4px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
}

.sib-dup-list[b-lf3zri7x4e] {
    margin: 0;
    padding-left: 20px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
}

.sib-dup-list li[b-lf3zri7x4e] {
    margin-bottom: 2px;
}

.sib-avatar[b-lf3zri7x4e] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-gray-100);
}

.sib-avatar img[b-lf3zri7x4e] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sib-info[b-lf3zri7x4e] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sib-name-row[b-lf3zri7x4e] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.sib-name[b-lf3zri7x4e] {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: 700;
    color: #1e1f20; /* Figma Color/Basic/Black */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Graduation-cap marker (student close to graduation: 100+ credits).
   Wraps the shared <GradCapIcon>; tints it via currentColor and sizes to the 12px glyph. */
.sib-grad-icon[b-lf3zri7x4e] {
    display: inline-flex;
    align-items: center;
    color: var(--byuiBlue);
    flex-shrink: 0;
}

.sib-detail[b-lf3zri7x4e] {
    margin: 0;
    font-size: var(--font-size-sm);
    color: var(--color-gray-400);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sib-sep[b-lf3zri7x4e] {
    margin: 0 6px;
    color: var(--color-gray-300);
}

.sib-side[b-lf3zri7x4e] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    gap: 8px;
    flex-shrink: 0;
}

.sib-term[b-lf3zri7x4e] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-400);
    white-space: nowrap;
}
/* /Pages/Index.razor.rz.scp.css */
.home-page[b-hya3ff44hz] {
    padding: var(--space-6);
    max-width: 1400px;
    margin: 0 auto;
}

.home-header[b-hya3ff44hz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.home-title[b-hya3ff44hz] {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0;
}

/* Search */
.home-search-wrap[b-hya3ff44hz] {
    position: relative;
    width: 260px;
}

.home-search-input[b-hya3ff44hz] {
    width: 100%;
    height: 36px;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    padding: 0 34px 0 12px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-800);
    outline: none;
    box-sizing: border-box;
    font-family: var(--font-family);
    background: #fff;
}

.home-search-input:focus[b-hya3ff44hz] {
    border-color: var(--byuiBlue);
}

.home-search-icon[b-hya3ff44hz] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-gray-400);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.home-loading[b-hya3ff44hz] {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

/* Grid */
.home-grid[b-hya3ff44hz] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .home-grid[b-hya3ff44hz] {
        grid-template-columns: 1fr;
    }
}

/* Card */
.complex-card[b-hya3ff44hz] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.complex-card-photo[b-hya3ff44hz] {
    width: 100%;
    height: 146px;
    overflow: hidden;
    background: var(--color-gray-100);
}

.complex-card-photo-img[b-hya3ff44hz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.complex-card-photo-placeholder[b-hya3ff44hz] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complex-card-body[b-hya3ff44hz] {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.complex-card-name[b-hya3ff44hz] {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-gray-800);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Occupancy */
.complex-card-occupancy[b-hya3ff44hz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.complex-card-occ-label[b-hya3ff44hz] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
}

.complex-card-progress[b-hya3ff44hz] {
    height: 8px;
    background: var(--color-gray-100);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.complex-card-progress-fill[b-hya3ff44hz] {
    height: 100%;
    width: 0; /* Component overrides via inline style="width:X%" — see Index.razor card markup. */
    background: var(--byuiBlue);
    border-radius: var(--radius-sm);
    transition: width 0.2s ease-out;
}

/* Action Buttons */
.complex-card-actions[b-hya3ff44hz] {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.complex-btn-outline[b-hya3ff44hz],
.complex-btn-primary[b-hya3ff44hz] {
    flex: 1;
    height: 40px;
    padding: 0 10px;
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.complex-btn-outline[b-hya3ff44hz] {
    border: 1px solid var(--color-gray-600);
    background: #fff;
    color: var(--color-gray-800);
}

.complex-btn-outline:hover[b-hya3ff44hz] {
    background: var(--color-gray-50);
    border-color: var(--byuiBlue);
    color: var(--byuiBlue);
}

.complex-btn-primary[b-hya3ff44hz] {
    flex: 1.3;
    background: var(--byuiBlue);
    color: #fff;
    border: none;
    font-weight: 600;
}

.complex-btn-primary:hover[b-hya3ff44hz] {
    background: #005a94;
}
/* /Pages/Inspections.razor.rz.scp.css */
/* Loading renders the spinner and the message as two sibling divs, so the wrapper must
   stack them vertically and center both axes (same pattern as .pd-loading). */
.insp-loading[b-kpi6let7lw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.insp-page[b-kpi6let7lw] {
    padding: var(--space-6);
    max-width: 1400px;
    margin: 0 auto;
}

/* Sub-header */
.insp-subheader[b-kpi6let7lw] {
    margin-bottom: 8px;
}

/* Complex name on the left, section nav pushed to the right. */
.insp-subheader-main[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: var(--space-4);
}

.insp-back-btn[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    cursor: pointer;
    padding: 0;
    margin-bottom: 6px;
    font-family: var(--font-family);
    transition: color 0.15s;
}

.insp-back-btn:hover[b-kpi6let7lw] {
    color: var(--byuiBlue);
}

.insp-complex-name[b-kpi6let7lw] {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0;
}

/* Tabs */
.insp-tabs-wrap[b-kpi6let7lw] {
    border-bottom: 1px solid var(--color-gray-200);
    margin-bottom: 24px;
    margin-top: 10px;
}

.insp-tabs[b-kpi6let7lw] {
    display: flex;
}

.insp-tab[b-kpi6let7lw] {
    padding: 10px 16px;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    cursor: pointer;
    font-family: var(--font-family);
    margin-bottom: -1px;
    transition: color 0.15s;
}

.insp-tab-active[b-kpi6let7lw] {
    color: var(--byuiBlue);
    border-bottom-color: var(--byuiBlue);
    font-weight: 600;
}

/* Content */
.insp-content[b-kpi6let7lw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Year select */
.insp-year-select[b-kpi6let7lw] {
    width: 120px;
    height: 36px;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    padding: 0 10px;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-800);
    background: #fff;
    cursor: pointer;
    outline: none;
}

.insp-year-select:focus[b-kpi6let7lw] {
    border-color: var(--byuiBlue);
}

/* Inspection list */
.insp-list[b-kpi6let7lw] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.insp-row[b-kpi6let7lw] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.insp-row-pending[b-kpi6let7lw] {
    background: #fff;
    border-color: var(--color-gray-200);
}

.insp-row-main[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    gap: 16px;
    flex-wrap: wrap;
}

.insp-row-left[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}

.insp-row-right[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.insp-row-title[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-800);
}

/* Badges */
.insp-badge[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: var(--radius-chip);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.insp-badge-due[b-kpi6let7lw] {
    background: #c12626;
    color: #fff;
}

.insp-badge-recent[b-kpi6let7lw] {
    background: #9747ff;
    color: #fff;
}

.insp-badge-inreview[b-kpi6let7lw] {
    background: var(--byuiBlue);
    color: #fff;
}

/* Due date */
.insp-due-date[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
}

.insp-due-date-overdue[b-kpi6let7lw] {
    color: #c12626;
    font-weight: 600;
}

/* Buttons */
.insp-btn-outline[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    border: 1px solid var(--color-gray-600);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--color-gray-800);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    padding: 0 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, color 0.15s;
}

.insp-btn-outline:hover[b-kpi6let7lw] {
    border-color: var(--byuiBlue);
    color: var(--byuiBlue);
}

.insp-btn-primary[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    height: 36px;
    background: var(--byuiBlue);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    font-weight: 600;
    font-family: var(--font-family);
    padding: 0 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.insp-btn-primary:hover[b-kpi6let7lw] {
    background: #005a94;
}

/* Not started chip */
.insp-not-started-chip[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-chip);
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    background: var(--color-gray-50);
}

/* Details button */
.insp-details-btn[b-kpi6let7lw] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    cursor: pointer;
    font-family: var(--font-family);
    padding: 4px 8px;
    transition: color 0.15s;
}

.insp-details-btn:hover[b-kpi6let7lw] {
    color: var(--byuiBlue);
}

/* Details panel */
.insp-details-panel[b-kpi6let7lw] {
    border-top: 1px solid var(--color-gray-100);
    padding: 14px 20px;
    background: var(--color-gray-50);
}

.insp-details-text[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    margin: 0;
}

/* Empty state */
.insp-empty[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    text-align: center;
    padding: 40px 0;
}

/* Modal overlay */
.insp-modal-overlay[b-kpi6let7lw] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.insp-modal[b-kpi6let7lw] {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 28px 28px 24px;
    width: 520px;
    max-width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

/* Modal header */
.insp-modal-header[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insp-modal-title[b-kpi6let7lw] {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: var(--color-gray-900);
    margin: 0;
}

.insp-modal-close[b-kpi6let7lw] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--color-gray-500);
    cursor: pointer;
    padding: 4px;
    border-radius: var(--radius-sm);
    transition: color 0.15s;
}

.insp-modal-close:hover[b-kpi6let7lw] {
    color: var(--color-gray-900);
}

.insp-modal-subtitle[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    margin: -8px 0 0;
}

/* Drop zones */
.insp-dropzone[b-kpi6let7lw] {
    border: 2px dashed var(--color-gray-300);
    border-radius: var(--radius-md);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    background: var(--color-gray-50);
    transition: border-color 0.15s;
}

.insp-dropzone-filled[b-kpi6let7lw] {
    border-color: var(--byuiBlue);
    background: #f0f7ff;
}

.insp-dropzone-icon[b-kpi6let7lw] {
    color: var(--color-gray-400);
}

.insp-dropzone-file-icon[b-kpi6let7lw] {
    color: var(--byuiBlue);
}

.insp-dropzone-text[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    margin: 0;
}

.insp-dropzone-browse[b-kpi6let7lw] {
    background: none;
    border: none;
    color: var(--byuiBlue);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.insp-dropzone-hint[b-kpi6let7lw] {
    font-size: 11px;
    color: var(--color-gray-400);
    margin: 0;
}

.insp-dropzone-filename[b-kpi6let7lw] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-800);
}

.insp-dropzone-remove[b-kpi6let7lw] {
    background: none;
    border: none;
    color: #c12626;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    cursor: pointer;
    padding: 0;
}

/* Modal footer */
.insp-modal-footer[b-kpi6let7lw] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 4px;
}

.insp-modal-cancel[b-kpi6let7lw] {
    height: 36px;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--color-gray-700);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    padding: 0 16px;
    cursor: pointer;
    transition: border-color 0.15s;
}

.insp-modal-cancel:hover[b-kpi6let7lw] {
    border-color: var(--color-gray-500);
}

.insp-btn-disabled[b-kpi6let7lw] {
    opacity: 0.45;
    cursor: not-allowed !important;
}
/* /Pages/PropertyDetails.razor.rz.scp.css */
/* Loading renders the spinner and the message as two sibling divs, so the wrapper must
   stack them vertically and center both axes. Min-height puts it roughly mid-page. */
.pd-loading[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.pd-page[b-jsyov5ot1q] {
    padding: var(--space-6);
    max-width: 1400px;
    margin: 0 auto;
}

/* Sub-header */
.pd-subheader[b-jsyov5ot1q] {
    margin-bottom: 8px;
}

/* Complex name on the left, section nav pushed to the right. */
.pd-subheader-main[b-jsyov5ot1q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: var(--space-4);
}

.pd-back-btn[b-jsyov5ot1q] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    cursor: pointer;
    padding: 0;
    margin-bottom: 6px;
    font-family: var(--font-family);
    transition: color 0.15s;
}

.pd-back-btn:hover[b-jsyov5ot1q] {
    color: var(--byuiBlue);
}

.pd-complex-name[b-jsyov5ot1q] {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0;
}

/* Management Contacts */
.pd-contacts-card[b-jsyov5ot1q] {
    margin-bottom: 20px;
}

.pd-contacts-grid[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 1024px) {
    .pd-contacts-grid[b-jsyov5ot1q] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pd-contacts-grid[b-jsyov5ot1q] {
        grid-template-columns: 1fr;
    }
}

.pd-contact-card[b-jsyov5ot1q] {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pd-contact-type[b-jsyov5ot1q] {
    font-size: 18px;
    font-weight: 700;
    color: #383a42;
    margin-bottom: 4px;
}

.pd-contact-name[b-jsyov5ot1q] {
    font-size: 16px;
    font-weight: 700;
    color: #383a42;
}

.pd-contact-row[b-jsyov5ot1q] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #4a4e5a;
}

.pd-contact-row svg[b-jsyov5ot1q] {
    flex-shrink: 0;
    color: #4a4e5a;
    margin-top: 2px;
}

.pd-contacts-empty[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    padding: 16px 0;
    text-align: center;
}

/* Photos card full width */
.pd-photos-card[b-jsyov5ot1q] {
    margin-top: 20px;
}

/* Tabs: Property Details / Management Contacts — underline style per Figma 5891:12438. */
.pd-tabs[b-jsyov5ot1q] {
    display: flex;
    gap: var(--space-5);
    border-bottom: 1px solid var(--color-gray-200);
    margin-bottom: 20px;
}

.pd-tab[b-jsyov5ot1q] {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    padding: 8px 4px;
    font-family: var(--font-family);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-600);
    cursor: pointer;
    transition: color 0.1s, border-color 0.1s;
}

.pd-tab:hover[b-jsyov5ot1q] {
    color: var(--byuiBlue);
}

.pd-tab.active[b-jsyov5ot1q] {
    color: var(--byuiBlue);
    border-bottom-color: var(--byuiBlue);
}

/* Alert */
.pd-alert[b-jsyov5ot1q] {
    background: var(--color-gray-50);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    padding: 10px 16px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    margin-bottom: 20px;
}

/* Two-column layout */
.pd-layout[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: 1fr 522px;
    gap: 20px;
    align-items: start;
}

@media (max-width: 1024px) {
    .pd-layout[b-jsyov5ot1q] {
        grid-template-columns: 1fr;
    }
}

.pd-left-col[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pd-right-col[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Card */
.pd-card[b-jsyov5ot1q] {
    background: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 6px;
    padding: 24px;
}

.pd-card-header[b-jsyov5ot1q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.pd-card-title[b-jsyov5ot1q] {
    font-size: 22px;
    font-weight: 700;
    color: #40444c;
}

.pd-edit-btn[b-jsyov5ot1q] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #5b616e;
    border-radius: 4px;
    font-size: 16px;
    color: #5b616e;
    cursor: pointer;
    padding: 8px 16px;
    height: 40px;
    font-family: var(--font-family);
    transition: border-color 0.15s, color 0.15s;
}

.pd-edit-btn:hover[b-jsyov5ot1q] {
    border-color: var(--byuiBlue);
    color: var(--byuiBlue);
}

/* Info table */
.pd-info-table[b-jsyov5ot1q] {
    width: 100%;
    border-collapse: collapse;
}

.pd-info-table tr[b-jsyov5ot1q] {
    border-bottom: 1px solid var(--color-gray-100);
}

.pd-info-table tr:last-child[b-jsyov5ot1q] {
    border-bottom: none;
}

.pd-info-label[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-800);
    padding: 10px 16px 10px 0;
    white-space: nowrap;
    width: 120px;
    vertical-align: top;
}

.pd-info-label-top[b-jsyov5ot1q] {
    padding-top: 12px;
}

.pd-info-value[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    padding: 10px 0;
    line-height: 1.5;
}

/* Description section — sits below the info table per Figma 5891:20029, full-width with its
   own heading, no label/value column layout. Padding-only above the border matches the table
   row dividers so the visual gap is uniform across the card. */
.pd-description-section[b-jsyov5ot1q] {
    padding-top: 10px;
    border-top: 1px solid var(--color-gray-100);
}

.pd-description-heading[b-jsyov5ot1q] {
    margin: 0 0 var(--space-2);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-800);
}

.pd-description-text[b-jsyov5ot1q] {
    margin: 0;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    line-height: 1.5;
    white-space: pre-wrap;
}

.pd-link[b-jsyov5ot1q] {
    color: var(--byuiBlue);
    text-decoration: none;
}

.pd-link:hover[b-jsyov5ot1q] {
    text-decoration: underline;
}

/* Upload button */
.pd-upload-btn[b-jsyov5ot1q] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    cursor: pointer;
    padding: 5px 10px;
    font-family: var(--font-family);
    transition: border-color 0.15s, color 0.15s;
}

.pd-upload-btn:hover[b-jsyov5ot1q] {
    border-color: var(--byuiBlue);
    color: var(--byuiBlue);
}

/* Photos */
.pd-photo-top-row[b-jsyov5ot1q] {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.pd-photo-section[b-jsyov5ot1q] {
    margin-top: 16px;
}

.pd-photo-top-row > .pd-photo-section + .pd-photo-section[b-jsyov5ot1q] {
    margin-top: 16px;
    padding-top: 0;
    border-top: none;
}

.pd-photo-section + .pd-photo-section[b-jsyov5ot1q] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--color-gray-100);
}

/* Walkthrough Video */
.pd-walkthrough-section[b-jsyov5ot1q] {
    flex: 1;
}

.pd-walkthrough-url[b-jsyov5ot1q] {
    font-size: 16px;
    color: var(--byuiBlue);
    text-decoration: none;
    word-break: break-all;
}

.pd-walkthrough-url:hover[b-jsyov5ot1q] {
    text-decoration: underline;
}

.pd-walkthrough-empty[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
}

.pd-photo-section-title[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-800);
    margin-bottom: 10px;
}

.pd-photo-thumb-wrap[b-jsyov5ot1q] {
    width: 120px;
    height: 80px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--color-gray-200);
}

.pd-photo-thumb[b-jsyov5ot1q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-photo-links[b-jsyov5ot1q] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.pd-photo-link[b-jsyov5ot1q] {
    background: none;
    border: none;
    font-size: 12px;
    color: #383a42;
    cursor: pointer;
    padding: 0;
    font-family: var(--font-family);
    text-decoration: underline;
}

.pd-photo-link:hover[b-jsyov5ot1q] {
    color: var(--byuiBlue);
}

.pd-photos-grid[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pd-photo-item[b-jsyov5ot1q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.pd-photo-item-img[b-jsyov5ot1q] {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-gray-200);
    display: block;
}

.pd-photos-empty[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    padding: 16px 0;
    text-align: center;
}

/* Amenities */
.pd-amenities-grid[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 12px;
}

.pd-amenity-item[b-jsyov5ot1q] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
}

.pd-amenity-icon[b-jsyov5ot1q] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.pd-amenity-icon-fallback[b-jsyov5ot1q] {
    flex-shrink: 0;
    color: var(--color-gray-400);
}

.pd-amenity-name[b-jsyov5ot1q] {
    font-size: 16px;
    color: #383a42;
}

.pd-amenities-empty[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    padding: 16px 0;
    text-align: center;
}

/* Edit form */
.pd-edit-form[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pd-edit-field[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.pd-edit-label[b-jsyov5ot1q] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-700);
}

.pd-edit-row[b-jsyov5ot1q] {
    display: flex;
    gap: 12px;
}

/* Contact card in edit mode — extra padding so the inline form doesn't feel cramped */
.pd-contact-card-editing[b-jsyov5ot1q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    background: var(--color-gray-50, #f9fafb);
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-gray-200);
}

/* Amenities edit checkbox grid */
.pd-amenities-edit-grid[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 6px 12px;
    margin-bottom: 16px;
}

.pd-amenity-edit-item[b-jsyov5ot1q] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    cursor: pointer;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
}

.pd-amenity-edit-item input[type="checkbox"][b-jsyov5ot1q] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.pd-edit-actions[b-jsyov5ot1q] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.pd-edit-btn:disabled[b-jsyov5ot1q],
.pd-upload-btn:disabled[b-jsyov5ot1q],
.pd-photo-link:disabled[b-jsyov5ot1q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pd-upload-btn-disabled[b-jsyov5ot1q] {
    opacity: 0.6;
    cursor: progress;
    pointer-events: none;
}

/* Pending-approval badge — owner has uploaded but the photo hasn't gone through the approval pipeline yet */
.pd-photo-pending[b-jsyov5ot1q] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fef3cd;
    color: #856404;
    font-size: 11px;
    font-weight: 500;
}

.pd-photo-pending-overlay[b-jsyov5ot1q] {
    position: absolute;
    top: 6px;
    left: 6px;
    margin-left: 0;
}

/* Preview lightbox */
.pd-photo-preview-overlay[b-jsyov5ot1q] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    padding: 24px;
}

.pd-photo-preview-frame[b-jsyov5ot1q] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    border-radius: var(--radius-md);
    padding: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pd-photo-preview-close[b-jsyov5ot1q] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #5b616e;
    cursor: pointer;
    padding: 0;
}

.pd-photo-preview-close:hover[b-jsyov5ot1q] {
    color: #1e1f20;
}

.pd-photo-preview-img[b-jsyov5ot1q] {
    max-width: 100%;
    max-height: calc(90vh - 80px);
    object-fit: contain;
    border-radius: var(--radius-sm);
}

.pd-photo-preview-caption[b-jsyov5ot1q] {
    margin: 12px 0 0;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    text-align: center;
}

/* Cover photo picker (opened from the thumbnail's Edit button) */
.pd-cover-picker[b-jsyov5ot1q] {
    position: relative;
    width: min(720px, 90vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #fff;
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.pd-cover-picker-title[b-jsyov5ot1q] {
    margin: 0 0 16px;
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--color-gray-950);
}

.pd-cover-grid[b-jsyov5ot1q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pd-cover-option[b-jsyov5ot1q] {
    position: relative;
    display: block;
    padding: 0;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    background: none;
    cursor: pointer;
}

.pd-cover-option:hover[b-jsyov5ot1q] {
    border-color: var(--byuiBlue);
}

.pd-cover-option-current[b-jsyov5ot1q] {
    border-color: var(--byuiBlue);
}

.pd-cover-current-badge[b-jsyov5ot1q] {
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--byuiBlue);
    color: #fff;
    font-size: var(--font-size-xs, 11px);
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
}

/* /Pages/Reports.razor.rz.scp.css */
.rp-page[b-nhy95sb2kq] {
    padding: var(--space-6);
    max-width: 900px;
    margin: 0 auto;
}

.rp-breadcrumb[b-nhy95sb2kq] {
    margin-bottom: var(--space-4);
}

.rp-back-link[b-nhy95sb2kq] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    text-decoration: none;
}

.rp-back-link:hover[b-nhy95sb2kq] {
    color: var(--byuiBlue);
}

.rp-title[b-nhy95sb2kq] {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0 0 var(--space-1) 0;
}

.rp-subtitle[b-nhy95sb2kq] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    margin: 0 0 var(--space-6) 0;
}

.rp-section-title[b-nhy95sb2kq] {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-gray-800);
    margin: var(--space-6) 0 var(--space-3) 0;
}

/* Filters */
.rp-filters[b-nhy95sb2kq] {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
    margin-bottom: var(--space-2);
}

.rp-select[b-nhy95sb2kq] {
    min-width: 200px;
    flex: 1;
    max-width: 280px;
}

/* Report type cards */
.rp-report-types[b-nhy95sb2kq] {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.rp-report-card[b-nhy95sb2kq] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-md);
    background: #fff;
    cursor: pointer;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    transition: border-color 0.15s;
    position: relative;
}

.rp-report-card:hover[b-nhy95sb2kq] {
    border-color: var(--byuiBlue);
}

.rp-report-card.selected[b-nhy95sb2kq] {
    border-color: var(--byuiBlue);
    background: rgba(0, 110, 182, 0.04);
    color: var(--byuiBlue);
    font-weight: 600;
}

.rp-report-label[b-nhy95sb2kq] {
    white-space: nowrap;
}

.rp-check-icon[b-nhy95sb2kq] {
    margin-left: 2px;
}

/* Actions */
.rp-actions[b-nhy95sb2kq] {
    margin-top: var(--space-6);
    padding-top: var(--space-4);
    border-top: 1px solid var(--color-gray-200);
}

/* Recent files */
.rp-file-list[b-nhy95sb2kq] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.rp-file-row[b-nhy95sb2kq] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-2) var(--space-4);
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
}

.rp-file-name[b-nhy95sb2kq] {
    flex: 1;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
}

@media (max-width: 600px) {
    .rp-filters[b-nhy95sb2kq] {
        flex-direction: column;
    }

    .rp-select[b-nhy95sb2kq] {
        max-width: 100%;
    }
}
/* /Pages/Surveys.razor.rz.scp.css */
/* Loading renders the spinner and the message as two sibling divs, so the wrapper must
   stack them vertically and center both axes (same pattern as .pd-loading). */
.sv-loading[b-9acyqzf27i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.sv-page[b-9acyqzf27i] {
    padding: var(--space-6);
    max-width: 1400px;
    margin: 0 auto;
}

/* Sub-header */
.sv-subheader[b-9acyqzf27i] {
    margin-bottom: 8px;
}

/* Complex name on the left, section nav pushed to the right. */
.sv-subheader-main[b-9acyqzf27i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: var(--space-4);
}

.sv-back-btn[b-9acyqzf27i] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    cursor: pointer;
    padding: 0;
    margin-bottom: 6px;
    font-family: var(--font-family);
    transition: color 0.15s;
}

.sv-back-btn:hover[b-9acyqzf27i] {
    color: var(--byuiBlue);
}

.sv-complex-name[b-9acyqzf27i] {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0;
}

/* Tabs */
.sv-tabs-wrap[b-9acyqzf27i] {
    border-bottom: 1px solid var(--color-gray-200);
    margin-bottom: 24px;
    margin-top: 10px;
}

.sv-tabs[b-9acyqzf27i] {
    display: flex;
}

.sv-tab[b-9acyqzf27i] {
    padding: 10px 16px;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    cursor: pointer;
    font-family: var(--font-family);
    margin-bottom: -1px;
    transition: color 0.15s;
}

.sv-tab-active[b-9acyqzf27i] {
    color: var(--byuiBlue);
    border-bottom-color: var(--byuiBlue);
    font-weight: 600;
}

/* Content */
.sv-content[b-9acyqzf27i] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Year select */
.sv-year-select[b-9acyqzf27i] {
    width: 120px;
    height: 36px;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    padding: 0 10px;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-800);
    background: #fff;
    cursor: pointer;
    outline: none;
}

.sv-year-select:focus[b-9acyqzf27i] {
    border-color: var(--byuiBlue);
}

/* Card */
.sv-card[b-9acyqzf27i] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    padding: 20px 24px;
}

.sv-card-title[b-9acyqzf27i] {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-gray-900);
    margin: 0 0 16px 0;
}

/* Section */
.sv-section[b-9acyqzf27i] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sv-section-title[b-9acyqzf27i] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-700);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-100);
    margin-bottom: 4px;
}

/* File rows */
.sv-file-row[b-9acyqzf27i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-gray-100);
}

.sv-file-row:last-of-type[b-9acyqzf27i] {
    border-bottom: none;
}

.sv-file-left[b-9acyqzf27i] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sv-check-icon[b-9acyqzf27i] {
    flex-shrink: 0;
}

.sv-file-name[b-9acyqzf27i] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-800);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Download button */
.sv-download-link[b-9acyqzf27i] {
    display: inline-flex;
    align-items: center;
    height: 32px;
    border: 1px solid var(--byuiBlue);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--byuiBlue);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    padding: 0 14px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.sv-download-link:hover[b-9acyqzf27i] {
    background: var(--byuiBlue);
    color: #fff;
}

/* Empty state */
.sv-empty[b-9acyqzf27i] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    text-align: center;
    padding: 32px 0;
}
/* /Pages/TenantManagement.razor.rz.scp.css */
/* Sub-header */
.tm-subheader[b-i8kw8f6sv8] {
    padding: var(--space-4) var(--space-6) 0;
    background: #fff;
}

.tm-breadcrumb[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-2);
}

.tm-back-link[b-i8kw8f6sv8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    text-decoration: none;
}

.tm-back-link:hover[b-i8kw8f6sv8] {
    color: var(--byuiBlue);
}

.tm-header-row[b-i8kw8f6sv8] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 12px 0 24px;
}

/* Selector group (property + gender + term) sits on the left; the section nav
   sits on the right via the row's space-between. Bottom-align so the gender/semester
   boxes line up with the bottom of the (slightly taller) complex-name selector. */
.tm-header-left[b-i8kw8f6sv8] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.tm-complex-selector[b-i8kw8f6sv8] {
    margin-right: 24px;
}

.tm-complex-select[b-i8kw8f6sv8] {
    min-width: 220px;
}

/* MudBlazor input/text overrides live in wwwroot/css/app.css since ::deep can't reliably escape MudSelect's internals. */

.tm-filter-select[b-i8kw8f6sv8] {
    min-width: 160px;
}

/* Page content area */
.tm-page-content[b-i8kw8f6sv8] {
    padding: 0 var(--space-6) var(--space-6);
    background: var(--color-gray-50);
    min-height: calc(100vh - 200px);
}

.tm-empty-state[b-i8kw8f6sv8],
.tm-room-view[b-i8kw8f6sv8],
.tm-tab-placeholder[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    padding: 80px 0;
    color: var(--color-gray-400);
    font-size: var(--font-size-sm);
}

/* Tabs */
.tm-tabs[b-i8kw8f6sv8] {
    background: transparent !important;
}

.tm-tabs[b-i8kw8f6sv8]  .mud-tabs-toolbar {
    border-bottom: 1px solid var(--color-gray-200);
}

.tm-tab-panel[b-i8kw8f6sv8] {
    padding: 0 !important;
    background: transparent !important;
}

/* Stats Bar */
.tm-stats-bar[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-3) 0 var(--space-4);
    gap: var(--space-4);
    flex-wrap: wrap;
}

.tm-stats-left[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: var(--space-5);
}

.tm-stats-heading[b-i8kw8f6sv8] {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-gray-950);
}

.tm-stats-counts[b-i8kw8f6sv8] {
    display: flex;
    gap: var(--space-5);
}

.tm-stat[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    font-weight: 500;
}

.tm-cta-button[b-i8kw8f6sv8] {
    flex-shrink: 0;
}

/* View Toggle */
.tm-view-toggle[b-i8kw8f6sv8] {
    display: flex;
    gap: 2px;
    margin-bottom: var(--space-2);
}

.tm-view-btn[b-i8kw8f6sv8] {
    padding: 6px 18px;
    border: 1px solid var(--color-gray-300);
    background: #fff;
    cursor: pointer;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-600);
    transition: background 0.1s, color 0.1s;
}

.tm-view-btn:first-child[b-i8kw8f6sv8] {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}

.tm-view-btn:last-child[b-i8kw8f6sv8] {
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.tm-view-btn.active[b-i8kw8f6sv8] {
    background: var(--byuiBlue);
    border-color: var(--byuiBlue);
    color: #fff;
    font-weight: 600;
}

/* List view search — wraps the room view's .rv-search-* styles and caps width above the table. */
.tm-list-search[b-i8kw8f6sv8] {
    max-width: 260px;
    padding-left: 0 !important;
    margin-bottom: var(--space-2);
}

/* Table */
.tm-table-wrapper[b-i8kw8f6sv8] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.tm-table .mud-table-head .mud-table-cell[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-700);
    background: #fff;
    border-bottom: 1px solid var(--color-gray-200);
    padding: 10px 12px;
}

.tm-table .mud-table-body .mud-table-cell[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    padding: 10px 12px;
    height: 44px;
    border-bottom: 1px solid var(--color-gray-100);
}

/* NOTE: ineligible row coloring lives in wwwroot/css/app.css. MudTable renders the <tr>
   outside this component, so Blazor's CSS isolation (b-xxxxxxx attributes) would prevent
   a scoped selector from matching. */

/* Student cell */
.tm-student-cell[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

/* Click-away catcher for the student-info bubble. Sits just below the MudPopover
   content (--mud-zindex-popover defaults to 1200, content is +1) so outside clicks
   close the bubble while the bubble itself stays interactive. */
.tm-bubble-overlay[b-i8kw8f6sv8] {
    position: fixed;
    inset: 0;
    z-index: 1199;
    background: transparent;
}

.tm-student-link[b-i8kw8f6sv8] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    color: var(--byuiBlue);
    text-decoration: underline;
    font-weight: 600;
    font-size: var(--font-size-sm);
    white-space: nowrap;
}

.tm-student-link:hover[b-i8kw8f6sv8] {
    color: #004f8a;
}

/* Inline selects */
.tm-inline-select[b-i8kw8f6sv8] {
    appearance: none;
    -webkit-appearance: none;
    border: 0.25px solid var(--border-input);
    border-radius: var(--radius-sm);
    padding: 2px 24px 2px 8px;
    height: 24px;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-700);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%234a4e5a'/%3E%3C/svg%3E") no-repeat right 6px center;
    background-color: #fff;
    cursor: pointer;
}

.tm-parking-select[b-i8kw8f6sv8] {
    width: 80px;
}

.tm-address-select[b-i8kw8f6sv8] {
    width: 220px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-apt-select[b-i8kw8f6sv8] {
    width: 120px;
}

.tm-remove-link[b-i8kw8f6sv8] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: var(--color-gray-700, #4a4e5a);
    text-decoration: underline;
    padding: 0;
    line-height: 24px;
}

.tm-remove-link:hover[b-i8kw8f6sv8] {
    color: var(--color-gray-900, #383a42);
}

@media (max-width: 768px) {
    .tm-subheader[b-i8kw8f6sv8],
    .tm-page-content[b-i8kw8f6sv8] {
        padding-left: var(--space-3);
        padding-right: var(--space-3);
    }

    .tm-stats-bar[b-i8kw8f6sv8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-address-select[b-i8kw8f6sv8] {
        width: 150px;
    }
}

/* ===== Plans & Pricing ===== */
.pp-layout[b-i8kw8f6sv8] {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-4) 0;
    align-items: flex-start;
}

.pp-card[b-i8kw8f6sv8] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-5);
}

.pp-card-main[b-i8kw8f6sv8] {
    flex: 1 1 0;
    min-width: 0;
}

.pp-right-col[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    flex: 0 0 340px;
    width: 340px;
}

.pp-card-header[b-i8kw8f6sv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-3);
}

.pp-card-title[b-i8kw8f6sv8] {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0 0 var(--space-2);
}

.pp-card-header .pp-card-title[b-i8kw8f6sv8] {
    margin: 0;
}

.pp-edit-btn[b-i8kw8f6sv8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    background: #fff;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-700);
    cursor: pointer;
}

.pp-edit-btn:hover[b-i8kw8f6sv8] {
    background: var(--color-gray-50);
}

.pp-vacancy[b-i8kw8f6sv8] {
    display: flex;
    gap: var(--space-2);
    align-items: center;
    margin-bottom: var(--space-3);
    font-size: var(--font-size-sm);
    font-weight: 600;
}

.pp-vacancy-label[b-i8kw8f6sv8] {
    color: var(--color-gray-700);
}

.pp-vacancy-value[b-i8kw8f6sv8] {
    color: var(--byuiBlue);
}

.pp-card-note[b-i8kw8f6sv8] {
    font-size: var(--font-size-xs);
    font-style: italic;
    color: var(--color-gray-500);
    margin: 0 0 var(--space-3);
}

/* Parking & Fees edit mode (Software Engineer / Housing Admin) */
.pp-fee-header[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.pp-fee-edit-grid[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
}

.pp-fee-edit-actions[b-i8kw8f6sv8] {
    display: flex;
    justify-content: flex-end;
    gap: var(--space-2);
    margin-top: var(--space-3);
}

.pp-table[b-i8kw8f6sv8] {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-sm);
}

.pp-table th[b-i8kw8f6sv8] {
    text-align: left;
    font-weight: 600;
    color: var(--color-gray-700);
    padding: 6px 8px;
    border-bottom: 1px solid var(--color-gray-200);
}

.pp-table td[b-i8kw8f6sv8] {
    padding: 8px 8px;
    color: var(--color-gray-800);
    border-bottom: 1px solid var(--color-gray-100);
}

.pp-table tr:last-child td[b-i8kw8f6sv8] {
    border-bottom: none;
}

.pp-empty[b-i8kw8f6sv8] {
    color: var(--color-gray-400);
    font-style: italic;
    padding: var(--space-3) 0;
}

.pp-floorplan-cell[b-i8kw8f6sv8] {
    text-align: right;
}

/* Plan-number cell: keep the number and the in-edit delete button on one line. */
.pp-plan-num[b-i8kw8f6sv8] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
}

.pp-input[b-i8kw8f6sv8] {
    width: 100%;
    max-width: 90px;
    padding: 4px 6px;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    font: inherit;
    font-size: var(--font-size-sm);
    background: #fff;
}

.pp-input:focus[b-i8kw8f6sv8] {
    outline: none;
    border-color: var(--color-brand-blue, #006eb6);
    box-shadow: 0 0 0 2px rgba(0, 110, 182, 0.15);
}

.pp-input-price[b-i8kw8f6sv8] {
    max-width: 110px;
}

.pp-floorplan-thumb[b-i8kw8f6sv8] {
    width: 68px;
    height: 47px;
    border: 1px solid var(--color-gray-200);
    border-radius: 2px;
    object-fit: cover;
    display: inline-block;
}

.pp-floorplan-thumb-empty[b-i8kw8f6sv8] {
    background: var(--color-gray-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-400);
}

.pp-floorplan-thumb-upload[b-i8kw8f6sv8] {
    cursor: pointer;
    border: 1px dashed var(--color-gray-300);
    transition: border-color 0.15s, background 0.15s;
}

.pp-floorplan-thumb-upload:hover[b-i8kw8f6sv8] {
    border-color: var(--color-gray-500);
    background: var(--color-gray-50);
}

.pp-floorplan-actions[b-i8kw8f6sv8] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 4px;
}

.pp-floorplan-action[b-i8kw8f6sv8] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 12px;
    color: var(--color-gray-900, #383a42);
    text-decoration: underline;
    cursor: pointer;
}

.pp-floorplan-action:hover:not(:disabled)[b-i8kw8f6sv8] {
    color: var(--color-gray-700);
}

.pp-floorplan-action:disabled[b-i8kw8f6sv8] {
    opacity: 0.5;
    cursor: default;
}

/* ===== Reports ===== */
.rpt-layout[b-i8kw8f6sv8] {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-4) 0;
    align-items: flex-start;
}

.rpt-card[b-i8kw8f6sv8] {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-5);
    flex: 0 0 360px;
    width: 360px;
}

.rpt-card-recent[b-i8kw8f6sv8] {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}

.rpt-card-title[b-i8kw8f6sv8] {
    font-size: var(--font-size-base);
    font-weight: 700;
    color: var(--color-gray-950);
    margin: 0 0 var(--space-1);
}

.rpt-card-subtitle[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
    margin: 0 0 var(--space-4);
}

.rpt-field-group[b-i8kw8f6sv8] {
    margin-bottom: var(--space-4);
}

.rpt-label[b-i8kw8f6sv8] {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-700);
    margin-bottom: var(--space-2);
}

.rpt-format-select[b-i8kw8f6sv8] {
    width: 100% !important;
    height: 32px !important;
    padding-right: 28px !important;
}

.rpt-checkboxes[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.rpt-check-item[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--color-gray-800);
    cursor: pointer;
}

.rpt-check-item input[type="checkbox"][b-i8kw8f6sv8] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--byuiBlue);
    flex-shrink: 0;
}

.rpt-generate-btn[b-i8kw8f6sv8] {
    margin-top: var(--space-2);
}

.rpt-action-btns[b-i8kw8f6sv8] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
}

.rpt-action-btn[b-i8kw8f6sv8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    height: 36px;
    border: none;
    border-radius: var(--radius-sm);
    background: var(--color-gray-200);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
    transition: background 0.15s;
}

.rpt-action-btn-active[b-i8kw8f6sv8] {
    background: var(--byuiBlue);
    cursor: pointer;
}

.rpt-action-btn-active:hover[b-i8kw8f6sv8] {
    background: #005a94;
}

/* Selection summary + Clear control above the Recent Reports action buttons, so it's obvious how
   many reports View/Print/Download will act on. */
.rpt-selection-bar[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-2);
}

.rpt-selection-count[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-gray-700);
}

.rpt-clear-btn[b-i8kw8f6sv8] {
    background: none;
    border: none;
    padding: 0;
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--byuiBlue);
    cursor: pointer;
    text-decoration: underline;
}

.rpt-clear-btn:hover[b-i8kw8f6sv8] {
    color: #005a94;
}

/* Report list */
.rpt-report-list[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rpt-report-item[b-i8kw8f6sv8] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-2);
    border-bottom: 1px solid var(--color-gray-100);
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: background 0.1s;
}

.rpt-report-item:last-child[b-i8kw8f6sv8] {
    border-bottom: none;
}

.rpt-report-item:hover[b-i8kw8f6sv8] {
    background: var(--color-gray-50);
}

.rpt-report-checkbox[b-i8kw8f6sv8] {
    width: 18px;
    height: 18px;
    border: 1.5px solid rgba(0,0,0,0.54);
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpt-checkbox-checked[b-i8kw8f6sv8] {
    background: rgba(0,0,0,0.54);
    border-color: rgba(0,0,0,0.54);
}

.rpt-report-meta[b-i8kw8f6sv8] {
    flex: 1;
    min-width: 0;
}

.rpt-report-timestamp[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--color-gray-800);
    margin-bottom: 2px;
}

.rpt-report-columns[b-i8kw8f6sv8] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
}

.rpt-recent-empty[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: 48px 0;
    color: var(--color-gray-400);
    font-size: var(--font-size-sm);
}

/* ===== Room View ===== */
.rv-layout[b-i8kw8f6sv8] {
    display: flex;
    gap: 0;
    min-height: calc(100vh - 380px);
    margin: var(--space-3) 0 0;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    background: #fff;
    overflow: hidden;
}

.rv-student-panel[b-i8kw8f6sv8] {
    flex: 0 0 261px;
    width: 261px;
    border-right: 1px solid var(--color-gray-200);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rv-copy-btn[b-i8kw8f6sv8] {
    padding: var(--space-2) var(--space-3);
    font-size: var(--font-size-xs);
    color: var(--byuiBlue);
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-gray-200);
    cursor: pointer;
    text-align: left;
    font-family: var(--font-family);
    text-decoration: underline;
}

.rv-copy-btn:hover[b-i8kw8f6sv8] {
    color: #004f8a;
}

.rv-panel-heading[b-i8kw8f6sv8] {
    padding: var(--space-2) var(--space-3) 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-gray-900);
    margin: 0;
}

.rv-search-wrap[b-i8kw8f6sv8] {
    padding: var(--space-2) var(--space-3);
}

.rv-search-input[b-i8kw8f6sv8] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px 5px 34px;
    height: 29px;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    color: var(--color-gray-800);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%234a4e5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center;
}

.rv-search-input:focus[b-i8kw8f6sv8] {
    outline: none;
    border-color: var(--byuiBlue);
}

.rv-student-list[b-i8kw8f6sv8] {
    flex: 1;
    overflow-y: auto;
    padding: 0 var(--space-3) var(--space-3);
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rv-student-chip[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid #006eb6;
    border-radius: 8px;
    background: rgba(219, 240, 253, 0.25);
    cursor: grab;
    font-size: 14px;
    color: #4a4e5a;
    user-select: none;
    height: 33px;
    box-sizing: border-box;
}

.rv-student-chip:hover[b-i8kw8f6sv8] {
    border-color: #004f8a;
}

/* Ineligible tenants get a red background. Duplicates intentionally do NOT — they are flagged
   with a yellow warning icon only, matching the list view. */
.rv-chip-ineligible[b-i8kw8f6sv8] {
    background: #ffe3e3;
}

.rv-slot-ineligible[b-i8kw8f6sv8] {
    background: #ffe3e3 !important;
}

.rv-chip-drag-dots[b-i8kw8f6sv8] {
    flex-shrink: 0;
    display: flex;
    gap: 2px;
}

.rv-chip-drag-col[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rv-chip-drag-col span[b-i8kw8f6sv8] {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8e95a2;
}

.rv-chip-warn-icon[b-i8kw8f6sv8] {
    color: var(--color-warning);
    flex-shrink: 0;
}

/* Graduation-cap marker on room-view chips and apartment slots (100+ credits).
   Wraps the shared <GradCapIcon>; tints it via currentColor and sizes to the 12px glyph. */
.rv-grad-icon[b-i8kw8f6sv8] {
    display: inline-flex;
    align-items: center;
    color: var(--byuiBlue);
    flex-shrink: 0;
}

.rv-chip-name[b-i8kw8f6sv8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rv-no-results[b-i8kw8f6sv8] {
    font-size: var(--font-size-xs);
    color: var(--color-gray-400);
    text-align: center;
    padding: var(--space-3) 0;
    margin: 0;
}

.rv-apt-area[b-i8kw8f6sv8] {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-4);
}

.rv-building-group[b-i8kw8f6sv8] {
    margin-bottom: var(--space-5);
}

.rv-building-header[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: 16px;
    font-weight: 600;
    color: #383a42;
    margin-bottom: var(--space-3);
    padding-bottom: var(--space-2);
    border-bottom: 1px solid var(--color-gray-200);
}

.rv-apt-grid[b-i8kw8f6sv8] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rv-apt-card[b-i8kw8f6sv8] {
    background: #f7f8f8;
    border: 1px solid #8e95a2;
    border-radius: 6px;
    width: 227px;
    overflow: hidden;
    transition: border-color 0.12s, box-shadow 0.12s;
}

.rv-apt-card-droppable[b-i8kw8f6sv8] {
    border-color: #006eb6;
}

.rv-apt-card-dragover[b-i8kw8f6sv8] {
    border-color: #006eb6;
    box-shadow: 0 0 0 2px rgba(0, 110, 182, 0.25);
}

.rv-apt-card-nodrop[b-i8kw8f6sv8] {
    opacity: 0.55;
}

.rv-chip-dragging[b-i8kw8f6sv8],
.rv-slot-dragging[b-i8kw8f6sv8] {
    opacity: 0.5;
}

.rv-student-chip[draggable="true"][b-i8kw8f6sv8],
.rv-slot-filled[draggable="true"][b-i8kw8f6sv8] {
    cursor: grab;
}

.rv-student-chip[draggable="true"]:active[b-i8kw8f6sv8],
.rv-slot-filled[draggable="true"]:active[b-i8kw8f6sv8] {
    cursor: grabbing;
}

.rv-apt-card-header[b-i8kw8f6sv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px 6px 12px;
    padding-bottom: 6px;
}

.rv-apt-label[b-i8kw8f6sv8] {
    font-size: 16px;
    font-weight: 700;
    color: #383a42;
}

.rv-apt-status[b-i8kw8f6sv8] {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.rv-apt-available[b-i8kw8f6sv8] {
    color: #1aa87d;
}

.rv-apt-full[b-i8kw8f6sv8] {
    color: #dc2626;
}

.rv-apt-slots[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px 12px 12px;
}

.rv-apt-slot[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    height: 33px;
    box-sizing: border-box;
    border-radius: 8px;
}

.rv-slot-filled[b-i8kw8f6sv8] {
    background: rgba(219, 240, 253, 0.25);
    border: 1px solid #006eb6;
}

.rv-slot-drag-dots[b-i8kw8f6sv8] {
    flex-shrink: 0;
    display: flex;
    gap: 2px;
}

.rv-slot-drag-col[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rv-slot-drag-col span[b-i8kw8f6sv8] {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8e95a2;
}

.rv-slot-name[b-i8kw8f6sv8] {
    flex: 1;
    font-size: 14px;
    color: #4a4e5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rv-slot-remove[b-i8kw8f6sv8] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: #4a4e5a;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}

.rv-slot-remove:hover[b-i8kw8f6sv8] {
    color: var(--color-gray-900);
}

.rv-slot-empty[b-i8kw8f6sv8] {
    background: #fff;
    border: 1px solid #d8dbdf;
}

.rv-apt-empty[b-i8kw8f6sv8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: 80px 0;
    color: var(--color-gray-400);
    font-size: var(--font-size-sm);
}

/* Report "View" preview modal (rendered in-app so it isn't blocked like a popup). */
.rpt-view-overlay[b-i8kw8f6sv8] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.rpt-view-modal[b-i8kw8f6sv8] {
    background: #fff;
    border-radius: var(--radius-md);
    width: min(960px, 100%);
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    font-family: var(--font-family);
}

.rpt-view-modal-header[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-gray-200);
}

.rpt-view-modal-title[b-i8kw8f6sv8] {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--color-gray-950);
}

.rpt-view-close[b-i8kw8f6sv8] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-gray-600);
    display: inline-flex;
    padding: 4px;
}

.rpt-view-modal-body[b-i8kw8f6sv8] {
    padding: 20px;
    overflow: auto;
}

.rpt-view-title[b-i8kw8f6sv8] {
    margin: 0 0 2px;
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--byuiBlue);
}

.rpt-view-sub[b-i8kw8f6sv8] {
    margin: 0 0 12px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-600);
}

.rpt-view-table-wrap[b-i8kw8f6sv8] {
    overflow-x: auto;
    margin-bottom: 28px;
}

.rpt-view-table[b-i8kw8f6sv8] {
    border-collapse: collapse;
    width: 100%;
    font-size: var(--font-size-sm);
}

.rpt-view-table th[b-i8kw8f6sv8],
.rpt-view-table td[b-i8kw8f6sv8] {
    border: 1px solid var(--color-gray-200);
    padding: 6px 10px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.rpt-view-table th[b-i8kw8f6sv8] {
    background: var(--color-gray-50);
    font-weight: 600;
    color: var(--color-gray-700);
}

.rpt-view-photo[b-i8kw8f6sv8] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

/* ===== Photo directory (the report's photo view) ===== */
.rpt-photo-group[b-i8kw8f6sv8] {
    margin-bottom: 24px;
}

.rpt-photo-group-head[b-i8kw8f6sv8] {
    margin: 0 0 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--color-gray-200);
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--byuiBlue);
}

.rpt-photo-grid[b-i8kw8f6sv8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.rpt-photo-card[b-i8kw8f6sv8] {
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    padding: 12px;
    text-align: center;
}

.rpt-photo-img[b-i8kw8f6sv8] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    display: block;
    margin: 0 auto 8px;
}

.rpt-photo-img-empty[b-i8kw8f6sv8] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-gray-100);
    color: var(--color-gray-600);
}

.rpt-photo-name[b-i8kw8f6sv8] {
    margin: 0 0 4px;
    font-size: var(--font-size-sm);
    font-weight: 700;
    color: var(--color-gray-950);
}

.rpt-photo-detail[b-i8kw8f6sv8] {
    margin: 0 0 2px;
    font-size: var(--font-size-sm);
    color: var(--color-gray-700);
    word-break: break-word;
}

/* Live report preview on the Reports tab */
.rpt-preview-card[b-i8kw8f6sv8] {
    margin-top: 1rem;
}

.rpt-preview-head[b-i8kw8f6sv8] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.rpt-preview-empty[b-i8kw8f6sv8] {
    color: #888;
    padding: 1rem 0;
}

.rpt-preview-note[b-i8kw8f6sv8] {
    margin-top: 0.5rem;
    font-size: 0.85em;
    color: #888;
}
