[data-tooltip]{position:relative}[data-tooltip]:hover:after{background:var(--p-surface-900,#1e1e1e);border-radius:6px;bottom:calc(100% + 6px);box-shadow:0 2px 8px #0003;color:var(--p-surface-0,#fff);content:attr(data-tooltip);font-size:.75rem;font-weight:400;line-height:1.4;max-width:350px;overflow:hidden;padding:.35rem .6rem;text-overflow:ellipsis;white-space:nowrap}[data-tooltip]:hover:after,[data-tooltip]:hover:before{animation:tooltip-fade .1s ease;left:50%;pointer-events:none;position:absolute;transform:translate(-50%);z-index:9999}[data-tooltip]:hover:before{border:4px solid transparent;border-top:4px solid var(--p-surface-900,#1e1e1e);bottom:calc(100% + 2px);content:""}@keyframes tooltip-fade{0%{opacity:0}to{opacity:1}}th[data-tooltip]:hover:after{bottom:auto;top:calc(100% + 6px)}th[data-tooltip]:hover:before{border-bottom-color:var(--p-surface-900,#1e1e1e);border-top-color:transparent;bottom:auto;top:calc(100% + 2px)}.sidebar-tooltip{background:var(--p-surface-900,#1e1e1e);border-radius:6px;box-shadow:0 2px 8px #00000040;color:var(--p-surface-0,#fff);display:none;font-family:inherit;font-size:.8rem;padding:.35rem .7rem;pointer-events:none;position:fixed;transform:translateY(-50%);white-space:nowrap;z-index:99999}
