:root{--bg:#f4f6f9;--surface:#ffffff;--surface-2:#f2f4f7;--surface-3:#eaeef3;--border:#e6e9ef;--border-strong:#d7dce4;--text:#152030;--text-muted:#5a6675;--text-faint:#8b95a3;--accent:#1d5bd8;--accent-hover:#1849aa;--accent-soft:#e9f0fd;--accent-border:#cfdef8;--green:#0a8a4f;--green-soft:#e2f4ea;--amber:#b26a00;--amber-soft:#faedd4;--red:#cf3236;--red-soft:#fbe6e7;--violet:#6d3bd4;--violet-soft:#efe8fb;--sidebar-bg:#0e1626;--sidebar-border:rgba(255,255,255,0.06);--sidebar-text:#93a1b8;--sidebar-hover:rgba(255,255,255,0.06);--sidebar-active-bg:rgba(46,110,225,0.30);--sidebar-active-text:#ffffff;--sidebar-section:#5a6a82;--shadow-sm:0 1px 2px rgba(16,24,38,0.06);--shadow-md:0 1px 2px rgba(16,24,38,0.05),0 6px 20px rgba(16,24,38,0.06);--ring:rgba(29,91,216,0.18);--row-pad:12px;--radius-card:14px;--radius-control:10px;--radius-chip:8px;--radius-avatar:11px;--font-ui:"Hanken Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--primary:var(--accent);--primary-hover:var(--accent-hover);--primary-soft:var(--accent-soft);--danger:var(--red);--danger-soft:var(--red-soft);--success:var(--green);--success-soft:var(--green-soft);--warning:var(--amber);--warning-soft:var(--amber-soft);--gray-soft:var(--surface-3);--radius:var(--radius-control);--shadow:var(--shadow-md)}[data-theme=dark]{--bg:#0b0f17;--surface:#131926;--surface-2:#1a2130;--surface-3:#212a3b;--border:#232c3d;--border-strong:#313c52;--text:#e7ebf2;--text-muted:#98a3b4;--text-faint:#6b7688;--accent:#4f8dff;--accent-hover:#6ba0ff;--accent-soft:rgba(79,141,255,0.15);--accent-border:rgba(79,141,255,0.32);--green:#39c07f;--green-soft:rgba(57,192,127,0.14);--amber:#e0a23c;--amber-soft:rgba(224,162,60,0.14);--red:#f2686c;--red-soft:rgba(242,104,108,0.14);--violet:#a785f7;--violet-soft:rgba(167,133,247,0.16);--sidebar-bg:#080b12;--sidebar-border:rgba(255,255,255,0.05);--sidebar-text:#8794a9;--sidebar-hover:rgba(255,255,255,0.05);--sidebar-active-bg:rgba(79,141,255,0.20);--sidebar-active-text:#ffffff;--sidebar-section:#5a6a82;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow-md:0 1px 2px rgba(0,0,0,0.4),0 8px 24px rgba(0,0,0,0.35);--ring:rgba(79,141,255,0.30)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}h1,h2,h3{margin:0;font-weight:700}.mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1}.layout{display:flex;min-height:100vh}.sidebar{width:246px;flex-shrink:0;background:var(--sidebar-bg);color:var(--sidebar-text);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-brand{gap:11px;padding:18px 18px 14px}.brand-mark,.sidebar-brand{display:flex;align-items:center}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(150deg,var(--accent),#63a0ff);box-shadow:0 4px 12px rgba(29,91,216,.4);justify-content:center;color:#fff;font-weight:800;font-size:15px;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}.brand-text b{color:#fff;font-weight:700;font-size:14.5px}.brand-text small{color:var(--sidebar-text);font-size:11.5px;text-transform:uppercase;letter-spacing:.14em}.sidebar-search{margin:0 14px 8px;display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);color:var(--sidebar-text);font-size:13px;cursor:text}.sidebar-search svg{flex-shrink:0}.sidebar-search .kbd{margin-left:auto;font-size:11px;color:var(--sidebar-section);border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:1px 5px}.sidebar-nav{padding:6px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-section{margin:14px 12px 6px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sidebar-section)}.sidebar-link{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:9px;color:var(--sidebar-text);font-weight:600;font-size:13.5px;transition:background .12s,color .12s}.sidebar-link svg{flex-shrink:0}.sidebar-link:hover{background:var(--sidebar-hover);color:#fff}.sidebar-link.active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.sidebar-link .nav-badge{margin-left:auto;background:var(--accent);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.sidebar-footer{margin-top:auto;padding:10px 12px 14px;border-top:1px solid var(--sidebar-border)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;transition:background .12s}.sidebar-user:hover{background:var(--sidebar-hover)}.sidebar-user .avatar{flex-shrink:0}.sidebar-user-info{min-width:0;line-height:1.2}.sidebar-user-info b{display:block;color:#fff;font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-info span{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--sidebar-text)}.sidebar-user-info .dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.sidebar-logout{margin-left:auto;border:none;background:none;color:var(--sidebar-text);cursor:pointer;padding:6px;border-radius:8px;display:inline-flex}.sidebar-logout:hover{color:#fff;background:var(--sidebar-hover)}.layout-main{flex:1 1;display:flex;flex-direction:column;min-width:0}.topbar{height:60px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.topbar-title{min-width:0;line-height:1.2}.topbar-title b{display:block;font-size:15px;font-weight:700;color:var(--text)}.topbar-title small{font-size:12px;color:var(--text-muted)}.topbar-spacer{flex:1 1}.topbar-actions{display:flex;align-items:center;gap:12px}.segmented{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px;gap:2px}.segmented button{border:none;background:none;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;color:var(--text-muted);padding:5px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;transition:background .12s,color .12s}.segmented button:hover:not(.on){color:var(--text)}.segmented button.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.segmented button .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.segmented button.on[data-avail=AVAILABLE]{color:var(--green)}.segmented button.on[data-avail=BUSY]{color:var(--amber)}.icon-btn,.segmented button.on[data-avail=OFFLINE]{color:var(--text-muted)}.icon-btn{width:38px;height:38px;border:1px solid var(--border);background:var(--surface);border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background .12s,color .12s,border-color .12s}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.main{padding:24px 28px;flex:1 1;min-width:0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}.page-header h1{font-size:22px;font-weight:800;letter-spacing:-.02em}.page-sub{color:var(--text-muted);margin:4px 0 0;font-size:12.5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-md);padding:18px}.card+.card{margin-top:16px}.card-title{font-size:15px;font-weight:700;margin-bottom:12px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px;align-items:start}.stat-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border)}.stat-row:last-child{border-bottom:none}.stat-value{font-size:18px;font-weight:700;font-family:var(--font-mono)}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-md);overflow:hidden;overflow-x:auto}table.table{width:100%;border-collapse:collapse}table.table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2);padding:10px 14px;border-bottom:1px solid var(--border);white-space:nowrap}table.table td{padding:var(--row-pad) 14px;border-top:1px solid var(--border);vertical-align:middle;font-size:13.5px}table.table tbody tr:first-child td{border-top:none}table.table tbody tr:hover{background:var(--surface-2)}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-control);padding:8px 14px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-2)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-danger{background:var(--surface);color:var(--red);border-color:var(--border-strong)}.btn-danger:hover:not(:disabled){background:var(--red-soft);border-color:var(--red-soft)}.btn-sm{padding:5px 10px;font-size:12.5px}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.field label{font-size:13px;font-weight:600}.field .hint{font-size:12px;color:var(--text-muted)}.input,select.input,textarea.input{border:1px solid var(--border);border-radius:var(--radius-control);padding:9px 11px;font-size:14px;font-family:inherit;background:var(--surface);color:var(--text);width:100%;transition:border-color .12s,box-shadow .12s}.input:focus,select.input:focus,textarea.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}textarea.input{resize:vertical;min-height:90px}.input-sm,select.input-sm{padding:5px 8px;font-size:12.5px;width:100%;min-width:0}.filter-row select.input-sm{min-width:82px;padding-right:22px}.filter-row th{padding-top:6px;padding-bottom:8px;font-weight:400;vertical-align:top}.filter-stack{flex-direction:column;min-width:150px}.filter-inline,.filter-stack{display:flex;gap:6px}.range-slider{display:flex;flex-direction:column;gap:3px;min-width:130px}.range-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted);white-space:nowrap}.range-track{position:relative;height:18px}.range-rail{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:var(--border);border-radius:2px}.range-track input[type=range]{position:absolute;top:0;left:0;width:100%;height:18px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:14px;height:14px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:0 0 0 1px var(--border);cursor:pointer}.range-track input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);cursor:pointer}.range-track input[type=range]::-moz-range-track{background:transparent}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkbox-field{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-weight:600;font-size:13px;cursor:pointer}.checkbox-field input{width:16px;height:16px;accent-color:var(--accent)}.error-text{color:var(--red);background:var(--red-soft);border:1px solid var(--red-soft);border-radius:var(--radius-control)}.error-text,.success-text{padding:8px 12px;margin-bottom:12px;font-size:13px}.success-text{color:var(--green);background:var(--green-soft);border:1px solid var(--green-soft);border-radius:var(--radius-control)}.empty{padding:24px;text-align:center}.empty,.muted{color:var(--text-muted)}.avatar{width:38px;height:38px;border-radius:var(--radius-avatar);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0;background:linear-gradient(150deg,var(--accent),#63a0ff)}.avatar-violet{background:linear-gradient(150deg,var(--violet),#a785f7)}.icon-chip{width:30px;height:30px;border-radius:var(--radius-chip);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--surface-2);color:var(--text-muted)}.icon-chip-accent{background:var(--accent-soft);color:var(--accent)}.icon-chip-green{background:var(--green-soft);color:var(--green)}.icon-chip-amber{background:var(--amber-soft);color:var(--amber)}.icon-chip-red{background:var(--red-soft);color:var(--red)}.icon-chip-violet{background:var(--violet-soft);color:var(--violet)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge-green{background:var(--green-soft);color:var(--green)}.badge-amber{background:var(--amber-soft);color:var(--amber)}.badge-red{background:var(--red-soft);color:var(--red)}.badge-gray{background:var(--surface-3);color:var(--text-muted)}.badge-accent,.badge-blue{background:var(--accent-soft);color:var(--accent)}.badge-violet{background:var(--violet-soft);color:var(--violet)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#0e1626,#1c2a40)}.auth-card{width:100%;max-width:420px;background:var(--surface);border-radius:var(--radius-card);padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.35)}.auth-card h1{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.auth-card .auth-sub{color:var(--text-muted);margin:0 0 20px}.auth-brand{font-weight:800;color:var(--accent);margin-bottom:16px;font-size:15px}.auth-footer{margin-top:16px;text-align:center;color:var(--text-muted);font-size:13px}.btn-block{width:100%;justify-content:center;padding:10px;font-size:14px}.modal-overlay{position:fixed;inset:0;background:rgba(12,18,28,.55);display:flex;align-items:flex-start;justify-content:center;padding:48px 16px;z-index:100;overflow-y:auto}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);width:100%;max-width:560px;box-shadow:0 24px 64px rgba(0,0,0,.3)}.modal-lg{max-width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.modal-header h2{font-size:16px;font-weight:700}.modal-close{border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:var(--text-muted);padding:4px}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--border)}.qr-box{display:flex;flex-direction:column;align-items:center;gap:14px;padding:12px 0;text-align:center}.qr-box img{width:260px;height:260px;border:1px solid var(--border);border-radius:var(--radius-control);padding:8px;background:#fff}.qr-spinner{width:36px;height:36px;border:3px solid var(--surface-3);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.qr-success{font-size:40px}.bell-wrap{position:relative}.bell-count{position:absolute;top:-5px;right:-5px;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--surface)}.notif-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:340px;max-height:420px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-md);z-index:60;animation:fadein .14s ease}@keyframes fadein{0%{opacity:0;transform:translateY(4px)}}.notif-item{padding:12px 14px;border-bottom:1px solid var(--border);display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.notif-item:last-child{border-bottom:none}.notif-item strong{display:block;font-size:13px}.notif-item p{margin:2px 0 0;font-size:12.5px;color:var(--text-muted)}.notif-item time{font-size:11px;color:var(--text-faint)}.dropdown-backdrop{position:fixed;inset:0;z-index:50}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:0;flex-wrap:wrap}.tab{background:none;padding:10px 13px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;border:none;border-bottom:2.5px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:7px}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-count{font-size:11px;font-weight:700;background:var(--surface-3);color:var(--text-muted);border-radius:999px;padding:1px 7px;min-width:18px;text-align:center}.tab.active .tab-count{background:var(--accent-soft);color:var(--accent)}.inbox{display:grid;grid-template-columns:352px 1fr;grid-gap:16px;gap:16px;height:calc(100vh - 60px - 48px - 70px);min-height:480px}.inbox-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);display:flex;flex-direction:column;overflow:hidden}.inbox-list-scroll{overflow-y:auto;flex:1 1}.convo-item{width:100%;text-align:left;border:none;border-left:3px solid transparent;background:none;padding:13px 16px;border-bottom:1px solid var(--border);cursor:pointer;display:block;font:inherit;color:inherit;transition:background .12s}.convo-item:hover{background:var(--surface-2)}.convo-item.selected{background:var(--accent-soft);border-left-color:var(--accent)}.convo-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.convo-name{font-weight:700;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.convo-time{font-size:11px;color:var(--text-faint);flex-shrink:0}.convo-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:5px;gap:8px}.convo-assigned{font-size:12.5px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-card);display:flex;flex-direction:column;overflow:hidden;min-width:0}.thread-header{padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.thread-header h2{font-size:15px;font-weight:700}.thread-header .sub{font-size:12.5px;color:var(--text-muted)}.thread-messages{flex:1 1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px;background:var(--bg)}.bubble{max-width:72%;padding:9px 12px;border-radius:14px;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word;box-shadow:var(--shadow-sm)}.bubble .bubble-meta{display:block;font-size:11px;margin-bottom:3px;opacity:.85;font-weight:700}.bubble time{display:block;font-size:10px;margin-top:4px;opacity:.6;text-align:right}.bubble-left{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:4px 14px 14px 14px}.bubble-right{align-self:flex-end;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:14px 4px 14px 14px}.bubble-right .bubble-meta{color:var(--accent)}.bubble-system{align-self:center;background:var(--surface-3);color:var(--text-muted);font-size:12px;border-radius:999px;padding:5px 14px;max-width:90%;box-shadow:none}.reply-box{border-top:1px solid var(--border);background:var(--surface);padding:12px;display:flex;gap:8px;align-items:flex-end}.reply-box textarea{flex:1 1;min-height:42px;max-height:140px}.thread-placeholder{flex:1 1;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}@media (max-width:900px){.inbox{height:auto}.form-row,.inbox{grid-template-columns:1fr}}.cmdk-overlay{position:fixed;inset:0;background:rgba(12,18,28,.5);display:flex;align-items:flex-start;justify-content:center;padding:88px 16px 16px;z-index:200;overflow-y:auto}.cmdk{width:100%;max-width:620px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 28px 70px rgba(0,0,0,.35);overflow:hidden}.cmdk-input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border);color:var(--text-muted)}.cmdk-input{flex:1 1;border:none;outline:none;background:transparent;font-size:15px;color:var(--text);font-family:var(--font-ui)}.cmdk-input::placeholder{color:var(--text-faint)}.cmdk-input-row .kbd{font-size:11px;color:var(--text-faint);border:1px solid var(--border-strong);border-radius:5px;padding:1px 6px}.cmdk-results{max-height:60vh;overflow-y:auto;padding:6px}.cmdk-hint{padding:18px 14px;color:var(--text-faint);font-size:13px;text-align:center}.cmdk-group{padding:4px 0 8px}.cmdk-group-title{gap:6px;padding:6px 12px 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.cmdk-group-title,.cmdk-item{display:flex;align-items:center}.cmdk-item{gap:11px;width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;border-radius:9px;cursor:pointer;color:var(--text);font-family:var(--font-ui)}.cmdk-item.active{background:var(--accent-soft)}.cmdk-thumb{width:34px;height:34px;border-radius:7px;object-fit:cover;flex-shrink:0;background:var(--surface-3)}.cmdk-thumb-ph{display:flex;align-items:center;justify-content:center;color:var(--text-faint)}.cmdk-item-text{display:flex;flex-direction:column;min-width:0}.cmdk-item-label{font-size:14px;font-weight:600}.cmdk-item-label,.cmdk-item-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmdk-item-sub{font-size:12px;color:var(--text-muted)}