        /* ===== ICQ Hover START ===== */
        .icq-icon { background: linear-gradient(135deg, #00cc00 0%, #009900 100%); }
        .icq-bar { 
            background: linear-gradient(135deg, #00cc00 0%, #009900 100%); 
            left: var(--icq-position); 
            width: var(--icq-duration); 
        }
        .icq-animation-popup { width: 280px; height: 200px; background: #C0C0C0; border: 2px outset #C0C0C0; font-family: 'MS Sans Serif', Arial, sans-serif; font-size: 11px; padding: 0; display: block; }
        .icq-animation-popup .title-bar { background: linear-gradient(to right, #0080FF 0%, #0060C0 100%); color: white; padding: 2px 4px; }
        .icq-animation-popup .icq-header { background: #F0F0F0; padding: 8px; text-align: center; }
        .icq-animation-popup .icq-logo { display: flex; align-items: center; justify-content: center; gap: 8px; }
        .icq-animation-popup .logo-flower { width: 32px; height: 32px; background: radial-gradient(circle, #00FF00 0%, #009900 100%); border-radius: 50%; position: relative; animation: icq-flowerSpin 4s ease-in-out infinite; }
        @keyframes icq-flowerSpin { 0%, 100% { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(1.1); } }
        .icq-animation-popup .icq-text { font-size: 16px; font-weight: bold; color: #0080FF; }
        .icq-animation-popup .sound-notification { position: absolute; bottom: 10px; right: 10px; background: #FFFFCC; border: 2px solid #FFD700; padding: 8px; border-radius: 5px; color: #CC6600; font-weight: bold; animation: icq-soundPop 3s ease-in-out infinite; }
        @keyframes icq-soundPop { 0%, 90%, 100% { opacity: 0; } 5%, 85% { opacity: 1; } }
        /* ===== ICQ Hover END ===== */