@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";
:root{--background:224 25% 5%;--foreground:210 40% 98%;--card:224 20% 8%;--card-foreground:210 40% 98%;--popover:224 18% 12%;--popover-foreground:210 40% 98%;--primary:187 92% 53%;--primary-foreground:224 25% 5%;--secondary:265 89% 66%;--secondary-foreground:210 40% 98%;--muted:224 18% 14%;--muted-foreground:215 16% 65%;--accent:187 92% 53%;--accent-foreground:224 25% 5%;--border:224 14% 19%;--border-hover:#19dcf573;--input:224 14% 19%;--ring:187 92% 53%;--success:158 75% 48%;--success-foreground:224 25% 5%;--warning:38 96% 54%;--warning-foreground:224 25% 5%;--destructive:354 84% 57%;--destructive-foreground:210 40% 98%;--bg-void:hsl(var(--background));--bg-surface:hsl(var(--card));--bg-elevated:hsl(var(--popover));--bg-surface-elevated:hsl(var(--popover));--bg-overlay:hsla(var(--background), .82);--bg-subtle:hsl(var(--muted));--border-subtle:#1f2129;--border-default:hsl(var(--border));--border-hover-violet:#9b5bf573;--border-active:hsl(var(--primary));--border-focus:#19dcf5a6;--accent-primary:hsl(var(--primary));--accent-primary-hover:#06c6e0;--accent-primary-subtle:hsla(var(--primary), .12);--accent-secondary:hsl(var(--secondary));--accent-secondary-subtle:hsla(var(--secondary), .12);--accent-success:hsl(var(--success));--accent-success-subtle:hsla(var(--success), .12);--accent-warning:hsl(var(--warning));--accent-warning-subtle:hsla(var(--warning), .12);--accent-danger:hsl(var(--destructive));--accent-danger-subtle:hsla(var(--destructive), .12);--text-primary:hsl(var(--foreground));--text-secondary:hsl(var(--muted-foreground));--text-muted:#606e80;--text-inverse:hsl(var(--primary-foreground));--font-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-code:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--radius-chip:3px;--radius-xs:3px;--radius-button:6px;--radius-sm:4px;--radius-md:6px;--radius-card:8px;--radius-lg:8px;--radius-modal:12px;--radius-xl:12px;--radius-2xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0009;--shadow-card:0 4px 12px #00000080, 0 1px 2px #0006;--shadow-card-hover:0 8px 24px #000000a6, 0 0 16px hsla(var(--primary), .14);--shadow-modal:0 16px 40px #000000bf, 0 2px 6px #0006;--shadow-glow-cyan:0 0 20px hsla(var(--primary), .28);--shadow-glow-violet:0 0 20px hsla(var(--secondary), .28);--focus-ring:0 0 0 2px hsl(var(--background)), 0 0 0 4px hsl(var(--primary));--transition-fast:.12s cubic-bezier(.16, 1, .3, 1);--transition-default:.16s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.24s cubic-bezier(.16, 1, .3, 1);--gradient-aurora:linear-gradient(135deg, #9b5bf5 0%, #19dcf5 100%);--gradient-sunset:linear-gradient(135deg, #f04299 0%, #faa819 100%);--gradient-cyberpunk:linear-gradient(135deg, #f91fc3 0%, #19dcf5 100%);--gradient-emerald:linear-gradient(135deg, #12d393 0%, #19dcf5 100%);--gradient-monochrome:linear-gradient(135deg, #212531 0%, #0f1219 100%);--gradient-midnight:linear-gradient(135deg, #191d34 0%, #160f24 100%)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-void);width:100%;max-width:100vw;min-height:100%;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:14px;line-height:1.5;position:relative;overflow-x:clip}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-void)}::-webkit-scrollbar-thumb{border-radius:var(--radius-sm);transition:background var(--transition-fast), box-shadow var(--transition-fast);background:#373c49}::-webkit-scrollbar-thumb:hover{box-shadow:0 0 12px var(--accent-primary);background:var(--accent-primary)!important}*{scrollbar-color:#373c49 var(--bg-void);scrollbar-width:thin}.card,.table-card,[data-card]{transition:border-color var(--transition-default), box-shadow var(--transition-default), transform var(--transition-default)}.card:hover,.table-card:hover,[data-card]:hover{border-color:#19dcf566!important;box-shadow:0 8px 30px #00000080,0 0 16px #19dcf526!important}::selection{color:var(--text-primary);background:#19dcf54d}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:700}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.25}h3{font-size:1.25rem;line-height:1.3}h4{font-size:1.1rem;line-height:1.35}p{color:var(--text-secondary)}a{color:inherit;transition:color var(--transition-default);text-decoration:none}code,kbd,pre{font-family:var(--font-code)}kbd{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-default);border-radius:var(--radius-xs);justify-content:center;align-items:center;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 1px #0006}button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-default);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.45rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn:active{transform:scale(.98)}.btn:focus-visible{box-shadow:var(--focus-ring)}.btn-primary{background:var(--accent-primary);color:var(--text-inverse);font-weight:600}.btn-primary:hover{background:var(--accent-primary-hover);box-shadow:var(--shadow-glow-cyan)}.btn-secondary{background:var(--bg-surface);border-color:var(--border-default);color:var(--text-primary)}.btn-secondary:hover{background:var(--bg-elevated);border-color:var(--border-hover)}.btn-ghost{color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-elevated);color:var(--text-primary)}.btn-icon{border-radius:var(--radius-sm);width:34px;height:34px;padding:0}.input,.textarea{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-default), box-shadow var(--transition-default);padding:.5rem .75rem}.input:focus,.textarea:focus{border-color:var(--accent-primary);box-shadow:var(--focus-ring)}.input::placeholder,.textarea::placeholder{color:var(--text-muted)}.badge{border-radius:var(--radius-full);border:1px solid #0000;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-cyan{background:var(--accent-primary-subtle);color:var(--accent-primary);border-color:#19dcf54d}.badge-violet{background:var(--accent-secondary-subtle);color:var(--accent-secondary);border-color:#9b5bf54d}.badge-emerald{background:var(--accent-success-subtle);color:var(--accent-success);border-color:#1fd6934d}.glass-panel{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-default);background:#101218bf}.window-dots{align-items:center;gap:6px;display:inline-flex}.window-dot{border-radius:50%;width:11px;height:11px}.window-dot-red{background:#ff5f56}.window-dot-yellow{background:#ffbd2e}.window-dot-green{background:#27c93f}
.saved-docs-drawer-module__fx-Fla__backdrop{-webkit-backdrop-filter:blur(8px);z-index:90;background-color:#000000a6;animation:.25s ease-out saved-docs-drawer-module__fx-Fla__fadeIn;position:fixed;inset:0}.saved-docs-drawer-module__fx-Fla__bottomSheet{background-color:var(--bg-surface);border-top:1px solid var(--border-default);border-top-left-radius:var(--radius-2xl);border-top-right-radius:var(--radius-2xl);z-index:100;box-sizing:border-box;flex-direction:column;height:54vh;min-height:360px;max-height:580px;animation:.35s cubic-bezier(.16,1,.3,1) saved-docs-drawer-module__fx-Fla__slideUpSheet;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -12px 48px #000000bf,0 0 24px #19dcf51a}@keyframes saved-docs-drawer-module__fx-Fla__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes saved-docs-drawer-module__fx-Fla__slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.saved-docs-drawer-module__fx-Fla__dragHandleBar{cursor:pointer;justify-content:center;align-items:center;padding:.6rem 0 .35rem;display:flex}.saved-docs-drawer-module__fx-Fla__dragPill{background-color:var(--border-hover);border-radius:var(--radius-full);width:38px;height:4px}.saved-docs-drawer-module__fx-Fla__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1.25rem .85rem;display:flex}.saved-docs-drawer-module__fx-Fla__headerTitleGroup{align-items:center;gap:.5rem;display:flex}.saved-docs-drawer-module__fx-Fla__headerTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.05rem;font-weight:700}.saved-docs-drawer-module__fx-Fla__countBadge{font-family:var(--font-code);background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--accent-primary);padding:.15rem .5rem;font-size:.72rem}.saved-docs-drawer-module__fx-Fla__headerActions{align-items:center;gap:.5rem;display:flex}.saved-docs-drawer-module__fx-Fla__clearBtn{color:var(--text-muted);border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.25rem .6rem;font-size:.75rem}.saved-docs-drawer-module__fx-Fla__clearBtn:hover{color:var(--accent-danger);border-color:var(--accent-danger);background-color:var(--bg-elevated)}.saved-docs-drawer-module__fx-Fla__closeBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.saved-docs-drawer-module__fx-Fla__closeBtn:hover{color:var(--text-primary);background-color:var(--bg-elevated)}.saved-docs-drawer-module__fx-Fla__contentList{flex-direction:column;flex:1;gap:.6rem;padding:.85rem 1.25rem;display:flex;overflow-y:auto}.saved-docs-drawer-module__fx-Fla__docCard{background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.saved-docs-drawer-module__fx-Fla__docCard:hover{border-color:var(--border-hover);background-color:var(--bg-elevated);transform:translateY(-1px)}.saved-docs-drawer-module__fx-Fla__docMetaLeft{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.saved-docs-drawer-module__fx-Fla__toolIconBox{background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.saved-docs-drawer-module__fx-Fla__docTextGroup{flex-direction:column;flex:1;min-width:0;display:flex}.saved-docs-drawer-module__fx-Fla__docTitle{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.saved-docs-drawer-module__fx-Fla__docDetails{color:var(--text-muted);font-size:.72rem;font-family:var(--font-code);align-items:center;gap:.4rem;margin-top:2px;display:flex}.saved-docs-drawer-module__fx-Fla__badgeTool{text-transform:capitalize;color:var(--accent-primary)}.saved-docs-drawer-module__fx-Fla__deleteItemBtn{width:28px;height:28px;color:var(--text-muted);border-radius:var(--radius-xs);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.saved-docs-drawer-module__fx-Fla__deleteItemBtn:hover{color:var(--accent-danger);background-color:var(--bg-surface)}.saved-docs-drawer-module__fx-Fla__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:3rem 1.5rem;display:flex}.saved-docs-drawer-module__fx-Fla__emptyTitle{color:var(--text-primary);font-size:.95rem;font-weight:600}.saved-docs-drawer-module__fx-Fla__emptyDesc{max-width:320px;font-size:.8rem;line-height:1.5}@media (max-width:520px){.saved-docs-drawer-module__fx-Fla__bottomSheet{height:60vh}.saved-docs-drawer-module__fx-Fla__header{padding:.5rem .85rem .65rem}.saved-docs-drawer-module__fx-Fla__headerTitle{font-size:.95rem}.saved-docs-drawer-module__fx-Fla__contentList{padding:.6rem .85rem}.saved-docs-drawer-module__fx-Fla__docCard{padding:.6rem .75rem}}
.header-module__9iNmeq__header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-default);z-index:80;background-color:#101218e0;justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:flex;position:sticky;top:0;box-shadow:0 4px 24px -4px #00000080;overflow:visible!important}.header-module__9iNmeq__leftSection,.header-module__9iNmeq__centerSection,.header-module__9iNmeq__rightSection{align-items:center;display:flex}.header-module__9iNmeq__leftSection{gap:1.5rem}.header-module__9iNmeq__brandLink{align-items:center;gap:.5rem;display:flex}.header-module__9iNmeq__brandIcon{background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-sm);width:32px;height:32px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex}.header-module__9iNmeq__brandName{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.header-module__9iNmeq__brandVersion{font-family:var(--font-code);background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-xs);color:var(--text-muted);padding:.1rem .35rem;font-size:.7rem}.header-module__9iNmeq__toolSwitcherWrapper{z-index:90;position:relative}.header-module__9iNmeq__switcherButton{background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-md);height:34px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-default);box-sizing:border-box;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.85rem;display:inline-flex}.header-module__9iNmeq__switcherButton:hover{border-color:var(--border-hover);background-color:var(--bg-elevated)}.header-module__9iNmeq__switcherIcon{color:var(--accent-primary)}.header-module__9iNmeq__chevron{color:var(--text-muted)}.header-module__9iNmeq__backdrop{z-index:95;-webkit-backdrop-filter:blur(2px);background-color:#00000073;position:fixed;inset:0}.header-module__9iNmeq__dropdownMenu{background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);z-index:100;flex-direction:column;gap:2px;width:220px;max-width:calc(100vw - 1.5rem);padding:.4rem;display:flex;position:absolute;top:calc(100% + 8px);left:auto;right:0;box-shadow:0 16px 40px #000000d9,0 0 16px #0ae7f226}.header-module__9iNmeq__dropdownHeader{font-size:.7rem;font-family:var(--font-code);text-transform:uppercase;color:var(--text-muted);padding:.4rem .6rem}.header-module__9iNmeq__dropdownItem{border-radius:var(--radius-sm);color:var(--text-primary);transition:background-color var(--transition-fast);align-items:center;padding:.45rem .6rem;display:flex}.header-module__9iNmeq__dropdownItem:hover{background-color:var(--bg-elevated)}.header-module__9iNmeq__activeItem{background-color:var(--bg-elevated);border-left:2px solid var(--accent-primary)}.header-module__9iNmeq__itemMeta{flex-direction:column;display:flex}.header-module__9iNmeq__itemName{font-size:.85rem;font-weight:500}.header-module__9iNmeq__itemCategory{color:var(--text-muted);text-transform:capitalize;font-size:.7rem}.header-module__9iNmeq__centerSection{flex:1;justify-content:center;margin:0 1rem;display:flex}.header-module__9iNmeq__searchTriggerDesktop{background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;width:320px;max-width:100%;transition:all var(--transition-default);align-items:center;gap:.75rem;padding:.45rem 1rem;font-size:.85rem;display:flex}@media (min-width:1024px){.header-module__9iNmeq__searchTriggerDesktop{width:480px}}@media (min-width:1440px){.header-module__9iNmeq__searchTriggerDesktop{width:620px;max-width:700px}}.header-module__9iNmeq__searchTriggerDesktop:hover{border-color:var(--border-hover);color:var(--text-secondary)}.header-module__9iNmeq__searchIcon{color:var(--text-muted);flex-shrink:0}.header-module__9iNmeq__searchFullText{text-align:left;flex:1}.header-module__9iNmeq__shortcutGroup{align-items:center;gap:2px;display:flex}.header-module__9iNmeq__searchTriggerMobile{display:none}.header-module__9iNmeq__rightSection{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.header-module__9iNmeq__vaultTriggerBtn,.header-module__9iNmeq__githubTriggerBtn{border-radius:var(--radius-md);background-color:var(--bg-void);border:1px solid var(--border-default);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}.header-module__9iNmeq__vaultTriggerBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);background-color:var(--bg-elevated)}.header-module__9iNmeq__githubTriggerBtn:hover{border-color:var(--border-hover);color:var(--text-primary);background-color:var(--bg-elevated)}.header-module__9iNmeq__statusIndicator{background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-full);box-sizing:border-box;flex-shrink:0;align-items:center;gap:.45rem;height:34px;padding:0 .75rem;display:inline-flex}.header-module__9iNmeq__beaconDot{background-color:var(--accent-success);width:6px;height:6px;box-shadow:0 0 8px var(--accent-success);border-radius:50%}.header-module__9iNmeq__statusText{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-code)}@media (max-width:768px){.header-module__9iNmeq__header{box-sizing:border-box;gap:.4rem;width:100%;max-width:100vw;padding:0 .65rem;overflow:visible!important}.header-module__9iNmeq__leftSection{flex-shrink:1;gap:.4rem;min-width:0}.header-module__9iNmeq__brandVersion{display:none}.header-module__9iNmeq__centerSection,.header-module__9iNmeq__searchTriggerDesktop,.header-module__9iNmeq__statusIndicator{display:none!important}.header-module__9iNmeq__toolSwitcherWrapper{flex-shrink:0;order:1}.header-module__9iNmeq__searchTriggerMobile{border-radius:var(--radius-md);background-color:var(--bg-void);border:1px solid var(--border-default);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);box-sizing:border-box;flex-shrink:0;order:2;justify-content:center;align-items:center;padding:0;display:inline-flex!important}.header-module__9iNmeq__searchTriggerMobile:hover{border-color:var(--border-hover);color:var(--text-primary);background-color:var(--bg-elevated)}.header-module__9iNmeq__vaultTriggerBtn{order:3}.header-module__9iNmeq__githubTriggerBtn{order:4}.header-module__9iNmeq__rightSection{flex-shrink:0;gap:.35rem}.header-module__9iNmeq__switcherButton{box-sizing:border-box;gap:.35rem;height:34px;padding:0 .5rem}.header-module__9iNmeq__switcherLabel{text-overflow:ellipsis;white-space:nowrap;max-width:75px;font-size:.78rem;overflow:hidden}}@media (max-width:480px){.header-module__9iNmeq__header{padding:0 .5rem;overflow:visible!important}.header-module__9iNmeq__brandName{font-size:.95rem}.header-module__9iNmeq__brandLink{gap:.35rem}.header-module__9iNmeq__brandIcon{width:28px;height:28px}.header-module__9iNmeq__switcherLabel,.header-module__9iNmeq__chevron{display:none}.header-module__9iNmeq__switcherButton{border-radius:var(--radius-md);box-sizing:border-box;justify-content:center;width:34px;height:34px;padding:0}.header-module__9iNmeq__rightSection{gap:.25rem}}
.command-palette-module__qA0K-q__overlay{background-color:var(--bg-overlay);-webkit-backdrop-filter:blur(12px);z-index:100;justify-content:center;align-items:flex-start;padding-top:14vh;animation:.18s ease-out command-palette-module__qA0K-q__fadeIn;display:flex;position:fixed;inset:0}.command-palette-module__qA0K-q__modal{background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:620px;animation:.22s cubic-bezier(.16,1,.3,1) command-palette-module__qA0K-q__slideUp;display:flex;overflow:hidden;box-shadow:0 0 0 1px #38bdf81f,0 24px 48px -12px #000000d9,0 0 40px -8px #06b6d426}.command-palette-module__qA0K-q__searchHeader{border-bottom:1px solid var(--border-default);background:var(--bg-canvas);align-items:center;gap:.75rem;padding:.9rem 1.25rem;transition:border-color .2s;display:flex}.command-palette-module__qA0K-q__searchHeader:focus-within{border-bottom-color:var(--border-hover)}.command-palette-module__qA0K-q__searchIcon{color:var(--accent-primary);flex-shrink:0}.command-palette-module__qA0K-q__searchInput{font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.command-palette-module__qA0K-q__searchInput::placeholder{color:var(--text-muted)}.command-palette-module__qA0K-q__escBadge{font-size:.65rem;font-family:var(--font-code);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:4px;padding:.15rem .45rem}.command-palette-module__qA0K-q__resultsList{flex-direction:column;gap:4px;max-height:380px;padding:.6rem;display:flex;overflow-y:auto}.command-palette-module__qA0K-q__resultsList::-webkit-scrollbar{width:5px}.command-palette-module__qA0K-q__resultsList::-webkit-scrollbar-track{background:0 0}.command-palette-module__qA0K-q__resultsList::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:3px}.command-palette-module__qA0K-q__resultsList::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.command-palette-module__qA0K-q__emptyState{text-align:center;color:var(--text-muted);padding:2.5rem 1rem;font-size:.9rem}.command-palette-module__qA0K-q__resultItem{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .95rem;transition:background .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:flex}.command-palette-module__qA0K-q__resultItem:hover{background:linear-gradient(90deg, #06b6d40f 0%, #0f172a80 100%), var(--bg-surface-elevated);border-color:var(--border-hover);box-shadow:0 0 0 1px var(--border-hover), 0 4px 16px -2px #06b6d429}.command-palette-module__qA0K-q__selectedItem{background:linear-gradient(90deg, #06b6d41c 0%, #0f172abf 100%), var(--bg-surface-elevated);border-color:var(--border-hover)!important;box-shadow:0 0 0 1px var(--border-hover), 0 4px 20px -2px #06b6d43d!important}.command-palette-module__qA0K-q__itemLeft{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.command-palette-module__qA0K-q__itemCategoryBadge{font-family:var(--font-code);background-color:var(--bg-void);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;padding:.15rem .45rem;font-size:.675rem;font-weight:600;transition:background-color .18s,border-color .18s,color .18s}.command-palette-module__qA0K-q__selectedItem .command-palette-module__qA0K-q__itemCategoryBadge,.command-palette-module__qA0K-q__resultItem:hover .command-palette-module__qA0K-q__itemCategoryBadge{background:var(--accent-primary-subtle);border-color:var(--accent-primary);color:var(--accent-primary)}.command-palette-module__qA0K-q__itemText{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.command-palette-module__qA0K-q__itemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.885rem;font-weight:600;transition:color .18s;overflow:hidden}.command-palette-module__qA0K-q__selectedItem .command-palette-module__qA0K-q__itemTitle,.command-palette-module__qA0K-q__resultItem:hover .command-palette-module__qA0K-q__itemTitle{color:#fff}.command-palette-module__qA0K-q__itemTagline{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;line-height:1.4;transition:color .18s;overflow:hidden}.command-palette-module__qA0K-q__selectedItem .command-palette-module__qA0K-q__itemTagline,.command-palette-module__qA0K-q__resultItem:hover .command-palette-module__qA0K-q__itemTagline{color:var(--text-primary)}.command-palette-module__qA0K-q__itemRight{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.command-palette-module__qA0K-q__enterHint{color:var(--accent-primary);font-size:.7rem;font-family:var(--font-code);white-space:nowrap;background:var(--accent-primary-subtle);border:1px solid var(--border-hover);border-radius:4px;flex-shrink:0;align-items:center;gap:.25rem;padding:.15rem .45rem;animation:.15s ease-out command-palette-module__qA0K-q__fadeIn;display:inline-flex}.command-palette-module__qA0K-q__selectedItem .command-palette-module__qA0K-q__enterHint{color:var(--accent-primary);border-color:var(--accent-primary)}.command-palette-module__qA0K-q__arrowIcon{color:var(--text-muted);flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1),color .2s}.command-palette-module__qA0K-q__selectedItem .command-palette-module__qA0K-q__arrowIcon,.command-palette-module__qA0K-q__resultItem:hover .command-palette-module__qA0K-q__arrowIcon{color:var(--accent-primary);transform:translate(2px)}.command-palette-module__qA0K-q__footer{background-color:var(--bg-void);border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;align-items:center;padding:.6rem 1.25rem;font-size:.75rem;display:flex}.command-palette-module__qA0K-q__footerHints{align-items:center;gap:.85rem;display:flex}.command-palette-module__qA0K-q__footerHints kbd{font-size:.675rem;font-family:var(--font-code);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:3px;justify-content:center;align-items:center;padding:.1rem .35rem;display:inline-flex}.command-palette-module__qA0K-q__totalToolsText{font-family:var(--font-code);font-size:.725rem}@keyframes command-palette-module__qA0K-q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes command-palette-module__qA0K-q__slideUp{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.command-palette-module__qA0K-q__overlay{align-items:flex-start;padding:2.5rem .6rem 1rem}.command-palette-module__qA0K-q__modal{border-radius:var(--radius-lg);max-width:100%}.command-palette-module__qA0K-q__searchHeader{padding:.75rem .85rem}.command-palette-module__qA0K-q__searchInput{font-size:.9rem}.command-palette-module__qA0K-q__enterHint,.command-palette-module__qA0K-q__footer{display:none}}
