.text-rotate{display:inline-block;white-space:nowrap}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-rotate-word{white-space:nowrap}.text-rotate-element,.text-rotate-space,.text-rotate-word{display:inline-block}.text-rotate-space{width:.25em}.text-rotate-lines{display:flex;flex-direction:column}.button{width:45px;height:45px;background-color:hsl(var(--primary));border:none;border-radius:50%;position:relative;z-index:1;overflow:hidden;box-shadow:2px 2px 10px rgba(0,0,0,.185),inset 0 3px 3px rgba(255,255,255,.178),inset 0 -3px 3px rgba(0,0,0,.281);transition:all .3s;display:flex;align-items:center;justify-content:center;cursor:pointer;padding-bottom:3px}.button:before{content:"T";font-size:1.6em}.button:after,.button:before{background-color:transparent;font-weight:700;color:hsl(var(--primary-foreground));z-index:5;transition:all .3s;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.button:after{content:"imeNest";font-size:0;opacity:0;transform:translateX(60px)}.button:hover{width:160px;border-radius:30px}.button:hover:after{opacity:1;font-size:1.6em;transform:translateX(0)}.button:hover .shine{transform:translate(-70px,10px)}