.toolbar{position:fixed;right:20px;bottom:50%;transform:translateY(50%);z-index:1099;display:flex;flex-direction:column;gap:15px}.toolbar a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.95);box-shadow:0 4px 20px rgba(0,0,0,0.1);color:#2A86FF;text-decoration:none;transition:all .3s ease;position:relative}.toolbar a .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toolbar a .img img{max-width:100%;max-height:100%;transition:transform .3s ease}.toolbar a .text{position:absolute;right:100%;margin-right:15px;background:#2A86FF;color:white;padding:8px 15px;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(10px);transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.toolbar a .text::after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#2A86FF}.toolbar a:hover{background:#2A86FF;transform:scale(1.1)}.toolbar a:hover .img img{filter:brightness(100);transform:rotate(360deg)}.toolbar a:hover .text{opacity:1;visibility:visible;transform:translateX(0)}@media (max-width:768px){.toolbar{right:10px}.toolbar a{width:40px;height:40px}.toolbar a .img{width:20px;height:20px}.toolbar a .text{display:none}}