.ctx{z-index:var(--z-popover);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:max-content;min-width:0;max-width:min(96vw,360px);box-shadow:var(--shadow-overlay);color:var(--text);flex-direction:column;align-items:stretch;padding:4px;display:flex}.ctxItem{border-radius:var(--radius-xs);width:100%;color:inherit;font-size:var(--ui-text-sm);font-weight:var(--ui-weight-medium);text-align:left;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:8px;margin:0;padding:7px 10px;line-height:1.3;text-decoration:none;display:inline-flex}.ctxItem:hover,.ctxItem:focus-visible{background:var(--surface-hover);outline:none}.ctxItem__icon{color:var(--text-muted);flex-shrink:0}.ctxItem__label{text-align:left;flex:0 auto}.ctx hr{border:0;border-top:1px solid var(--border-subtle);width:100%;margin:4px 0}.ctx>.btn,.ctx>button:not(.ctxItem){border-radius:var(--radius-xs);width:100%;min-width:0;box-shadow:none;font-size:var(--ui-text-sm);font-weight:var(--ui-weight-medium);text-align:left;color:inherit;white-space:nowrap;background:0 0;border:0;justify-content:flex-start;align-items:center;padding:7px 10px;line-height:1.3;display:inline-flex}.ctx>.btn:hover:not(:disabled),.ctx>button:not(.ctxItem):hover{background:var(--surface-hover);border-color:#0000}.ctx>a:not(.ctxItem){border-radius:var(--radius-xs);width:100%;font-size:var(--ui-text-sm);font-weight:var(--ui-weight-medium);color:inherit;white-space:nowrap;justify-content:flex-start;align-items:center;gap:8px;padding:7px 10px;text-decoration:none;display:inline-flex}.ctx>a:not(.ctxItem):hover{background:var(--surface-hover)}
