.highlight-bg{animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(135deg,#e6f5fc,#b3d9f5,#fff5cc);background-size:200% 200%;border-radius:8px;box-shadow:5px 0 5px rgba(0,0,0,.1);color:#009fe3;display:inline-block;font-family:Inter Tight,sans-serif;font-weight:700;letter-spacing:-.5px;padding:4px 8px;position:relative;text-shadow:0 0 6px rgba(0,106,181,.3);transition:all .2s ease}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.highlight-bg:after{background-color:#fecc00;border-radius:8px;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.highlight-bg:hover:after{width:100%}.highlight-bg:hover{animation:gradientShiftHover 3s ease-in-out infinite;background:linear-gradient(135deg,#e6f5fc,#b3d9f5,#fff5cc);background-size:200% 200%;box-shadow:5px 0 7px rgba(0,0,0,.15),0 0 10px rgba(0,106,181,.5);transform:translateY(-2px)}@keyframes gradientShiftHover{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}