.theme-controls.svelte-1kenrq5{display:flex;align-items:center;gap:var(--space-2)}.theme-toggle.svelte-1kenrq5,.accent-trigger.svelte-1kenrq5{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:var(--radius-lg);background:#ffffff0f;color:var(--color-nav-text);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);min-height:40px;min-width:40px}.theme-toggle.svelte-1kenrq5:hover,.accent-trigger.svelte-1kenrq5:hover{background:#ffffff1f;color:var(--color-nav-text-active)}.accent-picker-wrapper.svelte-1kenrq5{position:relative}.accent-dot.svelte-1kenrq5{width:14px;height:14px;border-radius:var(--radius-full);display:block;flex-shrink:0}.accent-dot.current.svelte-1kenrq5{box-shadow:0 0 0 2px #fff3}.accent-dropdown.svelte-1kenrq5{position:absolute;top:calc(100% + var(--space-4));right:0;background:#10121680;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:0 16px 48px #0000008c,0 0 0 1px #0003;z-index:var(--z-dropdown);min-width:200px}.accent-dropdown-label.svelte-1kenrq5{font-family:var(--font-display);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.06em;text-transform:uppercase;color:#ffffff59;display:block;margin-bottom:var(--space-4);text-align:center}.accent-options.svelte-1kenrq5{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);justify-items:center}.accent-option.svelte-1kenrq5{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid transparent;border-radius:var(--radius-full);background:none;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out);min-height:24px;min-width:24px;padding:0}.accent-option.svelte-1kenrq5:hover{transform:scale(1.2)}.accent-option.active.svelte-1kenrq5{border-color:#fffc}.accent-option.svelte-1kenrq5 .accent-dot:where(.svelte-1kenrq5){width:18px;height:18px}@media(max-width:768px){.theme-toggle.svelte-1kenrq5,.accent-trigger.svelte-1kenrq5{width:44px;height:44px;min-height:44px;min-width:44px}.accent-dropdown.svelte-1kenrq5{right:0;min-width:180px}}.navbar.svelte-d8j1hi{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);background:var(--color-nav-bg);border-bottom:1px solid rgba(255,255,255,.06)}.nav-inner.svelte-d8j1hi{max-width:var(--content-max);margin:0 auto;padding:0 var(--space-12);display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);gap:var(--space-8);overflow-x:clip;overflow-y:visible}.nav-brand.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-4);text-decoration:none;color:var(--color-nav-text-active);flex-shrink:0;min-height:auto;min-width:auto}.nav-logo.svelte-d8j1hi{height:36px;width:auto}.nav-brand-text.svelte-d8j1hi{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-xl);white-space:nowrap;letter-spacing:-.02em}.nav-center.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-2)}.nav-divider.svelte-d8j1hi{width:1px;height:20px;background:#ffffff14;margin:0 var(--space-2);flex-shrink:0}.nav-link.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-radius:var(--radius-lg);color:#ffffff8c;text-decoration:none;font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--weight-medium);letter-spacing:.01em;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);white-space:nowrap;min-height:44px;min-width:auto;position:relative}.nav-link.svelte-d8j1hi:hover{background:#ffffff0d;color:#ffffffe6}.nav-link.active.svelte-d8j1hi{background:color-mix(in oklch,var(--color-accent-500) 22%,transparent);color:var(--color-nav-text-active);box-shadow:inset 0 0 0 1px var(--color-accent-400)}.nav-icon.svelte-d8j1hi{width:18px;height:18px;object-fit:contain}.nav-end.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-5);flex-shrink:0}#auth-container{display:flex;align-items:center;gap:var(--space-4);height:100%}#auth-container button,#auth-container a{display:flex;align-items:center;justify-content:flex-start!important;text-align:left!important}.sub-navbar.svelte-d8j1hi{border-top:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,#00000040,#00000026);overflow:visible}.sub-nav-inner.svelte-d8j1hi{max-width:var(--content-max);margin:0 auto;padding:var(--space-4) var(--space-12);display:flex;align-items:center;justify-content:center;gap:var(--space-3);overflow:visible}.sub-nav-link.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-6) var(--space-8);color:#ffffff80;text-decoration:none;font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--weight-medium);letter-spacing:.01em;white-space:nowrap;border-radius:var(--radius-lg);transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);min-height:48px;min-width:auto}.sub-nav-link.svelte-d8j1hi:hover{color:#ffffffd9;background:#ffffff0d}.sub-nav-link.active.svelte-d8j1hi{color:var(--color-nav-text-active);background:var(--color-accent-50);box-shadow:inset 0 0 0 1px var(--color-accent-400)}[data-theme=light] .sub-nav-link.active.svelte-d8j1hi{background:#ffffff1a;color:var(--color-nav-text-active);box-shadow:inset 0 0 0 1px var(--color-accent-400)}.sub-nav-icon.svelte-d8j1hi{width:24px;height:24px;object-fit:contain}.sub-nav-dropdown-wrap.svelte-d8j1hi{position:relative}.sub-nav-chevron.svelte-d8j1hi{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:calc(-1 * var(--space-2));opacity:.55;transition:transform var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out)}.sub-nav-chevron.svelte-d8j1hi i{font-size:10px}.sub-nav-link.svelte-d8j1hi:hover .sub-nav-chevron:where(.svelte-d8j1hi){opacity:.9}.sub-nav-chevron.open.svelte-d8j1hi{transform:rotate(180deg);opacity:.9}.sub-nav-dropdown.svelte-d8j1hi{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:240px;background:#101216f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:var(--space-3);display:flex;flex-direction:column;gap:0;box-shadow:0 16px 48px #0000008c,0 0 0 1px #0003;z-index:10;margin-top:var(--space-3)}.dropdown-item.svelte-d8j1hi{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);color:#ffffff80;text-decoration:none;font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--weight-medium);border-radius:var(--radius-md);white-space:nowrap;position:relative;transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.dropdown-item.svelte-d8j1hi:hover{color:#fffffff2;background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff0f}.dropdown-item.active.svelte-d8j1hi{color:var(--color-nav-text-active);background:var(--color-accent-50);box-shadow:inset 3px 0 0 var(--color-accent-400)}[data-theme=light] .dropdown-item.active.svelte-d8j1hi{background:#ffffff1a;color:var(--color-nav-text-active);box-shadow:inset 3px 0 0 var(--color-accent-400)}.dropdown-icon.svelte-d8j1hi{width:22px;height:22px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3));opacity:.7;transition:opacity var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.dropdown-item.svelte-d8j1hi:hover .dropdown-icon:where(.svelte-d8j1hi),.dropdown-item.active.svelte-d8j1hi .dropdown-icon:where(.svelte-d8j1hi){opacity:1;transform:scale(1.08)}@media(max-width:768px){.nav-inner.svelte-d8j1hi{padding:0 var(--space-6);gap:var(--space-4)}.nav-brand-text.svelte-d8j1hi{display:none}.nav-logo.svelte-d8j1hi{height:28px}.nav-link.svelte-d8j1hi span:where(.svelte-d8j1hi){display:none}.nav-link.svelte-d8j1hi{width:44px;height:44px;padding:0;justify-content:center}.nav-divider.svelte-d8j1hi{height:16px;margin:0}.nav-icon.svelte-d8j1hi{width:20px;height:20px}.nav-end.svelte-d8j1hi .theme-controls{display:none}.sub-nav-inner.svelte-d8j1hi{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:var(--space-3) var(--space-4);justify-content:space-between;gap:var(--space-2)}.sub-nav-inner.svelte-d8j1hi::-webkit-scrollbar{display:none}.sub-nav-dropdown-wrap.svelte-d8j1hi,.sub-nav-inner.svelte-d8j1hi>.sub-nav-link:where(.svelte-d8j1hi){flex:1 1 auto;display:flex;justify-content:center}.sub-nav-text.svelte-d8j1hi{display:none}.sub-nav-icon.svelte-d8j1hi{width:24px;height:24px}.sub-nav-link.svelte-d8j1hi{padding:var(--space-4) var(--space-5);gap:var(--space-2);justify-content:center;min-height:48px;flex:1 1 auto}.sub-nav-chevron.svelte-d8j1hi{width:16px;height:16px;margin-left:calc(-1 * var(--space-1))}.sub-nav-chevron.svelte-d8j1hi i{font-size:10px}.sub-nav-dropdown.svelte-d8j1hi{position:fixed;top:calc(var(--nav-height) + 56px);left:var(--space-4);right:var(--space-4);transform:none;min-width:0;max-width:none;width:auto;max-height:calc(100dvh - var(--nav-height) - 80px);overflow-y:auto;z-index:calc(var(--z-nav) + 1);animation-name:svelte-d8j1hi-sub-nav-dropdown-in-mobile}}@keyframes svelte-d8j1hi-sub-nav-dropdown-in-mobile{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cookie-banner.svelte-dqnzo8{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:var(--color-nav-bg);border:1px solid rgba(255,255,255,.08);padding:var(--space-6) var(--space-8);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);z-index:9999;max-width:520px;width:90%}.cookie-content.svelte-dqnzo8{display:flex;flex-direction:column;gap:var(--space-4);align-items:center;text-align:center}.cookie-content.svelte-dqnzo8 p:where(.svelte-dqnzo8){color:var(--color-nav-text);font-size:var(--text-sm);line-height:1.5;margin:0;max-width:none}.cookie-actions.svelte-dqnzo8{display:flex;gap:var(--space-3)}.cookie-btn-accept.svelte-dqnzo8{background:var(--color-accent-500);color:#fff;border:none;padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);font-weight:var(--weight-semibold);font-size:var(--text-sm);cursor:pointer;transition:background var(--duration-fast) var(--ease-out);min-height:36px}.cookie-btn-accept.svelte-dqnzo8:hover{background:var(--color-accent-600)}.cookie-btn-decline.svelte-dqnzo8{background:transparent;color:var(--color-nav-text);border:1px solid rgba(255,255,255,.15);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-weight:var(--weight-medium);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);min-height:36px}.cookie-btn-decline.svelte-dqnzo8:hover{color:var(--color-nav-text-active);border-color:#ffffff4d}@media(max-width:480px){.cookie-actions.svelte-dqnzo8{flex-direction:column;width:100%}.cookie-btn-accept.svelte-dqnzo8,.cookie-btn-decline.svelte-dqnzo8{width:100%;text-align:center;justify-content:center}}.chat-bubble.svelte-q59oxt{position:fixed;bottom:5.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#1c1e23 0%,var(--color-accent-500) 100%);color:var(--color-nav-text-active);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1500;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1)}.chat-bubble.svelte-q59oxt:hover{transform:scale(1.1);opacity:.92}.chat-bubble.svelte-q59oxt:active{transform:scale(.95)}.chat-bubble.svelte-q59oxt:after{content:"";position:absolute;inset:-3px;border-radius:50%;box-shadow:0 0 0 0 transparent;pointer-events:none;transition:box-shadow .25s cubic-bezier(.16,1,.3,1)}.chat-bubble.svelte-q59oxt:hover:after{box-shadow:0 0 16px 2px #3b82f633}.chat-bubble.svelte-q59oxt svg:where(.svelte-q59oxt){transition:transform .3s cubic-bezier(.16,1,.3,1)}.chat-bubble.svelte-q59oxt:hover svg:where(.svelte-q59oxt){transform:rotate(-8deg)}.chat-bubble.svelte-q59oxt:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accent-500)}.unread-badge.svelte-q59oxt{position:absolute;top:2px;right:2px;min-width:18px;height:18px;border-radius:9px;background:var(--color-accent-500);color:var(--color-nav-text-active);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.chat-tooltip.svelte-q59oxt{position:fixed;bottom:6.5rem;right:5.5rem;max-width:240px;background:var(--color-nav-bg);border:1px solid var(--color-border);border-radius:12px;padding:12px 32px 12px 14px;box-shadow:0 4px 20px #0006;z-index:1500;display:flex;align-items:flex-start;gap:8px}.chat-tooltip.svelte-q59oxt:after{content:"";position:absolute;right:-6px;bottom:16px;width:12px;height:12px;background:var(--color-nav-bg);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);transform:rotate(-45deg)}.chat-tooltip.svelte-q59oxt p:where(.svelte-q59oxt){margin:0;font-size:.82rem;line-height:1.45;color:var(--color-nav-text)}.tooltip-dismiss.svelte-q59oxt{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--color-nav-text);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.tooltip-dismiss.svelte-q59oxt:hover{color:var(--color-nav-text-active);background:#ffffff0f}.chat-panel.svelte-q59oxt{position:fixed;bottom:5.5rem;right:1.5rem;width:380px;height:530px;max-height:calc(100vh - 7rem);border-radius:20px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-nav-bg) 0%,var(--color-bg) 40%);z-index:1500;display:flex;flex-direction:column;overflow:hidden}.chat-panel.svelte-q59oxt:before{content:"";position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.4),transparent);z-index:10;border-radius:1px}.drag-handle.svelte-q59oxt{display:none}.chat-header.svelte-q59oxt{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:none;position:relative;flex-shrink:0}.chat-header.svelte-q59oxt:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background:linear-gradient(90deg,transparent,var(--accent-blue-light, rgba(59, 130, 246, .1)),rgba(59,130,246,.06),transparent)}.header-title-group.svelte-q59oxt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-title.svelte-q59oxt{margin:0;font-size:.95rem;font-weight:600;color:var(--color-nav-text-active);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3)}.online-indicator.svelte-q59oxt{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;color:var(--color-text-tertiary)}.support-agent.svelte-q59oxt{display:inline-flex;align-items:center;gap:4px;color:var(--color-nav-text);font-weight:600}.agent-avatar-wrap.svelte-q59oxt{position:relative;width:16px;height:16px;flex-shrink:0}.agent-avatar.svelte-q59oxt{width:16px;height:16px;border-radius:50%;object-fit:cover}.agent-status-dot.svelte-q59oxt{position:absolute;bottom:-1px;right:-1px;width:7px;height:7px;border-radius:50%;background:var(--color-success);border:1.5px solid var(--color-nav-bg)}.header-back.svelte-q59oxt,.header-dismiss.svelte-q59oxt,.header-close-conv.svelte-q59oxt{background:none;border:none;color:var(--color-nav-text);cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:color .2s cubic-bezier(.16,1,.3,1),background .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1);flex-shrink:0}.header-back.svelte-q59oxt:hover,.header-dismiss.svelte-q59oxt:hover{color:var(--color-nav-text-active);background:#ffffff0f}.header-back.svelte-q59oxt:focus-visible,.header-dismiss.svelte-q59oxt:focus-visible,.header-close-conv.svelte-q59oxt:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accent-500)}.header-back.svelte-q59oxt:active,.header-dismiss.svelte-q59oxt:active{background:#ffffff1a}.header-close-conv.svelte-q59oxt:hover{color:var(--color-success);background:#22c55e1a}.header-close-conv.svelte-q59oxt:active{background:#22c55e2e}.status-pill.svelte-q59oxt{display:inline-flex;align-items:center;gap:5px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px 2px 6px;border-radius:99px;line-height:1;flex-shrink:0;width:fit-content}.status-pill.open.svelte-q59oxt{background:#22c55e1a;color:var(--color-success)}.status-pill.closed.svelte-q59oxt{background:#8b919e14;color:var(--color-text-tertiary)}.status-pill-dot.svelte-q59oxt{width:5px;height:5px;border-radius:50%;flex-shrink:0}.status-pill.open.svelte-q59oxt .status-pill-dot:where(.svelte-q59oxt){background:var(--color-success)}.status-pill.closed.svelte-q59oxt .status-pill-dot:where(.svelte-q59oxt){background:var(--color-text-tertiary)}.chat-body.svelte-q59oxt{flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--color-surface-alt) transparent}.chat-body.svelte-q59oxt::-webkit-scrollbar{width:6px}.chat-body.svelte-q59oxt::-webkit-scrollbar-track{background:transparent}.chat-body.svelte-q59oxt::-webkit-scrollbar-thumb{background-color:var(--color-surface-alt);border-radius:6px}.chat-body.svelte-q59oxt::-webkit-scrollbar-thumb:hover{background-color:var(--color-border-strong)}.empty-state.svelte-q59oxt{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;text-align:center;gap:12px}.empty-icon-wrap.svelte-q59oxt{position:relative;width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.empty-icon-wrap.svelte-q59oxt:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px dashed rgba(59,130,246,.15)}.empty-icon.svelte-q59oxt{color:var(--color-accent-500);opacity:.5}.empty-icon.svelte-q59oxt path:where(.svelte-q59oxt){fill:#3b82f614}.empty-title.svelte-q59oxt{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-nav-text-active)}.empty-desc.svelte-q59oxt{margin:0;font-size:.82rem;color:var(--color-nav-text);line-height:1.5;max-width:240px}.ticket-list.svelte-q59oxt{display:flex;flex-direction:column;padding:8px;gap:2px}.ticket-card.svelte-q59oxt{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:12px;border-radius:10px;border:1px solid transparent;border-left:3px solid transparent;background:transparent;cursor:pointer;text-align:left;color:var(--color-nav-text-active);transition:background .2s cubic-bezier(.16,1,.3,1),border-color .2s cubic-bezier(.16,1,.3,1),border-left-color .2s cubic-bezier(.16,1,.3,1);width:100%;font-family:inherit;position:relative}.ticket-card.svelte-q59oxt:hover{background:linear-gradient(90deg,rgba(59,130,246,.04),var(--color-nav-bg));border-color:var(--color-border);border-left-color:var(--color-accent-500)}.ticket-card.svelte-q59oxt:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accent-500)}.ticket-card.is-closed.svelte-q59oxt{opacity:.5}.ticket-card.svelte-q59oxt+.ticket-card:where(.svelte-q59oxt):before{content:"";position:absolute;top:-1px;left:20%;right:20%;height:1px;background:var(--color-border);opacity:.4}.ticket-top.svelte-q59oxt{display:flex;align-items:center;gap:8px}.ticket-subject.svelte-q59oxt{font-weight:600;font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-time.svelte-q59oxt{font-size:.7rem;color:var(--color-text-tertiary);flex-shrink:0;margin-left:auto}.ticket-preview.svelte-q59oxt{margin:0;font-size:.8rem;color:var(--color-nav-text);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-meta.svelte-q59oxt{display:flex;align-items:center;gap:6px}.ticket-unread-dot.svelte-q59oxt{width:7px;height:7px;border-radius:50%;background:var(--color-accent-500)}.new-form.svelte-q59oxt{padding:16px;display:flex;flex-direction:column;gap:10px}.form-label.svelte-q59oxt{font-size:.76rem;font-weight:600;color:var(--color-nav-text);text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.form-label.svelte-q59oxt:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--color-accent-500);flex-shrink:0}.form-input.svelte-q59oxt,.form-textarea.svelte-q59oxt{background:var(--color-nav-bg);border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;color:var(--color-nav-text-active);font-size:.88rem;font-family:inherit;resize:vertical;transition:border-color .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)}.form-input.svelte-q59oxt:focus,.form-textarea.svelte-q59oxt:focus{outline:none;border-color:var(--color-accent-500);box-shadow:inset 0 1px 4px #3b82f61f}.form-textarea.svelte-q59oxt{min-height:100px}.textarea-wrap.svelte-q59oxt{position:relative}.textarea-wrap.svelte-q59oxt .form-textarea:where(.svelte-q59oxt){width:100%}.char-counter.svelte-q59oxt{position:absolute;bottom:8px;right:10px;font-size:.68rem;color:var(--color-text-tertiary);opacity:.6;pointer-events:none}.form-error.svelte-q59oxt{margin:0;font-size:.8rem;color:var(--color-error)}.form-submit.svelte-q59oxt{background:linear-gradient(135deg,var(--color-accent-500) 0%,var(--color-accent-600) 100%);color:var(--color-nav-text-active);border:none;padding:10px 16px;border-radius:8px;font-weight:600;font-size:.88rem;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s cubic-bezier(.16,1,.3,1);margin-top:4px}.form-submit.svelte-q59oxt:hover:not(:disabled){transform:scale(1.02);opacity:.92}.form-submit.svelte-q59oxt:active:not(:disabled){transform:scale(.98)}.form-submit.svelte-q59oxt:disabled{opacity:.35;cursor:not-allowed}.closed-banner.svelte-q59oxt{text-align:center;font-size:.76rem;color:var(--color-text-tertiary);padding:8px 16px;background:#8b919e0a;border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:6px}.closed-banner.svelte-q59oxt svg:where(.svelte-q59oxt){opacity:.45;flex-shrink:0}.message-list.svelte-q59oxt{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:var(--color-surface-alt) transparent}.message-list.svelte-q59oxt::-webkit-scrollbar{width:6px}.message-list.svelte-q59oxt::-webkit-scrollbar-track{background:transparent}.message-list.svelte-q59oxt::-webkit-scrollbar-thumb{background-color:var(--color-surface-alt);border-radius:6px}.loading-state.svelte-q59oxt{text-align:center;color:var(--color-nav-text);font-size:.82rem;padding:24px}.message.svelte-q59oxt{display:flex;flex-direction:column;max-width:85%}.message.user.svelte-q59oxt{align-self:flex-end;align-items:flex-end}.message.admin.svelte-q59oxt{align-self:flex-start;align-items:flex-start}.msg-sender.svelte-q59oxt{font-size:.7rem;font-weight:600;color:var(--color-accent-500);margin-bottom:2px;padding-left:4px}.msg-bubble.svelte-q59oxt{padding:8px 12px;border-radius:12px;line-height:1.45;position:relative}.message.user.svelte-q59oxt .msg-bubble:where(.svelte-q59oxt){background:linear-gradient(135deg,var(--color-surface-alt) 0%,rgba(28,30,35,.85) 100%);border-bottom-right-radius:4px}.message.admin.svelte-q59oxt .msg-bubble:where(.svelte-q59oxt){background:#3b82f61a;border:1px solid rgba(59,130,246,.12);border-left:2px solid var(--color-accent-500);border-bottom-left-radius:4px}.msg-content.svelte-q59oxt{margin:0;font-size:.85rem;color:var(--color-nav-text-active);white-space:pre-wrap;word-break:break-word}.msg-time.svelte-q59oxt{font-size:.65rem;color:var(--color-text-tertiary);margin-top:3px;padding:0 4px;opacity:.6}.msg-time-inline.svelte-q59oxt{display:block;text-align:right;font-size:.62rem;color:var(--color-text-tertiary);opacity:.45;margin-top:4px}.message.user.svelte-q59oxt+.message.user:where(.svelte-q59oxt),.message.admin.svelte-q59oxt+.message.admin:where(.svelte-q59oxt){margin-top:-4px}.message.admin.svelte-q59oxt+.message.admin:where(.svelte-q59oxt) .msg-sender:where(.svelte-q59oxt){display:none}.message.user.svelte-q59oxt:last-child .msg-bubble:where(.svelte-q59oxt):after,.message.user.svelte-q59oxt+.message.admin:where(.svelte-q59oxt)~.message.user:where(.svelte-q59oxt):last-of-type .msg-bubble:where(.svelte-q59oxt):after{content:"";position:absolute;bottom:0;right:-5px;width:0;height:0;border-left:6px solid var(--color-surface-alt);border-top:4px solid transparent;border-bottom:4px solid transparent}.typing-indicator.svelte-q59oxt{padding:4px 16px 2px;font-size:.68rem;color:var(--color-text-tertiary);opacity:.5;display:flex;align-items:center;gap:4px;height:18px;flex-shrink:0}.typing-dots.svelte-q59oxt{display:flex;gap:3px}.typing-dots.svelte-q59oxt span:where(.svelte-q59oxt){width:4px;height:4px;border-radius:50%;background:var(--color-text-tertiary)}.message-input-area.svelte-q59oxt{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--color-border);background:#141518bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex-shrink:0}.message-input.svelte-q59oxt{flex:1;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:8px 10px;color:var(--color-nav-text-active);font-size:.85rem;font-family:inherit;resize:none;max-height:100px;min-height:36px;transition:border-color .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)}.message-input.svelte-q59oxt:focus{outline:none;border-color:var(--color-accent-500);box-shadow:inset 0 1px 3px #3b82f61a}.send-btn.svelte-q59oxt{width:36px;height:36px;border-radius:8px;border:none;background:linear-gradient(135deg,var(--color-accent-500),var(--color-accent-600));color:var(--color-nav-text-active);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s cubic-bezier(.16,1,.3,1),opacity .2s cubic-bezier(.16,1,.3,1)}.send-btn.svelte-q59oxt:hover:not(:disabled){transform:scale(1.05)}.send-btn.svelte-q59oxt:active:not(:disabled){transform:scale(.9)}.send-btn.svelte-q59oxt:disabled{opacity:.25;cursor:not-allowed;filter:saturate(.3)}.message-input-locked.svelte-q59oxt{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 12px;border-top:1px solid var(--color-border);flex-shrink:0;color:var(--color-text-tertiary);font-size:.8rem}.message-input-locked.svelte-q59oxt svg:where(.svelte-q59oxt){opacity:.4}.chat-footer.svelte-q59oxt{padding:10px 12px;border-top:1px solid var(--color-border);flex-shrink:0}.new-ticket-btn.svelte-q59oxt{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:8px;border:1px solid var(--color-border);background:transparent;color:var(--color-nav-text-active);font-size:.86rem;font-weight:600;cursor:pointer;font-family:inherit;position:relative;overflow:hidden;transition:background .2s cubic-bezier(.16,1,.3,1),border-color .2s cubic-bezier(.16,1,.3,1)}.new-ticket-btn.svelte-q59oxt:hover{background:linear-gradient(90deg,#3b82f60f,#3b82f605);border-color:var(--color-accent-500)}.new-ticket-btn.svelte-q59oxt:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-accent-500)}.new-ticket-btn.svelte-q59oxt svg:where(.svelte-q59oxt){transition:transform .25s cubic-bezier(.16,1,.3,1)}.new-ticket-btn.svelte-q59oxt:hover svg:where(.svelte-q59oxt){transform:rotate(90deg)}.new-ticket-btn.svelte-q59oxt:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(59,130,246,.2),transparent);background-size:200% 100%;opacity:0;transition:opacity .3s ease;pointer-events:none;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px}.new-ticket-btn.svelte-q59oxt:hover:after{opacity:1}@media(prefers-reduced-motion:no-preference){.chat-bubble.has-unread.svelte-q59oxt{animation:svelte-q59oxt-bubble-pulse 2.5s ease-in-out infinite}@keyframes svelte-q59oxt-bubble-pulse{0%,to{filter:drop-shadow(0 0 0px transparent)}50%{filter:drop-shadow(0 0 10px rgba(59,130,246,.3))}}.unread-badge.svelte-q59oxt{animation:svelte-q59oxt-badge-bounce .4s cubic-bezier(.16,1,.3,1)}@keyframes svelte-q59oxt-badge-bounce{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.empty-icon-wrap.svelte-q59oxt{animation:svelte-q59oxt-float-breathe 3.5s ease-in-out infinite}@keyframes svelte-q59oxt-float-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ticket-unread-dot.svelte-q59oxt{animation:svelte-q59oxt-dot-pulse 2s ease-in-out infinite}@keyframes svelte-q59oxt-dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.message.svelte-q59oxt{animation:svelte-q59oxt-msg-appear .3s cubic-bezier(.16,1,.3,1) both}@keyframes svelte-q59oxt-msg-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.typing-dots.svelte-q59oxt span:where(.svelte-q59oxt){animation:svelte-q59oxt-typing-bounce 1.2s ease-in-out infinite}.typing-dots.svelte-q59oxt span:where(.svelte-q59oxt):nth-child(2){animation-delay:.15s}.typing-dots.svelte-q59oxt span:where(.svelte-q59oxt):nth-child(3){animation-delay:.3s}@keyframes svelte-q59oxt-typing-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:.8;transform:translateY(-2px)}}.new-ticket-btn.svelte-q59oxt:hover:after{animation:svelte-q59oxt-shimmer 1.5s ease-in-out infinite}@keyframes svelte-q59oxt-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}}@media(max-width:640px){.chat-panel.svelte-q59oxt{width:100%;right:0;bottom:0;height:85vh;max-height:calc(100vh - env(safe-area-inset-top,0px));border-radius:20px 20px 0 0;border-bottom:none}.chat-bubble.svelte-q59oxt{bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));right:1.25rem}.drag-handle.svelte-q59oxt{display:flex;justify-content:center;padding:8px 0 0;flex-shrink:0}.drag-handle.svelte-q59oxt span:where(.svelte-q59oxt){width:32px;height:4px;border-radius:2px;background:var(--color-border)}}.attachment-tray.svelte-q59oxt{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0 4px}.attachment-tray--inline.svelte-q59oxt{padding:8px 12px 0;background:#141518bf;border-top:1px solid var(--color-border)}.att-chip.svelte-q59oxt{display:inline-flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;max-width:220px}.att-chip.is-error.svelte-q59oxt{border-color:var(--color-error, #d33)}.att-thumb.svelte-q59oxt{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.att-icon.svelte-q59oxt{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background:#ffffff0a;color:var(--color-nav-text);flex-shrink:0}.att-meta.svelte-q59oxt{display:flex;flex-direction:column;min-width:0;line-height:1.15}.att-meta.svelte-q59oxt .att-name:where(.svelte-q59oxt){font-size:.75rem;color:var(--color-nav-text-active);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.att-meta.svelte-q59oxt .att-size:where(.svelte-q59oxt){font-size:.65rem;color:var(--color-text-tertiary)}.att-remove.svelte-q59oxt{background:none;border:none;color:var(--color-text-tertiary);cursor:pointer;padding:2px;display:flex;align-items:center;border-radius:4px;flex-shrink:0;transition:background .15s,color .15s}.att-remove.svelte-q59oxt:hover{background:#ffffff14;color:var(--color-nav-text-active)}.form-actions-row.svelte-q59oxt{display:flex;gap:8px;align-items:center;margin-top:8px}.att-add-btn.svelte-q59oxt{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-nav-text);font-size:.75rem;cursor:pointer;transition:border-color .15s,color .15s}.att-add-btn.svelte-q59oxt:hover{border-color:var(--color-accent-500);color:var(--color-nav-text-active)}.att-add-icon.svelte-q59oxt{width:36px;height:36px;border-radius:8px;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-nav-text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s,color .15s}.att-add-icon.svelte-q59oxt:hover{border-color:var(--color-accent-500);color:var(--color-nav-text-active)}.textarea-wrap.is-dragging.svelte-q59oxt,.message-input-area.is-dragging.svelte-q59oxt{outline:2px dashed var(--color-accent-500);outline-offset:-2px}.msg-attachments.svelte-q59oxt{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.msg-att-image-link.svelte-q59oxt{display:block;line-height:0;border-radius:6px;overflow:hidden;max-width:200px}.msg-att-image.svelte-q59oxt{max-width:100%;max-height:200px;height:auto;display:block;cursor:zoom-in}.msg-att-file.svelte-q59oxt{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#0000002e;border:1px solid var(--color-border);border-radius:6px;color:var(--color-nav-text-active);font-size:.75rem;text-decoration:none;max-width:260px}.msg-att-file.svelte-q59oxt:hover{background:#00000047}.msg-att-file.svelte-q59oxt .att-name:where(.svelte-q59oxt){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-att-file.svelte-q59oxt .att-size:where(.svelte-q59oxt){color:var(--color-text-tertiary);flex-shrink:0}
