@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}:root{--color-primary:#f97316;--color-primary-light:#f9731614;--color-sidebar:#0f172a;--color-background:#fafaf8;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-white:#fff;--gradient-header:linear-gradient(to bottom, #fde68a21, #fafaf8);--gradient-primary:linear-gradient(135deg, #f97316 0%, #ea580c 100%);--shadow-sm:0px 4px 10px #00000005;--shadow-md:0px 4px 6px #f9731640;--radius-sm:6px;--radius-md:10px;--radius-lg:16px}body{background:var(--color-background);color:var(--color-text-primary);margin:0;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500}button,input,select,textarea{font:inherit}a{color:#2563eb;text-decoration:none}.studio-shell{min-height:100vh;display:flex}.sidebar{background:var(--color-sidebar);width:260px;color:var(--color-text-muted);flex-direction:column;flex-shrink:0;gap:32px;height:100vh;padding:20px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-header{align-items:center;gap:12px;display:flex}.sidebar-logo{background:var(--color-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:800;display:flex}.sidebar-title{color:var(--color-white);margin:0;font-size:18px;font-weight:700}.sidebar-subtitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:2px 0 0;font-size:.75rem}.sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.sidebar-link{color:var(--color-text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.sidebar-link:hover{color:var(--color-white);background:#ffffff0d}.sidebar-link.active{color:var(--color-white);background:#ffffff14;font-weight:600}.sidebar-icon{justify-content:center;align-items:center;width:18px;height:18px;display:flex}.nav-section-divider{height:24px}.studio-content{flex-direction:column;flex:1;min-width:0;display:flex}.content-header{background:var(--gradient-header);justify-content:space-between;align-items:center;padding:24px 40px;display:flex}.content-header-title{flex-direction:column;gap:4px;display:flex}.content-header-label{text-transform:uppercase;color:var(--color-text-secondary);letter-spacing:.05em;font-size:13px;font-weight:600}.content-header-name{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:800}.content-body{flex:1;padding:40px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.sub-tabs{border-bottom:2px solid #e5e7eb;gap:0;margin-bottom:20px;display:flex}.sub-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.sub-tab:hover{color:#1e293b}.sub-tab.active{color:#1e293b;border-bottom-color:var(--color-primary);font-weight:600}.section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:20px}.section h3{color:#1a1d23;margin:0 0 12px;font-size:1rem;font-weight:600}.section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-header h3{margin:0}.section-desc{color:#6b7280;margin:-8px 0 12px;font-size:.85rem}.upload-row{align-items:center;gap:10px;display:flex}.file-label{cursor:pointer;color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;flex:1;min-width:200px;padding:10px 16px;font-size:.875rem;display:inline-flex}.file-label:hover{background:#f3f4f6;border-color:#9ca3af}.file-label input{display:none}.upload-msg{color:#059669;margin-top:8px;font-size:.85rem}.drop-zone{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #d1d5db;border-radius:8px;padding:32px 16px;transition:border-color .2s,background .2s}.drop-zone:hover{background:#eff6ff;border-color:#2563eb}.drop-zone.drag-over{background:#dbeafe;border-color:#2563eb}.drop-zone-content{flex-direction:column;align-items:center;gap:6px;display:flex}.drop-icon{font-size:2rem}.drop-text{color:#374151;font-size:.9rem;font-weight:500}.drop-hint{color:#9ca3af;font-size:.78rem}.search-row{gap:8px;margin-bottom:12px;display:flex}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;flex:1;padding:9px 12px;font-size:.9rem}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.select-input{flex:none;min-width:140px}button{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:background .15s,opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}button:not(.tab):not(.sub-tab):not(.sidebar-link):not(.icon-option):not(.color-option):not(.ws-card-star):not(.ws-row-star):not(.modal-close):not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-icon):not(.ws-selector-item):not(.sidebar-user-section){color:#fff;background:#2563eb}button:not(.tab):not(.sub-tab):not(.sidebar-link):not(.icon-option):not(.color-option):not(.ws-card-star):not(.ws-row-star):not(.modal-close):not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-icon):not(.ws-selector-item):not(.sidebar-user-section):hover:not(:disabled){background:#1d4ed8}.btn-secondary{align-items:center;gap:6px;display:inline-flex;color:#374151!important;background:0 0!important;border:1px solid #d1d5db!important}.btn-secondary:hover:not(:disabled){background:#f3f4f6!important}.btn-ghost{color:#2563eb!important;background:0 0!important;padding:4px 8px!important;font-size:.85rem!important}.btn-ghost:hover{background:#eff6ff!important}.btn-ghost-sm{color:#2563eb!important;background:0 0!important;border:none!important;padding:3px 8px!important;font-size:.8rem!important}.btn-ghost-sm:hover{background:#eff6ff!important}.btn-danger{color:#dc2626!important;background:0 0!important;border:1px solid #fecaca!important;padding:4px 12px!important;font-size:.8rem!important}.btn-danger-sm{color:#dc2626!important;background:0 0!important;border:none!important;padding:3px 8px!important;font-size:.8rem!important}.btn-danger-sm:hover{background:#fef2f2!important}.badge{color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:12px;padding:2px 10px;font-size:.7rem;font-weight:600;display:inline-block}.doc-table{border-collapse:collapse;width:100%;font-size:.85rem}.doc-table th{text-align:left;color:#6b7280;white-space:nowrap;border-bottom:2px solid #e5e7eb;padding:8px 10px;font-weight:600}.doc-table td{border-bottom:1px solid #f3f4f6;padding:10px}.doc-table tr:hover td{background:#f9fafb}.msg{border-radius:6px;margin-bottom:12px;padding:10px 14px;font-size:.85rem}.msg.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.loading-text{color:#6b7280;text-align:center;padding:24px 0}.empty-text{color:#9ca3af;text-align:center;padding:16px 0;font-size:.85rem;font-style:italic}.result-count{color:#6b7280;margin:8px 0;font-size:.8rem}.result-card{cursor:pointer;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;padding:12px 14px;transition:border-color .15s}.result-card:hover{background:#fafafa;border-color:#2563eb}.result-header{align-items:center;gap:10px;margin-bottom:6px;font-size:.8rem;display:flex}.result-rank{color:#2563eb;min-width:24px;font-weight:700}.result-doc{color:#1a1d23;font-weight:500}.result-score{color:#6b7280;margin-left:auto}.result-content{color:#374151;margin:0;font-size:.85rem;line-height:1.5}.detail-grid{grid-template-columns:280px 1fr;gap:16px;display:grid}.meta-table{width:100%}.meta-table td{border-bottom:1px solid #f3f4f6;padding:6px 8px;font-size:.85rem}.meta-table td:first-child{color:#6b7280;width:80px;font-weight:500}.chunk-list{max-height:600px;overflow-y:auto}.chunk-card{background:#fafafa;border:1px solid #f3f4f6;border-radius:6px;margin-bottom:8px;padding:12px}.chunk-card:hover{border-color:#e5e7eb}.chunk-header{gap:8px;margin-bottom:6px;font-size:.75rem;display:flex}.chunk-index{color:#2563eb;font-weight:700}.chunk-id{color:#9ca3af}.chunk-content{color:#374151;margin:0;font-size:.85rem;line-height:1.55}.inline-form{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.entity-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.entity-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;padding:12px}.entity-card:hover{border-color:#d1d5db}.entity-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.entity-header strong{font-size:.9rem}.entity-type-badge{color:#1d4ed8;text-transform:uppercase;background:#dbeafe;border-radius:10px;padding:1px 8px;font-size:.7rem;font-weight:600;display:inline-block}.entity-actions{gap:4px;display:flex}.entity-rels{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:8px}.rel-chip{background:#f3f4f6;border-radius:4px;margin-bottom:4px;padding:4px 8px;font-size:.8rem}.rel-badge{color:#92400e;background:#fef3c7;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-block}.id-hint{color:#9ca3af;font-size:.75rem}.page-header-actions{align-items:center;gap:10px;display:flex}.doc-filename{color:#1a1d23;font-weight:500}.type-badge{color:#6b7280;text-transform:uppercase;background:#f3f4f6;border-radius:4px;padding:1px 7px;font-size:.75rem;font-weight:500;display:inline-block}.status-error-icon{cursor:help;margin-left:4px}.row-processing td{background:#fffbeb}.row-processing:hover td{background:#fef3c7}.actions-cell{white-space:nowrap}.confirm-delete{align-items:center;gap:4px;margin-left:4px;display:inline-flex}.poll-hint{color:#2563eb;font-size:.75rem;font-style:italic;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.error-text{color:#dc2626;font-size:.82rem}.empty-state{text-align:center;padding:32px 0}.empty-icon{margin-bottom:8px;font-size:2.5rem;display:block}.empty-hint{color:#9ca3af;margin:4px 0 0;font-size:.82rem}.search-extra{margin-top:8px}.search-extra-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.topk-label{color:#6b7280;align-items:center;gap:6px;font-size:.82rem;display:flex}.topk-label select{background:#fff;border:1px solid #d1d5db;border-radius:4px;outline:none;padding:4px 8px}.filter-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-top:10px;padding:12px}.filter-row{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.filter-row:last-child{margin-bottom:0}.filter-row label{color:#6b7280;flex-direction:column;gap:3px;font-size:.75rem;font-weight:500;display:flex}.filter-input{border:1px solid #d1d5db;border-radius:4px;outline:none;min-width:140px;padding:6px 10px;font-size:.85rem}.filter-input:focus{border-color:#2563eb}.result-footer{justify-content:space-between;align-items:center;margin-top:6px;font-size:.75rem;display:flex}.result-meta{color:#9ca3af}.result-detail-link{color:#2563eb;font-weight:500}.detail-content{color:#374151;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.65}.score-bar-container{align-items:center;gap:12px;display:flex}.score-bar{background:#e5e7eb;border-radius:5px;flex:1;height:10px;overflow:hidden}.score-fill{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:5px;height:100%;transition:width .3s}.score-label{color:#374151;white-space:nowrap;font-size:.85rem;font-weight:600}.create-collection-form{flex-direction:column;gap:8px;display:flex}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}.collection-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:box-shadow .15s,border-color .15s}.collection-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb14}.collection-card-header{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.collection-icon{font-size:1.5rem}.collection-card-info{flex:1;min-width:0}.collection-card-name{margin-bottom:2px;font-size:.95rem;display:block}.collection-card-desc{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:.8rem;overflow:hidden}.collection-card-meta{color:#9ca3af;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:.78rem;display:flex}.collection-workspace-badge{color:#4338ca;background:#e0e7ff;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:600}.collection-card-date{color:#9ca3af}.collection-card-actions{justify-content:flex-end;display:flex}.collection-search-results{margin-top:12px}.visual-graph-layout{gap:12px;min-height:500px;display:flex}.graph-canvas-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1;min-height:500px;overflow:hidden}.graph-sidebar{flex-shrink:0;width:260px}.graph-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.graph-stat{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.graph-stat-value{color:#111827;font-size:1.4rem;font-weight:700;display:block}.graph-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-top:2px;font-size:.7rem;display:block}.graph-node-detail{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:14px}.graph-node-detail-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.graph-node-detail-header h4{margin:0;font-size:.9rem}.graph-node-props{margin-bottom:10px}.graph-prop{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:3px 0;font-size:.78rem;display:flex}.graph-prop-key{color:#6b7280}.graph-prop-value{color:#374151;text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.graph-node-rels strong{margin-bottom:6px;font-size:.8rem;display:block}.graph-rel-item{background:#f9fafb;border-radius:4px;align-items:center;gap:6px;margin-bottom:3px;padding:4px 6px;font-size:.78rem;display:flex}.graph-rel-dir{color:#2563eb;font-weight:700}.graph-rel-type{color:#6b7280;font-style:italic}.graph-rel-neighbor{color:#374151;text-overflow:ellipsis;white-space:nowrap;margin-left:auto;font-weight:500;overflow:hidden}.graph-hint{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.graph-hint p{color:#6b7280;margin:4px 0;font-size:.82rem}.chunk-meta-details{margin-top:6px}.chunk-meta-details summary{color:#6b7280;cursor:pointer;font-size:.75rem}.chunk-meta-json{background:#f3f4f6;border-radius:4px;margin:4px 0 0;padding:8px;font-size:.7rem;overflow-x:auto}.graph-summary{grid-template-columns:1fr 1fr;gap:16px;display:grid}.graph-summary h4{color:#6b7280;margin:0 0 8px;font-size:.85rem}.graph-node-chip{color:#1e40af;background:#dbeafe;border-radius:12px;margin:3px;padding:3px 10px;font-size:.78rem;display:inline-block}.graph-edge-chip{align-items:center;gap:6px;margin:3px;padding:4px 8px;font-size:.8rem;display:flex}.edge-doc{font-weight:500}.edge-type{color:#6b7280;font-size:.7rem;font-style:italic}.paths-results{margin-top:12px}.path-card{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;padding:12px}.path-header{margin-bottom:8px;font-size:.85rem;font-weight:600}.path-steps{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.path-step{align-items:center;gap:4px;display:inline-flex}.path-arrow{color:#9ca3af;margin:0 4px}.path-entity{font-size:.85rem;font-weight:500}.path-rel{color:#6b7280;font-size:.75rem}.memory-card{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;padding:12px 14px}.memory-card:hover{background:#fafafa;border-color:#d1d5db}.memory-card.important{background:#fffbeb;border-color:#fbbf24}.memory-meta{align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;display:flex}.memory-importance{color:#f59e0b}.memory-score{color:#92400e;font-weight:600}.memory-access{color:#9ca3af}.memory-source{color:#2563eb}.memory-fact{color:#1a1d23;margin:0;font-size:.9rem;line-height:1.5}.memory-actions{gap:4px;margin-top:8px;display:flex}.memory-edit-actions{gap:8px;margin-top:8px;display:flex}.create-memory-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:16px;padding:12px}.memory-input{resize:vertical;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;margin-bottom:8px;padding:8px 10px;font-size:.85rem}.memory-input:focus{border-color:#2563eb}.importance-label,.filter-label{color:#6b7280;align-items:center;gap:8px;font-size:.8rem;display:flex}.importance-label input[type=range],.filter-label input[type=range]{width:120px}.examples-row{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.example-chip{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;padding:4px 10px;font-size:.75rem}.example-chip:hover{background:#e5e7eb}.query-editor{margin-bottom:12px}.tql-input{resize:vertical;tab-size:2;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:10px 14px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.5}.tql-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.execute-btn{align-items:center;gap:6px;margin-top:8px;display:inline-flex}button svg{flex-shrink:0}.rag-options{flex-wrap:wrap;align-items:center;gap:16px;margin-top:8px;display:flex}.checkbox-label{color:#374151;cursor:pointer;align-items:center;gap:6px;font-size:.85rem;display:flex}.query-result{margin-top:16px}.result-summary{background:#f9fafb;border-radius:6px;flex-wrap:wrap;gap:16px;margin-bottom:12px;padding:10px 12px;font-size:.82rem;display:flex}.result-summary-item{color:#374151}.result-table{font-size:.8rem}.result-table th,.result-table td{text-overflow:ellipsis;white-space:nowrap;max-width:250px;padding:6px 8px;overflow:hidden}.playground-actions{gap:8px;margin-top:8px;display:flex}.playground-results{margin-top:16px}.result-tabs{border-bottom:2px solid #e5e7eb;gap:2px;margin-bottom:14px;display:flex;overflow-x:auto}.result-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-2px;padding:8px 14px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.result-tab:hover{color:#1e293b}.result-tab.active{color:#1e293b;border-bottom-color:var(--color-primary);font-weight:600}.result-panels{flex-direction:column;gap:12px;display:flex}.result-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.result-panel-header{color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.85rem;font-weight:600;display:flex}.result-panel-count{color:#6b7280;font-size:.75rem;font-weight:500}.compact-table th,.compact-table td{max-width:180px;padding:5px 8px;font-size:.78rem}.plan-meta{padding:10px 14px}.plan-meta-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:5px 0;font-size:.82rem;display:flex}.plan-meta-row:last-child{border-bottom:none}.plan-meta-key{color:#6b7280}.plan-meta-val{color:#374151;font-weight:500}.plan-meta-val.mono{font-family:JetBrains Mono,monospace;font-size:.78rem}.plan-meta-val.badge{color:#0369a1;text-transform:uppercase;background:#e0f2fe;border-radius:4px;padding:1px 8px;font-size:.75rem;font-weight:600}.plan-reasoning{padding:10px 14px}.reasoning-step{color:#166534;background:#f0fdf4;border-left:3px solid #22c55e;border-radius:0 4px 4px 0;margin-bottom:4px;padding:6px 10px;font-size:.82rem;line-height:1.5}.rag-answer{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin-bottom:12px;padding:14px}.rag-answer h4{color:#15803d;margin:0 0 8px;font-size:.9rem}.rag-answer p{color:#1a1d23;margin:0;font-size:.9rem;line-height:1.6}.rag-meta{color:#6b7280;background:#f9fafb;border-radius:6px;gap:16px;margin-bottom:12px;padding:8px 12px;font-size:.8rem;display:flex}.rag-steps{margin-bottom:12px}.rag-steps h4{margin:0 0 8px;font-size:.85rem}.step-row{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:6px 0;font-size:.82rem;display:flex}.step-name{flex:1;font-weight:500}.step-status{text-transform:uppercase;border-radius:4px;padding:1px 8px;font-size:.7rem;font-weight:600}.step-status.ok{color:#15803d;background:#dcfce7}.step-status.error{color:#dc2626;background:#fef2f2}.step-time{color:#6b7280;font-family:monospace}.rag-sources h4{margin:0 0 8px;font-size:.85rem}.source-section{background:#f9fafb;border-radius:4px;margin-bottom:4px;padding:6px 10px;font-size:.82rem}.window-label{color:#6b7280;align-items:center;gap:8px;font-size:.85rem;display:flex}.window-label select{background:#fff;border:1px solid #d1d5db;border-radius:4px;outline:none;padding:4px 8px}.metrics-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-bottom:20px;display:grid}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.metric-card h3{color:#374151;margin:0 0 12px;font-size:.9rem;font-weight:600}.stat-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:5px 0;font-size:.85rem;display:flex}.stat-row:last-child{border-bottom:none}.stat-row span:first-child{color:#6b7280}.stat-value{color:#1a1d23;font-family:JetBrains Mono,monospace;font-weight:600}.charts-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.chart-container{padding:8px 0}.chart-bars{align-items:flex-end;gap:2px;padding:0 2px;display:flex}.chart-bar{border-radius:2px 2px 0 0;min-width:4px;transition:height .2s}.chart-bar:hover{opacity:1!important}.alert-item{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin-bottom:4px;padding:8px 10px;font-size:.82rem}.dashboard-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}@media (width<=900px){.dashboard-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.dashboard-cards{grid-template-columns:1fr}}.dash-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:24px;transition:all .2s;display:flex}.dash-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.dash-card-icon{background:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.dash-card-body{flex-direction:column;gap:4px;min-width:0;display:flex}.dash-card-label{color:var(--color-text-secondary);font-size:14px;font-weight:500}.dash-card-value{color:var(--color-text-primary);font-size:32px;font-weight:800;line-height:1}.search-query-text{color:#374151;font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem}.timestamp-cell{color:#6b7280;white-space:nowrap;font-size:.8rem}.analytics-summary{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:16px;display:grid}.analytics-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.chart-panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.chart-panel-wide{grid-column:1/-1}.chart-panel-header{padding:14px 16px 0}.chart-panel-title{align-items:center;gap:10px;display:flex}.chart-panel-icon{flex-shrink:0;font-size:1.2rem}.chart-panel-title h3{color:#111827;margin:0;font-size:.9rem;font-weight:600}.chart-panel-subtitle{color:#9ca3af;font-size:.75rem}.chart-panel-body{align-items:flex-end;min-height:240px;padding:8px 16px 16px;display:flex}.bar-chart-wrap{align-items:flex-end;gap:6px;width:100%;display:flex}.bar-chart-y-axis{color:#9ca3af;text-align:right;flex-direction:column;justify-content:space-between;min-width:32px;height:200px;padding-right:6px;font-size:.65rem;display:flex}.bar-chart{flex:1;align-items:flex-end;gap:2px;padding-bottom:20px;display:flex;position:relative;overflow-x:auto}.bar-chart-col{flex-direction:column;align-items:center;gap:2px;display:flex}.bar-chart-bar{cursor:default;border-radius:3px 3px 0 0;min-width:4px;transition:opacity .15s}.bar-chart-bar:hover{opacity:.7}.bar-chart-label{color:#9ca3af;white-space:nowrap;margin-top:2px;font-size:.6rem;transform:rotate(-45deg)}.perf-chart-area{width:100%}.perf-summary{margin-top:12px}.perf-stats{flex-wrap:wrap;gap:16px;display:flex}.perf-stat{text-align:center;min-width:60px}.perf-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;display:block}.perf-stat-value{color:#111827;font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700;display:block}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:36px 40px 40px;box-shadow:0 8px 32px #00000026}.auth-header{text-align:center;margin-bottom:24px}.auth-logo{color:#111827;letter-spacing:-.02em;margin:0 0 4px;font-size:1.3rem;font-weight:800}.auth-title{color:#1a1d23;margin:0 0 4px;font-size:1.1rem;font-weight:700}.auth-subtitle{color:#6b7280;margin:0;font-size:.85rem}.auth-form{flex-direction:column;gap:14px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#374151;font-size:14px;font-weight:600}:is(.form-group:has(.icon-picker) label,.form-group:has(.color-picker) label){color:#64748b;text-transform:uppercase;letter-spacing:.025em;font-size:13px;font-weight:600}.form-input{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:#94a3b8}.form-input:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 2px #f973161f}.form-actions{margin-top:4px}.btn-primary{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-md);border:none;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover:not(:disabled){background:#ea580c;transform:translateY(-1px);box-shadow:0 6px 10px #f973164d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-danger{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#dc2626;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background .15s;display:inline-flex}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-secondary{background:var(--color-white);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.btn-secondary:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.auth-form .btn-primary{width:100%}.auth-links{justify-content:space-between;margin-top:4px;font-size:.82rem;display:flex}.auth-links a{color:#2563eb;text-decoration:none}.auth-links a:hover{text-decoration:underline}.msg.success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin-bottom:12px;padding:10px 14px;font-size:.85rem}.msg.success a{color:#15803d;font-weight:600}.auth-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;font-size:.9rem;display:flex}.auth-loading-spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.profile-layout{grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;display:grid}.profile-layout>.section:last-child{grid-column:1/-1}.profile-form{flex-direction:column;gap:16px;display:flex}@media (width<=900px){.profile-layout{grid-template-columns:1fr}.profile-layout>.section:last-child{grid-column:1}.sidebar-user-info{display:none}.sidebar-user-section{justify-content:center;padding:12px}}.sidebar-workspace-selector{margin-bottom:16px;padding:0}.ws-selector{position:relative}.ws-selector-trigger{border:1px solid var(--color-primary);color:#fff;cursor:pointer;background:#ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;width:100%;height:44px;padding:8px 12px;font-size:14px;transition:all .15s;display:flex}.ws-selector-trigger:hover{background:#ffffff14}.ws-selector-left{align-items:center;gap:10px;display:flex}.ws-selector-icon-box{background:#f9731614;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ws-selector-icon{color:#fff;font-size:1rem;font-weight:800}.ws-selector-name{text-align:left;text-overflow:ellipsis;white-space:nowrap;color:#fff;flex:1;font-size:14px;font-weight:600;overflow:hidden}.ws-selector-arrow{color:#fff;flex-shrink:0}.ws-selector-dropdown{z-index:100;background:var(--color-sidebar);border:1px solid #ffffff21;border-radius:12px;flex-direction:column;gap:8px;max-height:280px;margin-top:8px;padding:8px;animation:.2s ease-out dropIn;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 12px #0003}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ws-selector-loading{text-align:center;color:#94a3b8;padding:12px;font-size:14px}.ws-selector-item{background:var(--color-sidebar);color:#fff;cursor:pointer;text-align:left;border:1px solid #ffffff21;border-radius:10px;align-items:center;gap:10px;width:100%;height:40px;padding:8px 12px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.ws-selector-item:hover{background:#ffffff08}.ws-selector-item.active{color:#fff;border-color:var(--color-primary);background:#f9731614;font-weight:700}.ws-selector-item .ws-selector-icon-box{background:#ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ws-selector-item.active .ws-selector-icon-box{background:#f9731614}.ws-selector-item-icon{color:#fff;font-size:14px}.ws-selector-item.active .ws-selector-item-icon{color:var(--color-primary)}.ws-selector-item-name{flex:1;font-size:14px}.ws-selector-check{color:var(--color-primary);flex-shrink:0}.ws-selector-item.new{background:var(--color-primary);color:#fff;border:none;height:36px;font-size:13px;font-weight:700}.ws-selector-item.new:hover{background:#ea580c}.ws-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ws-search-wrap{flex:1;min-width:200px;position:relative}.ws-search-icon{pointer-events:none;font-size:.85rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ws-search{background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:9px 32px;font-size:.85rem}.ws-search:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.ws-search-clear{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.8rem;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.ws-view-toggle{background:#f3f4f6;border-radius:6px;gap:2px;padding:2px;display:flex}.ws-view-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 10px;font-size:1rem;transition:background .15s,color .15s}.ws-view-btn:hover{color:#374151}.ws-view-btn.active{color:#6366f1;background:#fff;box-shadow:0 1px 3px #0000001a}.ws-sort{flex-wrap:wrap;gap:4px;display:flex}.ws-sort-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:.78rem;transition:all .15s}.ws-sort-btn:hover{color:#374151;border-color:#d1d5db}.ws-sort-btn.active{color:#6366f1;background:#eef2ff;border-color:#6366f1;font-weight:600}.ws-count{color:#6b7280;margin-bottom:12px;font-size:.78rem}.ws-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;animation:.3s ease-out fadeInUp;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ws-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:10px;padding:16px;transition:transform .2s,box-shadow .2s;animation:.3s ease-out both cardIn;display:flex}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ws-card:first-child{animation-delay:0s}.ws-card:nth-child(2){animation-delay:50ms}.ws-card:nth-child(3){animation-delay:.1s}.ws-card:nth-child(4){animation-delay:.15s}.ws-card:nth-child(5){animation-delay:.2s}.ws-card:nth-child(6){animation-delay:.25s}.ws-card:nth-child(7){animation-delay:.3s}.ws-card:nth-child(8){animation-delay:.35s}.ws-card:nth-child(9){animation-delay:.4s}.ws-card:nth-child(10){animation-delay:.45s}.ws-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.ws-card-archived{opacity:.65;filter:grayscale(.5)}.ws-card-head{justify-content:space-between;align-items:flex-start;display:flex}.ws-card-icon{width:40px;height:40px;color:inherit;border-radius:10px;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.ws-card-star{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:2px;font-size:1.2rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),color .15s}.ws-card-star:hover{transform:scale(1.2)}.ws-card-star.starred{color:#f59e0b}.ws-card-star.starred:hover{transform:scale(1.3)}.ws-card-body{flex:1;min-height:0}.ws-card-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:.95rem;font-weight:600;overflow:hidden}.ws-card-desc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;display:-webkit-box;overflow:hidden}.ws-card-footer{border-top:1px solid #f3f4f6;gap:12px;padding-top:10px;display:flex}.ws-card-stat{color:#9ca3af;font-size:.72rem}.ws-list{flex-direction:column;gap:2px;display:flex}.ws-list-header{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid #e5e7eb;align-items:center;gap:10px;margin-bottom:4px;padding:8px 12px;font-size:.72rem;font-weight:600;display:flex}.ws-list-h-icon{flex-shrink:0;width:40px}.ws-list-h-name{flex:1}.ws-list-h-stat,.ws-list-h-time{text-align:right;width:80px}.ws-list-h-star{width:30px}.ws-row{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;transition:background .15s;animation:.2s ease-out both rowIn;display:flex}@keyframes rowIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.ws-row:hover{background:#f9fafb}.ws-row-archived{opacity:.6}.ws-row-icon{width:36px;height:36px;color:inherit;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ws-row-info{flex-direction:column;flex:1;min-width:0;display:flex}.ws-row-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:500;overflow:hidden}.ws-row-desc{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.ws-row-stat{text-align:right;color:#6b7280;width:80px;font-size:.78rem}.ws-row-time{text-align:right;color:#9ca3af;width:80px;font-size:.75rem}.ws-row-star{cursor:pointer;color:#d1d5db;text-align:center;background:0 0;border:none;width:30px;padding:2px;font-size:1rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),color .15s}.ws-row-star:hover{transform:scale(1.2)}.ws-row-star.starred{color:#f59e0b}.ws-empty{text-align:center;padding:60px 20px;animation:.4s ease-out fadeInUp}.ws-empty-icon{margin-bottom:16px;font-size:3.5rem;display:block}.ws-empty h3{color:#111827;margin:0 0 8px;font-size:1.2rem}.ws-empty p{color:#6b7280;max-width:400px;margin:0 auto 20px;font-size:.88rem}.ws-context-menu{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:180px;padding:4px;animation:.12s ease-out menuIn;position:fixed;box-shadow:0 8px 24px #0000001f}@keyframes menuIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ws-context-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.82rem;display:flex}.ws-context-item:hover{background:#f3f4f6}.ws-context-item.danger{color:#dc2626}.ws-context-item.danger:hover{background:#fef2f2}.ws-context-icon{text-align:center;width:20px;font-size:.9rem}.ws-settings-menu{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:220px;padding:4px;animation:.12s ease-out menuIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001f}.ws-settings-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:10px 12px;font-size:.875rem;transition:background .15s;display:flex}.ws-settings-item:last-child{margin-bottom:0}.ws-settings-item:hover{background:#f3f4f6}.ws-settings-item.danger{color:#dc2626}.ws-settings-item.danger:hover{background:#fef2f2}.modal-overlay{z-index:500;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.15s ease-out overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;animation:.2s ease-out modalIn;overflow-y:auto;box-shadow:0 16px 48px #0003}@keyframes modalIn{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.confirm-modal{max-width:400px}.modal-header{justify-content:space-between;align-items:center;padding:18px 20px 0;display:flex}.modal-header h3{color:#111827;margin:0;font-size:1rem;font-weight:600}.modal-close{color:#9ca3af;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:1.1rem;line-height:1;display:flex}.modal-close:hover{color:#64748b;background:#e2e8f0}.modal-body{flex-direction:column;gap:24px;padding:28px 32px 32px;display:flex}.modal-body p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}.modal-actions{justify-content:flex-end;gap:12px;margin-top:0;display:flex}.modal-actions .btn-primary,.modal-actions .btn-secondary{width:auto;padding:8px 20px}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.icon-picker{flex-wrap:wrap;gap:6px;display:flex}.icon-option{cursor:pointer;color:#64748b;background:#f1f5f9;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .15s;display:flex}.icon-option:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa}.icon-option.selected{color:#f97316;background:#fff7ed;border-color:#f97316}.color-picker{flex-wrap:wrap;gap:6px;display:flex}.color-option{cursor:pointer;border:3px solid #0000;border-radius:50%;width:28px;height:28px;padding:0;transition:all .15s}.color-option:hover{transform:scale(1.15)}.color-option.selected{border-color:#1e293b;transform:scale(1.15)}.ws-home-empty{text-align:center;padding:80px 20px}.ws-home-empty .ws-empty-icon{font-size:4rem}.ws-home-empty h3{color:#111827;margin:12px 0 8px;font-size:1.3rem}.ws-home-empty p{color:#6b7280;margin:0 0 20px}.ws-home-desc{color:#6b7280;margin:-8px 0 20px;font-size:.88rem}.ws-home-stats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:20px;display:grid}.ws-stat-card{background:#fff;border:1px solid #e5e7eb;border-top:3px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:14px;transition:transform .2s,box-shadow .2s;display:flex}.ws-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.ws-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.ws-stat-body{flex-direction:column;gap:1px;display:flex}.ws-stat-value{color:#111827;font-size:1.2rem;font-weight:700;line-height:1.2}.ws-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.72rem}.ws-storage-bar{align-items:center;gap:12px;display:flex}.ws-storage-track{background:#e5e7eb;border-radius:4px;flex:1;height:8px;overflow:hidden}.ws-storage-fill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;height:100%;transition:width .5s}.ws-storage-label{color:#6b7280;white-space:nowrap;font-family:monospace;font-size:.78rem}.ws-activity-list{flex-direction:column;gap:2px;display:flex}.ws-activity-item{border-radius:6px;gap:10px;padding:8px 10px;transition:background .15s;display:flex}.ws-activity-item:hover{background:#f9fafb}.ws-activity-icon{text-align:center;flex-shrink:0;width:24px;padding-top:2px;font-size:1rem}.ws-activity-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ws-activity-text{color:#374151;font-size:.82rem;line-height:1.4}.ws-activity-time{color:#9ca3af;font-size:.72rem}.page-header-left{align-items:center;gap:12px;display:flex}.page-header-left .btn-ghost{padding:4px 8px;font-size:.82rem}@media (width<=900px){.sidebar{width:56px}.sidebar-title,.sidebar-subtitle,.sidebar-link span:not(.sidebar-icon),.sidebar-workspace-selector,.sidebar-user-info{display:none}.sidebar-link{justify-content:center;padding:10px}.sidebar-icon{margin:0}.sidebar-user-section{justify-content:center;padding:12px}.studio-content{padding:16px}.detail-grid,.charts-row,.graph-summary{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.analytics-grid{grid-template-columns:1fr}.ws-toolbar{flex-direction:column;align-items:stretch}.ws-search-wrap{min-width:unset}.ws-grid{grid-template-columns:1fr}.ws-home-stats{grid-template-columns:1fr 1fr}.ws-list-header .ws-list-h-stat,.ws-row .ws-row-stat,.ws-list-header .ws-list-h-time,.ws-row .ws-row-time{display:none}}.dashboard-metrics{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-bottom:32px;display:grid}@media (width<=1200px){.dashboard-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.dashboard-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.dashboard-metrics{grid-template-columns:1fr}}.metric-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:24px;transition:all .2s;display:flex}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.metric-icon{background:var(--color-primary-light);border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.metric-content{flex-direction:column;gap:4px;display:flex}.metric-label{color:var(--color-text-secondary);font-size:14px;font-weight:500}.metric-value{color:var(--color-text-primary);font-size:32px;font-weight:800;line-height:1}.sidebar-user-section{cursor:pointer;text-align:left;width:100%;color:inherit;background:#ffffff0f;border:1px solid #ffffff21;border-radius:12px;align-items:center;gap:12px;margin-top:auto;padding:16px;transition:background .15s;display:flex}.sidebar-user-section:hover{background:#ffffff1a}.sidebar-user-avatar{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.sidebar-user-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.sidebar-user-email{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.btn-icon{background:var(--color-white);border:1px solid var(--color-border);cursor:pointer;width:40px;height:40px;color:var(--color-text-secondary);border-radius:20px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.btn-icon:hover{border-color:var(--color-primary);color:var(--color-primary)}.header-actions{align-items:center;gap:12px;display:flex}.nav-section-divider{background:#ffffff1a;height:1px;margin:8px 0}.content-body{width:100%;max-width:1400px;margin:0 auto;padding:32px 40px}.sidebar{flex-direction:column;gap:20px;display:flex}.sidebar-nav{flex:1;overflow-y:auto}:root{--color-primary-light:#f973161a}
