.sidebar.svelte-129hoe0{width:260px;background:#fff;border-right:1px solid #e6e9ef;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;transition:width .3s ease;z-index:1000}.sidebar.collapsed.svelte-129hoe0{width:80px}.sidebar-header.svelte-129hoe0{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e6e9ef}.sidebar-logo.svelte-129hoe0{display:flex;align-items:center;gap:12px;text-decoration:none;transition:gap .3s ease}.collapsed.svelte-129hoe0 .sidebar-logo:where(.svelte-129hoe0){gap:0}.sidebar-title.svelte-129hoe0{font-size:20px;font-weight:700;color:#212a34;font-style:italic;white-space:nowrap}.sidebar-toggle.svelte-129hoe0{background:transparent;border:none;color:#6e7884;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s ease}.sidebar-toggle.svelte-129hoe0:hover{color:#1e88e5}.sidebar-nav.svelte-129hoe0{flex:1;padding:20px 12px;overflow-y:auto}.nav-list.svelte-129hoe0{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.nav-item.svelte-129hoe0{position:relative}.nav-link.svelte-129hoe0{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#6e7884;text-decoration:none;font-size:14px;font-weight:600;font-style:italic;transition:all .2s ease}.collapsed.svelte-129hoe0 .nav-link:where(.svelte-129hoe0){justify-content:center;padding:12px}.nav-link.svelte-129hoe0:hover{background:#f7f9fc;color:#212a34}.nav-item.active.svelte-129hoe0 .nav-link:where(.svelte-129hoe0){background:#e3f2fd;color:#1e88e5}.nav-icon.svelte-129hoe0{flex-shrink:0}.nav-text.svelte-129hoe0{white-space:nowrap}.collapsed.svelte-129hoe0 .nav-text:where(.svelte-129hoe0){display:none}.sidebar-footer.svelte-129hoe0{padding:20px;border-top:1px solid #e6e9ef}.version-info.svelte-129hoe0{margin-bottom:16px;padding:12px;background:#f7f9fc;border-radius:8px}.version-label.svelte-129hoe0{font-size:11px;font-weight:600;color:#6e7884;margin-bottom:4px;text-transform:uppercase}.logout-btn.svelte-129hoe0{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:1px solid #e6e9ef;border-radius:8px;color:#6e7884;font-size:14px;font-weight:600;font-style:italic;cursor:pointer;transition:all .2s ease}.collapsed.svelte-129hoe0 .logout-btn:where(.svelte-129hoe0){justify-content:center;padding:12px}.logout-btn.svelte-129hoe0:hover{background:#fff5f5;border-color:#f44336;color:#f44336}.logout-btn.svelte-129hoe0 span:where(.svelte-129hoe0){white-space:nowrap}@media(max-width:768px){.sidebar.svelte-129hoe0{display:none}}.sidebar-footer.svelte-129hoe0{margin-top:auto;padding:20px;border-top:1px solid #e6e9ef}.version-info.svelte-129hoe0{margin-bottom:16px;font-size:11px;color:#6e7884;font-style:italic}.version-label.svelte-129hoe0{font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.logout-btn.svelte-129hoe0{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#fff;border:1.5px solid #e6e9ef;border-radius:8px;font-size:14px;font-weight:600;color:#ef4444;cursor:pointer;transition:all .2s ease}.logout-btn.svelte-129hoe0:hover{background:#fef2f2;border-color:#ef4444}.sidebar.collapsed.svelte-129hoe0 .version-info:where(.svelte-129hoe0){display:none}.create-ticket-btn.svelte-129hoe0{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:10px 16px;margin-bottom:12px;background:#1e88e5;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;font-style:italic;cursor:pointer;transition:background .2s ease}.create-ticket-btn.svelte-129hoe0:hover{background:#1565c0}.collapsed.svelte-129hoe0 .create-ticket-btn:where(.svelte-129hoe0){padding:10px}.mobile-tabbar.svelte-1e09pin{display:none}@media(max-width:768px){.mobile-tabbar.svelte-1e09pin{display:flex;align-items:stretch;position:fixed;left:0;right:0;bottom:0;height:60px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e6e9ef;z-index:1000}}.tab.svelte-1e09pin{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 2px;background:transparent;border:none;color:#6e7884;text-decoration:none;font-size:10px;font-weight:600;font-style:italic;line-height:1.1;font-family:inherit;cursor:pointer}.tab.svelte-1e09pin span:where(.svelte-1e09pin){white-space:nowrap;max-width:68px;overflow:hidden;text-overflow:ellipsis}.tab.active.svelte-1e09pin{color:#1e88e5}.tab-icon.svelte-1e09pin{flex-shrink:0}.mobile-more-backdrop.svelte-1e09pin,.mobile-more-sheet.svelte-1e09pin{display:none}@media(max-width:768px){.mobile-more-backdrop.svelte-1e09pin{display:block;position:fixed;inset:0;background:#0006;border:none;padding:0;margin:0;z-index:1001}.mobile-more-sheet.svelte-1e09pin{display:flex;flex-direction:column;gap:4px;position:fixed;left:0;right:0;bottom:0;max-height:75vh;overflow-y:auto;background:#fff;border-radius:16px 16px 0 0;padding:10px 16px calc(18px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px #00000026;z-index:1002}}.mobile-more-handle.svelte-1e09pin{width:40px;height:4px;border-radius:2px;background:#e6e9ef;margin:2px auto 10px;flex-shrink:0}.more-create-ticket.svelte-1e09pin{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;margin-bottom:8px;background:#1e88e5;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;font-style:italic;cursor:pointer}.more-create-ticket.svelte-1e09pin:active{background:#1565c0}.more-list.svelte-1e09pin{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.more-link.svelte-1e09pin{display:flex;align-items:center;gap:12px;padding:12px 8px;border-radius:8px;color:#212a34;text-decoration:none;font-size:15px;font-weight:600;font-style:italic}.more-link.active.svelte-1e09pin{color:#1e88e5;background:#e3f2fd}.more-logout.svelte-1e09pin{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;margin-top:8px;background:#fff;border:1.5px solid #e6e9ef;border-radius:8px;color:#ef4444;font-size:14px;font-weight:600;font-style:italic;cursor:pointer}.top-header.svelte-11siq9i{height:70px;background:#fff;border-bottom:1px solid #e6e9ef;display:flex;align-items:center;justify-content:space-between;padding:0 30px;gap:20px;position:sticky;top:0;z-index:100}.header-left.svelte-11siq9i{flex-shrink:0}.page-title.svelte-11siq9i{font-size:24px;font-weight:700;color:#212a34;font-style:italic;margin:0}.header-center.svelte-11siq9i{flex:1;display:flex;justify-content:center;max-width:500px}.search-box.svelte-11siq9i{position:relative;width:100%;max-width:400px}.search-icon.svelte-11siq9i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6e7884;pointer-events:none}.search-input.svelte-11siq9i{width:100%;padding:10px 14px 10px 42px;border:1.5px solid #e6e9ef;border-radius:8px;font-size:14px;font-style:italic;background:#f7f9fc;transition:all .2s ease}.search-input.svelte-11siq9i:focus{outline:none;border-color:#1e88e5;background:#fff;box-shadow:0 0 0 3px #1e88e51a}.header-right.svelte-11siq9i{display:flex;align-items:center;gap:20px;flex-shrink:0}.date-time.svelte-11siq9i{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#f7f9fc;border-radius:8px}.date-text.svelte-11siq9i{font-size:12px;color:#6e7884;line-height:1.4;font-style:italic;text-align:right}.time-text.svelte-11siq9i{font-size:18px;font-weight:700;color:#212a34;font-style:italic}.language-selector.svelte-11siq9i{position:relative}.lang-btn.svelte-11siq9i{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1.5px solid #e6e9ef;border-radius:8px;font-size:13px;font-weight:600;color:#212a34;cursor:pointer;transition:all .2s ease}.lang-btn.svelte-11siq9i:hover{border-color:#1e88e5;background:#f7f9fc}.lang-btn.svelte-11siq9i img:where(.svelte-11siq9i){border-radius:2px}.lang-btn.svelte-11siq9i svg:where(.svelte-11siq9i){transition:transform .2s ease}.lang-btn.svelte-11siq9i svg.rotated:where(.svelte-11siq9i){transform:rotate(180deg)}.lang-dropdown-portal{position:fixed!important;background:#fff!important;border:1px solid #e6e9ef!important;border-radius:8px!important;box-shadow:0 8px 24px #0003!important;min-width:180px!important;z-index:999999!important;animation:svelte-11siq9i-fadeIn .2s ease}@keyframes svelte-11siq9i-fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lang-option{display:flex!important;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#fff!important;border:none;font-size:14px;font-weight:500;color:#212a34!important;cursor:pointer;transition:background .2s ease;text-align:left}.lang-option:hover{background:#f7f9fc!important}.lang-option.active{background:#e3f2fd!important;color:#1e88e5!important;font-weight:600}.lang-option img{border-radius:2px}.user-menu.svelte-11siq9i{position:relative}.user-btn.svelte-11siq9i{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border:1.5px solid #e6e9ef;border-radius:8px;font-size:14px;font-weight:600;color:#212a34;font-style:italic;cursor:pointer;transition:all .2s ease}.user-btn.svelte-11siq9i:hover{border-color:#1e88e5;background:#f7f9fc}.user-avatar.svelte-11siq9i{width:32px;height:32px;border-radius:50%;background:#e3f2fd;display:flex;align-items:center;justify-content:center;color:#1e88e5}@media(max-width:1024px){.date-time.svelte-11siq9i{display:none}}@media(max-width:768px){.top-header.svelte-11siq9i{padding:0 20px}.header-center.svelte-11siq9i{display:none}.page-title.svelte-11siq9i{font-size:20px}}.staff-chat-root.svelte-dnfjv8{position:fixed;bottom:24px;right:24px;z-index:9000;font-style:normal}.staff-chat-bubble.svelte-dnfjv8{position:relative;width:56px;height:56px;border-radius:50%;background:#1e88e5;border:none;box-shadow:0 6px 20px #1e88e566;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease}.staff-chat-bubble.svelte-dnfjv8:hover{transform:scale(1.05)}.bubble-badge.svelte-dnfjv8{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#e53935;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white}.staff-chat-panel.svelte-dnfjv8{position:absolute;bottom:72px;right:0;width:360px;height:520px;max-height:75vh;background:#fff;border-radius:14px;box-shadow:0 12px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e6e9ef}.panel-header.svelte-dnfjv8{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:14px 16px;background:#1e88e5;color:#fff}.panel-title.svelte-dnfjv8{flex:1;font-size:15px;font-weight:700}.thread-title.svelte-dnfjv8{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn.svelte-dnfjv8{background:#ffffff26;border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;flex-shrink:0}.icon-btn.svelte-dnfjv8:hover{background:#ffffff47}.room-list.svelte-dnfjv8{flex:1;overflow-y:auto;padding:4px 0 10px}.section-label.svelte-dnfjv8{padding:12px 16px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a93a1;display:flex;align-items:center;justify-content:space-between}.new-chat-btn.svelte-dnfjv8{background:none;border:none;color:#1e88e5;font-size:12px;font-weight:700;cursor:pointer;padding:2px 4px}.room-row.svelte-dnfjv8{width:100%;display:flex;align-items:center;gap:10px;padding:8px 16px;background:none;border:none;cursor:pointer;text-align:left}.room-row.svelte-dnfjv8:hover{background:#f7f9fc}.room-avatar.svelte-dnfjv8{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#e3f2fd;color:#1e88e5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.group-avatar.svelte-dnfjv8{background:#1e88e5;color:#fff}.system-avatar.svelte-dnfjv8{background:#fff3e0;font-size:16px}.room-info.svelte-dnfjv8{flex:1;min-width:0}.room-name.svelte-dnfjv8{font-size:13.5px;font-weight:600;color:#212a34;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-preview.svelte-dnfjv8{font-size:12px;color:#6e7884;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-preview.muted.svelte-dnfjv8{font-style:italic;opacity:.7}.row-badge.svelte-dnfjv8{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#1e88e5;color:#fff;font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center}.empty-state.svelte-dnfjv8{padding:24px 16px;text-align:center;color:#8a93a1;font-size:13px}.empty-state.small.svelte-dnfjv8{padding:10px 16px 16px}.messages.svelte-dnfjv8{flex:1;overflow-y:auto;padding:12px 14px;background:#f7f9fc;display:flex;flex-direction:column;gap:10px}.load-more.svelte-dnfjv8{align-self:center;background:#fff;border:1px solid #e6e9ef;border-radius:14px;padding:4px 12px;font-size:11.5px;color:#1e88e5;cursor:pointer}.message-row.svelte-dnfjv8{display:flex;flex-direction:column;max-width:82%;align-self:flex-start}.message-row.mine.svelte-dnfjv8{align-self:flex-end;align-items:flex-end}.sender-name.svelte-dnfjv8{font-size:11px;color:#6e7884;margin-bottom:2px;padding-left:4px}.bubble.svelte-dnfjv8{background:#fff;border:1px solid #e6e9ef;border-radius:12px 12px 12px 3px;padding:8px 12px;font-size:13.5px;color:#212a34;line-height:1.4;word-break:break-word}.message-row.mine.svelte-dnfjv8 .bubble:where(.svelte-dnfjv8){background:#1e88e5;color:#fff;border-color:#1e88e5;border-radius:12px 12px 3px}.message-row.system.svelte-dnfjv8 .bubble:where(.svelte-dnfjv8){background:#fff8e1;border-color:#ffe0a3;border-radius:12px}.ticket-link.svelte-dnfjv8{display:inline-block;margin-top:6px;font-size:12px;font-weight:700;color:#1e88e5;text-decoration:none}.ticket-link.svelte-dnfjv8:hover{text-decoration:underline}.msg-time.svelte-dnfjv8{font-size:10px;color:#a3abb6;margin-top:2px;padding:0 4px}.composer.svelte-dnfjv8{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #e6e9ef;background:#fff}.composer.svelte-dnfjv8 input:where(.svelte-dnfjv8){flex:1;border:1.5px solid #e6e9ef;border-radius:20px;padding:9px 14px;font-size:13.5px;background:#f7f9fc}.composer.svelte-dnfjv8 input:where(.svelte-dnfjv8):focus{outline:none;border-color:#1e88e5;background:#fff}.send-btn.svelte-dnfjv8{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#1e88e5;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.send-btn.svelte-dnfjv8:disabled{background:#c6d4e3;cursor:default}.attach-btn.svelte-dnfjv8{background:transparent;color:#6e7884}.attach-btn.svelte-dnfjv8:hover{background:#f0f3f7;color:#1e88e5}.attach-btn.svelte-dnfjv8:disabled{opacity:.5;cursor:default;background:transparent}.hidden-file-input.svelte-dnfjv8{display:none}.pending-file.svelte-dnfjv8{display:flex;align-items:center;gap:8px;padding:8px 12px;border-top:1px solid #e6e9ef;background:#f7f9fc;font-size:12.5px;color:#454f5b}.pending-file-thumb.svelte-dnfjv8{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.pending-file-icon.svelte-dnfjv8{font-size:20px;flex-shrink:0}.pending-file-name.svelte-dnfjv8{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-file-status.svelte-dnfjv8{color:#1e88e5;font-size:11.5px;flex-shrink:0}.pending-file-remove.svelte-dnfjv8{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:none;background:#e6e9ef;color:#454f5b;cursor:pointer;font-size:15px;line-height:1}.pending-file-remove.svelte-dnfjv8:hover{background:#d8dde4}.upload-error.svelte-dnfjv8{padding:6px 12px;font-size:12px;color:#c0392b;background:#fdecea;border-top:1px solid #f5c6c0}.image-attachment.svelte-dnfjv8{display:block;margin:-8px -12px 0;line-height:0}.image-attachment.svelte-dnfjv8 img:where(.svelte-dnfjv8){max-width:220px;max-height:220px;display:block;border-radius:12px 12px 0 0;object-fit:cover}.message-row.mine.svelte-dnfjv8 .image-attachment:where(.svelte-dnfjv8){border-radius:12px 12px 0 0}.file-attachment.svelte-dnfjv8{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit;min-width:160px}.file-attachment-icon.svelte-dnfjv8{font-size:24px;flex-shrink:0}.file-attachment-info.svelte-dnfjv8{display:flex;flex-direction:column;overflow:hidden}.file-attachment-name.svelte-dnfjv8{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attachment-size.svelte-dnfjv8{font-size:11px;opacity:.75}.picker-overlay.svelte-dnfjv8{position:fixed;inset:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:9100}.picker-panel.svelte-dnfjv8{width:320px;max-height:70vh;background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 40px #00000040}.picker-search.svelte-dnfjv8{margin:10px 14px;padding:8px 12px;border:1.5px solid #e6e9ef;border-radius:8px;font-size:13px}.picker-search.svelte-dnfjv8:focus{outline:none;border-color:#1e88e5}.picker-list.svelte-dnfjv8{flex:1;overflow-y:auto;padding-bottom:8px}@media(max-width:480px){.staff-chat-root.svelte-dnfjv8{bottom:16px;right:16px}.staff-chat-panel.svelte-dnfjv8{width:calc(100vw - 32px);height:70vh}}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f7f9fc}.loading-screen.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f7f9fc}.spinner.svelte-12qhfyh{width:48px;height:48px;border:4px solid #e6e9ef;border-top-color:#1e88e5;border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.loading-screen.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:16px;color:#6e7884;font-style:italic}.app-layout.svelte-12qhfyh{display:flex;min-height:100vh;background:#f7f9fc}.main-content.svelte-12qhfyh{flex:1;margin-left:260px;transition:margin-left .3s ease;display:flex;flex-direction:column}.main-content.sidebar-collapsed.svelte-12qhfyh{margin-left:80px}.page-wrapper.svelte-12qhfyh{flex:1;padding:30px;max-width:1400px;margin:0 auto;width:100%}@media(max-width:768px){.main-content.svelte-12qhfyh{margin-left:0;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}.page-wrapper.svelte-12qhfyh{padding:16px}}
