/* /Components/AuthorizeRouteView.razor.rz.scp.css */
.loading-container[b-msi0n6i18n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1rem;
}

.loading-container .spinner[b-msi0n6i18n] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-msi0n6i18n 0.8s linear infinite;
}

@keyframes spin-b-msi0n6i18n {
    to {
        transform: rotate(360deg);
    }
}

.loading-container p[b-msi0n6i18n] {
    color: #718096;
    font-size: 0.95rem;
}

/* /Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-npth75kae0] {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fsiqjspd3s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fsiqjspd3s] {
    flex: 1;
}

.sidebar[b-fsiqjspd3s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fsiqjspd3s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.header-left[b-fsiqjspd3s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-label[b-fsiqjspd3s] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    white-space: nowrap;
}

.company-dropdown[b-fsiqjspd3s] {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a202c;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 150px;
    max-width: 200px;
    width: auto;
    font-weight: 500;
}

.company-dropdown:hover[b-fsiqjspd3s] {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.company-dropdown:focus[b-fsiqjspd3s] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.header-right[b-fsiqjspd3s] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.time-clock[b-fsiqjspd3s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.clock-icon[b-fsiqjspd3s] {
    font-size: 1.125rem;
}

.clock-time[b-fsiqjspd3s] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    min-width: 80px;
    text-align: center;
}

@media (max-width: 640.98px) {
    .top-row[b-fsiqjspd3s] {
        padding: 0 0.75rem;
        flex-wrap: nowrap;
        min-height: 3.5rem;
        height: 3.5rem;
        gap: 0.5rem;
    }

    .header-left[b-fsiqjspd3s] {
        flex: 1;
        min-width: 0;
        gap: 0.5rem;
    }

    .company-label[b-fsiqjspd3s] {
        font-size: 0.8125rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .company-dropdown[b-fsiqjspd3s] {
        flex: 1;
        min-width: 0;
        padding: 0.375rem 0.5rem;
        font-size: 0.8125rem;
    }

    .header-right[b-fsiqjspd3s] {
        flex-shrink: 0;
    }

    .time-clock[b-fsiqjspd3s] {
        padding: 0.375rem 0.5rem;
        gap: 0.375rem;
    }

    .clock-time[b-fsiqjspd3s] {
        font-size: 0.8125rem;
        min-width: 55px;
        letter-spacing: 0.5px;
    }

    .clock-icon[b-fsiqjspd3s] {
        font-size: 0.9375rem;
    }
}

@media (min-width: 641px) {
    .page[b-fsiqjspd3s] {
        flex-direction: row;
    }

    .sidebar[b-fsiqjspd3s] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fsiqjspd3s] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .header-left[b-fsiqjspd3s] {
        flex: 0 0 auto;
    }

    .company-dropdown[b-fsiqjspd3s] {
        flex: 0 0 auto;
        width: 180px;
        max-width: 180px;
        min-width: 150px;
    }

    article[b-fsiqjspd3s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    
    main[b-fsiqjspd3s] {
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sx32cbwmtx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sx32cbwmtx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sx32cbwmtx] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    text-decoration: none;
}

.navbar-logo[b-sx32cbwmtx] {
    max-height: 2.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bi[b-sx32cbwmtx] {
    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-sx32cbwmtx] {
    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-sx32cbwmtx] {
    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-sx32cbwmtx] {
    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-gear-fill-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-sx32cbwmtx] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-sx32cbwmtx] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-sx32cbwmtx] {
        padding-bottom: 0.75rem;
    }

    .nav-item[b-sx32cbwmtx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0.5rem;
    }

    .nav-item[b-sx32cbwmtx]  .nav-link {
        color: #d7d7d7;
    }

    .nav-item[b-sx32cbwmtx]  .nav-link:hover {
        color: white;
    }

.nav-item[b-sx32cbwmtx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white !important;
}

.nav-item[b-sx32cbwmtx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white !important;
}

.nav-item[b-sx32cbwmtx]  a,
.nav-item[b-sx32cbwmtx]  .nav-link {
    color: #d7d7d7 !important;
}

.nav-item[b-sx32cbwmtx]  a:hover,
.nav-item[b-sx32cbwmtx]  .nav-link:hover {
    color: white !important;
}

.nav-footer[b-sx32cbwmtx] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logout-button[b-sx32cbwmtx] {
    background: none;
    border: none;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    text-align: left;
    padding: 0 1rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.logout-button:hover[b-sx32cbwmtx] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.logout-button:active[b-sx32cbwmtx] {
    background-color: rgba(255, 255, 255, 0.2);
}

.logout-button:disabled[b-sx32cbwmtx] {
    opacity: 0.6;
    cursor: not-allowed;
}

.bi-box-arrow-right-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-folder-fill-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-folder-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.5 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4.5L9.5 0Zm0 1v2a1 1 0 0 0 1 1h2.5L9.5 1Z'/%3E%3C/svg%3E");
}

.bi-briefcase-fill-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-briefcase-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.61-2.786 1.61C11.426 14.342 9.763 14 8 14c-1.763 0-3.426.342-4.761.971-.941 0-2.344-.357-2.786-1.61A7.962 7.962 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-arrow-right-nav-menu[b-sx32cbwmtx] {
    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-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.bi-dash-square-nav-menu[b-sx32cbwmtx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/* Submenu Styles */
.nav-group-header[b-sx32cbwmtx] {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: #d7d7d7 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.5rem;
}

.nav-group-header:hover[b-sx32cbwmtx] {
    color: white !important;
    background-color: rgba(255,255,255,0.1);
}

.nav-arrow[b-sx32cbwmtx] {
    margin-left: auto;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

.nav-arrow-open[b-sx32cbwmtx] {
    transform: rotate(180deg);
}

.nav-arrow-small[b-sx32cbwmtx] {
    font-size: 0.625rem;
}

.nav-submenu[b-sx32cbwmtx] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 0.5rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    border-radius: 4px;
}

.nav-submenu-open[b-sx32cbwmtx] {
    max-height: 1000px;
    opacity: 1;
}

.nav-submenu-item[b-sx32cbwmtx] {
    margin-bottom: 0.0625rem;
    overflow: hidden;
}

.nav-submenu-header[b-sx32cbwmtx] {
    cursor: pointer;
    user-select: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #d7d7d7 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    height: auto;
    min-height: 1.75rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.nav-submenu-header:hover[b-sx32cbwmtx] {
    color: white !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.nav-submenu-link[b-sx32cbwmtx] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    height: auto;
    min-height: 1.75rem;
    line-height: 1.5;
    color: #d7d7d7 !important;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    margin-bottom: 0.0625rem;
}

.nav-submenu-link:hover[b-sx32cbwmtx] {
    color: white !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}

.nav-submenu-link.active[b-sx32cbwmtx] {
    background-color: rgba(255,255,255,0.37);
    color: white !important;
    border-radius: 4px;
}

.nav-transactions-submenu[b-sx32cbwmtx] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    margin-left: 0.5rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    border-radius: 4px;
}

.nav-transactions-submenu-open[b-sx32cbwmtx] {
    max-height: 1000px;
    opacity: 1;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sx32cbwmtx] {
        display: none;
    }

    .collapse[b-sx32cbwmtx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-sx32cbwmtx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Modern ERP Dashboard Styles */
.dashboard-container[b-a0i68wvf32] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    background: #f8fafc;
    min-height: 100vh;
}

.dashboard-header[b-a0i68wvf32] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dashboard-title[b-a0i68wvf32] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.5px;
}

.dashboard-subtitle[b-a0i68wvf32] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

.dashboard-date[b-a0i68wvf32] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.9375rem;
    color: #475569;
    font-weight: 500;
}

.date-icon[b-a0i68wvf32] {
    font-size: 1.125rem;
}

/* Statistics Cards */
.stats-grid[b-a0i68wvf32] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-a0i68wvf32] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.2s ease;
    border-left: 4px solid;
}

.stat-card:hover[b-a0i68wvf32] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-card-primary[b-a0i68wvf32] {
    border-left-color: #6366f1;
}

.stat-card-success[b-a0i68wvf32] {
    border-left-color: #10b981;
}

.stat-card-warning[b-a0i68wvf32] {
    border-left-color: #f59e0b;
}

.stat-card-info[b-a0i68wvf32] {
    border-left-color: #3b82f6;
}

.stat-icon[b-a0i68wvf32] {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.stat-content[b-a0i68wvf32] {
    flex: 1;
}

.stat-label[b-a0i68wvf32] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-a0i68wvf32] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.stat-change[b-a0i68wvf32] {
    font-size: 0.8125rem;
    font-weight: 500;
    display: block;
}

.stat-change.positive[b-a0i68wvf32] {
    color: #10b981;
}

.stat-change.negative[b-a0i68wvf32] {
    color: #ef4444;
}

/* Charts Section */
.charts-grid[b-a0i68wvf32] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-a0i68wvf32] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chart-header[b-a0i68wvf32] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.chart-title[b-a0i68wvf32] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.chart-period[b-a0i68wvf32] {
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.chart-period:hover[b-a0i68wvf32] {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.chart-period:focus[b-a0i68wvf32] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.chart-container[b-a0i68wvf32] {
    min-height: 250px;
}

/* Bar Chart */
.bar-chart[b-a0i68wvf32] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 250px;
    gap: 0.75rem;
    padding: 1rem 0;
}

.bar-item[b-a0i68wvf32] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 80px;
}

.bar-label[b-a0i68wvf32] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
    text-align: center;
}

.bar-wrapper[b-a0i68wvf32] {
    width: 100%;
    height: 180px;
    background: #f1f5f9;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.bar[b-a0i68wvf32] {
    width: 100%;
    background: linear-gradient(180deg, #6366f1 0%, #818cf8 100%);
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 20px;
}

.bar:hover[b-a0i68wvf32] {
    opacity: 0.9;
    transform: scaleY(1.05);
}

.bar-success[b-a0i68wvf32] {
    background: linear-gradient(180deg, #10b981 0%, #34d399 100%);
}

.bar-value[b-a0i68wvf32] {
    font-size: 0.75rem;
    color: #475569;
    font-weight: 600;
    text-align: center;
}

/* Bottom Grid */
.bottom-grid[b-a0i68wvf32] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

/* Table Card */
.table-card[b-a0i68wvf32] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-header[b-a0i68wvf32] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.table-title[b-a0i68wvf32] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.view-all-btn[b-a0i68wvf32] {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #6366f1;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-all-btn:hover[b-a0i68wvf32] {
    background: #f8fafc;
    border-color: #6366f1;
}

.table-container[b-a0i68wvf32] {
    overflow-x: auto;
}

.data-table[b-a0i68wvf32] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-a0i68wvf32] {
    background: #f8fafc;
}

.data-table th[b-a0i68wvf32] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0;
}

.data-table td[b-a0i68wvf32] {
    padding: 1rem;
    font-size: 0.9375rem;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}

.data-table tbody tr:hover[b-a0i68wvf32] {
    background: #f8fafc;
}

.data-table tbody tr:last-child td[b-a0i68wvf32] {
    border-bottom: none;
}

.status-badge[b-a0i68wvf32] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-success[b-a0i68wvf32] {
    background: #d1fae5;
    color: #065f46;
}

.status-pending[b-a0i68wvf32] {
    background: #fef3c7;
    color: #92400e;
}

.status-processing[b-a0i68wvf32] {
    background: #dbeafe;
    color: #1e40af;
}

/* Actions Card */
.actions-card[b-a0i68wvf32] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.actions-title[b-a0i68wvf32] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1.5rem 0;
}

.actions-grid[b-a0i68wvf32] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.action-btn[b-a0i68wvf32] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}

.action-btn-primary[b-a0i68wvf32] {
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
}

.action-btn-success[b-a0i68wvf32] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.action-btn-info[b-a0i68wvf32] {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.action-btn-warning[b-a0i68wvf32] {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.action-btn:hover[b-a0i68wvf32] {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.action-icon[b-a0i68wvf32] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.action-text[b-a0i68wvf32] {
    flex: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .charts-grid[b-a0i68wvf32] {
        grid-template-columns: 1fr;
    }

    .bottom-grid[b-a0i68wvf32] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-a0i68wvf32] {
        padding: 1rem;
    }

    .dashboard-title[b-a0i68wvf32] {
        font-size: 1.875rem;
    }

    .stats-grid[b-a0i68wvf32] {
        grid-template-columns: 1fr;
    }

    .chart-card[b-a0i68wvf32] {
        padding: 1.25rem;
    }

    .bar-chart[b-a0i68wvf32] {
        height: 200px;
        gap: 0.5rem;
    }

    .bar-wrapper[b-a0i68wvf32] {
        height: 140px;
    }

    .table-container[b-a0i68wvf32] {
        overflow-x: scroll;
    }

    .data-table[b-a0i68wvf32] {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .dashboard-header[b-a0i68wvf32] {
        flex-direction: column;
    }

    .dashboard-title[b-a0i68wvf32] {
        font-size: 1.5rem;
    }

    .stat-card[b-a0i68wvf32] {
        padding: 1.25rem;
    }

    .stat-value[b-a0i68wvf32] {
        font-size: 1.5rem;
    }

    .chart-header[b-a0i68wvf32] {
        flex-direction: column;
        align-items: flex-start;
    }

    .bar-chart[b-a0i68wvf32] {
        height: 180px;
        gap: 0.375rem;
    }

    .bar-wrapper[b-a0i68wvf32] {
        height: 120px;
    }

    .bar-label[b-a0i68wvf32],
    .bar-value[b-a0i68wvf32] {
        font-size: 0.6875rem;
    }

    .table-card[b-a0i68wvf32],
    .actions-card[b-a0i68wvf32] {
        padding: 1rem;
    }

    .data-table th[b-a0i68wvf32],
    .data-table td[b-a0i68wvf32] {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* /Pages/Home.razor.rz.scp.css */
.home-container[b-ttspwgplyo] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-section[b-ttspwgplyo] {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.welcome-title[b-ttspwgplyo] {
    font-size: 3rem;
    font-weight: 700;
    color: #667eea;
    margin: 0 0 1rem 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.welcome-message[b-ttspwgplyo] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

.getting-started-card[b-ttspwgplyo] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    border: 1px solid #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
}

.card-title[b-ttspwgplyo] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.card-description[b-ttspwgplyo] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .home-container[b-ttspwgplyo] {
        padding: 1rem;
    }

    .welcome-title[b-ttspwgplyo] {
        font-size: 2.25rem;
    }

    .welcome-message[b-ttspwgplyo] {
        font-size: 1rem;
    }

    .getting-started-card[b-ttspwgplyo] {
        padding: 1.5rem;
    }

    .card-title[b-ttspwgplyo] {
        font-size: 1.25rem;
    }

    .card-description[b-ttspwgplyo] {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .welcome-title[b-ttspwgplyo] {
        font-size: 1.875rem;
    }

    .welcome-message[b-ttspwgplyo] {
        font-size: 0.9375rem;
    }

    .getting-started-card[b-ttspwgplyo] {
        padding: 1.25rem;
    }
}

/* /Pages/Login.razor.rz.scp.css */
/* Modern ERP Login Page Styles */
.login-container[b-e5zcflymo2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 25%, #818cf8 50%, #a78bfa 75%, #c084fc 100%);
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

/* Animated background elements */
.login-container[b-e5zcflymo2]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
    animation: backgroundMove-b-e5zcflymo2 20s ease-in-out infinite;
}

@keyframes backgroundMove-b-e5zcflymo2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-5%, -5%) rotate(5deg);
    }
}

/* Floating particles effect */
.login-container[b-e5zcflymo2]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.3), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.2), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 80% 10%, rgba(255, 255, 255, 0.3), transparent);
    background-size: 200% 200%;
    animation: particleMove-b-e5zcflymo2 15s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleMove-b-e5zcflymo2 {
    0%, 100% {
        background-position: 0% 0%, 100% 100%, 50% 50%, 80% 10%;
    }
    50% {
        background-position: 100% 100%, 0% 0%, 50% 50%, 20% 90%;
    }
}

.login-card[b-e5zcflymo2] {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 460px;
    position: relative;
    z-index: 1;
    animation: slideUp-b-e5zcflymo2 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}

@keyframes slideUp-b-e5zcflymo2 {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Indigo Blue Header Section */
.login-header-section[b-e5zcflymo2] {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 40%, #818cf8 100%);
    padding: 2.5rem 2.5rem 2rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.login-header-section[b-e5zcflymo2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.login-logo-container[b-e5zcflymo2] {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.login-logo[b-e5zcflymo2] {
    max-width: 160px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.login-logo:hover[b-e5zcflymo2] {
    transform: scale(1.05);
}

.login-title[b-e5zcflymo2] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0 0.5rem 0;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.login-subtitle[b-e5zcflymo2] {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 1;
}

/* White Form Section */
.login-form-section[b-e5zcflymo2] {
    background: #ffffff;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    flex: 1;
}

.login-form[b-e5zcflymo2] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-group[b-e5zcflymo2] {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    margin-bottom: 1.75rem;
}

.form-group:last-of-type[b-e5zcflymo2] {
    margin-bottom: 0;
}

.form-label[b-e5zcflymo2] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
}

.form-control[b-e5zcflymo2] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #1a202c;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    font-weight: 400;
    display: block;
    height: auto;
    line-height: 1.5;
    margin: 0;
}

/* Ensure all input types have consistent styling */
input.form-control[b-e5zcflymo2],
textarea.form-control[b-e5zcflymo2],
select.form-control[b-e5zcflymo2] {
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.9375rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1e293b;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    font-weight: 400;
    display: block;
    height: auto;
    line-height: 1.5;
    margin: 0;
}

input.form-control:hover[b-e5zcflymo2],
textarea.form-control:hover[b-e5zcflymo2],
select.form-control:hover[b-e5zcflymo2] {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

input.form-control:focus[b-e5zcflymo2],
textarea.form-control:focus[b-e5zcflymo2],
select.form-control:focus[b-e5zcflymo2] {
    outline: none;
    border-color: #6366f1;
    background-color: #ffffff;
    box-shadow: 
        0 0 0 3px rgba(99, 102, 241, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-control:hover[b-e5zcflymo2] {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.form-control:focus[b-e5zcflymo2] {
    outline: none;
    border-color: #6366f1;
    background-color: #ffffff;
    box-shadow: 
        0 0 0 3px rgba(99, 102, 241, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-control[b-e5zcflymo2]::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.validation-message[b-e5zcflymo2] {
    font-size: 0.8125rem;
    color: #ef4444;
    margin-top: 0.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.validation-message[b-e5zcflymo2]::before {
    content: '⚠';
    font-size: 0.875rem;
}

.alert[b-e5zcflymo2] {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 0.875rem;
    animation: fadeInSlide-b-e5zcflymo2 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 500;
    border: 1px solid;
}

@keyframes fadeInSlide-b-e5zcflymo2 {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.alert-error[b-e5zcflymo2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border-color: #f87171;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.alert-icon[b-e5zcflymo2] {
    font-size: 1.375rem;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.btn-login[b-e5zcflymo2] {
    width: 100%;
    padding: 0.9375rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 1rem;
    box-shadow: 
        0 4px 14px rgba(99, 102, 241, 0.35),
        0 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.btn-login[b-e5zcflymo2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-login:hover:not(:disabled)[b-e5zcflymo2]::before {
    left: 100%;
}

.btn-login:hover:not(:disabled)[b-e5zcflymo2] {
    transform: translateY(-1px);
    box-shadow: 
        0 6px 20px rgba(99, 102, 241, 0.45),
        0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
}

.btn-login:active:not(:disabled)[b-e5zcflymo2] {
    transform: translateY(0);
    box-shadow: 
        0 2px 8px rgba(99, 102, 241, 0.35),
        0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-login:disabled[b-e5zcflymo2] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.spinner[b-e5zcflymo2] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-e5zcflymo2 0.8s linear infinite;
}

@keyframes spin-b-e5zcflymo2 {
    to {
        transform: rotate(360deg);
    }
}

.loading-container[b-e5zcflymo2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    gap: 1.25rem;
}

.loading-container .spinner[b-e5zcflymo2] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-e5zcflymo2 0.8s linear infinite;
}

.loading-container p[b-e5zcflymo2] {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-container[b-e5zcflymo2] {
        padding: 0.75rem;
        align-items: flex-start;
        padding-top: 2rem;
    }

    .login-card[b-e5zcflymo2] {
        border-radius: 16px;
        max-width: 100%;
        margin: 0 auto;
    }

    .login-header-section[b-e5zcflymo2] {
        padding: 2rem 1.75rem 1.75rem 1.75rem;
    }

    .login-form-section[b-e5zcflymo2] {
        padding: 2rem 1.75rem 2rem 1.75rem;
    }

    .login-title[b-e5zcflymo2] {
        font-size: 1.75rem;
        margin: 0.75rem 0 0.5rem 0;
    }

    .login-logo[b-e5zcflymo2] {
        max-width: 120px;
    }

    .login-subtitle[b-e5zcflymo2] {
        font-size: 0.875rem;
    }

    .form-group[b-e5zcflymo2] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .login-container[b-e5zcflymo2] {
        padding: 0.5rem;
        padding-top: 1.5rem;
    }

    .login-card[b-e5zcflymo2] {
        border-radius: 16px;
    }

    .login-header-section[b-e5zcflymo2] {
        padding: 1.75rem 1.5rem 1.5rem 1.5rem;
    }

    .login-form-section[b-e5zcflymo2] {
        padding: 1.75rem 1.5rem 1.75rem 1.5rem;
    }

    .login-title[b-e5zcflymo2] {
        font-size: 1.5rem;
        margin: 0.5rem 0 0.375rem 0;
    }

    .login-logo[b-e5zcflymo2] {
        max-width: 100px;
    }

    .login-subtitle[b-e5zcflymo2] {
        font-size: 0.8125rem;
    }

    .form-label[b-e5zcflymo2] {
        font-size: 0.75rem;
        margin-bottom: 0.4375rem;
    }

    .form-control[b-e5zcflymo2] {
        padding: 0.8125rem 1rem;
        font-size: 0.9375rem;
    }

    .form-group[b-e5zcflymo2] {
        margin-bottom: 1.25rem;
    }

    .btn-login[b-e5zcflymo2] {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
        margin-top: 0.75rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .login-card[b-e5zcflymo2] {
        max-width: 420px;
    }
}

@media (min-width: 1025px) {
    .login-card[b-e5zcflymo2] {
        max-width: 460px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .login-form-section[b-e5zcflymo2] {
        background: #1e293b;
    }

    .form-label[b-e5zcflymo2] {
        color: #e2e8f0;
    }

    .form-control[b-e5zcflymo2] {
        background-color: #334155;
        border-color: #475569;
        color: #f1f5f9;
    }

    .form-control:hover[b-e5zcflymo2] {
        background-color: #475569;
        border-color: #64748b;
    }

    .form-control:focus[b-e5zcflymo2] {
        background-color: #334155;
        border-color: #667eea;
    }

    .form-control[b-e5zcflymo2]::placeholder {
        color: #94a3b8;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
/* Settings Page Styles */
.settings-container[b-2o48tz7ei1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.settings-header[b-2o48tz7ei1] {
    margin-bottom: 2.5rem;
}

.settings-title[b-2o48tz7ei1] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 0.5rem 0;
    letter-spacing: -1px;
}

.settings-subtitle[b-2o48tz7ei1] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

.settings-content[b-2o48tz7ei1] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.settings-section[b-2o48tz7ei1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.settings-section-header[b-2o48tz7ei1] {
    margin-bottom: 0.5rem;
}

.section-title[b-2o48tz7ei1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
    letter-spacing: -0.5px;
}

.section-description[b-2o48tz7ei1] {
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0;
}

.settings-card[b-2o48tz7ei1] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.settings-card:hover[b-2o48tz7ei1] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-group[b-2o48tz7ei1] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5rem;
}

.form-group:last-of-type[b-2o48tz7ei1] {
    margin-bottom: 0;
}

.form-label[b-2o48tz7ei1] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.625rem 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
}

.form-control[b-2o48tz7ei1] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #1a202c;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    font-weight: 400;
    display: block;
    height: auto;
    line-height: 1.5;
    margin: 0;
}

.form-control:hover[b-2o48tz7ei1] {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.form-control:focus[b-2o48tz7ei1] {
    outline: none;
    border-color: #667eea;
    background-color: #ffffff;
    box-shadow: 
        0 0 0 4px rgba(102, 126, 234, 0.1),
        0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-1px);
}

.form-control[b-2o48tz7ei1]::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.form-actions[b-2o48tz7ei1] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.btn-primary[b-2o48tz7ei1] {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    letter-spacing: 0.3px;
}

.btn-primary:hover[b-2o48tz7ei1] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.btn-primary:active[b-2o48tz7ei1] {
    transform: translateY(0);
}

.btn-secondary[b-2o48tz7ei1] {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.3px;
}

.btn-secondary:hover[b-2o48tz7ei1] {
    background: #e2e8f0;
    border-color: #cbd5e1;
    color: #475569;
}

.btn-secondary:active[b-2o48tz7ei1] {
    transform: translateY(0);
}

/* Preference Items */
.preference-item[b-2o48tz7ei1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.preference-item:last-child[b-2o48tz7ei1] {
    border-bottom: none;
}

.preference-info[b-2o48tz7ei1] {
    flex: 1;
    margin-right: 1.5rem;
}

.preference-title[b-2o48tz7ei1] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.preference-description[b-2o48tz7ei1] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Toggle Switch */
.toggle-switch[b-2o48tz7ei1] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
}

.toggle-switch input[b-2o48tz7ei1] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-2o48tz7ei1] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: 0.3s;
    border-radius: 28px;
}

.toggle-slider[b-2o48tz7ei1]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider[b-2o48tz7ei1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.toggle-switch input:checked + .toggle-slider[b-2o48tz7ei1]:before {
    transform: translateX(24px);
}

.toggle-switch input:focus + .toggle-slider[b-2o48tz7ei1] {
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .settings-container[b-2o48tz7ei1] {
        padding: 1.5rem;
    }

    .settings-title[b-2o48tz7ei1] {
        font-size: 2rem;
    }

    .settings-subtitle[b-2o48tz7ei1] {
        font-size: 1rem;
    }

    .settings-card[b-2o48tz7ei1] {
        padding: 1.5rem;
    }

    .section-title[b-2o48tz7ei1] {
        font-size: 1.25rem;
    }

    .form-actions[b-2o48tz7ei1] {
        flex-direction: column;
    }

    .btn-primary[b-2o48tz7ei1],
    .btn-secondary[b-2o48tz7ei1] {
        width: 100%;
    }

    .preference-item[b-2o48tz7ei1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .preference-info[b-2o48tz7ei1] {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .settings-container[b-2o48tz7ei1] {
        padding: 1rem;
    }

    .settings-title[b-2o48tz7ei1] {
        font-size: 1.75rem;
    }

    .settings-card[b-2o48tz7ei1] {
        padding: 1.25rem;
    }
}

/* /Pages/TransactionsListOfUser.razor.rz.scp.css */
/* Modern Transactions List Page Styles */
.transactions-list-container[b-8lrziso6nu] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: #f8fafc;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Page Header */
.page-header[b-8lrziso6nu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-content[b-8lrziso6nu] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
}

.back-button[b-8lrziso6nu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.back-button:hover[b-8lrziso6nu] {
    background: #f8fafc;
    border-color: #6366f1;
    color: #6366f1;
    transform: translateX(-2px);
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.2);
}

.back-icon[b-8lrziso6nu] {
    font-size: 1rem;
    font-weight: 700;
}

.header-text[b-8lrziso6nu] {
    flex: 1;
    min-width: 0;
}

.page-title[b-8lrziso6nu] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.3;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-actions[b-8lrziso6nu] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-action[b-8lrziso6nu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.btn-icon[b-8lrziso6nu] {
    font-size: 1.125rem;
}

.btn-print[b-8lrziso6nu] {
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #e2e8f0;
}

.btn-print:hover[b-8lrziso6nu] {
    background: #f8fafc;
    border-color: #6366f1;
    color: #6366f1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
}

.btn-primary[b-8lrziso6nu] {
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
    color: #ffffff;
}

.btn-primary:hover[b-8lrziso6nu] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
}

.btn-primary:active[b-8lrziso6nu] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* Grid Container */
.transactions-grid-container[b-8lrziso6nu] {
    margin-top: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.grid-card[b-8lrziso6nu] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

.grid-header[b-8lrziso6nu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 2px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.grid-title[b-8lrziso6nu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.3px;
}

.grid-filters[b-8lrziso6nu] {
    display: flex;
    gap: 0.75rem;
}

.filter-select[b-8lrziso6nu] {
    padding: 0.625rem 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 120px;
}

.filter-select:hover[b-8lrziso6nu] {
    border-color: #6366f1;
    background: #f8fafc;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.1);
}

.filter-select:focus[b-8lrziso6nu] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    background: #ffffff;
}

/* Table Styles */
.table-wrapper[b-8lrziso6nu] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.transactions-table[b-8lrziso6nu] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
    min-width: 600px;
}

@media (min-width: 769px) {
    .table-wrapper[b-8lrziso6nu] {
        overflow-x: visible;
        width: 100%;
    }
    
    .transactions-table[b-8lrziso6nu] {
        min-width: auto;
        table-layout: fixed;
        width: 100%;
    }
    
    .transactions-table th:nth-child(1)[b-8lrziso6nu],
    .transactions-table td:nth-child(1)[b-8lrziso6nu] {
        width: 25%;
    }
    
    .transactions-table th:nth-child(2)[b-8lrziso6nu],
    .transactions-table td:nth-child(2)[b-8lrziso6nu] {
        width: 15%;
    }
    
    .transactions-table th:nth-child(3)[b-8lrziso6nu],
    .transactions-table td:nth-child(3)[b-8lrziso6nu] {
        width: 25%;
    }
    
    .transactions-table th:nth-child(4)[b-8lrziso6nu],
    .transactions-table td:nth-child(4)[b-8lrziso6nu] {
        width: 35%;
    }
}

.transactions-table thead[b-8lrziso6nu] {
    background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
}

.transactions-table th[b-8lrziso6nu] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transactions-table td[b-8lrziso6nu] {
    padding: 1.25rem 1.5rem;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 769px) {
    .transactions-table th[b-8lrziso6nu],
    .transactions-table td[b-8lrziso6nu] {
        white-space: normal;
        overflow: visible;
    }
}

.transactions-table tbody tr[b-8lrziso6nu] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.transactions-table tbody tr:hover[b-8lrziso6nu] {
    background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.transactions-table tbody tr:last-child td[b-8lrziso6nu] {
    border-bottom: none;
}

.month-name[b-8lrziso6nu] {
    font-weight: 600;
    color: #1e293b;
}

.transaction-count[b-8lrziso6nu] {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #4338ca;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 1px 3px rgba(67, 56, 202, 0.2);
}

.transaction-value[b-8lrziso6nu] {
    font-weight: 600;
    color: #059669;
    font-size: 0.9375rem;
}

.cumulative-total[b-8lrziso6nu] {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
}

/* Summary Row */
.summary-row[b-8lrziso6nu] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    font-weight: 600;
}

.summary-label[b-8lrziso6nu] {
    font-size: 0.9375rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.summary-value[b-8lrziso6nu] {
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 700;
}

/* Empty State */
.empty-state[b-8lrziso6nu] {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-message[b-8lrziso6nu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.empty-icon[b-8lrziso6nu] {
    font-size: 3rem;
    opacity: 0.5;
}

.empty-message p[b-8lrziso6nu] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Loading State */
.loading-state[b-8lrziso6nu] {
    padding: 4rem 2rem;
    text-align: center;
}

.loading-message[b-8lrziso6nu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-spinner[b-8lrziso6nu] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #6366f1;
    border-radius: 50%;
    animation: spin-b-8lrziso6nu 0.8s linear infinite;
}

@keyframes spin-b-8lrziso6nu {
    to {
        transform: rotate(360deg);
    }
}

.loading-message p[b-8lrziso6nu] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Error State */
.error-state[b-8lrziso6nu] {
    padding: 4rem 2rem;
    text-align: center;
}

.error-message[b-8lrziso6nu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.error-icon[b-8lrziso6nu] {
    font-size: 3rem;
}

.error-message p[b-8lrziso6nu] {
    font-size: 1rem;
    color: #ef4444;
    margin: 0;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .transactions-list-container[b-8lrziso6nu] {
        padding: 1.5rem;
    }

    .page-title[b-8lrziso6nu] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .transactions-list-container[b-8lrziso6nu] {
        padding: 1rem;
    }

    .page-header[b-8lrziso6nu] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-content[b-8lrziso6nu] {
        flex-direction: column;
        gap: 1rem;
    }

    .back-button[b-8lrziso6nu] {
        align-self: flex-start;
    }

    .header-actions[b-8lrziso6nu] {
        width: 100%;
        flex-direction: column;
    }

    .btn-action[b-8lrziso6nu] {
        width: 100%;
        justify-content: center;
    }

    .page-title[b-8lrziso6nu] {
        font-size: 1.5rem;
    }

    .grid-header[b-8lrziso6nu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-filters[b-8lrziso6nu] {
        width: 100%;
    }

    .filter-select[b-8lrziso6nu] {
        width: 100%;
    }

    .transactions-table[b-8lrziso6nu] {
        font-size: 0.875rem;
    }

    .transactions-table th[b-8lrziso6nu],
    .transactions-table td[b-8lrziso6nu] {
        padding: 0.875rem 1rem;
    }

    .transaction-count[b-8lrziso6nu] {
        font-size: 0.8125rem;
        padding: 0.25rem 0.5rem;
    }

    .transaction-value[b-8lrziso6nu],
    .cumulative-total[b-8lrziso6nu] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .transactions-list-container[b-8lrziso6nu] {
        padding: 0.75rem;
    }

    .page-title[b-8lrziso6nu] {
        font-size: 1.25rem;
    }

    .page-subtitle[b-8lrziso6nu] {
        font-size: 0.875rem;
    }

    .back-button[b-8lrziso6nu] {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }

    .btn-action[b-8lrziso6nu] {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .grid-card[b-8lrziso6nu] {
        border-radius: 8px;
    }

    .grid-header[b-8lrziso6nu] {
        padding: 1rem;
    }

    .grid-title[b-8lrziso6nu] {
        font-size: 1.125rem;
    }

    .transactions-table[b-8lrziso6nu] {
        font-size: 0.8125rem;
    }

    .transactions-table th[b-8lrziso6nu],
    .transactions-table td[b-8lrziso6nu] {
        padding: 0.75rem 0.75rem;
    }

    .transactions-table th[b-8lrziso6nu] {
        font-size: 0.75rem;
    }

    .month-name[b-8lrziso6nu] {
        font-size: 0.8125rem;
    }

    .transaction-count[b-8lrziso6nu] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .transaction-value[b-8lrziso6nu] {
        font-size: 0.8125rem;
    }

    .cumulative-total[b-8lrziso6nu] {
        font-size: 0.875rem;
    }

    .summary-value[b-8lrziso6nu] {
        font-size: 1rem;
    }

    .empty-state[b-8lrziso6nu] {
        padding: 3rem 1rem;
    }

    .empty-icon[b-8lrziso6nu] {
        font-size: 2.5rem;
    }
}

/* Print Styles */
@media print {
    /* Hide sidebar and main layout elements */
    .sidebar[b-8lrziso6nu],
    .top-row[b-8lrziso6nu],
    .navbar[b-8lrziso6nu],
    .nav-scrollable[b-8lrziso6nu],
    .header-left[b-8lrziso6nu],
    .header-right[b-8lrziso6nu],
    .time-clock[b-8lrziso6nu] {
        display: none !important;
    }

    /* Reset page layout for print */
    *[b-8lrziso6nu] {
        box-sizing: border-box;
    }

    body[b-8lrziso6nu] {
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    .page[b-8lrziso6nu] {
        display: block !important;
        flex-direction: column !important;
    }

    main[b-8lrziso6nu] {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        overflow: visible !important;
    }

    article[b-8lrziso6nu] {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .transactions-list-container[b-8lrziso6nu] {
        background: #ffffff;
        padding: 1rem;
        margin: 0;
        max-width: 100%;
        box-shadow: none;
        width: 100%;
    }

    /* Hide header and buttons */
    .page-header[b-8lrziso6nu] {
        display: none !important;
    }

    .header-actions[b-8lrziso6nu] {
        display: none !important;
    }

    .back-button[b-8lrziso6nu] {
        display: none !important;
    }

    .header-content[b-8lrziso6nu] {
        display: none !important;
    }

    /* Show only the grid card */
    .transactions-grid-container[b-8lrziso6nu] {
        margin: 0;
    }

    .grid-card[b-8lrziso6nu] {
        box-shadow: none;
        border: none;
        page-break-inside: avoid;
    }

    .grid-header[b-8lrziso6nu] {
        border-bottom: 2px solid #000;
        padding: 0.75rem;
        background: #ffffff !important;
    }

    .grid-title[b-8lrziso6nu] {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: #000 !important;
    }

    .grid-filters[b-8lrziso6nu] {
        display: none;
    }

    /* Table styles for print */
    .table-wrapper[b-8lrziso6nu] {
        overflow: visible;
        width: 100%;
    }

    .transactions-table[b-8lrziso6nu] {
        width: 100%;
        border: 2px solid #000;
        border-collapse: collapse;
    }

    .transactions-table thead[b-8lrziso6nu] {
        background: #e2e8f0 !important;
    }

    .transactions-table th[b-8lrziso6nu] {
        background: #e2e8f0 !important;
        color: #000 !important;
        border: 1px solid #000;
        padding: 0.5rem;
        font-weight: 700;
    }

    .transactions-table td[b-8lrziso6nu] {
        border: 1px solid #000;
        padding: 0.5rem;
    }

    .transactions-table tbody tr[b-8lrziso6nu] {
        page-break-inside: avoid;
    }

    .transactions-table tbody tr:hover[b-8lrziso6nu] {
        background: transparent !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .summary-row[b-8lrziso6nu] {
        background: #e2e8f0 !important;
    }

    .summary-label[b-8lrziso6nu],
    .summary-value[b-8lrziso6nu] {
        color: #000 !important;
    }

    .transaction-count[b-8lrziso6nu] {
        background: #e2e8f0 !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    /* Hide empty states and loading states */
    .empty-state[b-8lrziso6nu],
    .loading-state[b-8lrziso6nu],
    .error-state[b-8lrziso6nu] {
        display: none !important;
    }

    /* Page break settings */
    @page {
        margin: 1cm;
        size: A4 landscape;
    }
}

