.floating-lines-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:0}.focus-container{position:relative;display:flex;gap:1em;justify-content:center;align-items:center;flex-wrap:wrap}.focus-word{position:relative;font-size:5rem;font-weight:900;cursor:pointer;color:#fff;transition:filter .3s ease,color .3s ease;line-height:1}.focus-word.active{filter:blur(0)}.focus-frame{position:absolute;top:0;left:0;pointer-events:none;box-sizing:content-box;border:none;z-index:10}.corner{position:absolute;width:1rem;height:1rem;border:4px solid var(--border-color, #fff);filter:drop-shadow(0px 0px 4px var(--glow-color, rgba(255, 255, 255, .5)));border-radius:2px;transition:none}.top-left{top:-10px;left:-10px;border-right:none;border-bottom:none}.top-right{top:-10px;right:-10px;border-left:none;border-bottom:none}.bottom-left{bottom:-10px;left:-10px;border-right:none;border-top:none}.bottom-right{bottom:-10px;right:-10px;border-left:none;border-top:none}@media(max-width:768px){.focus-word{font-size:3rem}}.shiny-word{background:linear-gradient(to right,#888,#fff 80%,#888);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:shine 7s linear infinite}@keyframes shine{to{background-position:200% center}}.shiny-text{font-weight:800;color:#06b6d4;background:linear-gradient(to right,#06b6d4 20%,#ec4899 40%,#a855f7,#ec4899 60%,#06b6d4 80%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;filter:drop-shadow(0 0 15px rgba(6,182,212,.6)) drop-shadow(0 0 30px rgba(168,85,247,.4));animation:shine 6s linear infinite}@keyframes shine{0%{background-position:200% center}to{background-position:-200% center}}.shiny-text.disabled{animation:none;background:none;-webkit-text-fill-color:#06B6D4;color:#06b6d4;filter:drop-shadow(0 0 10px rgba(6,182,212,.5))}
