.rfh-tip{position:relative;display:inline-block;line-height:inherit}.rfh-tip__trigger{background:0;border:0;padding:0;margin:0;color:inherit;font:inherit;line-height:inherit;cursor:help;text-align:inherit;display:inline}.rfh-tip__term{text-decoration:underline dotted;text-decoration-thickness:1px;text-underline-offset:2px;text-decoration-color:var(--rfh-tip-underline,currentColor)}.rfh-tip__expansion{color:var(--text-secondary,#6b7280);font-weight:400}.rfh-tip__icon{display:inline-block;margin-left:3px;width:14px;height:14px;line-height:14px;text-align:center;border-radius:50%;background:var(--rfh-tip-icon-bg,rgba(37,99,235,0.10));color:var(--rfh-tip-icon-fg,#2563eb);font-size:.65rem;font-weight:700;vertical-align:text-top;transition:background .12s ease,color .12s ease}.rfh-tip__trigger:hover .rfh-tip__icon,.rfh-tip__trigger:focus-visible .rfh-tip__icon{background:var(--rfh-tip-icon-fg,#2563eb);color:#fff}.rfh-tip__trigger:focus-visible{outline:2px solid var(--rfh-tip-icon-fg,#2563eb);outline-offset:2px;border-radius:2px}.rfh-tip__body{position:absolute;z-index:1000;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:max-content;max-width:320px;padding:10px 12px;background:var(--rfh-tip-bg,#1f2937);color:var(--rfh-tip-fg,#f9fafb);font-size:.8rem;font-weight:400;line-height:1.4;text-align:left;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,0.22);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease;white-space:normal}.rfh-tip__body::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:var(--rfh-tip-bg,#1f2937)}.rfh-tip:hover .rfh-tip__body,.rfh-tip:focus-within .rfh-tip__body,.rfh-tip[data-rfh-tip-open="true"] .rfh-tip__body{opacity:1;visibility:visible}.rfh-tip[data-rfh-tip-flip="left"] .rfh-tip__body{left:auto;right:0;transform:translateX(0)}.rfh-tip[data-rfh-tip-flip="left"] .rfh-tip__body::after{left:auto;right:12px;transform:translateX(0)}.rfh-tip[data-rfh-tip-flip="right"] .rfh-tip__body{left:0;transform:translateX(0)}.rfh-tip[data-rfh-tip-flip="right"] .rfh-tip__body::after{left:12px;transform:translateX(0)}.rfh-tip[data-rfh-tip-flip="below"] .rfh-tip__body{bottom:auto;top:calc(100% + 8px)}.rfh-tip[data-rfh-tip-flip="below"] .rfh-tip__body::after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--rfh-tip-bg,#1f2937)}@media(prefers-reduced-motion:reduce){.rfh-tip__body{transition:none}.rfh-tip__icon{transition:none}}@media(max-width:480px){.rfh-tip__body{max-width:240px;font-size:.78rem}}[data-theme="dark"] .rfh-tip__body{background:var(--rfh-tip-bg,#f9fafb);color:var(--rfh-tip-fg,#1f2937)}[data-theme="dark"] .rfh-tip__body::after{border-top-color:var(--rfh-tip-bg,#f9fafb)}[data-theme="dark"] .rfh-tip[data-rfh-tip-flip="below"] .rfh-tip__body::after{border-top-color:transparent;border-bottom-color:var(--rfh-tip-bg,#f9fafb)}