'use client' /** * Inline "?"" hint icon with a hover tooltip. * * Use this for any UI element whose meaning isn't obvious from its label — * stat boxes, tab names, jargon-y settings. Goal is the same as the (i) * dots in Linear / Hyperliquid / Coinglass: small, ignorable, one hover * away from a one-line plain-English explanation. * * Design rules: * * `text` MUST be one short sentence — never paste long docs in here. * If you need a paragraph, you're explaining the wrong thing. * * The icon is intentionally subtle (12 px circle, ink-4 colour). It * should disappear visually until the user actively scans for help. * * The tooltip uses CSS hover only — no JS positioning, no portals. * Trade-off: it's clipped by the nearest `overflow:hidden` ancestor. * Pages that need tooltips inside a `