@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
:global(:root)[b-bnjdffagwf] {
    --bg-app: #050505;
    --bg-panel: rgba(13, 17, 23, 0.8);
    --bg-card: rgba(10, 15, 30, 0.7);
    --text-main: #e0e0e0;
    --text-sub: #8b949e;
    --accent: #00d2ff;
    --accent-glow: rgba(0, 210, 255, 0.4);
    --border: rgba(88, 166, 255, 0.3);
    --header-bg: linear-gradient(to right, #020024, #090979, #00d4ff);
    --radius: 4px;
}

:global(body)[b-bnjdffagwf],
.layout-shell[b-bnjdffagwf]  .fluent-layout,
.layout-shell[b-bnjdffagwf]  fluent-layout {
    background-color: var(--bg-app) !important;
    color: var(--text-main) !important;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    overflow: hidden;
}

.layout-shell[b-bnjdffagwf]  .cyber-grid-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 200vh;
    background-image: linear-gradient(rgba(88, 166, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 166, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    transform: perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);
    animation: grid-move-b-bnjdffagwf 20s linear infinite;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

@keyframes grid-move-b-bnjdffagwf {
    0% {
        transform: perspective(500px) rotateX(60deg) translateY(0) translateZ(-200px);
    }

    100% {
        transform: perspective(500px) rotateX(60deg) translateY(50px) translateZ(-200px);
    }
}

:global(.cyber-header-enhanced)[b-bnjdffagwf] {
    background: var(--header-bg);
    background-size: 200% 200%;
    animation: gradient-shift-b-bnjdffagwf 10s ease infinite;
    border-bottom: 1px solid rgba(88, 166, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.4);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 100;
    position: relative;
    overflow: hidden;
}

@keyframes gradient-shift-b-bnjdffagwf {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.layout-shell[b-bnjdffagwf]  .header-content {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
}

.layout-shell[b-bnjdffagwf]  .header-icon {
    font-size: 1.8rem;
    color: #fff;
    filter: drop-shadow(0 0 5px #00d2ff);
}

.layout-shell[b-bnjdffagwf]  .pulse-icon {
    animation: slow-spin-b-bnjdffagwf 10s linear infinite;
}

.layout-shell[b-bnjdffagwf]  .header-title {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.layout-shell[b-bnjdffagwf]  .gradient-text-enhanced {
    background: linear-gradient(135deg, #00d2ff, #3a7bd5, #bc8cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 8px rgba(0, 210, 255, 0.6));
}

.layout-shell[b-bnjdffagwf]  .layout-container {
    display: flex;
    height: calc(100vh - 60px);
    width: 100%;
    position: relative;
}

.layout-shell[b-bnjdffagwf]  .desktop-sidebar {
    width: 280px;
    min-width: 280px;
    border-right: 1px solid rgba(88, 166, 255, 0.1);
    background: var(--bg-panel);
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.layout-shell[b-bnjdffagwf]  .body-content {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10;
    background: radial-gradient(circle at center, rgba(22, 33, 62, 0.8) 0%, rgba(13, 17, 23, 0.2) 80%);
}

.layout-shell[b-bnjdffagwf]  .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.layout-shell[b-bnjdffagwf]  input,
.layout-shell[b-bnjdffagwf]  select,
.layout-shell[b-bnjdffagwf]  textarea,
.layout-shell[b-bnjdffagwf]  .fluent-input-main {
    background-color: rgba(10, 15, 30, 0.7) !important;
    border: 1px solid rgba(88, 166, 255, 0.3) !important;
    color: #00d2ff !important;
    font-family: 'Consolas', monospace;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.layout-shell[b-bnjdffagwf]  input::placeholder {
    color: rgba(88, 166, 255, 0.4);
}

.layout-shell[b-bnjdffagwf]  input:focus,
.layout-shell[b-bnjdffagwf]  select:focus,
.layout-shell[b-bnjdffagwf]  textarea:focus {
    border-color: #00d2ff !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.8) !important;
    outline: none !important;
    background-color: rgba(10, 15, 30, 0.9) !important;
}

.layout-shell[b-bnjdffagwf]  .cyber-button-primary {
    background: linear-gradient(90deg, #1f6feb, #00d2ff);
    border: 1px solid rgba(0, 210, 255, 0.5);
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    text-transform: uppercase;
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
}

.layout-shell[b-bnjdffagwf]  .cyber-button-primary:hover {
    box-shadow: 0 0 30px rgba(0, 210, 255, 0.8);
    transform: scale(1.02);
}

.layout-shell[b-bnjdffagwf]  .cyber-button-danger {
    background: linear-gradient(90deg, #da3633, #ff4444);
    border: 1px solid rgba(255, 68, 68, 0.5);
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    text-transform: uppercase;
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
}

.layout-shell[b-bnjdffagwf]  .cyber-button-secondary {
    background: rgba(48, 54, 61, 0.8);
    border: 1px solid rgba(88, 166, 255, 0.3);
    color: #e0e0e0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
}

.layout-shell[b-bnjdffagwf]  .cyber-side-decoration {
    position: fixed;
    top: 60px;
    bottom: 0;
    pointer-events: none;
    z-index: 5;
}

.layout-shell[b-bnjdffagwf]  .outer {
    width: 1px;
    background: rgba(88, 166, 255, 0.1);
}

.layout-shell[b-bnjdffagwf]  .outer.left {
    left: 15px;
}

.layout-shell[b-bnjdffagwf]  .outer.right {
    right: 15px;
}

.layout-shell[b-bnjdffagwf]  .outer::after {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 2px;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #00d2ff, transparent);
    box-shadow: 0 0 20px #00d2ff;
    animation: data-stream-b-bnjdffagwf 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.layout-shell[b-bnjdffagwf]  .outer.right::after {
    animation-delay: 1.5s;
}

@keyframes data-stream-b-bnjdffagwf {
    0% {
        top: -20%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        top: 120%;
        opacity: 0;
    }
}

.layout-shell[b-bnjdffagwf]  .inner {
    width: 40px;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0V40 M0 20H40' stroke='rgba(88, 166, 255, 0.1)' stroke-width='1'/%3E%3C/svg%3E");
    opacity: 0.3;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.layout-shell[b-bnjdffagwf]  .inner.left {
    left: 30px;
    border-right: 1px solid rgba(0, 210, 255, 0.2);
    animation: circuit-flash-b-bnjdffagwf 2s infinite alternate;
}

.layout-shell[b-bnjdffagwf]  .inner.right {
    right: 30px;
    border-left: 1px solid rgba(0, 210, 255, 0.2);
    animation: circuit-flash-b-bnjdffagwf 2s infinite alternate-reverse;
}

@keyframes circuit-flash-b-bnjdffagwf {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.4;
        text-shadow: 0 0 10px #00d2ff;
    }
}

.layout-shell[b-bnjdffagwf]  .sidebar-cyber-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 5L93.3 25V75L50 95L6.7 75V25L50 5Z' fill='none' stroke='rgba(88, 166, 255, 0.1)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 100px 100px;
    mask-image: radial-gradient(circle, black 30%, transparent 70%);
    animation: rotate-slow-b-bnjdffagwf 60s linear infinite;
    z-index: -1;
    opacity: 0.4;
    pointer-events: none;
}

.layout-shell[b-bnjdffagwf]  .sidebar-cyber-effect::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(88, 166, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(88, 166, 255, 0.1), inset 0 0 20px rgba(88, 166, 255, 0.05);
}

:global(#blazor-error-ui)[b-bnjdffagwf],
:global(#components-reconnect-modal)[b-bnjdffagwf] {
    display: none !important;
}

@keyframes slow-spin-b-bnjdffagwf {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-slow-b-bnjdffagwf {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 769px) {
    .layout-shell[b-bnjdffagwf]  .mobile-bottom-nav {
        display: none;
    }

    .layout-shell[b-bnjdffagwf]  .layout-container {
        height: calc(100vh - 90px);
    }

    :global(.cyber-header-enhanced)[b-bnjdffagwf] {
        height: 50px;
        padding: 0 30px;
    }

    .layout-shell[b-bnjdffagwf]  .content-wrapper {
        padding-bottom: 30px;
    }

    .layout-shell[b-bnjdffagwf]  fluent-footer,
    .layout-shell[b-bnjdffagwf]  .desktop-footer {
        height: 30px;
        background-color: rgba(5, 5, 10, 0.9);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #8b949e;
        display: flex;
        align-items: center;
        padding: 0 20px;
        justify-content: center;
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .layout-shell[b-bnjdffagwf]  .desktop-sidebar,
    .layout-shell[b-bnjdffagwf]  .desktop-footer {
        display: none;
    }

    .layout-shell[b-bnjdffagwf]  .header-title {
        font-size: 1.2rem;
    }

    .layout-shell[b-bnjdffagwf]  .body-content {
        padding: 15px 10px;
    }

    .layout-shell[b-bnjdffagwf]  .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: rgba(13, 17, 23, 0.95);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(88, 166, 255, 0.3);
        z-index: 1000;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] {
    --glass-bg: rgba(255, 255, 255, 0.2);
    --glass-border: 1px solid rgba(255, 255, 255, 0.3);
    --text-light: #ffffff;
    --radius-pop: 24px;
    color: white !important;
    font-family: 'Segoe UI', sans-serif !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-grid-bg,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-side-decoration,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .sidebar-cyber-effect {
    display: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .colorful-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 50%, #d53369 100%);
    z-index: 0;
    pointer-events: none;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-header-enhanced {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: var(--glass-border) !important;
    box-shadow: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .desktop-sidebar {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(10px) !important;
    border-right: var(--glass-border) !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] fluent-footer,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .desktop-footer {
    background: var(--glass-bg) !important;
    border-top: var(--glass-border) !important;
    color: white !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .body-content {
    background: transparent !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-card,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-card-enhanced,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .holo-card,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .control-card,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .login-card,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .notification-container,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .setting-card,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .notif-item,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .user-row,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .add-user-card {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15) !important;
    border-radius: var(--radius-pop) !important;
    color: white !important;
    transform: none !important;
    animation: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .gradient-text-enhanced,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .header-title {
    background: none !important;
    -webkit-text-fill-color: white !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    filter: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .header-icon {
    color: white !important;
    filter: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] input,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] select,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] textarea,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .fluent-input-main,
.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-input {
    background-color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #333 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    font-family: inherit !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] input:focus {
    border-color: #d53369 !important;
    outline: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] input::placeholder {
    color: #aaa !important;
    opacity: 1 !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-button-primary {
    background: white !important;
    color: #d53369 !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    font-weight: 800 !important;
    clip-path: none !important;
}

.layout-shell[b-bnjdffagwf]  [data-theme="light"] .cyber-button-danger {
    background: white !important;
    color: #ff4444 !important;
    border-radius: 50px !important;
    border: none !important;
    clip-path: none !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-menu-shell.desktop-nav-container[b-puqum6bngx] {
    padding-top: 20px;
    height: 100%;
}

.nav-menu-shell.mobile-nav-container[b-puqum6bngx] {
    width: 100%;
    height: 100%;
    background: #0d1117;
    border-top: 1px solid #30363d;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.mobile-nav[b-puqum6bngx] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.mobile-nav-item[b-puqum6bngx] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu-shell[b-puqum6bngx]  .desktop-nav-link {
    white-space: nowrap !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 1rem;
    color: #d7d7d7;
    text-decoration: none !important;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.nav-menu-shell[b-puqum6bngx]  .desktop-nav-link .icon {
    margin-right: 8px;
    font-size: 1.1rem;
    transition: transform 0.3s;
}

.nav-menu-shell[b-puqum6bngx]  .desktop-nav-link.active {
    color: #58a6ff;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #58a6ff;
}

.nav-menu-shell[b-puqum6bngx]  .desktop-nav-link:hover {
    color: #58a6ff;
    text-decoration: none !important;
}

.nav-menu-shell[b-puqum6bngx]  .mobile-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8b949e;
    text-decoration: none !important;
    font-size: 0.7rem;
    flex: 1;
    padding: 5px 0;
}

.nav-menu-shell[b-puqum6bngx]  .mobile-nav-link .icon {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

.nav-menu-shell[b-puqum6bngx]  .mobile-nav-link.active,
.active-profile[b-puqum6bngx] {
    color: #58a6ff !important;
}

.nav-separator[b-puqum6bngx] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 15px 2rem;
}

.user-profile-item[b-puqum6bngx] {
    padding: 10px 0;
    color: #d7d7d7;
    text-align: center;
}

.user-profile-content[b-puqum6bngx] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.user-avatar[b-puqum6bngx] {
    --user-avatar-color: #238636;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    margin-right: 10px;
    position: relative;
    font-size: 1rem;
    background-color: var(--user-avatar-color);
}

.status-dot[b-puqum6bngx] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #2ea043;
    border: 2px solid #161b22;
    border-radius: 50%;
}

.logout-link[b-puqum6bngx] {
    text-align: center;
    margin-top: 5px;
}

.logout-link span[b-puqum6bngx] {
    font-size: 0.8rem;
    cursor: pointer;
    color: #8b949e;
}

.logout-link:hover span[b-puqum6bngx] {
    color: #ff7b72 !important;
    text-decoration: underline;
}

.profile-tab[b-puqum6bngx] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8b949e;
    font-size: 0.7rem;
    flex: 1;
}

.notification-item-wrapper[b-puqum6bngx] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.notification-label[b-puqum6bngx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inline-badge[b-puqum6bngx] {
    background: #da3633 !important;
    color: #ffffff !important;
    border-radius: 50px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 0 8px rgba(218, 54, 51, 0.8);
}

.mobile-profile-menu[b-puqum6bngx] {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 200px;
    padding: 20px;
    z-index: 1100;
    text-align: center;
}

.mobile-menu-backdrop[b-puqum6bngx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.close-btn-mobile[b-puqum6bngx] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: #8b949e;
    font-size: 1.2rem;
}

.cyber-card[b-puqum6bngx] {
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.cyber-button-primary[b-puqum6bngx] {
    background: linear-gradient(90deg, #1f6feb, #238636);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}

.mobile-logout[b-puqum6bngx] {
    background: #da3633;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 8px;
    border-radius: 0 50px 50px 0;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
    transform: skewX(-20deg);
    pointer-events: none;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
    color: white !important;
    padding-left: 35px !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link:hover::before {
    left: 100%;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link:hover .icon {
    transform: rotate(15deg) scale(1.2);
    filter: drop-shadow(0 0 5px white);
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .desktop-nav-link.active {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)) !important;
    color: white !important;
    border-left: 5px solid #fff !important;
    font-weight: 900 !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) !important;
}

:global([data-theme="light"]) .nav-separator[b-puqum6bngx] {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}

:global([data-theme="light"]) .user-profile-item[b-puqum6bngx] {
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

:global([data-theme="light"]) .user-avatar[b-puqum6bngx] {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) !important;
    border: 2px solid white !important;
}

:global([data-theme="light"]) .logout-link span[b-puqum6bngx] {
    color: rgba(255, 255, 255, 0.9) !important;
}

:global([data-theme="light"]) .nav-menu-shell.mobile-nav-container[b-puqum6bngx] {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .mobile-nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

:global([data-theme="light"]) .nav-menu-shell[b-puqum6bngx]  .mobile-nav-link.active {
    color: white !important;
}
