/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pjo1l6vl3d] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-pjo1l6vl3d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--surface-light);
}

main.auth-main[b-pjo1l6vl3d] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

/* Sidebar - Professional Gradient */
.sidebar[b-pjo1l6vl3d] {
    background: linear-gradient(180deg, var(--brand-primary) 0%, #014486 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    z-index: 1010;
}

/* Top Row - Clean & Neutral */
.top-row[b-pjo1l6vl3d] {
    background-color: var(--surface-white);
    border-bottom: 1px solid var(--border-light);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 24px !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

@media (min-width: 641px) {
    .page[b-pjo1l6vl3d] {
        flex-direction: row;
    }

    .sidebar[b-pjo1l6vl3d] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pjo1l6vl3d] {
        position: sticky;
        top: 0;
        z-index: 1000;
    }
}

.btn-link-custom[b-pjo1l6vl3d] {
    color: var(--brand-primary);
    text-decoration: none;
    font-weight: 600;
}

#blazor-error-ui[b-pjo1l6vl3d] {
    background: var(--status-warning-bg);
    color: var(--text-primary);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    border-top: 2px solid var(--status-warning);
}

#blazor-error-ui .dismiss[b-pjo1l6vl3d] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    font-size: 18px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Mobile toggle ──────────────────────────────────────────────────────────── */
.navbar-toggler[b-zzh27u12jy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    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.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255,255,255,0.08);
}
.navbar-toggler:checked[b-zzh27u12jy] { background-color: rgba(255,255,255,0.15); }

/* ── Brand area ─────────────────────────────────────────────────────────────── */
.nav-brand[b-zzh27u12jy] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1.1rem 1rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nav-brand-icon[b-zzh27u12jy] {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-brand-icon svg[b-zzh27u12jy] {
    width: 18px;
    height: 18px;
}

.nav-brand-text[b-zzh27u12jy] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-brand-name[b-zzh27u12jy] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.nav-brand-sub[b-zzh27u12jy] {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

/* ── Section labels ─────────────────────────────────────────────────────────── */
.nav-section-label[b-zzh27u12jy] {
    padding: 0.85rem 1rem 0.3rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.38);
}

/* ── Section divider ────────────────────────────────────────────────────────── */
.nav-section-divider[b-zzh27u12jy] {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 0.5rem 1rem 0;
}

/* ── Nav items ──────────────────────────────────────────────────────────────── */
.nav-item[b-zzh27u12jy] {
    padding: 0.1rem 0.75rem;
}

/* ── Nav link (shared by NavLink + group toggle) ────────────────────────────── */
.nav-item[b-zzh27u12jy]  .nav-link,
.nav-link.nav-group-toggle[b-zzh27u12jy] {
    display: flex;
    align-items: center;
    gap: 0;
    height: 38px;
    padding: 0 0.65rem;
    border-radius: 7px;
    color: rgba(255,255,255,0.72);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    transition: background 0.15s, color 0.15s;
    position: relative;
}

.nav-item[b-zzh27u12jy]  .nav-link:hover,
.nav-link.nav-group-toggle:hover[b-zzh27u12jy] {
    background: rgba(255,255,255,0.09);
    color: #fff;
}

.nav-item[b-zzh27u12jy]  .nav-link.active {
    background: rgba(255,255,255,0.16);
    color: #fff;
    font-weight: 600;
}

/* Left accent bar on active */
.nav-item[b-zzh27u12jy]  .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,0.85);
}

/* ── Icon ───────────────────────────────────────────────────────────────────── */
.nav-icon.bi[b-zzh27u12jy] {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 0.65rem;
    background-size: cover;
    filter: brightness(0) invert(1);
    opacity: 0.75;
    top: 0;
    position: relative;
}

.nav-item[b-zzh27u12jy]  .nav-link.active .nav-icon.bi,
.nav-item[b-zzh27u12jy]  .nav-link:hover .nav-icon.bi,
.nav-link.nav-group-toggle:hover .nav-icon.bi[b-zzh27u12jy] {
    opacity: 1;
}

/* ── Label ──────────────────────────────────────────────────────────────────── */
.nav-label[b-zzh27u12jy] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Group toggle chevron ───────────────────────────────────────────────────── */
.nav-chevron[b-zzh27u12jy] {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(255,255,255,0.4);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 0.25rem;
}
.nav-chevron.expanded[b-zzh27u12jy] { transform: rotate(180deg); }

/* ── Sub-items (children under a group) ─────────────────────────────────────── */
.nav-group-items[b-zzh27u12jy] {
    animation: navSlideDown-b-zzh27u12jy 0.18s ease;
}

.nav-sub-item[b-zzh27u12jy] {
    padding-left: 1.5rem !important;
    position: relative;
}

/* Vertical guide line */
.nav-sub-item[b-zzh27u12jy]::before {
    content: '';
    position: absolute;
    left: 1.85rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255,255,255,0.12);
}

.nav-sub-item[b-zzh27u12jy]  .nav-link,
.nav-sub-item .nav-link[b-zzh27u12jy] {
    height: 34px;
    font-size: 0.84rem;
    color: rgba(255,255,255,0.62);
}

.nav-sub-item[b-zzh27u12jy]  .nav-link.active,
.nav-sub-item[b-zzh27u12jy]  .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

/* ── Icon SVG definitions ───────────────────────────────────────────────────── */
.bi-speedometer2-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m-7-3.036a.5.5 0 0 1 .707 0l1.915 1.914a.5.5 0 1 1-.708.708L4.5 7.671a.5.5 0 0 1 0-.707M11.268 5.732a.5.5 0 0 1 0 .707l-.914.915a.5.5 0 1 1-.708-.708l.915-.914a.5.5 0 0 1 .707 0M10 3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V3.5A.5.5 0 0 1 10 3M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.5 12.458A6 6 0 1 1 14.5 8a6 6 0 0 1-10 4.458'/%3E%3C/svg%3E");
}
.bi-gear-fill-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.17.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.31-.17a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.17-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.31.17a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}
.bi-diagram-3-fill-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z'/%3E%3C/svg%3E");
}
.bi-layers-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433 1.562 6 8 2.567 14.438 6z'/%3E%3C/svg%3E");
}
.bi-archive-fill-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z'/%3E%3C/svg%3E");
}
.bi-clock-history-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.24.54-.555 1.038zm-.964 1.205q.183-.183.35-.378l.758.653a8 8 0 0 1-.401.432z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}
.bi-sliders-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8zM9.5 12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-4.05a2.5 2.5 0 0 1-4.9 0H0v-1z'/%3E%3C/svg%3E");
}
.bi-buildings-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
}
.bi-people-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}
.bi-database-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313M13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A5 5 0 0 0 13 5.698M3 8.698V10c0 .374.356.875 1.318 1.313C5.234 11.729 6.536 12 8 12s2.766-.27 3.682-.687C12.644 10.875 13 10.373 13 10V8.698c-.271.202-.58.378-.904.525C11.022 9.711 9.573 10 8 10s-3.022-.289-4.096-.777A5 5 0 0 1 3 8.698m0 3V13c0 .374.356.875 1.318 1.313C5.234 14.729 6.536 15 8 15s2.766-.27 3.682-.687C12.644 13.875 13 13.373 13 13v-1.302c-.271.202-.58.378-.904.525C11.022 12.711 9.573 13 8 13s-3.022-.289-4.096-.777A5 5 0 0 1 3 11.698'/%3E%3C/svg%3E");
}
.bi-rocket-takeoff-nav-menu[b-zzh27u12jy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7zm2 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

/* ── Disabled nav link (future features) ───────────────────────────────────── */
.nav-link-disabled[b-zzh27u12jy] {
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 0.84rem;
    padding: 0 0.75rem;
    color: rgba(255,255,255,0.3);
    cursor: default;
    user-select: none;
    border-radius: 6px;
}

.nav-badge-soon[b-zzh27u12jy] {
    margin-left: auto;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 1px 5px;
    border-radius: 4px;
    background: rgba(255, 193, 7, 0.18);
    color: rgba(255, 193, 7, 0.7);
    border: 1px solid rgba(255, 193, 7, 0.25);
    flex-shrink: 0;
}

/* ── Scroll area ────────────────────────────────────────────────────────────── */
.nav-scrollable[b-zzh27u12jy] { display: none; }

.navbar-toggler:checked ~ .nav-scrollable[b-zzh27u12jy] { display: block; }

@keyframes navSlideDown-b-zzh27u12jy {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 641px) {
    .navbar-toggler[b-zzh27u12jy] { display: none; }
    .nav-scrollable[b-zzh27u12jy] {
        display: block;
        height: calc(100vh - 70px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .nav-scrollable[b-zzh27u12jy]::-webkit-scrollbar { width: 3px; }
    .nav-scrollable[b-zzh27u12jy]::-webkit-scrollbar-track { background: transparent; }
    .nav-scrollable[b-zzh27u12jy]::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 2px; }
}
/* /Components/Layout/UserDropdown.razor.rz.scp.css */
.user-dropdown[b-pz9uwyhuey] {
    position: relative;
    display: inline-block;
}

.user-avatar-btn[b-pz9uwyhuey] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0176d3;
    color: white;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(1, 118, 211, 0.2);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    z-index: 1001;
}

.user-avatar-btn:hover[b-pz9uwyhuey] {
    background-color: #014486;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 118, 211, 0.3);
}

.dropdown-overlay[b-pz9uwyhuey] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 1005;
}

.dropdown-menu-custom[b-pz9uwyhuey] {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 300px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #e2e8f0;
    padding: 8px;
    z-index: 1010;
    animation: dropdownPop-b-pz9uwyhuey 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: top right;
}

@keyframes dropdownPop-b-pz9uwyhuey {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.dropdown-header-custom[b-pz9uwyhuey] {
    padding: 16px;
    background-color: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.user-info-mini[b-pz9uwyhuey] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0176d3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-text-mini[b-pz9uwyhuey] {
    overflow: hidden;
}

.user-text-mini strong[b-pz9uwyhuey] {
    display: block;
    font-size: 15px;
    color: #1e293b;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-text-mini p[b-pz9uwyhuey] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.dropdown-item-custom[b-pz9uwyhuey] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
}

.dropdown-item-custom:hover[b-pz9uwyhuey] {
    background-color: #f3f6f8;
    color: #0176d3;
    transform: translateX(4px);
}

.dropdown-item-custom .bi[b-pz9uwyhuey] {
    font-size: 18px;
    color: #94a3b8;
    transition: color 0.2s;
}

.dropdown-item-custom:hover .bi[b-pz9uwyhuey] {
    color: #0176d3;
}

.dropdown-divider[b-pz9uwyhuey] {
    height: 1px;
    background-color: #f1f5f9;
    margin: 8px 4px;
}

.logout-link[b-pz9uwyhuey] {
    color: #e11d48;
    width: 100%;
}

button.dropdown-item-custom[b-pz9uwyhuey] {
    font-family: inherit;
    width: 100%;
}

.logout-link:hover[b-pz9uwyhuey] {
    background-color: #fff1f2;
    color: #be123c;
    transform: translateX(4px);
}

.logout-link .bi[b-pz9uwyhuey] {
    color: #e11d48 !important;
}
