.naraya-menu{position:relative;display:inline-block}.naraya-menu__panel{position:absolute;z-index:var(--z-popover,50);min-width:12rem;padding:.375rem;background-color:rgb(var(--bg-surface));border:1px solid rgb(var(--border-subtle));border-radius:.625rem;box-shadow:var(--shadow-lg);opacity:0;transform:scale(.96) translateY(-4px);transform-origin:top right;transition:opacity var(--duration-fast) var(--easing-smooth),transform var(--duration-fast) var(--easing-smooth);pointer-events:none}.naraya-menu__panel--open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.naraya-menu__panel--bottom-start{top:calc(100% + .375rem);left:0;transform-origin:top left}.naraya-menu__panel--bottom-end{top:calc(100% + .375rem);right:0;transform-origin:top right}.naraya-menu__panel--top-start{bottom:calc(100% + .375rem);left:0;transform-origin:bottom left}.naraya-menu__panel--top-end{bottom:calc(100% + .375rem);right:0;transform-origin:bottom right}.naraya-menu__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4375rem .625rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;color:rgb(var(--text-main));background-color:transparent;border:0;border-radius:.375rem;cursor:pointer;text-align:left;text-decoration:none;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-menu__item:focus-visible,.naraya-menu__item:hover:not(:disabled){background-color:rgb(var(--color-secondary));outline:0}.naraya-menu__item:disabled{opacity:.4;cursor:not-allowed}.naraya-menu__item--danger{color:rgb(var(--color-error))}.naraya-menu__item--danger:hover:not(:disabled){background-color:rgb(var(--color-error)/.1)}.naraya-menu__item-icon{flex-shrink:0;width:1rem;height:1rem;color:rgb(var(--text-muted))}.naraya-menu__item--danger .naraya-menu__item-icon{color:rgb(var(--color-error))}.naraya-menu__item-shortcut{margin-left:auto;font-family:var(--font-mono);font-size:.75rem;color:rgb(var(--text-muted))}.naraya-menu__separator{height:1px;margin:.375rem -.375rem;background-color:rgb(var(--border-subtle)/.7);border:0}.naraya-menu__label{padding:.375rem .625rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--text-muted))}