.context-popover{position:fixed;z-index:1200;width:min(272px,calc(100vw - 16px));box-sizing:border-box;overflow:auto;padding:6px;background:var(--surface,#fff);color:var(--ink,#222b45);border:1px solid var(--lineStrong,#b8c2d8);border-radius:10px;box-shadow:0 8px 30px #17213025;font:14px/1.5 var(--font-body,sans-serif)}.context-popover .menu-list{display:grid;gap:2px}.context-popover [role=menuitem]{display:flex;width:100%;justify-content:flex-start;text-align:left;min-height:40px;padding:9px 12px;border:0;border-radius:5px;background:transparent;color:inherit;text-decoration:none;box-shadow:none;font:inherit}.context-popover [role=menuitem]:hover,.context-popover [role=menuitem]:focus-visible{outline:0;background:var(--subtle,#eef1f8);color:var(--primary,#2e44b7)}.context-popover [role=menuitem]:disabled{opacity:.45;cursor:not-allowed}.context-popover .help{font-size:12px;line-height:1.5;margin:7px 6px 3px;padding:9px 6px 0;border-top:1px solid var(--line,#dce1eb)}.context-popover svg{width:18px;height:18px;flex-shrink:0}@media(pointer:coarse){.context-popover [role=menuitem]{min-height:44px}}
