.tooltip{font-size:var(--text-compact-size);font-style:normal;font-weight:var(--text-compact-weight);line-height:var(--text-compact-line-height)}.anchor{display:inline-flex}.tooltip{align-items:center;background:var(--surface-only-black);border-radius:var(--border-xs);color:#fffc;justify-content:center;max-width:320px;position:fixed;width:-moz-max-content;width:max-content;z-index:9999}.tooltip-medium,.tooltip-small{padding:var(--4) var(--12)}.tooltip-medium{text-align:center}.tooltip-extra-large,.tooltip-large{padding:var(--8) var(--16)}.tooltip-extra-large{max-height:calc(100vh - 32px);max-width:620px;overflow:auto;--scrollBar:rgba(24,26,31,.16);scrollbar-color:var(--scrollBar) transparent;scrollbar-width:thin}@supports selector(::-webkit-scrollbar){.tooltip-extra-large{scrollbar-color:auto;scrollbar-width:auto}.tooltip-extra-large::-webkit-scrollbar{width:6px}.tooltip-extra-large::-webkit-scrollbar-thumb{background-color:var(--scrollBar);border-radius:var(--border-xxs)}.tooltip-extra-large::-webkit-scrollbar-track{background:var(--surface-tertiary);border-radius:var(--border-xxs);margin:var(--4)}.tooltip-extra-large::-webkit-scrollbar-thumb:hover{background:var(--scrollBar)}}@media(hover:none)and (pointer:coarse){.tooltip{display:none}}
