/* _content/MNW/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4rdkqnrwqo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4rdkqnrwqo] {
    flex: 1;
}

.sidebar[b-4rdkqnrwqo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4rdkqnrwqo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4rdkqnrwqo]  a, .top-row[b-4rdkqnrwqo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4rdkqnrwqo]  a:hover, .top-row[b-4rdkqnrwqo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4rdkqnrwqo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4rdkqnrwqo] {
        justify-content: space-between;
    }

    .top-row[b-4rdkqnrwqo]  a, .top-row[b-4rdkqnrwqo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4rdkqnrwqo] {
        flex-direction: row;
    }

    .sidebar[b-4rdkqnrwqo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4rdkqnrwqo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4rdkqnrwqo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4rdkqnrwqo], article[b-4rdkqnrwqo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4rdkqnrwqo] {
    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-4rdkqnrwqo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MNW/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-daxe1epllo] {
    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-daxe1epllo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-daxe1epllo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-daxe1epllo] {
    font-size: 1.1rem;
}

.bi[b-daxe1epllo] {
    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-daxe1epllo] {
    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-daxe1epllo] {
    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-daxe1epllo] {
    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-bar-chart-fill-nav-menu[b-daxe1epllo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

.bi-shop-nav-menu[b-daxe1epllo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shop' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5M4 15h3v-5H4zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm3 0h-2v3h2z'/%3E%3C/svg%3E");
}

.bi-pu-nav-menu[b-daxe1epllo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-wrench' viewBox='0 0 16 16'%3E%3Cpath d='M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.219a2.06 2.06 0 0 0 2.633.226l1.89 1.877a1.5 1.5 0 0 0 2.15-2.15l-1.877-1.89a2.06 2.06 0 0 0-.226-2.633L8.497 3.786a3.004 3.004 0 0 0-3.674-3.678L3.897 1.15a1.5 1.5 0 0 0-.783.397L1.244 3.417a1.5 1.5 0 0 0-.397.783L.102 2.223zm10.978 7.978a1.002 1.002 0 0 1 1.417 0l.004.004a1 1 0 0 1 0 1.417l-.004-.004a1 1 0 0 1-1.417 0l-.004-.004a1 1 0 0 1 0-1.417l.004.004z'/%3E%3C/svg%3E");
}

.bi-it-nav-menu[b-daxe1epllo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pc-display-horizontal' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 0A1.5 1.5 0 0 0 0 1.5v7A1.5 1.5 0 0 0 1.5 10H6v2H1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5v-2h4.5A1.5 1.5 0 0 0 16 8.5v-7A1.5 1.5 0 0 0 14.5 0h-13Zm0 1h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5ZM12 12.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Zm2 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM1.5 12h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1ZM1 14.25a.25.25 0 0 1 .25-.25h5.5a.25.25 0 1 1 0 .5h-5.5a.25.25 0 0 1-.25-.25Z'/%3E%3C/svg%3E");
}

.bi-production-nav-menu[b-daxe1epllo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-buildings' viewBox='0 0 16 16'%3E%3Cpath d='M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022M6 8.694 1 10.36V15h5zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5z'/%3E%3Cpath d='M2 11h1v1H2zm2 0h1v1H4zm-2 2h1v1H2zm2 0h1v1H4zm4-4h1v1H8zm2 0h1v1h-1zm-2 2h1v1H8zm2 0h1v1h-1zm2-2h1v1h-1zm0 2h1v1h-1zM8 7h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zM8 5h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zm0-2h1v1h-1z'/%3E%3C/svg%3E");
}

.nav-item[b-daxe1epllo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-daxe1epllo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-daxe1epllo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-daxe1epllo]  .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-daxe1epllo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-daxe1epllo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-daxe1epllo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-daxe1epllo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-daxe1epllo] {
        display: none;
    }

    .nav-scrollable[b-daxe1epllo] {
        /* 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/MNW/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section styling */
.hero-container[b-yeo1zqj77s] {
    position: relative;
    min-height: 450px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: #0f172a;
}

.hero-bg[b-yeo1zqj77s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.theintertoolgroup.com/wp-content/uploads/2016/11/IMG_013700321-9.png');
    background-size: cover;
    background-position: center;
    filter: brightness(0.45) contrast(1.1);
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-container:hover .hero-bg[b-yeo1zqj77s] {
    transform: scale(1.05);
}

.hero-overlay[b-yeo1zqj77s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.3) 100%);
    z-index: 1;
}

.hero-content[b-yeo1zqj77s] {
    position: relative;
    z-index: 2;
    padding: 4rem;
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
}

.hero-brand[b-yeo1zqj77s] {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-title[b-yeo1zqj77s] {
    font-size: 3.75rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.hero-subtitle[b-yeo1zqj77s] {
    font-size: 1.35rem;
    color: #cbd5e1;
    font-weight: 400;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.logout-btn[b-yeo1zqj77s] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
    padding: 0.6rem 1.4rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logout-btn:hover[b-yeo1zqj77s] {
    background: #ef4444;
    border-color: #ef4444;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

/* About Section */
.about-card[b-yeo1zqj77s] {
    background: white;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    border: 1px solid #f1f5f9;
    margin-bottom: 3.5rem;
    position: relative;
    overflow: hidden;
}

.about-card[b-yeo1zqj77s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #3b82f6, #06b6d4);
}

.about-text[b-yeo1zqj77s] {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #475569;
    text-align: justify;
    text-justify: inter-word;
    margin: 0;
}

/* Section Header */
.section-header[b-yeo1zqj77s] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title[b-yeo1zqj77s] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.section-subtitle[b-yeo1zqj77s] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 400;
}

.title-line[b-yeo1zqj77s] {
    width: 50px;
    height: 4px;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    margin: 1.25rem auto 0;
    border-radius: 2px;
}

/* Asymmetric Bento Grid Layout for Products */
.product-bento[b-yeo1zqj77s] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.75rem;
}

.bento-item[b-yeo1zqj77s] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    height: 350px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

/* Bento configuration: columns spanning */
.item-large[b-yeo1zqj77s] {
    grid-column: span 7;
}

.item-medium[b-yeo1zqj77s] {
    grid-column: span 5;
}

.item-small-1[b-yeo1zqj77s] {
    grid-column: span 5;
}

.item-small-2[b-yeo1zqj77s] {
    grid-column: span 7;
}

.bento-img[b-yeo1zqj77s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-overlay[b-yeo1zqj77s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 50%, rgba(15, 23, 42, 0.05) 100%);
    z-index: 2;
    opacity: 0.9;
    transition: opacity 0.4s ease;
}

.bento-content[b-yeo1zqj77s] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 3;
    color: white;
    transform: translateY(15px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-tag[b-yeo1zqj77s] {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #93c5fd;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 0.75rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bento-title[b-yeo1zqj77s] {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #ffffff;
}

.bento-desc[b-yeo1zqj77s] {
    font-size: 0.95rem;
    color: #cbd5e1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Hover effects */
.bento-item:hover[b-yeo1zqj77s] {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(15, 23, 42, 0.15);
    border-color: rgba(59, 130, 246, 0.35);
}

.bento-item:hover .bento-img[b-yeo1zqj77s] {
    transform: scale(1.06);
}

.bento-item:hover .bento-overlay[b-yeo1zqj77s] {
    opacity: 0.95;
}

.bento-item:hover .bento-content[b-yeo1zqj77s] {
    transform: translateY(0);
}

.bento-item:hover .bento-desc[b-yeo1zqj77s] {
    opacity: 1;
    max-height: 80px;
    margin-top: 0.5rem;
}

/* Responsive configuration */
@media (max-width: 992px) {
    .item-large[b-yeo1zqj77s], .item-medium[b-yeo1zqj77s], .item-small-1[b-yeo1zqj77s], .item-small-2[b-yeo1zqj77s] {
        grid-column: span 12;
        height: 300px;
    }
    .hero-title[b-yeo1zqj77s] {
        font-size: 3rem;
    }
    .hero-content[b-yeo1zqj77s] {
        padding: 3rem;
    }
    .about-card[b-yeo1zqj77s] {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title[b-yeo1zqj77s] {
        font-size: 2.25rem;
    }
    .hero-subtitle[b-yeo1zqj77s] {
        font-size: 1.1rem;
    }
    .hero-content[b-yeo1zqj77s] {
        padding: 2rem 1.5rem;
    }
    .about-card[b-yeo1zqj77s] {
        padding: 1.5rem;
    }
}
/* _content/MNW/Components/Pages/It.razor.rz.scp.css */
.it-container[b-wma2fq10v7] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-wma2fq10v7 0.5s ease;
}

.header-section[b-wma2fq10v7] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-wma2fq10v7] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle[b-wma2fq10v7] {
    color: #64748b;
    font-size: 1.1rem;
}

.dashboard-grid[b-wma2fq10v7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dashboard-card[b-wma2fq10v7] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-wma2fq10v7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dashboard-card:hover:not(.disabled)[b-wma2fq10v7] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.dashboard-card:hover:not(.disabled)[b-wma2fq10v7]::before {
    transform: scaleX(1);
}

.card-icon[b-wma2fq10v7] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 16px;
    background: #f1f5f9;
}

.asset-icon[b-wma2fq10v7] {
    background: #ecfeff;
    color: #06b6d4;
}

.future-icon[b-wma2fq10v7] {
    background: #f1f5f9;
    color: #94a3b8;
}

.card-content h3[b-wma2fq10v7] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-content p[b-wma2fq10v7] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-action[b-wma2fq10v7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #06b6d4;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.card-action i[b-wma2fq10v7] {
    transition: transform 0.3s ease;
}

.dashboard-card:hover:not(.disabled) .card-action i[b-wma2fq10v7] {
    transform: translateX(5px);
}

.dashboard-card.disabled[b-wma2fq10v7] {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.dashboard-card.disabled .card-action[b-wma2fq10v7] {
    color: #94a3b8;
}

@keyframes fadeIn-b-wma2fq10v7 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/MNW/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-n2yfwi3w15] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.background-decorations[b-n2yfwi3w15] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.shape[b-n2yfwi3w15] {
    position: absolute;
    filter: blur(80px);
    opacity: 0.6;
    border-radius: 50%;
    animation: float-b-n2yfwi3w15 20s infinite ease-in-out;
}

.shape-1[b-n2yfwi3w15] {
    top: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: #3b82f6;
    animation-delay: 0s;
}

.shape-2[b-n2yfwi3w15] {
    bottom: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: #8b5cf6;
    animation-delay: -5s;
}

.shape-3[b-n2yfwi3w15] {
    top: 40%;
    left: 40%;
    width: 300px;
    height: 300px;
    background: #06b6d4;
    animation-delay: -10s;
}

@keyframes float-b-n2yfwi3w15 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

.login-box[b-n2yfwi3w15] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    color: white;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-box:hover[b-n2yfwi3w15] {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.6);
}

.login-header[b-n2yfwi3w15] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.title[b-n2yfwi3w15] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    background: linear-gradient(to right, #60a5fa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.5px;
}

.subtitle[b-n2yfwi3w15] {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.input-group[b-n2yfwi3w15] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.input-group label[b-n2yfwi3w15] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.input-wrapper[b-n2yfwi3w15] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-n2yfwi3w15] {
    position: absolute;
    left: 1rem;
    color: #94a3b8;
    font-size: 1.2rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.input-wrapper input[b-n2yfwi3w15] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
}

.input-wrapper input:focus[b-n2yfwi3w15] {
    background: rgba(15, 23, 42, 0.6);
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}

.input-wrapper input:focus + .input-icon[b-n2yfwi3w15],
.input-wrapper input:not(:placeholder-shown) + .input-icon[b-n2yfwi3w15] {
    color: #60a5fa;
}

.input-wrapper input[b-n2yfwi3w15]::placeholder {
    color: #64748b;
}

.btn-login[b-n2yfwi3w15] {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-login:hover[b-n2yfwi3w15] {
    background: linear-gradient(to right, #2563eb, #7c3aed);
    transform: scale(1.02);
    box-shadow: 0 10px 20px -5px rgba(124, 58, 237, 0.4);
}

.btn-login:active[b-n2yfwi3w15] {
    transform: scale(0.98);
}

.btn-icon[b-n2yfwi3w15] {
    transition: transform 0.3s ease;
}

.btn-login:hover .btn-icon[b-n2yfwi3w15] {
    transform: translateX(4px);
}

.alert-message[b-n2yfwi3w15] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: fadeIn-b-n2yfwi3w15 0.3s ease;
}

@keyframes fadeIn-b-n2yfwi3w15 {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Make it responsive */
@media (max-width: 640px) {
    .login-box[b-n2yfwi3w15] {
        margin: 1rem;
        padding: 2rem;
        width: calc(100% - 2rem);
    }
}
/* _content/MNW/Components/Pages/MachinetrainingView.razor.rz.scp.css */
.training-container[b-3dzoqmglnf] {
    padding: 1.5rem;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-3dzoqmglnf 0.4s ease;
    background: #f8fafc;
    min-height: calc(100vh - 60px);
}

.header-section[b-3dzoqmglnf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-title[b-3dzoqmglnf] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.btn-back[b-3dzoqmglnf] {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-back:hover[b-3dzoqmglnf] {
    background: #f1f5f9;
    color: #0f172a;
}

.filter-card[b-3dzoqmglnf] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    border: 1px solid #f1f5f9;
}

.filter-grid[b-3dzoqmglnf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.input-group[b-3dzoqmglnf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-group label[b-3dzoqmglnf] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.input-group input[b-3dzoqmglnf], .input-group select[b-3dzoqmglnf] {
    padding: 0.65rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-size: 0.95rem;
    background: white;
}

.input-group input:focus[b-3dzoqmglnf], .input-group select:focus[b-3dzoqmglnf] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.action-group[b-3dzoqmglnf] {
    display: flex;
    gap: 0.75rem;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.btn-primary[b-3dzoqmglnf], .btn-success[b-3dzoqmglnf] {
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-3dzoqmglnf] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-3dzoqmglnf] {
    background: #2563eb;
}

.btn-success[b-3dzoqmglnf] {
    background: #10b981;
    color: white;
}

.btn-success:hover[b-3dzoqmglnf] {
    background: #059669;
}

.table-card[b-3dzoqmglnf] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-responsive[b-3dzoqmglnf] {
    overflow-x: auto;
    max-height: 600px;
}

.modern-table[b-3dzoqmglnf] {
    width: 100%;
    border-collapse: collapse;
}

.modern-table th[b-3dzoqmglnf] {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.75rem 0.5rem;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
    white-space: nowrap;
}

.modern-table td[b-3dzoqmglnf] {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #334155;
    word-break: break-word;
    text-align: left; /* Alignment on left */
}

.modern-table tbody tr:hover[b-3dzoqmglnf] {
    background: #f8fafc;
}

.sortable[b-3dzoqmglnf] {
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.sortable:hover[b-3dzoqmglnf] {
    background: #f1f5f9;
}

.sort-icon[b-3dzoqmglnf] {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    color: #94a3b8;
}

.font-mono[b-3dzoqmglnf] { 
    font-family: 'JetBrains Mono', monospace; 
    white-space: nowrap;
}
.font-bold[b-3dzoqmglnf] { font-weight: 700; }
.font-medium[b-3dzoqmglnf] { font-weight: 500; }
.text-muted[b-3dzoqmglnf] { color: #94a3b8; }
.text-primary[b-3dzoqmglnf] { color: #3b82f6; }
.text-info[b-3dzoqmglnf] { color: #06b6d4; }
.text-success[b-3dzoqmglnf] { color: #10b981; }

.badge[b-3dzoqmglnf] {
    background: #f1f5f9;
    color: #475569;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge.alt[b-3dzoqmglnf] {
    background: #eff6ff;
    color: #2563eb;
}

.loading-cell[b-3dzoqmglnf], .empty-cell[b-3dzoqmglnf] {
    text-align: center;
    padding: 3rem !important;
    color: #64748b;
}

.spinner[b-3dzoqmglnf] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-3dzoqmglnf 1s linear infinite;
    margin: 0 auto 1rem auto;
}

@keyframes spin-b-3dzoqmglnf { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.pagination-footer[b-3dzoqmglnf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.page-size-selector[b-3dzoqmglnf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
}

.page-size-selector select[b-3dzoqmglnf] {
    padding: 0.35rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    outline: none;
}

.pagination-controls[b-3dzoqmglnf] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-icon[b-3dzoqmglnf] {
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s;
}

.btn-icon:hover:not(:disabled)[b-3dzoqmglnf] {
    background: #f1f5f9;
    color: #0f172a;
}

.btn-icon:disabled[b-3dzoqmglnf] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-3dzoqmglnf] {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
}

@keyframes fadeIn-b-3dzoqmglnf {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* _content/MNW/Components/Pages/Manager.razor.rz.scp.css */
.manager-container[b-h38prowoyq] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-h38prowoyq 0.5s ease;
}

.header-section[b-h38prowoyq] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-h38prowoyq] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle[b-h38prowoyq] {
    color: #64748b;
    font-size: 1.1rem;
}

.dashboard-grid[b-h38prowoyq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dashboard-card[b-h38prowoyq] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-h38prowoyq]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dashboard-card:hover:not(.disabled)[b-h38prowoyq] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.dashboard-card:hover:not(.disabled)[b-h38prowoyq]::before {
    transform: scaleX(1);
}

.card-icon[b-h38prowoyq] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 16px;
    background: #f1f5f9;
}

.rawmat-icon[b-h38prowoyq] {
    background: #eff6ff;
    color: #3b82f6;
}

.future-icon[b-h38prowoyq] {
    background: #f1f5f9;
    color: #94a3b8;
}

.card-content h3[b-h38prowoyq] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-content p[b-h38prowoyq] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-action[b-h38prowoyq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #3b82f6;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.card-action i[b-h38prowoyq] {
    transition: transform 0.3s ease;
}

.dashboard-card:hover:not(.disabled) .card-action i[b-h38prowoyq] {
    transform: translateX(5px);
}

.dashboard-card.disabled[b-h38prowoyq] {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.dashboard-card.disabled .card-action[b-h38prowoyq] {
    color: #94a3b8;
}

@keyframes fadeIn-b-h38prowoyq {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/MNW/Components/Pages/OutstandingPaymentForWorkSet.razor.rz.scp.css */
.outstanding-container[b-tgpu83diqj] {
    padding: 1.5rem;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-tgpu83diqj 0.4s ease;
    background: #f8fafc;
    min-height: calc(100vh - 60px);
}

.header-section[b-tgpu83diqj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-title[b-tgpu83diqj] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.btn-back[b-tgpu83diqj] {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-back:hover[b-tgpu83diqj] {
    background: #f1f5f9;
    color: #0f172a;
}

.filter-card[b-tgpu83diqj] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    border: 1px solid #f1f5f9;
    
}

.filter-grid[b-tgpu83diqj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    align-items: end;
}
    .filter-grid:last-child[b-tgpu83diqj] {
        margin-bottom: 0;
    }

.input-group[b-tgpu83diqj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-group label[b-tgpu83diqj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.input-group input[b-tgpu83diqj] {
    padding: 0.65rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-size: 0.95rem;
}

.input-group input:focus[b-tgpu83diqj] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Store input custom select controls */
.input-with-action[b-tgpu83diqj] {
    display: flex;
    position: relative;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.input-with-action:focus-within[b-tgpu83diqj] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-with-action input[b-tgpu83diqj] {
    border: none;
    flex-grow: 1;
    padding: 0.65rem 1.75rem 0.65rem 1rem;
    outline: none;
    font-size: 0.95rem;
}

.btn-select[b-tgpu83diqj] {
    background: #f1f5f9;
    border: none;
    border-left: 1px solid #cbd5e1;
    padding: 0 1rem;
    color: #475569;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}

.btn-select:hover[b-tgpu83diqj] {
    background: #e2e8f0;
}

.btn-clear[b-tgpu83diqj] {
    background: transparent;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.btn-clear:hover[b-tgpu83diqj] {
    color: #ef4444;
}

.action-group[b-tgpu83diqj] {
    display: flex;
    gap: 0.75rem;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.btn-primary[b-tgpu83diqj], .btn-success[b-tgpu83diqj] {
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-tgpu83diqj] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-tgpu83diqj] {
    background: #2563eb;
}

.btn-success[b-tgpu83diqj] {
    background: #10b981;
    color: white;
}

.btn-success:hover[b-tgpu83diqj] {
    background: #059669;
}

.table-card[b-tgpu83diqj] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-responsive[b-tgpu83diqj] {
    overflow-x: auto;
    max-height: 600px;
}

.modern-table[b-tgpu83diqj] {
    width: 100%;
    border-collapse: collapse;
}

.modern-table th[b-tgpu83diqj] {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.75rem 0.5rem;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
    white-space: nowrap;
}

.modern-table td[b-tgpu83diqj] {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #334155;
    word-break: break-word;
    text-align: left; /* Explicitly align left */
}

.modern-table tbody tr:hover[b-tgpu83diqj] {
    background: #f8fafc;
}

.sortable[b-tgpu83diqj] {
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.sortable:hover[b-tgpu83diqj] {
    background: #f1f5f9;
}

.sort-icon[b-tgpu83diqj] {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    color: #94a3b8;
}

.font-mono[b-tgpu83diqj] { 
    font-family: 'JetBrains Mono', monospace; 
    white-space: nowrap;
}
.font-bold[b-tgpu83diqj] { font-weight: 700; }
.font-medium[b-tgpu83diqj] { font-weight: 500; }
.text-muted[b-tgpu83diqj] { color: #94a3b8; }
.text-primary[b-tgpu83diqj] { color: #3b82f6; }
.text-info[b-tgpu83diqj] { color: #06b6d4; }
.text-success[b-tgpu83diqj] { color: #10b981; }
.text-danger[b-tgpu83diqj] { color: #ef4444; }

.badge[b-tgpu83diqj] {
    background: #f1f5f9;
    color: #475569;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.loading-cell[b-tgpu83diqj], .empty-cell[b-tgpu83diqj] {
    text-align: center;
    padding: 3rem !important;
    color: #64748b;
}

.spinner[b-tgpu83diqj] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-tgpu83diqj 1s linear infinite;
    margin: 0 auto 1rem auto;
}

@keyframes spin-b-tgpu83diqj { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.pagination-footer[b-tgpu83diqj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.page-size-selector[b-tgpu83diqj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
}

.page-size-selector select[b-tgpu83diqj] {
    padding: 0.35rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    outline: none;
}

.pagination-controls[b-tgpu83diqj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-icon[b-tgpu83diqj] {
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s;
}

.btn-icon:hover:not(:disabled)[b-tgpu83diqj] {
    background: #f1f5f9;
    color: #0f172a;
}

.btn-icon:disabled[b-tgpu83diqj] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-tgpu83diqj] {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
}

/* Custom Modal Overlay CSS */
.modal-overlay[b-tgpu83diqj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-tgpu83diqj 0.2s ease-out;
}

.modal-card[b-tgpu83diqj] {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border: 1px solid #f1f5f9;
    overflow: hidden;
    animation: slideUp-b-tgpu83diqj 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-header[b-tgpu83diqj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.modal-header h3[b-tgpu83diqj] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.modal-close-btn[b-tgpu83diqj] {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s;
}

.modal-close-btn:hover[b-tgpu83diqj] {
    color: #ef4444;
}

.modal-body[b-tgpu83diqj] {
    padding: 1.5rem;
}

.modal-search[b-tgpu83diqj] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.modal-search input[b-tgpu83diqj] {
    flex-grow: 1;
    padding: 0.5rem 0.875rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

.modal-search input:focus[b-tgpu83diqj] {
    border-color: #3b82f6;
}

.btn-modal-search[b-tgpu83diqj] {
    background: #475569;
    color: white;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-modal-search:hover[b-tgpu83diqj] {
    background: #334155;
}

.modal-table-container[b-tgpu83diqj] {
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.modal-table[b-tgpu83diqj] {
    width: 100%;
    border-collapse: collapse;
}

.modal-table th[b-tgpu83diqj] {
    background: #f8fafc;
    color: #64748b;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.modal-table td[b-tgpu83diqj] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #334155;
    text-align: left;
}

.modal-table tr:hover[b-tgpu83diqj] {
    background: #f8fafc;
}

.btn-select-item[b-tgpu83diqj] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8rem;
    transition: background 0.2s;
}

.btn-select-item:hover[b-tgpu83diqj] {
    background: #2563eb;
}

.modal-empty-cell[b-tgpu83diqj] {
    text-align: center;
    padding: 2rem !important;
    color: #94a3b8;
}

@keyframes fadeIn-b-tgpu83diqj {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-tgpu83diqj {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* _content/MNW/Components/Pages/Production.razor.rz.scp.css */
.production-container[b-89bo67uq9r] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-89bo67uq9r 0.5s ease;
}

.header-section[b-89bo67uq9r] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-89bo67uq9r] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle[b-89bo67uq9r] {
    color: #64748b;
    font-size: 1.1rem;
}

.dashboard-grid[b-89bo67uq9r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dashboard-card[b-89bo67uq9r] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-89bo67uq9r]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #d97706);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dashboard-card:hover:not(.disabled)[b-89bo67uq9r] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.dashboard-card:hover:not(.disabled)[b-89bo67uq9r]::before {
    transform: scaleX(1);
}

.card-icon[b-89bo67uq9r] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 16px;
    background: #f1f5f9;
}

.inout-icon[b-89bo67uq9r] {
    background: #fef3c7;
    color: #d97706;
}

.receipt-icon[b-89bo67uq9r] {
    background: #fef3c7;
    color: #d97706;
}

.future-icon[b-89bo67uq9r] {
    background: #f1f5f9;
    color: #94a3b8;
}

.card-content h3[b-89bo67uq9r] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-content p[b-89bo67uq9r] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-action[b-89bo67uq9r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #d97706;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.card-action i[b-89bo67uq9r] {
    transition: transform 0.3s ease;
}

.dashboard-card:hover:not(.disabled) .card-action i[b-89bo67uq9r] {
    transform: translateX(5px);
}

.dashboard-card.disabled[b-89bo67uq9r] {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.dashboard-card.disabled .card-action[b-89bo67uq9r] {
    color: #94a3b8;
}

@keyframes fadeIn-b-89bo67uq9r {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/MNW/Components/Pages/PU.razor.rz.scp.css */
.pu-container[b-6bhh0pu07h] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-6bhh0pu07h 0.5s ease;
}

.header-section[b-6bhh0pu07h] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-6bhh0pu07h] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #8b5cf6, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle[b-6bhh0pu07h] {
    color: #64748b;
    font-size: 1.1rem;
}

.dashboard-grid[b-6bhh0pu07h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dashboard-card[b-6bhh0pu07h] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-6bhh0pu07h]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6, #d946ef);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dashboard-card:hover:not(.disabled)[b-6bhh0pu07h] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.dashboard-card:hover:not(.disabled)[b-6bhh0pu07h]::before {
    transform: scaleX(1);
}

.card-icon[b-6bhh0pu07h] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 16px;
    background: #f1f5f9;
}

.training-icon[b-6bhh0pu07h] {
    background: #f5f3ff;
    color: #8b5cf6;
}

.future-icon[b-6bhh0pu07h] {
    background: #f1f5f9;
    color: #94a3b8;
}

.card-content h3[b-6bhh0pu07h] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-content p[b-6bhh0pu07h] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-action[b-6bhh0pu07h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #8b5cf6;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.card-action i[b-6bhh0pu07h] {
    transition: transform 0.3s ease;
}

.dashboard-card:hover:not(.disabled) .card-action i[b-6bhh0pu07h] {
    transform: translateX(5px);
}

.dashboard-card.disabled[b-6bhh0pu07h] {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.dashboard-card.disabled .card-action[b-6bhh0pu07h] {
    color: #94a3b8;
}

@keyframes fadeIn-b-6bhh0pu07h {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* _content/MNW/Components/Pages/RawmatView.razor.rz.scp.css */
.rawmat-container[b-589soozs2c] {
    padding: 1.5rem;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-589soozs2c 0.4s ease;
    background: #f8fafc;
    min-height: calc(100vh - 60px);
}

.header-section[b-589soozs2c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-title[b-589soozs2c] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.btn-back[b-589soozs2c] {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.btn-back:hover[b-589soozs2c] {
    background: #f1f5f9;
    color: #0f172a;
}

.filter-card[b-589soozs2c] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    border: 1px solid #f1f5f9;
}

.filter-grid[b-589soozs2c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.input-group[b-589soozs2c] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-group label[b-589soozs2c] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.input-group input[b-589soozs2c] {
    padding: 0.65rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-size: 0.95rem;
}

.input-group input:focus[b-589soozs2c] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.action-group[b-589soozs2c] {
    display: flex;
    gap: 0.75rem;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.btn-primary[b-589soozs2c], .btn-success[b-589soozs2c] {
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease; /* ��Ѻ��� Transition ������Ţ�� */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    height: 42px; /* ��͡�����٧���ʹաѺ��ͧ Input */
    flex: 1; /* ������������¡��ҧ���� �ѹ���� */
}

.btn-primary[b-589soozs2c] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-589soozs2c] {
        background: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-success[b-589soozs2c] {
    background: #10b981;
    color: white;
}

.btn-success:hover[b-589soozs2c] {
        background: #059669;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.table-card[b-589soozs2c] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-responsive[b-589soozs2c] {
    overflow-x: auto;
    max-height: 600px;
}

.modern-table[b-589soozs2c] {
    width: 100%;
    border-collapse: collapse;
}

.modern-table th[b-589soozs2c] {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.75rem 0.5rem;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
    white-space: nowrap;
}

.modern-table td[b-589soozs2c] {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #334155;
    word-break: break-word;
}

.modern-table tbody tr:hover[b-589soozs2c] {
    background: #f8fafc;
}

.sortable[b-589soozs2c] {
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.sortable:hover[b-589soozs2c] {
    background: #f1f5f9;
}

.sort-icon[b-589soozs2c] {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    color: #94a3b8;
}

.font-mono[b-589soozs2c] { 
    font-family: 'JetBrains Mono', monospace; 
    white-space: nowrap;
}
.font-bold[b-589soozs2c] { font-weight: 700; }
.font-medium[b-589soozs2c] { font-weight: 500; }
.text-muted[b-589soozs2c] { color: #94a3b8; }
.text-primary[b-589soozs2c] { color: #3b82f6; }
.text-info[b-589soozs2c] { color: #06b6d4; }
.text-success[b-589soozs2c] { color: #10b981; }

.badge[b-589soozs2c] {
    background: #f1f5f9;
    color: #475569;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge.alt[b-589soozs2c] {
    background: #eff6ff;
    color: #2563eb;
}

.loading-cell[b-589soozs2c], .empty-cell[b-589soozs2c] {
    text-align: center;
    padding: 3rem !important;
    color: #64748b;
}

.spinner[b-589soozs2c] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-589soozs2c 1s linear infinite;
    margin: 0 auto 1rem auto;
}

@keyframes spin-b-589soozs2c { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.pagination-footer[b-589soozs2c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.page-size-selector[b-589soozs2c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
}

.page-size-selector select[b-589soozs2c] {
    padding: 0.35rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    outline: none;
}

.pagination-controls[b-589soozs2c] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-icon[b-589soozs2c] {
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s;
}

.btn-icon:hover:not(:disabled)[b-589soozs2c] {
    background: #f1f5f9;
    color: #0f172a;
}

.btn-icon:disabled[b-589soozs2c] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-589soozs2c] {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
}

@keyframes fadeIn-b-589soozs2c {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* _content/MNW/Components/Pages/Store.razor.rz.scp.css */
.store-container[b-8ik4020s4f] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    animation: fadeIn-b-8ik4020s4f 0.5s ease;
}

.header-section[b-8ik4020s4f] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-8ik4020s4f] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-subtitle[b-8ik4020s4f] {
    color: #64748b;
    font-size: 1.1rem;
}

.dashboard-grid[b-8ik4020s4f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.dashboard-card[b-8ik4020s4f] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.dashboard-card[b-8ik4020s4f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #34d399, #059669);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dashboard-card:hover:not(.disabled)[b-8ik4020s4f] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

.dashboard-card:hover:not(.disabled)[b-8ik4020s4f]::before {
    transform: scaleX(1);
}

.card-icon[b-8ik4020s4f] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1rem;
    border-radius: 16px;
    background: #f1f5f9;
}

.outstanding-icon[b-8ik4020s4f] {
    background: #ecfdf5;
    color: #10b981;
}

.future-icon[b-8ik4020s4f] {
    background: #f1f5f9;
    color: #94a3b8;
}

.card-content h3[b-8ik4020s4f] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.card-content p[b-8ik4020s4f] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-action[b-8ik4020s4f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #10b981;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.card-action i[b-8ik4020s4f] {
    transition: transform 0.3s ease;
}

.dashboard-card:hover:not(.disabled) .card-action i[b-8ik4020s4f] {
    transform: translateX(5px);
}

.dashboard-card.disabled[b-8ik4020s4f] {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.dashboard-card.disabled .card-action[b-8ik4020s4f] {
    color: #94a3b8;
}

@keyframes fadeIn-b-8ik4020s4f {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
