.language-button{color:var(--color-tertiary-80);--idle-range:24px;--hover-range:8px;animation-name:soft-pulse,drift;animation-duration:2s,6s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:both;animation-timeline:auto,auto;box-shadow:0 0 60px 15px #ce67de}@keyframes soft-pulse{0%,to{color:var(--color-tertiary-90);box-shadow:0 0 40px 5px #ce67de80}50%{color:var(--color-tertiary-80);box-shadow:0 0 60px 15px #ce67de}}@keyframes drift{0%{transform:translate(0)}50%{transform:translate(calc(var(--dx)*var(--idle-range)),calc(var(--dy)*var(--idle-range)))}to{transform:translate(0)}}.language-button:hover{animation-name:hover-pulse,hover-drift;animation-duration:2s,3s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:both;animation-timeline:auto,auto;animation-delay:0s!important}.language-button:hover span{color:var(--primary-80)}@keyframes hover-pulse{0%,to{color:var(--color-secondary-90);box-shadow:0 0 40px 5px #63b0ff80}50%{color:var(--color-secondary-80);box-shadow:0 0 45px 10px #63b0ff}}@keyframes hover-drift{0%{transform:translate(0)scale(1.05)}50%{transform:translate(calc(var(--dx)*var(--hover-range)),calc(var(--dy)*var(--hover-range)))scale(1.05)}to{transform:translate(0)scale(1.05)}}.particle{pointer-events:none;background:#c896ff99;border-radius:50%;width:6px;height:6px;animation:1.5s ease-out forwards particle;position:absolute}@keyframes particle{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(calc(var(--dx)*80px),calc(var(--dy)*80px))scale(0)}}
