.command-palette-overlay{position:fixed;inset:0;background:#111827cc;backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:15vh 16px 0;animation:fadeIn .15s ease-out}@media(prefers-color-scheme:dark){.command-palette-overlay{background:#000c}}.command-palette-container{width:100%;max-width:480px;margin:0 auto;padding:0;box-sizing:border-box;animation:slideIn .15s ease-out}@media(min-width:1024px){.command-palette-container{max-width:600px}}.command-palette{background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #e5e7eb,0 8px 32px -8px #5f5ed74d;border:1px solid rgba(229,231,235,1);overflow:hidden;backdrop-filter:blur(20px)}.command-palette-header{display:flex;align-items:center;padding:20px;border-bottom:1px solid rgba(229,231,235,1);background:#f9fafbcc;backdrop-filter:blur(10px)}.command-palette-search-icon{width:20px;height:20px;color:#6b7280;margin-right:12px;flex-shrink:0}.command-palette-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;font-weight:500;color:#111827;font-family:var(--font-body);text-align:left}.command-palette-input::placeholder{color:#9ca3af}.command-palette-kbd{background:#f3f4f6;color:#4b5563;padding:6px 10px;border-radius:8px;font-size:12px;font-family:var(--font-mono);font-weight:600;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1}.command-palette-list{max-height:480px;overflow-y:auto;padding:8px 0 16px}.command-palette-empty{padding:32px 16px;text-align:center;color:#6b7280;font-size:14px;font-family:var(--font-body)}.command-palette-group{margin-bottom:8px}.command-palette-group [cmdk-group-heading]{padding:12px 20px 6px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:8px;font-family:var(--font-display)}.command-palette-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:12px;margin:2px 8px;width:calc(100% - 16px)}.command-palette-item[aria-selected=true]{background:linear-gradient(135deg,#5f5ed70d,#00ceff0d);border:1px solid rgba(95,94,215,.2);transform:translateY(-1px);box-shadow:0 4px 16px #5f5ed71a,0 1px 4px #0000000a}.command-palette-item:hover{background:#f9fafb;transform:translateY(-.5px)}.command-palette-item-content{flex:1;min-width:0}.command-palette-item-title{font-size:15px;font-weight:600;color:#111827;margin-bottom:4px;font-family:var(--font-body);line-height:1.4}.command-palette-item-description{font-size:13px;color:#6b7280;line-height:1.5;font-family:var(--font-body);font-weight:400}.command-palette-external-icon{width:16px;height:16px;color:#9ca3af;margin-left:12px;flex-shrink:0;opacity:.8}@media(prefers-color-scheme:dark){.command-palette{background:#0f172a;border:1px solid #334155;box-shadow:0 32px 64px -12px #000000b3,0 0 0 1px #5f5ed733,0 8px 32px -8px #5f5ed74d}.command-palette-header{background:#0f172ae6;border-color:#334155;backdrop-filter:blur(10px)}.command-palette-search-icon{color:#94a3b8}.command-palette-input{color:#f1f5f9}.command-palette-input::placeholder{color:#64748b}.command-palette-kbd{background:#1e293b;color:#94a3b8;border-color:#475569;box-shadow:0 1px 2px #0000004d}.command-palette-empty{color:#94a3b8}.command-palette-group [cmdk-group-heading]{color:#00ceff}.command-palette-item[aria-selected=true]{background:linear-gradient(135deg,#5f5ed71a,#00ceff1a);border:1px solid rgba(0,206,255,.3);box-shadow:0 4px 12px #00ceff33,inset 0 1px #00ceff1a}.command-palette-item:hover{background:#1e293b80}.command-palette-item-title{color:#f1f5f9}.command-palette-item-description{color:#94a3b8}.command-palette-external-icon{color:#00ceff;opacity:.6}.command-palette-item-icon{color:#94a3b8}.command-palette-item[aria-selected=true] .command-palette-item-icon{color:#cbd5e1}.command-palette-category-icon{color:#64748b}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.command-palette-list::-webkit-scrollbar{width:6px}.command-palette-list::-webkit-scrollbar-track{background:transparent}.command-palette-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}@media(prefers-color-scheme:dark){.command-palette-list::-webkit-scrollbar-thumb{background:#5f5ed766}}.command-palette-item-icon{width:20px;height:20px;margin-right:16px;flex-shrink:0;opacity:.8;color:#6b7280}.command-palette-item[aria-selected=true] .command-palette-item-icon{opacity:1;color:#5f5ed7}@media(prefers-color-scheme:dark){.command-palette-item[aria-selected=true] .command-palette-item-icon{color:#cbd5e1}}.command-palette-category-icon{width:16px;height:16px;opacity:.8;color:#6b7280}
