@charset "UTF-8";:root{--color-primary: #10b981;--color-primary-hover: #6bb238;--color-dark: #081019;--color-dark-surface: #1c2b33;--color-dark-surface-hover: #243640;--color-success: #04AA6D;--color-success-hover: #059862;--color-success-bg: #e9ffe7;--color-warning: #ffc107;--color-warning-bg: #fffae7;--color-danger: #e32121;--color-danger-hover: #cf0a0a;--color-danger-bg: #ffeae7;--color-bg-main: #f5f5f7;--color-bg-dash: #edecf6;--color-bg-card: #ffffff;--color-text-main: #000000;--color-text-muted: #777777;--color-border: #dadada;--color-border-light: #f0f0f0;--font-family-base: "Inter", system-ui, sans-serif;--sidebar-width: 250px;--sidebar-collapsed-width: 60px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-float: 0 20px 60px rgba(0, 0, 0, .3)}html,body{margin:0;padding:0;height:100%;font-family:var(--font-family-base);background-color:var(--color-bg-main);color:var(--color-text-main);box-sizing:border-box;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:600}.back-link{font-size:14px;color:var(--color-primary);font-weight:500;opacity:.8;transition:opacity .3s ease;cursor:pointer;text-decoration:none}.back-link:hover{opacity:1}.app-btn{padding:7px 14px;font-size:14px;border:none;border-radius:12px;cursor:pointer;transition:all .4s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;opacity:.8}.app-btn:hover{transform:translateY(-2px);opacity:1}.app-btn.app-btn-black{background-color:#000;color:#fff;fill:#fff}.app-btn.app-btn-white{background-color:#fff;color:#000;fill:#000}.app-btn.app-btn-confirm{background-color:var(--color-success);color:#fff;fill:#fff}.app-btn.app-btn-warning{background-color:var(--color-warning);color:#000;fill:#fff}.app-btn.app-btn-danger{background-color:var(--color-danger);color:#fff;fill:#fff}.app-btn.app-btn-gray{background-color:#f5f5f7;color:#a2a2a2;fill:#a2a2a2}.app-btn-confirm:hover{background-color:var(--color-success-hover)}.app-btn-danger:hover{background-color:var(--color-danger-hover)}.app-btn-gray:hover{background-color:#d3d4d5;color:#000;fill:#000}.table-wrapper{overflow-x:auto;background:var(--color-bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.custom-table{width:100%;border-collapse:collapse;background-color:var(--color-bg-card);border-radius:var(--radius-md);font-size:14px}.custom-table th,.custom-table td{padding:12px 10px;text-align:left;border-bottom:1px solid var(--color-border-light);white-space:nowrap}.custom-table th{background-color:#fafafa;font-weight:600;color:#333;cursor:pointer}.custom-table th:hover:not(.th-action-custom){background-color:#ebebeb}.stats-container{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.stat-card{background:var(--color-bg-card);padding:20px;border-radius:var(--radius-lg);flex:1 1 200px;min-width:220px;transition:all ease-out .8s}.stat-card:hover{box-shadow:var(--shadow-sm)}.stat-card .stat-title{font-size:15px;font-weight:600;margin-bottom:8px;color:var(--color-text-muted)}.stat-card .stat-value{font-size:18px;font-weight:700;color:var(--color-text-main)}.mr-1{margin-right:6px}.container-dashboard{padding-top:20px;padding-bottom:50px;background-color:#f5f5f7;width:100%;max-width:100%;overflow-x:hidden}.top-bar{margin:20px 0;display:flex;justify-content:space-between;align-items:center}.top-bar.d-grid{display:block}.app-page-title{font-size:22px;font-weight:700;color:#202124;margin-bottom:2px}.app-section-title{font-size:14px;font-weight:700;color:#777;margin-bottom:10px;text-transform:uppercase;letter-spacing:.02em}.app-modal-title{font-size:18px;font-weight:700;color:#202124}.filters{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-bottom:20px;align-items:center}.stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px}.cms-wrapper{display:block;min-height:100vh;margin-left:var(--sidebar-width);padding:0 40px;transition:margin-left .25s ease;background-color:var(--color-bg-main);position:relative;overflow-x:hidden}.cms-wrapper.sidebar-collapsed{margin-left:var(--sidebar-collapsed-width)}.cms-page{padding:20px 0}.cms-sidebar{position:fixed;left:0;top:0;height:100vh;width:var(--sidebar-collapsed-width);background:var(--color-bg-card);border-right:1px solid var(--color-border);z-index:1000;transition:width .25s ease}.cms-sidebar.expanded{width:var(--sidebar-width)}.toggle-app-btn{border-radius:0 10px 10px 0;position:fixed;top:50%;transform:translateY(-50%);left:var(--sidebar-collapsed-width);padding:0;background-color:#fff;border:1px solid var(--color-border);border-left:none;outline:none;height:60px;width:20px;z-index:1001;transition:left .25s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:4px 0 8px #0000000f;display:flex;align-items:center;justify-content:center}.toggle-app-btn:hover{background-color:#fafafa}.cms-sidebar.expanded .toggle-app-btn{left:var(--sidebar-width)}.sidebar{height:100%;width:100%;background:#fff;padding:12px 8px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:width .25s ease}.sidebar.collapsed .menu-text{opacity:0;width:0;display:none}.sidebar.collapsed .menu-item{padding:6px 10px}.sidebar.collapsed .menu-icon{margin-right:0}.sidebar.collapsed .sidebar-logo-container{padding:0;justify-content:center}.sidebar-logo-container{padding:0 10px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;height:80px;transition:all .25s ease}.sidebar-logo-container .logo-full{max-width:100%;max-height:40px;object-fit:contain}.sidebar-logo-container .logo-icon{width:32px;height:32px;object-fit:contain;margin:0 auto}.menu-section{display:flex;flex-direction:column;gap:2px}.menu-block{display:flex;flex-direction:column;gap:1px}.menu-item{display:flex;align-items:center;height:36px;font-size:14px;color:#202124;fill:#202124;padding:6px 10px;border-radius:10px;cursor:pointer;font-weight:500;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-decoration:none;transition:padding .25s ease,background-color .15s ease}.menu-item:hover{background-color:#f2f3f4}.menu-item.active{background-color:#000;color:#fff;fill:#fff}.menu-item.active svg path[fill=none],.menu-item.active svg.dashboard-icon path{fill:none!important}.menu-icon{width:24px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:10px;transition:margin-right .25s ease}.menu-icon svg{width:16px;height:16px;fill:currentColor}.menu-text{opacity:1;width:auto;overflow:hidden;white-space:nowrap;transition:opacity .25s ease,width .25s ease}.sidebar-copyright{font-size:10px;color:#9ca3af;text-align:center;padding:8px 4px;border-top:1px solid #e8e8e8;margin-top:8px;white-space:normal;word-wrap:break-word;line-height:1.4;transition:opacity .25s ease}.sidebar-copyright .copyright-full{display:block}.sidebar-copyright .copyright-icon{display:block;font-size:12px;cursor:help}.new-btn-wrapper{position:relative}.menu-item.new-btn{background:linear-gradient(135deg,#10b981,#8ad953,#9ae963);color:#fff;fill:#fff;border-radius:12px;font-weight:600;height:44px;font-size:15px;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #10b98140}.menu-item.new-btn .menu-icon svg{fill:none;stroke:#fff;width:18px;height:18px}.menu-item.new-btn:hover{background:linear-gradient(135deg,#6bb238,#10b981,#8ad953);transform:translateY(-1px);box-shadow:0 6px 20px #10b98159}.menu-item.new-btn:active{transform:translateY(0)}.sidebar.collapsed .menu-item.new-btn{padding:6px 10px;justify-content:center;height:40px;width:40px;margin:0 auto;border-radius:12px}.new-dropdown{position:absolute;left:4px;right:4px;top:calc(100% + 4px);background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:4px;box-shadow:0 8px 24px #0000001a;z-index:100;animation:dropIn .2s cubic-bezier(.16,1,.3,1) both}.new-dropdown.dropdown-collapsed{left:calc(100% + 8px);top:0;right:auto;min-width:180px}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.new-dropdown-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:background-color .15s ease}.new-dropdown-item svg{color:#888;flex-shrink:0}.new-dropdown-item:hover{background:#f5f5f5}.new-dropdown-item:hover svg{color:#333}.menu-divider{border:none;border-top:1px solid #eee;margin:6px 4px}.workspace-selector{position:relative;margin-bottom:8px}.workspace-btn{display:flex;align-items:center;padding:8px 10px;border-radius:10px;background:#f1f5f9;color:#0f172a;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease}.workspace-btn:hover{background:#e2e8f0}.workspace-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:var(--color-primary);color:#fff;margin-right:10px;flex-shrink:0}.workspace-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-chevron{flex-shrink:0;color:#64748b;transition:transform .2s ease}.workspace-chevron.rotated{transform:rotate(180deg)}.sidebar.collapsed .workspace-text,.sidebar.collapsed .workspace-chevron{display:none}.sidebar.collapsed .workspace-btn{padding:8px;justify-content:center}.sidebar.collapsed .workspace-icon{margin-right:0}.workspace-dropdown{position:absolute;top:calc(100% + 4px);left:4px;right:4px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px;box-shadow:0 10px 25px #0000001a;z-index:100;animation:dropIn .2s cubic-bezier(.16,1,.3,1) both}.workspace-dropdown.dropdown-collapsed{left:calc(100% + 8px);top:0;right:auto;min-width:200px}.workspace-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:13px;font-weight:500;color:#334155;border-radius:8px;cursor:pointer;transition:background .15s ease}.workspace-dropdown-item:hover{background:#f1f5f9;color:#0f172a}.workspace-dropdown-item svg{color:var(--color-primary)}.workspace-dropdown-item.create-new{color:var(--color-primary);justify-content:flex-start;gap:8px}.workspace-dropdown-item.create-new svg{color:currentColor}.workspace-dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}.menu-badge{margin-left:auto;background:var(--color-primary);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;line-height:1}.kbd-hint{margin-left:auto;font-size:10px;color:#999;background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.spotlight-trigger{background:#f9fafb;border:1px dashed #e5e7eb;color:#6b7280!important}.spotlight-trigger:hover{background:#f3f4f6;border-style:solid;color:#111!important}.spotlight-backdrop{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;animation:spotlightFadeIn .18s ease-out}@keyframes spotlightFadeIn{0%{opacity:0}to{opacity:1}}.spotlight-modal{width:min(640px,92vw);background:#fff;border-radius:16px;box-shadow:0 30px 80px #00000040,0 0 0 1px #ffffff80;overflow:hidden;animation:spotlightSlide .22s cubic-bezier(.16,1,.3,1)}@keyframes spotlightSlide{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.spotlight-search{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #f0f0f0}.spotlight-search svg{color:#94a3b8;flex-shrink:0}.spotlight-search .spotlight-input{flex:1;border:none;outline:none;font-size:17px;font-weight:500;color:#0f172a;background:transparent;font-family:var(--font-family-base)}.spotlight-search .spotlight-input::placeholder{color:#cbd5e1;font-weight:400}.spotlight-search .spotlight-kbd{font-size:10px;color:#94a3b8;background:#f1f5f9;padding:4px 8px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,monospace}.spotlight-results{max-height:60vh;overflow-y:auto;padding:8px}.spotlight-result{display:flex;align-items:center;gap:14px;padding:11px 14px;border-radius:10px;cursor:pointer;transition:background .15s ease}.spotlight-result:hover{background:#f1f5f9}.spotlight-result .spotlight-icon{font-size:20px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px}.spotlight-result .spotlight-text{flex:1;min-width:0}.spotlight-result .spotlight-text .spotlight-title{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight-result .spotlight-text .spotlight-sub{font-size:12px;color:#94a3b8;margin-top:2px}.spotlight-empty{padding:40px 22px;text-align:center;color:#cbd5e1;font-size:14px}.sidebar .menu-section{display:flex;flex-direction:column;gap:4px;padding:0 8px}.sidebar .menu-block{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.sidebar .menu-item{padding:10px 12px;border-radius:10px;transition:all .18s ease;gap:12px}.sidebar .menu-item:hover{background:#10b9810f}.sidebar .menu-item.active{background:#10b9811a;color:#047857;font-weight:600;border-left:3px solid #10b981;padding-left:9px}.sidebar .menu-divider{border:none;border-top:1px solid #f0f0f0;margin:18px 12px 14px}.sidebar .menu-section-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;padding:0 14px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar .menu-section-label.lab-label .badge-preview{font-size:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2px 7px;border-radius:10px;letter-spacing:.08em;font-weight:700}.sidebar .lab-trigger .chev{margin-left:auto;transition:transform .2s ease;opacity:.6}.sidebar .lab-trigger .chev.rot{transform:rotate(180deg)}.sidebar .lab-trigger.expanded{background:#10b9810a}.sidebar .lab-children{margin:4px 0 10px 36px;display:flex;flex-direction:column;gap:2px;padding-left:12px;border-left:1px dashed #e5e7eb}.sidebar .lab-child{font-size:12.5px;color:#64748b;padding:7px 10px;border-radius:7px;text-decoration:none;font-weight:500;transition:all .18s ease}.sidebar .lab-child:hover{background:#10b9810f;color:#047857}.sidebar .lab-child.active{background:#10b9811f;color:#047857;font-weight:600}.sidebar-footer{padding:12px 8px 14px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:6px}.menu-badge{margin-left:auto;background:#10b981;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;line-height:1}.sidebar .logout-item{color:#b91c1c}.sidebar .logout-item:hover{background:#fef2f2;color:#dc2626}.qc-backdrop{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;display:flex;justify-content:center;padding-top:12vh;padding-left:16px;padding-right:16px;animation:qcFade .18s ease-out}@keyframes qcFade{0%{opacity:0}to{opacity:1}}.qc-modal{width:min(640px,100%);background:#fff;border-radius:20px;box-shadow:0 30px 80px #0000004d,0 0 0 1px #ffffff1a;overflow:hidden;height:-moz-fit-content;height:fit-content;animation:qcSlide .25s cubic-bezier(.16,1,.3,1)}@keyframes qcSlide{0%{transform:translateY(-16px);opacity:0}to{transform:translateY(0);opacity:1}}.qc-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.qc-mode-tabs{display:flex;background:#f5f5f7;border-radius:8px;padding:3px}.qc-mode-tabs button{background:transparent;border:none;padding:6px 14px;font-size:12.5px;font-weight:500;color:#515154;cursor:pointer;border-radius:6px;font-family:inherit;transition:all .18s ease}.qc-mode-tabs button.active{background:#10b981;color:#fff;font-weight:600}.qc-mode-tabs button:disabled{opacity:.4;cursor:not-allowed}.qc-kbd{background:#f5f5f7;border:1px solid #e5e7eb;padding:3px 8px;border-radius:5px;font-size:11px;font-family:ui-monospace,monospace;color:#86868b}.qc-text-mode{padding:20px 24px}.qc-input{width:100%;border:none;outline:none;font-family:inherit;font-size:16px;line-height:1.5;resize:vertical;min-height:100px}.qc-input::placeholder{color:#cbd5e1;white-space:pre-line}.qc-voice-mode{padding:32px 24px;text-align:center}.qc-voice-anim{display:flex;align-items:center;justify-content:center;gap:4px;height:60px;margin-bottom:16px}.qc-voice-anim span{width:4px;height:12px;background:#cbd5e1;border-radius:2px;transition:all .2s ease}.qc-voice-anim.active span{background:#10b981;animation:voiceBar .9s ease-in-out infinite}.qc-voice-anim.active span:nth-child(2){animation-delay:.1s}.qc-voice-anim.active span:nth-child(3){animation-delay:.2s}.qc-voice-anim.active span:nth-child(4){animation-delay:.3s}.qc-voice-anim.active span:nth-child(5){animation-delay:.4s}@keyframes voiceBar{0%,to{height:12px}50%{height:36px}}.qc-voice-status{font-size:13px;color:#86868b;margin:0 0 8px}.qc-interim{font-size:14px;color:#cbd5e1;font-style:italic;margin:8px 0;min-height:22px}.qc-final{font-size:16px;color:#1d1d1f;padding:12px 16px;background:#f5f5f7;border-radius:10px;margin:12px 0;text-align:left}.qc-mic-btn{background:#10b981;color:#fff;border:none;padding:12px 22px;border-radius:100px;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;margin-top:12px}.qc-mic-btn.recording{background:#dc2626;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{50%{opacity:.7}}.qc-preview{padding:14px 24px;background:#10b9810d;border-top:1px solid #f0f0f0}.qc-detected{font-size:12px;color:#515154;margin-bottom:10px}.qc-detected .qc-detected-label{font-weight:700;color:#10b981;margin-right:6px}.qc-kind-row{display:flex;gap:4px;align-items:center;font-size:11.5px;color:#86868b;flex-wrap:wrap;margin-bottom:8px}.qc-kind-row button{background:#fff;border:1px solid #e5e7eb;padding:5px 10px;border-radius:100px;font-size:11.5px;cursor:pointer;font-family:inherit;transition:all .18s ease}.qc-kind-row button:hover{background:#10b9810f}.qc-kind-row button.active{background:#10b981;color:#fff;border-color:#10b981;font-weight:600}.qc-meta{font-size:12px;color:#515154;margin:4px 0}.qc-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;background:#fafafa;border-top:1px solid #f0f0f0}.qc-cancel,.qc-commit{padding:9px 18px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.qc-cancel{background:transparent;border:1px solid #e5e7eb;color:#515154}.qc-cancel:hover{background:#f5f5f7}.qc-commit{background:#10b981;border:1px solid #10b981;color:#fff}.qc-commit:hover{background:#0e9d6d}.qc-commit:disabled{opacity:.5;cursor:not-allowed}.shadow-toast{position:fixed;bottom:24px;right:24px;width:360px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 20px 50px #00000026;padding:16px 18px;display:flex;gap:12px;z-index:9000;animation:shadowSlide .4s cubic-bezier(.16,1,.3,1)}@keyframes shadowSlide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.st-icon{width:32px;height:32px;border-radius:8px;background:#10b9811a;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.st-body{flex:1}.st-eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;color:#86868b;margin:0 0 4px}.st-title{display:block;font-size:13.5px;color:#1d1d1f;font-weight:600;margin-bottom:4px}.st-desc{font-size:12px;color:#515154;margin:0 0 10px;line-height:1.5}.st-actions{display:flex;gap:6px;flex-direction:column;flex-shrink:0}.st-accept,.st-dismiss{padding:6px 12px;border-radius:7px;font-family:inherit;font-size:11.5px;font-weight:600;cursor:pointer;border:none}.st-accept{background:#10b981;color:#fff}.st-accept:hover{background:#0e9d6d}.st-dismiss{background:transparent;color:#86868b}.st-dismiss:hover{background:#f5f5f7;color:#1d1d1f}.qc-trigger{background:#10b9810f}.qc-trigger:hover{background:#10b9811f}.cmd-bar{padding:14px 12px 10px;display:flex;flex-direction:column;gap:8px;margin-bottom:6px}.cmd-bar.collapsed{padding:14px 6px 10px}.cmd{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid transparent;border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1);text-align:left;width:100%;box-sizing:border-box;line-height:1.2}.cmd:focus-visible{outline:2px solid #10b981;outline-offset:2px}.cmd .cmd-label{flex:1}.cmd .cmd-caret{opacity:.75;transition:transform .2s ease;flex-shrink:0}.cmd .cmd-caret.rot{transform:rotate(180deg)}.cmd .cmd-kbd{font-size:10px;font-weight:600;background:#ffffff80;padding:1px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;opacity:.7;flex-shrink:0}.cmd-primary{background:#10b981;color:#fff;box-shadow:0 4px 12px #10b98140}.cmd-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 6px 16px #10b98159}.cmd-primary:active{transform:translateY(0)}.cmd-row{display:flex;gap:6px}.cmd-bar.collapsed .cmd-row{flex-direction:column}.cmd-row .cmd{flex:1;padding:8px 10px;font-size:12px;gap:6px}.cmd-amber{background:#fffbeb;color:#92400e;border-color:#fde68a}.cmd-amber svg{color:#d97706}.cmd-amber:hover{background:#fef3c7;border-color:#fbbf24;transform:translateY(-1px)}.cmd-ghost{background:#fff;color:#475569;border-color:#e5e7eb}.cmd-ghost svg{color:#94a3b8}.cmd-ghost:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.cmd-ghost:hover svg{color:#475569}.cmd-bar.collapsed .cmd{justify-content:center;padding:10px;gap:0}.cmd-bar.collapsed .cmd .cmd-label,.cmd-bar.collapsed .cmd .cmd-kbd,.cmd-bar.collapsed .cmd .cmd-caret,.menu-item.new-btn,.menu-item.qc-trigger,.menu-item.spotlight-trigger{display:none}
