/* _content/BFDApp/Components/Account/Pages/Login.razor.rz.scp.css */
.checkbox[b-fhpfmwd7cw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding-left: 8px;
    gap: 16px; /* Add gap property to create space between items */
}

.form-check-input[b-fhpfmwd7cw] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--mud-palette-action-default);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    /* Remove margin-right since we're using gap */
}

.form-check-input:checked[b-fhpfmwd7cw] {
    background-color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
}

.form-check-input:checked[b-fhpfmwd7cw]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-input:hover[b-fhpfmwd7cw] {
    border-color: var(--mud-palette-action-default-hover);
}

.form-label[b-fhpfmwd7cw] {
    color: var(--mud-palette-text-primary);
    font-family: var(--mud-typography-default-family);
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: 0.01071em;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}
/* _content/BFDApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-trpr3alath] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-trpr3alath] {
    flex: 1;
}

.sidebar[b-trpr3alath] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-trpr3alath] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-trpr3alath] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BFDApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6641zmqj7y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6641zmqj7y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6641zmqj7y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6641zmqj7y] {
    font-size: 1.1rem;
}

.bi[b-6641zmqj7y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-6641zmqj7y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

.nav-item[b-6641zmqj7y]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-6641zmqj7y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-6641zmqj7y] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6641zmqj7y] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6641zmqj7y] {
        display: none;
    }

    .nav-scrollable[b-6641zmqj7y] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BFDApp/Components/Pages/AdminBankTimeEntry.razor.rz.scp.css */
/* ===================================
   STICKY ACTION BAR
   =================================== */

.action-bar-sticky[b-xf2m80410y] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-buttons[b-xf2m80410y] {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* ===================================
   ADMIN BANK TIME ENTRY - MAIN LAYOUT
   =================================== */

.admin-vacation-container[b-xf2m80410y] {
    padding: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.admin-header[b-xf2m80410y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8eaed;
}

.page-title[b-xf2m80410y] {
    color: #202124;
    font-weight: 500;
    margin: 0 0 4px 0;
    font-size: 2rem;
}

.page-subtitle[b-xf2m80410y] {
    color: #5f6368;
    margin: 0;
    font-size: 1rem;
}

.year-selector[b-xf2m80410y] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
}

.loading-container[b-xf2m80410y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 24px;
}

/* ===================================
   TWO-PANEL LAYOUT
   =================================== */

.entry-layout[b-xf2m80410y] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 24px;
    min-height: 600px;
}

/* ===================================
   LEFT PANEL - EMPLOYEE LIST
   =================================== */

.employee-panel[b-xf2m80410y] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 200px);
}

.panel-header[b-xf2m80410y] {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
}

.panel-header h6[b-xf2m80410y] {
    margin: 0 0 16px 0;
    color: #202124;
    font-weight: 600;
}

.employee-list[b-xf2m80410y] {
    overflow-y: auto;
    flex: 1;
    padding: 8px;
}

.employee-item[b-xf2m80410y] {
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #e8eaed;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.employee-item:hover[b-xf2m80410y] {
    background: #f8f9fa;
    border-color: #C8102E;
    transform: translateX(4px);
}

.employee-item.selected[b-xf2m80410y] {
    background: rgba(200, 16, 46, 0.1);
    border-color: #C8102E;
    border-width: 2px;
}

.employee-item.done[b-xf2m80410y] {
    opacity: 0.5;
    background: #fafafa;
}

.employee-item.done .emp-blocks-text[b-xf2m80410y] {
    color: #999;
}

.employee-item.done:hover[b-xf2m80410y] {
    opacity: 0.7;
}

.emp-rank[b-xf2m80410y] {
    font-size: 0.75rem;
    color: #5f6368;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.emp-name[b-xf2m80410y] {
    font-weight: 600;
    color: #202124;
    font-size: 0.9rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.emp-blocks-text[b-xf2m80410y] {
    font-weight: 700;
    color: #C8102E;
    font-size: 0.9rem;
    min-width: 35px;
    text-align: right;
}

/* ===================================
   RIGHT PANEL - PICK ENTRY
   =================================== */

.entry-panel[b-xf2m80410y] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.no-selection[b-xf2m80410y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 16px;
}

.pick-type-selector[b-xf2m80410y] {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
}

.date-selection[b-xf2m80410y] {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* ===================================
   WORKING DATES LIST - COMPACT
   =================================== */

.selection-header[b-xf2m80410y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.jump-to-block[b-xf2m80410y] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.working-dates-list[b-xf2m80410y] {
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    scroll-behavior: smooth;
}

.week-group[b-xf2m80410y] {
    margin-bottom: 4px;
}

.week-group:last-child[b-xf2m80410y] {
    margin-bottom: 0;
}

.week-row[b-xf2m80410y] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.week-row:hover[b-xf2m80410y] {
    background: #f0f0f0;
}

.week-label[b-xf2m80410y] {
    font-weight: 600;
    color: #C8102E;
    font-size: 0.85rem;
    min-width: 100px;
}

.block-availability[b-xf2m80410y] {
    font-size: 0.75rem;
    color: #666;
    font-weight: normal;
    margin-left: 4px;
}

.dates-row[b-xf2m80410y] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
}

.date-chip[b-xf2m80410y] {
    padding: 6px 12px;
    border: 2px solid #e8eaed;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    font-size: 0.8rem;
    white-space: nowrap;
}

.date-chip:hover:not(.disabled):not(.full)[b-xf2m80410y] {
    border-color: #C8102E;
    background: rgba(200, 16, 46, 0.05);
    transform: translateY(-1px);
}

.date-chip.selected[b-xf2m80410y] {
    background: rgba(200, 16, 46, 0.15);
    border-color: #C8102E;
    font-weight: 600;
}

.date-chip.disabled[b-xf2m80410y] {
    background: #f5f5f5;
    border-color: #ddd;
    opacity: 0.6;
    cursor: not-allowed;
}

.date-chip.full[b-xf2m80410y] {
    background: #ffebee;
    border-color: #ef5350;
    opacity: 0.7;
    cursor: not-allowed;
}

.date-label[b-xf2m80410y] {
    color: #202124;
}

.taken-indicator[b-xf2m80410y] {
    color: #c8102e;
    font-weight: bold;
    margin-left: 4px;
}

.full-indicator[b-xf2m80410y] {
    color: #ef5350;
    font-weight: bold;
    margin-left: 4px;
    font-size: 0.7rem;
}

.action-buttons[b-xf2m80410y] {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

/* ===================================
   EXISTING PICKS LIST
   =================================== */

.existing-picks[b-xf2m80410y] {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.picks-list[b-xf2m80410y] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pick-item[b-xf2m80410y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e8eaed;
    transition: all 0.2s ease;
}

.pick-item:hover[b-xf2m80410y] {
    border-color: #C8102E;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pick-info[b-xf2m80410y] {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
}

.pick-date[b-xf2m80410y] {
    font-weight: 600;
    color: #202124;
    min-width: 120px;
}

.pick-type[b-xf2m80410y] {
    font-size: 0.85rem;
    padding: 4px 12px;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    font-weight: 500;
}

.pick-duration[b-xf2m80410y] {
    font-size: 0.85rem;
    color: #5f6368;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 1200px) {
    .entry-layout[b-xf2m80410y] {
        grid-template-columns: 300px 1fr;
        gap: 16px;
    }
}

@media (max-width: 968px) {
    .entry-layout[b-xf2m80410y] {
        grid-template-columns: 1fr;
    }

    .employee-panel[b-xf2m80410y] {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .admin-vacation-container[b-xf2m80410y] {
        padding: 16px;
    }

    .admin-header[b-xf2m80410y] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .page-title[b-xf2m80410y] {
        font-size: 1.5rem;
    }

    .entry-panel[b-xf2m80410y] {
        padding: 16px;
    }

    .action-buttons[b-xf2m80410y] {
        flex-direction: column;
    }

    .action-buttons button[b-xf2m80410y] {
        width: 100%;
    }

    .pick-info[b-xf2m80410y] {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .page-title[b-xf2m80410y] {
        font-size: 1.25rem;
    }

    .page-subtitle[b-xf2m80410y] {
        font-size: 0.85rem;
    }

    .emp-name[b-xf2m80410y] {
        font-size: 0.85rem;
    }

    .pick-date[b-xf2m80410y] {
        font-size: 0.85rem;
        min-width: auto;
    }
}
/* _content/BFDApp/Components/Pages/AdminVacationEntry.razor.rz.scp.css */
/* ===================================
   STICKY ACTION BAR
   =================================== */

.action-bar-sticky[b-pvdl5k1ed6] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-buttons[b-pvdl5k1ed6] {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* ===================================
   ADMIN VACATION ENTRY - MAIN LAYOUT
   =================================== */

.admin-vacation-container[b-pvdl5k1ed6] {
    padding: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.admin-header[b-pvdl5k1ed6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8eaed;
}

.page-title[b-pvdl5k1ed6] {
    color: #202124;
    font-weight: 500;
    margin: 0 0 4px 0;
    font-size: 2rem;
}

.page-subtitle[b-pvdl5k1ed6] {
    color: #5f6368;
    margin: 0;
    font-size: 1rem;
}

.year-selector[b-pvdl5k1ed6] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
}

.loading-container[b-pvdl5k1ed6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 24px;
}

/* ===================================
   TWO-PANEL LAYOUT
   =================================== */

.entry-layout[b-pvdl5k1ed6] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 24px;
    min-height: 600px;
}

/* ===================================
   LEFT PANEL - EMPLOYEE LIST
   =================================== */

.employee-panel[b-pvdl5k1ed6] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 200px);
}

.panel-header[b-pvdl5k1ed6] {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
}

.panel-header h6[b-pvdl5k1ed6] {
    margin: 0 0 16px 0;
    color: #202124;
    font-weight: 600;
}

.employee-list[b-pvdl5k1ed6] {
    overflow-y: auto;
    flex: 1;
    padding: 8px;
}

.employee-item[b-pvdl5k1ed6] {
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #e8eaed;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.employee-item:hover[b-pvdl5k1ed6] {
    background: #f8f9fa;
    border-color: #C8102E;
    transform: translateX(4px);
}

.employee-item.selected[b-pvdl5k1ed6] {
    background: rgba(200, 16, 46, 0.1);
    border-color: #C8102E;
    border-width: 2px;
}

.employee-item.done[b-pvdl5k1ed6] {
    opacity: 0.5;
    background: #fafafa;
}

.employee-item.done .emp-blocks-text[b-pvdl5k1ed6] {
    color: #999;
}

.employee-item.done:hover[b-pvdl5k1ed6] {
    opacity: 0.7;
}

.emp-rank[b-pvdl5k1ed6] {
    font-size: 0.75rem;
    color: #5f6368;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.emp-name[b-pvdl5k1ed6] {
    font-weight: 600;
    color: #202124;
    font-size: 0.9rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.emp-rank[b-pvdl5k1ed6] {
    font-size: 0.75rem;
    color: #5f6368;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 12px;
}

.emp-blocks-text[b-pvdl5k1ed6] {
    font-weight: 700;
    color: #C8102E;
    font-size: 0.9rem;
    min-width: 35px;
    text-align: right;
}

/* ===================================
   RIGHT PANEL - PICK ENTRY
   =================================== */

.entry-panel[b-pvdl5k1ed6] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
}

.no-selection[b-pvdl5k1ed6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 16px;
}

.pick-type-selector[b-pvdl5k1ed6] {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
}

.date-selection[b-pvdl5k1ed6] {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

/* ===================================
   WORKING DATES LIST - COMPACT
   =================================== */

.selection-header[b-pvdl5k1ed6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.jump-to-block[b-pvdl5k1ed6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.working-dates-list[b-pvdl5k1ed6] {
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    scroll-behavior: smooth;
}

.week-group[b-pvdl5k1ed6] {
    margin-bottom: 4px;
}

.week-group:last-child[b-pvdl5k1ed6] {
    margin-bottom: 0;
}

.week-row[b-pvdl5k1ed6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.week-row:hover[b-pvdl5k1ed6] {
    background: #f0f0f0;
}

.week-label[b-pvdl5k1ed6] {
    font-weight: 600;
    color: #C8102E;
    font-size: 0.85rem;
    min-width: 80px;
}

.dates-row[b-pvdl5k1ed6] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
}

.date-chip[b-pvdl5k1ed6] {
    padding: 6px 12px;
    border: 2px solid #e8eaed;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    font-size: 0.8rem;
    white-space: nowrap;
}

.date-chip:hover:not(.disabled)[b-pvdl5k1ed6] {
    border-color: #C8102E;
    background: rgba(200, 16, 46, 0.05);
    transform: translateY(-1px);
}

.date-chip.selected[b-pvdl5k1ed6] {
    background: rgba(200, 16, 46, 0.15);
    border-color: #C8102E;
    font-weight: 600;
}

.date-chip.disabled[b-pvdl5k1ed6] {
    background: #f5f5f5;
    border-color: #ddd;
    opacity: 0.6;
    cursor: not-allowed;
}

.date-label[b-pvdl5k1ed6] {
    color: #202124;
}

.taken-indicator[b-pvdl5k1ed6] {
    color: #c8102e;
    font-weight: bold;
    margin-left: 4px;
}

/* ===================================
   EXISTING PICKS LIST
   =================================== */

.existing-picks[b-pvdl5k1ed6] {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.picks-list[b-pvdl5k1ed6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pick-item[b-pvdl5k1ed6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e8eaed;
    transition: all 0.2s ease;
}

.pick-item:hover[b-pvdl5k1ed6] {
    border-color: #C8102E;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pick-info[b-pvdl5k1ed6] {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
}

.pick-date[b-pvdl5k1ed6] {
    font-weight: 600;
    color: #202124;
    min-width: 120px;
}

.pick-type[b-pvdl5k1ed6] {
    font-size: 0.85rem;
    padding: 4px 12px;
    background: #e8f5e8;
    color: #2d7730;
    border-radius: 12px;
    font-weight: 500;
}

.pick-duration[b-pvdl5k1ed6] {
    font-size: 0.85rem;
    color: #5f6368;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 1200px) {
    .entry-layout[b-pvdl5k1ed6] {
        grid-template-columns: 300px 1fr;
        gap: 16px;
    }

    .dates-in-week[b-pvdl5k1ed6] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

@media (max-width: 968px) {
    .entry-layout[b-pvdl5k1ed6] {
        grid-template-columns: 1fr;
    }

    .employee-panel[b-pvdl5k1ed6] {
        max-height: 400px;
    }

    .dates-in-week[b-pvdl5k1ed6] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 768px) {
    .admin-vacation-container[b-pvdl5k1ed6] {
        padding: 16px;
    }

    .admin-header[b-pvdl5k1ed6] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .page-title[b-pvdl5k1ed6] {
        font-size: 1.5rem;
    }

    .entry-panel[b-pvdl5k1ed6] {
        padding: 16px;
    }

    .action-buttons[b-pvdl5k1ed6] {
        flex-direction: column;
    }

    .action-buttons button[b-pvdl5k1ed6] {
        width: 100%;
    }

    .pick-info[b-pvdl5k1ed6] {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .dates-in-week[b-pvdl5k1ed6] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

@media (max-width: 480px) {
    .page-title[b-pvdl5k1ed6] {
        font-size: 1.25rem;
    }

    .page-subtitle[b-pvdl5k1ed6] {
        font-size: 0.85rem;
    }

    .emp-name[b-pvdl5k1ed6] {
        font-size: 0.85rem;
    }

    .pick-date[b-pvdl5k1ed6] {
        font-size: 0.85rem;
        min-width: auto;
    }
    

    .dates-in-week[b-pvdl5k1ed6] {
        grid-template-columns: 1fr 1fr;
    }

    .header-actions[b-pvdl5k1ed6] {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .week-label[b-pvdl5k1ed6] {
        font-weight: 600;
        color: #C8102E;
        font-size: 0.85rem;
        min-width: 80px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .block-availability[b-pvdl5k1ed6] {
        font-size: 0.75rem;
        color: #666 !important;
        background: #f0f0f0;
        padding: 2px 6px;
        border-radius: 4px;
        font-weight: 500;
    }
}
/* _content/BFDApp/Components/Pages/Home.razor.rz.scp.css */
.home-container[b-u5plqz2c1m] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section[b-u5plqz2c1m] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}

.logo-container[b-u5plqz2c1m] {
    margin-bottom: 1.5rem;
}

.responsive-logo[b-u5plqz2c1m] {
    max-width: 100%;
    height: auto;
    width: 200px;
    max-width: 80vw;
}

.welcome-content h1[b-u5plqz2c1m] {
    font-size: 2rem;
    font-weight: 600;
    color: #FF0000;
    margin-bottom: 0.5rem;
}

.welcome-content p[b-u5plqz2c1m] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

.quick-actions[b-u5plqz2c1m] {
    margin-top: 2rem;
}

.action-grid[b-u5plqz2c1m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.action-card[b-u5plqz2c1m] {
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.action-card:hover[b-u5plqz2c1m] {
    transform: translateY(-2px);
}

.login-prompt[b-u5plqz2c1m] {
    max-width: 400px;
    margin: 0 auto;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .home-container[b-u5plqz2c1m] {
        padding: 0.5rem;
    }

    .hero-section[b-u5plqz2c1m] {
        padding: 1rem 0.5rem;
        margin-bottom: 1.5rem;
    }

    .responsive-logo[b-u5plqz2c1m] {
        width: 150px;
    }

    .welcome-content h1[b-u5plqz2c1m] {
        font-size: 1.75rem;
    }

    .welcome-content p[b-u5plqz2c1m] {
        font-size: 1rem;
    }

    .action-grid[b-u5plqz2c1m] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .action-card[b-u5plqz2c1m] {
        padding: 0.75rem;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .responsive-logo[b-u5plqz2c1m] {
        width: 120px;
    }

    .welcome-content h1[b-u5plqz2c1m] {
        font-size: 1.5rem;
    }

    .hero-section[b-u5plqz2c1m] {
        padding: 0.75rem 0.25rem;
    }
}
/* _content/BFDApp/Components/Pages/MyCalendar.razor.rz.scp.css */
/* Modern Calendar Design - Google Calendar/iCal Inspired */

.calendar-container[b-qmsvf5d5e3] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    background: #fafafa;
    min-height: 100vh;
}

/* Loading & Error States */
.loading-state[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    gap: 16px;
}

.loading-text[b-qmsvf5d5e3] {
    color: #5f6368 !important;
}

.error-alert[b-qmsvf5d5e3] {
    margin: 24px 0 !important;
    border-radius: 12px !important;
}

/* Header Section - Improved Spacing */
.calendar-header[b-qmsvf5d5e3] {
    background: white;
    border-radius: 12px;
    padding: 32px 40px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e8eaed;
}

.header-main[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.title-section[b-qmsvf5d5e3] {
    flex: 1;
}

.calendar-title[b-qmsvf5d5e3] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 0 4px 0 !important;
    font-size: 2rem !important;
}

.current-date[b-qmsvf5d5e3] {
    color: #5f6368 !important;
    margin: 0 !important;
    font-size: 0.875rem !important;
}

/* Better Navigation Controls */
.navigation-controls[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
}

.navigation-controls .mud-button-group[b-qmsvf5d5e3] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.navigation-controls .mud-icon-button[b-qmsvf5d5e3] {
    transition: all 0.2s ease;
}

.navigation-controls .mud-icon-button:hover[b-qmsvf5d5e3] {
    background-color: rgba(26, 115, 232, 0.08) !important;
}

.today-btn[b-qmsvf5d5e3] {
    font-weight: 500 !important;
    min-width: 80px !important;
    transition: all 0.2s ease !important;
}

.today-btn:hover[b-qmsvf5d5e3] {
    background-color: rgba(26, 115, 232, 0.08) !important;
}

/* View Controls */
.view-controls[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #e8eaed;
}

.view-selector[b-qmsvf5d5e3] {
    display: flex;
    gap: 8px;
    padding: 4px;
    background: #f8f9fa;
    border-radius: 8px;
}

.view-selector .mud-icon-button[b-qmsvf5d5e3] {
    transition: all 0.2s ease;
}

.view-selector .mud-icon-button:hover[b-qmsvf5d5e3] {
    transform: scale(1.05);
}

/* Platoon Filters */
.platoon-filters[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-label[b-qmsvf5d5e3] {
    color: #5f6368 !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
}

.filter-chips[b-qmsvf5d5e3] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Enhanced Platoon Filter Buttons */
.platoon-filter-btn[b-qmsvf5d5e3] {
    border-radius: 16px !important;
    font-weight: 600 !important;
    min-width: 50px !important;
    height: 36px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.platoon-filter-btn:hover[b-qmsvf5d5e3] {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15) !important;
}

.platoon-filter-btn.mud-button-outlined[b-qmsvf5d5e3] {
    opacity: 0.7;
}

.platoon-filter-btn.mud-button-filled[b-qmsvf5d5e3] {
    opacity: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

/* Shift Indicator - More Prominent */
.shift-indicator[b-qmsvf5d5e3] {
    margin-left: auto;
}

.shift-indicator .mud-chip[b-qmsvf5d5e3] {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    height: auto !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.shift-indicator .mud-chip.mud-chip-color-success[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%) !important;
    animation: subtle-pulse-b-qmsvf5d5e3 2s ease-in-out infinite;
}

@keyframes subtle-pulse-b-qmsvf5d5e3 {
    0%, 100% {
        box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
    }
    50% {
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.5);
    }
}

/* Calendar Content */
.calendar-content[b-qmsvf5d5e3] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e8eaed;
    margin-bottom: 24px;
}

/* In-Calendar Navigation (Mobile Only) */
.in-calendar-nav[b-qmsvf5d5e3] {
    display: none;
}

/* Month View */
.month-view[b-qmsvf5d5e3] {
    width: 100%;
}

.calendar-grid[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e8eaed;
    border-radius: 8px;
    overflow: hidden;
}

/* Month View with Week Numbers */
.calendar-grid-with-weeks[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: 40px repeat(7, 1fr);
    gap: 1px;
    background: #e8eaed;
    border-radius: 8px;
    overflow: hidden;
}

.week-header[b-qmsvf5d5e3] {
    background: #f8f9fa;
}

.week-number[b-qmsvf5d5e3] {
    background: #f8f9fa;
    color: #5f6368;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #e8eaed;
}

.day-header[b-qmsvf5d5e3] {
    background: #f8f9fa;
    color: #5f6368;
    padding: 12px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.day-cell[b-qmsvf5d5e3] {
    background: white;
    min-height: 120px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.day-cell:hover[b-qmsvf5d5e3] {
    background: #f8f9fa;
}

.day-cell.today[b-qmsvf5d5e3] {
    background: #e8f0fe;
    position: relative;
}

.day-cell.today[b-qmsvf5d5e3]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1a73e8;
}

.day-cell.other-month[b-qmsvf5d5e3] {
    background: #f8f9fa;
    color: #9aa0a6;
}

.day-number[b-qmsvf5d5e3] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #202124;
    text-align: center;
    margin-bottom: 8px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day-cell.today .day-number[b-qmsvf5d5e3] {
    color: #1a73e8;
    font-weight: 600;
}

.day-cell.other-month .day-number[b-qmsvf5d5e3] {
    color: #9aa0a6;
}

.events[b-qmsvf5d5e3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Improved Event Styling - macOS Calendar Style with Left Border */
.event[b-qmsvf5d5e3] {
    background: #f8f9fa;
    color: #202124;
    padding: 4px 8px 4px 6px;
    border-radius: 3px;
    border-left: 3px solid #4285f4;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.15s ease;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.event:hover[b-qmsvf5d5e3] {
    background: #e8eaed;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.more-events[b-qmsvf5d5e3] {
    color: #5f6368;
    font-size: 0.65rem;
    font-weight: 500;
    padding: 2px 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.more-events:hover[b-qmsvf5d5e3] {
    background: #f1f3f4;
    border-radius: 4px;
}

/* Year View - macOS Calendar Style - Clean & Minimal */
.year-view[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 12px 0;
}

.mini-month[b-qmsvf5d5e3] {
    background: transparent;
    border: none;
}

.mini-month-header[b-qmsvf5d5e3] {
    background: transparent;
    padding: 8px 0 12px 0;
    border: none;
    text-align: left;
}

.month-title[b-qmsvf5d5e3] {
    color: #C8102E !important;
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.3px;
}

.mini-calendar[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    background: transparent;
    padding: 0;
}

.mini-day-header[b-qmsvf5d5e3] {
    background: transparent;
    color: #9aa0a6;
    font-size: 0.65rem;
    font-weight: 500;
    text-align: center;
    padding: 8px 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.mini-day[b-qmsvf5d5e3] {
    background: transparent;
    border: none;
    min-height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 2px;
    cursor: pointer;
    position: relative;
    transition: none;
}

.mini-day:hover .mini-day-number[b-qmsvf5d5e3] {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.mini-day.today:not(.other-month) .mini-day-number[b-qmsvf5d5e3] {
    background: #C8102E;
    color: white;
    border-radius: 50%;
    font-weight: 600;
}

.mini-day.today.other-month .mini-day-number[b-qmsvf5d5e3] {
    background: transparent;
    color: #d0d0d0;
    font-weight: 400;
}

.mini-day.other-month .mini-day-number[b-qmsvf5d5e3] {
    color: #d0d0d0;
}

.mini-day-number[b-qmsvf5d5e3] {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    min-width: 22px;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.event-dots[b-qmsvf5d5e3] {
    display: flex;
    gap: 2px;
    margin-top: 2px;
    position: absolute;
    bottom: 2px;
    justify-content: center;
}

.event-dot[b-qmsvf5d5e3] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4285f4;
}

/* Event Popover Styling */
.event-popover[b-qmsvf5d5e3] {
    pointer-events: none;
}

.event-popover-content[b-qmsvf5d5e3] {
    background: white;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    max-width: 280px;
    pointer-events: auto;
}

.popover-date[b-qmsvf5d5e3] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5f6368;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8eaed;
}

.popover-event[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    font-size: 0.8rem;
    color: #202124;
    background: #f8f9fa;
    border-radius: 2px;
    margin: 4px 0;
    border-left: 3px solid #4285f4;
}

.popover-event-dot[b-qmsvf5d5e3] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.popover-event-dot.on-shift[b-qmsvf5d5e3] {
    background: #C8102E;
}

.popover-event-dot.vacation[b-qmsvf5d5e3] {
    background: #34a853;
}

.popover-event-dot.btt[b-qmsvf5d5e3] {
    background: #2196f3;
}

.popover-event-dot.shift-exchange-working[b-qmsvf5d5e3] {
    background: #ff9800;
}

.popover-event-dot.shift-exchange-covered[b-qmsvf5d5e3] {
    background: #9e9e9e;
}

.popover-event-dot.platoon-1[b-qmsvf5d5e3] {
    background: #ff9800;
}

.popover-event-dot.platoon-2[b-qmsvf5d5e3] {
    background: #f44336;
}

.popover-event-dot.platoon-3[b-qmsvf5d5e3] {
    background: #2196f3;
}

.popover-event-dot.platoon-4[b-qmsvf5d5e3] {
    background: #9c27b0;
}

.popover-more[b-qmsvf5d5e3] {
    font-size: 0.75rem;
    color: #5f6368;
    font-style: italic;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #f0f0f0;
}

/* Time Off Section - Google Calendar Schedule View Style */
.time-off-section[b-qmsvf5d5e3] {
    width: 100%;
}

.time-off-header[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8eaed;
}

.time-off-header h5[b-qmsvf5d5e3] {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: #202124 !important;
    margin: 0 !important;
}

.time-off-controls[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Google Schedule style list - clean and minimal */
.time-off-list[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Schedule item layout: Date | Dot + Type + Duration + Details */
.time-off-item[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 24px;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: white;
    transition: background-color 0.15s ease;
}

.time-off-item:hover[b-qmsvf5d5e3] {
    background: #f8f9fa;
}

.time-off-item:last-child[b-qmsvf5d5e3] {
    border-bottom: none;
}

/* Date column - Google Calendar style */
.time-off-dates[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.date-range[b-qmsvf5d5e3] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 0.875rem !important;
    line-height: 1.4;
}

/* Event details section - dot + type + duration + info */
.time-off-details[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 28px;
}

/* Colored dot indicator - Google Calendar style */
.time-off-details[b-qmsvf5d5e3]::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a73e8;
    flex-shrink: 0;
}

.time-off-item:has(.mud-chip-color-success) .time-off-details[b-qmsvf5d5e3]::before {
    background: #34a853;
}

.time-off-item:has(.mud-chip-color-info) .time-off-details[b-qmsvf5d5e3]::before {
    background: #2196f3;
}

.time-off-item:has(.mud-chip-color-warning) .time-off-details[b-qmsvf5d5e3]::before {
    background: #ff9800;
}

/* Type label */
.time-off-type[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-off-type .mud-chip[b-qmsvf5d5e3] {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 0.875rem !important;
    height: auto !important;
    font-weight: 500 !important;
    color: #202124 !important;
}

/* Duration chip - only shown for BTT and Shift Exchanges */
.time-off-duration[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
}

.time-off-duration .mud-chip[b-qmsvf5d5e3] {
    height: 24px !important;
    font-size: 0.75rem !important;
    padding: 0 10px !important;
    font-weight: 500 !important;
    background: #f1f3f4 !important;
    border: none !important;
    color: #5f6368 !important;
}

/* Hide duration for vacation days */
.time-off-item:has(.mud-chip-color-success) .time-off-duration[b-qmsvf5d5e3] {
    display: none !important;
}

/* Additional info (who's working for whom) */
.time-off-info[b-qmsvf5d5e3] {
    color: #5f6368 !important;
    font-size: 0.8rem !important;
    margin: 0 !important;
}

/* Empty State */
.empty-state[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #5f6368;
    text-align: center;
}

.empty-state .mud-icon[b-qmsvf5d5e3] {
    margin-bottom: 16px !important;
    opacity: 0.3;
    font-size: 3.5rem !important;
}

.empty-state h6[b-qmsvf5d5e3] {
    font-weight: 400 !important;
    color: #5f6368 !important;
    font-size: 1rem !important;
}

/* Legend - Improved Styling */
.legend[b-qmsvf5d5e3] {
    background: white;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e8eaed;
}

.legend-title[b-qmsvf5d5e3] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 0 16px 0 !important;
    font-size: 1rem !important;
}

.legend-items[b-qmsvf5d5e3] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.legend-item[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #5f6368;
    font-weight: 500;
}

.legend-color[b-qmsvf5d5e3] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Collapsible Legend Container */
.legend-container[b-qmsvf5d5e3] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e8eaed;
    overflow: hidden;
}

.legend-toggle[b-qmsvf5d5e3] {
    padding: 8px 16px;
    text-align: center;
    border-bottom: 1px solid #e8eaed;
}

.legend-toggle-btn[b-qmsvf5d5e3] {
    color: #5f6368 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.legend-toggle-btn:hover[b-qmsvf5d5e3] {
    background: rgba(0, 0, 0, 0.04) !important;
}

/* Event Type Colors */
.event.on-shift[b-qmsvf5d5e3] {
    border-left-color: #C8102E;
}

.legend-color.on-shift[b-qmsvf5d5e3] {
    background: #C8102E;
}

.event.vacation[b-qmsvf5d5e3] {
    border-left-color: #34a853;
}

.legend-color.vacation[b-qmsvf5d5e3] {
    background: #34a853;
}

.event.btt[b-qmsvf5d5e3] {
    border-left-color: #2196f3;
}

.legend-color.btt[b-qmsvf5d5e3] {
    background: #2196f3;
}

.event.shift-exchange-working[b-qmsvf5d5e3] {
    border-left-color: #ff9800;
}

.legend-color.shift-exchange-working[b-qmsvf5d5e3] {
    background: #ff9800;
}

.event.shift-exchange-covered[b-qmsvf5d5e3] {
    border-left-color: #9e9e9e;
}

.legend-color.shift-exchange-covered[b-qmsvf5d5e3] {
    background: #9e9e9e;
}

/* Platoon Colors */
.event.platoon-1[b-qmsvf5d5e3] {
    border-left-color: #ff9800;
}

.legend-color.platoon-1[b-qmsvf5d5e3],
.event-dot.platoon-1[b-qmsvf5d5e3] {
    background: #ff9800;
}

.event.platoon-2[b-qmsvf5d5e3] {
    border-left-color: #f44336;
}

.legend-color.platoon-2[b-qmsvf5d5e3],
.event-dot.platoon-2[b-qmsvf5d5e3] {
    background: #f44336;
}

.event.platoon-3[b-qmsvf5d5e3] {
    border-left-color: #2196f3;
}

.legend-color.platoon-3[b-qmsvf5d5e3],
.event-dot.platoon-3[b-qmsvf5d5e3] {
    background: #2196f3;
}

.event.platoon-4[b-qmsvf5d5e3] {
    border-left-color: #9c27b0;
}

.legend-color.platoon-4[b-qmsvf5d5e3],
.event-dot.platoon-4[b-qmsvf5d5e3] {
    background: #9c27b0;
}

/* Accessibility */
.day-cell:focus[b-qmsvf5d5e3],
.mini-day:focus[b-qmsvf5d5e3] {
    outline: 2px solid #1a73e8;
    outline-offset: -2px;
}

.event:focus[b-qmsvf5d5e3] {
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

/* Mobile Compact Header Helpers */
.desktop-only[b-qmsvf5d5e3] {
    display: block;
}

.mobile-only[b-qmsvf5d5e3] {
    display: none;
}

.title-section-mobile[b-qmsvf5d5e3] {
    flex: 1;
}

.calendar-title-mobile[b-qmsvf5d5e3] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    text-align: center;
}

.mobile-controls-toggle[b-qmsvf5d5e3] {
    display: none;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #e8eaed;
}

.filter-toggle-btn[b-qmsvf5d5e3] {
    opacity: 0.7;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    padding: 4px 12px !important;
    min-height: 28px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.filter-toggle-btn:hover[b-qmsvf5d5e3] {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.controls-content[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* ===================================
   RESPONSIVE DESIGN - TABLET
   =================================== */

@media (max-width: 1200px) {
    .year-view[b-qmsvf5d5e3] {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .mini-day[b-qmsvf5d5e3] {
        min-height: 26px;
    }

    .mini-day-number[b-qmsvf5d5e3] {
        min-width: 20px;
        min-height: 20px;
    }
}

@media (max-width: 768px) {
    .calendar-container[b-qmsvf5d5e3] {
        padding: 16px;
    }

    .calendar-header[b-qmsvf5d5e3] {
        display: none !important;
    }

    .calendar-content[b-qmsvf5d5e3] {
        padding: 16px;
    }

    .day-cell[b-qmsvf5d5e3] {
        min-height: 80px;
        padding: 4px;
    }

    .day-number[b-qmsvf5d5e3] {
        font-size: 0.75rem;
        margin-bottom: 4px;
    }

    /* Compact event indicators - thin colored bars */
    .event[b-qmsvf5d5e3] {
        font-size: 0 !important;
        padding: 0 !important;
        height: 4px !important;
        min-height: 4px !important;
        border-radius: 2px !important;
        border-left: none !important;
        margin-bottom: 2px !important;
        cursor: pointer;
        overflow: hidden;
        text-indent: -9999px;
    }

    .event.on-shift[b-qmsvf5d5e3] {
        background: #C8102E !important;
    }

    .event.vacation[b-qmsvf5d5e3] {
        background: #34a853 !important;
    }

    .event.btt[b-qmsvf5d5e3] {
        background: #2196f3 !important;
    }

    .event.shift-exchange-working[b-qmsvf5d5e3] {
        background: #ff9800 !important;
    }

    .event.shift-exchange-covered[b-qmsvf5d5e3] {
        background: #9e9e9e !important;
    }

    .event.platoon-1[b-qmsvf5d5e3] {
        background: #ff9800 !important;
    }

    .event.platoon-2[b-qmsvf5d5e3] {
        background: #f44336 !important;
    }

    .event.platoon-3[b-qmsvf5d5e3] {
        background: #2196f3 !important;
    }

    .event.platoon-4[b-qmsvf5d5e3] {
        background: #9c27b0 !important;
    }

    /* Show in-calendar navigation */
    .in-calendar-nav[b-qmsvf5d5e3] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e8eaed;
    }

    .in-calendar-nav-left[b-qmsvf5d5e3] {
        display: flex;
        align-items: center;
    }

    .in-calendar-nav-center[b-qmsvf5d5e3] {
        flex: 1;
        display: flex;
        justify-content: center;
        min-width: 0;
    }

    .in-calendar-nav-right[b-qmsvf5d5e3] {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .in-calendar-title[b-qmsvf5d5e3] {
        font-size: 0.9rem !important;
        font-weight: 500 !important;
        color: #202124 !important;
        margin: 0 !important;
        white-space: nowrap;
    }

    .nav-arrow[b-qmsvf5d5e3] {
        color: #C8102E !important;
        padding: 4px !important;
        min-width: 32px !important;
        min-height: 32px !important;
    }

    .mobile-view-btn[b-qmsvf5d5e3] {
        color: #5f6368 !important;
        padding: 4px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .mobile-view-btn .mud-icon-root[b-qmsvf5d5e3] {
        font-size: 1.2rem !important;
    }

    .mobile-view-btn.active[b-qmsvf5d5e3] {
        background: rgba(200, 16, 46, 0.1) !important;
        color: #C8102E !important;
    }

    /* Mobile collapsible filters */
    .mobile-filters[b-qmsvf5d5e3] {
        background: white;
        padding: 12px 16px;
        margin-bottom: 12px;
        border-bottom: 1px solid #e8eaed;
        animation: slideDown-b-qmsvf5d5e3 0.3s ease;
    }

    .mobile-filter-label[b-qmsvf5d5e3] {
        color: #5f6368 !important;
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        margin-bottom: 8px !important;
        display: block;
    }

    .mobile-filter-chips[b-qmsvf5d5e3] {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Year View - 2 columns */
    .year-view[b-qmsvf5d5e3] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }

    .mini-month-header[b-qmsvf5d5e3] {
        padding: 6px 0 10px 0;
    }

    .month-title[b-qmsvf5d5e3] {
        font-size: 0.85rem !important;
    }

    .mini-day[b-qmsvf5d5e3] {
        min-height: 26px;
    }

    .mini-day-number[b-qmsvf5d5e3] {
        font-size: 0.7rem;
        min-width: 20px;
        min-height: 20px;
    }

    .event-popover[b-qmsvf5d5e3] {
        display: none !important;
    }

    .event-dots[b-qmsvf5d5e3] {
        gap: 1px;
        bottom: 1px;
    }

    .event-dot[b-qmsvf5d5e3] {
        width: 4px;
        height: 4px;
    }

    /* Time Off mobile styles */
    .time-off-header[b-qmsvf5d5e3] {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .time-off-header h5[b-qmsvf5d5e3] {
        text-align: center;
        font-size: 1.25rem !important;
    }

    .time-off-controls[b-qmsvf5d5e3] {
        justify-content: center;
    }

    .time-off-item[b-qmsvf5d5e3] {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px 16px;
    }

    .time-off-dates[b-qmsvf5d5e3] {
        order: 1;
    }

    .time-off-details[b-qmsvf5d5e3] {
        order: 2;
        flex-wrap: wrap;
    }

    .date-range[b-qmsvf5d5e3] {
        font-size: 0.8rem !important;
    }

    /* Legend collapsible */
    .legend[b-qmsvf5d5e3] {
        padding: 16px 24px !important;
        animation: slideDown-b-qmsvf5d5e3 0.3s ease;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .legend-items[b-qmsvf5d5e3] {
        justify-content: center;
        gap: 16px;
    }

    /* Toggle helpers */
    .desktop-only[b-qmsvf5d5e3] {
        display: none !important;
    }

    .mobile-only[b-qmsvf5d5e3] {
        display: block !important;
    }

    .mobile-controls-toggle[b-qmsvf5d5e3] {
        display: flex;
        justify-content: flex-end;
        padding-top: 4px;
    }

    .controls-content.collapsed[b-qmsvf5d5e3] {
        display: none;
    }

    .controls-content.expanded[b-qmsvf5d5e3] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        animation: slideDown-b-qmsvf5d5e3 0.3s ease;
        margin-top: 8px;
    }

    @keyframes slideDown-b-qmsvf5d5e3 {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* ===================================
   RESPONSIVE DESIGN - MOBILE
   =================================== */

@media (max-width: 480px) {
    .calendar-container[b-qmsvf5d5e3] {
        padding: 12px;
    }

    .calendar-header[b-qmsvf5d5e3] {
        padding: 12px 16px;
        margin-bottom: 12px;
    }

    .in-calendar-title[b-qmsvf5d5e3] {
        font-size: 0.85rem !important;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .day-header[b-qmsvf5d5e3] {
        padding: 8px 4px;
        font-size: 0.625rem;
    }

    .day-cell[b-qmsvf5d5e3] {
        min-height: 60px;
        padding: 2px;
        overflow: hidden;
    }

    .day-number[b-qmsvf5d5e3] {
        font-size: 0.65rem;
        margin-bottom: 2px;
    }

    .more-events[b-qmsvf5d5e3] {
        font-size: 0.45rem;
        padding: 1px 2px;
    }

    .year-view[b-qmsvf5d5e3] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        padding: 4px 0 !important;
    }

    .mini-month-header[b-qmsvf5d5e3] {
        padding: 4px 0 8px 0;
    }

    .month-title[b-qmsvf5d5e3] {
        font-size: 0.75rem !important;
        font-weight: 600 !important;
    }

    .mini-day-header[b-qmsvf5d5e3] {
        padding: 6px 1px;
        font-size: 0.55rem;
    }

    .mini-day[b-qmsvf5d5e3] {
        min-height: 24px;
        padding: 2px 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(200, 16, 46, 0.1);
    }

    .mini-day:active .mini-day-number[b-qmsvf5d5e3] {
        background: rgba(200, 16, 46, 0.1);
    }

    .mini-day-number[b-qmsvf5d5e3] {
        font-size: 0.65rem;
        min-width: 18px;
        min-height: 18px;
    }

    .event-dots[b-qmsvf5d5e3] {
        gap: 1px;
        bottom: 1px;
    }

    .event-dot[b-qmsvf5d5e3] {
        width: 3px;
        height: 3px;
    }

    .time-off-list[b-qmsvf5d5e3] {
        gap: 6px;
    }

    .time-off-item[b-qmsvf5d5e3] {
        padding: 10px 12px;
    }

    .date-range[b-qmsvf5d5e3] {
        font-size: 0.8rem !important;
    }

    .legend-items[b-qmsvf5d5e3] {
        gap: 12px;
    }

    .legend-item[b-qmsvf5d5e3] {
        font-size: 0.75rem;
    }

    .legend-color[b-qmsvf5d5e3] {
        width: 14px;
        height: 14px;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .calendar-container[b-qmsvf5d5e3] {
        background: white;
    }

    .calendar-header[b-qmsvf5d5e3],
    .calendar-content[b-qmsvf5d5e3] {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .view-controls[b-qmsvf5d5e3],
    .navigation-controls[b-qmsvf5d5e3],
    .in-calendar-nav[b-qmsvf5d5e3] {
        display: none;
    }
}
/* _content/BFDApp/Components/Pages/PC/Dashboard.razor.rz.scp.css */
/* PC Dashboard Styles */

.weather-banner[b-av6vhzffwb] {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(96, 125, 139, 0.08) 0%, rgba(96, 125, 139, 0.03) 100%);
    border: 1px solid rgba(96, 125, 139, 0.2);
    transition: all 0.3s ease;
}

.weather-banner:hover[b-av6vhzffwb] {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.quick-actions-card[b-av6vhzffwb] {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.05) 0%, rgba(255, 0, 0, 0.02) 100%);
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.quick-actions-card:hover[b-av6vhzffwb] {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(255, 0, 0, 0.1);
}

.date-navigation[b-av6vhzffwb] {
    display: flex;
    align-items: center;
}

.date-display[b-av6vhzffwb] {
    min-width: 140px;
    text-align: center;
    font-weight: 500;
}

.status-section[b-av6vhzffwb] {
    min-height: 120px;
}

.staff-chips[b-av6vhzffwb] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.station-badge[b-av6vhzffwb] {
    margin-left: 8px;
    opacity: 0.7;
    font-size: 0.75rem;
    background: rgba(255,255,255,0.2);
    padding: 2px 6px;
    border-radius: 4px;
}

.btt-badge[b-av6vhzffwb] {
    margin-left: 8px;
    font-weight: 600;
    font-size: 0.75rem;
    background: rgba(33, 150, 243, 0.2);
    color: #1976d2;
    padding: 2px 6px;
    border-radius: 4px;
}

.empty-state[b-av6vhzffwb] {
    opacity: 0.6;
    text-align: center;
    padding: 20px;
    font-style: italic;
}

.station-card[b-av6vhzffwb] {
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
}

.station-card:hover[b-av6vhzffwb] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.instructor-summary[b-av6vhzffwb] {
    background: rgba(33, 150, 243, 0.05);
    border-radius: 8px;
    padding: 12px;
    border-left: 3px solid #2196f3;
}

.instructor-chip[b-av6vhzffwb] {
    font-size: 0.7rem !important;
    height: 20px !important;
}

.staff-member[b-av6vhzffwb] {
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.regular-staff[b-av6vhzffwb] {
    background: rgba(76, 175, 80, 0.06);
    border-left: 3px solid #4caf50;
}

.covering-staff[b-av6vhzffwb] {
    background: rgba(33, 150, 243, 0.06);
    border-left: 3px solid #2196f3;
}

.staff-member:hover[b-av6vhzffwb] {
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.weather-details[b-av6vhzffwb] {
    opacity: 0.8;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .date-navigation[b-av6vhzffwb] {
        flex-direction: column;
        gap: 8px;
    }

    .date-display[b-av6vhzffwb] {
        min-width: auto;
    }

    .staff-chips[b-av6vhzffwb] {
        justify-content: center;
    }

    .station-card[b-av6vhzffwb] {
        margin-bottom: 12px;
        min-height: 180px;
    }

    .instructor-summary[b-av6vhzffwb] {
        padding: 8px;
    }

    .weather-banner[b-av6vhzffwb] {
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    .instructor-summary[b-av6vhzffwb] {
        text-align: center;
    }

    .instructor-chip[b-av6vhzffwb] {
        margin: 2px !important;
    }
}

/* Utility Classes */
.fw-bold[b-av6vhzffwb] {
    font-weight: 600 !important;
}

.fw-medium[b-av6vhzffwb] {
    font-weight: 500 !important;
}

.opacity-75[b-av6vhzffwb] {
    opacity: 0.75;
}
/* _content/BFDApp/Components/Pages/ProfileSettings.razor.rz.scp.css */
/* Profile Settings Page Styles */

.instructor-role-card[b-gbwimnfo5y] {
    transition: box-shadow 0.2s ease-in-out;
    height: 100%;
}

.instructor-role-card:hover[b-gbwimnfo5y] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ensure consistent card heights in the instructor roles grid */
.instructor-role-card .mud-card-content[b-gbwimnfo5y] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80px;
}

/* Custom styling for profile sections */
.profile-section[b-gbwimnfo5y] {
    margin-bottom: 1.5rem;
}

/* Password visibility toggle styling */
.mud-input-adornment-end[b-gbwimnfo5y] {
    cursor: pointer;
}

/* Success and error states for form fields */
.profile-success[b-gbwimnfo5y] {
    border-color: var(--mud-palette-success) !important;
}

.profile-error[b-gbwimnfo5y] {
    border-color: var(--mud-palette-error) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .instructor-role-card .mud-card-content[b-gbwimnfo5y] {
        min-height: 70px;
    }
}

/* Loading state overlay */
.profile-loading[b-gbwimnfo5y] {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

/* Account information styling */
.account-info-item[b-gbwimnfo5y] {
    text-align: center;
    padding: 1rem;
}

@media (min-width: 600px) {
    .account-info-item[b-gbwimnfo5y] {
        text-align: left;
    }
}
/* _content/BFDApp/Components/Pages/ShiftChanges.razor.rz.scp.css */
/* Mobile responsive table container */
.table-container-mobile[b-5swhpfo2g1] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile responsive table styling */
.mobile-responsive-table[b-5swhpfo2g1] {
    min-width: 600px; /* Ensures table doesn't get too cramped */
}

/* Sticky first column (Date) */
.sticky-column[b-5swhpfo2g1] {
    position: sticky;
    left: 0;
    background: var(--mud-palette-surface);
    z-index: 10;
    border-right: 1px solid var(--mud-palette-lines-default) !important;
    min-width: 120px;
}

/* Sticky actions column */
.sticky-actions[b-5swhpfo2g1] {
    position: sticky;
    right: 0;
    background: var(--mud-palette-surface);
    z-index: 10;
    border-left: 1px solid var(--mud-palette-lines-default) !important;
    min-width: 120px;
    text-align: center;
}

/* Ensure sticky columns work in dark mode */
[data-theme="dark"] .sticky-column[b-5swhpfo2g1],
[data-theme="dark"] .sticky-actions[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
}

/* Mobile breakpoint adjustments */
@media (max-width: 599px) {
    .table-container-mobile[b-5swhpfo2g1] {
        margin: 0 -8px; /* Extend to container edges */
        border-radius: 0;
    }

    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 500px;
    }

    .sticky-column[b-5swhpfo2g1] {
        min-width: 100px;
    }

    .sticky-actions[b-5swhpfo2g1] {
        min-width: 100px;
    }

    /* Make chips smaller on mobile */
    .mobile-responsive-table .mud-chip[b-5swhpfo2g1] {
        font-size: 0.75rem;
        height: 24px;
        padding: 0 8px;
    }

    /* Adjust icon button sizes */
    .mobile-responsive-table .mud-icon-button[b-5swhpfo2g1] {
        width: 32px;
        height: 32px;
    }

    .mobile-responsive-table .mud-icon-button .mud-icon-root[b-5swhpfo2g1] {
        font-size: 1rem;
    }
}

/* Tablet breakpoint */
@media (min-width: 600px) and (max-width: 959px) {
    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 700px;
    }
}

/* Large screens - remove horizontal scroll */
@media (min-width: 960px) {
    .table-container-mobile[b-5swhpfo2g1] {
        overflow-x: visible;
    }

    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 100%;
    }

    .sticky-column[b-5swhpfo2g1],
    .sticky-actions[b-5swhpfo2g1] {
        position: static;
        border: none !important;
    }
}

/* Touch-friendly action buttons */
.mobile-responsive-table .d-flex.gap-1[b-5swhpfo2g1] {
    gap: 4px;
    justify-content: center;
    align-items: center;
}

/* Better spacing for mobile content */
@media (max-width: 599px) {
    .mobile-responsive-table .mud-table-cell[b-5swhpfo2g1] {
        padding: 8px 4px;
    }

    .sticky-column[b-5swhpfo2g1] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .sticky-actions[b-5swhpfo2g1] {
        padding-left: 4px !important;
        padding-right: 8px !important;
    }
}

/* Improve readability of text in mobile tables */
@media (max-width: 599px) {
    .mobile-responsive-table .mud-typography-body2[b-5swhpfo2g1] {
        font-size: 0.875rem;
        line-height: 1.2;
    }

    .mobile-responsive-table .mud-typography-caption[b-5swhpfo2g1] {
        font-size: 0.75rem;
        line-height: 1.1;
    }
}

/* =======================================================
   OPTION 3: CLEAN MINIMAL NAVIGATION STYLE
   ======================================================= */

.shift-nav-grid[b-5swhpfo2g1] {
    display: grid;
    gap: 8px;
    background: none;
    margin: 16px;
    padding: 4px;
}

.shift-nav-button[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    border: 2px solid var(--mud-palette-lines-default) !important;
    border-radius: 12px !important;
    padding: 20px 12px !important;
    height: auto !important;
    min-height: 100px;
    transition: all 0.25s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Subtle accent bar */
.shift-nav-button[b-5swhpfo2g1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--mud-palette-lines-default);
    border-radius: 0 0 2px 2px;
    transition: all 0.3s ease;
}

.shift-nav-button:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    transform: translateY(-2px) !important;
    box-shadow:
            0 4px 12px rgba(0, 0, 0, 0.12),
            0 1px 3px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--mud-palette-primary-lighten) !important;
}

.shift-nav-button:hover[b-5swhpfo2g1]::before {
    width: 50px;
    background: var(--mud-palette-primary);
}

/* Active state */
.shift-nav-button.mud-button-filled-primary[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    color: var(--mud-palette-primary) !important;
    border-color: var(--mud-palette-primary) !important;
    box-shadow:
            0 2px 8px rgba(var(--mud-palette-primary-rgb), 0.15),
            0 1px 3px rgba(0, 0, 0, 0.08);
}

.shift-nav-button.mud-button-filled-primary[b-5swhpfo2g1]::before {
    width: 60px;
    height: 4px;
    background: var(--mud-palette-primary);
}

.shift-nav-button.mud-button-filled-primary:hover[b-5swhpfo2g1] {
    transform: translateY(-3px) !important;
    box-shadow:
            0 6px 16px rgba(var(--mud-palette-primary-rgb), 0.2),
            0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.nav-button-content[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav-icon[b-5swhpfo2g1] {
    font-size: 28px !important;
    transition: transform 0.25s ease;
    opacity: 0.85;
}

.shift-nav-button:hover .nav-icon[b-5swhpfo2g1] {
    transform: scale(1.08);
    opacity: 1;
}

.shift-nav-button.mud-button-filled-primary .nav-icon[b-5swhpfo2g1] {
    opacity: 1;
}

.nav-label[b-5swhpfo2g1] {
    text-align: center;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    opacity: 0.8;
    transition: opacity 0.25s ease;
}

.shift-nav-button:hover .nav-label[b-5swhpfo2g1],
.shift-nav-button.mud-button-filled-primary .nav-label[b-5swhpfo2g1] {
    opacity: 1;
    font-weight: 600 !important;
}

/* Dark mode support */
[data-theme="dark"] .shift-nav-button[b-5swhpfo2g1] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark-lighten) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .shift-nav-button:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten) !important;
    box-shadow:
            0 4px 16px rgba(0, 0, 0, 0.3),
            0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

/* Mobile responsive navigation */
/* More compact mobile responsive navigation */
@media (max-width: 599px) {
    .shift-nav-grid[b-5swhpfo2g1] {
        grid-template-columns: repeat(2, 1fr); /* Force 2x2 grid */
        gap: 4px;
        margin: 8px;
        padding: 0;
    }

    .shift-nav-button[b-5swhpfo2g1] {
        padding: 12px 8px !important;
        min-height: 65px;
        border-radius: 8px !important;
    }

    .shift-nav-button[b-5swhpfo2g1]::before {
        width: 20px;
        height: 2px;
    }

    .shift-nav-button:hover[b-5swhpfo2g1]::before {
        width: 30px;
    }

    .nav-button-content[b-5swhpfo2g1] {
        gap: 6px;
    }

    .nav-icon[b-5swhpfo2g1] {
        font-size: 20px !important;
    }

    .nav-label[b-5swhpfo2g1] {
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
    }
}

/* Desktop navigation layout */
@media (min-width: 768px) {
    .shift-nav-grid[b-5swhpfo2g1] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 20px;
    }

    .shift-nav-button[b-5swhpfo2g1] {
        min-height: 110px;
    }
}

/* Section content styling */
.section-content[b-5swhpfo2g1] {
    border-top: 1px solid var(--mud-palette-lines-default);
}

/* =======================================================
   HISTORY SECTION IMPROVEMENTS
   ======================================================= */

.history-filter-bar[b-5swhpfo2g1] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 16px;
    background: var(--mud-palette-surface-variant);
}

.status-chips .mud-chip[b-5swhpfo2g1],
.time-chips .mud-chip[b-5swhpfo2g1] {
    margin: 2px;
    transition: transform 0.2s ease;
}

.status-chips .mud-chip:hover[b-5swhpfo2g1],
.time-chips .mud-chip:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
}

.advanced-filters-content[b-5swhpfo2g1] {
    animation: slideDown 0.3s ease;
}

.history-table[b-5swhpfo2g1] {
    border-radius: 8px;
    overflow: hidden;
}

/* Mobile-specific history improvements */
@media (max-width: 599px) {
    .history-filter-bar[b-5swhpfo2g1] {
        padding: 12px;
    }

    .status-chips .mud-chip[b-5swhpfo2g1],
    .time-chips .mud-chip[b-5swhpfo2g1] {
        font-size: 0.75rem;
        height: 28px;
    }
}

/* =======================================================
   IMPROVED MOBILE ACTIVE REQUESTS CARDS
   ======================================================= */

/* Base mobile card improvements */
@media (max-width: 767px) {
    /* Direct Requests Mobile Cards */
    .direct-request-mobile-card[b-5swhpfo2g1] {
        margin-bottom: 12px !important;
        border-radius: 12px !important;
        border: 1px solid var(--mud-palette-lines-default);
        transition: all 0.2s ease;
    }

    .direct-request-mobile-card:hover[b-5swhpfo2g1] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .direct-request-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 16px !important;
    }

    /* Card Header Row - Status and Date */
    .mobile-card-header[b-5swhpfo2g1] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .mobile-card-status-chip[b-5swhpfo2g1] {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .mobile-card-date[b-5swhpfo2g1] {
        font-size: 0.8rem;
        opacity: 0.7;
        font-weight: 500;
    }

    /* Shift Type - Main content */
    .mobile-card-shift-type[b-5swhpfo2g1] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        margin-bottom: 8px;
        color: var(--mud-palette-text-primary);
    }

    /* Employee info section */
    .mobile-card-employee-info[b-5swhpfo2g1] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding: 8px;
        background: var(--mud-palette-background-grey);
        border-radius: 6px;
    }

    .mobile-card-employee-details[b-5swhpfo2g1] {
        flex: 1;
        min-width: 0; /* Allows text truncation */
    }

    .mobile-card-employee-name[b-5swhpfo2g1] {
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-card-employee-meta[b-5swhpfo2g1] {
        font-size: 0.75rem;
        opacity: 0.7;
        display: flex;
        gap: 8px;
    }

    /* Action buttons row */
    .mobile-card-actions[b-5swhpfo2g1] {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--mud-palette-divider);
    }

    /* Make action buttons more touch-friendly */
    .mobile-card-actions .mud-button[b-5swhpfo2g1] {
        height: 36px;
        padding: 0 16px;
        border-radius: 18px;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Marketplace Posts Mobile Cards */
    .marketplace-mobile-card[b-5swhpfo2g1] {
        margin-bottom: 12px !important;
        border-radius: 12px !important;
        border: 1px solid var(--mud-palette-lines-default);
        transition: all 0.2s ease;
    }

    .marketplace-mobile-card:hover[b-5swhpfo2g1] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* Marketplace specific styling */
    .marketplace-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 16px !important;
    }

    .marketplace-card-actions[b-5swhpfo2g1] {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--mud-palette-divider);
    }

    /* Days posted indicator */
    .mobile-card-days-posted[b-5swhpfo2g1] {
        font-size: 0.75rem;
        opacity: 0.6;
        font-style: italic;
    }

    /* Section headers for mobile */
    .mobile-section-header[b-5swhpfo2g1] {
        margin-bottom: 16px;
    }

    .mobile-section-title[b-5swhpfo2g1] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        margin-bottom: 4px;
    }

    .mobile-section-subtitle[b-5swhpfo2g1] {
        font-size: 0.85rem;
        opacity: 0.7;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* View All link styling */
    .mobile-view-all-link[b-5swhpfo2g1] {
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: none;
        color: var(--mud-palette-primary);
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-top: 8px;
        padding: 4px 8px;
        border-radius: 12px;
        background: rgba(var(--mud-palette-primary-rgb), 0.1);
        transition: all 0.2s ease;
    }

    .mobile-view-all-link:hover[b-5swhpfo2g1] {
        background: rgba(var(--mud-palette-primary-rgb), 0.15);
        transform: translateX(2px);
    }

    /* Empty state improvements for mobile */
    .mobile-empty-state[b-5swhpfo2g1] {
        text-align: center;
        padding: 24px 16px;
        border-radius: 12px;
        background: var(--mud-palette-background-grey);
        border: 1px dashed var(--mud-palette-divider);
    }

    .mobile-empty-state .mud-icon-root[b-5swhpfo2g1] {
        font-size: 2rem;
        opacity: 0.5;
        margin-bottom: 8px;
    }
}

/* Extra small screens (< 480px) */
@media (max-width: 479px) {
    .direct-request-mobile-card .mud-card-content[b-5swhpfo2g1],
    .marketplace-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 12px !important;
    }

    .mobile-card-actions[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 6px;
    }

    .mobile-card-actions .mud-button[b-5swhpfo2g1] {
        width: 100%;
        justify-content: center;
    }

    .marketplace-card-actions[b-5swhpfo2g1] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .mobile-card-employee-meta[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 2px;
    }
}
/* =======================================================
   COMPACT MOBILE DIRECT REQUESTS LIST STYLE
   ======================================================= */

.compact-request-item[b-5swhpfo2g1] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    transition: all 0.2s ease;
}

.compact-request-item:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.compact-request-main[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.compact-request-left[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    gap: 4px;
}

.compact-date[b-5swhpfo2g1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    text-align: center;
    line-height: 1.1;
}

.compact-shift-chip[b-5swhpfo2g1] {
    font-size: 0.6rem !important;
    height: 20px !important;
    padding: 0 6px !important;
}

.compact-request-center[b-5swhpfo2g1] {
    flex: 1;
    min-width: 0; /* Allows text truncation */
    padding: 0 8px;
}

.compact-from-text[b-5swhpfo2g1] {
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compact-meta-text[b-5swhpfo2g1] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    opacity: 0.8;
}

.compact-request-actions[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 70px;
}

.compact-action-btn[b-5swhpfo2g1] {
    height: 28px !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    padding: 0 8px !important;
    min-width: 65px !important;
}

.deny-btn[b-5swhpfo2g1] {
    order: 2; /* Put deny button below accept */
}

.accept-btn[b-5swhpfo2g1] {
    order: 1; /* Put accept button on top */
}

.compact-status-text[b-5swhpfo2g1] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    font-style: italic;
    line-height: 1.1;
}

.compact-notes-row[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--mud-palette-divider);
    gap: 6px;
}

.notes-icon[b-5swhpfo2g1] {
    color: var(--mud-palette-info) !important;
    opacity: 0.8;
}

.notes-btn[b-5swhpfo2g1] {
    font-size: 0.7rem !important;
    height: 24px !important;
    padding: 0 8px !important;
    min-height: unset !important;
}

.compact-view-all[b-5swhpfo2g1] {
    text-align: center;
    margin-top: 12px;
    padding: 8px;
}

/* Dark mode support */
[data-theme="dark"] .compact-request-item[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
    border-color: var(--mud-palette-dark-lighten);
}

[data-theme="dark"] .compact-request-item:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Extra small screens (< 350px width) */
@media (max-width: 349px) {
    .compact-request-main[b-5swhpfo2g1] {
        gap: 4px;
    }

    .compact-request-left[b-5swhpfo2g1] {
        min-width: 50px;
    }

    .compact-action-btn[b-5swhpfo2g1] {
        min-width: 60px !important;
        font-size: 0.6rem !important;
    }

    .compact-from-text[b-5swhpfo2g1] {
        font-size: 0.8rem;
    }
}

/* =======================================================
   COMPACT MOBILE MARKETPLACE POSTS LIST STYLE
   ======================================================= */

.compact-marketplace-item[b-5swhpfo2g1] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    transition: all 0.2s ease;
}

.compact-marketplace-item:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.compact-marketplace-main[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.compact-marketplace-center[b-5swhpfo2g1] {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
}

.compact-marketplace-status[b-5swhpfo2g1] {
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 2px;
    color: var(--mud-palette-text-primary);
}

.compact-marketplace-days[b-5swhpfo2g1] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    opacity: 0.8;
    font-style: italic;
}

.compact-marketplace-actions[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 80px;
    justify-content: flex-end;
}

.compact-remove-btn[b-5swhpfo2g1] {
    height: 28px !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    padding: 0 8px !important;
    min-width: 65px !important;
}

.compact-notes-icon-btn[b-5swhpfo2g1] {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
}

.compact-notes-icon-btn .mud-icon-root[b-5swhpfo2g1] {
    font-size: 1rem !important;
}

/* Dark mode support */
[data-theme="dark"] .compact-marketplace-item[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
    border-color: var(--mud-palette-dark-lighten);
}

[data-theme="dark"] .compact-marketplace-item:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Extra small screens */
@media (max-width: 349px) {
    .compact-marketplace-actions[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 4px;
        min-width: 65px;
    }

    .compact-remove-btn[b-5swhpfo2g1] {
        min-width: 60px !important;
        font-size: 0.6rem !important;
    }
}

.compact-swap-id[b-5swhpfo2g1] {
    font-size: 0.65rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    line-height: 1;
    opacity: 0.8;
    margin-bottom: 2px;
}
/* _content/BFDApp/Components/Pages/UpcomingChanges.razor.rz.scp.css */
/* Base styles for the Upcoming Changes page */
.upcoming-changes-container[b-dzfve6cghy] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header section styling */
.header-section[b-dzfve6cghy] {
    margin-bottom: 2rem;
}

.header-icon[b-dzfve6cghy] {
    font-size: 3rem;
    opacity: 0.8;
}

/* Change item cards */
.change-card[b-dzfve6cghy] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

.change-card:hover[b-dzfve6cghy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Progress bars */
.progress-container[b-dzfve6cghy] {
    margin: 0.75rem 0;
}

/* Status chips */
.status-chip[b-dzfve6cghy] {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

/* Tag chips */
.tag-chip[b-dzfve6cghy] {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Feedback section */
.feedback-section[b-dzfve6cghy] {
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Section dividers */
.section-divider[b-dzfve6cghy] {
    margin: 2rem 0;
    opacity: 0.3;
}

/* Animation for completed items */
.completed-item[b-dzfve6cghy] {
    opacity: 0.85;
    position: relative;
}

.completed-item[b-dzfve6cghy]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 49%, rgba(76, 175, 80, 0.1) 50%, rgba(76, 175, 80, 0.1) 51%, transparent 52%);
    pointer-events: none;
    border-radius: 8px;
}

/* Mobile-specific optimizations */
@media (max-width: 768px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0.5rem;
    }

    /* Smaller header on mobile */
    .header-section[b-dzfve6cghy] {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .header-icon[b-dzfve6cghy] {
        font-size: 2rem;
        display: none; /* Hide decorative icons on small screens */
    }

    /* Full-width cards on mobile */
    .change-card[b-dzfve6cghy] {
        margin-bottom: 1rem;
    }

    /* Stack buttons vertically on mobile */
    .feedback-buttons[b-dzfve6cghy] {
        flex-direction: column !important;
        align-items: stretch;
        gap: 0.75rem;
    }

    .feedback-buttons .mud-button[b-dzfve6cghy] {
        width: 100%;
        justify-content: center;
    }

    /* Smaller chips on mobile */
    .status-chip[b-dzfve6cghy] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }

    .tag-chip[b-dzfve6cghy] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }

    /* Reduce spacing on mobile */
    .section-divider[b-dzfve6cghy] {
        margin: 1.5rem 0;
    }
}

/* Extra small screens (phones in portrait) */
@media (max-width: 480px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0.25rem;
    }

    /* Even more compact on very small screens */
    .change-card[b-dzfve6cghy] {
        padding: 1rem !important;
    }

    /* Adjust typography for small screens */
    .change-title[b-dzfve6cghy] {
        font-size: 1.1rem !important;
        line-height: 1.3;
    }

    .change-description[b-dzfve6cghy] {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Stack status and date vertically on very small screens */
    .card-header[b-dzfve6cghy] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    .card-header .mud-typography[b-dzfve6cghy] {
        align-self: flex-end;
    }
}

/* Tablet and larger screens */
@media (min-width: 769px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 1.5rem;
    }

    /* Enhance hover effects on non-touch devices */
    .change-card:hover[b-dzfve6cghy] {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    /* Show decorative elements on larger screens */
    .header-icon[b-dzfve6cghy] {
        display: block;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 2rem;
    }

    /* More spacing on large screens */
    .section-divider[b-dzfve6cghy] {
        margin: 3rem 0;
    }

    .header-section[b-dzfve6cghy] {
        margin-bottom: 3rem;
    }
}

/* Print styles */
@media print {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0;
        max-width: 100%;
    }

    .change-card[b-dzfve6cghy] {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
    }

    .feedback-section[b-dzfve6cghy] {
        display: none;
    }

    .header-icon[b-dzfve6cghy] {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .change-card[b-dzfve6cghy] {
        border: 2px solid currentColor;
    }

    .completed-item[b-dzfve6cghy]::after {
        background: repeating-linear-gradient(
                45deg,
                transparent 0,
                transparent 10px,
                rgba(0, 0, 0, 0.1) 10px,
                rgba(0, 0, 0, 0.1) 20px
        );
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .change-card[b-dzfve6cghy] {
        transition: none;
    }

    .change-card:hover[b-dzfve6cghy] {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }
}
/* _content/BFDApp/Components/Pages/VacationCalendar.razor.rz.scp.css */
/* ===================================
   VACATION CALENDAR - MAIN LAYOUT
   =================================== */

.vacation-calendar-container[b-m8x4i1e0ku] {
    padding: 24px;
    max-width: 1800px;
    margin: 0 auto;
}

/* --- Header Section --- */
.vacation-calendar-header[b-m8x4i1e0ku] {
    margin-bottom: 32px;
}

.header-main[b-m8x4i1e0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.title-section .page-title[b-m8x4i1e0ku] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 0 4px 0 !important;
    font-size: 2rem !important;
}

.title-section .page-subtitle[b-m8x4i1e0ku] {
    color: #5f6368 !important;
    margin: 0 !important;
    font-size: 1rem !important;
}

/* Desktop Year Nav */
.year-navigation[b-m8x4i1e0ku] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.year-nav-btn[b-m8x4i1e0ku] {
    color: #C8102E !important;
    border: 1px solid #C8102E !important;
    transition: all 0.2s ease !important;
}

.year-nav-btn:hover[b-m8x4i1e0ku] {
    background: rgba(200, 16, 46, 0.1) !important;
}

.current-year[b-m8x4i1e0ku] {
    color: #C8102E !important;
    font-weight: 600 !important;
    margin: 0 !important;
    min-width: 80px;
    text-align: center;
}

/* --- Legend Section --- */
.legend-section[b-m8x4i1e0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e8eaed;
}

.occupancy-legend[b-m8x4i1e0ku] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.legend-items[b-m8x4i1e0ku] {
    display: flex;
    gap: 20px;
}

.legend-item[b-m8x4i1e0ku] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color[b-m8x4i1e0ku] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.legend-color.available[b-m8x4i1e0ku] { background: #34a853; }
.legend-color.moderate[b-m8x4i1e0ku] { background: #ffc107; }
.legend-color.full[b-m8x4i1e0ku] { background: #dc3545; }

.legend-item span[b-m8x4i1e0ku] {
    font-size: 0.875rem;
    color: #5f6368;
    font-weight: 500;
}

.mobile-year-nav[b-m8x4i1e0ku] { display: none; }

/* Loading State */
.loading-container[b-m8x4i1e0ku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 24px;
}

/* ===================================
   DESKTOP GRID SYSTEM
   =================================== */

.month-calendar[b-m8x4i1e0ku] {
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
}

.year-grid[b-m8x4i1e0ku] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* CHANGE from 4 to 3 */
    gap: 24px;
    margin-bottom: 40px;
}

.month-container[b-m8x4i1e0ku] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.month-container:hover[b-m8x4i1e0ku] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.month-header[b-m8x4i1e0ku] {
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
}

.month-title[b-m8x4i1e0ku] {
    color: #202124 !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
    font-size: 1.1rem !important;
}

/* Desktop Grid - 8 columns (week number + 7 days) */
.day-headers[b-m8x4i1e0ku],
.month-days[b-m8x4i1e0ku] {
    display: grid;
    grid-template-columns: 30px repeat(7, 1fr);
    gap: 1px;
    width: 100%;
}

.day-headers[b-m8x4i1e0ku] {
    margin-bottom: 1px;
}

.day-header[b-m8x4i1e0ku] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #5f6368;
    padding: 8px 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    min-width: 0;
}

.month-days[b-m8x4i1e0ku] {
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

/* Week Number Sidebar */
.week-number-cell[b-m8x4i1e0ku] {
    background: #f8f9fa;
    display: flex;
    flex-direction: column;  /* CHANGE: stack week number and star vertically */
    align-items: center;
    justify-content: center;
    gap: 2px;  /* ADD: space between number and star */
    font-size: 0.7rem;
    font-weight: 600;
    color: #5f6368;
    border-right: 2px solid #e8eaed;
    padding: 4px;
    min-height: 36px;
    overflow: hidden;
    min-width: 0;
}

.watch-star[b-m8x4i1e0ku] {
    font-size: 0.9rem;
    cursor: pointer;
    color: #9aa0a6;
    transition: all 0.2s ease;
    user-select: none;
}

.watch-star:hover[b-m8x4i1e0ku] {
    color: #C8102E;
    transform: scale(1.2);
}

.watch-star.watched[b-m8x4i1e0ku] {
    color: #C8102E;
}

.day-cell[b-m8x4i1e0ku] {
    background: white;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    min-height: 48px;  /* CHANGE from 36px to 48px */
    overflow: hidden;
    min-width: 0;
}

.day-cell:hover[b-m8x4i1e0ku] {
    background: #f8f9fa;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.day-number[b-m8x4i1e0ku] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #202124;
    line-height: 1;
}

.vacation-indicator[b-m8x4i1e0ku] {
    margin-top: 2px;
}

.count-badge[b-m8x4i1e0ku] {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 8px;
    min-width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Day Cell States */
.day-cell.other-month[b-m8x4i1e0ku] {
    opacity: 0.3;
    pointer-events: none;
}

.day-cell.other-month .day-number[b-m8x4i1e0ku] {
    color: #9aa0a6;
}

.day-cell.today[b-m8x4i1e0ku] {
    background: rgba(200, 16, 46, 0.1);
    outline: 2px solid #C8102E;
    outline-offset: -2px;  /* Draw it inside the cell */
    z-index: 10;  /* Ensure it appears above neighbors */
}

.day-cell.today .day-number[b-m8x4i1e0ku] {
    color: #C8102E;
    font-weight: 700;
}

.day-cell.not-working[b-m8x4i1e0ku] {
    background: #f5f5f5;
    color: #9aa0a6;
    pointer-events: none;
}

.day-cell.not-working .day-number[b-m8x4i1e0ku] {
    color: #9aa0a6;
}

.day-cell.not-working:hover[b-m8x4i1e0ku] {
    transform: none;
    box-shadow: none;
    background: #f5f5f5;
}

/* Occupancy Level Colors */
.day-cell.available[b-m8x4i1e0ku] {
    background: #e8f5e8;
    border-color: #34a853;
}

.day-cell.available:hover[b-m8x4i1e0ku] {
    background: #d4edda;
}

.day-cell.available .count-badge[b-m8x4i1e0ku] {
    background: #34a853;
}

.day-cell.moderate[b-m8x4i1e0ku] {
    background: #fff9e6;
    border-color: #ffc107;
}

.day-cell.moderate:hover[b-m8x4i1e0ku] {
    background: #fff3cd;
}

.day-cell.moderate .count-badge[b-m8x4i1e0ku] {
    background: #ffc107;
    color: #000;
}

.day-cell.full[b-m8x4i1e0ku] {
    background: #fdeaea;
    border-color: #dc3545;
}

.day-cell.full:hover[b-m8x4i1e0ku] {
    background: #f8d7da;
}

.day-cell.full .count-badge[b-m8x4i1e0ku] {
    background: #dc3545;
}

/* ===================================
   MOBILE STYLES - Hidden by default
   =================================== */

.mobile-month-scroller[b-m8x4i1e0ku] {
    display: none;
}

/* ===================================
   CLEAN CUSTOM TOOLTIP
   =================================== */

.clean-tooltip[b-m8x4i1e0ku] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    padding: 16px;
    max-width: 300px;
    width: auto;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1300;
    pointer-events: auto;
    font-family: system-ui, -apple-system, sans-serif;
}

.clean-tooltip .tooltip-header[b-m8x4i1e0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.clean-tooltip .tooltip-date[b-m8x4i1e0ku] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.clean-tooltip .tooltip-close[b-m8x4i1e0ku] {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clean-tooltip .tooltip-close:hover[b-m8x4i1e0ku] {
    background: #f0f0f0;
}

.clean-tooltip .tooltip-status[b-m8x4i1e0ku] {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: 500;
}

.clean-tooltip .tooltip-status.available[b-m8x4i1e0ku] {
    background: #e8f5e8;
    color: #2d7730;
}

.clean-tooltip .tooltip-status.not-working[b-m8x4i1e0ku] {
    background: #f5f5f5;
    color: #666;
}

.clean-tooltip .tooltip-status.occupied[b-m8x4i1e0ku] {
    background-color: #f4f4f4;
    color: #666666;
    border: 1px solid #e0e0e0;
}

.clean-tooltip .tooltip-status .count[b-m8x4i1e0ku] {
    font-weight: 700;
    color: #333;
}

.clean-tooltip .people-list[b-m8x4i1e0ku] {
    margin-top: 8px;
}

.clean-tooltip .shift-group[b-m8x4i1e0ku] {
    margin-top: 12px;
}

.clean-tooltip .shift-group:first-of-type[b-m8x4i1e0ku] {
    margin-top: 8px;
}

.clean-tooltip .group-label[b-m8x4i1e0ku] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #C8102E;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #C8102E;
    background: rgba(200, 16, 46, 0.05);
}

.clean-tooltip .person-item[b-m8x4i1e0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.clean-tooltip .person-item:last-child[b-m8x4i1e0ku] {
    border-bottom: none;
}

.clean-tooltip .person-item .name[b-m8x4i1e0ku] {
    font-weight: 500;
    color: #333;
}

.clean-tooltip .person-item .rank[b-m8x4i1e0ku] {
    font-size: 0.8rem;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 12px;
    color: #666;
}

/* ===================================
   WATCHLIST DIALOG - Compact Dropdown Style
   =================================== */

.watchlist-btn[b-m8x4i1e0ku] {
    margin-left: 16px;
}

.block-reorder[b-m8x4i1e0ku] {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
}

.reorder-btn[b-m8x4i1e0ku] {
    padding: 0 !important;
    min-width: 24px !important;
    width: 24px !important;
    height: 18px !important;
}

.reorder-btn:disabled[b-m8x4i1e0ku] {
    opacity: 0.3;
}

.watchlist-dialog[b-m8x4i1e0ku] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    width: 400px;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 140px;  /* Position below header */
    right: 40px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease;
}

.watchlist-dialog.show[b-m8x4i1e0ku] {
    opacity: 1;
    transform: translateY(0);
}

.watchlist-header[b-m8x4i1e0ku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.watchlist-close[b-m8x4i1e0ku] {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.watchlist-close:hover[b-m8x4i1e0ku] {
    background: #f0f0f0;
}

.watchlist-content[b-m8x4i1e0ku] {
    padding: 8px;
    overflow-y: auto;
    flex: 1;
}

.watchlist-block[b-m8x4i1e0ku] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
    border-left: 3px solid #C8102E;
}

.watchlist-block:last-child[b-m8x4i1e0ku] {
    margin-bottom: 0;
}

.block-header[b-m8x4i1e0ku] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.block-title[b-m8x4i1e0ku] {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.block-dates[b-m8x4i1e0ku] {
    color: #666;
    font-size: 0.75rem;
    flex: 1;
}

.block-remove-btn[b-m8x4i1e0ku] {
    margin-left: auto !important;
}

.block-remove:hover[b-m8x4i1e0ku] {
    background: #e0e0e0;
    color: #C8102E;
}

.block-days[b-m8x4i1e0ku] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.day-slot[b-m8x4i1e0ku] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 45px;
    font-size: 0.75rem;
}

.day-slot.slots-good[b-m8x4i1e0ku] {
    background: #e8f5e8;
    color: #2d7730;
}

.day-slot.slots-ok[b-m8x4i1e0ku] {
    background: #fff9e6;
    color: #856404;
}

.day-slot.slots-full[b-m8x4i1e0ku] {
    background: #fdeaea;
    color: #c8102e;
}

.day-label[b-m8x4i1e0ku] {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1;
}

.day-count[b-m8x4i1e0ku] {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .watchlist-dialog[b-m8x4i1e0ku] {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%) translateY(-10px);
        width: calc(100vw - 32px);
        max-width: 400px;
    }

    .watchlist-dialog.show[b-m8x4i1e0ku] {
        transform: translate(-50%, -50%);
    }
}

/* ===================================
   RESPONSIVE BREAKPOINTS
   =================================== */

/* Large Desktop */
@media (max-width: 1600px) {
    .year-grid[b-m8x4i1e0ku] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop/Tablet */
@media (max-width: 1200px) {
    .vacation-calendar-container[b-m8x4i1e0ku] {
        padding: 20px;
    }

    .year-grid[b-m8x4i1e0ku] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .header-main[b-m8x4i1e0ku] {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* Tablet & Mobile */
@media (max-width: 768px) {
    .vacation-calendar-container[b-m8x4i1e0ku] {
        padding: 16px;
    }

    /* Hide Desktop Navigation */
    .desktop-only[b-m8x4i1e0ku] {
        display: none !important;
    }

    /* Header Layout */
    .header-main[b-m8x4i1e0ku] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
        text-align: left;
    }

    .title-section .page-title[b-m8x4i1e0ku] {
        font-size: 1.25rem !important;
    }

    .title-section .page-subtitle[b-m8x4i1e0ku] {
        font-size: 0.8rem !important;
    }

    /* Show Mobile Year Navigation */
    .mobile-year-nav[b-m8x4i1e0ku] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        background: white;
        padding: 8px 16px;
        border-radius: 8px;
        border: 1px solid #e8eaed;
    }

    /* Legend */
    .legend-section[b-m8x4i1e0ku] {
        padding: 10px;
        flex-direction: row;
        overflow-x: auto;
        justify-content: center;
    }

    .legend-items[b-m8x4i1e0ku] {
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Hide Desktop Grid */
    .year-grid[b-m8x4i1e0ku] {
        display: none;
    }

    /* Show Mobile Scroller */
    .mobile-month-scroller[b-m8x4i1e0ku] {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 16px 16px 16px;
        margin: 0 -16px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-month-card[b-m8x4i1e0ku] {
        display: inline-block;
        width: calc(100vw - 48px);
        max-width: 360px;
        margin-right: 16px;
        background: white;
        border-radius: 12px;
        border: 1px solid #e8eaed;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        scroll-snap-align: start;
        scroll-snap-stop: always;
        vertical-align: top;
        white-space: normal;
        flex-shrink: 0;
    }

    .mobile-month-header[b-m8x4i1e0ku] {
        padding: 16px;
        background: #f8f9fa;
        border-bottom: 1px solid #e8eaed;
        text-align: center;
    }

    .mobile-month-grid[b-m8x4i1e0ku] {
        display: grid;
        grid-template-columns: 24px repeat(7, 1fr);
        gap: 1px;
        background: #f0f0f0;
        padding: 12px;
    }

    .mobile-day-header[b-m8x4i1e0ku] {
        text-align: center;
        font-size: 0.625rem;
        font-weight: 600;
        color: #5f6368;
        padding: 8px 2px;
        background: white;
        text-transform: uppercase;
    }

    .mobile-week-number[b-m8x4i1e0ku] {
        background: #f8f9fa;
        display: flex;
        flex-direction: column;  /* CHANGE: stack vertically */
        align-items: center;
        justify-content: center;
        gap: 2px;  /* ADD: space between number and star */
        font-size: 0.6rem;
        font-weight: 600;
        color: #5f6368;
        padding: 2px;
        min-height: 32px;
    }

    .mobile-week-number .watch-star[b-m8x4i1e0ku] {
        font-size: 0.8rem;  /* Slightly smaller on mobile */
    }

    .mobile-day[b-m8x4i1e0ku] {
        background: white;
        aspect-ratio: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.15s ease;
        position: relative;
        min-height: 32px;
    }

    .mobile-day:hover[b-m8x4i1e0ku] {
        background: #f8f9fa;
        transform: scale(1.1);
        z-index: 2;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .mobile-day-number[b-m8x4i1e0ku] {
        font-size: 0.75rem;
        font-weight: 500;
        color: #202124;
        line-height: 1;
    }

    .mobile-count[b-m8x4i1e0ku] {
        background: rgba(0, 0, 0, 0.8);
        color: white;
        font-size: 0.5rem;
        font-weight: 600;
        padding: 1px 3px;
        border-radius: 6px;
        min-width: 10px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        margin-top: 1px;
    }

    /* Mobile Day States */
    .mobile-day.other-month[b-m8x4i1e0ku] {
        opacity: 0.3;
        pointer-events: none;
    }

    .mobile-day.today[b-m8x4i1e0ku] {
        border: 2px solid #C8102E;
    }

    .mobile-day.not-working[b-m8x4i1e0ku] {
        background: #f5f5f5;
        color: #9aa0a6;
        pointer-events: none;
    }

    /* Mobile Occupancy Colors */
    .mobile-day.available[b-m8x4i1e0ku] {
        background: #e8f5e8;
    }

    .mobile-day.available .mobile-count[b-m8x4i1e0ku] {
        background: #34a853;
    }

    .mobile-day.moderate[b-m8x4i1e0ku] {
        background: #fff9e6;
    }

    .mobile-day.moderate .mobile-count[b-m8x4i1e0ku] {
        background: #ffc107;
        color: #000;
    }

    .mobile-day.full[b-m8x4i1e0ku] {
        background: #fdeaea;
    }

    .mobile-day.full .mobile-count[b-m8x4i1e0ku] {
        background: #dc3545;
    }

    /* Mobile Tooltip Positioning */
    .clean-tooltip[b-m8x4i1e0ku] {
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: auto !important;
        max-width: none !important;
        max-height: 70vh !important;
    }

    /* Overlay */
    .mud-overlay[b-m8x4i1e0ku] {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
    }
}

/* Mobile Phone - Extra Small */
@media (max-width: 480px) {
    .vacation-calendar-container[b-m8x4i1e0ku] {
        padding: 12px;
    }

    .title-section .page-title[b-m8x4i1e0ku] {
        font-size: 1.5rem !important;
    }

    .mobile-month-card[b-m8x4i1e0ku] {
        width: calc(100vw - 32px);
        margin-right: 12px;
    }

    .legend-items[b-m8x4i1e0ku] {
        gap: 12px;
    }

    .legend-item[b-m8x4i1e0ku] {
        gap: 6px;
    }

    .legend-item span[b-m8x4i1e0ku] {
        font-size: 0.75rem;
    }

    .clean-tooltip[b-m8x4i1e0ku] {
        padding: 12px !important;
        font-size: 0.85rem !important;
    }

    .clean-tooltip .tooltip-date[b-m8x4i1e0ku] {
        font-size: 0.9rem !important;
    }

    .clean-tooltip .person-item[b-m8x4i1e0ku] {
        padding: 4px 0 !important;
    }

    .clean-tooltip .person-item .name[b-m8x4i1e0ku] {
        font-size: 0.85rem !important;
    }

    .clean-tooltip .person-item .rank[b-m8x4i1e0ku] {
        font-size: 0.7rem !important;
    }
}
/* _content/BFDApp/Components/Pages/VacationTracker.razor.rz.scp.css */
/* ===================================
   VACATION TRACKER - MAIN LAYOUT
   =================================== */

.tracker-container[b-w5omxva7b0] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Loading State */
.loading-container[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    gap: 24px;
}

/* ===================================
   HEADER SECTION
   =================================== */

.tracker-header[b-w5omxva7b0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.header-title .page-title[b-w5omxva7b0] {
    color: #202124 !important;
    font-weight: 500 !important;
    margin: 0 0 4px 0 !important;
    font-size: 1.75rem !important;
}

.header-title .page-subtitle[b-w5omxva7b0] {
    color: #5f6368 !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
}

.header-controls[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.year-select[b-w5omxva7b0] {
    width: 100px;
}

.platoon-select[b-w5omxva7b0] {
    width: 130px;
}

.refresh-btn[b-w5omxva7b0] {
    color: #C8102E !important;
    border: 1px solid #C8102E !important;
}

.refresh-btn:hover[b-w5omxva7b0] {
    background: rgba(200, 16, 46, 0.1) !important;
}

/* ===================================
   YOUR STATUS CARD
   =================================== */

.your-status-card[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #e8eaed;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

.your-status-card.your-turn[b-w5omxva7b0] {
    background: rgba(200, 16, 46, 0.08);
    border-color: #C8102E;
}

.your-status-card.your-turn .status-icon[b-w5omxva7b0] {
    color: #C8102E;
}

.your-status-card.on-deck[b-w5omxva7b0] {
    background: rgba(251, 188, 4, 0.1);
    border-color: #fbbc04;
}

.your-status-card.on-deck .status-icon[b-w5omxva7b0] {
    color: #f9a825;
}

.your-status-card.complete[b-w5omxva7b0] {
    background: rgba(52, 168, 83, 0.08);
    border-color: #34a853;
}

.your-status-card.complete .status-icon[b-w5omxva7b0] {
    color: #34a853;
}

.your-status-card.waiting[b-w5omxva7b0] {
    background: rgba(33, 150, 243, 0.08);
    border-color: #2196f3;
}

.your-status-card.waiting .status-icon[b-w5omxva7b0] {
    color: #2196f3;
}

.status-icon[b-w5omxva7b0] {
    color: #5f6368;
}

.status-content[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.status-label[b-w5omxva7b0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #5f6368;
    letter-spacing: 0.5px;
}

.status-name[b-w5omxva7b0] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #202124;
}

.status-detail[b-w5omxva7b0] {
    font-size: 0.9rem;
    color: #5f6368;
}

.your-status-card.your-turn .status-detail[b-w5omxva7b0] {
    color: #C8102E;
    font-weight: 500;
}

.status-blocks[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.blocks-value[b-w5omxva7b0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #202124;
}

.blocks-label[b-w5omxva7b0] {
    font-size: 0.75rem;
    color: #5f6368;
}

/* ===================================
   PROGRESS SECTION
   =================================== */

.progress-section[b-w5omxva7b0] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.progress-header[b-w5omxva7b0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.progress-title[b-w5omxva7b0] {
    font-weight: 600;
    color: #202124;
    font-size: 1rem;
}

.progress-stats[b-w5omxva7b0] {
    font-size: 0.9rem;
    color: #5f6368;
}

.progress-bar[b-w5omxva7b0] {
    margin-bottom: 8px;
}

.progress-footer[b-w5omxva7b0] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #5f6368;
}

/* ===================================
   STATUS ROW (NOW PICKING + HISTORICAL)
   =================================== */

.status-row[b-w5omxva7b0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.picking-status[b-w5omxva7b0] {
    display: flex;
    gap: 12px;
}

.picking-card[b-w5omxva7b0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 1px solid #e8eaed;
}

.picking-card.now-picking[b-w5omxva7b0] {
    background: rgba(200, 16, 46, 0.08);
    border-color: #C8102E;
}

.picking-card.on-deck[b-w5omxva7b0] {
    background: rgba(251, 188, 4, 0.1);
    border-color: #fbbc04;
}

.picking-label[b-w5omxva7b0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #5f6368;
}

.picking-card.now-picking .picking-label[b-w5omxva7b0] {
    color: #C8102E;
}

.picking-card.on-deck .picking-label[b-w5omxva7b0] {
    color: #b8860b;
}

.picking-name[b-w5omxva7b0] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #202124;
}

.picking-blocks[b-w5omxva7b0] {
    font-size: 0.85rem;
    color: #5f6368;
}

.historical-context[b-w5omxva7b0] {
    display: flex;
    gap: 12px;
}

.context-item[b-w5omxva7b0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 16px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 1px solid #e8eaed;
}

.context-label[b-w5omxva7b0] {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #5f6368;
}

.context-value[b-w5omxva7b0] {
    font-size: 1rem;
    font-weight: 600;
    color: #202124;
}

.context-detail[b-w5omxva7b0] {
    font-size: 0.8rem;
    color: #5f6368;
}

/* ===================================
   MEMBER SECTION
   =================================== */

.member-section[b-w5omxva7b0] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.section-header[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
    font-weight: 600;
    color: #202124;
}

.member-count[b-w5omxva7b0] {
    margin-left: auto;
    font-weight: 400;
    font-size: 0.85rem;
    color: #5f6368;
}

.member-list[b-w5omxva7b0] {
    max-height: 400px;
    overflow-y: auto;
}

.member-row[b-w5omxva7b0] {
    display: grid;
    grid-template-columns: 40px 1fr 140px 100px;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease;
}

.member-row:last-child[b-w5omxva7b0] {
    border-bottom: none;
}

.member-row:hover[b-w5omxva7b0] {
    background: #f8f9fa;
}

.member-row.current-picker[b-w5omxva7b0] {
    background: rgba(200, 16, 46, 0.06);
    border-left: 3px solid #C8102E;
}

.member-row.on-deck[b-w5omxva7b0] {
    background: rgba(251, 188, 4, 0.08);
    border-left: 3px solid #fbbc04;
}

.member-row.waiting-split[b-w5omxva7b0] {
    background: rgba(33, 150, 243, 0.06);
}

.member-row.complete[b-w5omxva7b0] {
    opacity: 0.5;
}

.member-position[b-w5omxva7b0] {
    font-weight: 600;
    color: #5f6368;
    font-size: 0.85rem;
}

.member-info[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.member-name[b-w5omxva7b0] {
    font-weight: 500;
    color: #202124;
}

.member-row.complete .member-name[b-w5omxva7b0] {
    color: #9aa0a6;
}

.status-chip[b-w5omxva7b0] {
    font-size: 0.7rem !important;
    height: 22px !important;
}

.member-last-pick[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.last-pick-date[b-w5omxva7b0] {
    font-weight: 500;
    color: #202124;
    font-size: 0.85rem;
}

.last-pick-block[b-w5omxva7b0] {
    font-size: 0.75rem;
    color: #5f6368;
}

.no-picks[b-w5omxva7b0] {
    font-size: 0.8rem;
    color: #9aa0a6;
    font-style: italic;
}

.member-blocks[b-w5omxva7b0] {
    display: flex;
    align-items: baseline;
    gap: 2px;
    justify-content: flex-end;
}

.blocks-remaining[b-w5omxva7b0] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #202124;
}

.member-row.complete .blocks-remaining[b-w5omxva7b0] {
    color: #9aa0a6;
}

.blocks-total[b-w5omxva7b0] {
    font-size: 0.85rem;
    color: #9aa0a6;
}

/* ===================================
   AVAILABILITY SECTION
   =================================== */

.availability-section[b-w5omxva7b0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.availability-card[b-w5omxva7b0] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

.card-header[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
    font-weight: 600;
    color: #202124;
    font-size: 0.95rem;
}

.card-count[b-w5omxva7b0] {
    margin-left: auto;
    font-weight: 400;
    font-size: 0.8rem;
    color: #5f6368;
}

.tuesdays-list[b-w5omxva7b0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    max-height: 200px;
    overflow-y: auto;
}

.tuesday-chip[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    background: #f8f9fa;
    min-width: 70px;
}

.tuesday-date[b-w5omxva7b0] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #202124;
}

.tuesday-slots[b-w5omxva7b0] {
    font-size: 0.7rem;
    color: #5f6368;
}

.blocks-grid[b-w5omxva7b0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.block-chip[b-w5omxva7b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    background: #f8f9fa;
    min-width: 100px;
    cursor: default;
}

.block-dates[b-w5omxva7b0] {
    font-size: 0.7rem;
    color: #5f6368;
    white-space: nowrap;
}

.block-week[b-w5omxva7b0] {
    font-weight: 700;
    font-size: 0.8rem;
    color: #202124;
}

.block-slots[b-w5omxva7b0] {
    font-size: 0.7rem;
    color: #5f6368;
    margin-top: 2px;
}

/* Slot availability colors */
.slots-good[b-w5omxva7b0] {
    background: rgba(52, 168, 83, 0.12);
    border-color: #34a853;
}

.slots-good .tuesday-slots[b-w5omxva7b0],
.slots-good .block-slots[b-w5omxva7b0] {
    color: #2d7730;
}

.slots-moderate[b-w5omxva7b0] {
    background: rgba(251, 188, 4, 0.15);
    border-color: #fbbc04;
}

.slots-moderate .tuesday-slots[b-w5omxva7b0],
.slots-moderate .block-slots[b-w5omxva7b0] {
    color: #b8860b;
}

.slots-low[b-w5omxva7b0] {
    background: rgba(234, 67, 53, 0.1);
    border-color: #ea4335;
}

.slots-low .tuesday-slots[b-w5omxva7b0],
.slots-low .block-slots[b-w5omxva7b0] {
    color: #c5221f;
}

.slots-full[b-w5omxva7b0] {
    background: #f5f5f5;
    border-color: #ddd;
    opacity: 0.6;
}

.slots-full .block-week[b-w5omxva7b0] {
    color: #9aa0a6;
    text-decoration: line-through;
}

.more-indicator[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    color: #5f6368;
    font-size: 0.8rem;
    font-weight: 500;
}

.empty-message[b-w5omxva7b0] {
    color: #9aa0a6;
    font-style: italic;
    font-size: 0.9rem;
    padding: 20px;
    text-align: center;
}

.blocks-legend[b-w5omxva7b0] {
    display: flex;
    gap: 16px;
    padding: 12px 16px;
    background: #fafafa;
    border-top: 1px solid #e8eaed;
    flex-wrap: wrap;
}

.legend-item[b-w5omxva7b0] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #5f6368;
}

.legend-dot[b-w5omxva7b0] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.legend-dot.good[b-w5omxva7b0] {
    background: #34a853;
}

.legend-dot.moderate[b-w5omxva7b0] {
    background: #fbbc04;
}

.legend-dot.low[b-w5omxva7b0] {
    background: #ea4335;
}

.legend-dot.full[b-w5omxva7b0] {
    background: #ddd;
}

/* ===================================
   SPLITS SECTION
   =================================== */

.splits-section[b-w5omxva7b0] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.splits-section .section-header[b-w5omxva7b0] {
    background: rgba(33, 150, 243, 0.08);
    border-bottom: 1px solid rgba(33, 150, 243, 0.2);
}

.splits-info[b-w5omxva7b0] {
    padding: 12px 20px;
    margin: 0;
    font-size: 0.9rem;
    color: #5f6368;
    background: #fafafa;
    border-bottom: 1px solid #e8eaed;
}

.waiting-list[b-w5omxva7b0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 20px;
}

.waiting-chip[b-w5omxva7b0] {
    padding: 8px 14px;
    background: rgba(33, 150, 243, 0.1);
    border: 1px solid #2196f3;
    border-radius: 20px;
}

.waiting-name[b-w5omxva7b0] {
    font-weight: 500;
    color: #1565c0;
    font-size: 0.9rem;
}

/* ===================================
   MOBILE RESPONSIVE
   =================================== */

@media (max-width: 900px) {
    .status-row[b-w5omxva7b0] {
        grid-template-columns: 1fr;
    }

    .availability-section[b-w5omxva7b0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tracker-container[b-w5omxva7b0] {
        padding: 16px;
    }

    .tracker-header[b-w5omxva7b0] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-controls[b-w5omxva7b0] {
        width: 100%;
        justify-content: space-between;
    }

    .year-select[b-w5omxva7b0] {
        flex: 1;
    }

    .platoon-select[b-w5omxva7b0] {
        flex: 1;
    }

    .your-status-card[b-w5omxva7b0] {
        flex-wrap: wrap;
    }

    .status-content[b-w5omxva7b0] {
        flex: 1;
        min-width: 150px;
    }

    .status-blocks[b-w5omxva7b0] {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        margin-top: 8px;
    }

    .blocks-value[b-w5omxva7b0] {
        font-size: 1.2rem;
    }

    .picking-status[b-w5omxva7b0] {
        flex-direction: column;
    }

    .historical-context[b-w5omxva7b0] {
        flex-direction: column;
    }

    .member-row[b-w5omxva7b0] {
        grid-template-columns: 30px 1fr 80px;
        gap: 8px;
        padding: 10px 12px;
    }

    .member-last-pick[b-w5omxva7b0] {
        display: none;
    }

    .member-info[b-w5omxva7b0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .member-name[b-w5omxva7b0] {
        font-size: 0.9rem;
    }

    .status-chip[b-w5omxva7b0] {
        font-size: 0.65rem !important;
        height: 20px !important;
    }

    .blocks-remaining[b-w5omxva7b0] {
        font-size: 1rem;
    }

    .progress-header[b-w5omxva7b0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .progress-footer[b-w5omxva7b0] {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .tracker-container[b-w5omxva7b0] {
        padding: 12px;
    }

    .header-title .page-title[b-w5omxva7b0] {
        font-size: 1.4rem !important;
    }

    .tuesdays-list[b-w5omxva7b0] {
        justify-content: center;
    }

    .tuesday-chip[b-w5omxva7b0] {
        min-width: 60px;
        padding: 6px 8px;
    }
}
/* _content/BFDApp/Components/Pages/WorkdayTracker.razor.rz.scp.css */
.workday-tracker-container[b-j661ajhrxw] {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px;
}

.tracker-header[b-j661ajhrxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.tracker-controls[b-j661ajhrxw] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pick-row[b-j661ajhrxw] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pick-row:last-child[b-j661ajhrxw] {
    border-bottom: none;
}

.pick-date[b-j661ajhrxw] {
    font-family: monospace;
    font-size: 14px;
    min-width: 90px;
}

.pick-day[b-j661ajhrxw] {
    font-size: 13px;
    color: #666;
    min-width: 36px;
}

.pick-week[b-j661ajhrxw] {
    font-size: 13px;
    color: #888;
    min-width: 50px;
}

.pick-type[b-j661ajhrxw] {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #e8e8e8;
    color: #555;
}

/* Mobile */
@media (max-width: 600px) {
    .workday-tracker-container[b-j661ajhrxw] {
        padding: 12px;
    }

    .tracker-header[b-j661ajhrxw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tracker-controls[b-j661ajhrxw] {
        width: 100%;
    }

    .tracker-controls .mud-select[b-j661ajhrxw] {
        flex: 1;
    }

    .pick-row[b-j661ajhrxw] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .pick-date[b-j661ajhrxw] {
        min-width: auto;
    }

    .pick-week[b-j661ajhrxw] {
        min-width: auto;
    }
}
/* _content/BFDApp/Components/Shared/RecentPicksButton.razor.rz.scp.css */
/* Floating button container */
.floating-recent-picks[b-shyvr699n6] {
    position: fixed;
    top: 80px;
    right: 24px;
    z-index: 1000;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .floating-recent-picks[b-shyvr699n6] {
        top: 70px;
        right: 16px;
    }
}

.recent-picks-dialog[b-shyvr699n6] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    width: 450px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 140px;
    right: 40px;
}

.recent-picks-header[b-shyvr699n6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.recent-picks-close[b-shyvr699n6] {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.recent-picks-close:hover[b-shyvr699n6] {
    background: #f0f0f0;
}

.recent-picks-content[b-shyvr699n6] {
    padding: 8px;
    overflow-y: auto;
    flex: 1;
}

.recent-pick-item[b-shyvr699n6] {
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    border-left: 3px solid #C8102E;
}

.recent-pick-item:last-child[b-shyvr699n6] {
    margin-bottom: 0;
}

.pick-name[b-shyvr699n6] {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.pick-separator[b-shyvr699n6] {
    color: #ccc;
}

.pick-block[b-shyvr699n6] {
    color: #C8102E;
    font-weight: 600;
    white-space: nowrap;
}

.pick-dates[b-shyvr699n6] {
    color: #666;
    flex: 1;
    min-width: 0;
}

.pick-type-mini[b-shyvr699n6] {
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
}

.pick-type-mini.type-vacation[b-shyvr699n6] {
    background: #e8f5e8;
    color: #2d7730;
}

.pick-type-mini.type-bank[b-shyvr699n6] {
    background: #e3f2fd;
    color: #1565c0;
}

.pick-type-mini.type-pud[b-shyvr699n6] {
    background: #fff9e6;
    color: #856404;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .recent-picks-dialog[b-shyvr699n6] {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: calc(100vw - 32px);
        max-width: 450px;
    }
}
/* _content/BFDApp/Components/ShiftMarket/Components/ShiftAcceptanceDialog.razor.rz.scp.css */
[b-1s49pmtslx] .mud-list {
    background-color: transparent !important;
}

[b-1s49pmtslx] .mud-list-item {
    border-radius: 4px;
}

[b-1s49pmtslx] .mud-list-item:hover {
    background-color: var(--mud-palette-background-grey) !important;
}
[b-1s49pmtslx] .custom-list.mud-list {
    background-color: transparent !important;
}
