.chat-context-menu{background:var(--popover);border:1px solid var(--border);z-index:100;border-radius:.5rem;min-width:12rem;padding:.375rem;animation:.15s contextMenuFadeIn;box-shadow:0 .5rem 1.5rem #0003}@keyframes contextMenuFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chat-context-item{color:var(--foreground);cursor:pointer;border-radius:.375rem;outline:none;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.875rem;transition:background .1s;display:flex}.chat-context-item:hover,.chat-context-item:focus{background:var(--muted)}.chat-context-item.destructive{color:var(--destructive)}.chat-context-item.destructive:hover,.chat-context-item.destructive:focus{background:color-mix(in srgb,var(--destructive)10%,transparent)}.chat-context-item svg{opacity:.7;flex-shrink:0}.chat-context-separator{background:var(--border);height:1px;margin:.375rem 0}
/*# sourceMappingURL=e393ef245b251a2c.css.map*/