:root{--bg-primary: #0a0c10;--bg-secondary: #12151c;--bg-tertiary: #1a1e28;--bg-hover: #1f2430;--bg-active: #252a38;--border: #1e2230;--border-light: #2a2f40;--text-primary: #e8eaf0;--text-secondary: #8890a4;--text-muted: #555d74;--accent: #4d7cff;--accent-dim: rgba(77, 124, 255, .12);--accent-glow: rgba(77, 124, 255, .25);--green: #34d399;--green-dim: rgba(52, 211, 153, .12);--orange: #fb923c;--orange-dim: rgba(251, 146, 60, .12);--red: #f87171;--red-dim: rgba(248, 113, 113, .12);--yellow: #fbbf24;--yellow-dim: rgba(251, 191, 36, .12);--purple: #a78bfa;--purple-dim: rgba(167, 139, 250, .12);--cyan: #22d3ee;--cyan-dim: rgba(34, 211, 238, .12);--text-2xs: 11px;--text-xs: 12px;--text-sm: 13px;--text-base: 13.5px;--text-md: 15px;--text-lg: 18px;--text-xl: 22px;--sidebar-width: 240px;--radius: 8px;--radius-sm: 5px;--transition: .15s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background:var(--bg-primary);color:var(--text-primary);height:100vh;overflow:hidden;font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mono{font-family:JetBrains Mono,monospace}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent)}.text-green{color:var(--green)}.text-orange{color:var(--orange)}.text-red{color:var(--red)}.btn{padding:7px 14px;border-radius:var(--radius);font-size:var(--text-xs);font-weight:500;cursor:pointer;transition:all var(--transition);display:inline-flex;align-items:center;gap:6px;border:none;font-family:DM Sans,sans-serif;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#5d89ff;box-shadow:0 2px 12px var(--accent-glow)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-light)}.btn-danger{background:var(--red-dim);color:var(--red);border:1px solid rgba(248,113,113,.15)}.btn-danger:hover{background:#f871712e}.tag{font-size:var(--text-2xs);font-weight:500;padding:2px 8px;border-radius:4px;letter-spacing:.2px;display:inline-flex;align-items:center;gap:4px}.tag-sla-warning{background:var(--orange-dim);color:var(--orange)}.tag-sla-breach{background:var(--red-dim);color:var(--red)}.tag-product{background:var(--purple-dim);color:var(--purple)}.tag-new{background:var(--green-dim);color:var(--green)}.tag-ai{background:var(--accent-dim);color:var(--accent)}.tag-feature{background:var(--yellow-dim);color:var(--yellow)}.priority-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.priority-urgent{background:var(--red);box-shadow:0 0 6px var(--red-dim)}.priority-high{background:var(--orange)}.priority-normal{background:var(--accent)}.priority-low{background:var(--text-muted)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.sf-input,input.sf-input,select.sf-input,textarea.sf-input{width:100%;padding:9px 12px;font-size:var(--text-sm);font-family:DM Sans,sans-serif;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition);line-height:1.4}.sf-input::placeholder{color:var(--text-muted)}.sf-input:hover{border-color:var(--border-light)}.sf-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.sf-input:disabled{opacity:.4;cursor:not-allowed}select.sf-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555d74' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px;cursor:pointer}select.sf-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}select.sf-input option{background:var(--bg-secondary);color:var(--text-primary);padding:8px 12px}textarea.sf-input{resize:vertical;min-height:60px}.modal input:not([type=checkbox]):not([type=radio]),.modal select,.modal textarea{padding:9px 12px;font-size:var(--text-sm);font-family:DM Sans,sans-serif;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition);width:100%}.modal input:not([type=checkbox]):not([type=radio]):focus,.modal select:focus,.modal textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.modal select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555d74' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px;cursor:pointer}.modal select option{background:var(--bg-secondary);color:var(--text-primary);padding:8px}.modal input::placeholder,.modal textarea::placeholder{color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:100;animation:fadeIn .15s ease}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:14px;padding:28px 32px;z-index:101;min-width:480px;max-width:560px;box-shadow:0 24px 64px #00000080,0 0 0 1px #ffffff08 inset;animation:modalIn .2s ease}.modal-title{font-size:var(--text-lg);font-weight:700;margin:0 0 22px;color:var(--text-primary)}.modal-form{display:flex;flex-direction:column;gap:14px}.modal-actions{display:flex;gap:8px;margin-top:22px;justify-content:flex-end}.mf-row{display:flex;flex-direction:column;gap:5px}.mf-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mf-label{font-size:var(--text-2xs);font-weight:600;color:var(--text-secondary);letter-spacing:.3px;text-transform:uppercase}@keyframes modalIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.profile-overlay.svelte-1j7scqf{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.profile-card.svelte-1j7scqf{position:fixed;bottom:60px;left:12px;z-index:1000;width:380px;max-height:calc(100vh - 80px);background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 48px #0006;display:flex;flex-direction:column;overflow:hidden}.profile-header.svelte-1j7scqf{display:flex;align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid var(--border)}.profile-avatar.svelte-1j7scqf{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;position:relative;flex-shrink:0}.status-dot.svelte-1j7scqf{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2.5px solid var(--bg-secondary)}.profile-info.svelte-1j7scqf{min-width:0}.profile-name.svelte-1j7scqf{font-weight:600;font-size:var(--text-md)}.profile-role.svelte-1j7scqf{font-size:var(--text-xs);color:var(--text-muted);margin-top:2px}.profile-email.svelte-1j7scqf{font-size:var(--text-xs);color:var(--text-muted);margin-top:1px}.status-section.svelte-1j7scqf{padding:12px 20px;border-bottom:1px solid var(--border)}.section-label.svelte-1j7scqf{font-size:var(--text-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:8px}.status-options.svelte-1j7scqf{display:flex;gap:6px}.status-option.svelte-1j7scqf{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);font-size:var(--text-xs);font-family:DM Sans,sans-serif;cursor:pointer}.status-option.svelte-1j7scqf:hover{border-color:var(--border-light);color:var(--text-primary)}.status-option.active.svelte-1j7scqf{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.status-icon.svelte-1j7scqf{font-size:10px}.profile-tabs.svelte-1j7scqf{display:flex;border-bottom:1px solid var(--border);padding:0 20px;background:var(--bg-secondary)}.profile-tab.svelte-1j7scqf{padding:10px 14px;font-size:var(--text-xs);font-weight:500;color:var(--text-muted);cursor:pointer;border:none;background:none;font-family:DM Sans,sans-serif;border-bottom:2px solid transparent;display:flex;align-items:center;gap:6px}.profile-tab.svelte-1j7scqf:hover{color:var(--text-secondary)}.profile-tab.active.svelte-1j7scqf{color:var(--accent);border-bottom-color:var(--accent)}.ooo-badge.svelte-1j7scqf{font-size:9px;font-weight:700;background:var(--red);color:#fff;padding:1px 5px;border-radius:3px}.profile-body.svelte-1j7scqf{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:14px}.form-group.svelte-1j7scqf{display:flex;flex-direction:column;gap:5px}.form-label.svelte-1j7scqf{font-size:var(--text-2xs);font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.form-input.svelte-1j7scqf{padding:8px 12px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:var(--text-sm);outline:none}.form-input.svelte-1j7scqf:focus{border-color:var(--accent)}.form-input.svelte-1j7scqf:disabled{opacity:.5;cursor:not-allowed}.form-textarea.svelte-1j7scqf{min-height:70px;resize:vertical;line-height:1.5}.form-row.svelte-1j7scqf{display:grid;grid-template-columns:1fr 1fr;gap:10px}select.form-input.svelte-1j7scqf{cursor:pointer}select.form-input.svelte-1j7scqf option:where(.svelte-1j7scqf){background:var(--bg-tertiary);color:var(--text-primary)}.save-btn.svelte-1j7scqf{width:100%;justify-content:center;margin-top:4px}.radio-group.svelte-1j7scqf{display:flex;flex-direction:column;gap:6px}.radio-option.svelte-1j7scqf{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-tertiary);cursor:pointer;transition:all .15s}.radio-option.svelte-1j7scqf:hover{border-color:var(--border-light)}.radio-option.selected.svelte-1j7scqf{border-color:var(--accent);background:var(--accent-dim)}.radio-option.svelte-1j7scqf input[type=radio]:where(.svelte-1j7scqf){margin-top:2px;accent-color:var(--accent)}.radio-content.svelte-1j7scqf{display:flex;flex-direction:column;gap:2px}.radio-title.svelte-1j7scqf{font-size:var(--text-xs);font-weight:500;color:var(--text-primary)}.radio-desc.svelte-1j7scqf{font-size:var(--text-2xs);color:var(--text-muted);line-height:1.4}.ooo-toggle-row.svelte-1j7scqf{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.ooo-toggle-row.compact.svelte-1j7scqf{padding:10px 0}.ooo-toggle-label.svelte-1j7scqf{font-size:var(--text-sm);font-weight:500}.ooo-toggle-desc.svelte-1j7scqf{font-size:var(--text-2xs);color:var(--text-muted);margin-top:2px;line-height:1.4}.toggle-switch.svelte-1j7scqf{width:40px;height:22px;border-radius:11px;background:var(--bg-tertiary);border:1px solid var(--border);cursor:pointer;position:relative;flex-shrink:0;transition:background .2s,border-color .2s}.toggle-switch.on.svelte-1j7scqf{background:var(--accent);border-color:var(--accent)}.toggle-knob.svelte-1j7scqf{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch.on.svelte-1j7scqf .toggle-knob:where(.svelte-1j7scqf){transform:translate(18px)}.profile-footer.svelte-1j7scqf{padding:10px 20px;border-top:1px solid var(--border)}.footer-btn.svelte-1j7scqf{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:var(--radius);border:none;background:none;color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:var(--text-sm);cursor:pointer}.footer-btn.svelte-1j7scqf:hover{background:var(--bg-hover);color:var(--red)}.sidebar.svelte-129hoe0{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease}.sidebar.collapsed.svelte-129hoe0{width:56px}.sidebar-brand.svelte-129hoe0{padding:0;border-bottom:1px solid var(--border)}.brand-btn.svelte-129hoe0{display:flex;align-items:center;gap:10px;padding:18px 18px 14px;width:100%;border:none;background:none;cursor:pointer;font-family:DM Sans,sans-serif;color:var(--text-primary)}.collapsed.svelte-129hoe0 .brand-btn:where(.svelte-129hoe0){padding:18px 12px 14px;justify-content:center}.brand-icon.svelte-129hoe0{width:32px;height:32px;background:linear-gradient(135deg,var(--accent),#7c5cff);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:#fff;flex-shrink:0;box-shadow:0 2px 12px var(--accent-glow)}.brand-text.svelte-129hoe0{display:flex;flex-direction:column}.brand-name.svelte-129hoe0{font-weight:600;font-size:var(--text-md);letter-spacing:-.3px;line-height:1.2}.brand-org.svelte-129hoe0{font-size:var(--text-2xs);color:var(--text-muted)}.sidebar-search-wrap.svelte-129hoe0{padding:12px 10px 4px}.collapsed.svelte-129hoe0 .sidebar-search-wrap:where(.svelte-129hoe0){padding:12px 6px 4px}.sidebar-search.svelte-129hoe0{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border-radius:var(--radius);background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-muted);font-size:var(--text-xs);cursor:pointer;font-family:DM Sans,sans-serif}.sidebar-search.svelte-129hoe0:hover{border-color:var(--border-light)}.sidebar-search.svelte-129hoe0 kbd:where(.svelte-129hoe0){margin-left:auto;font-size:9px;background:var(--bg-hover);padding:2px 4px;border-radius:3px;border:1px solid var(--border-light)}.sidebar-icon-btn.svelte-129hoe0{width:100%;height:32px;border-radius:var(--radius);background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-icon-btn.svelte-129hoe0:hover{border-color:var(--border-light);color:var(--text-primary)}.sidebar-section.svelte-129hoe0{padding:12px 10px 4px}.collapsed.svelte-129hoe0 .sidebar-section:where(.svelte-129hoe0){padding:12px 6px 4px}.sidebar-label.svelte-129hoe0{font-size:var(--text-2xs);font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-muted);padding:0 8px 8px}.sidebar-item.svelte-129hoe0{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);width:100%;border:none;background:none;font-family:DM Sans,sans-serif;font-size:var(--text-base);text-align:left;position:relative}.collapsed.svelte-129hoe0 .sidebar-item:where(.svelte-129hoe0){justify-content:center;padding:8px 6px;gap:0}.sidebar-item.svelte-129hoe0:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-item.active.svelte-129hoe0{background:var(--accent-dim);color:var(--accent)}.si-icon.svelte-129hoe0{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.7}.sidebar-item.svelte-129hoe0:hover .si-icon:where(.svelte-129hoe0),.sidebar-item.active.svelte-129hoe0 .si-icon:where(.svelte-129hoe0){opacity:1}.si-text.svelte-129hoe0{flex:1}.sidebar-item.svelte-129hoe0 .badge:where(.svelte-129hoe0){margin-left:auto;background:var(--accent);color:#fff;font-size:var(--text-2xs);font-weight:600;padding:1px 7px;border-radius:10px;min-width:20px;text-align:center;font-family:JetBrains Mono,monospace}.sidebar-item.svelte-129hoe0 .badge.urgent:where(.svelte-129hoe0){background:var(--red)}.sidebar-item.svelte-129hoe0 .badge.warn:where(.svelte-129hoe0){background:var(--orange)}.sidebar-item.svelte-129hoe0 .badge.muted:where(.svelte-129hoe0){background:var(--bg-tertiary);color:var(--text-muted)}.badge-dot.svelte-129hoe0{width:6px;height:6px;border-radius:50%;background:var(--accent);position:absolute;top:5px;right:5px}.badge-dot.urgent.svelte-129hoe0{background:var(--red)}.badge-dot.warn.svelte-129hoe0{background:var(--orange)}.badge-dot.muted.svelte-129hoe0{background:var(--text-muted);opacity:.5}.sidebar-collapse.svelte-129hoe0{padding:4px 10px;margin-top:4px}.collapsed.svelte-129hoe0 .sidebar-collapse:where(.svelte-129hoe0){padding:4px 6px}.collapse-toggle.svelte-129hoe0{width:100%;height:28px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.collapse-toggle.svelte-129hoe0:hover{border-color:var(--border-light);color:var(--text-primary)}.sidebar-bottom.svelte-129hoe0{margin-top:auto;padding:12px 10px;border-top:1px solid var(--border)}.collapsed.svelte-129hoe0 .sidebar-bottom:where(.svelte-129hoe0){padding:12px 6px}.agent-profile.svelte-129hoe0{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);width:100%;border:none;background:none;font-family:DM Sans,sans-serif;color:var(--text-primary);cursor:pointer;text-align:left}.collapsed.svelte-129hoe0 .agent-profile:where(.svelte-129hoe0){justify-content:center;padding:8px 4px}.agent-profile.svelte-129hoe0:hover{background:var(--bg-hover)}.agent-avatar.svelte-129hoe0{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--text-xs);color:#fff;position:relative;flex-shrink:0}.avatar-status.svelte-129hoe0{position:absolute;bottom:0;right:0;width:9px;height:9px;border:2px solid var(--bg-secondary);border-radius:50%}.agent-name.svelte-129hoe0{font-weight:500;font-size:var(--text-sm)}.agent-role.svelte-129hoe0{font-size:var(--text-2xs);color:var(--text-muted)}.agent-info.svelte-129hoe0{flex:1;min-width:0}.ooo-label.svelte-129hoe0{color:var(--red);font-weight:500}.search-overlay.svelte-1xdld1b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:12vh}.search-modal.svelte-1xdld1b{width:620px;max-height:520px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column;overflow:hidden}.search-input-row.svelte-1xdld1b{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border)}.search-input.svelte-1xdld1b{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:var(--text-md);font-family:DM Sans,sans-serif}.search-input.svelte-1xdld1b::placeholder{color:var(--text-muted)}.search-kbd.svelte-1xdld1b{font-size:var(--text-2xs);padding:2px 6px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:4px;color:var(--text-muted)}.search-tabs.svelte-1xdld1b{display:flex;gap:2px;padding:6px 12px;border-bottom:1px solid var(--border);overflow-x:auto}.search-tab.svelte-1xdld1b{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;border:none;background:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:var(--text-xs);font-weight:500;color:var(--text-muted);white-space:nowrap;transition:all .12s}.search-tab.svelte-1xdld1b:hover{color:var(--text-secondary);background:var(--bg-hover)}.search-tab.active.svelte-1xdld1b{color:var(--text-primary);background:var(--bg-active)}.search-tab-icon.svelte-1xdld1b{font-size:var(--text-sm)}.search-tab-count.svelte-1xdld1b{font-size:var(--text-2xs);font-weight:600;background:var(--bg-tertiary);padding:1px 5px;border-radius:8px;color:var(--text-muted)}.search-tab.active.svelte-1xdld1b .search-tab-count:where(.svelte-1xdld1b){background:var(--accent);color:#fff}.search-results.svelte-1xdld1b{overflow-y:auto;max-height:400px;padding:4px 0}.search-section.svelte-1xdld1b{padding:2px 0}.search-section-label.svelte-1xdld1b{padding:8px 18px 4px;font-size:var(--text-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted)}.search-result-item.svelte-1xdld1b{display:flex;align-items:center;gap:10px;padding:8px 18px;width:100%;border:none;background:none;cursor:pointer;text-align:left;color:inherit;font-family:DM Sans,sans-serif;transition:background .1s}.search-result-item.svelte-1xdld1b:hover{background:var(--bg-hover)}.search-result-icon.svelte-1xdld1b{font-size:15px;flex-shrink:0;width:22px;text-align:center}.search-result-main.svelte-1xdld1b{flex:1;min-width:0}.search-result-title.svelte-1xdld1b{font-size:var(--text-sm);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px}.search-result-meta.svelte-1xdld1b{font-size:var(--text-2xs);color:var(--text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sr-id.svelte-1xdld1b{color:var(--text-muted);font-size:var(--text-2xs)}.sr-health.svelte-1xdld1b{font-weight:600}.priority-dot.svelte-1xdld1b{width:8px;height:8px;border-radius:50%;flex-shrink:0}.priority-dot.priority-urgent.svelte-1xdld1b{background:var(--red)}.priority-dot.priority-high.svelte-1xdld1b{background:var(--orange)}.priority-dot.priority-normal.svelte-1xdld1b{background:var(--accent)}.priority-dot.priority-low.svelte-1xdld1b{background:var(--text-muted)}.sr-deal-val.svelte-1xdld1b{font-size:var(--text-xs);font-weight:600;color:var(--green);flex-shrink:0}.sr-status.svelte-1xdld1b{font-weight:500;font-size:var(--text-2xs)}.sr-status-published.svelte-1xdld1b{color:var(--green)}.sr-status-draft.svelte-1xdld1b{color:var(--text-muted)}.sr-status-outdated.svelte-1xdld1b{color:var(--orange)}.search-empty.svelte-1xdld1b{padding:32px 18px;text-align:center;color:var(--text-muted);font-size:var(--text-sm)}.search-empty-icon.svelte-1xdld1b{font-size:28px;margin-bottom:8px}.search-empty-reset.svelte-1xdld1b{margin-top:8px;padding:4px 12px;border-radius:6px;border:1px solid var(--border);background:var(--bg-tertiary);color:var(--accent);font-size:var(--text-xs);cursor:pointer;font-family:DM Sans,sans-serif}.search-empty-reset.svelte-1xdld1b:hover{background:var(--bg-hover)}.search-hints.svelte-1xdld1b{padding:14px 18px}.search-hint-item.svelte-1xdld1b{padding:4px 0;font-size:var(--text-xs);color:var(--text-muted);display:flex;align-items:center;gap:8px}.search-hint-item.svelte-1xdld1b kbd:where(.svelte-1xdld1b){font-size:var(--text-2xs);padding:1px 6px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:3px;min-width:20px;text-align:center}.toast-container.svelte-r9p0hk{position:fixed;bottom:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:8px}.toast.svelte-r9p0hk{padding:12px 18px;border-radius:var(--radius);font-size:var(--text-sm);font-weight:500;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px #0000004d;animation:svelte-r9p0hk-toastIn .3s ease;min-width:280px}@keyframes svelte-r9p0hk-toastIn{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-success.svelte-r9p0hk{background:var(--green-dim);color:var(--green);border:1px solid rgba(52,211,153,.2)}.toast-error.svelte-r9p0hk{background:var(--red-dim);color:var(--red);border:1px solid rgba(248,113,113,.2)}.toast-info.svelte-r9p0hk{background:var(--accent-dim);color:var(--accent);border:1px solid rgba(77,124,255,.2)}.toast-icon.svelte-r9p0hk{font-weight:700;font-size:14px}.app-shell.svelte-12qhfyh{display:flex;height:100vh;overflow:hidden}.main-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}
