:root{--bg-white: #FFFFFF;--bg-page: #F5F7FA;--accent-blue: #4A90E2;--accent-blue-light: #EBF3FC;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border-light: #E5E7EB;--border-input: #D1D5DB;--danger-red: #E57373;--success-green: #81C784;--gray: #B0BEC5;--sidebar-width: 200px;--right-panel-width: 280px;--header-height: 48px;--border-radius: 8px;--border-radius-sm: 4px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg-page);color:var(--text-primary);line-height:1.5}#root{height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent;border-radius:2px}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:2px;height:30%!important;min-height:20px!important}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}*{scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent}.custom-resize-wrap{position:relative}.custom-resize-handle{position:absolute;bottom:2px;right:2px;width:16px;height:16px;cursor:nwse-resize;opacity:.4;transition:opacity .2s}.custom-resize-handle:hover{opacity:.8}.custom-resize-wrap textarea{resize:none!important;overflow:auto}.app-layout{display:flex;height:100vh}.sidebar{width:var(--sidebar-width);background:var(--bg-white);border-right:1px solid var(--border-light);display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{height:var(--header-height);padding:0 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border-light)}.logo-icon{width:28px;height:28px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:cover}.logo-text{font-size:14px;font-weight:600;color:var(--text-primary)}.sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto}.nav-group{margin-bottom:20px}.nav-group-title{font-size:11px;color:var(--text-muted);padding:0 12px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:var(--transition);color:var(--text-secondary);font-size:13px;text-decoration:none;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:var(--bg-page)}.nav-item.active{background:var(--accent-blue-light);color:var(--accent-blue)}.nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--border-light);font-size:11px;color:var(--text-muted)}.main-area{flex:1;display:flex;flex-direction:column;min-width:0}.top-header{height:var(--header-height);background:var(--bg-white);border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0}.header-left{display:flex;align-items:center;gap:12px}.header-logo{width:24px;height:24px;border-radius:5px;overflow:hidden;display:flex;align-items:center;justify-content:center}.header-logo img{width:100%;height:100%;object-fit:cover}.header-title{font-size:14px;font-weight:500}.header-right{display:flex;align-items:center;gap:16px}.status-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success-green)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-blue-light);display:flex;align-items:center;justify-content:center;cursor:pointer}.user-avatar svg{width:18px;height:18px;color:var(--accent-blue)}.content-area{flex:1;padding:20px;overflow-y:auto}.content-area.flex-active{display:flex;flex-direction:column}.page-title-section{margin-bottom:20px}.page-subtitle{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.page-title{font-size:22px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.page-description{font-size:13px;color:var(--text-secondary)}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--border-radius)}.card-header{padding:14px 16px;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}.card-title{font-size:14px;font-weight:500}.card-body{padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border-radius:6px;font-size:13px;cursor:pointer;transition:var(--transition);border:none;background:transparent;color:var(--text-primary)}.btn svg{width:16px;height:16px}.btn-primary{background:var(--accent-blue);color:#fff}.btn-primary:hover{background:#3d7dd3}.btn-outline{border:1px solid var(--border-input);color:var(--text-secondary)}.btn-outline:hover{background:var(--bg-page)}.btn-icon{width:32px;height:32px;padding:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;transition:var(--transition)}.btn-icon:hover{background:var(--bg-page)}.btn-icon svg{width:16px;height:16px}.btn-danger{color:var(--danger-red)}.btn-danger:hover{background:#e573731a}.input{width:100%;padding:8px 12px;border:1px solid var(--border-input);border-radius:6px;font-size:13px;transition:var(--transition);font-family:inherit}.input:focus{outline:none;border-color:var(--accent-blue)}textarea.input{min-height:80px;resize:none}.custom-select{position:relative;min-width:140px;cursor:pointer}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:1px solid var(--border-input);border-radius:6px;background:var(--bg-white);font-size:13px;transition:var(--transition);-webkit-user-select:none;user-select:none}.custom-select-trigger:hover,.custom-select.open .custom-select-trigger{border-color:var(--accent-blue)}.custom-select-trigger .arrow{width:14px;height:14px;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.custom-select.open .custom-select-trigger .arrow{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;box-shadow:var(--shadow-md);z-index:100;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .15s ease;max-height:240px;overflow-y:auto}.custom-select.open .custom-select-options{opacity:1;visibility:visible;transform:translateY(0)}.custom-select-option{padding:9px 12px;font-size:13px;display:flex;align-items:center;justify-content:space-between;transition:background .1s ease}.custom-select-option:first-child{border-radius:8px 8px 0 0}.custom-select-option:last-child{border-radius:0 0 8px 8px}.custom-select-option:hover{background:var(--accent-blue-light)}.custom-select-option .check-icon{width:14px;height:14px;opacity:0}.custom-select-option.selected .check-icon{opacity:1;color:var(--accent-blue)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-white);border-radius:var(--border-radius);width:420px;max-width:90%}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-light)}.modal-title{font-size:14px;font-weight:500}.modal-close{width:28px;height:28px;border-radius:6px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--bg-page)}.modal-close svg{width:16px;height:16px}.modal-body{padding:16px}.modal-footer{padding:12px 16px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:8px}.tag{display:inline-flex;align-items:center;padding:3px 10px;border-radius:10px;font-size:12px}.tag-blue{background:var(--accent-blue-light);color:var(--accent-blue)}.tag-green{background:#81c78426;color:var(--success-green)}.tag-red{background:#e5737326;color:var(--danger-red)}.tag-purple{background:#9575cd26;color:#9575cd}.stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-blue{background:var(--accent-blue-light);color:var(--accent-blue)}.stat-icon-green{background:#81c78426;color:var(--success-green)}.stat-icon-yellow{background:#ffc10726;color:#ffc107}.stat-icon-purple{background:#9575cd26;color:#9575cd}.stat-icon-red{background:#e5737326;color:var(--danger-red)}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border-light);font-size:13px}.table th{color:var(--text-secondary);font-weight:500}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:16px}.toolbar .input{max-width:280px}.view-toggle button{padding:7px 10px;border:none;background:var(--bg-white);cursor:pointer;transition:var(--transition)}.view-toggle button.active{background:var(--accent-blue-light);color:var(--accent-blue)}.view-toggle button:not(:last-child){border-right:1px solid var(--border-light)}.view-toggle button svg{width:16px;height:16px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.stat-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:16px}.stat-value{font-size:26px;font-weight:600;margin-bottom:4px}.stat-label{font-size:12px;color:var(--text-secondary)}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-light)}.setting-item:last-child{border-bottom:none}.setting-label{font-size:13px}.setting-desc{font-size:12px;color:var(--text-secondary);margin-top:2px}.setting-control{flex-shrink:0}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.toast-container{position:fixed;top:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:8px}.toast{padding:10px 16px;background:var(--bg-white);border-radius:6px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:8px;font-size:13px;animation:slideIn .3s ease}.toast.success{border-left:3px solid var(--success-green)}.toast.error{border-left:3px solid var(--danger-red)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-danger{color:var(--danger-red)}.text-success{color:var(--success-green)}.text-gray{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.rating-stars{display:flex;justify-content:center;gap:8px;margin:16px 0}.rating-star{width:36px;height:36px;border-radius:50%;border:2px solid var(--border-light);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.rating-star:hover,.rating-star.active{border-color:var(--accent-blue);background:var(--accent-blue-light);color:var(--accent-blue)}.chat-messages{display:flex;flex-direction:column;gap:16px}.message{display:flex;gap:12px;max-width:700px}.message.user{flex-direction:row-reverse;margin-left:auto}.message-avatar{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message-avatar.ai{background:var(--accent-blue-light);color:var(--accent-blue)}.message-avatar.human{background:#f3f4f6;color:var(--text-secondary)}.message-avatar svg{width:18px;height:18px}.message-content{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:12px 14px;max-width:500px}.message.user .message-content{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.message-text{font-size:13px;line-height:1.6}.message-actions{display:flex;gap:8px;margin-top:8px}.message-actions .btn{font-size:12px;padding:4px 8px}.message-actions .btn svg{width:14px;height:14px}.upload-area{border:2px solid #d0d0d0;border-radius:var(--border-radius);padding:40px;text-align:center;cursor:pointer;transition:var(--transition);background:var(--bg-white)}.upload-area:hover{border-color:var(--accent-blue);background:var(--accent-blue-light)}.upload-icon{width:56px;height:56px;border-radius:50%;background:var(--accent-blue-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--accent-blue)}.upload-icon svg{width:28px;height:28px}.upload-text{font-size:14px;margin-bottom:6px}.upload-hint{font-size:12px;color:var(--text-secondary)}.upload-formats{display:flex;gap:6px;justify-content:center;margin-top:14px}.format-tag{padding:3px 10px;background:var(--bg-page);border-radius:10px;font-size:11px;color:var(--text-secondary)}.doc-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:6px;transition:var(--transition)}.doc-row:hover{border-color:var(--accent-blue)}.doc-checkbox{width:18px;height:18px;border:2px solid var(--border-input);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--bg-white)}.doc-checkbox.checked{background:var(--accent-blue);border-color:var(--accent-blue)}.doc-checkbox.checked svg{display:block}.doc-checkbox svg{width:12px;height:12px;color:#fff;display:none}.doc-icon{width:36px;height:36px;border-radius:6px;background:var(--accent-blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent-blue)}.doc-icon svg{width:18px;height:18px}.doc-info{flex:1;min-width:0}.doc-name{font-size:13px;font-weight:500;margin-bottom:2px}.doc-meta{font-size:12px;color:var(--text-secondary);display:flex;gap:12px}.doc-status{padding:2px 8px;border-radius:10px;font-size:11px}.doc-status.success{background:#81c78426;color:var(--success-green)}.doc-status.pending{background:var(--bg-page);color:var(--text-secondary)}.doc-status.error{background:#e5737326;color:var(--danger-red)}.doc-actions{display:flex;gap:4px;opacity:0;transition:var(--transition)}.doc-row:hover .doc-actions{opacity:1}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.doc-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:6px;padding:14px;position:relative;transition:var(--transition)}.doc-card:hover{border-color:var(--accent-blue)}.doc-card .doc-checkbox{position:absolute;top:10px;left:10px}.doc-card-icon{width:48px;height:48px;border-radius:8px;background:var(--accent-blue-light);display:flex;align-items:center;justify-content:center;margin:8px auto 12px;color:var(--accent-blue)}.doc-card-icon svg{width:24px;height:24px}.doc-card-name{font-size:13px;font-weight:500;text-align:center;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-card-meta{font-size:12px;color:var(--text-secondary);text-align:center}.link-section{margin-top:20px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:16px}.link-section-title{font-size:13px;font-weight:500;margin-bottom:12px}.link-row{display:flex;gap:12px}.link-row .input{flex:1}.upload-queue{margin-top:20px}.queue-title{font-size:13px;font-weight:500;margin-bottom:12px}.queue-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:6px;margin-bottom:8px}.queue-item-icon{width:32px;height:32px;border-radius:6px;background:var(--accent-blue-light);display:flex;align-items:center;justify-content:center;color:var(--accent-blue);flex-shrink:0}.queue-item-icon svg{width:16px;height:16px}.queue-item-info{flex:1;min-width:0}.queue-item-name{font-size:13px;font-weight:500;margin-bottom:4px}.queue-item-size{font-size:12px;color:var(--text-secondary)}.queue-progress{height:4px;background:var(--bg-page);border-radius:2px;margin-top:8px;overflow:hidden}.queue-progress-bar{height:100%;background:var(--accent-blue);border-radius:2px}.queue-progress-bar.complete{background:var(--success-green)}.divider{height:1px;background:var(--border-light);margin:16px 0}.right-panel{width:280px;background:var(--bg-white);border-left:1px solid var(--border-light);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.panel-section{padding:16px;border-bottom:1px solid var(--border-light)}.panel-section-scroll{flex:1;overflow-y:auto}.panel-title{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.panel-item{padding:10px 12px;border-radius:8px;margin-bottom:4px;transition:var(--transition)}.panel-item:hover{background:var(--bg-page)}.panel-item.active{background:var(--accent-blue-light)}.panel-item-title{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:2px;display:flex;align-items:center;justify-content:space-between;gap:6px}.panel-item-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.panel-item-desc{font-size:11px;color:var(--text-secondary)}.panel-item-time{font-size:11px;color:var(--text-muted);margin-top:2px}.dashboard-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-top:16px}.dashboard-left-col,.dashboard-right-col{min-width:0}.stat-card-inner{display:flex;align-items:center;gap:12px}.stat-icon-container{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-info{min-width:0}.trend-chart{display:flex;align-items:flex-end;gap:16px;padding:0 16px;width:100%}.trend-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.trend-bar{width:100%;max-width:32px;background:var(--accent-blue);border-radius:4px 4px 0 0;min-height:4px;transition:var(--transition)}.trend-bar:hover{opacity:.8}.trend-label{font-size:11px;color:var(--text-muted)}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:600;background:var(--bg-page);color:var(--text-secondary)}.rank-top{background:var(--accent-blue);color:#fff}.card-header-actions{display:flex;gap:4px}.btn-xs{padding:2px 8px;font-size:11px;border:1px solid var(--border-light);border-radius:4px;background:var(--bg-white);color:var(--text-secondary);cursor:pointer}.btn-xs.active{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.btn-xs:hover{border-color:var(--accent-blue)}.kb-status-item{padding:10px 0;border-bottom:1px solid var(--border-light)}.kb-status-item:last-child{border-bottom:none}.kb-status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.kb-status-name{font-size:13px;font-weight:500}.kb-status-info{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary);margin-bottom:6px}.kb-health-bar{height:4px;background:var(--bg-page);border-radius:2px;overflow:hidden}.kb-health-fill{height:100%;border-radius:2px;transition:width .6s ease}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-white);color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-size:12px}.quick-action-btn svg{width:20px;height:20px}.quick-action-btn:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:var(--accent-blue-light)}.tag-orange{color:var(--accent-orange);background:#ff980026}@media (max-width: 1200px){.right-panel{display:none}.stats-row{grid-template-columns:repeat(4,1fr)!important}.dashboard-content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.sidebar{display:none}.main-area{margin-left:0}.stats-row{grid-template-columns:repeat(2,1fr)!important}.quick-actions-grid{grid-template-columns:1fr 1fr}}.custom-select{position:relative;width:100%}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 12px;border:1px solid var(--border-light);border-radius:6px;background:var(--bg-white);font-size:13px;color:var(--text-primary);transition:var(--transition)}.custom-select-trigger:hover{border-color:var(--accent-blue)}.custom-select.open .custom-select-trigger{border-color:var(--accent-blue);box-shadow:0 0 0 2px #4a90e226}.custom-select-options{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:100;max-height:200px;overflow-y:auto}.custom-select-option{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:13px;color:var(--text-primary);cursor:pointer;transition:var(--transition)}.custom-select-option:hover{background:var(--bg-page)}.custom-select-option.selected{color:var(--accent-blue);background:var(--accent-blue-light)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.tree-node{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:var(--transition);min-height:36px}.tree-node:hover{background:var(--bg-page)}.tree-toggle{display:flex;align-items:center;justify-content:center;width:16px;height:16px;transition:transform .2s}.tree-toggle.hidden{visibility:hidden}.tree-toggle.expanded{transform:rotate(90deg)}.tree-label{flex:1;font-size:13px;font-weight:500}.tree-count{font-size:11px;color:var(--text-muted);background:var(--bg-page);padding:1px 6px;border-radius:10px}.tree-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s}.tree-node:hover .tree-actions{opacity:1}.timeline-item{position:relative;padding:16px 0 16px 28px;display:flex;align-items:flex-start}.timeline-dot{position:absolute;left:0;top:20px;width:10px;height:10px;border-radius:50%;z-index:1}.timeline-line{position:absolute;left:4px;top:30px;bottom:-16px;width:2px;background:var(--border-light)}.timeline-content{flex:1}.timeline-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.timeline-title{font-size:14px;font-weight:600}.timeline-date{font-size:12px;color:var(--text-muted)}.timeline-body{font-size:13px;color:var(--text-secondary);line-height:1.6}.meeting-card{display:flex;gap:16px;padding:4px 0}.meeting-card-left{display:flex;flex-direction:column;align-items:center;position:relative;width:48px;flex-shrink:0}.meeting-date-badge{text-align:center;border-radius:8px;padding:6px 8px;background:var(--accent-blue-light);z-index:1}.meeting-month{font-size:10px;color:var(--accent-blue);font-weight:500}.meeting-day{font-size:18px;font-weight:700;color:var(--accent-blue);line-height:1}.meeting-timeline-line{flex:1;width:2px;background:var(--border-light);margin-top:4px}.meeting-card-content{flex:1;padding-bottom:16px}.meeting-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.meeting-title{font-size:14px;font-weight:600}.meeting-summary{font-size:13px;color:var(--text-secondary);line-height:1.6;margin-bottom:8px}.meeting-meta{display:flex;align-items:center;gap:16px;font-size:12px;color:var(--text-muted)}.meeting-participants{color:var(--accent-blue)}.view-toggle{display:flex;border:1px solid var(--border-light);border-radius:6px;overflow:hidden}.view-toggle button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:var(--bg-white);cursor:pointer;transition:var(--transition)}.view-toggle button svg{width:16px;height:16px;color:var(--text-muted)}.view-toggle button.active{background:var(--accent-blue-light)}.view-toggle button.active svg{color:var(--accent-blue)}.view-toggle button:hover:not(.active){background:var(--bg-page)}.toolbar{display:flex;align-items:center;gap:10px}.toolbar-spacer{flex:1}
