.hs-tooltip{--hs-tooltip-surface:var(--hs-color-surface);--hs-tooltip-foreground:var(--hs-color-foreground);--hs-tooltip-muted:var(--hs-color-slate);--hs-tooltip-border:var(--hs-color-border);--hs-tooltip-hover:var(--hs-backgrounds-secondary);pointer-events:none;background-color:var(--hs-tooltip-surface);border:1px solid var(--hs-tooltip-border);border-radius:var(--hs-radius-8,8px);color:var(--hs-tooltip-foreground);font-family:var(--hs-font-sans,Inter,system-ui,sans-serif);isolation:isolate;max-width:280px;padding:9px 12px 10px;font-size:12px;line-height:16px;box-shadow:0 2px 4px #0b0d100a,0 8px 24px #0b0d100f}.hs-tooltip-caret{--hs-tooltip-surface:var(--hs-color-surface);--hs-tooltip-foreground:var(--hs-color-foreground);--hs-tooltip-border:var(--hs-color-border);pointer-events:none;background-color:var(--hs-tooltip-surface);border:1px solid var(--hs-tooltip-border);width:9px;height:9px;z-index:var(--hs-z-tooltip,1070);transform:rotate(45deg)}.hs-tooltip-caret--top{border-top:none;border-left:none}.hs-tooltip-caret--bottom{border-bottom:none;border-right:none}.hs-tooltip-caret--left{border-bottom:none;border-left:none}.hs-tooltip-caret--right{border-top:none;border-right:none}.hs-tooltip-header{margin-bottom:8px}.hs-tooltip-header__title{color:var(--hs-tooltip-foreground);font-weight:600}.hs-tooltip-header__subtitle{color:var(--hs-tooltip-muted);margin-top:2px;font-size:10px;line-height:12px}.hs-tooltip-row{flex-direction:row;justify-content:space-between;align-items:center;gap:18px;height:24px;padding:4px 0;display:flex}.hs-tooltip-row__left{flex-direction:row;align-items:center;gap:6px;display:flex}.hs-tooltip-row__indicator{border-radius:50%;flex-shrink:0;width:7px;height:7px}.hs-tooltip-row__label{color:var(--hs-tooltip-muted);font-weight:500}.hs-tooltip-row__right{flex-direction:row;align-items:baseline;gap:2px;display:flex}.hs-tooltip-row__value{color:var(--hs-tooltip-foreground);font-weight:600}.hs-tooltip-row__ordinal{color:var(--hs-tooltip-muted);font-size:10px;font-weight:500}.hs-tooltip-footnote{border-top:1px solid var(--hs-tooltip-border);color:var(--hs-tooltip-muted);margin-top:7px;padding-top:7px;font-size:10px}.hs-tooltip-info-icon{color:var(--hs-color-slate);cursor:help;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.hs-tooltip-info-icon:hover,.hs-tooltip-info-icon--expanded{background-color:var(--hs-color-surface-secondary)}.hs-tooltip--compact{max-width:min(200px,100vw);padding:4px 8px}.hs-tooltip--expanded{pointer-events:auto;max-width:280px}.hs-tooltip--wide{white-space:normal;overflow-wrap:break-word;word-break:break-word;pointer-events:auto;max-width:min(420px,100vw - 24px)}.hs-tooltip-expanded-view{flex-direction:column;gap:6px;width:100%;display:flex}.hs-tooltip-expanded-view>.hs-tooltip-header{border-bottom:1px solid var(--hs-tooltip-border);margin-bottom:0;padding-bottom:8px}.hs-tooltip-expanded-view>.hs-tooltip-row+.hs-tooltip-row{margin-top:0}.hs-tooltip-expanded-view>.hs-tooltip-footnote{margin-top:1px}.hs-tooltip{will-change:transform,opacity;animation:.2s cubic-bezier(.16,1,.3,1) hs-tooltip-enter}.hs-tooltip-caret{will-change:transform,opacity;animation:.2s cubic-bezier(.16,1,.3,1) hs-tooltip-caret-enter}.hs-tooltip--click{pointer-events:auto}@keyframes hs-tooltip-enter{0%{opacity:0;transform:scale(.96)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes hs-tooltip-caret-enter{0%{opacity:0;transform:scale(.96)translateY(4px)rotate(45deg)}to{opacity:1;transform:scale(1)translateY(0)rotate(45deg)}}@media (prefers-reduced-motion:reduce){.hs-tooltip,.hs-tooltip-caret{animation:none}}.hs-tooltip--learn-more{pointer-events:auto;width:min(26rem - 10px,100vw - 2rem);max-width:min(26rem - 10px,100vw - 2rem);padding:0;font-size:11px;line-height:16px}.hs-tooltip-learn-more-panel{background-color:var(--hs-tooltip-surface);padding:14px 14px 12px}.hs-tooltip-learn-more-section-title{letter-spacing:.12em;text-transform:uppercase;color:var(--hs-tooltip-muted);font-size:11px}.hs-tooltip-learn-more-row--interactive{cursor:pointer;border-radius:var(--hs-radius-small);margin-bottom:0;margin-left:-6px;margin-right:-6px;padding:6px;transition:background-color .15s}.hs-tooltip-learn-more-row--interactive:hover{background-color:var(--hs-tooltip-hover)}.hs-tooltip-learn-more-row-layout{justify-content:space-between;align-items:center;gap:12px;display:flex}.hs-tooltip-learn-more-metric-title{min-width:0;color:var(--hs-tooltip-foreground);margin:0;font-size:13px;font-weight:600;line-height:1.25}.hs-tooltip-learn-more-metric-body{color:var(--hs-tooltip-foreground);margin:0;font-size:12px;line-height:1.375}.hs-tooltip-learn-more-metric-link{color:var(--hs-button-primary);flex-shrink:0;align-items:center;gap:2px;font-size:10px;font-weight:500;line-height:1;transition:color .15s,transform .15s;display:inline-flex}.hs-tooltip-learn-more-row--interactive:hover .hs-tooltip-learn-more-metric-link{text-underline-offset:3px;text-decoration:underline}.hs-tooltip-learn-more-metric-link svg{flex-shrink:0;width:10px;height:10px;transition:transform .15s}.hs-tooltip-learn-more-row--interactive:hover .hs-tooltip-learn-more-metric-link svg{transform:translate(2px)}.hs-tooltip-learn-more-footer{justify-content:flex-end;margin-top:8px;padding:4px 0;display:flex}.hs-tooltip-learn-more-stack{flex-direction:column;display:flex}
