       .x7k9m2p4 {
            background: #0f163a61;
            border-radius: 20px;
            padding: 1.5rem;
            margin: 4.4rem auto;
            max-width: 1200px;
            width: calc(100% - 2rem);
            border: 1px solid #11193f75;
        }
        
        .r8t3n6s9 {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin-bottom: 0rem;
            flex-wrap: wrap;
        }

.r8t3n6s9 {}

        
        
        .w4u1v7y2 {
            width: 80px;
            height: 80px;
            border-radius: 20%;
            background: linear-gradient(180deg, #c7892d, #e06e21);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            /* border: 1px solid rgb(255 137 0 / 49%); */
            overflow: hidden;
        }
        
        .w4u1v7y2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .e9a5b2c7 {
            flex: 1;
        }
        
        .d4f8g1h3 {
            font-size: 1.5rem;
            font-weight: 700;
            background: linear-gradient(180deg, #f2a93e, #e06e21);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            /* margin-bottom: 0.3rem; */
        }
        
        .j6k9m2n5 {
            color: #7e8895;
            font-size: 0.85rem;
            margin-bottom: 0.5rem;
        }
        
        /* IMPROVED: Level Row Styles */
        .level-row {
            display: flex;
            align-items: center;
            gap: 0rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
            background: rgb(16 25 70);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            /* border: 1px solid rgba(224, 176, 66, 0.2); */
        }
        
        .level-badge {
            display: inline-flex;
            align-items: center;
            gap: 1.25rem;
            background: #101946;
            padding: 0.4rem 1.2rem;
            border-radius: 50px;
            /* border: 1px solid rgba(224, 176, 66, 0.3); */
        }
        
        .level-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
        }
        
        .level-icon img {
            width: 32px;
            height: 32px;
            object-fit: contain;
            /* filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); */
        }
        
        .level-title {
            font-size: 0.9rem;
            font-weight: 700;
            background: linear-gradient(180deg, #f2a93e, #e06e21);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: 0.5px;
        }
        
        .level-progress-container {
            flex: 1;
            min-width: 180px;
        }
        
        .progress-label {
            font-size: 0.7rem;
            color: #a0a0c0;
            margin-bottom: 0.25rem;
            font-weight: 500;
        }
        
        .progress-bar-bg {
            background: #ffffff26;
            border-radius: 10px;
            height: 6px;
            overflow: hidden;
        }
        
        .progress-bar-fill {
            background: linear-gradient(90deg, #f2a93e, #e06e21);
            border-radius: 10px;
            height: 100%;
            width: 0%;
            transition: width 0.3s ease;
        }
        
        .next-level-hint {
            font-size: 0.65rem;
            color: #7e8895;
            margin-top: 0.25rem;
        }
        
        .p3r7s9t1 {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
            margin-top: 15px;
        }
        
        .l2o4u8v0 {
            font-size: 0.7rem;
            color: #8a8aa9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .z9x6c4v2 {
            position: relative;
            cursor: pointer;
        }
        
        .b8n3m7q5 {
            background: #101741;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.7rem;
            font-family: monospace;
            color: #8a8aa9;
            display: inline-block;
            filter: blur(4px);
            transition: filter 0.2s ease;
        }
        
        .z9x6c4v2:hover .b8n3m7q5 {
            filter: blur(0);
        }
        
        .b8n3m7q5.copied {
            background: #22224800;
            color: #ffffff;
            filter: blur(0);
        }
        
        .a1w5e9r2 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
            margin-top: 1rem;
        }
        
        .t6y8u3i1 {
            text-align: center;
            padding: 1rem;
            background: rgb(16 25 70);
            border-radius: 12px;
            transition: transform 0.2s;
        }
        
        .t6y8u3i1:hover {
            transform: translateY(-2px);
        }
        
        .o4p9q2r7 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        
        .s5d8f1g4 {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #8a8aa9;
            margin-bottom: 0.5rem;
        }
        
        .h7j2k9l0 {
         font-weight: 600;
         font-size: 0.85rem;
         background-clip: text;
        }
        
        .h7j2k9l01 {
            font-weight: 600;
            font-size: 0.85rem;
            background: linear-gradient(180deg, #f2a93e, #e06e21);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .h7j2k9l0.positive {
            background: linear-gradient(180deg, #f2a93e, #e06e21);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .h7j2k9l0.negative {
            font-weight: 600;
            font-size: 0.85rem;
            background: linear-gradient(180deg, #ff6c00, #ff5000);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .loading-stats {
            text-align: center;
            padding: 2rem;
            color: #7e8895;
        }
        
        .toast-notification {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            background: #222248;
            color: #ffffff;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            z-index: 9999;
            transition: transform 0.3s ease;
            white-space: nowrap;
        }

        .toast-notification.show {
            transform: translateX(-50%) translateY(0);
        }

        #chatMessages::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
    width: 0;
    height: 0;
}
        
        @media (max-width: 768px) {
            .r8t3n6s9 {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
            .a1w5e9r2 {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }
            .h7j2k9l0 {
                font-size: 1rem;
            }
            .x7k9m2p4 {
                padding: 1rem;
                margin: 3rem auto;
            }
            .p3r7s9t1 {
                justify-content: center;
            }
            .level-row {
                justify-content: center;
                flex-direction: column;
                align-items: stretch;
            }
            .level-badge {
                justify-content: center;
            }
        }
        
        @media (max-width: 480px) {
            .a1w5e9r2 {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        
/* Mobile Responsive Styles */
@media (max-width: 500px) {
    #chatOverlay {
        max-width: 100% !important;
        width: 100% !important;
        right: 0 !important;
    }
    
    #userStatsPopup {
        width: 95% !important;
        max-height: 85vh !important;
    }
    
    .avatar-clickable {
        cursor: pointer;
    }
    
    .avatar-clickable div {
        min-width: 36px;
        min-height: 36px;
    }
    
    button, .avatar-clickable {
        touch-action: manipulation;
    }
    
    #chatInput {
        font-size: 16px !important;
    }
}

@media (max-width: 380px) {
    #userStatsPopup {
        width: 98% !important;
    }
    
    .level-badge-info {
        flex-wrap: wrap;
    }
}

#chatMessages {
    -webkit-overflow-scrolling: touch;
}

#chatOverlay {
    overscroll-behavior: contain;
}