/* _content/BOV.SubServerHandler/Components/AdminComponents/AdminLoginPage.razor.rz.scp.css */
#LoginBody[b-8880fcifkh] {
    min-height: 100vh;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    #LoginBody *[b-8880fcifkh] {
        box-sizing: border-box;
    }

/* Animated gradient background */
.bg-gradient[b-8880fcifkh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top left, rgba(16, 185, 129, 0.15) 0%, transparent 50%), radial-gradient(ellipse at top right, rgba(239, 68, 68, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(59, 130, 246, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(168, 85, 247, 0.15) 0%, transparent 50%);
    animation: gradientShift-b-8880fcifkh 8s ease-in-out infinite;
}

@keyframes gradientShift-b-8880fcifkh {
    0%, 100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1) rotate(2deg);
    }
}

/* Geometric pattern overlay */
.geometric-pattern[b-8880fcifkh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(255,255,255,0.02) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.02) 87.5%), linear-gradient(150deg, rgba(255,255,255,0.02) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.02) 87.5%);
    background-size: 60px 60px;
    animation: patternMove-b-8880fcifkh 20s linear infinite;
}

@keyframes patternMove-b-8880fcifkh {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(60px, 60px);
    }
}

/* Floating orbs */
.orb[b-8880fcifkh] {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    animation: floatOrb-b-8880fcifkh 15s ease-in-out infinite;
}

    .orb:nth-child(1)[b-8880fcifkh] {
        width: 80px;
        height: 80px;
        background: radial-gradient(circle, rgba(16, 185, 129, 0.4), rgba(16, 185, 129, 0.1));
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .orb:nth-child(2)[b-8880fcifkh] {
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.1));
        top: 60%;
        right: 15%;
        animation-delay: 3s;
    }

    .orb:nth-child(3)[b-8880fcifkh] {
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.3), rgba(168, 85, 247, 0.1));
        bottom: 20%;
        left: 20%;
        animation-delay: 6s;
    }

@keyframes floatOrb-b-8880fcifkh {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Login container */
.login-container[b-8880fcifkh] {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 440px;
    padding: 2rem;
    animation: containerEntry-b-8880fcifkh 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes containerEntry-b-8880fcifkh {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.login-card[b-8880fcifkh] {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3.5rem 3rem;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

    .login-card[b-8880fcifkh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.8), transparent);
        animation: scanLine-b-8880fcifkh 3s ease-in-out infinite;
    }

@keyframes scanLine-b-8880fcifkh {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
        transform: translateX(100%);
    }
}

.login-card:hover[b-8880fcifkh] {
    transform: translateY(-8px);
    box-shadow: 0 48px 100px rgba(0, 0, 0, 0.6), 0 0 80px rgba(16, 185, 129, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}

/* Cyber grid effect */
.cyber-grid[b-8880fcifkh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(16, 185, 129, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 185, 129, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.login-card:hover .cyber-grid[b-8880fcifkh] {
    opacity: 1;
    animation: gridPulse-b-8880fcifkh 2s ease-in-out infinite;
}

@keyframes gridPulse-b-8880fcifkh {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.6;
    }
}

.login-header[b-8880fcifkh] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.login-title[b-8880fcifkh] {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #10b981, #3b82f6, #8b5cf6);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientText-b-8880fcifkh 4s ease-in-out infinite;
    position: relative;
}

@keyframes gradientText-b-8880fcifkh {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.login-title[b-8880fcifkh]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #10b981, transparent);
    animation: underlineGlow-b-8880fcifkh 2s ease-in-out infinite;
}

@keyframes underlineGlow-b-8880fcifkh {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1.2);
    }
}

.login-subtitle[b-8880fcifkh] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 1rem;
}

.form-group[b-8880fcifkh] {
    margin-bottom: 2rem;
    position: relative;
}

.form-input[b-8880fcifkh] {
    width: 100%;
    padding: 1.25rem 1.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
}

    .form-input[b-8880fcifkh]::placeholder {
        color: rgba(255, 255, 255, 0.4);
        transition: all 0.3s ease;
    }

    .form-input:focus[b-8880fcifkh] {
        outline: none;
        border-color: #10b981;
        background: rgba(16, 185, 129, 0.1);
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(16, 185, 129, 0.2), 0 0 0 4px rgba(16, 185, 129, 0.1);
    }

        .form-input:focus[b-8880fcifkh]::placeholder {
            opacity: 0;
            transform: translateY(-10px);
        }

/* Input glow effect */
.form-group[b-8880fcifkh]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(45deg, #10b981, #3b82f6, #8b5cf6);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.form-group:focus-within[b-8880fcifkh]::after {
    opacity: 1;
    animation: borderGlow-b-8880fcifkh 2s ease-in-out infinite;
}

@keyframes borderGlow-b-8880fcifkh {
    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.login-button[b-8880fcifkh] {
    width: 100%;
    padding: 1.25rem 2rem;
    background: linear-gradient(135deg, #10b981, #059669);
    border: none;
    border-radius: 16px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .login-button[b-8880fcifkh]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #059669, #047857);
        transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: -1;
    }

    .login-button:hover[b-8880fcifkh]::before {
        left: 0;
    }

    .login-button:hover[b-8880fcifkh] {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(16, 185, 129, 0.4), 0 0 60px rgba(16, 185, 129, 0.2);
    }

    .login-button:active[b-8880fcifkh] {
        transform: translateY(-2px);
    }

    /* Cyber button effect */
    .login-button[b-8880fcifkh]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        transition: all 0.6s ease;
        pointer-events: none;
    }

    .login-button:active[b-8880fcifkh]::after {
        width: 300px;
        height: 300px;
    }

/* Loading animation */
.loading-spinner[b-8880fcifkh] {
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
}

    .loading-spinner[b-8880fcifkh]::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top: 2px solid #ffffff;
        border-radius: 50%;
        animation: spin-b-8880fcifkh 1s linear infinite;
    }

@keyframes spin-b-8880fcifkh {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Success checkmark animation */
.checkmark[b-8880fcifkh] {
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    background: #10b981;
    position: relative;
}

    .checkmark[b-8880fcifkh]::after {
        content: '';
        position: absolute;
        left: 8px;
        top: 4px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        animation: checkmarkDraw-b-8880fcifkh 0.3s ease-in-out forwards;
    }

@keyframes checkmarkDraw-b-8880fcifkh {
    0% {
        height: 0;
    }

    100% {
        height: 12px;
    }
}

/* Particle system */
.particles[b-8880fcifkh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle-dot[b-8880fcifkh] {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #10b981;
    border-radius: 50%;
    animation: particleFloat-b-8880fcifkh 8s linear infinite;
    opacity: 0;
}

@keyframes particleFloat-b-8880fcifkh {
    0% {
        opacity: 0;
        transform: translateY(100vh) translateX(0) scale(0);
    }

    10% {
        opacity: 1;
        transform: translateY(90vh) translateX(10px) scale(1);
    }

    90% {
        opacity: 1;
        transform: translateY(-10vh) translateX(-10px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-20vh) translateX(0) scale(0);
    }
}

/* Responsive design */
@media (max-width: 480px) {
    .login-container[b-8880fcifkh] {
        padding: 1rem;
    }

    .login-card[b-8880fcifkh] {
        padding: 2.5rem 2rem;
    }

    .login-title[b-8880fcifkh] {
        font-size: 2.5rem;
    }
}
/* _content/BOV.SubServerHandler/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ppcbbzz5y8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ppcbbzz5y8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BOV.SubServerHandler/Components/NotFound.razor.rz.scp.css */
/* #################################################################
                            Not Found Page
*  ################################################################# */

@keyframes move-stars-in-background-b-9e2rq0ftac {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -9999999999px;
    }
}


@keyframes float-b-9e2rq0ftac {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    25% {
        transform: translateY(-30px) translateX(20px);
    }

    50% {
        transform: translateY(0px) translateX(0px);
    }

    75% {
        transform: translateY(30px) translateX(-20px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes twinkle-b-9e2rq0ftac {
    0% {
        background-position-x: 0;
        opacity: 0.2;
    }

    25% {
        background-position-x: 20px;
        opacity: 0.79;
    }

    50% {
        background-position-x: 0;
        opacity: 0.5;
    }

    75% {
        background-position-x: -20px;
        opacity: 0.79;
    }

    100% {
        background-position-x: 0;
        opacity: 0.2;
    }
}

.not-found-container[b-9e2rq0ftac] {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.stars[b-9e2rq0ftac], .twinkling[b-9e2rq0ftac] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.stars[b-9e2rq0ftac] {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><circle cx="10%" cy="15%" r="1" fill="white"/><circle cx="20%" cy="30%" r="1" fill="white"/><circle cx="30%" cy="25%" r="1.5" fill="white"/><circle cx="40%" cy="10%" r="1" fill="white"/><circle cx="50%" cy="20%" r="1" fill="white"/><circle cx="60%" cy="35%" r="1.5" fill="white"/><circle cx="70%" cy="15%" r="1" fill="white"/><circle cx="80%" cy="25%" r="1.5" fill="white"/><circle cx="90%" cy="30%" r="1" fill="white"/><circle cx="15%" cy="70%" r="1" fill="white"/><circle cx="25%" cy="85%" r="1.5" fill="white"/><circle cx="35%" cy="75%" r="1" fill="white"/><circle cx="45%" cy="90%" r="1" fill="white"/><circle cx="55%" cy="80%" r="1.5" fill="white"/><circle cx="65%" cy="95%" r="1" fill="white"/><circle cx="75%" cy="85%" r="1" fill="white"/><circle cx="85%" cy="70%" r="1.5" fill="white"/><circle cx="95%" cy="75%" r="1" fill="white"/></svg>') repeat;
    animation: move-stars-in-background-b-9e2rq0ftac 9999999s linear infinite, twinkle-b-9e2rq0ftac 3.6s ease-in-out infinite;
}

.twinkling[b-9e2rq0ftac] {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><circle cx="10%" cy="15%" r="1" fill="white"/><circle cx="20%" cy="30%" r="1" fill="white"/><circle cx="30%" cy="25%" r="1.5" fill="white"/><circle cx="40%" cy="10%" r="1" fill="white"/><circle cx="50%" cy="20%" r="1" fill="white"/><circle cx="60%" cy="35%" r="1.5" fill="white"/><circle cx="70%" cy="15%" r="1" fill="white"/><circle cx="80%" cy="25%" r="1.5" fill="white"/><circle cx="90%" cy="30%" r="1" fill="white"/><circle cx="15%" cy="70%" r="1" fill="white"/><circle cx="25%" cy="85%" r="1.5" fill="white"/><circle cx="35%" cy="75%" r="1" fill="white"/><circle cx="45%" cy="90%" r="1" fill="white"/><circle cx="55%" cy="80%" r="1.5" fill="white"/><circle cx="65%" cy="95%" r="1" fill="white"/><circle cx="75%" cy="85%" r="1" fill="white"/><circle cx="85%" cy="70%" r="1.5" fill="white"/><circle cx="95%" cy="75%" r="1" fill="white"/></svg>') repeat;
    animation: move-stars-in-background-b-9e2rq0ftac 39999999s linear infinite, twinkle-b-9e2rq0ftac 2s ease-in-out infinite;
}

.content[b-9e2rq0ftac] {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    text-align: center;
    padding: 2rem;
    max-width: 800px;
}

.message[b-9e2rq0ftac] {
    margin-top: 2rem;
}

.status-code[b-9e2rq0ftac] {
    font-size: 8rem;
    margin: 0;
    background: linear-gradient(to right, #ff8a00, #e52e71);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.title[b-9e2rq0ftac] {
    font-size: 2.5rem;
    margin: 1rem 0;
    font-weight: 600;
}

.description[b-9e2rq0ftac] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.back-button[b-9e2rq0ftac] {
    background: linear-gradient(45deg, #ff8a00, #e52e71);
    border: none;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(229, 46, 113, 0.4);
}

    .back-button:hover[b-9e2rq0ftac] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(229, 46, 113, 0.6);
    }

    .back-button:active[b-9e2rq0ftac] {
        transform: translateY(1px);
    }

.button-icon[b-9e2rq0ftac] {
    transition: transform 0.3s ease;
}

.back-button:hover .button-icon[b-9e2rq0ftac] {
    transform: translateX(5px);
}

.astronaut[b-9e2rq0ftac] {
    position: relative;
    width: 150px;
    height: 150px;
    animation: float-b-9e2rq0ftac 6s ease-in-out infinite;
}

.helmet[b-9e2rq0ftac] {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    top: 10px;
    left: 35px;
}

.visor[b-9e2rq0ftac] {
    position: absolute;
    width: 60px;
    height: 30px;
    background-color: #333;
    border-radius: 15px;
    top: 25px;
    left: 10px;
}

.pack[b-9e2rq0ftac] {
    position: absolute;
    width: 30px;
    height: 40px;
    background-color: #555;
    border-radius: 5px;
    top: 40px;
    left: 120px;
}

.body[b-9e2rq0ftac] {
    position: absolute;
    width: 60px;
    height: 80px;
    background-color: white;
    border-radius: 20px;
    top: 60px;
    left: 45px;
}

.panel[b-9e2rq0ftac] {
    position: absolute;
    width: 30px;
    height: 20px;
    background-color: #333;
    border-radius: 5px;
    top: 15px;
    left: 15px;
}

.arm[b-9e2rq0ftac] {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: white;
    top: 70px;
}

    .arm.left[b-9e2rq0ftac] {
        left: 29px;
        transform: rotate(20deg);
    }

    .arm.right[b-9e2rq0ftac] {
        right: -20px !important;
        transform: rotate(-20deg);
    }

.leg[b-9e2rq0ftac] {
    position: absolute;
    width: 20px;
    height: 50px;
    background-color: white;
    top: 130px;
}

    .leg.left[b-9e2rq0ftac] {
        left: 50px;
        transform: rotate(10deg);
    }

    .leg.right[b-9e2rq0ftac] {
        right: 20px !important;
        transform: rotate(-10deg);
    }

@media (min-width: 768px) {
    .content[b-9e2rq0ftac] {
        flex-direction: row;
        gap: 4rem;
        text-align: left;
    }

    .message[b-9e2rq0ftac] {
        margin-top: 0;
    }

    .astronaut[b-9e2rq0ftac] {
        width: 200px;
        height: 200px;
    }

    .helmet[b-9e2rq0ftac] {
        width: 100px;
        height: 100px;
        left: 50px;
    }

    .visor[b-9e2rq0ftac] {
        width: 80px;
        height: 40px;
        top: 30px;
        left: 10px;
    }

    .pack[b-9e2rq0ftac] {
        left: 85px !important;
    }

    .body[b-9e2rq0ftac] {
        width: 80px;
        height: 100px;
        left: 60px;
        top: 80px;
    }

    .arm[b-9e2rq0ftac] {
        top: 90px;
    }

    .leg[b-9e2rq0ftac] {
        top: 170px;
    }

        .leg.left[b-9e2rq0ftac] {
            left: 70px;
        }

        .leg.right[b-9e2rq0ftac] {
            right: 70px;
        }
}

a[b-9e2rq0ftac] {
    text-decoration: none;
}
/* _content/BOV.SubServerHandler/Components/Pages/Admin.razor.rz.scp.css */
/* Define CSS variables for consistent theming */
#AdminArea[b-43qgaenekj] {
    --primary: #ff6f00; /* Vibrant orange for primary actions */
    --primary-light: #ff8f33; /* Lighter orange for hover states */
    --dark: #1a1a1a; /* Dark background for dashboard */
    --dark-light: #2c2c2c; /* Slightly lighter dark for cards */
    --dark-lighter: #3d3d3d; /* Even lighter for subtle contrasts */
    --white: #ffffff; /* Pure white for text and backgrounds */
    --gray: #b0b0b0; /* Neutral gray for secondary elements */
    --error: #e63946; /* Red for error messages */
    --text: #e0e0e0; /* Light text for readability on dark backgrounds */
    --border-radius: 8px; /* Consistent border radius */
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    --transition: all 0.3s ease; /* Smooth transitions */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text);
    background: var(--dark);
}

/* Background overlay for dashboard */
.admin-dashboard-bg[b-43qgaenekj] {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
    z-index: -1;
}

/* Main dashboard container */
.admin-main-container[b-43qgaenekj] {
    max-width: 98%;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

/* Header */
.admin-header[b-43qgaenekj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

    .admin-header h1[b-43qgaenekj] {
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--primary);
    }

.admin-nav .nav-btn[b-43qgaenekj] {
    background: var(--dark-light);
    border: none;
    color: var(--text);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
}

    .admin-nav .nav-btn:hover[b-43qgaenekj] {
        background: var(--primary-light);
        color: var(--dark);
    }

    .admin-nav .nav-btn:disabled[b-43qgaenekj] {
        background: var(--primary);
        color: var(--dark);
        cursor: not-allowed;
    }



[b-43qgaenekj] .card-label {
    font-size: 0.875rem;
    opacity: 0.7;
}

[b-43qgaenekj] .card-value {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Buttons */
[b-43qgaenekj] .btn-outline {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
}

    [b-43qgaenekj] .btn-outline:hover {
        background: var(--primary);
        color: var(--dark);
    }

[b-43qgaenekj] .btn-solid {
    background: var(--primary);
    border: none;
    color: var(--dark);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
}

    [b-43qgaenekj] .btn-solid:hover {
        background: var(--primary-light);
    }



[b-43qgaenekj] .btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
}



/* Modals */
[b-43qgaenekj] .modal-bg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

[b-43qgaenekj] .modal-card {
    background: var(--white);
    color: var(--dark);
    padding: 2rem;
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: var(--shadow);
}

    [b-43qgaenekj] .modal-card h3 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

    [b-43qgaenekj] .modal-card .form-control,
    [b-43qgaenekj] .modal-card select {
        width: 100%;
        padding: 0.75rem;
        margin-bottom: 1rem;
        border: 1px solid var(--gray);
        border-radius: var(--border-radius);
        font-size: 1rem;
        color: var(--dark);
        background: #f9f9f9;
        transition: var(--transition);
    }

        [b-43qgaenekj] .modal-card .form-control::placeholder,
        [b-43qgaenekj] .modal-card select::placeholder {
            color: #888;
            opacity: 1;
        }

        [b-43qgaenekj] .modal-card .form-control:focus,
        [b-43qgaenekj] .modal-card select:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.2);
        }

[b-43qgaenekj] .modal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

    [b-43qgaenekj] .modal-table th, .modal-table td[b-43qgaenekj] {
        padding: 0.75rem;
        border-bottom: 1px solid var(--gray);
        font-size: 0.875rem;
    }

    [b-43qgaenekj] .modal-table th {
        background: var(--dark-lighter);
        color: var(--text);
        font-weight: 600;
    }

[b-43qgaenekj] .modal-card .btn-solid,
[b-43qgaenekj] .modal-card .btn-outline {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

[b-43qgaenekj] .IPAddress {
    position: relative;
    padding: 0 3.9px;
    background-color: #222;
    color: #eee;
    border: 1px solid #8500ff;
    border-radius: 3.9px;
}

[b-43qgaenekj] .Marked {
    position: relative;
    padding: 0 3.9px;
    background-color: #a93939;
    color: #eee;
    border: 1px solid #000000;
    border-radius: 3.9px;
}


[b-43qgaenekj] .online-span {
    position: relative;
    padding: 3.9px;
    margin: 0;
    border-radius: 3.9px;
    border: 1px solid #eee;
    color: #fff;
    font-size: 13px;
    text-shadow: -1px -1px 3px #222, 0 0 3px #222, 1px 1px 3px #222;
    box-shadow: 0 0 3.9px 1px #222;
    cursor: pointer;
}

    [b-43qgaenekj] .online-span span {
        position: absolute;
        top: -20px;
        left: -9px;
        background-color: #345;
        padding: 3px;
        border-radius: 3.9px;
        border: 1px solid #999;
    }

[b-43qgaenekj] .G9FileManager_Body {
    height: calc(100vh - var(--Header-Height) - 64px) !important;
}

[b-43qgaenekj] .G9FileManager_Body_Area {
    height: calc(100vh - var(--Header-Height) - 64px) !important;
}

#ConfigTextBox[b-43qgaenekj] {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
    min-height: 639px;
    background-color: #222;
    color: #eee;
    padding: 6.9px;
}
