.error-state.svelte-10gkiiz{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--padding);text-align:center;gap:var(--gap);border-radius:var(--radius-lg, .75rem)}.error-state.error.svelte-10gkiiz{background:var(--color-danger-bg, #fef2f2);border:1px solid var(--color-danger-border, #fecaca);color:var(--color-danger, #dc2626)}.error-state.warning.svelte-10gkiiz{background:var(--color-warning-bg, #fffbeb);border:1px solid var(--color-warning-border, #fde68a);color:var(--color-warning-dark, #d97706)}.error-state.info.svelte-10gkiiz{background:var(--color-info-bg, #eff6ff);border:1px solid var(--color-info-border, #bfdbfe);color:var(--color-info, #2563eb)}.error-icon.svelte-10gkiiz{font-size:var(--icon-size);line-height:1}.error-title.svelte-10gkiiz{margin:0;font-size:calc(var(--font-size) * 1.1);font-weight:600;color:inherit}.error-message.svelte-10gkiiz{margin:0;font-size:var(--font-size);line-height:1.5;max-width:400px;opacity:.9}.dark .error-state.error.svelte-10gkiiz{background:#dc26261a;border-color:#dc26264d}.dark .error-state.warning.svelte-10gkiiz{background:#d977061a;border-color:#d977064d}.dark .error-state.info.svelte-10gkiiz{background:#2563eb1a;border-color:#2563eb4d}.error-banner.svelte-10gkiiz{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;animation:svelte-10gkiiz-slideIn .3s ease-out;box-shadow:0 2px 8px #0000001a;gap:1rem}@keyframes svelte-10gkiiz-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.severity-info.svelte-10gkiiz{background:#e3f2fd;color:#1976d2;border-left:4px solid #1976d2}.severity-warning.svelte-10gkiiz{background:#fff3e0;color:#e65100;border-left:4px solid #ff9800}.severity-error.svelte-10gkiiz{background:#ffebee;color:#c62828;border-left:4px solid #f44336}.severity-critical.svelte-10gkiiz{background:#fce4ec;color:#880e4f;border-left:4px solid #e91e63}[data-mode=dark] .severity-info.svelte-10gkiiz{background:#0d47a1;color:#90caf9;border-left-color:#42a5f5}[data-mode=dark] .severity-warning.svelte-10gkiiz{background:#e65100;color:#ffcc80;border-left-color:var(--warning-11)}[data-mode=dark] .severity-error.svelte-10gkiiz{background:#b71c1c;color:#ef9a9a;border-left-color:var(--error-11)}[data-mode=dark] .severity-critical.svelte-10gkiiz{background:#880e4f;color:#f48fb1;border-left-color:#e91e63}.banner-content.svelte-10gkiiz{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.banner-icon.svelte-10gkiiz{font-size:1.25rem;flex-shrink:0}.banner-message.svelte-10gkiiz{font-size:.9rem;font-weight:500;line-height:1.4;overflow-wrap:break-word}.banner-actions.svelte-10gkiiz{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.banner-btn.svelte-10gkiiz{background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;transition:all .2s;white-space:nowrap}.retry-btn.svelte-10gkiiz{background:#ffffffe6;color:inherit}.retry-btn.svelte-10gkiiz:hover{background:#fff;transform:scale(1.05)}.close-btn.svelte-10gkiiz{font-size:1.5rem;line-height:1;padding:0 .25rem;opacity:.7}.close-btn.svelte-10gkiiz:hover{opacity:1;transform:scale(1.1)}@media (max-width: 768px){.error-banner.svelte-10gkiiz{flex-direction:column;align-items:stretch;gap:.75rem}.banner-content.svelte-10gkiiz{flex-direction:row}.banner-actions.svelte-10gkiiz{justify-content:flex-end}.banner-message.svelte-10gkiiz{font-size:.85rem}}.nexus-login.svelte-1agoh7o.svelte-1agoh7o{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;font-family:var(--font-family-base, -apple-system, BlinkMacSystemFont, sans-serif)}.login-background.svelte-1agoh7o.svelte-1agoh7o{position:absolute;inset:0;overflow:hidden;z-index:1}.bg-pattern.svelte-1agoh7o.svelte-1agoh7o{position:absolute;inset:-50%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.05) 0%,transparent 50%);animation:svelte-1agoh7o-float 20s ease-in-out infinite}@keyframes svelte-1agoh7o-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}.login-container.svelte-1agoh7o.svelte-1agoh7o{position:relative;z-index:2;background:var(--color-surface, white);border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem 2.5rem;max-width:420px;width:100%;margin:2rem}.login-header.svelte-1agoh7o.svelte-1agoh7o{text-align:center;margin-bottom:2rem}.portal-brand.svelte-1agoh7o.svelte-1agoh7o{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.portal-icon.svelte-1agoh7o.svelte-1agoh7o{font-size:2.5rem}.portal-name.svelte-1agoh7o.svelte-1agoh7o{font-size:1.75rem;font-weight:700;color:var(--color-primary, #cc3d12)}.login-header.svelte-1agoh7o h1.svelte-1agoh7o{margin:0 0 .5rem;font-size:1.5rem;color:var(--color-text-primary, #1f2937);font-weight:600}.login-header.svelte-1agoh7o p.svelte-1agoh7o{margin:0;color:var(--color-text-secondary, #6b7280);font-size:.95rem}.login-form.svelte-1agoh7o.svelte-1agoh7o{margin-bottom:2rem}.form-group.svelte-1agoh7o.svelte-1agoh7o{margin-bottom:1.5rem}.form-group.svelte-1agoh7o label.svelte-1agoh7o{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-primary, #1f2937)}.form-group.svelte-1agoh7o input.svelte-1agoh7o{width:100%;padding:.875rem 1rem;border:2px solid var(--color-border, #e5e7eb);border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:var(--color-surface, white);box-sizing:border-box}.form-group.svelte-1agoh7o input.svelte-1agoh7o:focus{outline:none;border-color:var(--color-primary, #cc3d12);box-shadow:0 0 0 3px #d843151a}.error-message.svelte-1agoh7o.svelte-1agoh7o{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:var(--color-error, #ef4444);font-size:.875rem;margin-bottom:1.5rem}.login-button.svelte-1agoh7o.svelte-1agoh7o{width:100%;padding:.875rem 1.5rem;background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button.svelte-1agoh7o.svelte-1agoh7o:hover:not(:disabled){background:var(--color-primary-hover, #bf360c);transform:translateY(-1px);box-shadow:0 4px 12px #d843154d}.login-button.svelte-1agoh7o.svelte-1agoh7o:disabled{opacity:.7;cursor:not-allowed}.loading-spinner.svelte-1agoh7o.svelte-1agoh7o{animation:svelte-1agoh7o-spin 1s linear infinite}@keyframes svelte-1agoh7o-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.demo-section.svelte-1agoh7o.svelte-1agoh7o{margin-top:1.5rem}.divider.svelte-1agoh7o.svelte-1agoh7o{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--color-text-muted, #6b7280);font-size:.85rem}.divider.svelte-1agoh7o.svelte-1agoh7o:before,.divider.svelte-1agoh7o.svelte-1agoh7o:after{content:"";flex:1;height:1px;background:var(--color-border, #e5e7eb)}.demo-button.svelte-1agoh7o.svelte-1agoh7o{width:100%;padding:.75rem 1.5rem;background:#fef3c7;color:var(--color-warning, #f59e0b);border:2px solid #fbbf24;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.demo-button.svelte-1agoh7o.svelte-1agoh7o:hover:not(:disabled){background:#fde68a;transform:translateY(-1px)}.demo-button.svelte-1agoh7o.svelte-1agoh7o:disabled{opacity:.7;cursor:not-allowed}.demo-hint.svelte-1agoh7o.svelte-1agoh7o{text-align:center;margin:.5rem 0 0;font-size:.8rem;color:var(--color-text-muted, #6b7280)}.login-footer.svelte-1agoh7o.svelte-1agoh7o{text-align:center;padding-top:1.5rem;border-top:1px solid var(--color-border, #e5e7eb)}.login-footer.svelte-1agoh7o p.svelte-1agoh7o{margin:0;font-size:.875rem;color:var(--color-text-muted, #6b7280)}@media (max-width: 480px){.login-container.svelte-1agoh7o.svelte-1agoh7o{padding:2rem 1.5rem;margin:1rem}.portal-icon.svelte-1agoh7o.svelte-1agoh7o{font-size:2rem}.portal-name.svelte-1agoh7o.svelte-1agoh7o{font-size:1.5rem}.login-header.svelte-1agoh7o h1.svelte-1agoh7o{font-size:1.25rem}}[data-mode=dark] .login-container.svelte-1agoh7o.svelte-1agoh7o{background:#1f2937;color:var(--color-text, #f9fafb)}[data-mode=dark] .login-header.svelte-1agoh7o h1.svelte-1agoh7o{color:var(--color-text, #f9fafb)}[data-mode=dark] .login-header.svelte-1agoh7o p.svelte-1agoh7o{color:var(--color-text-secondary, #6b7280)}[data-mode=dark] .form-group.svelte-1agoh7o label.svelte-1agoh7o{color:var(--color-text, #f9fafb)}[data-mode=dark] .form-group.svelte-1agoh7o input.svelte-1agoh7o{background:#374151;border-color:#4b5563;color:var(--color-text, #f9fafb)}[data-mode=dark] .form-group.svelte-1agoh7o input.svelte-1agoh7o:focus{border-color:var(--color-primary, #cc3d12);background:#374151}[data-mode=dark] .login-footer.svelte-1agoh7o.svelte-1agoh7o{border-color:#4b5563}[data-mode=dark] .login-footer.svelte-1agoh7o p.svelte-1agoh7o{color:var(--color-text-secondary, #6b7280)}[data-mode=dark] .error-message.svelte-1agoh7o.svelte-1agoh7o{background:#dc262626;border-color:#dc26264d;color:var(--color-error, #ef4444)}[data-mode=dark] .demo-button.svelte-1agoh7o.svelte-1agoh7o{background:#fbbf2426;color:var(--color-warning, #f59e0b);border-color:#fbbf244d}[data-mode=dark] .demo-button.svelte-1agoh7o.svelte-1agoh7o:hover:not(:disabled){background:#fbbf2440}[data-mode=dark] .demo-hint.svelte-1agoh7o.svelte-1agoh7o,[data-mode=dark] .divider.svelte-1agoh7o.svelte-1agoh7o{color:var(--color-text-secondary, #6b7280)}[data-mode=dark] .divider.svelte-1agoh7o.svelte-1agoh7o:before,[data-mode=dark] .divider.svelte-1agoh7o.svelte-1agoh7o:after{background:#4b5563}.ticket-card.svelte-1of0zk5{position:relative;background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:6px;padding:.75rem;cursor:pointer;transition:all .2s;user-select:none}.ticket-card.svelte-1of0zk5:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.ticket-card.dragging.svelte-1of0zk5{opacity:.5;transform:rotate(2deg)}.priority-bar.svelte-1of0zk5{position:absolute;top:0;left:0;right:0;height:3px;border-radius:6px 6px 0 0}.card-header.svelte-1of0zk5{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;margin-top:.25rem}.ticket-id.svelte-1of0zk5{font-size:.75rem;font-weight:600;color:var(--color-text-muted, #6b7280);font-family:monospace}.card-actions.svelte-1of0zk5{display:flex;align-items:center;gap:.25rem}.source-icon.svelte-1of0zk5{font-size:.875rem}.assign-me-btn.svelte-1of0zk5{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);border:none;border-radius:4px;padding:.125rem .25rem;font-size:.75rem;cursor:pointer;transition:background .2s}.assign-me-btn.svelte-1of0zk5:hover{background:var(--color-primary-hover, #bf360c)}.assignment-actions.svelte-1of0zk5{display:flex;align-items:center;gap:.25rem}.assignee-menu.svelte-1of0zk5{position:relative}.assignee-dropdown.svelte-1of0zk5{display:flex;align-items:center;gap:.25rem;background:transparent;border:1px solid var(--color-border, #e5e7eb);border-radius:4px;padding:.125rem .25rem;cursor:pointer;font-size:.75rem;transition:all .2s}.assignee-dropdown.svelte-1of0zk5:hover{background:var(--color-surface, #f3f4f6)}.card-body.svelte-1of0zk5{margin-bottom:.75rem}.ticket-title.svelte-1of0zk5{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:var(--color-text-primary, #1f2937);line-height:1.4}.ticket-description.svelte-1of0zk5{margin:0;font-size:.75rem;color:var(--color-text-secondary, #6b7280);line-height:1.4}.card-footer.svelte-1of0zk5{display:flex;justify-content:space-between;align-items:center}.ticket-age.svelte-1of0zk5{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.assignee-avatar.svelte-1of0zk5{width:24px;height:24px;border-radius:50%;background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);display:flex;align-items:center;justify-content:center;font-size:var(--text-xs, .75rem);font-weight:600}.sla-indicator.svelte-1of0zk5{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-xs, .75rem)}.sla-good.svelte-1of0zk5{background:var(--color-success, #10b981)}.sla-warning.svelte-1of0zk5{background:var(--color-warning, #f59e0b)}.sla-breach.svelte-1of0zk5{background:var(--color-error, #ef4444)}.unassigned-indicator.svelte-1of0zk5{width:24px;height:24px;border-radius:50%;background:var(--color-border, #e5e7eb);color:var(--color-text-muted, #6b7280);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.category-tag.svelte-1of0zk5{position:absolute;bottom:.5rem;left:.75rem;background:var(--color-surface, #f3f4f6);color:var(--color-text-secondary, #6b7280);font-size:var(--text-xs, .75rem);font-weight:500;padding:.125rem .375rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}[data-mode=dark] .ticket-card.svelte-1of0zk5{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .unassigned-indicator.svelte-1of0zk5{color:var(--color-on-surface-subtle, #a1a1aa)}.filters-bar.svelte-1hzuqt5.svelte-1hzuqt5{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 2rem;background:var(--color-surface, #f8fafc);border-bottom:1px solid var(--color-border, #e5e7eb);align-items:center}.quick-filters.svelte-1hzuqt5.svelte-1hzuqt5{display:flex;gap:.5rem;margin-right:1rem;padding-right:1rem;border-right:1px solid var(--color-border, #e5e7eb)}.quick-filter-btn.svelte-1hzuqt5.svelte-1hzuqt5{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.quick-filter-btn.active.svelte-1hzuqt5.svelte-1hzuqt5{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);border-color:var(--color-primary, #cc3d12)}.quick-filter-btn.alert.svelte-1hzuqt5.svelte-1hzuqt5{border-color:var(--color-error, #ef4444);color:var(--color-error, #ef4444)}.quick-filter-btn.svelte-1hzuqt5.svelte-1hzuqt5:hover{background:var(--color-surface, #f3f4f6)}.quick-filter-btn.active.svelte-1hzuqt5.svelte-1hzuqt5:hover{background:var(--color-primary-hover, #bf360c)}.search-input.svelte-1hzuqt5.svelte-1hzuqt5{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, white);font-size:1rem;min-width:200px}.filters-bar.svelte-1hzuqt5 select.svelte-1hzuqt5,.filter-input.svelte-1hzuqt5.svelte-1hzuqt5,.date-filter.svelte-1hzuqt5.svelte-1hzuqt5{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, white);font-size:.875rem}.filter-input.svelte-1hzuqt5.svelte-1hzuqt5,.date-filter.svelte-1hzuqt5.svelte-1hzuqt5{min-width:150px}.btn-clear-filters.svelte-1hzuqt5.svelte-1hzuqt5{padding:.5rem .75rem;border:none;background:var(--color-error, #ef4444);color:var(--color-surface, #ffffff);border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-clear-filters.svelte-1hzuqt5.svelte-1hzuqt5:hover{background:var(--color-error-dark, #dc2626)}@media (max-width: 768px){.filters-bar.svelte-1hzuqt5.svelte-1hzuqt5{flex-direction:column;align-items:flex-start;gap:.75rem}.quick-filter-btn.svelte-1hzuqt5.svelte-1hzuqt5,.btn-clear-filters.svelte-1hzuqt5.svelte-1hzuqt5{min-height:44px;min-width:44px}.filters-bar.svelte-1hzuqt5 select.svelte-1hzuqt5,.search-input.svelte-1hzuqt5.svelte-1hzuqt5,.filter-input.svelte-1hzuqt5.svelte-1hzuqt5,.date-filter.svelte-1hzuqt5.svelte-1hzuqt5{min-height:44px;width:100%}}[data-mode=dark] .filters-bar.svelte-1hzuqt5.svelte-1hzuqt5{background:var(--color-surface-dark, #1e293b)}[data-mode=dark] .search-input.svelte-1hzuqt5.svelte-1hzuqt5,[data-mode=dark] .filter-input.svelte-1hzuqt5.svelte-1hzuqt5,[data-mode=dark] .date-filter.svelte-1hzuqt5.svelte-1hzuqt5,[data-mode=dark] .filters-bar.svelte-1hzuqt5 select.svelte-1hzuqt5,[data-mode=dark] .quick-filter-btn.svelte-1hzuqt5.svelte-1hzuqt5{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .quick-filter-btn.alert.svelte-1hzuqt5.svelte-1hzuqt5{color:var(--color-on-surface-subtle, #6b7280)}.nexus-board.svelte-1dvuryn.svelte-1dvuryn{height:100%;display:flex;flex-direction:column;overflow:hidden}.board-header.svelte-1dvuryn.svelte-1dvuryn{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb)}.header-left.svelte-1dvuryn h2.svelte-1dvuryn{margin:0;font-size:1.5rem;color:var(--color-text-primary, #1f2937)}.last-refresh.svelte-1dvuryn.svelte-1dvuryn{font-size:var(--text-sm, .875rem);color:var(--color-text-muted, #6b7280);margin-top:.25rem}.header-actions.svelte-1dvuryn.svelte-1dvuryn{display:flex;align-items:center;gap:1rem}.btn-refresh.svelte-1dvuryn.svelte-1dvuryn{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-refresh.svelte-1dvuryn.svelte-1dvuryn:hover{background:var(--color-surface, #f3f4f6)}.auto-refresh-toggle.svelte-1dvuryn.svelte-1dvuryn{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280);cursor:pointer}.kanban-board.svelte-1dvuryn.svelte-1dvuryn{flex:1;display:flex;gap:1rem;padding:1.5rem 2rem;overflow-x:auto;overflow-y:hidden}.board-column.svelte-1dvuryn.svelte-1dvuryn{min-width:280px;display:flex;flex-direction:column;background:var(--color-surface, white);border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .2s}.board-column.drop-zone.svelte-1dvuryn.svelte-1dvuryn{box-shadow:0 4px 12px #3b82f64d;transform:scale(1.02)}.column-header.svelte-1dvuryn.svelte-1dvuryn{padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.column-title.svelte-1dvuryn.svelte-1dvuryn{display:flex;align-items:center;gap:.5rem;border-left:3px solid;padding-left:.75rem;font-weight:600;font-size:var(--text-sm, .875rem)}.column-icon.svelte-1dvuryn.svelte-1dvuryn{font-size:var(--text-lg, 1.125rem)}.column-name.svelte-1dvuryn.svelte-1dvuryn{flex:1}.column-count.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface, #f3f4f6);color:var(--color-text-secondary, #6b7280);font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;min-width:20px;text-align:center}.column-body.svelte-1dvuryn.svelte-1dvuryn{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.context-menu.svelte-1dvuryn.svelte-1dvuryn{position:fixed;background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;box-shadow:0 8px 25px #00000026;z-index:1000;min-width:200px;max-width:250px;overflow:hidden}.context-menu-header.svelte-1dvuryn.svelte-1dvuryn{padding:.75rem 1rem;background:var(--color-surface, #f8fafc);border-bottom:1px solid var(--color-border, #e5e7eb);font-weight:600;font-size:.875rem;color:var(--color-text-primary, #1f2937)}.context-menu-section.svelte-1dvuryn.svelte-1dvuryn{border-bottom:1px solid var(--color-border, #e5e7eb)}.context-menu-section.svelte-1dvuryn.svelte-1dvuryn:last-child{border-bottom:none}.current-assignee.svelte-1dvuryn.svelte-1dvuryn{padding:.75rem 1rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.unassign-btn.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-error, #ef4444);color:var(--color-surface, #ffffff);border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;transition:background .2s}.unassign-btn.svelte-1dvuryn.svelte-1dvuryn:hover{background:var(--color-error-dark, #dc2626)}.section-title.svelte-1dvuryn.svelte-1dvuryn{padding:.5rem 1rem .25rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}.context-menu-item.svelte-1dvuryn.svelte-1dvuryn{width:100%;padding:.75rem 1rem;border:none;background:var(--color-surface, white);color:var(--color-text-primary, #1f2937);font-size:.875rem;text-align:left;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:.5rem}.context-menu-item.svelte-1dvuryn.svelte-1dvuryn:hover{background:var(--color-surface, #f8fafc)}.agent-item.svelte-1dvuryn.svelte-1dvuryn{padding:.5rem 1rem}.agent-info.svelte-1dvuryn.svelte-1dvuryn{display:flex;align-items:center;gap:.5rem;width:100%}.agent-avatar.svelte-1dvuryn.svelte-1dvuryn{width:24px;height:24px;border-radius:50%;background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);display:flex;align-items:center;justify-content:center;font-size:var(--text-xs, .75rem);font-weight:600;flex-shrink:0}.agent-name.svelte-1dvuryn.svelte-1dvuryn{flex:1;font-weight:500}.agent-workload.svelte-1dvuryn.svelte-1dvuryn{font-size:.75rem;color:var(--color-text-muted, #6b7280);background:var(--color-surface, #f3f4f6);padding:.125rem .375rem;border-radius:8px}.empty-column.svelte-1dvuryn.svelte-1dvuryn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;color:var(--color-text-muted, #6b7280);text-align:center}.empty-icon.svelte-1dvuryn.svelte-1dvuryn{font-size:var(--text-4xl, 2.25rem);opacity:.5}.empty-text.svelte-1dvuryn.svelte-1dvuryn{font-size:.875rem;font-style:italic}@media (max-width: 768px){.board-header.svelte-1dvuryn.svelte-1dvuryn{flex-direction:column;align-items:flex-start;gap:1rem}.kanban-board.svelte-1dvuryn.svelte-1dvuryn{flex-direction:column;overflow-x:hidden;overflow-y:auto}.board-column.svelte-1dvuryn.svelte-1dvuryn{min-width:unset}.btn-refresh.svelte-1dvuryn.svelte-1dvuryn{min-height:44px;min-width:44px}}[data-mode=dark] .board-header.svelte-1dvuryn.svelte-1dvuryn,[data-mode=dark] .board-column.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface-dark, #1e293b)}[data-mode=dark] .btn-refresh.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .context-menu.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .context-menu-item.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9)}[data-mode=dark] .context-menu-item.svelte-1dvuryn.svelte-1dvuryn:hover{background:var(--color-surface, #0f172a)}[data-mode=dark] .context-menu-header.svelte-1dvuryn.svelte-1dvuryn{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9)}.my-tickets.svelte-1mq3t99.svelte-1mq3t99{height:100%;display:flex;flex-direction:column}.tickets-header.svelte-1mq3t99.svelte-1mq3t99{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb)}.header-left.svelte-1mq3t99 h2.svelte-1mq3t99{margin:0;font-size:1.5rem;color:var(--color-text-primary, #1f2937)}.tickets-count.svelte-1mq3t99.svelte-1mq3t99{font-size:.875rem;color:var(--color-text-secondary, #6b7280);margin-top:.25rem}.btn-refresh.svelte-1mq3t99.svelte-1mq3t99{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-refresh.svelte-1mq3t99.svelte-1mq3t99:hover{background:var(--color-surface, #f3f4f6)}.filters-bar.svelte-1mq3t99.svelte-1mq3t99{display:flex;gap:1rem;padding:1rem 2rem;background:var(--color-surface, #f8fafc);border-bottom:1px solid var(--color-border, #e5e7eb);align-items:center}.filters-bar.svelte-1mq3t99 select.svelte-1mq3t99{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, white);font-size:1rem}.btn-clear-filters.svelte-1mq3t99.svelte-1mq3t99{padding:.5rem .75rem;border:none;background:var(--color-error, #ef4444);color:var(--color-surface, #ffffff);border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-clear-filters.svelte-1mq3t99.svelte-1mq3t99:hover{background:var(--color-error-dark, #dc2626)}.empty-state.svelte-1mq3t99.svelte-1mq3t99{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--color-surface, #f8fafc)}.empty-icon.svelte-1mq3t99.svelte-1mq3t99{font-size:4rem;margin-bottom:1rem}.empty-state.svelte-1mq3t99 h3.svelte-1mq3t99{margin:0 0 1rem;font-size:1.5rem;color:var(--color-text-primary, #1f2937)}.empty-state.svelte-1mq3t99 p.svelte-1mq3t99{margin:0;color:var(--color-text-secondary, #6b7280);max-width:400px;line-height:1.6}.tickets-table.svelte-1mq3t99.svelte-1mq3t99{flex:1;overflow:auto;background:var(--color-surface, white)}table.svelte-1mq3t99.svelte-1mq3t99{width:100%;border-collapse:collapse}thead.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #f8fafc);border-bottom:2px solid var(--color-border, #e5e7eb);position:sticky;top:0;z-index:10}th.svelte-1mq3t99.svelte-1mq3t99{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.sort-btn.svelte-1mq3t99.svelte-1mq3t99{background:none;border:none;cursor:pointer;font-weight:600;font-size:.875rem;color:var(--color-text-secondary, #6b7280);transition:color .2s;display:flex;align-items:center;gap:.25rem}.sort-btn.svelte-1mq3t99.svelte-1mq3t99:hover{color:var(--color-text-primary, #1f2937)}.ticket-row.svelte-1mq3t99.svelte-1mq3t99{cursor:pointer;transition:background .2s}.ticket-row.svelte-1mq3t99.svelte-1mq3t99:hover{background:var(--color-surface, #f8fafc)}td.svelte-1mq3t99.svelte-1mq3t99{padding:1rem;border-bottom:1px solid var(--color-border, #e5e7eb);vertical-align:top}.ticket-id.svelte-1mq3t99.svelte-1mq3t99{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-weight:600;color:var(--color-text-primary, #1f2937)}.source-icon.svelte-1mq3t99.svelte-1mq3t99{font-size:var(--text-lg, 1.125rem)}.ticket-title.svelte-1mq3t99.svelte-1mq3t99{font-weight:500;color:var(--color-text-primary, #1f2937);line-height:1.4}.category-tag.svelte-1mq3t99.svelte-1mq3t99{display:inline-block;background:var(--color-surface, #f3f4f6);color:var(--color-text-secondary, #6b7280);font-size:.75rem;padding:.125rem .5rem;border-radius:12px;margin-left:.5rem;font-weight:500}.status-select.svelte-1mq3t99.svelte-1mq3t99{padding:.25rem .5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:4px;font-size:1rem;background:var(--color-surface, white);cursor:pointer}.status-dot.svelte-1mq3t99.svelte-1mq3t99{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:.5rem}.priority-indicator.svelte-1mq3t99.svelte-1mq3t99{font-weight:600;font-size:.875rem;text-transform:capitalize}.updated-time.svelte-1mq3t99.svelte-1mq3t99{font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.sla-badge.svelte-1mq3t99.svelte-1mq3t99{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.sla-badge.overdue.svelte-1mq3t99.svelte-1mq3t99{background:#fef2f2;color:var(--color-error, #ef4444)}.sla-badge.urgent.svelte-1mq3t99.svelte-1mq3t99{background:#fff7ed;color:var(--color-warning, #f59e0b)}.sla-badge.warning.svelte-1mq3t99.svelte-1mq3t99{background:#fffbeb;color:var(--color-warning, #f59e0b)}.no-sla.svelte-1mq3t99.svelte-1mq3t99{color:var(--color-text-muted, #6b7280);font-style:italic}.action-buttons.svelte-1mq3t99.svelte-1mq3t99{display:flex;gap:.25rem}.action-btn.svelte-1mq3t99.svelte-1mq3t99{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;font-size:1rem;transition:background .2s}.action-btn.svelte-1mq3t99.svelte-1mq3t99:hover{background:var(--color-surface, #f3f4f6)}.action-btn.start.svelte-1mq3t99.svelte-1mq3t99,.action-btn.resolve.svelte-1mq3t99.svelte-1mq3t99{color:var(--color-text-secondary, #64748b)}.action-btn.view.svelte-1mq3t99.svelte-1mq3t99{color:var(--color-on-surface-subtle, #6b7280)}.pagination.svelte-1mq3t99.svelte-1mq3t99{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--color-surface, white);border-top:1px solid var(--color-border, #e5e7eb)}.btn-page.svelte-1mq3t99.svelte-1mq3t99{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-page.svelte-1mq3t99.svelte-1mq3t99:hover:not(:disabled){background:var(--color-surface, #f3f4f6)}.btn-page.svelte-1mq3t99.svelte-1mq3t99:disabled{opacity:.5;cursor:not-allowed}.page-info.svelte-1mq3t99.svelte-1mq3t99{font-size:.875rem;color:var(--color-text-secondary, #6b7280)}@media (max-width: 768px){.tickets-header.svelte-1mq3t99.svelte-1mq3t99{flex-direction:column;align-items:flex-start;gap:1rem}.filters-bar.svelte-1mq3t99.svelte-1mq3t99{flex-direction:column;align-items:flex-start;gap:.75rem}table.svelte-1mq3t99.svelte-1mq3t99{font-size:.875rem}th.svelte-1mq3t99.svelte-1mq3t99,td.svelte-1mq3t99.svelte-1mq3t99{padding:.75rem .5rem}.pagination.svelte-1mq3t99.svelte-1mq3t99{flex-direction:column;gap:1rem;align-items:center}.action-buttons.svelte-1mq3t99.svelte-1mq3t99{flex-direction:column}}@media (max-width: 640px){th.svelte-1mq3t99.svelte-1mq3t99:nth-child(6),td.svelte-1mq3t99.svelte-1mq3t99:nth-child(6),th.svelte-1mq3t99.svelte-1mq3t99:nth-child(5),td.svelte-1mq3t99.svelte-1mq3t99:nth-child(5){display:none}}[data-mode=dark] .tickets-header.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .btn-refresh.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .filters-bar.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .filters-bar.svelte-1mq3t99 select.svelte-1mq3t99{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .tickets-table.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface-dark, #1e293b)}[data-mode=dark] thead.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}[data-mode=dark] td.svelte-1mq3t99.svelte-1mq3t99{border-color:var(--color-border-dark, #334155);color:var(--color-text-primary, #f1f5f9)}[data-mode=dark] .ticket-row.svelte-1mq3t99.svelte-1mq3t99:hover{background:var(--color-surface, #0f172a)}[data-mode=dark] .status-select.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .pagination.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .btn-page.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .empty-state.svelte-1mq3t99.svelte-1mq3t99{background:var(--color-surface, #0f172a)}.search-input-section.svelte-1959yqe{padding:1.5rem 2rem;background:var(--color-surface, #f8fafc);border-bottom:1px solid var(--color-border, #e5e7eb)}.search-input-wrapper.svelte-1959yqe{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.search-input.svelte-1959yqe{flex:1;padding:.75rem 1rem;border:2px solid var(--color-border, #e5e7eb);border-radius:8px;font-size:1rem;background:var(--color-surface, white);transition:border-color .2s}.search-input.svelte-1959yqe:focus{outline:none;border-color:var(--color-primary, #cc3d12);box-shadow:0 0 0 3px #d843151a}.search-input-buttons.svelte-1959yqe{display:flex;gap:.25rem}.btn-clear.svelte-1959yqe,.btn-search.svelte-1959yqe{padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s}.btn-clear.svelte-1959yqe{background:var(--color-surface, #f3f4f6);color:var(--color-text-muted, #6b7280)}.btn-clear.svelte-1959yqe:hover{background:var(--color-border, #e5e7eb)}.btn-search.svelte-1959yqe{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff)}.btn-search.svelte-1959yqe:hover:not(:disabled){background:var(--color-primary-hover, #bf360c)}.btn-search.svelte-1959yqe:disabled{opacity:.5;cursor:not-allowed}.search-types.svelte-1959yqe{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.search-types-label.svelte-1959yqe{font-size:.875rem;color:var(--color-text-secondary, #6b7280);font-weight:500}.search-type-option.svelte-1959yqe{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280);cursor:pointer}.btn-advanced-toggle.svelte-1959yqe{background:none;border:none;color:var(--color-primary, #cc3d12);font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:color .2s}.btn-advanced-toggle.svelte-1959yqe:hover{color:var(--color-primary-hover, #bf360c)}@media (max-width: 768px){.search-input-section.svelte-1959yqe{padding:1rem}.search-types.svelte-1959yqe{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-clear.svelte-1959yqe,.btn-search.svelte-1959yqe{min-height:44px;min-width:44px}.search-input.svelte-1959yqe{min-height:44px}}[data-mode=dark] .search-input-section.svelte-1959yqe{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .search-input.svelte-1959yqe{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}.advanced-filters.svelte-v73tw7.svelte-v73tw7{background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;padding:1.5rem;margin:1rem 2rem 0}.filters-grid.svelte-v73tw7.svelte-v73tw7{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-group.svelte-v73tw7.svelte-v73tw7{display:flex;flex-direction:column;gap:.25rem}.filter-group.svelte-v73tw7 label.svelte-v73tw7{font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #6b7280)}.filter-group.svelte-v73tw7 input.svelte-v73tw7,.filter-group.svelte-v73tw7 select.svelte-v73tw7{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:1rem;background:var(--color-surface, white)}.filters-actions.svelte-v73tw7.svelte-v73tw7{display:flex;justify-content:flex-end}.btn-clear-filters.svelte-v73tw7.svelte-v73tw7{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-clear-filters.svelte-v73tw7.svelte-v73tw7:hover{background:var(--color-surface, #f3f4f6)}@media (max-width: 768px){.filters-grid.svelte-v73tw7.svelte-v73tw7{grid-template-columns:1fr}.btn-clear-filters.svelte-v73tw7.svelte-v73tw7{min-height:44px;min-width:44px}.filter-group.svelte-v73tw7 input.svelte-v73tw7,.filter-group.svelte-v73tw7 select.svelte-v73tw7{min-height:44px}}[data-mode=dark] .advanced-filters.svelte-v73tw7.svelte-v73tw7{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .filter-group.svelte-v73tw7 input.svelte-v73tw7,[data-mode=dark] .filter-group.svelte-v73tw7 select.svelte-v73tw7{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}.search-results.svelte-r7pmti.svelte-r7pmti{flex:1;overflow-y:auto;background:var(--color-surface, #f8fafc)}.no-results.svelte-r7pmti.svelte-r7pmti{padding:4rem 2rem;text-align:center;color:var(--color-text-secondary, #6b7280)}.no-results-icon.svelte-r7pmti.svelte-r7pmti{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-results.svelte-r7pmti h3.svelte-r7pmti{margin:0 0 1rem;color:var(--color-text-primary, #1f2937)}.no-results.svelte-r7pmti p.svelte-r7pmti{margin:0 0 2rem}.search-tips.svelte-r7pmti.svelte-r7pmti{text-align:left;max-width:400px;margin:0 auto;background:var(--color-surface, white);padding:1.5rem;border-radius:8px;border:1px solid var(--color-border, #e5e7eb)}.search-tips.svelte-r7pmti h4.svelte-r7pmti{margin:0 0 1rem;color:var(--color-text-primary, #1f2937)}.search-tips.svelte-r7pmti ul.svelte-r7pmti{margin:0;padding-left:1.5rem}.search-tips.svelte-r7pmti li.svelte-r7pmti{margin-bottom:.5rem}.search-prompt.svelte-r7pmti.svelte-r7pmti{padding:4rem 2rem;text-align:center;color:var(--color-text-secondary, #6b7280)}.prompt-icon.svelte-r7pmti.svelte-r7pmti{font-size:4rem;margin-bottom:1rem;opacity:.5}.search-prompt.svelte-r7pmti h3.svelte-r7pmti{margin:0 0 1rem;color:var(--color-text-primary, #1f2937)}.search-prompt.svelte-r7pmti p.svelte-r7pmti{margin:0 0 2rem;max-width:500px;margin-left:auto;margin-right:auto}.quick-searches.svelte-r7pmti h4.svelte-r7pmti{margin:0 0 1rem;color:var(--color-text-primary, #1f2937)}.quick-search-buttons.svelte-r7pmti.svelte-r7pmti{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.quick-search-btn.svelte-r7pmti.svelte-r7pmti{padding:.5rem 1rem;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.quick-search-btn.svelte-r7pmti.svelte-r7pmti:hover{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);border-color:var(--color-primary, #cc3d12)}.results-header.svelte-r7pmti.svelte-r7pmti{padding:1.5rem 2rem 1rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb)}.results-header.svelte-r7pmti h3.svelte-r7pmti{margin:0;font-size:1.25rem;color:var(--color-text-primary, #1f2937)}.results-query.svelte-r7pmti.svelte-r7pmti{font-size:.875rem;color:var(--color-text-secondary, #6b7280);margin-left:.5rem}.results-list.svelte-r7pmti.svelte-r7pmti{padding:1rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.result-card.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s}.result-card.svelte-r7pmti.svelte-r7pmti:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.result-header.svelte-r7pmti.svelte-r7pmti{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.result-id.svelte-r7pmti.svelte-r7pmti{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-weight:600;color:var(--color-text-primary, #1f2937)}.source-icon.svelte-r7pmti.svelte-r7pmti{font-size:1.1rem}.result-meta.svelte-r7pmti.svelte-r7pmti{display:flex;align-items:center;gap:.75rem}.status-badge.svelte-r7pmti.svelte-r7pmti{color:var(--color-text-secondary, #64748b);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.priority-badge.svelte-r7pmti.svelte-r7pmti{font-size:.875rem;font-weight:600;text-transform:capitalize}.result-body.svelte-r7pmti.svelte-r7pmti{margin-bottom:1rem}.result-title.svelte-r7pmti.svelte-r7pmti{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1f2937);line-height:1.4}.result-description.svelte-r7pmti.svelte-r7pmti{margin:0 0 1rem;color:var(--color-text-secondary, #6b7280);line-height:1.5}.matched-comments.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface, #f8fafc);border:1px solid var(--color-border, #e5e7eb);border-radius:6px;padding:1rem}.matched-comments.svelte-r7pmti strong.svelte-r7pmti{display:block;margin-bottom:.5rem;color:var(--color-text-primary, #1f2937);font-size:.875rem}.matched-comment.svelte-r7pmti.svelte-r7pmti{font-size:.875rem;color:var(--color-text-secondary, #6b7280);margin-bottom:.5rem;font-style:italic}.comment-author.svelte-r7pmti.svelte-r7pmti{font-weight:500;color:var(--color-text-primary, #1f2937)}.more-matches.svelte-r7pmti.svelte-r7pmti{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.result-footer.svelte-r7pmti.svelte-r7pmti{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.result-info.svelte-r7pmti.svelte-r7pmti{display:flex;align-items:center;gap:1rem}.category-tag.svelte-r7pmti.svelte-r7pmti{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.assignee-info.svelte-r7pmti.svelte-r7pmti{color:var(--color-text-secondary, #6b7280)}.unassigned.svelte-r7pmti.svelte-r7pmti{color:var(--color-text-muted, #6b7280);font-style:italic}.result-date.svelte-r7pmti.svelte-r7pmti{color:var(--color-text-muted, #6b7280)}.search-results mark{background:#ff0;padding:.125rem .25rem;border-radius:3px;font-weight:600}@media (max-width: 768px){.results-list.svelte-r7pmti.svelte-r7pmti,.result-card.svelte-r7pmti.svelte-r7pmti{padding:1rem}.result-header.svelte-r7pmti.svelte-r7pmti{flex-direction:column;align-items:flex-start;gap:.75rem}.result-footer.svelte-r7pmti.svelte-r7pmti{flex-direction:column;align-items:flex-start;gap:.5rem}.quick-search-buttons.svelte-r7pmti.svelte-r7pmti{flex-direction:column}.quick-search-btn.svelte-r7pmti.svelte-r7pmti{min-height:44px;min-width:44px}}[data-mode=dark] .search-results.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface, #0f172a)}[data-mode=dark] .result-card.svelte-r7pmti.svelte-r7pmti,[data-mode=dark] .search-tips.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .quick-search-btn.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .results-header.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .matched-comments.svelte-r7pmti.svelte-r7pmti{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}.nexus-search.svelte-1r5k2wr.svelte-1r5k2wr{height:100%;display:flex;flex-direction:column;overflow:hidden}.search-header.svelte-1r5k2wr.svelte-1r5k2wr{padding:1.5rem 2rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb)}.search-header.svelte-1r5k2wr h2.svelte-1r5k2wr{margin:0;font-size:1.5rem;color:var(--color-text-primary, #1f2937)}.search-description.svelte-1r5k2wr.svelte-1r5k2wr{margin:.5rem 0 0;color:var(--color-text-secondary, #6b7280);font-size:.875rem}.search-history.svelte-1r5k2wr.svelte-1r5k2wr{padding:1rem 2rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb)}.history-header.svelte-1r5k2wr.svelte-1r5k2wr{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.history-title.svelte-1r5k2wr.svelte-1r5k2wr{font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #6b7280)}.btn-clear-history.svelte-1r5k2wr.svelte-1r5k2wr{background:none;border:none;color:var(--color-text-muted, #6b7280);font-size:.75rem;cursor:pointer;transition:color .2s}.btn-clear-history.svelte-1r5k2wr.svelte-1r5k2wr:hover{color:var(--color-text-secondary, #6b7280)}.history-items.svelte-1r5k2wr.svelte-1r5k2wr{display:flex;gap:.5rem;flex-wrap:wrap}.history-item.svelte-1r5k2wr.svelte-1r5k2wr{background:var(--color-surface, #f8fafc);border:1px solid var(--color-border, #e5e7eb);border-radius:6px;padding:.25rem .75rem;font-size:.875rem;cursor:pointer;transition:all .2s}.history-item.svelte-1r5k2wr.svelte-1r5k2wr:hover{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff)}@media (max-width: 768px){.history-items.svelte-1r5k2wr.svelte-1r5k2wr{flex-direction:column}.history-item.svelte-1r5k2wr.svelte-1r5k2wr{min-height:44px;min-width:44px}}[data-mode=dark] .search-header.svelte-1r5k2wr.svelte-1r5k2wr,[data-mode=dark] .search-history.svelte-1r5k2wr.svelte-1r5k2wr{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .history-item.svelte-1r5k2wr.svelte-1r5k2wr{background:var(--color-surface, #0f172a);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}.ticket-header.svelte-t0nfby{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem 1rem;border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, white)}.ticket-id.svelte-t0nfby{font-size:1.25rem;font-weight:700;font-family:monospace;color:var(--color-primary, #cc3d12)}.ticket-meta.svelte-t0nfby{display:flex;align-items:center;gap:1rem;margin-top:.5rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.source-badge.svelte-t0nfby{background:var(--color-surface, #f3f4f6);padding:.25rem .5rem;border-radius:4px;font-weight:500}.btn-close.svelte-t0nfby{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-muted, #6b7280);padding:.5rem;border-radius:4px;transition:all .2s}.btn-close.svelte-t0nfby:hover{background:var(--color-surface, #f3f4f6);color:var(--color-text-primary, #1f2937)}.ticket-content.svelte-t0nfby{padding:0 2rem 1rem;margin-bottom:1rem}.title-section.svelte-t0nfby{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.ticket-title.svelte-t0nfby{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #1f2937);line-height:1.4;flex:1;min-height:2rem;border:2px solid transparent;border-radius:4px;padding:.25rem}.ticket-title.editing.svelte-t0nfby{border-color:var(--color-primary, #cc3d12);background:var(--color-surface, #f8fafc)}.ticket-title.svelte-t0nfby:focus{outline:none}.description-section.svelte-t0nfby{display:flex;align-items:flex-start;gap:.5rem}.ticket-description.svelte-t0nfby{margin:0;font-size:1rem;color:var(--color-text-secondary, #6b7280);line-height:1.6;flex:1;min-height:1.5rem;border:2px solid transparent;border-radius:4px;padding:.25rem}.ticket-description.editing.svelte-t0nfby{border-color:var(--color-primary, #cc3d12);background:var(--color-surface, #f8fafc)}.ticket-description.svelte-t0nfby:focus{outline:none}.edit-btn.svelte-t0nfby{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text-muted, #6b7280);padding:.25rem;border-radius:4px;transition:all .2s}.edit-btn.svelte-t0nfby:hover{background:var(--color-surface, #f3f4f6);color:var(--color-text-secondary, #6b7280)}@media (max-width: 768px){.ticket-header.svelte-t0nfby{padding:1rem}.btn-close.svelte-t0nfby{min-height:44px;min-width:44px}}[data-mode=dark] .ticket-header.svelte-t0nfby{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}.conversation-section.svelte-1l7mfzj h3.svelte-1l7mfzj{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1f2937)}.comments-list.svelte-1l7mfzj.svelte-1l7mfzj{max-height:400px;overflow-y:auto;margin-bottom:1.5rem}.comment-item.svelte-1l7mfzj.svelte-1l7mfzj{padding:1rem;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;margin-bottom:1rem}.comment-item.internal.svelte-1l7mfzj.svelte-1l7mfzj{background:#fef3c7;border-color:#fbbf24}.comment-header.svelte-1l7mfzj.svelte-1l7mfzj{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.comment-icon.svelte-1l7mfzj.svelte-1l7mfzj{font-size:var(--text-lg, 1.125rem)}.comment-author.svelte-1l7mfzj.svelte-1l7mfzj{font-weight:600;color:var(--color-text-primary, #1f2937)}.internal-badge.svelte-1l7mfzj.svelte-1l7mfzj{background:#fbbf24;color:var(--color-text-secondary, #605334);padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.comment-time.svelte-1l7mfzj.svelte-1l7mfzj{color:var(--color-text-muted, #6b7280);margin-left:auto}.comment-content.svelte-1l7mfzj.svelte-1l7mfzj{color:var(--color-text-primary, #1f2937);line-height:1.5;white-space:pre-wrap}.no-comments.svelte-1l7mfzj.svelte-1l7mfzj{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:var(--color-text-muted, #6b7280);text-align:center}.empty-icon.svelte-1l7mfzj.svelte-1l7mfzj{font-size:var(--text-4xl, 2.25rem);opacity:.5}.add-comment.svelte-1l7mfzj.svelte-1l7mfzj{border:1px solid var(--color-border, #e5e7eb);border-radius:8px;padding:1rem;background:var(--color-surface, #f8fafc)}.comment-input-header.svelte-1l7mfzj.svelte-1l7mfzj{margin-bottom:.75rem}.internal-toggle.svelte-1l7mfzj.svelte-1l7mfzj{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary, #6b7280);cursor:pointer}.comment-input.svelte-1l7mfzj.svelte-1l7mfzj{width:100%;padding:.75rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:var(--text-sm, .875rem);font-family:inherit;resize:vertical;min-height:80px}.comment-input.internal.svelte-1l7mfzj.svelte-1l7mfzj{background:#fef3c7;border-color:#fbbf24}.comment-input.svelte-1l7mfzj.svelte-1l7mfzj:focus{outline:none;border-color:var(--color-primary, #cc3d12);box-shadow:0 0 0 3px #d843151a}.comment-actions.svelte-1l7mfzj.svelte-1l7mfzj{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.shortcut-hint.svelte-1l7mfzj.svelte-1l7mfzj{font-size:.75rem;color:var(--color-text-muted, #6b7280)}.btn-add-comment.svelte-1l7mfzj.svelte-1l7mfzj{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-add-comment.svelte-1l7mfzj.svelte-1l7mfzj:hover:not(:disabled){background:var(--color-primary-hover, #bf360c)}.btn-add-comment.svelte-1l7mfzj.svelte-1l7mfzj:disabled{opacity:.5;cursor:not-allowed}.btn-add-comment.internal.svelte-1l7mfzj.svelte-1l7mfzj{background:var(--color-warning, #d97706)}.btn-add-comment.internal.svelte-1l7mfzj.svelte-1l7mfzj:hover:not(:disabled){background:#d97706}@media (max-width: 768px){.btn-add-comment.svelte-1l7mfzj.svelte-1l7mfzj{min-height:44px;min-width:44px}}[data-mode=dark] .comment-item.svelte-1l7mfzj.svelte-1l7mfzj{border-color:var(--color-border-dark, #334155);color:var(--color-text-primary, #f1f5f9)}[data-mode=dark] .comment-item.internal.svelte-1l7mfzj.svelte-1l7mfzj{background:#fbbf2426;border-color:#fbbf244d}[data-mode=dark] .add-comment.svelte-1l7mfzj.svelte-1l7mfzj{background:var(--color-surface, #0f172a);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .comment-input.svelte-1l7mfzj.svelte-1l7mfzj{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}.properties-section.svelte-1ohbelv.svelte-1ohbelv{background:var(--color-surface, #f8fafc);border-radius:8px;padding:1.5rem}.properties-section.svelte-1ohbelv h3.svelte-1ohbelv{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #1f2937)}.properties-grid.svelte-1ohbelv.svelte-1ohbelv{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.property.svelte-1ohbelv.svelte-1ohbelv{display:flex;flex-direction:column;gap:.5rem}.property.svelte-1ohbelv label.svelte-1ohbelv{font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #6b7280)}.property.svelte-1ohbelv select.svelte-1ohbelv{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:1rem;background:var(--color-surface, white)}.status-badge.svelte-1ohbelv.svelte-1ohbelv,.priority-badge.svelte-1ohbelv.svelte-1ohbelv{padding:.375rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;text-align:center}.status-badge.svelte-1ohbelv.svelte-1ohbelv{color:var(--color-on-primary, #fff)}.assignee-info.svelte-1ohbelv.svelte-1ohbelv{display:flex;align-items:center;gap:.5rem}.assignee-avatar.svelte-1ohbelv.svelte-1ohbelv{width:32px;height:32px;border-radius:50%;background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.btn-assign-me.svelte-1ohbelv.svelte-1ohbelv{background:var(--color-border, #e5e7eb);color:var(--color-text-secondary, #6b7280);border:none;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-assign-me.svelte-1ohbelv.svelte-1ohbelv:hover{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff)}.category-value.svelte-1ohbelv.svelte-1ohbelv,.department-value.svelte-1ohbelv.svelte-1ohbelv{padding:.5rem .75rem;background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:.875rem}.tags-list.svelte-1ohbelv.svelte-1ohbelv{display:flex;flex-wrap:wrap;gap:.5rem}.tag.svelte-1ohbelv.svelte-1ohbelv{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}@media (max-width: 768px){.properties-section.svelte-1ohbelv.svelte-1ohbelv{padding:1rem}.property.svelte-1ohbelv select.svelte-1ohbelv{min-height:44px}.btn-assign-me.svelte-1ohbelv.svelte-1ohbelv{min-height:44px;min-width:44px}}[data-mode=dark] .properties-section.svelte-1ohbelv.svelte-1ohbelv{background:var(--color-surface, #0f172a)}[data-mode=dark] .property.svelte-1ohbelv select.svelte-1ohbelv,[data-mode=dark] .category-value.svelte-1ohbelv.svelte-1ohbelv,[data-mode=dark] .department-value.svelte-1ohbelv.svelte-1ohbelv{background:var(--color-surface-dark, #1e293b);color:var(--color-text-primary, #f1f5f9);border-color:var(--color-border-dark, #334155)}.quick-actions.svelte-cjdb5d h4.svelte-cjdb5d{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary, #1f2937)}.action-buttons.svelte-cjdb5d.svelte-cjdb5d{display:flex;flex-direction:column;gap:.5rem}.action-btn.svelte-cjdb5d.svelte-cjdb5d{padding:var(--space-2, 8px) 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.action-btn.escalate.svelte-cjdb5d.svelte-cjdb5d{background:#fef2f2;color:var(--color-error, #ef4444)}.action-btn.escalate.svelte-cjdb5d.svelte-cjdb5d:hover{background:#fecaca}.action-btn.assign.svelte-cjdb5d.svelte-cjdb5d{background:#eff6ff;color:var(--color-text-secondary, #2563eb)}.action-btn.assign.svelte-cjdb5d.svelte-cjdb5d:hover{background:#dbeafe}.action-btn.resolve.svelte-cjdb5d.svelte-cjdb5d{background:#f0fdf4;color:var(--color-success, #10b981)}.action-btn.resolve.svelte-cjdb5d.svelte-cjdb5d:hover{background:#dcfce7}.action-btn.reopen.svelte-cjdb5d.svelte-cjdb5d{background:#fffbeb;color:var(--color-warning, #f59e0b)}.action-btn.reopen.svelte-cjdb5d.svelte-cjdb5d:hover{background:#fef3c7}.action-btn.live-conversation.svelte-cjdb5d.svelte-cjdb5d{background:linear-gradient(135deg,#f97316,#ea580c);color:var(--color-on-primary, #fff);font-weight:600;animation:svelte-cjdb5d-livePulse 2s ease-in-out infinite}.action-btn.live-conversation.svelte-cjdb5d.svelte-cjdb5d:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}@keyframes svelte-cjdb5d-livePulse{0%,to{opacity:1;box-shadow:0 0 #f9731666}50%{opacity:.9;box-shadow:0 0 0 4px #f973161a}}@media (max-width: 768px){.action-btn.svelte-cjdb5d.svelte-cjdb5d{min-height:44px;min-width:44px}}[data-mode=dark] .action-btn.escalate.svelte-cjdb5d.svelte-cjdb5d{background:#dc262626}[data-mode=dark] .action-btn.assign.svelte-cjdb5d.svelte-cjdb5d{background:#2563eb26}[data-mode=dark] .action-btn.resolve.svelte-cjdb5d.svelte-cjdb5d{background:#16a34a26}[data-mode=dark] .action-btn.reopen.svelte-cjdb5d.svelte-cjdb5d{background:#d9770626}.ticket-view.svelte-1ogpv9k.svelte-1ogpv9k{height:100%;display:flex;flex-direction:column;background:var(--color-surface, white)}.ticket-body.svelte-1ogpv9k.svelte-1ogpv9k{flex:1;overflow-y:auto;padding:2rem}.ticket-main.svelte-1ogpv9k.svelte-1ogpv9k{display:grid;grid-template-columns:1fr 320px;gap:2rem}.activity-section.svelte-1ogpv9k h4.svelte-1ogpv9k{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary, #1f2937)}.activity-list.svelte-1ogpv9k.svelte-1ogpv9k{max-height:200px;overflow-y:auto}.activity-item.svelte-1ogpv9k.svelte-1ogpv9k{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--color-border, #e5e7eb)}.activity-item.svelte-1ogpv9k.svelte-1ogpv9k:last-child{border-bottom:none}.activity-icon.svelte-1ogpv9k.svelte-1ogpv9k{font-size:1rem;color:var(--color-text-muted, #6b7280)}.activity-content.svelte-1ogpv9k.svelte-1ogpv9k{flex:1}.activity-text.svelte-1ogpv9k.svelte-1ogpv9k{font-size:.875rem;color:var(--color-text-primary, #1f2937);margin-bottom:.25rem}.activity-time.svelte-1ogpv9k.svelte-1ogpv9k{font-size:.75rem;color:var(--color-text-muted, #6b7280)}@media (max-width: 1024px){.ticket-main.svelte-1ogpv9k.svelte-1ogpv9k{grid-template-columns:1fr;gap:1.5rem}.sidebar-section.svelte-1ogpv9k.svelte-1ogpv9k{order:-1}}@media (max-width: 768px){.ticket-body.svelte-1ogpv9k.svelte-1ogpv9k{padding:1rem}}[data-mode=dark] .ticket-view.svelte-1ogpv9k.svelte-1ogpv9k{background:var(--color-surface-dark, #1e293b)}.top-bar.svelte-86s1ht.svelte-86s1ht{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:var(--color-surface, white);border-bottom:1px solid var(--color-border, #e5e7eb);box-shadow:0 1px 3px #0000000d;z-index:50}.top-bar-left.svelte-86s1ht.svelte-86s1ht{display:flex;align-items:center}.portal-brand.svelte-86s1ht.svelte-86s1ht{display:flex;align-items:center;gap:.75rem}.portal-icon.svelte-86s1ht.svelte-86s1ht{font-size:1.5rem}.portal-title.svelte-86s1ht.svelte-86s1ht{font-size:1.25rem;font-weight:700;color:var(--color-primary, #cc3d12)}.tenant-name.svelte-86s1ht.svelte-86s1ht{font-size:.9rem;color:var(--color-text-secondary, #6b7280);font-weight:500}.top-bar-right.svelte-86s1ht.svelte-86s1ht{display:flex;align-items:center;gap:1rem}.notification-btn.svelte-86s1ht.svelte-86s1ht{position:relative;padding:.5rem;border:none;background:transparent;font-size:1.25rem;cursor:pointer;border-radius:8px;transition:background .2s}.notification-btn.svelte-86s1ht.svelte-86s1ht:hover{background:var(--color-surface, #f3f4f6)}.notification-badge.svelte-86s1ht.svelte-86s1ht{position:absolute;top:0;right:0;background:var(--color-error, #ef4444);color:var(--color-surface, #ffffff);border-radius:50%;width:18px;height:18px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.settings-btn.svelte-86s1ht.svelte-86s1ht{padding:.5rem;font-size:1.25rem;text-decoration:none;border-radius:8px;transition:background .2s}.settings-btn.svelte-86s1ht.svelte-86s1ht:hover{background:var(--color-surface, #f3f4f6)}.user-menu.svelte-86s1ht.svelte-86s1ht{position:relative}.user-button.svelte-86s1ht.svelte-86s1ht{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:background .2s}.user-button.svelte-86s1ht.svelte-86s1ht:hover{background:var(--color-surface, #f3f4f6)}.user-button.svelte-86s1ht:hover+.user-dropdown.svelte-86s1ht,.user-dropdown.svelte-86s1ht.svelte-86s1ht:hover{opacity:1;pointer-events:all}.user-avatar.svelte-86s1ht.svelte-86s1ht{width:32px;height:32px;border-radius:50%;background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.user-name.svelte-86s1ht.svelte-86s1ht{font-size:.9rem;font-weight:500}.role-badge.svelte-86s1ht.svelte-86s1ht{font-size:var(--text-xs, .75rem);font-weight:600;padding:.15rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.03em}.user-dropdown.svelte-86s1ht.svelte-86s1ht{position:absolute;top:100%;right:0;background:var(--color-surface, white);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:.5rem 0;opacity:0;pointer-events:none;transition:opacity .2s;z-index:100}.logout-btn.svelte-86s1ht.svelte-86s1ht{width:100%;padding:.5rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;font-size:var(--text-sm, .875rem);color:var(--color-text-primary, #1f2937);transition:background .2s}.logout-btn.svelte-86s1ht.svelte-86s1ht:hover{background:var(--color-surface, #f3f4f6)}@media (max-width: 768px){.tenant-name.svelte-86s1ht.svelte-86s1ht{display:none}}[data-mode=dark] .top-bar.svelte-86s1ht.svelte-86s1ht,[data-mode=dark] .user-dropdown.svelte-86s1ht.svelte-86s1ht{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .logout-btn.svelte-86s1ht.svelte-86s1ht{color:var(--color-text, #f1f5f9)}[data-mode=dark] .logout-btn.svelte-86s1ht.svelte-86s1ht:hover,[data-mode=dark] .notification-btn.svelte-86s1ht.svelte-86s1ht:hover,[data-mode=dark] .user-button.svelte-86s1ht.svelte-86s1ht:hover{background:var(--color-surface, #0f172a)}.sidebar.svelte-y3mdv1{width:240px;background:var(--color-surface, white);border-right:1px solid var(--color-border, #e5e7eb);display:flex;flex-direction:column;overflow-y:auto}.nav-menu.svelte-y3mdv1{padding:1rem 0}.nav-item.svelte-y3mdv1{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;border:none;background:transparent;text-align:left;cursor:pointer;font-size:var(--text-sm, .875rem);color:var(--color-text-secondary, #6b7280);transition:all .2s;position:relative}.nav-item.svelte-y3mdv1:hover{background:var(--color-surface, #f3f4f6);color:var(--color-text-primary, #1f2937)}.nav-item.active.svelte-y3mdv1{background:var(--color-primary-light, rgba(216, 67, 21, .1));color:var(--color-primary, #cc3d12);border-right:3px solid var(--color-primary, #cc3d12)}.nav-icon.svelte-y3mdv1{font-size:1.1rem}.nav-label.svelte-y3mdv1{flex:1;font-weight:500}.nav-badge.svelte-y3mdv1{background:var(--color-primary, #cc3d12);color:var(--color-surface, #ffffff);font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;min-width:18px;text-align:center}.nav-shortcut.svelte-y3mdv1{font-size:.75rem;color:var(--color-text-muted, #6b7280);background:var(--color-surface, #f3f4f6);padding:.125rem .375rem;border-radius:4px;font-family:monospace}.sidebar-footer.svelte-y3mdv1{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid var(--color-border, #e5e7eb)}.stats-summary.svelte-y3mdv1{display:flex;justify-content:space-between}.stat-item.svelte-y3mdv1{text-align:center}.stat-value.svelte-y3mdv1{display:block;font-size:1.25rem;font-weight:700;color:var(--color-primary, #cc3d12)}.stat-label.svelte-y3mdv1{display:block;font-size:.75rem;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.sidebar.svelte-y3mdv1{width:200px}}@media (max-width: 640px){.sidebar.svelte-y3mdv1{position:fixed;left:-240px;top:57px;height:calc(100vh - 57px);z-index:150;transition:left .3s}}[data-mode=dark] .sidebar.svelte-y3mdv1{background:var(--color-surface-dark, #1e293b);border-color:var(--color-border-dark, #334155)}[data-mode=dark] .nav-item.svelte-y3mdv1{color:var(--color-text-secondary, #64748b)}[data-mode=dark] .nav-item.svelte-y3mdv1:hover{background:var(--color-surface, #0f172a);color:var(--color-text, #f1f5f9)}[data-mode=dark] .nav-item.active.svelte-y3mdv1{background:#d8431526}[data-mode=dark] .sidebar-footer.svelte-y3mdv1{border-color:var(--color-border-dark, #334155)}[data-mode=dark] .nav-shortcut.svelte-y3mdv1{background:var(--color-surface, #0f172a);color:var(--color-text-secondary, #64748b)}.nexus-portal.svelte-1bnq02w{height:100dvh;display:flex;flex-direction:column;background:var(--color-background, #f8fafc);color:var(--color-text-primary, #1f2937);font-family:var(--font-family-base, -apple-system, BlinkMacSystemFont, sans-serif)}.demo-banner.svelte-1bnq02w{background:#fbbf24;color:var(--color-text, #78350f);text-align:center;padding:.5rem;font-weight:600;font-size:.875rem}.portal-body.svelte-1bnq02w{display:flex;flex:1;overflow:hidden}.main-content.svelte-1bnq02w{flex:1;overflow:hidden;background:var(--color-background, #f8fafc)}.ticket-slideout-backdrop.svelte-1bnq02w{position:fixed;inset:0;background:#0000004d;z-index:200;display:flex;justify-content:flex-end}.ticket-slideout.svelte-1bnq02w{width:600px;height:100%;background:var(--color-surface, white);box-shadow:-4px 0 20px #0000001a;animation:svelte-1bnq02w-slideIn .3s ease-out;overflow:hidden;display:flex;flex-direction:column}@keyframes svelte-1bnq02w-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 768px){.ticket-slideout.svelte-1bnq02w{width:100%}}@media (max-width: 767px){.main-content.svelte-1bnq02w{padding-bottom:4.5rem}}[data-mode=dark] .nexus-portal.svelte-1bnq02w{background:var(--color-surface, #0f172a);color:var(--color-text, #f1f5f9)}[data-mode=dark] .main-content.svelte-1bnq02w{background:var(--color-surface, #0f172a)}[data-mode=dark] .ticket-slideout.svelte-1bnq02w{background:var(--color-surface-dark, #1e293b)}.portal-header.svelte-19tw4p4.svelte-19tw4p4{background:var(--color-surface, #1e293b);border-bottom:1px solid var(--color-border, #334155);padding:1.5rem 0}.container.svelte-19tw4p4.svelte-19tw4p4{max-width:1200px;margin:0 auto;padding:0 1rem}.header-content.svelte-19tw4p4.svelte-19tw4p4{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.brand.svelte-19tw4p4 h1.svelte-19tw4p4{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #f8fafc);margin:0;line-height:1.2}.brand-description.svelte-19tw4p4.svelte-19tw4p4{font-size:.875rem;color:var(--color-text-secondary, #cbd5e1);margin:.25rem 0 0;line-height:1.4}.header-nav.svelte-19tw4p4.svelte-19tw4p4{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-btn.svelte-19tw4p4.svelte-19tw4p4,.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a);color:var(--color-text-primary, #f8fafc);font-size:.875rem;font-weight:500;transition:all .2s ease;cursor:pointer;text-decoration:none}.nav-btn.svelte-19tw4p4.svelte-19tw4p4:hover,.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4{background:var(--color-primary, #3b82f6);border-color:var(--color-primary, #3b82f6);color:var(--color-on-primary, white)}.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4:hover{background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.agent-info.svelte-19tw4p4.svelte-19tw4p4{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--color-surface-dark, #0f172a);border:1px solid var(--color-border, #334155);border-radius:6px}.agent-avatar.svelte-19tw4p4.svelte-19tw4p4{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-primary, #3b82f6);color:var(--color-on-primary, white);border-radius:50%;font-size:.75rem;font-weight:600}.agent-name.svelte-19tw4p4.svelte-19tw4p4{font-size:.875rem;font-weight:500;color:var(--color-text-primary, #f8fafc)}@media (max-width: 768px){.portal-header.svelte-19tw4p4.svelte-19tw4p4{padding:1rem 0}.container.svelte-19tw4p4.svelte-19tw4p4{padding:0 .75rem}.header-content.svelte-19tw4p4.svelte-19tw4p4{flex-direction:column;align-items:flex-start;gap:.75rem}.brand.svelte-19tw4p4 h1.svelte-19tw4p4{font-size:1.25rem}.brand-description.svelte-19tw4p4.svelte-19tw4p4{font-size:.8125rem}.header-nav.svelte-19tw4p4.svelte-19tw4p4{width:100%;justify-content:space-between;gap:.5rem}.nav-btn.svelte-19tw4p4.svelte-19tw4p4,.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4{padding:.5rem .75rem;font-size:.8125rem}.agent-info.svelte-19tw4p4.svelte-19tw4p4{padding:.5rem .75rem}.agent-avatar.svelte-19tw4p4.svelte-19tw4p4{width:28px;height:28px;font-size:.6875rem}.agent-name.svelte-19tw4p4.svelte-19tw4p4{font-size:.8125rem}}@media (max-width: 480px){.header-nav.svelte-19tw4p4.svelte-19tw4p4{flex-direction:column;width:100%;align-items:stretch}.nav-btn.svelte-19tw4p4.svelte-19tw4p4,.agent-login-btn.svelte-19tw4p4.svelte-19tw4p4,.agent-info.svelte-19tw4p4.svelte-19tw4p4{width:100%;justify-content:center}}.landing-view.svelte-u8vpmt.svelte-u8vpmt{max-width:800px;margin:0 auto;padding:2rem 1rem}.welcome-section.svelte-u8vpmt.svelte-u8vpmt{text-align:center;margin-bottom:3rem}.welcome-section.svelte-u8vpmt h2.svelte-u8vpmt{font-size:2rem;margin-bottom:.5rem;color:var(--color-on-surface, #1c1c22)}.welcome-section.svelte-u8vpmt p.svelte-u8vpmt{font-size:1.125rem;color:var(--color-on-surface-muted, #60606c)}.action-cards.svelte-u8vpmt.svelte-u8vpmt{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.action-card.svelte-u8vpmt.svelte-u8vpmt{background:var(--color-surface-2, #f9f9fb);border:1px solid var(--color-border, #d8d8de);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.action-card.svelte-u8vpmt.svelte-u8vpmt:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:var(--color-primary, #3b82f6)}.action-card.primary.svelte-u8vpmt.svelte-u8vpmt{border-color:var(--color-primary, #3b82f6);background:linear-gradient(135deg,var(--color-surface-2, #f9f9fb) 0%,rgba(59,130,246,.05) 100%)}.card-icon.svelte-u8vpmt.svelte-u8vpmt{font-size:3rem;margin-bottom:1rem;display:block}.action-card.svelte-u8vpmt h3.svelte-u8vpmt{font-size:1.25rem;margin-bottom:.75rem;color:var(--color-on-surface, #1c1c22)}.action-card.svelte-u8vpmt p.svelte-u8vpmt{color:var(--color-on-surface-muted, #60606c);margin-bottom:1.5rem;line-height:1.5}.btn.svelte-u8vpmt.svelte-u8vpmt{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:.875rem}.btn-primary.svelte-u8vpmt.svelte-u8vpmt{background:var(--color-primary, #3b82f6);color:var(--color-surface, white);border-color:var(--color-primary, #3b82f6)}.btn-primary.svelte-u8vpmt.svelte-u8vpmt:hover{background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.btn-secondary.svelte-u8vpmt.svelte-u8vpmt{background:var(--color-surface-3, #f0f0f3);color:var(--color-on-surface, #1c1c22);border-color:var(--color-border, #d8d8de)}.btn-secondary.svelte-u8vpmt.svelte-u8vpmt:hover{background:var(--color-surface-4, #e8e8ec);border-color:var(--color-border-strong, #b9b9c6)}.btn-outline.svelte-u8vpmt.svelte-u8vpmt{background:transparent;color:var(--color-primary, #3b82f6);border-color:var(--color-primary, #3b82f6)}.btn-outline.svelte-u8vpmt.svelte-u8vpmt:hover{background:var(--color-primary, #3b82f6);color:var(--color-on-primary, #fff)}.agent-login-section.svelte-u8vpmt.svelte-u8vpmt{text-align:center;padding-top:2rem;border-top:1px solid var(--color-border, #d8d8de)}.separator.svelte-u8vpmt.svelte-u8vpmt{display:flex;align-items:center;margin-bottom:1rem;opacity:.7}.separator.svelte-u8vpmt.svelte-u8vpmt:before,.separator.svelte-u8vpmt.svelte-u8vpmt:after{content:"";flex:1;height:1px;background:var(--color-border, #d8d8de)}.separator.svelte-u8vpmt span.svelte-u8vpmt{padding:0 1rem;color:var(--color-on-surface-subtle, #8b8b9a);font-size:.875rem}@media (max-width: 768px){.landing-view.svelte-u8vpmt.svelte-u8vpmt{padding:1.5rem .75rem}.action-cards.svelte-u8vpmt.svelte-u8vpmt{grid-template-columns:1fr;gap:1rem}.action-card.svelte-u8vpmt.svelte-u8vpmt{padding:1.5rem}.welcome-section.svelte-u8vpmt h2.svelte-u8vpmt{font-size:1.75rem}}.submit-view.svelte-1dh1bp7.svelte-1dh1bp7{max-width:700px;margin:0 auto;padding:2rem 1rem}.form-header.svelte-1dh1bp7.svelte-1dh1bp7{text-align:center;margin-bottom:2rem}.form-header.svelte-1dh1bp7 h2.svelte-1dh1bp7{font-size:1.875rem;margin-bottom:.5rem;color:var(--color-text-primary, #f8fafc)}.form-header.svelte-1dh1bp7 p.svelte-1dh1bp7{color:var(--color-text-secondary, #cbd5e1)}.error-banner.svelte-1dh1bp7.svelte-1dh1bp7{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.error-icon.svelte-1dh1bp7.svelte-1dh1bp7{font-size:1.25rem;color:var(--color-text-secondary, #64748b)}.error-close.svelte-1dh1bp7.svelte-1dh1bp7{margin-left:auto;background:none;border:none;color:var(--color-text-secondary, #64748b);font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.error-close.svelte-1dh1bp7.svelte-1dh1bp7:hover{background:#f871711a}.ticket-form.svelte-1dh1bp7.svelte-1dh1bp7{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem}.form-row.svelte-1dh1bp7.svelte-1dh1bp7{display:grid;grid-template-columns:1fr 200px;gap:1rem;margin-bottom:1.5rem}.form-group.svelte-1dh1bp7.svelte-1dh1bp7{margin-bottom:1.5rem}.form-group.svelte-1dh1bp7 label.svelte-1dh1bp7{display:block;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary, #f8fafc)}.form-group.svelte-1dh1bp7 input.svelte-1dh1bp7,.form-group.svelte-1dh1bp7 select.svelte-1dh1bp7,.form-group.svelte-1dh1bp7 textarea.svelte-1dh1bp7{width:100%;padding:.75rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a);color:var(--color-text-primary, #f8fafc);font-size:1rem;transition:border-color .2s ease}.form-group.svelte-1dh1bp7 input.svelte-1dh1bp7:focus,.form-group.svelte-1dh1bp7 select.svelte-1dh1bp7:focus,.form-group.svelte-1dh1bp7 textarea.svelte-1dh1bp7:focus{outline:none;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 2px #3b82f61a}.form-group.svelte-1dh1bp7 textarea.svelte-1dh1bp7{resize:vertical;min-height:100px}.file-upload-area.svelte-1dh1bp7.svelte-1dh1bp7{border:2px dashed var(--color-border, #334155);border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer}.file-upload-area.svelte-1dh1bp7.svelte-1dh1bp7:hover,.file-upload-area.drag-over.svelte-1dh1bp7.svelte-1dh1bp7{border-color:var(--color-primary, #3b82f6);background:#3b82f60d}.upload-icon.svelte-1dh1bp7.svelte-1dh1bp7{font-size:var(--text-4xl, 2.25rem);margin-bottom:.5rem;opacity:.7}.upload-link.svelte-1dh1bp7.svelte-1dh1bp7{background:none;border:none;color:var(--color-primary, #3b82f6);text-decoration:underline;cursor:pointer;font-size:inherit}.upload-hint.svelte-1dh1bp7.svelte-1dh1bp7{font-size:.75rem;color:var(--color-text-secondary, #cbd5e1);margin-top:.5rem}.uploaded-files.svelte-1dh1bp7.svelte-1dh1bp7{margin-top:1rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a)}.uploaded-file.svelte-1dh1bp7.svelte-1dh1bp7{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-border, #334155)}.uploaded-file.svelte-1dh1bp7.svelte-1dh1bp7:last-child{border-bottom:none}.file-name.svelte-1dh1bp7.svelte-1dh1bp7{flex:1;font-weight:500}.file-size.svelte-1dh1bp7.svelte-1dh1bp7{font-size:.75rem;color:var(--color-text-secondary, #cbd5e1);margin-left:.5rem}.remove-file.svelte-1dh1bp7.svelte-1dh1bp7{background:none;border:none;color:var(--color-text-secondary, #64748b);font-size:1.25rem;cursor:pointer;margin-left:.5rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.remove-file.svelte-1dh1bp7.svelte-1dh1bp7:hover{background:#f871711a}.form-actions.svelte-1dh1bp7.svelte-1dh1bp7{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid var(--color-border, #334155)}.btn.svelte-1dh1bp7.svelte-1dh1bp7{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:.875rem}.btn.svelte-1dh1bp7.svelte-1dh1bp7:disabled{opacity:.6;cursor:not-allowed}.btn-primary.svelte-1dh1bp7.svelte-1dh1bp7{background:var(--color-primary, #3b82f6);color:var(--color-surface, #ffffff);border-color:var(--color-primary, #3b82f6)}.btn-primary.svelte-1dh1bp7.svelte-1dh1bp7:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.btn-secondary.svelte-1dh1bp7.svelte-1dh1bp7{background:var(--color-surface, #1e293b);color:var(--color-text-primary, #f8fafc);border-color:var(--color-border, #334155)}.btn-secondary.svelte-1dh1bp7.svelte-1dh1bp7:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}@media (max-width: 768px){.submit-view.svelte-1dh1bp7.svelte-1dh1bp7{padding:1.5rem .75rem}.ticket-form.svelte-1dh1bp7.svelte-1dh1bp7{padding:1.5rem}.form-row.svelte-1dh1bp7.svelte-1dh1bp7{grid-template-columns:1fr}.form-actions.svelte-1dh1bp7.svelte-1dh1bp7{flex-direction:column}.form-actions.svelte-1dh1bp7 .btn.svelte-1dh1bp7{width:100%}}.track-view.svelte-16nc9py.svelte-16nc9py{max-width:600px;margin:0 auto;padding:2rem 1rem}.form-header.svelte-16nc9py.svelte-16nc9py{text-align:center;margin-bottom:2rem}.form-header.svelte-16nc9py h2.svelte-16nc9py{font-size:1.875rem;margin-bottom:.5rem;color:var(--color-text-primary, #f8fafc)}.form-header.svelte-16nc9py p.svelte-16nc9py{color:var(--color-text-secondary, #cbd5e1);line-height:1.6}.error-banner.svelte-16nc9py.svelte-16nc9py{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.error-icon.svelte-16nc9py.svelte-16nc9py{font-size:1.25rem;color:var(--color-error, #ef4444)}.error-close.svelte-16nc9py.svelte-16nc9py{margin-left:auto;background:none;border:none;color:var(--color-error, #ef4444);font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.error-close.svelte-16nc9py.svelte-16nc9py:hover{background:#f871711a}.tracking-options.svelte-16nc9py.svelte-16nc9py{display:grid;gap:2rem;margin-bottom:2rem}.tracking-option.svelte-16nc9py.svelte-16nc9py{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem}.tracking-option.svelte-16nc9py h3.svelte-16nc9py{font-size:1.25rem;margin-bottom:1rem;color:var(--color-text-primary, #f8fafc)}.form-group.svelte-16nc9py.svelte-16nc9py{margin-bottom:1.5rem}.form-group.svelte-16nc9py label.svelte-16nc9py{display:block;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary, #f8fafc)}.form-group.svelte-16nc9py input.svelte-16nc9py{width:100%;padding:.75rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a);color:var(--color-text-primary, #f8fafc);font-size:1rem;transition:border-color .2s ease}.form-group.svelte-16nc9py input.svelte-16nc9py:focus{outline:none;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 2px #3b82f61a}.tracking-divider.svelte-16nc9py.svelte-16nc9py{display:flex;align-items:center;justify-content:center;margin:1rem 0;opacity:.7}.tracking-divider.svelte-16nc9py.svelte-16nc9py:before,.tracking-divider.svelte-16nc9py.svelte-16nc9py:after{content:"";flex:1;height:1px;background:var(--color-border, #334155);max-width:100px}.tracking-divider.svelte-16nc9py span.svelte-16nc9py{padding:0 1rem;color:var(--color-text-secondary, #cbd5e1);font-size:.875rem;font-weight:500}.back-section.svelte-16nc9py.svelte-16nc9py{text-align:center;padding-top:2rem;border-top:1px solid var(--color-border, #334155)}.btn.svelte-16nc9py.svelte-16nc9py{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:.875rem;min-width:140px}.btn.svelte-16nc9py.svelte-16nc9py:disabled{opacity:.6;cursor:not-allowed}.btn-primary.svelte-16nc9py.svelte-16nc9py{background:var(--color-primary, #3b82f6);color:var(--color-on-primary, white);border-color:var(--color-primary, #3b82f6);width:100%}.btn-primary.svelte-16nc9py.svelte-16nc9py:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.btn-secondary.svelte-16nc9py.svelte-16nc9py{background:var(--color-surface, #1e293b);color:var(--color-text-primary, #f8fafc);border-color:var(--color-border, #334155)}.btn-secondary.svelte-16nc9py.svelte-16nc9py:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}@media (max-width: 768px){.track-view.svelte-16nc9py.svelte-16nc9py{padding:1.5rem .75rem}.tracking-option.svelte-16nc9py.svelte-16nc9py{padding:1.5rem}.tracking-options.svelte-16nc9py.svelte-16nc9py{gap:1.5rem}}.my-tickets-view.svelte-1foce24.svelte-1foce24{max-width:1000px;margin:0 auto;padding:2rem 1rem}.form-header.svelte-1foce24.svelte-1foce24{text-align:center;margin-bottom:2rem}.form-header.svelte-1foce24 h2.svelte-1foce24{font-size:1.875rem;margin-bottom:.5rem;color:var(--color-text-primary, #f8fafc)}.form-header.svelte-1foce24 p.svelte-1foce24{color:var(--color-text-secondary, #cbd5e1)}.email-input-section.svelte-1foce24.svelte-1foce24{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem;margin-bottom:2rem}.form-group.svelte-1foce24.svelte-1foce24{margin-bottom:0}.form-group.svelte-1foce24 label.svelte-1foce24{display:block;font-weight:600;margin-bottom:.75rem;color:var(--color-text-primary, #f8fafc)}.email-input-row.svelte-1foce24.svelte-1foce24{display:flex;gap:1rem}.email-input-row.svelte-1foce24 input.svelte-1foce24{flex:1;padding:.75rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a);color:var(--color-text-primary, #f8fafc);font-size:1rem;transition:border-color .2s ease}.email-input-row.svelte-1foce24 input.svelte-1foce24:focus{outline:none;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 2px #3b82f61a}.error-banner.svelte-1foce24.svelte-1foce24{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.error-icon.svelte-1foce24.svelte-1foce24{font-size:1.25rem;color:var(--color-on-surface-subtle, #6b7280)}.error-close.svelte-1foce24.svelte-1foce24{margin-left:auto;background:none;border:none;color:var(--color-on-surface-subtle, #6b7280);font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.error-close.svelte-1foce24.svelte-1foce24:hover{background:#f871711a}.list-header.svelte-1foce24.svelte-1foce24{margin-bottom:1.5rem}.list-header.svelte-1foce24 h3.svelte-1foce24{font-size:1.5rem;color:var(--color-text-primary, #f8fafc);margin-bottom:.25rem}.list-header.svelte-1foce24 p.svelte-1foce24{color:var(--color-text-secondary, #cbd5e1);font-size:.875rem}.tickets-grid.svelte-1foce24.svelte-1foce24{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.ticket-card.svelte-1foce24.svelte-1foce24{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:1.5rem;transition:all .3s ease;cursor:pointer}.ticket-card.svelte-1foce24.svelte-1foce24:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;border-color:var(--color-primary, #3b82f6)}.ticket-card.svelte-1foce24.svelte-1foce24:focus{outline:2px solid var(--color-primary, #3b82f6);outline-offset:2px}.ticket-card-header.svelte-1foce24.svelte-1foce24{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ticket-id.svelte-1foce24.svelte-1foce24{font-family:monospace;font-weight:600;color:var(--color-text-secondary, #cbd5e1);font-size:.875rem}.ticket-status.svelte-1foce24.svelte-1foce24{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:var(--color-on-surface-subtle, #6b7280)}.status-icon.svelte-1foce24.svelte-1foce24{font-size:.75rem}.ticket-title.svelte-1foce24.svelte-1foce24{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #f8fafc);margin-bottom:.75rem;line-height:1.4}.ticket-description.svelte-1foce24.svelte-1foce24{color:var(--color-text-secondary, #cbd5e1);line-height:1.5;margin-bottom:1rem;font-size:.875rem}.ticket-meta.svelte-1foce24.svelte-1foce24{display:grid;gap:.5rem;margin-bottom:1rem;font-size:.75rem}.meta-item.svelte-1foce24.svelte-1foce24{display:flex;justify-content:space-between;align-items:center}.meta-label.svelte-1foce24.svelte-1foce24{color:var(--color-text-secondary, #cbd5e1);font-weight:500}.priority.svelte-1foce24.svelte-1foce24{padding:.125rem .5rem;border-radius:4px;font-weight:600;text-transform:capitalize;font-size:var(--text-xs, .75rem)}.priority-low.svelte-1foce24.svelte-1foce24{background:#65a30d33;color:var(--color-surface, #ffffff)}.priority-medium.svelte-1foce24.svelte-1foce24{background:#d9770633;color:var(--color-surface, #ffffff)}.priority-high.svelte-1foce24.svelte-1foce24{background:#ea580c33;color:var(--color-surface, #ffffff)}.priority-critical.svelte-1foce24.svelte-1foce24{background:#dc262633;color:var(--color-error, #ef4444)}.ticket-actions.svelte-1foce24.svelte-1foce24{display:flex;justify-content:flex-end}.empty-tickets.svelte-1foce24.svelte-1foce24{text-align:center;padding:3rem 2rem;background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px}.empty-icon.svelte-1foce24.svelte-1foce24{font-size:3rem;margin-bottom:1rem}.empty-tickets.svelte-1foce24 h3.svelte-1foce24{font-size:1.25rem;color:var(--color-text-primary, #f8fafc);margin-bottom:.5rem}.empty-tickets.svelte-1foce24 p.svelte-1foce24{color:var(--color-text-secondary, #cbd5e1);line-height:1.6;margin-bottom:.5rem}.back-section.svelte-1foce24.svelte-1foce24{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border, #334155)}.btn.svelte-1foce24.svelte-1foce24{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:.875rem}.btn.svelte-1foce24.svelte-1foce24:disabled{opacity:.6;cursor:not-allowed}.btn-primary.svelte-1foce24.svelte-1foce24{background:var(--color-primary, #3b82f6);color:var(--color-surface, #ffffff);border-color:var(--color-primary, #3b82f6);min-width:140px}.btn-primary.svelte-1foce24.svelte-1foce24:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.btn-secondary.svelte-1foce24.svelte-1foce24{background:var(--color-surface, #1e293b);color:var(--color-text-primary, #f8fafc);border-color:var(--color-border, #334155)}.btn-secondary.svelte-1foce24.svelte-1foce24:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}.btn-sm.svelte-1foce24.svelte-1foce24{padding:.5rem .75rem;font-size:.75rem}.btn-outline.svelte-1foce24.svelte-1foce24{background:transparent;color:var(--color-primary, #3b82f6);border-color:var(--color-primary, #3b82f6)}.btn-outline.svelte-1foce24.svelte-1foce24:hover{background:var(--color-primary, #3b82f6);color:var(--color-surface, #ffffff)}@media (max-width: 768px){.my-tickets-view.svelte-1foce24.svelte-1foce24{padding:1.5rem .75rem}.email-input-section.svelte-1foce24.svelte-1foce24{padding:1.5rem}.email-input-row.svelte-1foce24.svelte-1foce24{flex-direction:column;gap:.75rem}.tickets-grid.svelte-1foce24.svelte-1foce24{grid-template-columns:1fr;gap:1rem}.ticket-card.svelte-1foce24.svelte-1foce24{padding:1rem}}.status-view.svelte-19q5era.svelte-19q5era{max-width:800px;margin:0 auto;padding:2rem 1rem}.loading-container.svelte-19q5era.svelte-19q5era,.error-container.svelte-19q5era.svelte-19q5era{text-align:center;padding:3rem 2rem;max-width:500px;margin:2rem auto}.loading-spinner.svelte-19q5era.svelte-19q5era{width:40px;height:40px;border:3px solid var(--color-border, #334155);border-top:3px solid var(--color-primary, #3b82f6);border-radius:50%;animation:svelte-19q5era-spin 1s linear infinite;margin:0 auto 1rem}@keyframes svelte-19q5era-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-icon.svelte-19q5era.svelte-19q5era{font-size:3rem;margin-bottom:1rem}.error-container.svelte-19q5era h3.svelte-19q5era{font-size:1.25rem;color:var(--color-text-primary, #f8fafc);margin-bottom:.5rem}.error-container.svelte-19q5era p.svelte-19q5era{color:var(--color-text-secondary, #cbd5e1);margin-bottom:1.5rem;line-height:1.6}.ticket-header.svelte-19q5era.svelte-19q5era{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem;margin-bottom:2rem}.ticket-meta.svelte-19q5era.svelte-19q5era{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.ticket-meta.svelte-19q5era h2.svelte-19q5era{font-family:monospace;font-size:1.5rem;color:var(--color-text-primary, #f8fafc);margin:0}.ticket-status-badge.svelte-19q5era.svelte-19q5era{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--color-text-secondary, #64748b)}.status-icon.svelte-19q5era.svelte-19q5era{font-size:.875rem}.ticket-title.svelte-19q5era.svelte-19q5era{font-size:1.5rem;color:var(--color-text-primary, #f8fafc);margin-bottom:1rem;line-height:1.4}.ticket-details.svelte-19q5era.svelte-19q5era{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--color-text-secondary, #cbd5e1)}.ticket-details.svelte-19q5era span[class*=priority].svelte-19q5era{padding:.125rem .5rem;border-radius:4px;font-weight:600;text-transform:capitalize}.priority-low.svelte-19q5era.svelte-19q5era{background:#65a30d33;color:var(--color-success, #10b981)}.priority-medium.svelte-19q5era.svelte-19q5era{background:#d9770633;color:var(--color-warning, #f59e0b)}.priority-high.svelte-19q5era.svelte-19q5era{background:#ea580c33;color:var(--color-warning, #f59e0b)}.priority-critical.svelte-19q5era.svelte-19q5era{background:#dc262633;color:var(--color-error, #ef4444)}.ticket-content.svelte-19q5era.svelte-19q5era{display:flex;flex-direction:column;gap:2rem}.ticket-description.svelte-19q5era.svelte-19q5era{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem}.ticket-description.svelte-19q5era h4.svelte-19q5era,.ticket-timeline.svelte-19q5era h4.svelte-19q5era,.add-comment.svelte-19q5era h4.svelte-19q5era{font-size:1.125rem;color:var(--color-text-primary, #f8fafc);margin-bottom:1rem}.ticket-description.svelte-19q5era p.svelte-19q5era{color:var(--color-text-primary, #f8fafc);line-height:1.6;white-space:pre-wrap}.ticket-timeline.svelte-19q5era.svelte-19q5era{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem}.timeline.svelte-19q5era.svelte-19q5era{position:relative;padding-left:1rem}.timeline.svelte-19q5era.svelte-19q5era:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-border, #334155)}.timeline-item.svelte-19q5era.svelte-19q5era{position:relative;margin-bottom:1.5rem;padding-left:1.5rem}.timeline-item.svelte-19q5era.svelte-19q5era:before{content:"";position:absolute;left:-.375rem;top:.5rem;width:.75rem;height:.75rem;background:var(--color-primary, #3b82f6);border-radius:50%}.timeline-item.internal.svelte-19q5era.svelte-19q5era:before{background:var(--color-warning, #f59e0b)}.timeline-item.svelte-19q5era.svelte-19q5era:last-child{margin-bottom:0}.comment-header.svelte-19q5era.svelte-19q5era{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.comment-author.svelte-19q5era.svelte-19q5era{font-weight:600;color:var(--color-text-primary, #f8fafc)}.comment-date.svelte-19q5era.svelte-19q5era{font-size:.75rem;color:var(--color-text-secondary, #cbd5e1)}.comment-body.svelte-19q5era.svelte-19q5era{color:var(--color-text-primary, #f8fafc);line-height:1.6;white-space:pre-wrap}.add-comment.svelte-19q5era.svelte-19q5era{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:12px;padding:2rem}.form-group.svelte-19q5era.svelte-19q5era{margin-bottom:1rem}.form-group.svelte-19q5era textarea.svelte-19q5era{width:100%;padding:.75rem;border:1px solid var(--color-border, #334155);border-radius:6px;background:var(--color-surface-dark, #0f172a);color:var(--color-text-primary, #f8fafc);font-size:1rem;resize:vertical;transition:border-color .2s ease}.form-group.svelte-19q5era textarea.svelte-19q5era:focus{outline:none;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 2px #3b82f61a}.form-group.svelte-19q5era textarea.svelte-19q5era:disabled{opacity:.6;cursor:not-allowed}.back-section.svelte-19q5era.svelte-19q5era{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border, #334155)}.btn.svelte-19q5era.svelte-19q5era{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:.875rem}.btn.svelte-19q5era.svelte-19q5era:disabled{opacity:.6;cursor:not-allowed}.btn-primary.svelte-19q5era.svelte-19q5era{background:var(--color-primary, #3b82f6);color:var(--color-surface, #ffffff);border-color:var(--color-primary, #3b82f6)}.btn-primary.svelte-19q5era.svelte-19q5era:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);border-color:var(--color-primary-dark, #2563eb)}.btn-secondary.svelte-19q5era.svelte-19q5era{background:var(--color-surface, #1e293b);color:var(--color-text-primary, #f8fafc);border-color:var(--color-border, #334155)}.btn-secondary.svelte-19q5era.svelte-19q5era:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}@media (max-width: 768px){.status-view.svelte-19q5era.svelte-19q5era{padding:1.5rem .75rem}.ticket-header.svelte-19q5era.svelte-19q5era,.ticket-description.svelte-19q5era.svelte-19q5era,.ticket-timeline.svelte-19q5era.svelte-19q5era,.add-comment.svelte-19q5era.svelte-19q5era{padding:1.5rem}.ticket-meta.svelte-19q5era.svelte-19q5era{flex-direction:column;align-items:flex-start;gap:.75rem}.ticket-details.svelte-19q5era.svelte-19q5era{flex-direction:column;gap:.5rem}.timeline.svelte-19q5era.svelte-19q5era{padding-left:.75rem}.timeline-item.svelte-19q5era.svelte-19q5era{padding-left:1rem}}.stats-bar.svelte-1g9297h{background:var(--color-surface-darker, #0f172a);border-bottom:1px solid var(--color-border, #334155);padding:1.5rem 0}.container.svelte-1g9297h{max-width:1200px;margin:0 auto;padding:0 1rem}.stats-grid.svelte-1g9297h{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.stat-card.svelte-1g9297h{background:var(--color-surface, #1e293b);border:1px solid var(--color-border, #334155);border-radius:8px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.stat-card.svelte-1g9297h:hover{background:var(--color-surface-hover, #334155);border-color:var(--color-border-hover, #475569)}.stat-card.assigned.svelte-1g9297h{border-left:4px solid var(--color-primary, #3b82f6)}.stat-card.unassigned.svelte-1g9297h{border-left:4px solid var(--color-warning, #f59e0b)}.stat-card.total.svelte-1g9297h{border-left:4px solid var(--color-success, #10b981)}.stat-icon.svelte-1g9297h{font-size:1.5rem;opacity:.8}.stat-content.svelte-1g9297h{flex:1}.stat-value.svelte-1g9297h{font-size:1.875rem;font-weight:700;color:var(--color-text-primary, #f8fafc);line-height:1;margin-bottom:.25rem}.stat-label.svelte-1g9297h{font-size:.75rem;color:var(--color-text-secondary, #cbd5e1);font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.stats-bar.svelte-1g9297h{padding:1rem 0}.container.svelte-1g9297h{padding:0 .75rem}.stats-grid.svelte-1g9297h{grid-template-columns:1fr;gap:.75rem}.stat-card.svelte-1g9297h{padding:.75rem 1rem;gap:.75rem}.stat-value.svelte-1g9297h{font-size:1.5rem}}.nexus-customer-portal.svelte-vrezez{min-height:100dvh;background:var(--color-background, #0f172a);color:var(--color-text-primary, #f8fafc);display:flex;flex-direction:column}.portal-main.svelte-vrezez{flex:1}.container.svelte-vrezez{max-width:1200px;margin:0 auto;padding:0 1rem}.error-banner.svelte-vrezez{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;margin:1rem auto;max-width:1200px;display:flex;align-items:center;gap:.5rem}.error-icon.svelte-vrezez{font-size:1.25rem;color:var(--color-text-secondary, #64748b)}.error-close.svelte-vrezez{margin-left:auto;background:none;border:none;color:var(--color-text-secondary, #64748b);font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.error-close.svelte-vrezez:hover{background:#f871711a}.board-container.svelte-vrezez{padding:2rem 0}.ticket-detail-container.svelte-vrezez{background:var(--color-surface, #1e293b)}.login-container.svelte-vrezez{max-width:500px;margin:3rem auto;padding:0 1rem}@media (max-width: 768px){.container.svelte-vrezez{padding:0 .75rem}.board-container.svelte-vrezez{padding:1rem 0}.login-container.svelte-vrezez{margin:2rem auto}}
