.ai-mode-animated-text {
                                                                                                                        font-size: 0.7em !important;
                                                                                                                        font-weight: bold;
                                                                                                                        background: linear-gradient(90deg, #5b9e4d, #00c3ff, #ff00cc, #5b9e4d);
                                                                                                                        background-size: 300% 300%;
                                                                                                                        -webkit-background-clip: text;
                                                                                                                        background-clip: text;
                                                                                                                        -webkit-text-fill-color: transparent;
                                                                                                                        animation: aiModeGradient 2.5s linear infinite;
                                                                                                                        padding: 0.05em 0.18em;
                                                                                                                        border-radius: 0.5em;
                                                                                                                        box-shadow: 0 0 4px #5b9e4d22;
                                                                                                                        transition: box-shadow 0.2s, transform 0.2s;
                                                                                                                        line-height: 1;
                                                                                                                        display: inline-block;
                                                                                                                        white-space: nowrap;
                                                                                                                }
                                                                                        @keyframes aiModeGradient {
                                                                                                0% {background-position:0% 50%}
                                                                                                50% {background-position:100% 50%}
                                                                                                100% {background-position:0% 50%}
                                                                                        }
                                                                                        .search_bar_ai_mode_text:hover .ai-mode-animated-text {
                                                                                                box-shadow: 0 0 10px #00c3ff88, 0 0 5px #ff00cc88;
                                                                                                transform: scale(1.08);
                                                                                        }