/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gtsqc22fg2] {
    display: flex;
    min-height: 100vh;
    background: #f3f4f6;
}

.sidebar[b-gtsqc22fg2] {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    background: linear-gradient(180deg, #172235 0%, #1e293b 100%);
    color: #d1d5db;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-brand[b-gtsqc22fg2] {
    padding: 20px 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.sidebar-brand-link[b-gtsqc22fg2] {
    display: block;
    text-decoration: none;
}

.sidebar-brand-logo[b-gtsqc22fg2] {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
}

.sidebar-brand-subtitle[b-gtsqc22fg2] {
    margin-top: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93c5fd;
}

.sidebar-content[b-gtsqc22fg2] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.sidebar-footer[b-gtsqc22fg2] {
    padding: 12px;
    font-size: 0.8rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

    .sidebar-footer a[b-gtsqc22fg2] {
        text-decoration: none;
        color: inherit;
    }

        .sidebar-footer a:hover[b-gtsqc22fg2] {
            text-decoration: underline;
        }

main[b-gtsqc22fg2] {
    flex: 1;
    min-width: 0;
}

/* ✅ Top Row (Hite Media logo — hardened) */
.top-row[b-gtsqc22fg2] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 4.5rem;
    padding-right: 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid #dfe3ea;
}

.top-row-brand-link[b-gtsqc22fg2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
}

    /* 🔥 Critical fix: force image sizing no matter what */
    .top-row-brand-link img[b-gtsqc22fg2],
    .top-row-brand-logo[b-gtsqc22fg2] {
        display: block;
        height: 44px !important;
        max-height: 44px !important;
        width: auto !important;
        max-width: 190px !important;
        object-fit: contain;
        opacity: 0.9;
        transition: opacity 0.2s ease;
    }

        .top-row-brand-link:hover img[b-gtsqc22fg2],
        .top-row-brand-logo:hover[b-gtsqc22fg2] {
            opacity: 1;
        }

.content[b-gtsqc22fg2] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/* 📱 Mobile */
@media (max-width: 900px) {
    .page[b-gtsqc22fg2] {
        flex-direction: column;
        min-height: 100vh;
    }

    .sidebar[b-gtsqc22fg2] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: auto;
        background: transparent;
        border-right: none;
        position: sticky;
        top: 0;
        z-index: 1030;
    }

    .sidebar-brand[b-gtsqc22fg2] {
        display: none;
    }

    .sidebar-footer[b-gtsqc22fg2] {
        display: none;
    }

    .sidebar-content[b-gtsqc22fg2] {
        overflow: visible;
    }

    .top-row[b-gtsqc22fg2] {
        display: none;
    }

    .content[b-gtsqc22fg2] {
        padding-top: 0.75rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navmenu-shell[b-2m9n9rfqip] {
    display: flex;
    flex-direction: column;
    background: #1e293b;
    color: #e5e7eb;
    min-height: 100%;
}

.navmenu-topbar[b-2m9n9rfqip] {
    padding: 0;
}

/* 🔥 FIX: hide mobile logo on desktop no matter what */
.navmenu-mobile-brand[b-2m9n9rfqip] {
    display: none !important;
}

.navmenu-topbar-spacer[b-2m9n9rfqip] {
    display: none;
}

.navmenu-brand[b-2m9n9rfqip] {
    display: none;
}

.navmenu-drawer-header[b-2m9n9rfqip] {
    display: none;
}

.navmenu-close[b-2m9n9rfqip] {
    border: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.25rem 0.4rem;
    border-radius: 8px;
}

    .navmenu-close:hover[b-2m9n9rfqip] {
        background: rgba(255, 255, 255, 0.1);
    }

.navmenu-panel[b-2m9n9rfqip] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

.navmenu-account[b-2m9n9rfqip] {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navmenu-user[b-2m9n9rfqip] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f8fafc;
    word-break: break-word;
    line-height: 1.25;
}

.navmenu-links[b-2m9n9rfqip] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1rem 0.75rem 1.25rem;
}

.navmenu-section[b-2m9n9rfqip] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.navmenu-section-title[b-2m9n9rfqip] {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a1a1aa;
    padding: 0 0.75rem 0.35rem;
}

.navmenu-role-label[b-2m9n9rfqip] {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93c5fd;
    padding: 0 0.75rem 0.35rem;
}

.navmenu-shell[b-2m9n9rfqip]  a.navmenu-link {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    color: #f1f5f9;
    text-decoration: none;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: 500;
}

    .navmenu-shell[b-2m9n9rfqip]  a.navmenu-link:hover {
        background: rgba(255, 255, 255, 0.12);
        transform: translateX(2px);
        transition: all 0.15s ease;
        color: #ffffff;
    }

    .navmenu-shell[b-2m9n9rfqip]  a.navmenu-link.active {
        background: #3b82f6;
        color: #ffffff;
        font-weight: 700;
        box-shadow: inset 3px 0 0 #bfdbfe;
    }

.navmenu-shell[b-2m9n9rfqip]  a.navmenu-link--accent {
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #ffffff;
}

    .navmenu-shell[b-2m9n9rfqip]  a.navmenu-link--accent:hover {
        background: rgba(37, 99, 235, 0.28);
        color: #ffffff;
    }

.navmenu-toggle[b-2m9n9rfqip] {
    display: none;
}

.navmenu-backdrop[b-2m9n9rfqip] {
    display: none;
}

.navmenu-drawer[b-2m9n9rfqip] {
    display: contents;
}

.navmenu-user-block[b-2m9n9rfqip] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    text-align: center;
}

.navmenu-avatar[b-2m9n9rfqip] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.28);
    border: 2px solid rgba(255, 255, 255, 0.14);
}

.navmenu-avatar-image[b-2m9n9rfqip] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.28);
    border: 2px solid rgba(255, 255, 255, 0.14);
}

.navmenu-user-email[b-2m9n9rfqip] {
    font-size: 0.82rem;
    color: #cbd5e1;
    word-break: break-word;
    line-height: 1.25;
    margin-top: -0.1rem;
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 900px) {

    .navmenu-shell[b-2m9n9rfqip] {
        background: transparent;
        min-height: auto;
    }

    .navmenu-topbar[b-2m9n9rfqip] {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        min-height: 68px;
        padding: 0 1rem;
        background: #ffffff;
        border-bottom: 1px solid #dfe3ea;
        overflow: hidden;
    }

    .navmenu-toggle[b-2m9n9rfqip] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: none;
        background: transparent;
        color: #111827;
        font-size: 1.7rem;
        line-height: 1;
        border-radius: 10px;
    }

        .navmenu-toggle:hover[b-2m9n9rfqip] {
            background: #f3f4f6;
        }

    /* ✅ SHOW logo only on mobile */
    .navmenu-mobile-brand[b-2m9n9rfqip] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 0 !important;
        min-width: 0 !important;
        max-width: 180px !important;
        overflow: hidden !important;
    }

        .navmenu-mobile-brand img[b-2m9n9rfqip],
        .navmenu-mobile-brand-logo[b-2m9n9rfqip] {
            display: block !important;
            height: 34px !important;
            max-height: 34px !important;
            width: auto !important;
            max-width: 160px !important;
            object-fit: contain !important;
        }

    .navmenu-topbar-spacer[b-2m9n9rfqip] {
        display: block;
        width: 44px;
        height: 1px;
    }

    .navmenu-backdrop[b-2m9n9rfqip] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 1040;
    }

        .navmenu-backdrop.open[b-2m9n9rfqip] {
            opacity: 1;
            pointer-events: auto;
        }

    .navmenu-drawer[b-2m9n9rfqip] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: min(320px, 86vw);
        height: 100vh;
        background: linear-gradient(180deg, #172235 0%, #1e293b 100%);
        color: #e5e7eb;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
        transform: translateX(-102%);
        transition: transform 0.24s ease;
        z-index: 1041;
        overflow-y: auto;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
    }

        .navmenu-drawer.open[b-2m9n9rfqip] {
            transform: translateX(0);
        }

    .navmenu-drawer-header[b-2m9n9rfqip] {
        display: flex;
        justify-content: flex-end;
        padding: 0.85rem 0.85rem 0 0.85rem;
    }

    .navmenu-panel[b-2m9n9rfqip] {
        min-height: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wnakhechlx],
.components-reconnect-repeated-attempt-visible[b-wnakhechlx],
.components-reconnect-failed-visible[b-wnakhechlx],
.components-pause-visible[b-wnakhechlx],
.components-resume-failed-visible[b-wnakhechlx],
.components-rejoining-animation[b-wnakhechlx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-retrying[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-failed[b-wnakhechlx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wnakhechlx] {
    display: block;
}


#components-reconnect-modal[b-wnakhechlx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-wnakhechlx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wnakhechlx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wnakhechlx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wnakhechlx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wnakhechlx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wnakhechlx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wnakhechlx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wnakhechlx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wnakhechlx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wnakhechlx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wnakhechlx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wnakhechlx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wnakhechlx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wnakhechlx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wnakhechlx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wnakhechlx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wnakhechlx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wnakhechlx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.dashboard-page[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.calendar-item-button[b-mq2vi8skep] {
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: none;
    padding: 0;
}

    .calendar-item-button:hover[b-mq2vi8skep] {
        opacity: 0.85;
    }

.dashboard-header[b-mq2vi8skep] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

    .dashboard-header h1[b-mq2vi8skep] {
        margin: 0;
        font-size: 2rem;
    }

    .dashboard-header p[b-mq2vi8skep] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.dashboard-actions[b-mq2vi8skep] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dashboard-loading[b-mq2vi8skep],
.empty-state[b-mq2vi8skep] {
    color: #666;
}

.dashboard-summary-bar[b-mq2vi8skep] {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.dashboard-summary-segment[b-mq2vi8skep] {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

    .dashboard-summary-segment:not(:last-child)[b-mq2vi8skep] {
        border-right: 1px solid #e5e7eb;
    }

.dashboard-summary-label[b-mq2vi8skep] {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-summary-value[b-mq2vi8skep] {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

.dashboard-main-grid[b-mq2vi8skep] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1rem;
    align-items: start;
}

.dashboard-panel[b-mq2vi8skep] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.panel-header[b-mq2vi8skep] {
    margin-bottom: 1rem;
}

    .panel-header h3[b-mq2vi8skep] {
        margin: 0;
        font-size: 1.1rem;
    }

.upcoming-list[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upcoming-item[b-mq2vi8skep] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem;
    background: #fafafa;
}

.upcoming-item-top[b-mq2vi8skep] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.35rem;
}

.upcoming-item-title[b-mq2vi8skep] {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.upcoming-item-meta[b-mq2vi8skep] {
    font-size: 0.85rem;
    color: #6b7280;
}

.status-pill[b-mq2vi8skep] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill--filled[b-mq2vi8skep] {
    background: #dcfce7;
    color: #166534;
}

.status-pill--partial[b-mq2vi8skep] {
    background: #fef3c7;
    color: #92400e;
}

.status-pill--open[b-mq2vi8skep] {
    background: #fee2e2;
    color: #991b1b;
}

.status-pill--default[b-mq2vi8skep] {
    background: #e5e7eb;
    color: #374151;
}

.calendar-header-row[b-mq2vi8skep] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.calendar-day-name[b-mq2vi8skep] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
}

.calendar-grid[b-mq2vi8skep] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
    align-items: stretch;
}

.calendar-cell[b-mq2vi8skep] {
    min-height: 0;
    aspect-ratio: 1 / 1.08;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.45rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.calendar-cell--muted[b-mq2vi8skep] {
    background: #f9fafb;
    color: #9ca3af;
}

.calendar-cell--today[b-mq2vi8skep] {
    border: 2px solid #2563eb;
}

.calendar-cell--selected[b-mq2vi8skep] {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
    background: #f0fdf4;
}

.calendar-date[b-mq2vi8skep] {
    font-size: 0.85rem;
    font-weight: 700;
}

.calendar-date-button[b-mq2vi8skep] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    color: inherit;
    cursor: pointer;
    width: fit-content;
}

    .calendar-date-button:hover[b-mq2vi8skep] {
        opacity: 0.8;
    }

.calendar-items[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.calendar-item[b-mq2vi8skep] {
    border-radius: 6px;
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #dbeafe;
}

.calendar-more[b-mq2vi8skep] {
    font-size: 0.75rem;
    color: #6b7280;
    padding-top: 0.15rem;
}

.dashboard-desktop-layout[b-mq2vi8skep] {
    display: block;
}

.dashboard-mobile-layout[b-mq2vi8skep] {
    display: none;
}

.dashboard-desktop-only[b-mq2vi8skep] {
    display: block;
}

.mobile-week-strip[b-mq2vi8skep] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
}

.mobile-week-day[b-mq2vi8skep] {
    min-height: 82px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.5rem 0.25rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    position: relative;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.mobile-week-day--today[b-mq2vi8skep] {
    border: 2px solid #2563eb;
}

.mobile-week-day--selected[b-mq2vi8skep] {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
    background: #f0fdf4;
}

.mobile-week-day-name[b-mq2vi8skep] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.mobile-week-day-number[b-mq2vi8skep] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}

.mobile-week-dot[b-mq2vi8skep] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    margin-top: 0.15rem;
}

.mobile-day-groups[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-day-group[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-day-heading[b-mq2vi8skep] {
    font-size: 1rem;
    font-weight: 700;
    color: #374151;
}

.mobile-day-events[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-event-card[b-mq2vi8skep] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    text-align: left;
    cursor: pointer;
}

.mobile-event-card-main[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mobile-event-title-row[b-mq2vi8skep] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.mobile-event-time[b-mq2vi8skep] {
    font-size: 0.95rem;
    color: #111827;
}

.mobile-event-meta[b-mq2vi8skep] {
    font-size: 0.85rem;
    color: #6b7280;
}

.upcoming-event-toggle[b-mq2vi8skep] {
    border: none;
    background: transparent;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.upcoming-event-actions[b-mq2vi8skep] {
    display: flex;
    justify-content: flex-end;
}

.upcoming-event-details[b-mq2vi8skep] {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upcoming-event-detail-row[b-mq2vi8skep] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.upcoming-event-detail-title[b-mq2vi8skep] {
    font-weight: 600;
}

    .upcoming-event-detail-title span[b-mq2vi8skep] {
        font-weight: 400;
        color: #666;
        margin-left: 0.35rem;
    }

.upcoming-event-detail-meta[b-mq2vi8skep] {
    color: #666;
    font-size: 0.95rem;
    margin-top: 0.2rem;
}

.selected-date-label[b-mq2vi8skep] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
}

.who-is-on-panel[b-mq2vi8skep] {
    margin-top: 1rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.who-is-on-list[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.who-is-on-card[b-mq2vi8skep] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

    .who-is-on-card:hover[b-mq2vi8skep] {
        background: #f3f4f6;
        border-color: #d1d5db;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }

.who-is-on-card-main[b-mq2vi8skep] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.who-is-on-event[b-mq2vi8skep] {
    font-size: 0.95rem;
    color: #374151;
}

.who-is-on-name[b-mq2vi8skep] {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.who-is-on-role[b-mq2vi8skep] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-size: 0.78rem;
    font-weight: 600;
}

.who-is-on-time[b-mq2vi8skep] {
    font-size: 0.88rem;
    color: #6b7280;
}

.mobile-week-swipe-zone[b-mq2vi8skep] {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    border-radius: 12px;
}

.mobile-week-strip--exit-left[b-mq2vi8skep] {
    animation: mobileWeekExitLeft-b-mq2vi8skep 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

.mobile-week-strip--exit-right[b-mq2vi8skep] {
    animation: mobileWeekExitRight-b-mq2vi8skep 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

.mobile-week-strip--enter-right[b-mq2vi8skep] {
    animation: mobileWeekEnterRight-b-mq2vi8skep 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-week-strip--enter-left[b-mq2vi8skep] {
    animation: mobileWeekEnterLeft-b-mq2vi8skep 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes mobileWeekExitLeft-b-mq2vi8skep {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-52px);
    }
}

@keyframes mobileWeekExitRight-b-mq2vi8skep {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(52px);
    }
}

@keyframes mobileWeekEnterRight-b-mq2vi8skep {
    from {
        opacity: 0;
        transform: translateX(64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileWeekEnterLeft-b-mq2vi8skep {
    from {
        opacity: 0;
        transform: translateX(-64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1100px) {
    .dashboard-main-grid[b-mq2vi8skep] {
        grid-template-columns: 1fr;
    }

    .dashboard-summary-segment[b-mq2vi8skep] {
        padding: 0.75rem 0.8rem;
    }

    .dashboard-summary-label[b-mq2vi8skep] {
        font-size: 0.74rem;
    }

    .dashboard-month-controls[b-mq2vi8skep] {
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
    }
    .dashboard-summary-value[b-mq2vi8skep] {
        font-size: 1.45rem;
    }
}

@media (max-width: 768px) {
    .dashboard-header[b-mq2vi8skep] {
        align-items: stretch;
    }

    .dashboard-actions[b-mq2vi8skep] {
        width: 100%;
    }

        .dashboard-actions .btn[b-mq2vi8skep] {
            flex: 1 1 auto;
        }

    .dashboard-desktop-layout[b-mq2vi8skep] {
        display: none;
    }

    .dashboard-mobile-layout[b-mq2vi8skep] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .dashboard-desktop-only[b-mq2vi8skep] {
        display: none;
    }
}

@media (max-width: 640px) {
    .calendar-header-row[b-mq2vi8skep],
    .calendar-grid[b-mq2vi8skep] {
        gap: 0.25rem;
    }

    .calendar-cell[b-mq2vi8skep] {
        aspect-ratio: 1 / 1;
        padding: 0.3rem;
    }

    .calendar-item[b-mq2vi8skep] {
        font-size: 0.68rem;
    }

    ...[b-mq2vi8skep]
}

    .upcoming-event-item[b-mq2vi8skep] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .mobile-week-strip[b-mq2vi8skep] {
        gap: 0.35rem;
    }

    .mobile-week-day[b-mq2vi8skep] {
        min-height: 72px;
        padding: 0.45rem 0.2rem;
    }

    .mobile-week-day-number[b-mq2vi8skep] {
        font-size: 1rem;
    }

    .who-is-on-card[b-mq2vi8skep] {
        padding: 0.9rem;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.crew-calendar-page[b-vfsegaj1yt] {
    padding: 1.5rem;
}

.crew-calendar-header[b-vfsegaj1yt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .crew-calendar-header h1[b-vfsegaj1yt] {
        margin: 0;
        font-size: 2rem;
    }

    .crew-calendar-header p[b-vfsegaj1yt] {
        margin: 0;
        color: #6c757d;
    }

.crew-calendar-day-header[b-vfsegaj1yt],
.crew-calendar-grid[b-vfsegaj1yt] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
}

.crew-calendar-day-header[b-vfsegaj1yt] {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #6c757d;
    text-align: center;
}

.crew-calendar-cell[b-vfsegaj1yt] {
    min-height: 120px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}

.crew-calendar-cell--muted[b-vfsegaj1yt] {
    opacity: 0.45;
    background: #f8f9fa;
}

.crew-calendar-cell--today[b-vfsegaj1yt] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

.crew-calendar-date[b-vfsegaj1yt] {
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.crew-calendar-items[b-vfsegaj1yt] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.crew-calendar-item[b-vfsegaj1yt] {
    display: block;
    background: #4086f4;
    color: white;
    border-radius: 0.45rem;
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.15;
}

    .crew-calendar-item:hover[b-vfsegaj1yt] {
        color: white;
        filter: brightness(0.95);
    }

    .crew-calendar-item span[b-vfsegaj1yt] {
        display: block;
        font-size: 0.68rem;
        opacity: 0.9;
    }

    .crew-calendar-item strong[b-vfsegaj1yt] {
        display: block;
    }

.crew-calendar-more[b-vfsegaj1yt] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #4086f4;
    line-height: 1;
    margin-top: 2px;
}

.crew-calendar-empty[b-vfsegaj1yt] {
    margin-top: 1.5rem;
    text-align: center;
}

.crew-calendar-item[b-vfsegaj1yt] {
    transition: transform 0.08s ease, box-shadow 0.08s ease;
}

    .crew-calendar-item:hover[b-vfsegaj1yt] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .crew-calendar-item strong[b-vfsegaj1yt] {
        font-weight: 600;
    }
@media (max-width: 700px) {
    .crew-calendar-page[b-vfsegaj1yt] {
        padding: 0.75rem;
    }

    .crew-calendar-header button[b-vfsegaj1yt] {
        display: none;
    }

    .crew-calendar-header[b-vfsegaj1yt] {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
    }

        .crew-calendar-header h1[b-vfsegaj1yt] {
            font-size: 1.65rem;
        }

        .crew-calendar-header p[b-vfsegaj1yt] {
            font-size: 0.9rem;
        }

    .crew-calendar-day-header[b-vfsegaj1yt],
    .crew-calendar-grid[b-vfsegaj1yt] {
        gap: 0.3rem;
    }

    .crew-calendar-cell[b-vfsegaj1yt] {
        min-height: 92px;
        padding: 0.35rem 0.28rem;
        border-radius: 0.6rem;
    }

        .crew-calendar-cell:active[b-vfsegaj1yt] {
            transform: scale(0.98);
        }

    .crew-calendar-date[b-vfsegaj1yt] {
        font-size: 0.78rem;
        margin-bottom: 0.35rem;
        text-align: left;
        padding-left: 0.15rem;
    }

    .crew-calendar-items[b-vfsegaj1yt] {
        gap: 5px;
    }

    .crew-calendar-item[b-vfsegaj1yt] {
        width: 100%;
        height: 10px;
        min-height: 10px;
        padding: 0;
        border-radius: 999px;
        font-size: 0;
        line-height: 0;
    }

        .crew-calendar-item span[b-vfsegaj1yt],
        .crew-calendar-item strong[b-vfsegaj1yt] {
            display: none;
        }
    .crew-calendar-more[b-vfsegaj1yt] {
        font-size: 0.65rem;
        text-align: center;
        margin-top: 2px;
    }
}


.crew-calendar-month[b-vfsegaj1yt] {
    transition: opacity 180ms ease, transform 180ms ease;
}

.crew-calendar-month--exit-left[b-vfsegaj1yt] {
    opacity: 0;
    transform: translateX(-18px);
}

.crew-calendar-month--exit-right[b-vfsegaj1yt] {
    opacity: 0;
    transform: translateX(18px);
}

.crew-calendar-month--enter-right[b-vfsegaj1yt] {
    animation: calendarEnterRight-b-vfsegaj1yt 180ms ease;
}

.crew-calendar-month--enter-left[b-vfsegaj1yt] {
    animation: calendarEnterLeft-b-vfsegaj1yt 180ms ease;
}

@keyframes calendarEnterRight-b-vfsegaj1yt {
    from {
        opacity: 0;
        transform: translateX(18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes calendarEnterLeft-b-vfsegaj1yt {
    from {
        opacity: 0;
        transform: translateX(-18px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Pages/CrewDashboard.razor.rz.scp.css */
.dashboard-page[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dashboard-header[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.dashboard-header-copy[b-txzxyo936o] {
    min-width: 0;
}

.dashboard-header h1[b-txzxyo936o] {
    margin: 0;
    font-size: 2rem;
}

.dashboard-header p[b-txzxyo936o],
.dashboard-subtitle[b-txzxyo936o] {
    margin: 0.25rem 0 0;
    color: #666;
}

.dashboard-actions[b-txzxyo936o] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dashboard-install-banner[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    border-radius: 14px;
    padding: 0.9rem 1rem;
}

    .dashboard-install-banner strong[b-txzxyo936o] {
        display: block;
        color: #1e3a8a;
        margin-bottom: 0.15rem;
    }

    .dashboard-install-banner p[b-txzxyo936o] {
        margin: 0;
        color: #475569;
        font-size: 0.92rem;
    }


.dashboard-main-grid[b-txzxyo936o] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1rem;
    align-items: start;
}

.dashboard-panel[b-txzxyo936o] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.panel-header[b-txzxyo936o] {
    margin-bottom: 1rem;
}

    .panel-header h3[b-txzxyo936o] {
        margin: 0;
        font-size: 1.1rem;
    }

.next-shift-panel[b-txzxyo936o] {
    background: #f8fafc;
}

.next-shift-card[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.next-shift-title[b-txzxyo936o] {
    font-size: 1.3rem;
    font-weight: 700;
}

.next-shift-position[b-txzxyo936o] {
    font-size: 1rem;
    font-weight: 600;
}

.next-shift-subtitle[b-txzxyo936o],
.next-shift-location[b-txzxyo936o] {
    color: #6b7280;
}

.next-shift-time[b-txzxyo936o] {
    color: #111827;
    font-weight: 500;
}

.upcoming-list[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upcoming-item[b-txzxyo936o] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem;
    background: #fafafa;
}

.upcoming-item-top[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.35rem;
}

.upcoming-item-title[b-txzxyo936o] {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

    .upcoming-item-title span[b-txzxyo936o] {
        margin-left: 0.35rem;
        color: #666;
    }

.upcoming-item-meta[b-txzxyo936o] {
    font-size: 0.85rem;
    color: #6b7280;
}

.status-pill[b-txzxyo936o] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill--confirmed[b-txzxyo936o] {
    background: #dcfce7;
    color: #166534;
}

.status-pill--assigned[b-txzxyo936o] {
    background: #dbeafe;
    color: #1d4ed8;
}

.status-pill--pending[b-txzxyo936o] {
    background: #fef3c7;
    color: #92400e;
}

.status-pill--default[b-txzxyo936o] {
    background: #e5e7eb;
    color: #374151;
}

.calendar-header-row[b-txzxyo936o] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.calendar-day-name[b-txzxyo936o] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
}

.calendar-grid[b-txzxyo936o] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.calendar-cell[b-txzxyo936o] {
    min-height: 130px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.5rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.calendar-cell--muted[b-txzxyo936o] {
    background: #f9fafb;
    color: #9ca3af;
}

.calendar-cell--today[b-txzxyo936o] {
    border: 2px solid #2563eb;
}

.calendar-cell--selected[b-txzxyo936o] {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
    background: #f0fdf4;
}

.calendar-date[b-txzxyo936o] {
    font-size: 0.85rem;
    font-weight: 700;
}

.calendar-date-button[b-txzxyo936o] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    color: inherit;
    cursor: pointer;
    width: fit-content;
}

    .calendar-date-button:hover[b-txzxyo936o] {
        opacity: 0.8;
    }

.calendar-items[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.calendar-item[b-txzxyo936o] {
    border-radius: 6px;
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #dbeafe;
}

.calendar-more[b-txzxyo936o] {
    font-size: 0.75rem;
    color: #6b7280;
    padding-top: 0.15rem;
}

.empty-state[b-txzxyo936o] {
    color: #666;
}

.dashboard-desktop-layout[b-txzxyo936o] {
    display: block;
}

.dashboard-mobile-layout[b-txzxyo936o] {
    display: none;
}

.mobile-week-strip[b-txzxyo936o] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
}

.mobile-week-day[b-txzxyo936o] {
    min-height: 82px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.5rem 0.25rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    position: relative;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.mobile-week-day--today[b-txzxyo936o] {
    border: 2px solid #2563eb;
}

.mobile-week-day--selected[b-txzxyo936o] {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
    background: #f0fdf4;
}

.mobile-week-day-name[b-txzxyo936o] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.mobile-week-day-number[b-txzxyo936o] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}

.mobile-week-dot[b-txzxyo936o] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    margin-top: 0.15rem;
}

.mobile-day-groups[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-day-group[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-day-heading[b-txzxyo936o] {
    font-size: 1rem;
    font-weight: 700;
    color: #374151;
}

.mobile-day-events[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-event-card[b-txzxyo936o] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.mobile-event-card-main[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mobile-event-title-row[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.mobile-event-time[b-txzxyo936o] {
    font-size: 0.95rem;
    color: #111827;
}

.mobile-event-meta[b-txzxyo936o] {
    font-size: 0.85rem;
    color: #6b7280;
}

.selected-date-label[b-txzxyo936o] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
}

.who-is-on-panel[b-txzxyo936o] {
    margin-top: 1rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.who-is-on-list[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.who-is-on-card[b-txzxyo936o] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    text-align: left;
    cursor: pointer;
    color: inherit;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

    .who-is-on-card:hover[b-txzxyo936o] {
        background: #f3f4f6;
        border-color: #d1d5db;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }

.who-is-on-card-main[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.who-is-on-event[b-txzxyo936o] {
    font-size: 0.95rem;
    color: #374151;
}

.who-is-on-name[b-txzxyo936o] {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.who-is-on-role[b-txzxyo936o] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    font-size: 0.78rem;
    font-weight: 600;
}

.who-is-on-subtitle[b-txzxyo936o] {
    font-size: 0.9rem;
    color: #6b7280;
}

.who-is-on-time[b-txzxyo936o] {
    font-size: 0.88rem;
    color: #6b7280;
}

@media (max-width: 1100px) {
    .dashboard-main-grid[b-txzxyo936o] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-page[b-txzxyo936o] {
        gap: 1rem;
    }

    .dashboard-install-banner[b-txzxyo936o] {
        align-items: stretch;
        flex-direction: column;
    }

        .dashboard-install-banner .btn[b-txzxyo936o] {
            width: 100%;
        }

    .dashboard-header[b-txzxyo936o] {
        align-items: stretch;
    }

        .dashboard-header h1[b-txzxyo936o] {
            font-size: 1.25rem;
            font-weight: 600;
            line-height: 1.3;
        }

        .dashboard-header p[b-txzxyo936o],
        .dashboard-subtitle[b-txzxyo936o] {
            font-size: 0.85rem;
            margin-top: 0.2rem;
        }

    .dashboard-actions[b-txzxyo936o] {
        display: none;
    }

    .dashboard-panel[b-txzxyo936o] {
        padding: 0.85rem;
    }

    .next-shift-title[b-txzxyo936o] {
        font-size: 1.15rem;
    }

    .next-shift-time[b-txzxyo936o] {
        font-size: 0.95rem;
    }

    .dashboard-desktop-layout[b-txzxyo936o] {
        display: none;
    }

    .dashboard-mobile-layout[b-txzxyo936o] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .mobile-week-strip[b-txzxyo936o] {
        gap: 0.35rem;
    }

    .mobile-week-day[b-txzxyo936o] {
        min-height: 72px;
        padding: 0.45rem 0.2rem;
    }

    .mobile-week-day-number[b-txzxyo936o] {
        font-size: 1rem;
    }

    .who-is-on-card[b-txzxyo936o] {
        padding: 0.9rem;
    }
}

.notification-list[b-txzxyo936o] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.notification-item[b-txzxyo936o] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem;
    background: #fafafa;
}

.notification-header[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.notification-date[b-txzxyo936o] {
    font-size: 0.8rem;
    color: #6b7280;
    white-space: nowrap;
}

.notification-meta[b-txzxyo936o] {
    font-size: 0.85rem;
    color: #2563eb;
    margin-top: 0.25rem;
}

.notification-body[b-txzxyo936o] {
    margin-top: 0.5rem;
    white-space: pre-wrap;
    color: #111827;
}

.notification-footer[b-txzxyo936o] {
    margin-top: 0.75rem;
}

.calendar-header-bar[b-txzxyo936o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
}

.calendar-header-title[b-txzxyo936o] {
    font-size: 1rem;
    font-weight: 700;
    color: #374151;
}


@media (max-width: 640px) {
    .notification-header[b-txzxyo936o] {
        flex-direction: column;
    }

    .notification-date[b-txzxyo936o] {
        white-space: normal;
    }
}

/* -------------------------------------------------------------------------
   Mobile week swipe animations
   ------------------------------------------------------------------------- */

.mobile-week-range-label[b-txzxyo936o] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.75rem;
    text-align: center;
}

.mobile-week-swipe-zone[b-txzxyo936o] {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    border-radius: 12px;
}

.mobile-week-strip--exit-left[b-txzxyo936o] {
    animation: mobileWeekExitLeft-b-txzxyo936o 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

.mobile-week-strip--exit-right[b-txzxyo936o] {
    animation: mobileWeekExitRight-b-txzxyo936o 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

.mobile-week-strip--enter-right[b-txzxyo936o] {
    animation: mobileWeekEnterRight-b-txzxyo936o 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-week-strip--enter-left[b-txzxyo936o] {
    animation: mobileWeekEnterLeft-b-txzxyo936o 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes mobileWeekExitLeft-b-txzxyo936o {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-52px);
    }
}

@keyframes mobileWeekExitRight-b-txzxyo936o {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(52px);
    }
}

@keyframes mobileWeekEnterRight-b-txzxyo936o {
    from {
        opacity: 0;
        transform: translateX(64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileWeekEnterLeft-b-txzxyo936o {
    from {
        opacity: 0;
        transform: translateX(-64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* -------------------------------------------------------------------------
   Mobile week swipe animations
   ------------------------------------------------------------------------- */

.mobile-week-range-label[b-txzxyo936o] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.75rem;
    text-align: center;
}

.mobile-week-swipe-zone[b-txzxyo936o] {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    border-radius: 12px;
}

/* Exit animations — old week leaves */
.mobile-week-strip--exit-left[b-txzxyo936o] {
    animation: mobileWeekExitLeft-b-txzxyo936o 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

.mobile-week-strip--exit-right[b-txzxyo936o] {
    animation: mobileWeekExitRight-b-txzxyo936o 160ms cubic-bezier(0.4, 0, 0.8, 1) forwards;
}

/* Enter animations — new week arrives */
.mobile-week-strip--enter-right[b-txzxyo936o] {
    animation: mobileWeekEnterRight-b-txzxyo936o 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-week-strip--enter-left[b-txzxyo936o] {
    animation: mobileWeekEnterLeft-b-txzxyo936o 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes mobileWeekExitLeft-b-txzxyo936o {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-52px);
    }
}

@keyframes mobileWeekExitRight-b-txzxyo936o {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(52px);
    }
}

@keyframes mobileWeekEnterRight-b-txzxyo936o {
    from {
        opacity: 0;
        transform: translateX(64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileWeekEnterLeft-b-txzxyo936o {
    from {
        opacity: 0;
        transform: translateX(-64px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Pages/CrewDetail.razor.rz.scp.css */
.crew-detail-page[b-3oiajiiyq7] {
    max-width: 960px;
}

.crew-detail-topbar[b-3oiajiiyq7] {
    margin-bottom: 1rem;
}

.crew-back-link[b-3oiajiiyq7] {
    text-decoration: none;
    padding-left: 0;
    font-weight: 600;
}

.crew-profile-hero[b-3oiajiiyq7],
.crew-section-card[b-3oiajiiyq7] {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

    .crew-profile-hero .card-body[b-3oiajiiyq7],
    .crew-section-card .card-body[b-3oiajiiyq7] {
        padding: 1.25rem;
    }

.crew-profile-hero-inner[b-3oiajiiyq7] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.crew-avatar[b-3oiajiiyq7] {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 800;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.16);
}

.crew-profile-main[b-3oiajiiyq7] {
    flex: 1;
    min-width: 0;
}

.crew-profile-header-row[b-3oiajiiyq7] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.crew-profile-name[b-3oiajiiyq7] {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
}

.crew-profile-subtitle[b-3oiajiiyq7] {
    color: #6b7280;
    margin-top: 0.35rem;
    font-size: 1rem;
}

.crew-profile-header-actions[b-3oiajiiyq7] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.crew-badge-row[b-3oiajiiyq7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.crew-badge[b-3oiajiiyq7] {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
}

.crew-badge--success[b-3oiajiiyq7] {
    background: #dcfce7;
    color: #166534;
}

.crew-badge--primary[b-3oiajiiyq7] {
    background: #dbeafe;
    color: #1d4ed8;
}

.crew-badge--dark[b-3oiajiiyq7] {
    background: #e5e7eb;
    color: #111827;
}

.crew-badge--warning[b-3oiajiiyq7] {
    background: #fef3c7;
    color: #92400e;
}

.crew-badge--info[b-3oiajiiyq7] {
    background: #cffafe;
    color: #155e75;
}

.crew-badge--muted[b-3oiajiiyq7] {
    background: #f3f4f6;
    color: #6b7280;
}

.crew-hero-quick-actions[b-3oiajiiyq7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.crew-quick-action[b-3oiajiiyq7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    padding: 0.55rem 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    color: #1f2937;
    background: #fff;
    font-weight: 600;
}

    .crew-quick-action:hover[b-3oiajiiyq7] {
        background: #f9fafb;
        color: #111827;
    }

.crew-inline-alert[b-3oiajiiyq7] {
    margin-top: 1rem;
    margin-bottom: 0;
}

.crew-section-header[b-3oiajiiyq7] {
    margin-bottom: 1rem;
}

    .crew-section-header h4[b-3oiajiiyq7] {
        margin: 0;
        font-size: 1.15rem;
    }

.crew-info-grid[b-3oiajiiyq7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.crew-info-item[b-3oiajiiyq7] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #ffffff;
}

.crew-info-item--wide[b-3oiajiiyq7] {
    grid-column: span 2;
}

.crew-info-label[b-3oiajiiyq7] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.crew-info-value[b-3oiajiiyq7] {
    font-size: 1.05rem;
    color: #111827;
    word-break: break-word;
}

.crew-info-value--with-action[b-3oiajiiyq7] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.crew-inline-icon[b-3oiajiiyq7] {
    text-decoration: none;
    font-size: 1.35rem;
    line-height: 1;
    color: #1d4ed8;
    flex-shrink: 0;
}

    .crew-inline-icon:hover[b-3oiajiiyq7] {
        color: #1e40af;
    }

.crew-notes-display[b-3oiajiiyq7] {
    min-height: 3rem;
    white-space: pre-wrap;
    color: #111827;
}

.crew-action-group[b-3oiajiiyq7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.crew-position-list[b-3oiajiiyq7] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.crew-position-card[b-3oiajiiyq7] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1rem;
    background: #fff;
}

.crew-position-top[b-3oiajiiyq7] {
    margin-bottom: 0.35rem;
}

.form-label[b-3oiajiiyq7] {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

@media (max-width: 768px) {
    .crew-profile-name[b-3oiajiiyq7] {
        font-size: 1.75rem;
    }

    .crew-info-grid[b-3oiajiiyq7] {
        grid-template-columns: 1fr;
    }

    .crew-info-item--wide[b-3oiajiiyq7] {
        grid-column: span 1;
    }

    .crew-profile-hero .card-body[b-3oiajiiyq7],
    .crew-section-card .card-body[b-3oiajiiyq7] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .crew-profile-hero-inner[b-3oiajiiyq7] {
        flex-direction: column;
        align-items: flex-start;
    }

    .crew-avatar[b-3oiajiiyq7] {
        width: 76px;
        height: 76px;
        font-size: 1.45rem;
    }

    .crew-profile-name[b-3oiajiiyq7] {
        font-size: 1.55rem;
    }

    .crew-profile-header-actions[b-3oiajiiyq7] {
        width: 100%;
    }

        .crew-profile-header-actions .btn[b-3oiajiiyq7] {
            flex: 1 1 auto;
        }

    .crew-action-group .btn[b-3oiajiiyq7] {
        width: 100%;
    }

    .crew-quick-action[b-3oiajiiyq7] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/CrewDirectory.razor.rz.scp.css */
.crew-directory-page[b-07in5hw3ps] {
    width: 100%;
}

.crew-directory-header[b-07in5hw3ps] {
    margin-bottom: 1.25rem;
}

    .crew-directory-header h1[b-07in5hw3ps] {
        margin: 0;
        font-size: 2rem;
        line-height: 1.1;
    }

    .crew-directory-header p[b-07in5hw3ps] {
        margin: 0.4rem 0 0;
        color: #6b7280;
    }

.crew-create-card[b-07in5hw3ps],
.crew-list-card[b-07in5hw3ps] {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

    .crew-create-card .card-body[b-07in5hw3ps],
    .crew-list-card .card-body[b-07in5hw3ps] {
        padding: 1.25rem;
    }

.crew-section-heading[b-07in5hw3ps] {
    margin-bottom: 1rem;
}

    .crew-section-heading h4[b-07in5hw3ps] {
        margin: 0;
        font-size: 1.15rem;
    }

    .crew-section-heading p[b-07in5hw3ps] {
        margin: 0.35rem 0 0;
        color: #6b7280;
    }

.form-label[b-07in5hw3ps] {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.crew-create-toggles[b-07in5hw3ps] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.crew-toggle-pill[b-07in5hw3ps] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
    background: #fff;
    font-weight: 600;
}

    .crew-toggle-pill input[b-07in5hw3ps] {
        margin: 0;
    }

.crew-list-toolbar[b-07in5hw3ps] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.crew-card-grid[b-07in5hw3ps] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.crew-directory-card[b-07in5hw3ps] {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.crew-directory-card--inactive[b-07in5hw3ps] {
    opacity: 0.82;
}

.crew-directory-card-link[b-07in5hw3ps] {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1rem;
}

    .crew-directory-card-link:hover[b-07in5hw3ps] {
        color: inherit;
        background: #fafafa;
    }

.crew-directory-card-top[b-07in5hw3ps] {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
}

.crew-directory-avatar[b-07in5hw3ps] {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 800;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.16);
    overflow: hidden;
}

.crew-directory-avatar-image[b-07in5hw3ps] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.crew-directory-main[b-07in5hw3ps] {
    min-width: 0;
    flex: 1;
}

.crew-directory-name[b-07in5hw3ps] {
    font-size: 1.08rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 0.45rem;
}

.crew-directory-meta[b-07in5hw3ps] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.crew-directory-meta-line[b-07in5hw3ps] {
    color: #6b7280;
    font-size: 0.92rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.crew-directory-badges[b-07in5hw3ps] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.crew-badge[b-07in5hw3ps] {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.crew-badge--success[b-07in5hw3ps] {
    background: #dcfce7;
    color: #166534;
}

.crew-badge--primary[b-07in5hw3ps] {
    background: #dbeafe;
    color: #1d4ed8;
}

.crew-badge--dark[b-07in5hw3ps] {
    background: #e5e7eb;
    color: #111827;
}

.crew-badge--info[b-07in5hw3ps] {
    background: #cffafe;
    color: #155e75;
}

.crew-badge--muted[b-07in5hw3ps] {
    background: #f3f4f6;
    color: #6b7280;
}

.crew-create-header[b-07in5hw3ps] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.crew-create-toggle-btn[b-07in5hw3ps] {
    flex-shrink: 0;
}

.crew-create-form[b-07in5hw3ps] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.crew-create-actions[b-07in5hw3ps] {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 900px) {
    .crew-card-grid[b-07in5hw3ps] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .crew-directory-header h1[b-07in5hw3ps] {
        font-size: 1.75rem;
    }

    .crew-create-card .card-body[b-07in5hw3ps],
    .crew-list-card .card-body[b-07in5hw3ps] {
        padding: 1rem;
    }

    .crew-directory-card-link[b-07in5hw3ps] {
        padding: 0.9rem;
    }

    .crew-create-header[b-07in5hw3ps] {
        align-items: stretch;
    }

    .crew-create-toggle-btn[b-07in5hw3ps] {
        width: 100%;
    }
}
/* /Components/Pages/CrewNotifications.razor.rz.scp.css */
.notification-list[b-69m25drffn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.notification-list--separated[b-69m25drffn] {
    gap: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.notification-item[b-69m25drffn] {
    padding: 1rem;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

    .notification-item:last-child[b-69m25drffn] {
        border-bottom: none;
    }

.notification-item--clickable[b-69m25drffn] {
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

    .notification-item--clickable:hover[b-69m25drffn] {
        background: #f8fafc;
    }

.notification-row-top[b-69m25drffn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.notification-main[b-69m25drffn] {
    min-width: 0;
    flex: 1;
}

.notification-right[b-69m25drffn] {
    flex: 0 0 auto;
}

.notification-subject[b-69m25drffn] {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.2rem;
}

.notification-date[b-69m25drffn] {
    font-size: 0.8rem;
    color: #6b7280;
    white-space: nowrap;
}

.notification-meta[b-69m25drffn] {
    font-size: 0.85rem;
    color: #2563eb;
}

.notification-footer[b-69m25drffn] {
    margin-top: 0.75rem;
}

.modal-backdrop[b-69m25drffn] {
    opacity: 0.4 !important;
}

.history-modal-content[b-69m25drffn] {
    border-radius: 12px;
}

.email-preview-shell[b-69m25drffn],
.sms-preview-shell[b-69m25drffn] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.email-preview-toolbar[b-69m25drffn],
.sms-preview-toolbar[b-69m25drffn] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.email-preview-label[b-69m25drffn] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
}

.email-preview-body[b-69m25drffn] {
    background: #f8f9fa;
    padding: 1rem;
    max-height: 65vh;
    overflow-y: auto;
}

    .email-preview-body table[b-69m25drffn] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .email-preview-body img[b-69m25drffn] {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 640px) {
    .notification-row-top[b-69m25drffn] {
        flex-direction: column;
        gap: 0.35rem;
    }

    .notification-date[b-69m25drffn] {
        white-space: normal;
    }
}
/* /Components/Pages/CrewProfile.razor.rz.scp.css */
.crew-profile-page[b-eny5huyt28] {
    max-width: 900px;
}

.crew-profile-header[b-eny5huyt28] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.crew-profile-avatar-wrap[b-eny5huyt28] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.crew-profile-avatar[b-eny5huyt28] {
    width: 84px;
    height: 84px;
    min-width: 84px;
    min-height: 84px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #1e3a8a;
    border: 2px solid #dbeafe;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.crew-profile-avatar-image[b-eny5huyt28] {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    flex-shrink: 0;
}

.crew-profile-avatar-actions[b-eny5huyt28] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 150px;
}

.crew-profile-header h1[b-eny5huyt28] {
    margin: 0;
}

.crew-profile-header p[b-eny5huyt28] {
    margin: 0.35rem 0 0;
    color: #6b7280;
}

.crew-profile-card[b-eny5huyt28] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    margin-bottom: 1rem;
    overflow: hidden;
}

    .crew-profile-card .card-body[b-eny5huyt28] {
        padding: 1.25rem;
    }

    .crew-profile-card h4[b-eny5huyt28] {
        margin-bottom: 1rem;
    }

.crew-profile-save[b-eny5huyt28] {
    margin-bottom: 1.5rem;
}

.form-label[b-eny5huyt28] {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.crew-calendar-box[b-eny5huyt28] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.crew-calendar-actions[b-eny5huyt28] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.crew-calendar-help[b-eny5huyt28] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.85rem;
    flex-wrap: wrap;
}

.crew-photo-modal-backdrop[b-eny5huyt28] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 2000;
}

.crew-photo-modal[b-eny5huyt28] {
    width: min(100%, 460px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

.crew-photo-modal-header[b-eny5huyt28],
.crew-photo-modal-footer[b-eny5huyt28] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}

.crew-photo-modal-footer[b-eny5huyt28] {
    border-bottom: none;
    border-top: 1px solid #e5e7eb;
    justify-content: flex-end;
}

.crew-photo-modal-body[b-eny5huyt28] {
    padding: 1.25rem;
}

.crew-photo-crop-canvas[b-eny5huyt28] {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    display: block;
    margin: 0 auto 1rem;
    border-radius: 18px;
    background: #f3f4f6;
    touch-action: none;
    cursor: grab;
}

    .crew-photo-crop-canvas:active[b-eny5huyt28] {
        cursor: grabbing;
    }

.crew-photo-zoom[b-eny5huyt28] {
    margin-bottom: 0.75rem;
}

    .crew-photo-zoom input[type="range"][b-eny5huyt28] {
        width: 100%;
    }

.crew-photo-help[b-eny5huyt28] {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
}

@media (max-width: 640px) {
    .crew-profile-header[b-eny5huyt28] {
        align-items: flex-start;
    }

    .crew-profile-card .card-body[b-eny5huyt28] {
        padding: 1rem;
    }

    .crew-calendar-actions .btn[b-eny5huyt28] {
        width: 100%;
    }

    .crew-profile-avatar-actions[b-eny5huyt28] {
        width: 100%;
        max-width: 220px;
    }

    .crew-photo-modal[b-eny5huyt28] {
        width: 100%;
        border-radius: 18px;
    }

    .crew-photo-modal-header[b-eny5huyt28],
    .crew-photo-modal-body[b-eny5huyt28],
    .crew-photo-modal-footer[b-eny5huyt28] {
        padding: 1rem;
    }

    .crew-photo-modal-footer[b-eny5huyt28] {
        flex-direction: column-reverse;
    }

        .crew-photo-modal-footer .btn[b-eny5huyt28] {
            width: 100%;
        }
}

.crew-photo-loading[b-eny5huyt28] {
    font-size: 0.9rem;
    color: #6b7280;
    padding: 0.2rem 0.1rem 0;
}

    .crew-photo-loading[b-eny5huyt28]::after {
        content: "...";
        display: inline-block;
        width: 1.2em;
        overflow: hidden;
        vertical-align: bottom;
        animation: crew-photo-dots-b-eny5huyt28 1.2s steps(4, end) infinite;
    }

@keyframes crew-photo-dots-b-eny5huyt28 {
    0% {
        width: 0;
    }

    25% {
        width: 0.3em;
    }

    50% {
        width: 0.6em;
    }

    75% {
        width: 0.9em;
    }

    100% {
        width: 1.2em;
    }
}
/* /Components/Pages/EventDetail.razor.rz.scp.css */
.card-body h5[b-dw677x4jh9] {
    font-size: 1.1rem;
}

.border.rounded[b-dw677x4jh9] {
    transition: box-shadow 0.15s ease, transform 0.1s ease;
}

    .border.rounded:hover[b-dw677x4jh9] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transform: translateY(-1px);
    }

.badge[b-dw677x4jh9] {
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
}

.form-label[b-dw677x4jh9] {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.card-header[b-dw677x4jh9] {
    background-color: #f8f9fa;
    font-weight: 600;
}
.form-label[b-dw677x4jh9] {
    font-weight: 600;
}

.bg-body-tertiary[b-dw677x4jh9] {
    background-color: #f8f9fa;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-nx4h7d9vfj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.calendar-item-button[b-nx4h7d9vfj] {
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.dashboard-header[b-nx4h7d9vfj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

    .dashboard-header h1[b-nx4h7d9vfj] {
        margin: 0;
        font-size: 2rem;
    }

    .dashboard-header p[b-nx4h7d9vfj] {
        margin: 0.25rem 0 0;
        color: #666;
    }


.calendar-item-button[b-nx4h7d9vfj] {
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: none;
    padding: 0;
}

    .calendar-item-button:hover[b-nx4h7d9vfj] {
        opacity: 0.85;
    }


.dashboard-actions[b-nx4h7d9vfj] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dashboard-loading[b-nx4h7d9vfj],
.empty-state[b-nx4h7d9vfj] {
    color: #666;
}

.dashboard-cards[b-nx4h7d9vfj] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 1rem;
}

.dashboard-card[b-nx4h7d9vfj] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.dashboard-card-label[b-nx4h7d9vfj] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.dashboard-card-value[b-nx4h7d9vfj] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.dashboard-main-grid[b-nx4h7d9vfj] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1rem;
    align-items: start;
}

.dashboard-panel[b-nx4h7d9vfj] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.panel-header[b-nx4h7d9vfj] {
    margin-bottom: 1rem;
}

    .panel-header h3[b-nx4h7d9vfj] {
        margin: 0;
        font-size: 1.1rem;
    }

.upcoming-list[b-nx4h7d9vfj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upcoming-item[b-nx4h7d9vfj] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem;
    background: #fafafa;
}

.upcoming-item-top[b-nx4h7d9vfj] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.35rem;
}

.upcoming-item-title[b-nx4h7d9vfj] {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.upcoming-item-meta[b-nx4h7d9vfj] {
    font-size: 0.85rem;
    color: #6b7280;
}

.status-pill[b-nx4h7d9vfj] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill--filled[b-nx4h7d9vfj] {
    background: #dcfce7;
    color: #166534;
}

.status-pill--partial[b-nx4h7d9vfj] {
    background: #fef3c7;
    color: #92400e;
}

.status-pill--open[b-nx4h7d9vfj] {
    background: #fee2e2;
    color: #991b1b;
}

.status-pill--default[b-nx4h7d9vfj] {
    background: #e5e7eb;
    color: #374151;
}

.calendar-header-row[b-nx4h7d9vfj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.calendar-day-name[b-nx4h7d9vfj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-align: center;
}

.calendar-grid[b-nx4h7d9vfj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.calendar-cell[b-nx4h7d9vfj] {
    min-height: 130px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.5rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.calendar-cell--muted[b-nx4h7d9vfj] {
    background: #f9fafb;
    color: #9ca3af;
}

.calendar-cell--today[b-nx4h7d9vfj] {
    border: 2px solid #2563eb;
}

.calendar-date[b-nx4h7d9vfj] {
    font-size: 0.85rem;
    font-weight: 700;
}

.calendar-items[b-nx4h7d9vfj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.calendar-item[b-nx4h7d9vfj] {
    border-radius: 6px;
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #dbeafe;
}

.calendar-more[b-nx4h7d9vfj] {
    font-size: 0.75rem;
    color: #6b7280;
    padding-top: 0.15rem;
}

@media (max-width: 1100px) {
    .dashboard-main-grid[b-nx4h7d9vfj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .dashboard-cards[b-nx4h7d9vfj] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 640px) {
    .dashboard-cards[b-nx4h7d9vfj] {
        grid-template-columns: 1fr;
    }

    .calendar-header-row[b-nx4h7d9vfj],
    .calendar-grid[b-nx4h7d9vfj] {
        gap: 0.25rem;
    }

    .calendar-cell[b-nx4h7d9vfj] {
        min-height: 100px;
        padding: 0.35rem;
    }

    .calendar-item[b-nx4h7d9vfj] {
        font-size: 0.68rem;
    }
}
/* /Components/Pages/Install.razor.rz.scp.css */
.install-page[b-fvqhgdgmdh] {
    max-width: 960px;
    margin: 0 auto;
}

.install-hero[b-fvqhgdgmdh],
.install-card[b-fvqhgdgmdh] {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    margin-bottom: 1.25rem;
}

    .install-hero .card-body[b-fvqhgdgmdh],
    .install-card .card-body[b-fvqhgdgmdh] {
        padding: 1.5rem;
    }

.install-kicker[b-fvqhgdgmdh] {
    color: #1d4ed8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.install-hero h1[b-fvqhgdgmdh] {
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.1;
}

.install-hero p[b-fvqhgdgmdh] {
    margin: 0.75rem 0 0;
    color: #6b7280;
    font-size: 1.05rem;
    max-width: 720px;
}

.install-grid[b-fvqhgdgmdh] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.install-platform[b-fvqhgdgmdh] {
    display: inline-flex;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 800;
    font-size: 0.82rem;
    margin-bottom: 0.85rem;
}

.install-card h2[b-fvqhgdgmdh] {
    margin: 0 0 1rem;
    font-size: 1.35rem;
}

.install-steps[b-fvqhgdgmdh] {
    margin: 0;
    padding-left: 1.25rem;
}

    .install-steps li[b-fvqhgdgmdh] {
        margin-bottom: 0.75rem;
        color: #111827;
    }

.install-note[b-fvqhgdgmdh] {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: #f9fafb;
    color: #6b7280;
    font-size: 0.95rem;
}

.install-benefits[b-fvqhgdgmdh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.install-benefit[b-fvqhgdgmdh] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1rem;
    background: #ffffff;
}

    .install-benefit strong[b-fvqhgdgmdh] {
        display: block;
        margin-bottom: 0.4rem;
        color: #111827;
    }

    .install-benefit span[b-fvqhgdgmdh] {
        color: #6b7280;
    }

@media (max-width: 800px) {
    .install-grid[b-fvqhgdgmdh],
    .install-benefits[b-fvqhgdgmdh] {
        grid-template-columns: 1fr;
    }

    .install-hero h1[b-fvqhgdgmdh] {
        font-size: 1.75rem;
    }
}


.ios-share-icon[b-fvqhgdgmdh] {
    font-weight: bold;
    margin: 0 2px;
    font-size: 0.9rem;
}

.ios-share-box[b-fvqhgdgmdh] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1.8px solid #6b7280;
    border-radius: 4px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}
/* /Components/Pages/OpenShifts.razor.rz.scp.css */
.card-body .border.rounded[b-2tlsxb9sdo] {
    transition: box-shadow 0.15s ease, transform 0.1s ease;
}

    .card-body .border.rounded:hover[b-2tlsxb9sdo] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-1px);
    }

.badge[b-2tlsxb9sdo] {
    font-size: 0.75rem;
}

.fs-5[b-2tlsxb9sdo] {
    font-size: 1.1rem !important;
}
/* /Components/Pages/Positions.razor.rz.scp.css */
.position-create-card .card-title[b-s6wzsvm20q] {
    margin-bottom: 0;
}

.position-create-panel[b-s6wzsvm20q] {
    padding-top: 0.25rem;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 640px) {
    .position-create-card .btn[b-s6wzsvm20q] {
        width: 100%;
    }
}
/* /Components/Pages/Reports.razor.rz.scp.css */
.reports-page[b-lvuzgvveea] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reports-header[b-lvuzgvveea] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

    .reports-header h1[b-lvuzgvveea] {
        margin: 0;
        font-size: 2rem;
    }

.reports-subtitle[b-lvuzgvveea] {
    margin: 0.25rem 0 0;
    color: #666;
}

.reports-filters-card[b-lvuzgvveea],
.reports-table-card[b-lvuzgvveea],
.reports-empty-card[b-lvuzgvveea],
.reports-summary-card[b-lvuzgvveea] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.reports-filters-card[b-lvuzgvveea],
.reports-table-card[b-lvuzgvveea],
.reports-empty-card[b-lvuzgvveea] {
    padding: 1rem;
}

.reports-filters[b-lvuzgvveea] {
    display: flex;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.reports-field[b-lvuzgvveea] {
    min-width: 180px;
}

    .reports-field label[b-lvuzgvveea] {
        display: block;
        font-weight: 600;
        margin-bottom: 0.35rem;
    }

.reports-actions[b-lvuzgvveea] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.reports-summary-grid[b-lvuzgvveea] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 1rem;
}

.reports-summary-card[b-lvuzgvveea] {
    padding: 1rem;
}

.reports-summary-label[b-lvuzgvveea] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.reports-summary-value[b-lvuzgvveea] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.reports-table[b-lvuzgvveea] {
    margin-bottom: 0;
    font-size: 0.95rem;
}

    .reports-table th[b-lvuzgvveea] {
        white-space: nowrap;
    }

    .reports-table td[b-lvuzgvveea],
    .reports-table th[b-lvuzgvveea] {
        vertical-align: middle;
    }

.reports-total-label[b-lvuzgvveea] {
    text-align: right;
    font-weight: 700;
}

.status-pill[b-lvuzgvveea] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill--confirmed[b-lvuzgvveea] {
    background: #ecfdf3;
    color: #067647;
    border: 1px solid #abefc6;
}

.status-pill--assigned[b-lvuzgvveea] {
    background: #eff8ff;
    color: #175cd3;
    border: 1px solid #b2ddff;
}

.status-pill--default[b-lvuzgvveea] {
    background: #e5e7eb;
    color: #374151;
    border: 1px solid transparent;
}

@media (max-width: 900px) {
    .reports-summary-grid[b-lvuzgvveea] {
        grid-template-columns: 1fr;
    }

    .reports-filters[b-lvuzgvveea] {
        align-items: stretch;
    }

    .reports-field[b-lvuzgvveea] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .reports-header[b-lvuzgvveea] {
        align-items: stretch;
    }

    .reports-actions[b-lvuzgvveea] {
        width: 100%;
    }

        .reports-actions .btn[b-lvuzgvveea] {
            flex: 1 1 auto;
        }

    .reports-summary-value[b-lvuzgvveea] {
        font-size: 1.75rem;
    }
}

.reports-view-toggle[b-lvuzgvveea] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.reports-number[b-lvuzgvveea] {
    text-align: right;
    white-space: nowrap;
}

.reports-group-list[b-lvuzgvveea] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reports-group-card[b-lvuzgvveea] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.reports-group-header[b-lvuzgvveea] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
}

    .reports-group-header:hover[b-lvuzgvveea] {
        background: #f9fafb;
    }

.reports-group-header-main[b-lvuzgvveea] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.reports-group-name[b-lvuzgvveea] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.reports-group-meta[b-lvuzgvveea] {
    font-size: 0.9rem;
    color: #6b7280;
}

.reports-group-totals[b-lvuzgvveea] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.reports-group-total[b-lvuzgvveea] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    min-width: 90px;
}

.reports-group-total-label[b-lvuzgvveea] {
    font-size: 0.78rem;
    color: #6b7280;
}

.reports-group-chevron[b-lvuzgvveea] {
    font-size: 1.4rem;
    line-height: 1;
    color: #6b7280;
    min-width: 20px;
    text-align: center;
}

.reports-group-body[b-lvuzgvveea] {
    border-top: 1px solid #e5e7eb;
    padding: 0.75rem 1rem 1rem;
}

.reports-group-table[b-lvuzgvveea] {
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .reports-group-header[b-lvuzgvveea] {
        flex-direction: column;
        align-items: stretch;
    }

    .reports-group-totals[b-lvuzgvveea] {
        justify-content: space-between;
    }

    .reports-group-total[b-lvuzgvveea] {
        align-items: flex-start;
    }
}


.reports-filters-card[b-lvuzgvveea] {
    position: relative;
}

.reports-export-row[b-lvuzgvveea] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
    position: relative;
    z-index: 20;
}

.reports-export-button[b-lvuzgvveea] {
    position: relative;
    z-index: 21;
    pointer-events: auto;
}
/* /Components/Pages/Requests.razor.rz.scp.css */
.request-group-toggle[b-owb5bmbf93] {
    background: #f8fafc;
    border: none;
    border-radius: 0;
}

    .request-group-toggle:hover[b-owb5bmbf93] {
        background: #f1f5f9;
    }

.request-group-summary[b-owb5bmbf93] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.request-summary-pill[b-owb5bmbf93] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.request-summary-icon[b-owb5bmbf93] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    font-weight: 700;
}

.request-summary-pill--full[b-owb5bmbf93] {
    background: #dcfce7;
    color: #166534;
}

.request-summary-pill--partial[b-owb5bmbf93] {
    background: #fef3c7;
    color: #92400e;
}

.request-summary-pill--open[b-owb5bmbf93] {
    background: #fee2e2;
    color: #991b1b;
}
/* /Components/Pages/WorkHistory.razor.rz.scp.css */
.crew-work-history-page[b-kjvcgzprr3] {
    max-width: 1200px;
}

.crew-work-history-header[b-kjvcgzprr3] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .crew-work-history-header h1[b-kjvcgzprr3] {
        margin: 0;
    }

    .crew-work-history-header p[b-kjvcgzprr3] {
        margin: 0.35rem 0 0;
        color: #6b7280;
    }

.crew-work-history-card[b-kjvcgzprr3],
.crew-work-history-summary-card[b-kjvcgzprr3] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    margin-bottom: 1rem;
    overflow: hidden;
}

    .crew-work-history-card .card-body[b-kjvcgzprr3],
    .crew-work-history-summary-card .card-body[b-kjvcgzprr3] {
        padding: 1.25rem;
    }

.crew-work-history-filters[b-kjvcgzprr3] {
    display: flex;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.crew-work-history-field[b-kjvcgzprr3] {
    min-width: 180px;
}

.crew-work-history-actions[b-kjvcgzprr3] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.crew-work-history-toggle-row[b-kjvcgzprr3] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.crew-work-history-summary[b-kjvcgzprr3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.crew-work-history-summary-label[b-kjvcgzprr3] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.crew-work-history-summary-value[b-kjvcgzprr3] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.crew-work-history-table[b-kjvcgzprr3] {
    margin-bottom: 0;
    font-size: 0.95rem;
}

    .crew-work-history-table th[b-kjvcgzprr3] {
        white-space: nowrap;
    }

    .crew-work-history-table td[b-kjvcgzprr3],
    .crew-work-history-table th[b-kjvcgzprr3] {
        vertical-align: middle;
    }

.crew-work-history-number[b-kjvcgzprr3] {
    text-align: right;
    white-space: nowrap;
}

.crew-work-history-total-label[b-kjvcgzprr3] {
    text-align: right;
    font-weight: 700;
}

@media (max-width: 900px) {
    .crew-work-history-summary[b-kjvcgzprr3] {
        grid-template-columns: 1fr;
    }

    .crew-work-history-filters[b-kjvcgzprr3] {
        align-items: stretch;
    }

    .crew-work-history-field[b-kjvcgzprr3] {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .crew-work-history-card .card-body[b-kjvcgzprr3],
    .crew-work-history-summary-card .card-body[b-kjvcgzprr3] {
        padding: 1rem;
    }

    .crew-work-history-actions .btn[b-kjvcgzprr3],
    .crew-work-history-toggle-row .btn[b-kjvcgzprr3] {
        width: 100%;
    }

    .crew-work-history-summary-value[b-kjvcgzprr3] {
        font-size: 1.75rem;
    }
}
