.hover-popover__trigger{border-bottom:1px dotted var(--color-fd-primary);font:inherit;color:inherit;cursor:help;background:0 0;border-top:none;border-left:none;border-right:none;padding:0}.hover-popover__content{background:var(--color-fd-popover);color:var(--color-fd-popover-foreground,var(--color-fd-foreground));border:1px solid var(--color-fd-border);z-index:9999;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 30px #0000001f}.hover-popover__content--tooltip{max-width:380px;max-height:60vh}.hover-popover__content--modal{min-width:400px;max-width:600px;max-height:80vh}.hover-popover__header{flex-shrink:0;justify-content:flex-end;padding:8px 12px 0;display:flex}.hover-popover__close{cursor:pointer;color:var(--color-fd-muted-foreground);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:24px;transition:all .2s}.hover-popover__close:hover{background:var(--color-fd-accent);color:var(--color-fd-foreground)}.hover-popover__body{flex:1;padding:16px 20px;line-height:1.6;overflow-y:auto}.hover-popover__content--modal .hover-popover__body{padding:0 24px 24px}.hover-popover__title{color:var(--color-fd-foreground);margin:0 0 8px;font-size:1rem;font-weight:600}.hover-popover__body>:last-child{margin-bottom:0}@media (max-width:768px){.hover-popover__content--modal{min-width:320px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px)}}
.floating-modal__title{color:var(--color-fd-foreground);margin:0 0 16px;font-size:24px;font-weight:600}.floating-modal__subtitle{color:var(--color-fd-foreground);margin:24px 0 12px;font-size:20px;font-weight:600}.floating-modal__paragraph{color:var(--color-fd-foreground);margin:0 0 16px;line-height:1.6}.floating-modal__list{margin:0 0 16px;padding-left:20px}.floating-modal__list-item{margin-bottom:8px;line-height:1.5}.floating-modal__strong{color:var(--color-fd-foreground);font-weight:600}.floating-modal__inline-code{background:var(--color-fd-muted);font-family:var(--font-mono);border-radius:3px;padding:2px 6px;font-size:.9em}.floating-modal__table{border-collapse:collapse;width:100%;margin:16px 0}.floating-modal__th,.floating-modal__td{text-align:left;border:1px solid var(--color-fd-border);padding:8px 12px}.floating-modal__th{background:var(--color-fd-muted);font-weight:600}.floating-modal__link{color:var(--color-fd-primary);text-decoration:underline}@media (max-width:768px){.floating-modal__title{font-size:20px}.floating-modal__subtitle{font-size:18px}}
