.command-palette-module__p01PAq__backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141a1666;place-items:start center;padding-top:max(8vh,4rem);animation:.12s command-palette-module__p01PAq__fadeIn;display:grid;position:fixed;inset:0}@keyframes command-palette-module__p01PAq__fadeIn{0%{opacity:0}to{opacity:1}}.command-palette-module__p01PAq__palette{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);width:min(600px,100vw - 2rem);animation:.16s cubic-bezier(.16,1,.3,1) command-palette-module__p01PAq__slideDown;overflow:hidden;box-shadow:0 20px 60px #0000002e,0 4px 12px #00000014}@keyframes command-palette-module__p01PAq__slideDown{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.command-palette-module__p01PAq__inputWrap{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:0 .85rem;display:flex}.command-palette-module__p01PAq__searchIcon{width:1.1rem;height:1.1rem;color:var(--text-muted);flex:none;display:flex}.command-palette-module__p01PAq__searchIcon svg{width:100%;height:100%}.command-palette-module__p01PAq__input{min-width:0;height:3rem;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:500}.command-palette-module__p01PAq__input::placeholder{color:var(--text-muted)}.command-palette-module__p01PAq__escKey{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--text-muted);cursor:pointer;flex:none;padding:.15rem .35rem;font-family:inherit;font-size:11px;font-weight:600}.command-palette-module__p01PAq__results{max-height:min(400px,60vh);padding:.4rem 0;overflow-y:auto}.command-palette-module__p01PAq__empty{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:14px}.command-palette-module__p01PAq__group{padding:.25rem 0}.command-palette-module__p01PAq__groupLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:.35rem .85rem .2rem;font-size:11px;font-weight:700}.command-palette-module__p01PAq__item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.55rem .85rem;transition:background-color 80ms;display:flex}.command-palette-module__p01PAq__item:hover,.command-palette-module__p01PAq__itemSelected{background:var(--primary-soft)}.command-palette-module__p01PAq__itemIcon{border-radius:var(--radius-sm);background:var(--surface-muted);width:24px;height:24px;color:var(--text-muted);flex:0 0 24px;justify-content:center;place-items:center;padding:.25rem;display:flex}.command-palette-module__p01PAq__itemIcon svg{width:100%;height:100%}.command-palette-module__p01PAq__itemSelected .command-palette-module__p01PAq__itemIcon{color:var(--primary);background:#22543d1f}.command-palette-module__p01PAq__itemText{flex:1;gap:.06rem;min-width:0;display:grid}.command-palette-module__p01PAq__itemLabel{color:var(--text-strong);font-size:14px;font-weight:600}.command-palette-module__p01PAq__itemDescription{color:var(--text-muted);font-size:12px}.command-palette-module__p01PAq__enterKey{border-radius:var(--radius-sm);color:var(--primary);background:#22543d14;border:1px solid #22543d33;flex:none;padding:.15rem .35rem;font-family:inherit;font-size:11px;font-weight:600}.command-palette-module__p01PAq__footer{border-top:1px solid var(--border);background:var(--surface-muted);align-items:center;gap:1rem;padding:.55rem .85rem;display:flex}.command-palette-module__p01PAq__hint{color:var(--text-muted);align-items:center;gap:.3rem;font-size:12px;display:flex}.command-palette-module__p01PAq__hint kbd{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:4px;padding:.12rem .3rem;font-family:inherit;font-size:11px;font-weight:600}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:"Inter", "Segoe UI", "Aptos", "Helvetica Neue", system-ui, sans-serif;--font-mono:"IBM Plex Mono", "Cascadia Mono", "SFMono-Regular", Consolas, monospace;--bg:#fafaf8;--surface:#fff;--sidebar-bg:#fcfbf8;--border:#e9e8e3;--border-strong:#d5d3cc;--primary:#22543d;--primary-hover:#18422f;--primary-soft:#e8f0eb;--warning:#d89b1d;--warning-soft:#fef9ec;--danger:#dc4c4c;--danger-soft:#fdf1f1;--info:#2563eb;--info-soft:#eff4ff;--text:#2d342f;--text-muted:#70736f;--text-strong:#1a201c;--radius-card:10px;--radius-input:7px;--radius-btn:999px;--radius-sm:6px;--shadow:0 1px 4px #0000000f, 0 4px 16px #0000000a;--shadow-sm:0 1px 3px #0000000d;--accent:var(--primary);--accent-strong:var(--primary-hover);--accent-soft:var(--primary-soft);--muted:var(--text-muted);--muted-strong:#5a5d58;--radius-lg:var(--radius-card);--radius-md:var(--radius-input);--shadow-soft:var(--shadow-sm);--shadow-large:var(--shadow);--surface-muted:#f5f4f0}html{min-height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}::selection{background:#22543d1a}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,input,textarea,select,a{transition:border-color .14s,background-color .14s,color .14s,box-shadow .14s,transform .14s}:focus-visible{outline-offset:2px;outline:2px solid #22543d4d}main{width:100%}
