.hint-tooltip{animation:hint-tooltip-in .3s ease,hint-tooltip-out .4s ease 4.6s forwards;background:#1a2a3a;border-radius:6px;box-shadow:0 4px 16px #00000040;color:#fff;font-size:11px;padding:7px 12px;pointer-events:none;position:fixed;white-space:nowrap;z-index:99999}.hint-tooltip:before{border:6px solid transparent;content:"";position:absolute}.hint-tooltip--bottom:before{border-bottom-color:#1a2a3a;bottom:100%;left:14px}.hint-tooltip--bottom.hint-tooltip--arrow-right:before{left:auto;right:14px}.hint-tooltip--top:before{border-top-color:#1a2a3a;left:14px;top:100%}.hint-tooltip--right:before{border-right-color:#1a2a3a;right:100%;top:50%;transform:translateY(-50%)}.hint-tooltip--left:before{border-left-color:#1a2a3a;left:100%;top:50%;transform:translateY(-50%)}@keyframes hint-tooltip-in{0%{opacity:0}to{opacity:1}}@keyframes hint-tooltip-out{to{opacity:0}}
