/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: #0a0a0a;
    color: #ffffff;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Background Image Layer (Blurred) */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.05) 0%, transparent 50%),
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)),
        url('../img/bg.jpg');
    background-size: cover, cover, cover, cover, cover;
    background-position: center, center, center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    filter: blur(2px);
    z-index: -3;
}

/* Grid Overlay Layer (Clear) */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5"><rect width="5" height="5" fill="none" stroke="%23555" stroke-width="0.3" opacity="0.4"/></svg>');
    background-size: 5px 5px;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: -2;
}

/* Animated Fireflies */
.fireflies {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.firefly {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 50%;
    box-shadow: 0 0 6px #cccccc, 0 0 12px #cccccc;
    animation: fireflyFloat 8s ease-in-out infinite;
    opacity: 0;
}

.firefly-1 {
    animation: fireflyFloat1 12s ease-in-out infinite;
}

.firefly-2 {
    animation: fireflyFloat2 10s ease-in-out infinite;
}

.firefly-3 {
    animation: fireflyFloat3 14s ease-in-out infinite;
}

.firefly-4 {
    animation: fireflyFloat4 9s ease-in-out infinite;
}

.firefly-5 {
    animation: fireflyFloat5 11s ease-in-out infinite;
}

.firefly-6 {
    animation: fireflyFloat6 13s ease-in-out infinite;
}

.firefly-7 {
    animation: fireflyFloat7 8s ease-in-out infinite;
}

.firefly-8 {
    animation: fireflyFloat8 15s ease-in-out infinite;
}

@keyframes fireflyFloat1 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { transform: translateY(-30px) translateX(20px); opacity: 0.8; }
    25% { transform: translateY(-60px) translateX(-40px); opacity: 1; }
    40% { transform: translateY(-20px) translateX(-80px); opacity: 0.6; }
    55% { transform: translateY(-100px) translateX(-20px); opacity: 0.9; }
    70% { transform: translateY(-40px) translateX(60px); opacity: 0.4; }
    85% { transform: translateY(-80px) translateX(40px); opacity: 0.7; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat2 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    15% { transform: translateY(40px) translateX(-30px); opacity: 0.9; }
    30% { transform: translateY(-20px) translateX(-60px); opacity: 0.5; }
    45% { transform: translateY(-80px) translateX(20px); opacity: 1; }
    60% { transform: translateY(-40px) translateX(80px); opacity: 0.7; }
    75% { transform: translateY(-100px) translateX(-10px); opacity: 0.8; }
    90% { transform: translateY(-60px) translateX(50px); opacity: 0.3; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat3 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    12% { transform: translateY(-50px) translateX(30px); opacity: 0.6; }
    28% { transform: translateY(-90px) translateX(-50px); opacity: 1; }
    44% { transform: translateY(-30px) translateX(-90px); opacity: 0.4; }
    60% { transform: translateY(-120px) translateX(-20px); opacity: 0.9; }
    76% { transform: translateY(-60px) translateX(70px); opacity: 0.5; }
    88% { transform: translateY(-100px) translateX(40px); opacity: 0.8; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat4 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    18% { transform: translateY(30px) translateX(-40px); opacity: 0.8; }
    36% { transform: translateY(-40px) translateX(-70px); opacity: 0.6; }
    54% { transform: translateY(-90px) translateX(30px); opacity: 1; }
    72% { transform: translateY(-50px) translateX(90px); opacity: 0.7; }
    90% { transform: translateY(-110px) translateX(10px); opacity: 0.4; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat5 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    14% { transform: translateY(-35px) translateX(25px); opacity: 0.7; }
    32% { transform: translateY(-70px) translateX(-35px); opacity: 1; }
    50% { transform: translateY(-25px) translateX(-75px); opacity: 0.5; }
    68% { transform: translateY(-95px) translateX(-15px); opacity: 0.9; }
    82% { transform: translateY(-45px) translateX(65px); opacity: 0.6; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat6 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    16% { transform: translateY(45px) translateX(-25px); opacity: 0.9; }
    33% { transform: translateY(-15px) translateX(-55px); opacity: 0.4; }
    50% { transform: translateY(-85px) translateX(35px); opacity: 1; }
    67% { transform: translateY(-35px) translateX(85px); opacity: 0.8; }
    83% { transform: translateY(-105px) translateX(5px); opacity: 0.6; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat7 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    20% { transform: translateY(-25px) translateX(35px); opacity: 0.8; }
    40% { transform: translateY(-55px) translateX(-45px); opacity: 0.5; }
    60% { transform: translateY(-95px) translateX(15px); opacity: 1; }
    80% { transform: translateY(-35px) translateX(75px); opacity: 0.7; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

@keyframes fireflyFloat8 {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    13% { transform: translateY(50px) translateX(-20px); opacity: 0.6; }
    27% { transform: translateY(-10px) translateX(-60px); opacity: 0.9; }
    40% { transform: translateY(-80px) translateX(40px); opacity: 0.3; }
    53% { transform: translateY(-120px) translateX(-30px); opacity: 1; }
    67% { transform: translateY(-50px) translateX(80px); opacity: 0.7; }
    80% { transform: translateY(-100px) translateX(20px); opacity: 0.8; }
    93% { transform: translateY(-70px) translateX(60px); opacity: 0.4; }
    100% { transform: translateY(0) translateX(0); opacity: 0; }
}

/* Header Styles */
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    padding: 0 20px;
    margin-top: 50px;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgba(10, 10, 10, 0.95) 20%, 
        rgba(10, 10, 10, 0.95) 80%, 
        transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    height: 50px;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    top: 0;
    will-change: transform;
}

.logo-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.4);
}

/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    will-change: transform;
}

.nav-link:hover {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-1px);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00d4ff, #0099cc);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 80%;
}

/* Discord Logo in Navigation */
.nav-discord-logo {
    height: 30px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}

.discord-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    margin-left: 30px;
}

.discord-nav-link:hover .nav-discord-logo {
    transform: scale(1.1);
}

/* Dropdown Styles */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 180px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1002;
    will-change: transform, opacity;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease, color 0.3s ease, border-left-color 0.3s ease, padding-left 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-menu a:hover {
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    border-left-color: #00d4ff;
    padding-left: 25px;
}

/* Login Section */
.login-section {
    display: flex;
    align-items: center;
}

.login-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    will-change: transform;
}

.login-link:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    color: #00d4ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2);
}

/* User Menu Styles */
.user-menu {
    position: relative;
    display: flex;
    align-items: center;
}

/* Removed conflicting user-info styles - using table-specific styles instead */

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #00d4ff;
    object-fit: cover;
}

.user-name {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1001;
    margin-top: 5px;
    padding: 10px 0;
    will-change: transform, opacity;
}

.user-menu:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease, color 0.3s ease, border-left-color 0.3s ease, padding-left 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    border-left-color: #00d4ff;
    padding-left: 25px;
}

.dropdown-item.logout {
    color: #ff4444;
}

.dropdown-item.logout:hover {
    background: rgba(255, 68, 68, 0.1);
    color: #ff4444;
    border-left-color: #ff4444;
    padding-left: 25px;
}

.dropdown-item.admin-link {
    color: #ffa500;
}

.dropdown-item.admin-link:hover {
    background: rgba(255, 165, 0, 0.1);
    color: #ffa500;
    border-left-color: #ffa500;
    padding-left: 25px;
}

.dropdown-item i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 5px 0;
}

/* Login Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    max-width: 400px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: slideIn 0.3s ease;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-title {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    color: #b0b0b0;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.modal-close:hover {
    background: rgba(255, 68, 68, 0.1);
    color: #ff4444;
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
}

.login-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.steam-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #171a21 0%, #2a475e 100%);
    color: #c7d5e0;
    text-decoration: none;
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    border: 2px solid transparent;
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.steam-login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.steam-login-btn:hover::before {
    left: 100%;
}

.steam-login-btn:hover {
    background: linear-gradient(135deg, #2a475e 0%, #171a21 100%);
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
}

.steam-login-btn i {
    margin-right: 12px;
    font-size: 1.4rem;
}

.steam-logo {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    object-fit: contain;
}

.discord-logo {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    object-fit: contain;
}

.discord-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5865f2 0%, #4752c4 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.discord-login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.discord-login-btn:hover::before {
    left: 100%;
}

.discord-login-btn:hover {
    background: linear-gradient(135deg, #4752c4 0%, #5865f2 100%);
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(88, 101, 242, 0.3);
}

.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.login-divider span {
    background: rgba(0, 0, 0, 0.95);
    color: #b0b0b0;
    padding: 0 20px;
    font-size: 0.9rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
}

.login-footer {
    margin-top: 25px;
    text-align: center;
}

.login-footer p {
    color: #888;
    font-size: 0.85rem;
    line-height: 1.4;
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
}

/* Modal Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .modal-header {
        padding: 20px 25px 15px;
    }
    
    .modal-title {
        font-size: 1.5rem;
    }
    
    .modal-body {
        padding: 25px;
    }
    
    .steam-login-btn,
    .discord-login-btn {
        padding: 15px 20px;
        font-size: 1rem;
    }
}


/* Admin Dashboard Styles */
.admin-section {
    padding: 60px 20px;
    min-height: 80vh;
    width: 100%;
}

.admin-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.admin-title {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    width: 100%;
}

/* Users page specific styling */
.users-container .admin-title {
    padding-bottom: 50px;
}

/* Settings page specific styling */
.settings-container .admin-title {
    margin-bottom: 50px;
}

/* Logs page specific styling */
.logs-container .admin-title {
    margin-bottom: 50px;
}

/* Admin divider styling */
.admin-divider {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    display: block;
}

/* Auth Service Groups */
.auth-service-group {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
}

.auth-service-group:last-child {
    margin-bottom: 0;
}

.service-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #00d4ff;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.service-title i {
    font-size: 1.2rem;
    color: #00d4ff;
}

/* Server Stats Section */
.server-stats-section {
    margin-top: 40px;
}

.server-stats-section .section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.1);
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-header h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.server-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.server-status.online {
    background: rgba(0, 255, 0, 0.2);
    color: #00ff00;
    border: 1px solid rgba(0, 255, 0, 0.3);
}

.server-status.offline {
    background: rgba(255, 0, 0, 0.2);
    color: #ff4444;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.stat-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    color: #b0b0b0;
    font-weight: 500;
}

.stat-value {
    font-family: 'Orbitron', monospace;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 600;
}

.admin-subtitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    color: #b0b0b0;
    text-align: center;
    margin-bottom: 40px;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.back-btn {
    display: flex;
    align-items: center;
    color: #00d4ff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-btn:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.back-btn i {
    margin-right: 8px;
}

.header-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.refresh-btn {
    display: flex;
    align-items: center;
    color: #00d4ff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
}

.refresh-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
}

.refresh-btn i {
    margin-right: 8px;
}

/* Admin Statistics */
.admin-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 100px;
}

.stat-card:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.stat-icon {
    font-size: 1.4rem;
    color: #00d4ff;
    margin-bottom: 6px;
}

.stat-number {
    font-family: 'Orbitron', monospace;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.stat-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    color: #b0b0b0;
    font-weight: 500;
}

/* Admin Actions */
.admin-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.admin-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.admin-action-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.admin-action-btn i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #00d4ff;
}

.admin-action-btn span {
    font-size: 1.2rem;
}

/* Admin Messages */
.admin-message {
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.admin-message.success {
    background: rgba(0, 255, 0, 0.1);
    border: 1px solid rgba(0, 255, 0, 0.3);
    color: #00ff00;
}

.admin-message.error {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: #ff4444;
}

.admin-message i {
    margin-right: 10px;
}

/* Users Table - Completely New CSS */
.users-table-container {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.users-table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.users-search-box {
    position: relative;
    flex: 1;
    max-width: 300px;
}

.users-search-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px 16px 12px 45px;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.users-search-input:focus {
    outline: none;
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.05);
    box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.1);
}

.users-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    font-size: 0.9rem;
}

.users-table-actions {
    display: flex;
    gap: 10px;
}

.users-refresh-btn {
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #00d4ff;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.users-refresh-btn:hover {
    background: rgba(0, 212, 255, 0.2);
    border-color: #00d4ff;
    transform: translateY(-1px);
}

.users-table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.users-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    font-family: 'Rajdhani', sans-serif;
}

.users-table thead {
    background: rgba(0, 212, 255, 0.1);
}

.users-table th {
    padding: 12px 12px;
    text-align: left;
    color: #00d4ff;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    height: 40px;
}

.users-table th:hover {
    background: rgba(0, 212, 255, 0.15);
}

.users-table th i {
    margin-left: 8px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.users-table th:hover i {
    opacity: 1;
}

.users-table td {
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #b0b0b0;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    vertical-align: middle;
    height: 40px;
}

.users-table tbody tr:hover {
    background: rgba(0, 212, 255, 0.05);
}

.users-table tbody tr:hover td {
    color: #ffffff;
}

/* User Column Specific */
.users-cell-user {
    padding: 8px 12px !important;
    vertical-align: middle !important;
}

.users-user-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.users-user-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-1px);
}

.users-user-link:hover .users-username {
    color: #00d4ff;
}

.users-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.users-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
}

.users-avatar-default {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.3);
}

.users-username {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-steam-id {
    color: #888;
    font-family: 'Orbitron', monospace;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Other Columns */
.users-cell-steam-id {
    color: #888;
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
    text-align: center;
}

.steam-id-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.steam-id-text {
    color: #888;
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
}

.copy-steam-id-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.7rem;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.copy-steam-id-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    color: #00d4ff;
    opacity: 1;
    transform: translateY(-1px);
}

.users-cell-logins {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.users-cell-last-login {
    text-align: center;
}

/* Status and Role Badges */
.users-status-badge, .users-role-badge {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.users-status-badge.active {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.users-status-badge.inactive {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.users-role-badge.admin {
    background: rgba(251, 146, 60, 0.2);
    color: #fb923c;
    border: 1px solid rgba(251, 146, 60, 0.4);
}

.users-role-badge.user {
    background: rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    border: 1px solid rgba(0, 212, 255, 0.4);
}

/* Action Buttons */
.users-action-buttons {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.users-action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.users-action-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    color: #00d4ff;
}

.users-action-btn.delete:hover {
    background: rgba(239, 68, 68, 0.1);
    border-color: #ef4444;
    color: #ef4444;
}

.users-action-btn.view-profile:hover {
    background: rgba(34, 197, 94, 0.1);
    border-color: #22c55e;
    color: #22c55e;
}

.users-action-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #666 !important;
}

.users-action-btn.disabled:hover {
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #666 !important;
    transform: none !important;
}

/* Pagination */
.users-table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.users-pagination-info {
    color: #b0b0b0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.users-pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.users-pagination-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.users-pagination-btn:hover:not(:disabled) {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    color: #00d4ff;
}

.users-pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.users-page-numbers {
    display: flex;
    gap: 4px;
}

.users-page-number {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 6px 10px;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 32px;
    text-align: center;
}

.users-page-number:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    color: #00d4ff;
}

.users-page-number.active {
    background: rgba(0, 212, 255, 0.2);
    border-color: #00d4ff;
    color: #00d4ff;
}

/* Copy Success/Error Animations */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.user-info {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.user-info:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
}

.user-avatar-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    flex-shrink: 0;
}

.user-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
    justify-content: center;
    line-height: 1.2;
}

.username {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.display-name {
    color: #b0b0b0;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.steam-id {
    color: #888;
    font-family: 'Orbitron', monospace;
    font-size: 0.7rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.login-count {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
}

.last-login {
    color: #b0b0b0;
    font-size: 0.8rem;
}

.status-badge, .admin-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.status-badge::before, .admin-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.status-badge:hover::before, .admin-badge:hover::before {
    left: 100%;
}

.status-badge.active {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.15) 100%);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.2);
}

.status-badge.active::after {
    content: '●';
    color: #22c55e;
    font-size: 0.6rem;
    animation: pulse 2s infinite;
}

.status-badge.inactive {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.15) 100%);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.4);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.status-badge.inactive::after {
    content: '●';
    color: #ef4444;
    font-size: 0.6rem;
    animation: pulse 2s infinite;
}

.admin-badge.admin {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.2) 0%, rgba(234, 88, 12, 0.15) 100%);
    color: #fb923c;
    border: 1px solid rgba(251, 146, 60, 0.4);
    box-shadow: 0 2px 8px rgba(251, 146, 60, 0.2);
}

.admin-badge.admin::after {
    content: '👑';
    font-size: 0.7rem;
}

.admin-badge.user {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 150, 200, 0.15) 100%);
    color: #00d4ff;
    border: 1px solid rgba(0, 212, 255, 0.4);
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.2);
}

.admin-badge.user::after {
    content: '👤';
    font-size: 0.7rem;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.action-buttons {
    display: flex;
    gap: 4px;
}

.action-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.7rem;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.4s ease;
}

.action-btn:hover::before {
    left: 100%;
}

.action-btn:hover {
    border-color: #00d4ff;
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.3);
}

.action-btn.make-admin:hover {
    border-color: #fb923c;
    color: #fb923c;
    background: rgba(251, 146, 60, 0.15);
    box-shadow: 0 6px 20px rgba(251, 146, 60, 0.3);
}

.action-btn.remove-admin:hover {
    border-color: #ef4444;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.action-btn.activate:hover {
    border-color: #22c55e;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.15);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

.action-btn.deactivate:hover {
    border-color: #ef4444;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.action-btn.delete:hover {
    border-color: #ef4444;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

/* Settings Styles */
.settings-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    max-width: 1400px;
}

/* Admin Dashboard Container */
.admin-dashboard-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    max-width: 1400px;
}

/* Users Container */
.users-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    max-width: 1400px;
}

.settings-form {
    max-width: 800px;
}

.settings-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.settings-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.section-title {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: #00d4ff;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.form-help {
    display: block;
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-top: 5px;
}

.form-help a {
    color: #00d4ff;
    text-decoration: none;
}

.form-help a:hover {
    text-decoration: underline;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.checkbox-label:hover {
    color: #00d4ff;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.settings-container .checkbox-label .checkmark,
.checkbox-label .checkmark {
    width: 30px !important;
    height: 30px !important;
    background: rgba(255, 0, 0, 0.3) !important;
    border: 3px solid #ff0000 !important;
    border-radius: 8px !important;
    margin-right: 20px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.5) !important;
}

.checkbox-label:hover .checkmark {
    border-color: rgba(0, 212, 255, 0.5) !important;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.2) !important;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: linear-gradient(135deg, #00d4ff, #0099cc) !important;
    border-color: #00d4ff !important;
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.4) !important;
    transform: scale(1.05) !important;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    animation: checkmarkAppear 0.3s ease-out;
}

@keyframes checkmarkAppear {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.info-item {
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 8px;
    padding: 15px;
}

.info-item label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #00d4ff;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.info-item span {
    font-family: 'Orbitron', monospace;
    color: #ffffff;
    font-size: 1rem;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.save-btn, .reset-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.save-btn {
    background: #00d4ff;
    color: #000000;
}

.save-btn:hover {
    background: #00b8e6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

.reset-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.reset-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}

/* Logs Styles */
.logs-info {
    margin-bottom: 20px;
}

.log-stats {
    display: flex;
    gap: 20px;
    font-family: 'Rajdhani', sans-serif;
    color: #b0b0b0;
}

.log-count {
    color: #00d4ff;
    font-weight: 600;
}

.log-file {
    font-family: 'Orbitron', monospace;
    font-size: 0.9rem;
}

.logs-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    max-width: 1400px;
}

.logs-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.log-stats {
    display: flex;
    gap: 20px;
    color: #b0b0b0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.log-count, .log-file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logs-content {
    max-height: 600px;
    overflow-y: auto;
}

.no-logs {
    text-align: center;
    padding: 60px 20px;
    color: #b0b0b0;
}

.no-logs i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #666;
}

.no-logs h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.logs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.log-entry {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.log-entry:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.3);
}

.log-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.log-timestamp {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
    color: #666;
}

.log-timestamp i {
    color: #00d4ff;
}

.log-message {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    line-height: 1.4;
    word-break: break-word;
}

.log-message.info {
    color: #ffffff;
}

.log-message.success {
    color: #00ff00;
}

.log-message.warning {
    color: #ffa500;
}

.log-message.error {
    color: #ff4444;
}

/* Scrollbar styling */
.logs-content::-webkit-scrollbar {
    width: 8px;
}

.logs-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.logs-content::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 255, 0.3);
    border-radius: 4px;
}

.logs-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 255, 0.5);
}


/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 20px;
    }
    
    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
        margin: 15px 0;
    }
    
    .nav-link {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(20, 20, 20, 0.8);
    }
    
    /* Integrated Admin Navigation Responsive */
    .admin-nav-container {
        height: auto;
        padding: 10px 20px;
    }
    
    .admin-nav-integrated .admin-nav-list {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .admin-nav-integrated .admin-nav-link {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .dropdown.active .dropdown-menu {
        display: block;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.header {
    animation: fadeInUp 0.8s ease-out;
}

/* Scroll-triggered animations */
.carousel-section,
.section-separator,
.stats-section {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.carousel-section.animate,
.section-separator.animate,
.stats-section.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Additional hover effects */
.nav-link:active {
    transform: translateY(0);
}

.dropdown-menu a:active {
    transform: scale(0.98);
}

/* Medium Screen Admin Styles */
@media (min-width: 481px) and (max-width: 768px) {
    .admin-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .stat-card {
        padding: 10px;
        min-height: 90px;
    }
    
    .stat-icon {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    
    .stat-number {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
}

/* Desktop Admin Styles */
@media (min-width: 769px) {
    .admin-stats {
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }
    
    .stat-card {
        padding: 12px;
        min-height: 100px;
    }
    
    .admin-container {
        padding: 0 40px;
    }
}

/* Integrated Admin Navigation */
.admin-nav-integrated {
    background: transparent;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 212, 255, 0.2);
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    width: 100%;
    z-index: 999;
}

.admin-nav-integrated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgba(15, 15, 15, 0.95) 5%, 
        rgba(15, 15, 15, 0.95) 95%, 
        transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.admin-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    height: 45px;
    padding: 0 20px;
}

.admin-nav-integrated .admin-nav-list {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.admin-nav-integrated .admin-nav-item {
    margin: 0;
}

.admin-nav-integrated .admin-nav-link {
    color: #b0b0b0;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 6px;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Rajdhani', sans-serif;
    will-change: transform;
}

.admin-nav-integrated .admin-nav-link:hover {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-1px);
}

.admin-nav-integrated .admin-nav-link.active {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.15);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.admin-nav-integrated .admin-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00d4ff, #0099cc);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}

.admin-nav-integrated .admin-nav-link:hover::after,
.admin-nav-integrated .admin-nav-link.active::after {
    width: 80%;
}

.admin-nav-integrated .admin-nav-link i {
    font-size: 12px;
}

/* Scroll effect for header */
.header.scrolled {
    background: rgba(10, 10, 10, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 255, 0.5);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 255, 0.7);
}

/* Main Content */
.main-content {
    margin-top: 60px; /* Account for header height + top offset */
    padding: 40px 20px;
    min-height: calc(100vh - 60px);
}

/* Section Separator */
.section-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    padding: 0 20px;
    width: 100%;
    max-width: 900px;
}

.separator-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
    max-width: 200px;
    min-width: 100px;
}

.separator-icon {
    margin: 0 30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid #00d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
    flex-shrink: 0;
}

/* Stats Section */
.stats-section {
    background: transparent;
    padding: 80px 20px;
}

.stats-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.stats-image {
    flex: 1;
    max-width: 500px;
}

.stats-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #00d4ff;
    font-size: 48px;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.stats-placeholder span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.stats-content {
    flex: 1;
    max-width: 500px;
}

.stats-content h2 {
    font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.stats-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}

/* Responsive Stats Section */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .stats-content h2 {
        font-size: 28px;
    }
    
    .stats-placeholder {
        height: 250px;
        font-size: 36px;
    }
    
    .stats-placeholder span {
        font-size: 16px;
    }
}

/* Stats Cards Section */
.stats-cards-section {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.stats-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.stats-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    min-height: 120px;
}

.stats-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.15);
}

.stats-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    font-size: 2rem;
    flex-shrink: 0;
}

.stats-card-content {
    flex: 1;
}

.stats-card-value {
    font-family: 'Orbitron', monospace;
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    letter-spacing: 0.05em;
}

.stats-card-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Stats Cards */
@media (max-width: 768px) {
    .stats-cards-section {
        margin: 40px auto;
        padding: 0 15px;
    }
    
    .stats-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .stats-card {
        padding: 20px;
        min-height: 100px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .stats-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .stats-card-value {
        font-size: 1.8rem;
    }
    
    .stats-card-label {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .stats-cards-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stats-card {
        flex-direction: row;
        text-align: left;
    }
}

/* Footer */
.footer {
    background: rgba(20, 20, 20, 0.9);
    padding: 0;
    margin-top: 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    min-height: 160px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo .logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    border: 3px solid #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.copyright {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.rights {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.served {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}

.footer-separator {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
    margin: 0 20px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.links-heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #00d4ff;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-separator {
        width: 60px;
        height: 1px;
        margin: 0;
    }
    
    .footer-links {
        justify-content: center;
        gap: 20px;
    }
}

/* 3D Carousel Section */
.carousel-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: transparent;
    overflow: hidden;
}

.about-title {
    font-size: 7.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    white-space: nowrap;
    font-family: 'Orbitron', monospace;
    background: linear-gradient(
        to bottom,
        rgb(255 255 255 / 100%) 30%,
        rgb(255 255 255 / 0%) 76%
    );
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
    margin-top: 120px;
}

.carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
    position: absolute;
    width: 560px;
    height: auto;
    min-height: 380px;
    max-height: 456px;
    background: #0f0f0f;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.card:has(img) {
    background: transparent;
}

.card::after {
    display: none;
}

.carousel-placeholder {
    width: 100% !important;
    height: 380px !important;
    max-height: 380px;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 12px;
    background: #0f0f0f !important;
    color: #b0b0b0;
    flex-shrink: 0;
    padding-top: 40px;
}

.carousel-placeholder i {
    color: #00d4ff !important;
    font-size: 1.5rem !important;
}

.carousel-placeholder span {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.2rem;
}

.card-overlay {
    position: relative;
    width: 100%;
    min-height: 76px;
    background: rgba(20, 20, 20, 0.95);
    border-radius: 0 0 20px 20px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 12px;
    margin-top: auto;
}

.card .users-status-badge {
    flex-shrink: 0;
    position: relative;
    z-index: 12;
    font-size: 0.9rem !important;
    padding: 6px 12px !important;
}

.card .card-players-count {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.card .users-role-badge.admin.card-players-count {
    color: #00d4ff !important;
    background: rgba(0, 212, 255, 0.2) !important;
    border-color: rgba(0, 212, 255, 0.4) !important;
}

.card .users-role-badge.user.card-players-count {
    color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.2) !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
}

.card .connect-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b0b0b0;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    font-size: 14px;
}

.card .connect-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #00d4ff;
    transform: translateX(-50%) translateY(-1px);
}

.card .connect-btn i {
    font-size: 14px;
}

.card-overlay-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 12;
}

@keyframes pulse {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1);
    }
    50% { 
        opacity: 0.4; 
        transform: scale(1.3);
    }
}

.card .store-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(0, 212, 255, 0.5);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card .store-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    transform: translateY(-1px);
}

.card img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    border-radius: 20px 20px 0 0;
    background: transparent;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}

.card.center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
    opacity: 1;
}

.card.center img {
    filter: none;
}

.card.left-2 {
    z-index: 1;
    transform: translateX(-800px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.card.left-2 img {
    filter: grayscale(100%);
}

.card.left-1 {
    z-index: 5;
    transform: translateX(-400px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.card.left-1 img {
    filter: grayscale(100%);
}

.card.right-1 {
    z-index: 5;
    transform: translateX(400px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.card.right-1 img {
    filter: grayscale(100%);
}

.card.right-2 {
    z-index: 1;
    transform: translateX(800px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.card.right-2 img {
    filter: grayscale(100%);
}

.card.hidden {
    opacity: 0;
    pointer-events: none;
}


.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
    padding-bottom: 4px;
    will-change: transform;
}

.nav-arrow:hover {
    background: rgba(0, 0, 0, 1);
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
    left: 20px;
    padding-right: 3px;
}

.nav-arrow.right {
    right: 20px;
    padding-left: 3px;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 4.5rem;
    }

    .card {
        width: 400px;
        height: 280px;
    }

    .card.left-2 {
        transform: translateX(-500px) scale(0.8) translateZ(-300px);
    }

    .card.left-1 {
        transform: translateX(-240px) scale(0.9) translateZ(-100px);
    }

    .card.right-1 {
        transform: translateX(240px) scale(0.9) translateZ(-100px);
    }

    .card.right-2 {
        transform: translateX(500px) scale(0.8) translateZ(-300px);
    }

}

/* Dashboard Styles */
.dashboard-main {
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    padding: 40px 20px !important;
}

/* Admin Main Styles */
.admin-main {
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    padding: 40px 20px !important;
}

/* New Dashboard Layout */
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.header-content {
    flex: 1;
}

.header-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.refresh-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00d4ff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
}

.refresh-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
}

.dashboard-section {
    margin-bottom: 50px;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: #00d4ff;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.section-title i {
    font-size: 1.3rem;
}

/* Metrics Grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.metric-card.primary::before {
    background: linear-gradient(90deg, #00d4ff, #0099cc);
}

.metric-card.success::before {
    background: linear-gradient(90deg, #22c55e, #16a34a);
}

.metric-card.warning::before {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.metric-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.1);
}

.metric-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.metric-card.success .metric-icon {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
}

.metric-card.warning .metric-icon {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.2);
}

.metric-content {
    flex: 1;
}

.metric-number {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.metric-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00d4ff;
    margin-bottom: 3px;
}

.metric-description {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
}

/* Activity Grid */
.activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
}

.activity-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.activity-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.2);
    transform: translateY(-2px);
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.activity-header h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.activity-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    font-size: 1rem;
}

.activity-content {
    text-align: center;
}

.activity-number {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.activity-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
}

/* Actions Grid */
.actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
}

.action-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.action-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.action-card:hover::before {
    left: 100%;
}

.action-card:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.2);
}

.action-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    flex-shrink: 0;
}

.action-content {
    flex: 1;
}

.action-content h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.action-content p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.4;
}

.action-arrow {
    color: #00d4ff;
    font-size: 1.1rem;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: transform;
}

.action-card:hover .action-arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* Status Grid */
.status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.status-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.status-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.2);
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-indicator.success {
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.status-indicator.warning {
    background: #f59e0b;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.status-indicator.error {
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}

.status-content h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 3px 0;
}

.status-content p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .metrics-grid,
    .activity-grid,
    .actions-grid,
    .status-grid {
        grid-template-columns: 1fr;
    }
    
    .metric-card {
        flex-direction: column;
        text-align: center;
    }
    
    .action-card {
        flex-direction: column;
        text-align: center;
    }
    
    .action-arrow {
        transform: rotate(90deg);
    }
    
    .action-card:hover .action-arrow {
        transform: rotate(90deg) translateY(5px);
    }
}


.dashboard-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.dashboard-title {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.dashboard-header .logout-btn {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-header .logout-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: #ef4444;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.user-profile-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.profile-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #00d4ff;
    object-fit: cover;
}

.profile-info {
    flex: 1;
}

.profile-name {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.profile-id {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: 'Rajdhani', sans-serif;
}

.profile-discord {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: 'Rajdhani', sans-serif;
}

.discord-link {
    color: #5865F2;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.discord-link:hover {
    color: #7289DA;
    text-decoration: underline;
}

.profile-steam {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: 'Rajdhani', sans-serif;
}

.steam-link {
    color: #1b2838;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.steam-link:hover {
    color: #66c0f4;
    text-decoration: underline;
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideInDown 0.3s ease;
}

.alert-success {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.alert-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.alert i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-email {
    color: #888;
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: 'Rajdhani', sans-serif;
}

.profile-link {
    display: inline-flex;
    align-items: center;
    color: #00d4ff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.profile-link:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.profile-link i {
    margin-right: 8px;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(0, 212, 255, 0.15);
    transform: translateY(-2px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
    color: white;
}

.stat-content {
    flex: 1;
}

.stat-label {
    color: #b0b0b0;
    font-size: 0.9rem;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 5px;
}

.stat-value {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}

.dashboard-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.action-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: #00d4ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.action-btn.logout-btn:hover {
    background: rgba(255, 68, 68, 0.1);
    border-color: #ff4444;
    box-shadow: 0 10px 30px rgba(255, 68, 68, 0.2);
}

.action-btn i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #00d4ff;
}

.logout-btn i {
    color: #ff4444;
}

.action-btn span {
    font-size: 1.1rem;
}

/* Dashboard Responsive Styles */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .dashboard-title {
        font-size: 2rem;
    }
    
    .profile-header {
        flex-direction: column;
        text-align: center;
    }
    
    .profile-stats {
        grid-template-columns: 1fr;
    }
    
    .dashboard-actions {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Admin responsive styles */
    .admin-title {
        font-size: 2rem;
    }
    
    .admin-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header-actions {
        justify-content: center;
    }
    
    .admin-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .stat-card {
        padding: 8px;
        min-height: 80px;
    }
    
    .stat-icon {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }
    
    .stat-number {
        font-size: 1.2rem;
        margin-bottom: 2px;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
    
    .admin-actions {
        grid-template-columns: 1fr;
    }
    
    .table-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .search-box {
        max-width: none;
    }
    
    .table-actions {
        justify-content: center;
    }
    
    .ajax-table th,
    .ajax-table td {
        padding: 12px 8px;
        font-size: 0.8rem;
    }
    
    .ajax-table td.user-info {
        padding: 0 8px !important;
        display: flex !important;
        align-items: center !important;
        height: 36px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }
    
    .table-pagination {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .pagination-controls {
        justify-content: center;
    }
    
    .log-stats {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .log-content {
        gap: 5px;
    }
    
    .log-timestamp {
        font-size: 0.7rem;
    }
    
    .log-message {
        font-size: 0.9rem;
    }
    
    .settings-container {
        padding: 20px;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
}

/* MODERN CHECKBOX STYLES - HIGHEST PRIORITY */
.settings-container .form-group .checkbox-label .checkmark {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    margin-right: 16px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.settings-container .form-group .checkbox-label:hover .checkmark {
    border-color: rgba(0, 212, 255, 0.5) !important;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.2) !important;
}

.settings-container .form-group .checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: linear-gradient(135deg, #00d4ff, #0099cc) !important;
    border-color: #00d4ff !important;
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.4) !important;
    transform: scale(1.05) !important;
}

.settings-container .form-group .checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    animation: checkmarkAppear 0.3s ease-out !important;
}

