.dp-tooltip{z-index:400;max-width:220px;padding:6px 10px;border-radius:var(--radius-sm);background:var(--black);color:var(--g0);font-family:var(--font-ui,var(--font-sans));font-size:12px;font-weight:400;line-height:1.35;box-shadow:var(--shadow-lift);pointer-events:none}.dp-tooltip--arrow{padding:6px 12px;border-radius:var(--radius-md);font-size:13px}.dp-tooltip-arrow{fill:var(--black)}.dp-tooltip--light{background:var(--surface);color:var(--text);border:var(--border-hairline) solid var(--border)}.dp-tooltip--light .dp-tooltip-arrow{fill:var(--surface)}.dp-tooltip-stack,.dp-tooltip-stats{display:flex;flex-direction:column;gap:4px;text-align:start}.dp-tooltip-title{font-weight:500}.dp-tooltip-body{font-weight:400;color:inherit;opacity:.78}.dp-tooltip-stat{display:flex;justify-content:space-between;gap:12px}.dp-tooltip-stat-value{font-variant-numeric:tabular-nums;font-weight:500}.dp-header-cta{box-sizing:border-box;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:var(--cta-bg,var(--black));color:var(--cta-fg,var(--g0));box-shadow:var(--shadow-lift);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:filter var(--duration-base) var(--ease-standard)}.dp-header-cta:hover:not(:disabled){filter:brightness(1.2)}.dp-header-cta:focus-visible{outline:2px solid var(--text);outline-offset:2px}.dp-header-cta:disabled{background:var(--surface-sunken);color:var(--text-faint);box-shadow:none;cursor:not-allowed}