/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h94wpbfcx2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h94wpbfcx2] {
    flex: 1;
    background: transparent;
}

.sidebar[b-h94wpbfcx2] {
    background: linear-gradient(180deg, #0a0a0f 0%, #12121a 50%, #0a0a0f 100%);
    border-right: 1px solid #2a2a3a;
    position: relative;
}

.sidebar[b-h94wpbfcx2]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #ff3333, #d4af37, #ff3333);
    opacity: 0.5;
}

.top-row[b-h94wpbfcx2] {
    background: linear-gradient(90deg, rgba(10, 10, 15, 0.95) 0%, rgba(18, 18, 26, 0.95) 100%);
    border-bottom: 1px solid #2a2a3a;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.top-row[b-h94wpbfcx2]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.top-row[b-h94wpbfcx2]  a, .top-row[b-h94wpbfcx2]  .btn-link {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #00ffff;
    transition: all 0.3s ease;
}

.top-row[b-h94wpbfcx2]  a:hover, .top-row[b-h94wpbfcx2]  .btn-link:hover {
    color: #d4af37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    text-decoration: none;
}

.top-row[b-h94wpbfcx2]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-h94wpbfcx2]  span {
    font-family: 'Rajdhani', sans-serif;
    color: #d4af37;
    font-weight: 600;
}

@media (max-width: 640.98px) {
    .top-row[b-h94wpbfcx2] {
        justify-content: space-between;
    }

    .top-row[b-h94wpbfcx2]  a, .top-row[b-h94wpbfcx2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h94wpbfcx2] {
        flex-direction: row;
    }

    .sidebar[b-h94wpbfcx2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h94wpbfcx2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h94wpbfcx2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h94wpbfcx2], article[b-h94wpbfcx2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h94wpbfcx2] {
    background: linear-gradient(90deg, rgba(179, 33, 33, 0.95) 0%, rgba(100, 20, 20, 0.95) 100%);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(255, 51, 51, 0.5);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 2px solid #ff3333;
}

#blazor-error-ui .dismiss[b-h94wpbfcx2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #d4af37;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xv45hctun9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 51, 51, 0.3);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 175, 55, 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.75rem rgba(10, 10, 15, 0.8);
}

.navbar-toggler:checked[b-xv45hctun9] {
    background-color: rgba(255, 51, 51, 0.3);
}

.top-row[b-xv45hctun9] {
    height: 3.5rem;
    background: linear-gradient(180deg, rgba(255, 51, 51, 0.2) 0%, rgba(10, 10, 15, 0.95) 100%);
    border-bottom: 2px solid #ff3333;
    position: relative;
}

.top-row[b-xv45hctun9]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.navbar-brand[b-xv45hctun9] {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d4af37 !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.bi[b-xv45hctun9] {
    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-xv45hctun9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4af37' 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-trophy-fill-nav-menu[b-xv45hctun9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4af37' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xv45hctun9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4af37' 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");
}

.bi-gear-fill-nav-menu[b-xv45hctun9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff3333' 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.169.311c.446.82.023 1.841-.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.311-.169a1.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-.169-.311a1.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-.311.169a1.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-graph-up-nav-menu[b-xv45hctun9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300ffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.nav-item[b-xv45hctun9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-xv45hctun9] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-xv45hctun9] {
    padding-bottom: 1rem;
}

.nav-item[b-xv45hctun9]  .nav-link {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    background: none;
    border: none;
    border-radius: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.nav-item[b-xv45hctun9]  a.active {
    background: linear-gradient(90deg, rgba(255, 51, 51, 0.2) 0%, transparent 100%);
    color: #d4af37;
    border-left-color: #ff3333;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.nav-item[b-xv45hctun9]  .nav-link:hover {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
    color: #d4af37;
    border-left-color: #d4af37;
}

.nav-scrollable[b-xv45hctun9] {
    display: none;
    background: linear-gradient(180deg, #0a0a0f 0%, #12121a 100%);
}

.navbar-toggler:checked ~ .nav-scrollable[b-xv45hctun9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xv45hctun9] {
        display: none;
    }

    .nav-scrollable[b-xv45hctun9] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
