@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/AntiTheft.ManagementPortal/MainLayout.razor.rz.scp.css */
/* Main page layout */
.page[b-x7zu5cp3gd] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background: #f8fafc;
    width: 100%;
}

main[b-x7zu5cp3gd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 0; /* Force flex item to respect flex-basis */
    min-width: 0; /* Allow flex item to shrink below content size */
}

/* Modern Sidebar Design */
.sidebar[b-x7zu5cp3gd] {
    background: linear-gradient(180deg, #1a202c 0%, #2d3748 100%);
    width: 280px;
    min-width: 280px; /* Prevent sidebar from shrinking */
    flex-shrink: 0; /* Prevent sidebar from shrinking in flex layout */
    height: 100vh;
    position: sticky;
    top: 0;
    border-right: 1px solid rgba(74, 85, 104, 0.2);
    box-shadow: 
        4px 0 20px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.desktop-always-visible[b-x7zu5cp3gd] {
    display: block;
    position: sticky;
    left: 0;
}

/* Custom scrollbar for sidebar */
.sidebar[b-x7zu5cp3gd]::-webkit-scrollbar {
    width: 5px;
}

.sidebar[b-x7zu5cp3gd]::-webkit-scrollbar-track {
    background: rgba(45, 55, 72, 0.5);
    border-radius: 3px;
}

.sidebar[b-x7zu5cp3gd]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4299e1, #3182ce);
    border-radius: 3px;
    transition: background 0.3s ease;
}

.sidebar[b-x7zu5cp3gd]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3182ce, #2c5282);
}

/* Sidebar Header */
.sidebar-header[b-x7zu5cp3gd] {
    padding: 2rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(74, 85, 104, 0.3);
    background: linear-gradient(180deg, rgba(66, 153, 225, 0.08), rgba(49, 130, 206, 0.04));
    position: relative;
    overflow: hidden;
}

.sidebar-header[b-x7zu5cp3gd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(66, 153, 225, 0.1), transparent 50%);
    pointer-events: none;
}

.sidebar-logo[b-x7zu5cp3gd] {
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sidebar-logo img[b-x7zu5cp3gd] {
    max-width: 80%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-logo img:hover[b-x7zu5cp3gd] {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.sidebar-brand[b-x7zu5cp3gd] {
    position: relative;
    z-index: 1;
}

.brand-subtitle[b-x7zu5cp3gd] {
    font-size: 0.8125rem;
    color: #a0aec0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    opacity: 0.85;
}

/* Navigation */
.sidebar-nav[b-x7zu5cp3gd] {
    padding: 1.5rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nav-section[b-x7zu5cp3gd] {
    margin-bottom: 1.75rem;
}

.nav-section-logout[b-x7zu5cp3gd] {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(74, 85, 104, 0.3);
    margin-bottom: 1.5rem;
}

.nav-section-title[b-x7zu5cp3gd] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1rem 0;
    padding: 0 1.5rem;
    position: relative;
}

.nav-section-title[b-x7zu5cp3gd]::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 1.5rem;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #4299e1, transparent);
    border-radius: 1px;
}

.nav-items[b-x7zu5cp3gd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.nav-section:not(.nav-section-logout) .nav-items[b-x7zu5cp3gd] {
    padding-left: 1rem;
}

.nav-item[b-x7zu5cp3gd] {
    opacity: 0;
    animation: slideInFade-b-x7zu5cp3gd 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    transform: translateY(15px);
    margin-bottom: 0.25rem;
    position: relative;
}

.nav-item:nth-child(1)[b-x7zu5cp3gd] { animation-delay: 0.08s; }
.nav-item:nth-child(2)[b-x7zu5cp3gd] { animation-delay: 0.12s; }
.nav-item:nth-child(3)[b-x7zu5cp3gd] { animation-delay: 0.16s; }
.nav-item:nth-child(4)[b-x7zu5cp3gd] { animation-delay: 0.2s; }
.nav-item:nth-child(5)[b-x7zu5cp3gd] { animation-delay: 0.24s; }
.nav-item:nth-child(6)[b-x7zu5cp3gd] { animation-delay: 0.28s; }

.nav-item[b-x7zu5cp3gd]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: linear-gradient(180deg, #4299e1, #63b3ed);
    border-radius: 0 2px 2px 0;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

@keyframes slideInFade-b-x7zu5cp3gd {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-link[b-x7zu5cp3gd] {
    color: #e2e8f0;
    background: transparent;
    border: none;
    padding: 1rem 1.5rem 1rem 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    width: calc(100% - 3rem);
    position: relative;
    overflow: hidden;
    margin: 0 1.5rem;
    font-size: 0.875rem;
    border: 1px solid transparent;
    gap: 1rem;
    flex-wrap: nowrap;
    min-height: 48px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

.nav-link[b-x7zu5cp3gd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(66, 153, 225, 0.15), transparent);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.nav-link[b-x7zu5cp3gd]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4299e1, #63b3ed);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.nav-link:hover[b-x7zu5cp3gd]::before {
    left: 100%;
}

.nav-link:hover[b-x7zu5cp3gd]::after {
    width: 80%;
}

.nav-link:hover[b-x7zu5cp3gd] {
    color: #ffffff;
    background: rgba(66, 153, 225, 0.15);
    transform: translateX(6px) scale(1.02);
    border-color: rgba(66, 153, 225, 0.25);
    box-shadow: 
        0 4px 12px rgba(66, 153, 225, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 20px rgba(66, 153, 225, 0.1);
}

.nav-link:hover .nav-icon[b-x7zu5cp3gd] {
    transform: translateX(3px) scale(1.1);
    color: #63b3ed;
    filter: drop-shadow(0 0 8px rgba(99, 179, 237, 0.4));
}

.nav-link:hover .nav-text[b-x7zu5cp3gd] {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.nav-item:hover[b-x7zu5cp3gd]::before {
    height: 100%;
}

.nav-link:active[b-x7zu5cp3gd] {
    transform: translateX(4px) scale(0.98);
    transition: transform 0.1s ease;
}

.nav-link.active[b-x7zu5cp3gd] {
    background: linear-gradient(135deg, rgba(66, 153, 225, 0.25), rgba(49, 130, 206, 0.18));
    color: #ffffff;
    font-weight: 600;
    border-left: 4px solid #4299e1;
    border-color: rgba(66, 153, 225, 0.3);
    box-shadow: 
        0 6px 16px rgba(66, 153, 225, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.nav-link.active[b-x7zu5cp3gd]::before {
    left: 0;
    background: linear-gradient(90deg, rgba(66, 153, 225, 0.1), rgba(66, 153, 225, 0.05));
}

.nav-link.active[b-x7zu5cp3gd]::after {
    width: 90%;
    background: linear-gradient(90deg, #63b3ed, #4299e1);
    box-shadow: 0 0 8px rgba(66, 153, 225, 0.5);
}

.nav-item.active[b-x7zu5cp3gd]::before {
    height: 100%;
    background: linear-gradient(180deg, #63b3ed, #4299e1);
    box-shadow: 0 0 8px rgba(66, 153, 225, 0.5);
}

.nav-link.active .nav-icon[b-x7zu5cp3gd] {
    color: #63b3ed;
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(99, 179, 237, 0.5));
}

.nav-link.active .nav-text[b-x7zu5cp3gd] {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.nav-icon[b-x7zu5cp3gd] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 8px;
    padding: 2px;
}

/* SVG icon styling */
.nav-icon svg[b-x7zu5cp3gd] {
    width: 18px;
    height: 18px;
    display: block;
    stroke-width: 2.2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-text[b-x7zu5cp3gd] {
    font-size: 0.875rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    color: #e2e8f0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logout link special styling */
.logout-link[b-x7zu5cp3gd] {
    color: #feb2b2 !important;
    background: rgba(245, 101, 101, 0.1) !important;
    border-color: rgba(245, 101, 101, 0.2) !important;
    margin-top: 1rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /* Reset padding for logout link to normal */
    padding: 1rem 1.5rem !important;
    margin: 1rem 1rem 0 1rem !important;
}

.logout-link[b-x7zu5cp3gd]::before {
    background: linear-gradient(90deg, transparent, rgba(245, 101, 101, 0.15), transparent);
}

.logout-link[b-x7zu5cp3gd]::after {
    background: linear-gradient(90deg, #fc8181, #f56565);
}

.logout-link:hover[b-x7zu5cp3gd] {
    color: #ffffff !important;
    background: rgba(245, 101, 101, 0.18) !important;
    transform: translateX(6px) scale(1.02);
    box-shadow: 
        0 4px 12px rgba(245, 101, 101, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 20px rgba(245, 101, 101, 0.15);
}

.logout-link:hover[b-x7zu5cp3gd]::after {
    width: 80%;
}

.logout-link .nav-icon[b-x7zu5cp3gd] {
    color: #fc8181;
    background: rgba(252, 129, 129, 0.1);
    border-radius: 6px;
    padding: 2px;
}

.logout-link:hover .nav-icon[b-x7zu5cp3gd] {
    color: #ffffff;
    background: rgba(252, 129, 129, 0.2);
    transform: translateX(3px) scale(1.1);
    filter: drop-shadow(0 0 8px rgba(252, 129, 129, 0.4));
}

.logout-link:hover .nav-text[b-x7zu5cp3gd] {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Smooth focus states */
.nav-link:focus[b-x7zu5cp3gd] {
    outline: none;
    box-shadow: 
        0 0 0 2px rgba(66, 153, 225, 0.3),
        0 4px 12px rgba(66, 153, 225, 0.2);
}

.nav-link:focus-visible[b-x7zu5cp3gd] {
    outline: 2px solid #4299e1;
    outline-offset: 2px;
}

/* Add subtle pulse animation to active item */
@keyframes pulseGlow-b-x7zu5cp3gd {
    0%, 100% { 
        box-shadow: 
            0 6px 16px rgba(66, 153, 225, 0.25),
            0 0 0 1px rgba(255, 255, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 8px 20px rgba(66, 153, 225, 0.3),
            0 0 0 1px rgba(255, 255, 255, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
}

.nav-link.active[b-x7zu5cp3gd] {
    animation: pulseGlow-b-x7zu5cp3gd 3s ease-in-out infinite;
}

/* Top row */
.top-row[b-x7zu5cp3gd] {
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 
        0 1px 3px 0 rgba(0, 0, 0, 0.08),
        0 1px 2px 0 rgba(0, 0, 0, 0.04);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    padding-right: 2rem;
    backdrop-filter: blur(8px);
}

/* Profile Section */
.profile-section[b-x7zu5cp3gd] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-circle[b-x7zu5cp3gd] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 6px 16px rgba(102, 126, 234, 0.3),
        0 3px 6px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.profile-circle[b-x7zu5cp3gd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.profile-circle:hover[b-x7zu5cp3gd] {
    transform: scale(1.08);
    box-shadow: 
        0 8px 20px rgba(102, 126, 234, 0.4),
        0 4px 10px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
}

.profile-circle:hover[b-x7zu5cp3gd]::before {
    opacity: 0.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.05) 100%);
}

.profile-circle:active[b-x7zu5cp3gd] {
    transform: scale(0.95);
    box-shadow: 
        0 4px 12px rgba(102, 126, 234, 0.35),
        0 2px 4px rgba(0, 0, 0, 0.12),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-circle svg[b-x7zu5cp3gd] {
    color: white;
    width: 22px;
    height: 22px;
    stroke-width: 2.5;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.profile-circle:hover svg[b-x7zu5cp3gd] {
    transform: scale(1.05);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.profile-circle:focus[b-x7zu5cp3gd] {
    outline: none;
    box-shadow: 
        0 0 0 3px rgba(102, 126, 234, 0.4),
        0 6px 16px rgba(102, 126, 234, 0.3),
        0 3px 6px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.top-row span[b-x7zu5cp3gd] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    background: linear-gradient(135deg, rgba(66, 153, 225, 0.08), rgba(49, 130, 206, 0.05));
    border-radius: 8px;
    border: 1px solid rgba(66, 153, 225, 0.15);
    backdrop-filter: blur(10px);
}

.top-row[b-x7zu5cp3gd]  a, .top-row[b-x7zu5cp3gd]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.top-row[b-x7zu5cp3gd]  a:hover, .top-row[b-x7zu5cp3gd]  .btn-link:hover {
    text-decoration: none;
    color: #2d3748;
    background: rgba(66, 153, 225, 0.08);
}

.top-row[b-x7zu5cp3gd]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Content area adjustments */
.content[b-x7zu5cp3gd] {
    padding: 2rem;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    flex: 1;
}

/* Mobile hamburger menu */
.mobile-header[b-x7zu5cp3gd] {
    display: none;
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    padding: 1rem;
    border-bottom: 1px solid rgba(74, 85, 104, 0.3);
    position: relative;
    z-index: 1001;
}

.mobile-nav-toggle[b-x7zu5cp3gd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-brand[b-x7zu5cp3gd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-brand img[b-x7zu5cp3gd] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.mobile-brand-text[b-x7zu5cp3gd] {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.125rem;
}

.hamburger-btn[b-x7zu5cp3gd] {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-btn:hover[b-x7zu5cp3gd] {
    background: rgba(66, 153, 225, 0.1);
    color: #63b3ed;
}

.hamburger-icon[b-x7zu5cp3gd] {
    width: 24px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.hamburger-icon span[b-x7zu5cp3gd] {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(1)[b-x7zu5cp3gd] {
    top: 0px;
}

.hamburger-icon span:nth-child(2)[b-x7zu5cp3gd],
.hamburger-icon span:nth-child(3)[b-x7zu5cp3gd] {
    top: 8px;
}

.hamburger-icon span:nth-child(4)[b-x7zu5cp3gd] {
    top: 16px;
}

/* Hamburger animation when open */
.hamburger-btn.active .hamburger-icon span:nth-child(1)[b-x7zu5cp3gd] {
    top: 8px;
    width: 0%;
    left: 50%;
}

.hamburger-btn.active .hamburger-icon span:nth-child(2)[b-x7zu5cp3gd] {
    transform: rotate(45deg);
}

.hamburger-btn.active .hamburger-icon span:nth-child(3)[b-x7zu5cp3gd] {
    transform: rotate(-45deg);
}

.hamburger-btn.active .hamburger-icon span:nth-child(4)[b-x7zu5cp3gd] {
    top: 8px;
    width: 0%;
    left: 50%;
}

/* Mobile sidebar overlay */
.sidebar-overlay[b-x7zu5cp3gd] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.sidebar-overlay.show[b-x7zu5cp3gd] {
    display: block;
}

/* Responsive design */
@media (max-width: 768px) {
    .page[b-x7zu5cp3gd] {
        flex-direction: column;
    }
    
    .mobile-header[b-x7zu5cp3gd] {
        display: block;
    }
    
    /* Mobile: sidebar is hidden by default and can be toggled */
    .sidebar.desktop-always-visible[b-x7zu5cp3gd] {
        position: fixed !important;
        top: 0;
        left: -100% !important;
        width: 280px;
        height: 100vh;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
    }
    
    .sidebar.mobile-show[b-x7zu5cp3gd] {
        left: 0 !important;
    }
    
    .top-row:not(.auth)[b-x7zu5cp3gd] {
        display: none;
    }

    .top-row.auth[b-x7zu5cp3gd] {
        justify-content: space-between;
        margin-top: 0;
    }

    .top-row[b-x7zu5cp3gd]  a, .top-row[b-x7zu5cp3gd]  .btn-link {
        margin-left: 0;
    }
    
    .content[b-x7zu5cp3gd] {
        margin-top: 0;
        padding: 1rem;
    }
    
    main[b-x7zu5cp3gd] {
        margin-top: 0;
        padding-top: 72px;
    }
    
    /* Mobile nav-items adjustments */
    .nav-items[b-x7zu5cp3gd] {
        gap: 0.375rem;
    }
    
    .nav-link[b-x7zu5cp3gd] {
        padding: 0.875rem 1.25rem 0.875rem 2.5rem;
        font-size: 0.8125rem;
        min-height: 42px;
        border-radius: 10px;
    }
    
    .nav-link:hover[b-x7zu5cp3gd] {
        transform: translateX(4px) scale(1.01);
    }
    
    .nav-link.active[b-x7zu5cp3gd] {
        transform: translateX(3px);
    }
    
    .nav-icon[b-x7zu5cp3gd] {
        width: 18px;
        height: 18px;
        min-width: 18px;
        max-width: 18px;
    }
    
    .nav-icon svg[b-x7zu5cp3gd] {
        width: 16px;
        height: 16px;
    }
    
    .nav-text[b-x7zu5cp3gd] {
        font-size: 0.8125rem;
    }
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .nav-link[b-x7zu5cp3gd] {
        padding: 0.9375rem 1.375rem 0.9375rem 2.25rem;
        font-size: 0.8125rem;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .nav-link[b-x7zu5cp3gd] {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .nav-link:hover[b-x7zu5cp3gd] {
        border-color: rgba(255, 255, 255, 0.6);
    }
    
    .nav-link.active[b-x7zu5cp3gd] {
        border-color: #4299e1;
        background: rgba(66, 153, 225, 0.3);
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .nav-link[b-x7zu5cp3gd] {
        transition: none;
    }
    
    .nav-link[b-x7zu5cp3gd]::before,
    .nav-link[b-x7zu5cp3gd]::after {
        transition: none;
    }
    
    .nav-icon[b-x7zu5cp3gd] {
        transition: none;
    }
    
    .nav-item[b-x7zu5cp3gd] {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    .nav-link.active[b-x7zu5cp3gd] {
        animation: none;
    }
}
