.AdminLink_adminLink__fEfVb{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:linear-gradient(135deg,#6366f1,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.5rem;box-shadow:0 10px 25px -5px rgba(99,102,241,.5);transition:all .3s ease;z-index:1000}.AdminLink_adminLink__fEfVb:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 20px 35px -5px rgba(99,102,241,.6)}.AdminLink_adminLink__fEfVb:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#06b6d4,#ec4899);z-index:-1;opacity:0;transition:opacity .3s ease}.AdminLink_adminLink__fEfVb:hover:before{opacity:1;animation:AdminLink_rotate__ulC70 2s linear infinite}@keyframes AdminLink_rotate__ulC70{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.AdminLink_adminLink__fEfVb{bottom:1.5rem;right:1.5rem;width:48px;height:48px;font-size:1.25rem}}