/* /Components/Layout/HeaderUser.razor.rz.scp.css */
.header-user[b-4j6byev7ks] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
}

.header-avatar[b-4j6byev7ks] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    box-shadow: 0 8px 18px rgba(31, 95, 191, 0.18);
    font-size: 0.92rem;
    font-weight: 800;
}

.user-info[b-4j6byev7ks] {
    display: flex;
    min-width: 9rem;
    max-width: 13rem;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.user-info .fw-semibold[b-4j6byev7ks] {
    overflow: hidden;
    margin: 0;
    color: var(--app-text);
    font-size: 0.9rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-info small[b-4j6byev7ks] {
    overflow: hidden;
    margin: 0;
    color: var(--app-muted) !important;
    font-size: 0.76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user .btn[b-4j6byev7ks] {
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    min-height: 2.35rem;
    padding: 0;
    border-radius: 8px;
}

.notification-panel[b-4j6byev7ks] {
    width: min(360px, calc(100vw - 2rem));
    max-height: 440px;
    overflow-y: auto;
    padding: 0;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-md);
}

.notification-panel .dropdown-header[b-4j6byev7ks] {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--app-border);
    background: #f8fafc;
}

.notification-panel .dropdown-item[b-4j6byev7ks] {
    padding: 0.8rem 1rem;
    white-space: normal;
}

.notification-panel .dropdown-item:hover[b-4j6byev7ks] {
    background: #f3f7fb;
}

.notification-badge[b-4j6byev7ks] {
    animation: pulse-b-4j6byev7ks 2s infinite;
}

@keyframes pulse-b-4j6byev7ks {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.12);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 700px) {
    .header-user[b-4j6byev7ks] {
        flex: 1 1 100%;
        justify-content: flex-start;
    }

    .user-info[b-4j6byev7ks] {
        min-width: 0;
        max-width: none;
        flex: 1;
    }








        .notification-panel[b-4j6byev7ks] {
            width: 320px;
            max-height: 400px;
            overflow-y: auto;
            border-radius: 14px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            border: 1px solid #e5e7eb;
            padding: 0;
        }
    
        .notification-panel .dropdown-header[b-4j6byev7ks] {
            padding: 12px 16px;
            border-bottom: 1px solid #f1f5f9;
            background: #f8fafc;
        }
    
        .notification-panel .dropdown-item[b-4j6byev7ks] {
            padding: 12px 16px;
            white-space: normal;
        }
    
        .notification-panel .dropdown-item:hover[b-4j6byev7ks] {
            background: #f8fafc;
        }
                .notification-badge[b-4j6byev7ks] {
                    animation: pulse-b-4j6byev7ks 2s infinite;
                }
        
                @keyframes pulse-b-4j6byev7ks {
                    0% {
                        transform: translate(-50%, -50%) scale(1);
                    }
        
                    50% {
                        transform: translate(-50%, -50%) scale(1.15);
                    }
        
                    100% {
                        transform: translate(-50%, -50%) scale(1);
                    }
                }

                                .notification-badge[b-4j6byev7ks] {
                                    animation: pulse-b-4j6byev7ks 2s infinite;
                                }
                
                                @keyframes pulse-b-4j6byev7ks {
                                    0% {
                                        transform: translate(-50%, -50%) scale(1);
                                    }
                
                                    50% {
                                        transform: translate(-50%, -50%) scale(1.15);
                                    }
                
                                    100% {
                                        transform: translate(-50%, -50%) scale(1);
                                    }
                                }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hm007iladl] {
    position: relative;
    display: flex;
    min-height: calc(100vh - 43px);
    background: var(--app-bg);
}

main[b-hm007iladl] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-hm007iladl] {
    background:
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-right: 1px solid var(--app-border);
    box-shadow: 6px 0 24px rgba(23, 32, 51, 0.04);
}

.top-row[b-hm007iladl] {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid rgba(219, 228, 239, 0.9);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
}

.top-row[b-hm007iladl]  a,
.top-row[b-hm007iladl]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

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

.page-title[b-hm007iladl] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.1rem;
}

.page-title h4[b-hm007iladl] {
    margin: 0;
    color: var(--app-text);
    font-size: 1rem;
    font-weight: 850;
}

.page-title small[b-hm007iladl] {
    display: block;
    max-width: 42rem;
    overflow: hidden;
    color: var(--app-muted);
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-banner[b-hm007iladl] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 1rem 1.5rem 0;
    padding: 0.78rem 0.95rem;
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    border-radius: var(--app-radius);
    color: #854d0e;
    background: #fffbeb;
    box-shadow: var(--app-shadow-sm);
    font-weight: 650;
}

.notice-label[b-hm007iladl] {
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.notice-message[b-hm007iladl] {
    min-width: 0;
    overflow-wrap: anywhere;
}

article.content[b-hm007iladl] {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 1.65rem !important;
    padding-left: 1.65rem !important;
}

.login-content[b-hm007iladl] {
    max-width: none;
    margin: 0;
    padding: 0;
}

.app-footer[b-hm007iladl] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--app-border);
    color: var(--app-muted);
    background: #fff;
    text-align: center;
    font-size: 0.82rem;
}

.thought-text[b-hm007iladl] {
    display: block;
    margin-top: 0.25rem;
    color: var(--app-muted);
    font-size: 0.84rem;
    font-style: italic;
}

#blazor-error-ui[b-hm007iladl] {
    color-scheme: light only;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    display: none;
    max-width: 44rem;
    padding: 0.85rem 3rem 0.85rem 1rem;
    border: 1px solid #fecaca;
    border-radius: var(--app-radius);
    background: #fef2f2;
    box-shadow: var(--app-shadow-md);
    color: #991b1b;
    box-sizing: border-box;
}

#blazor-error-ui .dismiss[b-hm007iladl] {
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    cursor: pointer;
}

#blazor-error-ui .reload[b-hm007iladl] {
    margin-left: 0.5rem;
    font-weight: 800;
}

@media (min-width: 641px) {
    .sidebar[b-hm007iladl] {
        position: sticky;
        top: 0;
        width: 268px;
        height: 100vh;
    }

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

@media (max-width: 900px) {
    .top-row[b-hm007iladl] {
        min-height: auto;
        flex-wrap: wrap;
        padding: 0.85rem 1rem;
    }

    .page-title[b-hm007iladl] {
        flex: 1 1 16rem;
    }

    article.content[b-hm007iladl] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .notice-banner[b-hm007iladl] {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (max-width: 640.98px) {
    .page[b-hm007iladl] {
        display: block;
    }

    .sidebar[b-hm007iladl] {
        position: sticky;
        top: 0;
        z-index: 20;
        border-right: 0;
        border-bottom: 1px solid var(--app-border);
    }

    .top-row[b-hm007iladl] {
        align-items: flex-start;
    }

    .page-title small[b-hm007iladl] {
        white-space: normal;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-sjoflutpgy] {
    min-height: 4.2rem;
    border-bottom: 1px solid var(--app-border);
    background: #ffffff;
}

.navbar-brand[b-sjoflutpgy] {
    display: flex;
    align-items: center;
    color: var(--app-text) !important;
    font-size: 1rem;
    font-weight: 850;
}

.app-logo[b-sjoflutpgy] {
    width: 38px;
    height: 38px;
    object-fit: contain;
    padding: 0.25rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
    box-shadow: var(--app-shadow-sm);
}

.navbar-toggler[b-sjoflutpgy] {
    appearance: none;
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    width: 2.55rem;
    height: 2.35rem;
    cursor: pointer;
    border: 1px solid var(--app-border);
    border-radius: 7px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 24, 39, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.45rem #fff;
}

.navbar-toggler:checked[b-sjoflutpgy] {
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.nav-scrollable[b-sjoflutpgy] {
    display: none;
    padding: 0.95rem 0.75rem 1.1rem;
    background: #ffffff;
}

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

nav.nav[b-sjoflutpgy] {
    gap: 0.15rem;
}

hr[b-sjoflutpgy] {
    margin: 0.7rem 0.45rem;
    border-color: var(--app-border);
    opacity: 1;
}

button.nav-link[b-sjoflutpgy] {
    width: 100%;
    min-height: 2.2rem;
    margin: 0.15rem 0;
    padding: 0.35rem 0.7rem !important;
    border-radius: 7px;
    color: #536277;
    font-size: 0.72rem;
    font-weight: 850 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

button.nav-link:hover[b-sjoflutpgy] {
    color: var(--app-primary);
    background: #eef6ff;
}

.nav-item[b-sjoflutpgy] {
    padding: 0.12rem 0 !important;
    font-size: 0.9rem;
}

.nav-item[b-sjoflutpgy]  .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.6rem;
    padding: 0.58rem 0.72rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #314156;
    background: transparent;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.nav-item[b-sjoflutpgy]  .nav-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    min-width: 1.35rem;
    margin-right: 0.65rem;
    color: #667085;
    font-size: 1rem;
    line-height: 1;
}

.nav-item[b-sjoflutpgy]  .nav-link:hover {
    transform: translateX(2px);
    border-color: #cfe0f5;
    color: var(--app-primary);
    background: #eef6ff;
}

.nav-item[b-sjoflutpgy]  .nav-link:hover i,
.nav-item[b-sjoflutpgy]  a.active i {
    color: var(--app-primary);
}

.nav-item[b-sjoflutpgy]  a.active {
    border-color: #b7cdea;
    color: var(--app-primary);
    background: linear-gradient(90deg, rgba(31, 95, 191, 0.12), rgba(31, 95, 191, 0.04));
    font-weight: 800;
    box-shadow: inset 3px 0 0 var(--app-primary), 0 6px 16px rgba(31, 95, 191, 0.08);
}

.px-3.mb-2.text-muted.small[b-sjoflutpgy] {
    margin: 0.35rem 0.15rem 0.65rem;
    padding: 0.75rem !important;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: var(--app-surface-muted);
    color: var(--app-muted) !important;
    line-height: 1.35;
}

.px-3.mb-2.text-muted.small strong[b-sjoflutpgy] {
    display: block;
    overflow: hidden;
    color: var(--app-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-item .btn-outline-danger[b-sjoflutpgy] {
    justify-content: center;
    border-color: #fecaca;
    color: #b91c1c;
    background: #fff;
}

.user-info[b-sjoflutpgy],
.user-profile[b-sjoflutpgy] {
    margin: 0.6rem 0.25rem;
    padding: 0.75rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: var(--app-surface-muted);
}

.user-profile[b-sjoflutpgy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
}

.avatar[b-sjoflutpgy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--app-primary), #0e7490);
    font-size: 1rem;
    font-weight: 800;
}

.user-details[b-sjoflutpgy] {
    min-width: 0;
    flex: 1;
}

.user-details .fw-bold[b-sjoflutpgy],
.user-info strong[b-sjoflutpgy] {
    overflow: hidden;
    color: var(--app-text);
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-details small[b-sjoflutpgy],
.user-info small[b-sjoflutpgy] {
    color: var(--app-muted);
}

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

    .nav-scrollable[b-sjoflutpgy] {
        display: block;
        height: calc(100vh - 4.2rem);
        overflow-y: auto;
        scrollbar-width: thin;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-q0kfs82q3i],
.components-reconnect-repeated-attempt-visible[b-q0kfs82q3i],
.components-reconnect-failed-visible[b-q0kfs82q3i],
.components-pause-visible[b-q0kfs82q3i],
.components-resume-failed-visible[b-q0kfs82q3i],
.components-rejoining-animation[b-q0kfs82q3i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-retrying[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-failed[b-q0kfs82q3i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-q0kfs82q3i] {
    display: block;
}


#components-reconnect-modal[b-q0kfs82q3i] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-q0kfs82q3i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-q0kfs82q3i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-q0kfs82q3i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-q0kfs82q3i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-q0kfs82q3i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-q0kfs82q3i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-q0kfs82q3i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-q0kfs82q3i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-q0kfs82q3i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-q0kfs82q3i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-q0kfs82q3i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-q0kfs82q3i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-q0kfs82q3i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-q0kfs82q3i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-q0kfs82q3i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-q0kfs82q3i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-q0kfs82q3i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-q0kfs82q3i {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AchievementComponents/AchievementActionButtons.razor.rz.scp.css */
.action-buttons[b-6e4r5mle6k] {

    display: flex;

    flex-wrap: wrap;

    gap: .45rem;

}

.action-btn[b-6e4r5mle6k] {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    transition: .2s ease;

}

.action-btn:hover[b-6e4r5mle6k] {

    transform: translateY(-2px);

    box-shadow: 0 .35rem .75rem rgba(0, 0, 0, .15);

}

.action-btn i[b-6e4r5mle6k] {

    font-size: 1rem;

}

@media(max-width:768px) {

    .action-buttons[b-6e4r5mle6k] {

        justify-content: flex-start;

    }

}
/* /Components/Pages/AchievementComponents/AchievementFilters.razor.rz.scp.css */
.filter-card[b-cmve081xxp] {

    background: #ffffff;

    border-radius: 18px;

    padding: 1.75rem;

    margin-bottom: 1.75rem;

    border: 1px solid #e9ecef;

    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08);

}

.filter-header[b-cmve081xxp] {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 1rem;

}

.filter-header h4[b-cmve081xxp] {

    font-weight: 700;

}

.form-label[b-cmve081xxp] {

    font-weight: 600;

    color: #495057;

    margin-bottom: .45rem;

}

.form-control[b-cmve081xxp],
.form-select[b-cmve081xxp] {

    min-height: 48px;

    border-radius: 12px;

    border-color: #dee2e6;

    transition: all .2s;

}

.form-control:focus[b-cmve081xxp],
.form-select:focus[b-cmve081xxp] {

    border-color: #0d6efd;

    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);

}

.input-group-text[b-cmve081xxp] {

    background: #f8f9fa;

    border-radius: 12px 0 0 12px;

}

.btn[b-cmve081xxp] {

    border-radius: 30px;

    font-weight: 600;

}

@media (max-width:992px) {

    .filter-header[b-cmve081xxp] {

        flex-direction: column;

        align-items: flex-start;

    }

}
/* /Components/Pages/AchievementComponents/AchievementHeader.razor.rz.scp.css */
.achievement-header[b-wm1dh1rj73] {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 2rem;

    padding: 1.75rem 2rem;

    margin-bottom: 1.75rem;

    background: #ffffff;

    border-radius: 18px;

    box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .08);

    border: 1px solid #ececec;

}

.header-left[b-wm1dh1rj73] {

    display: flex;

    align-items: center;

    gap: 1.25rem;

}

.header-icon[b-wm1dh1rj73] {

    width: 72px;

    height: 72px;

    border-radius: 18px;

    background: linear-gradient(135deg, #0d6efd, #4d9dff);

    display: flex;

    justify-content: center;

    align-items: center;

    color: white;

    font-size: 30px;

    flex-shrink: 0;

}

.header-left h2[b-wm1dh1rj73] {

    margin: 0;

    font-size: 2rem;

    font-weight: 700;

    color: #212529;

}

.header-left p[b-wm1dh1rj73] {

    margin-top: .35rem;

    margin-bottom: 0;

    color: #6c757d;

}

.header-actions[b-wm1dh1rj73] {

    display: flex;

    gap: .75rem;

    flex-wrap: wrap;

}

.header-actions .btn[b-wm1dh1rj73] {

    border-radius: 30px;

    padding: .7rem 1.5rem;

    font-weight: 600;

    transition: all .2s ease;

}

.header-actions .btn:hover[b-wm1dh1rj73] {

    transform: translateY(-2px);

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);

}

@media (max-width:992px) {

    .achievement-header[b-wm1dh1rj73] {

        flex-direction: column;

        align-items: flex-start;

    }

    .header-actions[b-wm1dh1rj73] {

        width: 100%;

    }

}

@media (max-width:576px) {

    .header-icon[b-wm1dh1rj73] {

        width: 58px;

        height: 58px;

        font-size: 24px;

    }

    .header-left h2[b-wm1dh1rj73] {

        font-size: 1.5rem;

    }

    .header-actions[b-wm1dh1rj73] {

        flex-direction: column;

        width: 100%;

    }

    .header-actions .btn[b-wm1dh1rj73] {

        width: 100%;

    }

}
/* /Components/Pages/AchievementComponents/AchievementStatusBadge.razor.rz.scp.css */
.status-wrapper[b-2tstdf4upp] {

    display: flex;

    flex-direction: column;

    gap: .35rem;

}

.status-pill[b-2tstdf4upp] {

    width: fit-content;

    border-radius: 30px;

    padding: .45rem .9rem;

    font-size: .78rem;

    font-weight: 600;

}

.status-meta[b-2tstdf4upp] {

    color: #6c757d;

    font-size: .78rem;

}

.status-reason[b-2tstdf4upp] {

    margin-top: .25rem;

    padding: .5rem .75rem;

    border-left: 4px solid #dc3545;

    background: #fff5f5;

    border-radius: 8px;

    color: #842029;

    font-size: .8rem;

    max-width: 240px;

    line-height: 1.4;

}
/* /Components/Pages/AchievementComponents/AchievementSummary.razor.rz.scp.css */
.summary-card[b-t1qk2g3pie] {

    background: #fff;

    border-radius: 18px;

    padding: 1.25rem;

    display: flex;

    align-items: center;

    gap: 1rem;

    box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .08);

    transition: .25s;

    height: 100%;

    border: 1px solid #ececec;

}

.summary-card:hover[b-t1qk2g3pie] {

    transform: translateY(-4px);

    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .12);

}

.summary-icon[b-t1qk2g3pie] {

    width: 64px;

    height: 64px;

    border-radius: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 28px;

    flex-shrink: 0;

}

.summary-title[b-t1qk2g3pie] {

    color: #6c757d;

    font-size: .82rem;

    text-transform: uppercase;

    letter-spacing: .5px;

    font-weight: 600;

}

.summary-value[b-t1qk2g3pie] {

    font-size: 2rem;

    font-weight: 700;

    color: #212529;

}

.total .summary-icon[b-t1qk2g3pie] {

    background: linear-gradient(135deg, #0d6efd, #4d9dff);

}

.approved .summary-icon[b-t1qk2g3pie] {

    background: linear-gradient(135deg, #198754, #3fcf7f);

}

.pending .summary-icon[b-t1qk2g3pie] {

    background: linear-gradient(135deg, #ffc107, #ffda6a);

    color: #212529;

}

.rejected .summary-icon[b-t1qk2g3pie] {

    background: linear-gradient(135deg, #dc3545, #ff6b7d);

}

.resubmitted .summary-icon[b-t1qk2g3pie] {

    background: linear-gradient(135deg, #0dcaf0, #68e1fd);

}

@media(max-width:768px) {

    .summary-value[b-t1qk2g3pie] {

        font-size: 1.7rem;

    }

}
/* /Components/Pages/AchievementComponents/AchievementTable_Modern.razor.rz.scp.css */
.table-card[b-adz5s148r4]{
background:#fff;
border-radius:18px;
box-shadow:0 .5rem 1.2rem rgba(0,0,0,.08);
border:1px solid #ececec;
overflow:hidden;
}

thead th[b-adz5s148r4]{
background:#f8f9fa;
font-weight:700;
padding:1rem;
white-space:nowrap;
border:none;
}

tbody td[b-adz5s148r4]{
padding:1rem;
vertical-align:top;
}

tbody tr[b-adz5s148r4]{
transition:.2s;
}

tbody tr:hover[b-adz5s148r4]{
background:#f8fbff;
}

tbody tr:not(:last-child)[b-adz5s148r4]{
border-bottom:1px solid #f1f1f1;
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.dashboard-header[b-quiutzsh99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.dashboard-date[b-quiutzsh99] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
}

.dashboard-header .text-muted[b-quiutzsh99] {
    font-size: 0.95rem;
}

.dashboard-shell[b-quiutzsh99] {
    min-height: 100vh;
    padding: 1.25rem 0 1.5rem;
    color: #d3d9e4;
    background: transparent;
}

.dashboard-loader[b-quiutzsh99] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: #d3d9e4;
    font-weight: 600;
}

.dashboard-hero[b-quiutzsh99] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.35rem;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: var(--app-radius);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(29, 78, 216, 0.9)),
        linear-gradient(45deg, rgba(20, 184, 166, 0.42), rgba(245, 158, 11, 0.16));
    background-size: cover;
    background-position: center;
    box-shadow: var(--app-shadow-md);
    overflow: hidden;
}

.dashboard-kicker[b-quiutzsh99] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    color: #bfdbfe;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-hero h1[b-quiutzsh99] {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: 0;
    color: #f8fafc; 
}

.dashboard-hero p[b-quiutzsh99] {
    max-width: 56rem;
    margin: 0.65rem 0 0;
    color: #dbeafe;
    font-size: 1rem;
}

.hero-stat[b-quiutzsh99] {
    min-width: 11rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.hero-stat span[b-quiutzsh99],
.hero-stat small[b-quiutzsh99] {
    display: block;
    color: #dbeafe;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-stat strong[b-quiutzsh99] {
    display: block;
    margin: 0.15rem 0;
    font-size: 2.4rem;
    line-height: 1;
}

.profile-panel[b-quiutzsh99],
.content-panel[b-quiutzsh99] {
    margin-bottom: 1.25rem;
    padding: 1.15rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--app-shadow-sm);
}

.profile-panel[b-quiutzsh99] {
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) minmax(0, 1.4fr);
    gap: 1.25rem;
    align-items: center;
}

.profile-main[b-quiutzsh99] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.profile-avatar[b-quiutzsh99] {
    width: 5.5rem;
    height: 5.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--app-primary), #0e7490);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.profile-main h2[b-quiutzsh99],
.section-heading h2[b-quiutzsh99] {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 800;
}

.profile-main p[b-quiutzsh99],
.section-heading p[b-quiutzsh99] {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.soft-badge[b-quiutzsh99],
.status-badge[b-quiutzsh99] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.soft-badge[b-quiutzsh99] {
    color: #1d4ed8;
    background: #dbeafe;
}

.profile-metrics[b-quiutzsh99],
.metric-strip[b-quiutzsh99],
.workflow-grid[b-quiutzsh99],
.quick-actions[b-quiutzsh99],
.kpi-grid[b-quiutzsh99] {
    display: grid;
    gap: 1rem;
}

.profile-metrics[b-quiutzsh99] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-metric[b-quiutzsh99],
.metric-card[b-quiutzsh99],
.action-tile[b-quiutzsh99],
.kpi-card[b-quiutzsh99],
.workflow-card[b-quiutzsh99] {
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
}

.mini-metric[b-quiutzsh99] {
    min-height: 6.5rem;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    text-align: center;
}

.mini-metric i[b-quiutzsh99] {
    font-size: 1.45rem;
}

.mini-metric strong[b-quiutzsh99],
.metric-card strong[b-quiutzsh99],
.kpi-card strong[b-quiutzsh99],
.workflow-card strong[b-quiutzsh99] {
    display: block;
    color: #0f172a;
    font-size: 1.7rem;
    line-height: 1.05;
}

.mini-metric span[b-quiutzsh99],
.metric-card span[b-quiutzsh99],
.kpi-card span[b-quiutzsh99],
.workflow-card span[b-quiutzsh99] {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.quick-actions[b-quiutzsh99] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.25rem;
}

.action-tile[b-quiutzsh99],
.kpi-card[b-quiutzsh99],
.workflow-card[b-quiutzsh99] {
    appearance: none;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.action-tile:hover[b-quiutzsh99],
.kpi-card:hover[b-quiutzsh99],
.workflow-card:hover[b-quiutzsh99] {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: var(--app-shadow-md);
}

.action-tile[b-quiutzsh99] {
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    color: #0f172a;
}

.action-tile i[b-quiutzsh99] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #2563eb;
    background: #dbeafe;
    font-size: 1.45rem;
}

.action-tile span[b-quiutzsh99] {
    font-weight: 800;
}

.kpi-grid[b-quiutzsh99] {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    margin-bottom: 1.25rem;
}

.kpi-card[b-quiutzsh99] {
    min-height: 9rem;
    padding: 1rem;
    color: #fff;
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.kpi-card span[b-quiutzsh99],
.kpi-card strong[b-quiutzsh99] {
    color: #fff;
}

.kpi-icon[b-quiutzsh99] {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.18);
}

.kpi-icon i[b-quiutzsh99] {
    font-size: 1.35rem;
}

.kpi-indigo[b-quiutzsh99] {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.kpi-green[b-quiutzsh99] {
    background: linear-gradient(135deg, #059669, #16a34a);
}

.kpi-amber[b-quiutzsh99] {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.kpi-cyan[b-quiutzsh99] {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.kpi-slate[b-quiutzsh99] {
    background: linear-gradient(135deg, #334155, #0f172a);
}

.kpi-violet[b-quiutzsh99] {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.section-heading[b-quiutzsh99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-heading>i[b-quiutzsh99] {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #1d4ed8;
    background: #dbeafe;
    font-size: 1.15rem;
}

.metric-strip[b-quiutzsh99] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card[b-quiutzsh99] {
    padding: 1rem;
    min-height: 7rem;
}

.metric-card i[b-quiutzsh99] {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
}

.workflow-grid[b-quiutzsh99] {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.workflow-card[b-quiutzsh99] {
    min-height: 8.2rem;
    padding: 1rem;
    border-left-width: 5px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.workflow-card i[b-quiutzsh99] {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.workflow-card.pending[b-quiutzsh99] {
    border-left-color: #f59e0b;
}

.workflow-card.hod[b-quiutzsh99] {
    border-left-color: #2563eb;
}

.workflow-card.approved[b-quiutzsh99] {
    border-left-color: #16a34a;
}

.workflow-card.rejected[b-quiutzsh99] {
    border-left-color: #dc2626;
}

.workflow-card.resubmitted[b-quiutzsh99] {
    border-left-color: #0891b2;
}

.data-grid[b-quiutzsh99],
.chart-grid[b-quiutzsh99] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.dashboard-table[b-quiutzsh99] {
    margin: 0;
}

.dashboard-table thead th[b-quiutzsh99] {
    border-bottom: 1px solid var(--app-border);
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dashboard-table tbody td[b-quiutzsh99] {
    padding: 0.85rem 0.5rem;
    color: #334155;
    border-color: #edf2f7;
}

.empty-state[b-quiutzsh99] {
    min-height: 11rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.65rem;
    color: #94a3b8;
    text-align: center;
}

.empty-state i[b-quiutzsh99] {
    font-size: 2.4rem;
}

.chart-box[b-quiutzsh99] {
    height: 22rem;
    position: relative;
}

.rank-list[b-quiutzsh99],
.insight-list[b-quiutzsh99] {
    display: grid;
    gap: 0.75rem;
}

.rank-item[b-quiutzsh99],
.insight-list div[b-quiutzsh99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #f8fafc;
}

.rank-number[b-quiutzsh99] {
    color: #2563eb;
    font-weight: 900;
}

.rank-item span:nth-child(2)[b-quiutzsh99],
.insight-list span[b-quiutzsh99] {
    color: #475569;
    font-weight: 700;
}

.rank-item strong[b-quiutzsh99],
.insight-list strong[b-quiutzsh99] {
    color: #0f172a;
}

.status-approved[b-quiutzsh99] {
    color: #166534;
    background: #dcfce7;
}

.status-rejected[b-quiutzsh99] {
    color: #991b1b;
    background: #fee2e2;
}

.status-resubmitted[b-quiutzsh99] {
    color: #155e75;
    background: #cffafe;
}

.status-pending[b-quiutzsh99] {
    color: #92400e;
    background: #fef3c7;
}

.status-hod[b-quiutzsh99] {
    color: #1e40af;
    background: #dbeafe;
}

.status-default[b-quiutzsh99] {
    color: #475569;
    background: #e2e8f0;
}

@media (max-width: 992px) {

    .dashboard-hero[b-quiutzsh99],
    .profile-panel[b-quiutzsh99],
    .data-grid[b-quiutzsh99],
    .chart-grid[b-quiutzsh99] {
        grid-template-columns: 1fr;
    }

    .quick-actions[b-quiutzsh99],
    .metric-strip[b-quiutzsh99],
    .profile-metrics[b-quiutzsh99] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .dashboard-shell[b-quiutzsh99] {
        padding: 1rem;
    }

    .dashboard-hero[b-quiutzsh99] {
        padding: 1.1rem;
    }

    .quick-actions[b-quiutzsh99],
    .metric-strip[b-quiutzsh99],
    .profile-metrics[b-quiutzsh99] {
        grid-template-columns: 1fr;
    }

    .profile-main[b-quiutzsh99] {
        align-items: flex-start;
    }

    .profile-avatar[b-quiutzsh99] {
        width: 4.25rem;
        height: 4.25rem;
        font-size: 1.7rem;
    }

    .chart-box[b-quiutzsh99] {
        height: 18rem;
    }
}
/* /Components/Pages/CreateAchievement.razor.rz.scp.css */
.category-card[b-uegyvhks7l] {
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
    height: 100%;
}

.category-card:hover[b-uegyvhks7l] {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.category-card.selected[b-uegyvhks7l] {
    border-color: #0d6efd;
    background: #eef5ff;
}

.category-icon[b-uegyvhks7l] {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 10px;
    display: block;
}

.category-name[b-uegyvhks7l] {
    font-size: .9rem;
    font-weight: 600;
    color: #212529;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-header[b-eze7f2eqp4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.dashboard-date[b-eze7f2eqp4] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
}

.dashboard-header .text-muted[b-eze7f2eqp4] {
    font-size: 0.95rem;
}
.dashboard-shell[b-eze7f2eqp4] {
    min-height: 100vh;
    padding: 1.25rem 0 1.5rem;
    color: var(--app-text);
    background: transparent;
}

.dashboard-loader[b-eze7f2eqp4] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: var(--app-muted);
    font-weight: 600;
}

.dashboard-hero[b-eze7f2eqp4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.35rem;
    border: 1px solid rgba(199, 210, 224, 0.84);
    border-radius: var(--app-radius);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(31, 95, 191, 0.92)),
        linear-gradient(45deg, rgba(15, 118, 110, 0.36), rgba(245, 158, 11, 0.12));
    background-size: cover;
    background-position: center;
    box-shadow: var(--app-shadow-md);
    overflow: hidden;
}

.dashboard-kicker[b-eze7f2eqp4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    color: #cfe8ff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-hero h1[b-eze7f2eqp4] {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: 0;
    color: #f8fafc; 
}

.dashboard-hero p[b-eze7f2eqp4] {
    max-width: 56rem;
    margin: 0.65rem 0 0;
    color: #dbeafe;
    font-size: 1rem;
}

.hero-stat[b-eze7f2eqp4] {
    min-width: 11rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.hero-stat span[b-eze7f2eqp4],
.hero-stat small[b-eze7f2eqp4] {
    display: block;
    color: #dbeafe;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-stat strong[b-eze7f2eqp4] {
    display: block;
    margin: 0.15rem 0;
    font-size: 2.4rem;
    line-height: 1;
}

.profile-panel[b-eze7f2eqp4],
.content-panel[b-eze7f2eqp4] {
    margin-bottom: 1.25rem;
    padding: 1.15rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--app-shadow-sm);
}

.profile-panel[b-eze7f2eqp4] {
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) minmax(0, 1.4fr);
    gap: 1.25rem;
    align-items: center;
}

.profile-main[b-eze7f2eqp4] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.profile-avatar[b-eze7f2eqp4] {
    width: 5.5rem;
    height: 5.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--app-primary), var(--app-accent));
    box-shadow: 0 14px 30px rgba(31, 95, 191, 0.24);
}

.profile-main h2[b-eze7f2eqp4],
.section-heading h2[b-eze7f2eqp4] {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 800;
}

.profile-main p[b-eze7f2eqp4],
.section-heading p[b-eze7f2eqp4] {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.soft-badge[b-eze7f2eqp4],
.status-badge[b-eze7f2eqp4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.soft-badge[b-eze7f2eqp4] {
    color: #1d4ed8;
    background: #dbeafe;
}

.profile-metrics[b-eze7f2eqp4],
.metric-strip[b-eze7f2eqp4],
.workflow-grid[b-eze7f2eqp4],
.quick-actions[b-eze7f2eqp4],
.kpi-grid[b-eze7f2eqp4] {
    display: grid;
    gap: 1rem;
}

.profile-metrics[b-eze7f2eqp4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-metric[b-eze7f2eqp4],
.metric-card[b-eze7f2eqp4],
.action-tile[b-eze7f2eqp4],
.kpi-card[b-eze7f2eqp4],
.workflow-card[b-eze7f2eqp4] {
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
}

.mini-metric[b-eze7f2eqp4] {
    min-height: 6.5rem;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    text-align: center;
}

.mini-metric i[b-eze7f2eqp4] {
    font-size: 1.45rem;
}

.mini-metric strong[b-eze7f2eqp4],
.metric-card strong[b-eze7f2eqp4],
.kpi-card strong[b-eze7f2eqp4],
.workflow-card strong[b-eze7f2eqp4] {
    display: block;
    color: #0f172a;
    font-size: 1.7rem;
    line-height: 1.05;
}

.mini-metric span[b-eze7f2eqp4],
.metric-card span[b-eze7f2eqp4],
.kpi-card span[b-eze7f2eqp4],
.workflow-card span[b-eze7f2eqp4] {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.quick-actions[b-eze7f2eqp4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.25rem;
}

.action-tile[b-eze7f2eqp4],
.kpi-card[b-eze7f2eqp4],
.workflow-card[b-eze7f2eqp4] {
    appearance: none;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.action-tile:hover[b-eze7f2eqp4],
.kpi-card:hover[b-eze7f2eqp4],
.workflow-card:hover[b-eze7f2eqp4] {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: var(--app-shadow-md);
}

.action-tile[b-eze7f2eqp4] {
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    color: #0f172a;
}

.action-tile i[b-eze7f2eqp4] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #2563eb;
    background: #dbeafe;
    font-size: 1.45rem;
}

.action-tile span[b-eze7f2eqp4] {
    font-weight: 800;
}

.kpi-grid[b-eze7f2eqp4] {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    margin-bottom: 1.25rem;
}

.kpi-card[b-eze7f2eqp4] {
    min-height: 9rem;
    padding: 1rem;
    color: #fff;
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.kpi-card span[b-eze7f2eqp4],
.kpi-card strong[b-eze7f2eqp4] {
    color: #fff;
}

.kpi-icon[b-eze7f2eqp4] {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.18);
}

.kpi-icon i[b-eze7f2eqp4] {
    font-size: 1.35rem;
}

.kpi-indigo[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #1f5fbf, #335c9f);
}

.kpi-green[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #0f766e, #15927f);
}

.kpi-amber[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #b45309, #d97706);
}

.kpi-cyan[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #0e7490, #0891b2);
}

.kpi-slate[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #334155, #0f172a);
}

.kpi-violet[b-eze7f2eqp4] {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.section-heading[b-eze7f2eqp4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-heading>i[b-eze7f2eqp4] {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #1d4ed8;
    background: #dbeafe;
    font-size: 1.15rem;
}

.metric-strip[b-eze7f2eqp4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card[b-eze7f2eqp4] {
    padding: 1rem;
    min-height: 7rem;
}

.metric-card i[b-eze7f2eqp4] {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
}

.workflow-grid[b-eze7f2eqp4] {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.workflow-card[b-eze7f2eqp4] {
    min-height: 8.2rem;
    padding: 1rem;
    border-left-width: 5px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.workflow-card i[b-eze7f2eqp4] {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.workflow-card.pending[b-eze7f2eqp4] {
    border-left-color: #f59e0b;
}

.workflow-card.hod[b-eze7f2eqp4] {
    border-left-color: #2563eb;
}

.workflow-card.approved[b-eze7f2eqp4] {
    border-left-color: #16a34a;
}

.workflow-card.rejected[b-eze7f2eqp4] {
    border-left-color: #dc2626;
}

.workflow-card.resubmitted[b-eze7f2eqp4] {
    border-left-color: #0891b2;
}

.data-grid[b-eze7f2eqp4],
.chart-grid[b-eze7f2eqp4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.dashboard-table[b-eze7f2eqp4] {
    margin: 0;
}

.dashboard-table thead th[b-eze7f2eqp4] {
    border-bottom: 1px solid var(--app-border);
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dashboard-table tbody td[b-eze7f2eqp4] {
    padding: 0.85rem 0.5rem;
    color: #334155;
    border-color: #edf2f7;
}

.empty-state[b-eze7f2eqp4] {
    min-height: 11rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.65rem;
    color: #94a3b8;
    text-align: center;
}

.empty-state i[b-eze7f2eqp4] {
    font-size: 2.4rem;
}

.chart-box[b-eze7f2eqp4] {
    height: 22rem;
    position: relative;
}

.rank-list[b-eze7f2eqp4],
.insight-list[b-eze7f2eqp4] {
    display: grid;
    gap: 0.75rem;
}

.rank-item[b-eze7f2eqp4],
.insight-list div[b-eze7f2eqp4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #f8fafc;
}

.rank-number[b-eze7f2eqp4] {
    color: #2563eb;
    font-weight: 900;
}

.rank-item span:nth-child(2)[b-eze7f2eqp4],
.insight-list span[b-eze7f2eqp4] {
    color: #475569;
    font-weight: 700;
}

.rank-item strong[b-eze7f2eqp4],
.insight-list strong[b-eze7f2eqp4] {
    color: #0f172a;
}

.status-approved[b-eze7f2eqp4] {
    color: #166534;
    background: #dcfce7;
}

.status-rejected[b-eze7f2eqp4] {
    color: #991b1b;
    background: #fee2e2;
}

.status-resubmitted[b-eze7f2eqp4] {
    color: #155e75;
    background: #cffafe;
}

.status-pending[b-eze7f2eqp4] {
    color: #92400e;
    background: #fef3c7;
}

.status-hod[b-eze7f2eqp4] {
    color: #1e40af;
    background: #dbeafe;
}

.status-default[b-eze7f2eqp4] {
    color: #475569;
    background: #e2e8f0;
}

@media (max-width: 992px) {

    .dashboard-hero[b-eze7f2eqp4],
    .profile-panel[b-eze7f2eqp4],
    .data-grid[b-eze7f2eqp4],
    .chart-grid[b-eze7f2eqp4] {
        grid-template-columns: 1fr;
    }

    .quick-actions[b-eze7f2eqp4],
    .metric-strip[b-eze7f2eqp4],
    .profile-metrics[b-eze7f2eqp4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .dashboard-shell[b-eze7f2eqp4] {
        padding: 1rem;
    }

    .dashboard-hero[b-eze7f2eqp4] {
        padding: 1.1rem;
    }

    .quick-actions[b-eze7f2eqp4],
    .metric-strip[b-eze7f2eqp4],
    .profile-metrics[b-eze7f2eqp4] {
        grid-template-columns: 1fr;
    }

    .profile-main[b-eze7f2eqp4] {
        align-items: flex-start;
    }

    .profile-avatar[b-eze7f2eqp4] {
        width: 4.25rem;
        height: 4.25rem;
        font-size: 1.7rem;
    }

    .chart-box[b-eze7f2eqp4] {
        height: 18rem;
    }
}
/* /Components/Pages/HodDashboard.razor.rz.scp.css */
.dashboard-header[b-oal7vispqi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.dashboard-date[b-oal7vispqi] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
}

.dashboard-header .text-muted[b-oal7vispqi] {
    font-size: 0.95rem;
}

.dashboard-shell[b-oal7vispqi] {
    min-height: 100vh;
    padding: 1.25rem 0 1.5rem;
    color: #d3d9e4;
    background: transparent;
}

.dashboard-loader[b-oal7vispqi] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    color: #d3d9e4;
    font-weight: 600;
}

.dashboard-hero[b-oal7vispqi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.35rem;
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: var(--app-radius);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(29, 78, 216, 0.9)),
        linear-gradient(45deg, rgba(20, 184, 166, 0.42), rgba(245, 158, 11, 0.16));
    background-size: cover;
    background-position: center;
    box-shadow: var(--app-shadow-md);
    overflow: hidden;
}

.dashboard-kicker[b-oal7vispqi] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    color: #bfdbfe;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-hero h1[b-oal7vispqi] {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 800;
    letter-spacing: 0;
    color: #f8fafc; 
}

.dashboard-hero p[b-oal7vispqi] {
    max-width: 56rem;
    margin: 0.65rem 0 0;
    color: #dbeafe;
    font-size: 1rem;
}

.hero-stat[b-oal7vispqi] {
    min-width: 11rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(12px);
}

.hero-stat span[b-oal7vispqi],
.hero-stat small[b-oal7vispqi] {
    display: block;
    color: #dbeafe;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-stat strong[b-oal7vispqi] {
    display: block;
    margin: 0.15rem 0;
    font-size: 2.4rem;
    line-height: 1;
}

.profile-panel[b-oal7vispqi],
.content-panel[b-oal7vispqi] {
    margin-bottom: 1.25rem;
    padding: 1.15rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--app-shadow-sm);
}

.profile-panel[b-oal7vispqi] {
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) minmax(0, 1.4fr);
    gap: 1.25rem;
    align-items: center;
}

.profile-main[b-oal7vispqi] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.profile-avatar[b-oal7vispqi] {
    width: 5.5rem;
    height: 5.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--app-primary), #0e7490);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.profile-main h2[b-oal7vispqi],
.section-heading h2[b-oal7vispqi] {
    margin: 0;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 800;
}

.profile-main p[b-oal7vispqi],
.section-heading p[b-oal7vispqi] {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.soft-badge[b-oal7vispqi],
.status-badge[b-oal7vispqi] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.soft-badge[b-oal7vispqi] {
    color: #1d4ed8;
    background: #dbeafe;
}

.profile-metrics[b-oal7vispqi],
.metric-strip[b-oal7vispqi],
.workflow-grid[b-oal7vispqi],
.quick-actions[b-oal7vispqi],
.kpi-grid[b-oal7vispqi] {
    display: grid;
    gap: 1rem;
}

.profile-metrics[b-oal7vispqi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-metric[b-oal7vispqi],
.metric-card[b-oal7vispqi],
.action-tile[b-oal7vispqi],
.kpi-card[b-oal7vispqi],
.workflow-card[b-oal7vispqi] {
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
}

.mini-metric[b-oal7vispqi] {
    min-height: 6.5rem;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    text-align: center;
}

.mini-metric i[b-oal7vispqi] {
    font-size: 1.45rem;
}

.mini-metric strong[b-oal7vispqi],
.metric-card strong[b-oal7vispqi],
.kpi-card strong[b-oal7vispqi],
.workflow-card strong[b-oal7vispqi] {
    display: block;
    color: #0f172a;
    font-size: 1.7rem;
    line-height: 1.05;
}

.mini-metric span[b-oal7vispqi],
.metric-card span[b-oal7vispqi],
.kpi-card span[b-oal7vispqi],
.workflow-card span[b-oal7vispqi] {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.quick-actions[b-oal7vispqi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.25rem;
}

.action-tile[b-oal7vispqi],
.kpi-card[b-oal7vispqi],
.workflow-card[b-oal7vispqi] {
    appearance: none;
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.action-tile:hover[b-oal7vispqi],
.kpi-card:hover[b-oal7vispqi],
.workflow-card:hover[b-oal7vispqi] {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: var(--app-shadow-md);
}

.action-tile[b-oal7vispqi] {
    min-height: 6.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    color: #0f172a;
}

.action-tile i[b-oal7vispqi] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #2563eb;
    background: #dbeafe;
    font-size: 1.45rem;
}

.action-tile span[b-oal7vispqi] {
    font-weight: 800;
}

.kpi-grid[b-oal7vispqi] {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    margin-bottom: 1.25rem;
}

.kpi-card[b-oal7vispqi] {
    min-height: 9rem;
    padding: 1rem;
    color: #fff;
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.kpi-card span[b-oal7vispqi],
.kpi-card strong[b-oal7vispqi] {
    color: #fff;
}

.kpi-icon[b-oal7vispqi] {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: var(--app-radius);
    background: rgba(255, 255, 255, 0.18);
}

.kpi-icon i[b-oal7vispqi] {
    font-size: 1.35rem;
}

.kpi-indigo[b-oal7vispqi] {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.kpi-green[b-oal7vispqi] {
    background: linear-gradient(135deg, #059669, #16a34a);
}

.kpi-amber[b-oal7vispqi] {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.kpi-cyan[b-oal7vispqi] {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.kpi-slate[b-oal7vispqi] {
    background: linear-gradient(135deg, #334155, #0f172a);
}

.kpi-violet[b-oal7vispqi] {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
}

.section-heading[b-oal7vispqi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-heading>i[b-oal7vispqi] {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: var(--app-radius);
    color: #1d4ed8;
    background: #dbeafe;
    font-size: 1.15rem;
}

.metric-strip[b-oal7vispqi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card[b-oal7vispqi] {
    padding: 1rem;
    min-height: 7rem;
}

.metric-card i[b-oal7vispqi] {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
}

.workflow-grid[b-oal7vispqi] {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.workflow-card[b-oal7vispqi] {
    min-height: 8.2rem;
    padding: 1rem;
    border-left-width: 5px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.workflow-card i[b-oal7vispqi] {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.workflow-card.pending[b-oal7vispqi] {
    border-left-color: #f59e0b;
}

.workflow-card.hod[b-oal7vispqi] {
    border-left-color: #2563eb;
}

.workflow-card.approved[b-oal7vispqi] {
    border-left-color: #16a34a;
}

.workflow-card.rejected[b-oal7vispqi] {
    border-left-color: #dc2626;
}

.workflow-card.resubmitted[b-oal7vispqi] {
    border-left-color: #0891b2;
}

.data-grid[b-oal7vispqi],
.chart-grid[b-oal7vispqi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.dashboard-table[b-oal7vispqi] {
    margin: 0;
}

.dashboard-table thead th[b-oal7vispqi] {
    border-bottom: 1px solid var(--app-border);
    color: #475569;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dashboard-table tbody td[b-oal7vispqi] {
    padding: 0.85rem 0.5rem;
    color: #334155;
    border-color: #edf2f7;
}

.empty-state[b-oal7vispqi] {
    min-height: 11rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.65rem;
    color: #94a3b8;
    text-align: center;
}

.empty-state i[b-oal7vispqi] {
    font-size: 2.4rem;
}

.chart-box[b-oal7vispqi] {
    height: 22rem;
    position: relative;
}

.rank-list[b-oal7vispqi],
.insight-list[b-oal7vispqi] {
    display: grid;
    gap: 0.75rem;
}

.rank-item[b-oal7vispqi],
.insight-list div[b-oal7vispqi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #f8fafc;
}

.rank-number[b-oal7vispqi] {
    color: #2563eb;
    font-weight: 900;
}

.rank-item span:nth-child(2)[b-oal7vispqi],
.insight-list span[b-oal7vispqi] {
    color: #475569;
    font-weight: 700;
}

.rank-item strong[b-oal7vispqi],
.insight-list strong[b-oal7vispqi] {
    color: #0f172a;
}

.status-approved[b-oal7vispqi] {
    color: #166534;
    background: #dcfce7;
}

.status-rejected[b-oal7vispqi] {
    color: #991b1b;
    background: #fee2e2;
}

.status-resubmitted[b-oal7vispqi] {
    color: #155e75;
    background: #cffafe;
}

.status-pending[b-oal7vispqi] {
    color: #92400e;
    background: #fef3c7;
}

.status-hod[b-oal7vispqi] {
    color: #1e40af;
    background: #dbeafe;
}

.status-default[b-oal7vispqi] {
    color: #475569;
    background: #e2e8f0;
}

@media (max-width: 992px) {

    .dashboard-hero[b-oal7vispqi],
    .profile-panel[b-oal7vispqi],
    .data-grid[b-oal7vispqi],
    .chart-grid[b-oal7vispqi] {
        grid-template-columns: 1fr;
    }

    .quick-actions[b-oal7vispqi],
    .metric-strip[b-oal7vispqi],
    .profile-metrics[b-oal7vispqi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .dashboard-shell[b-oal7vispqi] {
        padding: 1rem;
    }

    .dashboard-hero[b-oal7vispqi] {
        padding: 1.1rem;
    }

    .quick-actions[b-oal7vispqi],
    .metric-strip[b-oal7vispqi],
    .profile-metrics[b-oal7vispqi] {
        grid-template-columns: 1fr;
    }

    .profile-main[b-oal7vispqi] {
        align-items: flex-start;
    }

    .profile-avatar[b-oal7vispqi] {
        width: 4.25rem;
        height: 4.25rem;
        font-size: 1.7rem;
    }

    .chart-box[b-oal7vispqi] {
        height: 18rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
:root[b-nowrh3tud0] {
    --login-primary: #38bdf8;
    --login-primary-strong: #0284c7;
    --login-primary-soft: #e0f2fe;
    --login-bg: #f6fbff;
    --login-card: #ffffff;
    --login-text: #0f172a;
    --login-muted: #64748b;
    --login-border: #bae6fd;
    --login-focus: rgba(56, 189, 248, 0.22);
    --login-height: calc(100vh - 43px);
}

.login-wrapper[b-nowrh3tud0] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--login-height);
    overflow: hidden;
    padding: clamp(1rem, 3vw, 2rem);
    color: var(--login-text);
    background:
        radial-gradient(circle at 16% 14%, rgba(56, 189, 248, 0.18), transparent 20rem),
        radial-gradient(circle at 84% 20%, rgba(14, 165, 233, 0.12), transparent 22rem),
        linear-gradient(135deg, #ffffff 0%, var(--login-bg) 50%, #edf8ff 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.desk-glow[b-nowrh3tud0],
.book-spine[b-nowrh3tud0],
.brand-overlay[b-nowrh3tud0],
.embossed-seal[b-nowrh3tud0],
.workflow-mark[b-nowrh3tud0],
.page-edge[b-nowrh3tud0],
.page-corner[b-nowrh3tud0] {
    display: none !important;
}

.login-shell[b-nowrh3tud0] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 430px);
    align-items: center;
    width: min(100%, 1040px);
    min-height: auto;
    gap: clamp(1.5rem, 5vw, 4rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(186, 230, 253, 0.85);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 70px rgba(2, 132, 199, 0.12);
    backdrop-filter: blur(18px);
}

.login-shell[b-nowrh3tud0]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent 38%),
        linear-gradient(315deg, rgba(14, 165, 233, 0.08), transparent 42%);
    pointer-events: none;
}

.brand-panel[b-nowrh3tud0] {
    position: relative;
    z-index: 1;
    min-height: auto;
    padding: 0;
    color: var(--login-text);
    background: transparent;
}

.brand-content[b-nowrh3tud0] {
    max-width: 520px;
}

.brand-logo[b-nowrh3tud0] {
    width: auto;
    height: 54px;
    margin-bottom: 1rem;
    padding: 0.45rem;
    border: 1px solid var(--login-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.12);
}

.brand-badge[b-nowrh3tud0] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    padding: 0.42rem 0.8rem;
    border: 1px solid var(--login-border);
    border-radius: 999px;
    color: var(--login-primary-strong);
    background: var(--login-primary-soft);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.brand-content h1[b-nowrh3tud0] {
    max-width: 540px;
    margin: 0 0 0.85rem;
    color: var(--login-text);
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: 0;
}

.brand-summary[b-nowrh3tud0] {
    max-width: 500px;
    margin: 0 0 1.4rem;
    color: var(--login-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.feature-list[b-nowrh3tud0] {
    display: grid;
    gap: 0.75rem;
}

.feature-item[b-nowrh3tud0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
}

.feature-icon-box[b-nowrh3tud0] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid var(--login-border);
    border-radius: 12px;
    color: var(--login-primary-strong);
    background: #f0f9ff;
}

.login-panel[b-nowrh3tud0] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    background: transparent;
}

.login-card[b-nowrh3tud0] {
    position: relative;
    width: min(100%, 430px);
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(186, 230, 253, 0.95);
    border-radius: 24px;
    color: var(--login-text);
    background: var(--login-card);
    box-shadow:
        0 24px 50px rgba(15, 23, 42, 0.08),
        0 12px 24px rgba(2, 132, 199, 0.08);
}

.login-card[b-nowrh3tud0]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, var(--login-primary), #7dd3fc);
}

.login-card-header[b-nowrh3tud0] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.login-card-icon[b-nowrh3tud0] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border: 1px solid var(--login-border);
    border-radius: 16px;
    color: var(--login-primary-strong);
    background: var(--login-primary-soft);
    font-size: 1.25rem;
}

.login-card h2[b-nowrh3tud0] {
    margin: 0;
    color: var(--login-text);
    font-size: 1.6rem;
    font-weight: 850;
}

.login-card p[b-nowrh3tud0] {
    margin: 0.2rem 0 0;
    color: var(--login-muted);
    font-size: 0.92rem;
}

.login-field[b-nowrh3tud0] {
    margin-bottom: 1rem;
}

.login-field .form-label[b-nowrh3tud0] {
    margin-bottom: 0.4rem;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 800;
}

.input-icon-wrap[b-nowrh3tud0] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-wrap > i[b-nowrh3tud0] {
    display: none;
}

.custom-input[b-nowrh3tud0] {
    min-height: 48px;
    padding-left: 0.95rem;
    border: 1px solid var(--login-border);
    border-radius: 14px !important;
    color: var(--login-text);
    background-color: #f8fcff;
    font-size: 0.95rem;
    box-shadow: none !important;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.custom-input:focus[b-nowrh3tud0] {
    z-index: 3;
    border-color: var(--login-primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px var(--login-focus) !important;
}

.custom-input[b-nowrh3tud0]::placeholder {
    color: #94a3b8;
}

.custom-input-group[b-nowrh3tud0] {
    border-radius: 14px;
}

.custom-input-group .input-icon-wrap .custom-input[b-nowrh3tud0] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.custom-toggle-btn[b-nowrh3tud0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-height: 48px;
    border: 1px solid var(--login-border);
    border-radius: 0 14px 14px 0 !important;
    color: #475569;
    background-color: #f8fcff;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.custom-input-group:focus-within .custom-toggle-btn[b-nowrh3tud0] {
    border-color: var(--login-primary);
    background-color: #ffffff;
}

.custom-toggle-btn:hover[b-nowrh3tud0] {
    color: var(--login-primary-strong);
    background-color: #eff8ff;
}

.login-options[b-nowrh3tud0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.85rem 0 1.15rem;
}

.custom-checkbox[b-nowrh3tud0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.custom-checkbox .form-check-input[b-nowrh3tud0] {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    border-color: #93c5fd;
    border-radius: 6px;
    cursor: pointer;
}

.custom-checkbox .form-check-input:checked[b-nowrh3tud0] {
    background-color: var(--login-primary);
    border-color: var(--login-primary);
}

.custom-checkbox .form-check-label[b-nowrh3tud0],
.forgot-link[b-nowrh3tud0] {
    color: var(--login-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.forgot-link[b-nowrh3tud0] {
    color: var(--login-primary-strong);
    text-decoration: none;
    white-space: nowrap;
}

.forgot-link:hover[b-nowrh3tud0] {
    color: #0369a1;
    text-decoration: underline;
}

.custom-alert[b-nowrh3tud0] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid #fecaca;
    border-radius: 14px;
    color: #991b1b;
    background-color: #fef2f2;
    font-size: 0.88rem;
    font-weight: 650;
}

.custom-alert i[b-nowrh3tud0] {
    flex: 0 0 auto;
    margin-top: 0.05rem;
}

.btn-login[b-nowrh3tud0] {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--login-primary);
    --bs-btn-border-color: var(--login-primary);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--login-primary-strong);
    --bs-btn-hover-border-color: var(--login-primary-strong);
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--login-primary-strong);
    --bs-btn-active-border-color: var(--login-primary-strong);
    --bs-btn-disabled-color: rgba(255, 255, 255, 0.88);
    --bs-btn-disabled-bg: #7dd3fc;
    --bs-btn-disabled-border-color: #7dd3fc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 50px;
    border-radius: 14px;
    color: #ffffff !important;
    background: linear-gradient(180deg, #38bdf8, #0ea5e9) !important;
    border-color: #38bdf8 !important;
    font-size: 0.96rem;
    font-weight: 850;
    box-shadow: 0 14px 26px rgba(14, 165, 233, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn-login span[b-nowrh3tud0],
.btn-login i[b-nowrh3tud0],
.btn-login .spinner-border[b-nowrh3tud0] {
    color: #ffffff !important;
}

.btn-login:hover:not(:disabled)[b-nowrh3tud0] {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #0ea5e9, #0284c7) !important;
    box-shadow: 0 18px 32px rgba(14, 165, 233, 0.34);
}

.btn-login:disabled[b-nowrh3tud0] {
    background: #7dd3fc !important;
    border-color: #7dd3fc !important;
}

.validation-message[b-nowrh3tud0],
.text-danger.small[b-nowrh3tud0] {
    display: block;
    color: #b91c1c !important;
    font-size: 0.8rem;
    font-weight: 650;
}

.login-plaque[b-nowrh3tud0] {
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: calc(100vw - 2rem);
    color: #64748b;
    white-space: nowrap;
}

.login-plaque img[b-nowrh3tud0] {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.login-plaque span[b-nowrh3tud0] {
    font-size: 0.78rem;
    font-weight: 650;
}

@media (max-height: 760px) and (min-width: 992px) {
    .login-wrapper[b-nowrh3tud0] {
        padding: 1rem;
    }

    .login-shell[b-nowrh3tud0] {
        padding: 1.5rem;
    }

    .brand-logo[b-nowrh3tud0] {
        height: 44px;
    }

    .brand-content h1[b-nowrh3tud0] {
        font-size: 2.35rem;
    }

    .brand-summary[b-nowrh3tud0] {
        margin-bottom: 1rem;
    }

    .login-card[b-nowrh3tud0] {
        padding: 1.4rem;
    }

    .custom-input[b-nowrh3tud0],
    .custom-toggle-btn[b-nowrh3tud0] {
        min-height: 44px;
    }

    .btn-login[b-nowrh3tud0] {
        min-height: 46px;
    }
}

@media (max-width: 991.98px) {
    .login-wrapper[b-nowrh3tud0] {
        min-height: calc(100vh - 43px);
        overflow: auto;
        padding: 1rem;
    }

    .login-shell[b-nowrh3tud0] {
        display: flex;
        flex-direction: column;
        width: min(100%, 560px);
        gap: 1.25rem;
        padding: 1.25rem;
        border-radius: 24px;
    }

    .brand-panel[b-nowrh3tud0] {
        width: 100%;
        text-align: center;
    }

    .brand-logo[b-nowrh3tud0] {
        height: 46px;
        margin-bottom: 0.75rem;
    }

    .brand-badge[b-nowrh3tud0] {
        margin-bottom: 0.75rem;
    }

    .brand-content h1[b-nowrh3tud0] {
        font-size: 1.8rem;
    }

    .brand-summary[b-nowrh3tud0] {
        margin: 0 auto;
        font-size: 0.92rem;
    }

    .feature-list[b-nowrh3tud0] {
        display: none;
    }

    .login-panel[b-nowrh3tud0] {
        width: 100%;
    }

    .login-card[b-nowrh3tud0] {
        width: 100%;
    }

    .login-plaque[b-nowrh3tud0] {
        position: static;
        justify-content: center;
        margin-top: 0.75rem;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .login-wrapper[b-nowrh3tud0] {
        padding: 0.75rem;
    }

    .login-shell[b-nowrh3tud0] {
        padding: 1rem;
    }

    .brand-content h1[b-nowrh3tud0] {
        font-size: 1.45rem;
    }

    .login-card[b-nowrh3tud0] {
        padding: 1.15rem;
        border-radius: 20px;
    }

    .login-card-header[b-nowrh3tud0] {
        align-items: flex-start;
    }

    .login-options[b-nowrh3tud0] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }
}
