.naraya-app-launcher{position:relative;display:inline-block}.naraya-app-launcher__trigger{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background-color:transparent;border:0;border-radius:.5rem;color:rgb(var(--text-muted));cursor:pointer;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-app-launcher__trigger:hover{background-color:rgb(var(--color-secondary));color:rgb(var(--text-main))}.naraya-app-launcher__trigger[aria-expanded=true]{background-color:rgb(var(--color-primary)/.1);color:rgb(var(--color-primary))}.naraya-app-launcher__trigger svg{width:1.25rem;height:1.25rem}.naraya-app-launcher__panel{position:absolute;top:calc(100% + .5rem);right:0;z-index:50;width:20rem;padding:.875rem;background-color:rgb(var(--bg-surface));border:1px solid rgb(var(--border-subtle));border-radius:.875rem;box-shadow:var(--shadow-xl);opacity:0;transform:scale(.96) translateY(-4px);transform-origin:top right;transition:opacity var(--duration-base) var(--easing-smooth),transform var(--duration-base) var(--easing-smooth);pointer-events:none}.naraya-app-launcher__panel--open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.naraya-app-launcher__title{padding:0 .375rem .625rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--text-muted))}.naraya-app-launcher__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.naraya-app-launcher__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.75rem .5rem;background-color:transparent;border:0;border-radius:.625rem;color:rgb(var(--text-main));cursor:pointer;text-decoration:none;transition:background-color var(--duration-fast) var(--easing-smooth)}.naraya-app-launcher__item:hover{background-color:rgb(var(--color-secondary))}.naraya-app-launcher__item:focus-visible{outline:2px solid rgb(var(--ring-focus));outline-offset:-2px}.naraya-app-launcher__item-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;background:linear-gradient(135deg,rgb(var(--color-primary)) 0,rgb(var(--color-accent)) 100%);color:rgb(var(--color-primary-content))}.naraya-app-launcher__item-icon svg{width:1.25rem;height:1.25rem}.naraya-app-launcher__item-label{font-size:.75rem;font-weight:500;text-align:center}