.command-deck-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background-color:#0006;position:fixed;inset:0}.command-deck-overlay[data-state=open]{animation:.15s ease-out forwards fadeIn}.command-deck-overlay[data-state=closed]{animation:.1s ease-in forwards fadeOut}.command-deck-content{z-index:101;will-change:transform,opacity;opacity:0;background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;width:100%;max-width:40rem;margin:0 auto;position:fixed;top:15%;left:0;right:0;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.command-deck-content[data-state=open]{animation:.15s ease-out forwards slideIn}.command-deck-content[data-state=closed]{animation:.1s ease-in forwards slideOut}.command-deck-search{border-bottom:1px solid #e2e8f0;padding:.5rem;position:relative}.command-deck-search .command-deck-search-input{color:#0f172a;background-color:#0000;border:none;border-radius:0;outline:none;width:100%;height:3rem;padding:0 1rem 0 3rem;font-size:1rem}.command-deck-search .command-deck-search-input::placeholder{color:#94a3b8}.command-deck-search .command-deck-search-icon-wrapper{pointer-events:none;color:#94a3b8;align-items:center;display:flex;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.command-deck-search .command-deck-search-icon-wrapper svg{width:1.25rem;height:1.25rem}.command-deck-list{max-height:24rem;padding:.25rem;overflow-y:auto}.command-deck-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;width:100%;margin-bottom:1px;padding:.5rem .75rem;transition:background-color .15s;display:flex}.command-deck-item:hover,.command-deck-item.selected{background-color:#f1f5f9}.command-deck-item-icon{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.selected .command-deck-item-icon{background-color:#fff;border-color:#cbd5e1}.command-deck-item-icon svg{color:#475569;width:1rem;height:1rem}.command-deck-item-content{flex:1;min-width:0}.command-deck-item-title{color:#0f172a;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.command-deck-item-description{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.command-deck-item-shortcut{color:#94a3b8;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.command-deck-item-shortcut svg{width:.75rem;height:.75rem}.command-deck-empty{text-align:center;color:#64748b;padding:2rem}.command-deck-trigger{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.25rem .5rem;transition:all .15s;display:flex;box-shadow:0 1px 2px #0000000d}.command-deck-trigger:hover{background-color:#f8fafc;border-color:#cbd5e1}.command-deck-trigger-icon{color:#64748b}.command-deck-trigger-icon.sidebar{width:1rem;height:1rem}.command-deck-trigger-icon.header{width:.75rem;height:.75rem}.command-deck-trigger-text{color:#475569;font-size:.875rem;font-weight:500;display:none}@media (min-width:1280px){.command-deck-trigger-text{display:inline}}.command-deck-trigger-shortcut{justify-content:center;align-items:center;gap:.25rem;display:none}@media (min-width:1440px){.command-deck-trigger-shortcut{display:flex}}.command-deck-trigger-kbd{color:#64748b;text-align:center;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;min-width:1.25em;padding:0 .25rem;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem}.command-deck-trigger-sidebar{width:100%;height:auto;box-shadow:none;background:0 0;border:none;justify-content:flex-start;gap:.75rem;padding:.5rem .75rem}.command-deck-trigger-sidebar:hover{background-color:#f1f5f9;border-color:#0000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes slideOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}@media (max-width:640px){.command-deck-content{max-width:95vw;margin:0;left:2.5vw;right:2.5vw}}
