.command-palette-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;display:flex;align-items:flex-start;justify-content:center;padding-top:min(20vh,140px);background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:cpOverlayIn .15s ease-out}@keyframes cpOverlayIn{0%{opacity:0}to{opacity:1}}.command-palette-dialog{width:90%;max-width:560px;max-height:440px;background:#141b26f2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 24px 80px #0009,0 0 0 1px #ffffff0d;display:flex;flex-direction:column;overflow:hidden;animation:cpDialogIn .2s cubic-bezier(.16,1,.3,1)}@keyframes cpDialogIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.command-palette-input-wrap{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);gap:12px}.command-palette-search-icon{flex-shrink:0;color:#fff6}.command-palette-input{flex:1;background:none;border:none;outline:none;font-size:16px;font-family:inherit;color:#fff;caret-color:var(--accent-blue, #4a9eff)}.command-palette-input::placeholder{color:#ffffff59}.command-palette-results{flex:1;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.command-palette-results::-webkit-scrollbar{width:5px}.command-palette-results::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.command-palette-category{padding:8px 10px 4px;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59}.command-palette-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .1s;font-size:14px;color:#ffffffd9}.command-palette-item:hover,.command-palette-item[data-selected=true]{background:#ffffff14;color:#fff}.command-palette-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.5}.command-palette-item[data-selected=true] .command-palette-item-icon{opacity:.8}.command-palette-empty{padding:32px 16px;text-align:center;color:#ffffff59;font-size:14px}.command-palette-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:10px 16px;border-top:1px solid rgba(255,255,255,.06);font-size:.72rem;color:#ffffff4d}.command-palette-kbd{display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:2px 6px;font-size:.68rem;font-family:inherit;font-weight:600;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ffffff80}[data-theme=light] .command-palette-overlay{background:#0000004d}[data-theme=light] .command-palette-dialog{background:#fffffff7;border-color:#00000014;box-shadow:0 24px 80px #0003,0 0 0 1px #0000000d}[data-theme=light] .command-palette-input-wrap{border-bottom-color:#0000000f}[data-theme=light] .command-palette-search-icon{color:#00000059}[data-theme=light] .command-palette-input{color:#1a1a1a}[data-theme=light] .command-palette-input::placeholder{color:#00000059}[data-theme=light] .command-palette-category{color:#0006}[data-theme=light] .command-palette-item{color:#000000bf}[data-theme=light] .command-palette-item:hover,[data-theme=light] .command-palette-item[data-selected=true]{background:#0000000d;color:#1a1a1a}[data-theme=light] .command-palette-empty{color:#00000059}[data-theme=light] .command-palette-footer{border-top-color:#0000000f;color:#0000004d}[data-theme=light] .command-palette-kbd{background:#0000000d;border-color:#0000001a;color:#00000073}[data-theme=light] .command-palette-results::-webkit-scrollbar-thumb{background:#0000001a}@media(max-width:640px){.command-palette-overlay{padding-top:12px;align-items:flex-start}.command-palette-dialog{width:96%;max-height:70vh;border-radius:14px}}
