/* /Layout/Admin/AdminLayout.razor.rz.scp.css */
/* CSS is intentionally left blank to avoid interference with the game layout. */
/* /Layout/Admin/AdminNavMenu.razor.rz.scp.css */
.speedl-admin-toggle[b-p1dstf876r] {
    background: rgba(255, 69, 58, 0.15) !important;
    border: 1px solid rgba(255, 69, 58, 0.3) !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.speedl-admin-toggle:hover[b-p1dstf876r] {
    background: rgba(255, 69, 58, 0.25) !important;
    transform: scale(1.05) !important;
}

.speedl-admin-header[b-p1dstf876r] {
    min-height: 4rem !important;
    background: rgba(28, 28, 30, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border-bottom: 1px solid rgba(255, 69, 58, 0.2) !important;
}

.speedl-admin-brand[b-p1dstf876r] {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: rgba(255, 69, 58, 0.95) !important;
}

.bi[b-p1dstf876r] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-p1dstf876r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-p1dstf876r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-p1dstf876r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-p1dstf876r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p1dstf876r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p1dstf876r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p1dstf876r]  a {
        color: rgba(255, 255, 255, 0.9) !important;
        border-radius: 16px !important;
        height: 3.5rem !important;
        display: flex !important;
        align-items: center !important;
        line-height: 3.5rem !important;
        margin: 2px 8px !important;
        padding: 0 16px !important;
        font-weight: 500 !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        backdrop-filter: blur(10px) !important;
    }

.nav-item[b-p1dstf876r]  a.active {
    background: linear-gradient(135deg, rgba(255, 69, 58, 0.3), rgba(255, 45, 85, 0.3)) !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(255, 69, 58, 0.4) !important;
    box-shadow: 
        0 8px 32px rgba(255, 69, 58, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.nav-item[b-p1dstf876r]  a:hover {
    background: rgba(255, 69, 58, 0.15) !important;
    color: rgba(255, 255, 255, 1) !important;
    transform: translateX(4px) !important;
    box-shadow: 0 4px 16px rgba(255, 69, 58, 0.2) !important;
}

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

    .collapse[b-p1dstf876r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-p1dstf876r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/Client/DashboardLayout.razor.rz.scp.css */
/* SpeedL Modern Apple-Inspired Dashboard Design */

.speedl-header[b-symfncsdo8] {
    background: linear-gradient(135deg, var(--speedl-gray-1) 0%, var(--speedl-black) 100%) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border-bottom: 2px solid var(--speedl-gold) !important;
    height: 72px !important;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(184, 134, 11, 0.2),
        inset 0 1px 0 rgba(184, 134, 11, 0.15) !important;
    position: relative !important;
}

.speedl-header[b-symfncsdo8]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--speedl-gold), transparent) !important;
    opacity: 0.7 !important;
}

.speedl-menu-toggle[b-symfncsdo8] {
    margin-right: 24px !important;
    border-radius: 16px !important;
    background: var(--speedl-gray-2) !important;
    border: 1px solid var(--speedl-gold-medium) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

.speedl-menu-toggle[b-symfncsdo8]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, var(--speedl-gold-light), transparent) !important;
    transition: left 0.5s ease !important;
}

.speedl-menu-toggle:hover[b-symfncsdo8] {
    background: var(--speedl-gold-light) !important;
    border-color: var(--speedl-gold) !important;
    transform: scale(1.08) rotate(5deg) !important;
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.4) !important;
}

.speedl-menu-toggle:hover[b-symfncsdo8]::before {
    left: 100% !important;
}

.speedl-brand-logo[b-symfncsdo8] {
    background: linear-gradient(135deg, var(--speedl-gold), var(--speedl-copper), var(--speedl-brass)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800 !important;
    font-size: 28px !important;
    letter-spacing: -0.03em !important;
    text-shadow: 0 0 20px rgba(184, 134, 11, 0.6) !important;
    position: relative !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) !important;
}

.speedl-brand-logo[b-symfncsdo8]::after {
    content: '⚡' !important;
    position: absolute !important;
    right: -8px !important;
    top: -5px !important;
    font-size: 16px !important;
    color: var(--speedl-gold-bright) !important;
    animation: sparkle-b-symfncsdo8 2s ease-in-out infinite !important;
    filter: drop-shadow(0 0 8px var(--speedl-gold)) !important;
}

@keyframes sparkle-b-symfncsdo8 {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.speedl-search-container[b-symfncsdo8] {
    width: 480px !important;
    max-width: 480px !important;
}

.speedl-search-container .mud-input-control[b-symfncsdo8] {
    background: rgba(58, 58, 60, 0.8) !important;
    border: 1px solid rgba(99, 99, 102, 0.3) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease !important;
}

.speedl-search-container .mud-input-control:focus-within[b-symfncsdo8] {
    border-color: rgba(0, 122, 255, 0.6) !important;
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1) !important;
    background: rgba(58, 58, 60, 0.95) !important;
}

.speedl-search-container .mud-input[b-symfncsdo8] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.speedl-search-container .mud-input[b-symfncsdo8]::placeholder {
    color: rgba(235, 235, 245, 0.6) !important;
}

.speedl-sidebar[b-symfncsdo8] {
    background: linear-gradient(180deg, var(--speedl-gray-1) 0%, var(--speedl-black) 100%) !important;
    backdrop-filter: blur(30px) saturate(200%) !important;
    border-right: 3px solid transparent !important;
    border-image: linear-gradient(180deg, var(--speedl-gold), transparent, var(--speedl-copper)) 1 !important;
    box-shadow: 
        4px 0 20px rgba(0, 0, 0, 0.7),
        inset -1px 0 0 rgba(184, 134, 11, 0.2) !important;
    position: relative !important;
}

.speedl-sidebar[b-symfncsdo8]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 120px !important;
    background: radial-gradient(ellipse at center top, rgba(184, 134, 11, 0.15), transparent 70%) !important;
    pointer-events: none !important;
}

.speedl-main-viewport[b-symfncsdo8] {
    background: radial-gradient(ellipse at top center, var(--speedl-gray-1) 0%, var(--speedl-black) 70%) !important;
    padding: 40px 40px 0 40px !important;
    margin-top: 72px !important;
    min-height: calc(100vh - 72px) !important;
    position: relative !important;
}

.speedl-main-viewport[b-symfncsdo8]::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: 
        radial-gradient(circle at 20% 50%, rgba(184, 134, 11, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(161, 84, 42, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(184, 115, 51, 0.03) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* Custom Apple-style scrollbar */
[b-symfncsdo8]::-webkit-scrollbar {
    width: 12px !important;
}

[b-symfncsdo8]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 6px !important;
}

[b-symfncsdo8]::-webkit-scrollbar-thumb {
    background: rgba(142, 142, 147, 0.5) !important;
    border-radius: 6px !important;
    border: 2px solid transparent !important;
    background-clip: content-box !important;
    transition: all 0.3s ease !important;
}

[b-symfncsdo8]::-webkit-scrollbar-thumb:hover {
    background: rgba(142, 142, 147, 0.8) !important;
}

/* SpeedL Navigation System */
.speedl-nav-container[b-symfncsdo8] {
    padding: 16px 0 !important;
}

.speedl-nav-container .mud-nav-link[b-symfncsdo8] {
    margin-bottom: 6px !important;
    border-radius: 16px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.mud-nav-link[b-symfncsdo8] {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 16px !important;
    margin: 2px 8px !important;
    letter-spacing: 0.005em !important;
    backdrop-filter: blur(10px) !important;
}

.mud-nav-link:hover[b-symfncsdo8] {
    background: var(--speedl-gold-light) !important;
    color: var(--speedl-gold-bright) !important;
    transform: translateX(8px) scale(1.02) !important;
    box-shadow: 
        0 6px 20px rgba(184, 134, 11, 0.4),
        inset 0 1px 0 rgba(184, 134, 11, 0.3) !important;
    border-left: 4px solid var(--speedl-gold) !important;
}

.mud-nav-link.active[b-symfncsdo8] {
    background: linear-gradient(135deg, var(--speedl-gold-medium), var(--speedl-bronze-medium)) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid var(--speedl-gold) !important;
    font-weight: 600 !important;
    box-shadow: 
        0 8px 32px rgba(184, 134, 11, 0.5),
        0 0 20px rgba(184, 134, 11, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    transform: translateX(12px) !important;
}

.mud-nav-link.active[b-symfncsdo8]::before {
    content: '▶' !important;
    position: absolute !important;
    left: -20px !important;
    color: var(--speedl-gold-bright) !important;
    font-size: 12px !important;
    animation: pulse-b-symfncsdo8 2s ease-in-out infinite !important;
    filter: drop-shadow(0 0 4px var(--speedl-gold)) !important;
}

@keyframes pulse-b-symfncsdo8 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.mud-nav-link .mud-nav-link-icon[b-symfncsdo8] {
    color: inherit !important;
    margin-right: 16px !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)) !important;
}

.mud-nav-group[b-symfncsdo8] {
    margin-bottom: 12px !important;
}

.mud-nav-group .mud-collapse-container[b-symfncsdo8] {
    padding: 0 !important;
}

/* SpeedL UI Components */
.mud-avatar[b-symfncsdo8] {
    background: linear-gradient(135deg, var(--speedl-gold), var(--speedl-copper)) !important;
    box-shadow: 
        0 6px 20px rgba(184, 134, 11, 0.5),
        0 0 30px rgba(184, 134, 11, 0.3) !important;
    border: 3px solid var(--speedl-gold-dark) !important;
    position: relative !important;
}

.mud-avatar[b-symfncsdo8]::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(45deg, var(--speedl-gold), var(--speedl-bronze), var(--speedl-copper)) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
    animation: rotate-b-symfncsdo8 3s linear infinite !important;
}

@keyframes rotate-b-symfncsdo8 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mud-icon-button[b-symfncsdo8] {
    color: var(--speedl-text-primary) !important;
    border-radius: 16px !important;
    background: var(--speedl-gray-2) !important;
    border: 1px solid var(--speedl-gold-light) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.mud-icon-button:hover[b-symfncsdo8] {
    background: var(--speedl-gold-light) !important;
    color: var(--speedl-gold-bright) !important;
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.5) !important;
    border-color: var(--speedl-gold) !important;
}

/* SpeedL Content Cards */
.speedl-genre-tile:hover[b-symfncsdo8] {
    transform: translateY(-8px) scale(1.02) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25) !important;
}

.speedl-content-preview:hover[b-symfncsdo8] {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(0, 122, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    backdrop-filter: blur(20px) saturate(150%) !important;
}

.mud-carousel[b-symfncsdo8] {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
}

.mud-carousel .mud-carousel-item[b-symfncsdo8] {
    border-radius: 24px !important;
}

/* SpeedL Rating System */
.mud-rating .mud-rating-item[b-symfncsdo8] {
    color: #FF9F0A !important;
    filter: drop-shadow(0 2px 4px rgba(255, 159, 10, 0.3)) !important;
    transition: all 0.2s ease !important;
}

.mud-rating .mud-rating-item:hover[b-symfncsdo8] {
    transform: scale(1.1) !important;
}
/* /Layout/Client/DashboardNavMenu.razor.rz.scp.css */
.speedl-nav-toggle[b-l58atmdjdf] {
    background: rgba(0, 122, 255, 0.15) !important;
    border: 1px solid rgba(0, 122, 255, 0.3) !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.speedl-nav-toggle:hover[b-l58atmdjdf] {
    background: rgba(0, 122, 255, 0.25) !important;
    transform: scale(1.05) !important;
}

.speedl-top-bar[b-l58atmdjdf] {
    min-height: 4rem !important;
    background: rgba(28, 28, 30, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border-bottom: 1px solid rgba(99, 99, 102, 0.2) !important;
}

.speedl-brand-text[b-l58atmdjdf] {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

.bi[b-l58atmdjdf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l58atmdjdf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l58atmdjdf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l58atmdjdf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l58atmdjdf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l58atmdjdf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l58atmdjdf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l58atmdjdf]  a {
        color: rgba(255, 255, 255, 0.9) !important;
        border-radius: 16px !important;
        height: 3.5rem !important;
        display: flex !important;
        align-items: center !important;
        line-height: 3.5rem !important;
        margin: 2px 8px !important;
        padding: 0 16px !important;
        font-weight: 500 !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        backdrop-filter: blur(10px) !important;
    }

.nav-item[b-l58atmdjdf]  a.active {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.3), rgba(88, 86, 214, 0.3)) !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(0, 122, 255, 0.4) !important;
    box-shadow: 
        0 8px 32px rgba(0, 122, 255, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.nav-item[b-l58atmdjdf]  a:hover {
    background: rgba(0, 122, 255, 0.15) !important;
    color: rgba(255, 255, 255, 1) !important;
    transform: translateX(4px) !important;
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.2) !important;
}

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

    .collapse[b-l58atmdjdf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-l58atmdjdf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* CSS is intentionally left blank to avoid interference with the game layout. */
