/* @original media/mod_menu/css/mod-menu.min.css */
@charset "UTF-8";:where(.mod-menu__toggle-sub){color:currentColor;background-color:#0000;border:none;align-items:center;padding:0;display:inline-flex;&[aria-expanded=true] .icon-chevron-down{transform:rotate(180deg)}}:where(.mod-menu [class*=icon-]){margin-inline-start:.5rem;transition:all .2s,background-color .2s}:where(.mod-menu__sub[aria-hidden=true]){display:none}:where(.mod-menu__sub[aria-hidden=false]){display:block}
/* @original media/com_seaichat/css/chat-widget.css */
:root{--se-chat-color:#2E486B}#se-chat-bubble{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:var(--se-chat-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,0.2);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);z-index:99998;border:none}#se-chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(0,0,0,0.25)}#se-chat-bubble.se-chat-bubble-hidden{transform:scale(0);opacity:0;pointer-events:none}#se-chat-panel{position:fixed;bottom:24px;right:24px;width:400px;height:560px;max-height:calc(100vh - 48px);background:#ffffff;border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);z-index:99999;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(0.95);transition:all 0.25s cubic-bezier(0.4,0,0.2,1);font-family:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif}#se-chat-panel.se-chat-panel-open{opacity:1;transform:translateY(0) scale(1)}#se-chat-header{background:var(--se-chat-color);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.se-chat-header-info{display:flex;align-items:center;gap:12px}.se-chat-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.se-chat-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.se-chat-header-title{font-size:15px;font-weight:600}.se-chat-header-status{font-size:12px;opacity:0.85;display:flex;align-items:center;gap:6px}.se-chat-status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;display:inline-block}#se-chat-close{background:rgba(255,255,255,0.15);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background 0.2s}#se-chat-close:hover{background:rgba(255,255,255,0.25)}#se-chat-messages{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:12px;background:#f9fafb}.se-chat-msg{display:flex;gap:8px;max-width:88%;animation:se-msg-in 0.25s ease-out}.se-chat-msg-user{align-self:flex-end;flex-direction:row-reverse}.se-chat-msg-assistant{align-self:flex-start}.se-chat-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--se-chat-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px;overflow:hidden}.se-chat-msg-content{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.55;word-wrap:break-word}.se-chat-msg-user .se-chat-msg-content{background:var(--se-chat-color);color:#fff;border-bottom-right-radius:4px}.se-chat-msg-assistant .se-chat-msg-content{background:#ffffff;color:#1a1d26;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.se-chat-msg-content code{background:rgba(0,0,0,0.06);padding:2px 5px;border-radius:4px;font-family:'JetBrains Mono',monospace;font-size:12px}.se-chat-msg-user .se-chat-msg-content code{background:rgba(255,255,255,0.15)}@keyframes se-msg-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.se-chat-typing-dots{display:flex;gap:4px;padding:4px 0}.se-chat-typing-dots span{width:7px;height:7px;border-radius:50%;background:#9ca3af;animation:se-typing 1.2s infinite}.se-chat-typing-dots span:nth-child(2){animation-delay:0.15s}.se-chat-typing-dots span:nth-child(3){animation-delay:0.3s}@keyframes se-typing{0%,60%,100%{opacity:0.3;transform:scale(0.85)}30%{opacity:1;transform:scale(1)}}#se-chat-escalation{padding:12px 16px;background:#fffbeb;border-top:1px solid #fde68a;flex-shrink:0}.se-chat-escalation-inner{text-align:center}.se-chat-escalation-inner p{font-size:13px;color:#92400e;margin:0 0 10px;line-height:1.4}.se-chat-escalation-inner p i{margin-right:4px}.se-chat-btn-ticket{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:var(--se-chat-color);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s}.se-chat-btn-ticket:hover{transform:translateY(-1px);box-shadow:0 3px 12px rgba(0,0,0,0.15)}#se-chat-input-area{padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.se-chat-input-wrap{display:flex;align-items:flex-end;gap:8px;background:#f3f4f6;border-radius:12px;padding:4px 4px 4px 14px}#se-chat-input{flex:1;border:none;background:transparent;font-family:inherit;font-size:14px;line-height:1.5;padding:8px 0;resize:none;outline:none;max-height:100px;min-height:20px}#se-chat-input::placeholder{color:#9ca3af}#se-chat-send{width:36px;height:36px;border-radius:10px;background:var(--se-chat-color);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all 0.2s}#se-chat-send:hover{transform:scale(1.05)}.se-chat-footer{display:flex;justify-content:center;padding-top:8px}.se-chat-footer-link{background:none;border:none;color:#6b7280;font-family:inherit;font-size:12px;cursor:pointer;transition:color 0.2s;display:flex;align-items:center;gap:4px}.se-chat-footer-link:hover{color:var(--se-chat-color)}.se-chat-sources{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.se-chat-sources-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:0.03em;margin-bottom:6px;display:flex;align-items:center;gap:5px}.se-chat-sources-label i{font-size:10px}.se-chat-source-link{display:flex;align-items:center;gap:6px;padding:5px 10px;margin-bottom:3px;border-radius:6px;font-size:12px;color:var(--se-chat-color) !important;text-decoration:none !important;transition:background 0.15s;line-height:1.4}.se-chat-source-link:hover{background:rgba(0,0,0,0.04)}.se-chat-source-link i{font-size:10px;opacity:0.5;flex-shrink:0}.se-chat-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.se-chat-sources + .se-chat-actions{border-top:none;padding-top:6px}.se-chat-action-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;background:var(--se-chat-color);color:#fff !important;border:none;border-radius:8px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none !important;transition:all 0.2s;line-height:1.3}.se-chat-action-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,0.15);opacity:0.92}.se-chat-action-btn i{font-size:11px;opacity:0.85}@media (max-width: 480px){#se-chat-panel{width:calc(100vw - 16px);height:calc(100vh - 16px);bottom:8px;right:8px;border-radius:12px}#se-chat-bubble{bottom:16px;right:16px;width:52px;height:52px;font-size:20px}}.se-gdpr-consent,.se-gdpr-declined{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px 20px;text-align:center;animation:se-msg-in 0.3s ease-out;margin:auto 0}.se-gdpr-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--se-chat-color),#4a6fa1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;margin:0 auto 14px}.se-gdpr-declined .se-gdpr-icon{background:linear-gradient(135deg,#dc2626,#ef4444)}.se-gdpr-title{font-size:15px;font-weight:700;color:#1a1d26;margin-bottom:10px}.se-gdpr-text{font-size:13px;line-height:1.6;color:#4b5563;margin-bottom:18px}.se-gdpr-declined .se-gdpr-text{margin-bottom:0}.se-gdpr-link{color:var(--se-chat-color);text-decoration:underline;font-weight:500}.se-gdpr-link:hover{opacity:0.8}.se-gdpr-buttons{display:flex;gap:10px;justify-content:center}.se-gdpr-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:none;border-radius:10px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.2s}.se-gdpr-btn:hover{transform:translateY(-1px);box-shadow:0 3px 12px rgba(0,0,0,0.12)}.se-gdpr-btn-accept{background:var(--se-chat-color);color:#fff}.se-gdpr-btn-decline{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.se-gdpr-btn-decline:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.se-chat-left #se-chat-bubble,.se-chat-left #se-chat-panel{right:auto;left:24px}@media (max-width: 480px){.se-chat-left #se-chat-panel{left:8px}.se-chat-left #se-chat-bubble{left:16px}}.se-chat-fullpage-wrap{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.se-chat-fullpage-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:9px 16px;background:var(--se-chat-color,#2E486B);color:#fff;font-size:12px;font-weight:600;letter-spacing:0.02em;text-decoration:none;border-radius:8px;transition:opacity 0.2s;box-sizing:border-box}.se-chat-fullpage-btn:hover{opacity:0.88;color:#fff;text-decoration:none}.se-chat-fullpage-btn i{font-size:11px}.se-chat-msg-content a{color:var(--se-chat-color,#2E486B);text-decoration:underline;word-break:break-word}.se-chat-msg-content a:hover{opacity:0.8}.se-chat-msg-content ul,.se-chat-msg-content ol{margin:6px 0 6px 18px;padding:0}.se-chat-msg-content li{margin-bottom:3px;line-height:1.5}.se-chat-msg-content p{margin:0 0 6px}.se-chat-msg-content p:last-child{margin-bottom:0}.se-chat-msg-content code{background:#f1f5f9;padding:1px 5px;border-radius:4px;font-size:0.9em;font-family:monospace}.se-chat-msg-content strong{font-weight:700}.se-chat-msg-content em{font-style:italic}.se-followup-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.se-followup-chip{padding:5px 11px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;color:#374151;font-size:12px;cursor:pointer;transition:all 0.15s;font-family:inherit;text-align:left;line-height:1.4}.se-followup-chip:hover{background:#f1f5f9;border-color:var(--se-chat-color,#2E486B);color:var(--se-chat-color,#2E486B)}.se-chat-top #se-chat-bubble{bottom:auto;top:24px}.se-chat-top #se-chat-panel{bottom:auto;top:96px}@media (max-width: 480px){.se-chat-top #se-chat-panel{top:88px}}.se-chat-bottom-center #se-chat-bubble{right:auto;left:50%;transform:translateX(-50%)}.se-chat-bottom-center #se-chat-bubble.se-chat-bubble-open{transform:translateX(-50%) scale(0.92)}.se-chat-bottom-center #se-chat-panel{right:auto;left:50%;transform:translateX(-50%) translateY(16px) scale(0.95)}.se-chat-bottom-center #se-chat-panel.se-chat-panel-open{transform:translateX(-50%) translateY(0) scale(1)}.se-chat-top.se-chat-bottom-center #se-chat-bubble{bottom:auto;top:24px;left:50%;transform:translateX(-50%)}.se-chat-top.se-chat-bottom-center #se-chat-panel{bottom:auto;top:96px;left:50%;transform:translateX(-50%) translateY(-16px) scale(0.95)}.se-chat-top.se-chat-bottom-center #se-chat-panel.se-chat-panel-open{transform:translateX(-50%) translateY(0) scale(1)}.se-chat-middle #se-chat-bubble{bottom:auto;top:50%;transform:translateY(-50%)}.se-chat-middle #se-chat-panel{bottom:auto;top:50%;transform:translateY(-50%) translateY(16px) scale(0.95);right:90px}.se-chat-middle #se-chat-panel.se-chat-panel-open{transform:translateY(-50%) scale(1)}.se-chat-middle.se-chat-left #se-chat-bubble{right:auto;left:24px;transform:translateY(-50%)}.se-chat-middle.se-chat-left #se-chat-panel{right:auto;left:90px;transform:translateY(-50%) translateY(16px) scale(0.95)}.se-chat-middle.se-chat-left #se-chat-panel.se-chat-panel-open{transform:translateY(-50%) scale(1)}@media (max-width: 480px){.se-chat-bottom-center #se-chat-panel{width:calc(100vw - 16px);left:8px;transform:translateX(0) translateY(16px) scale(0.95)}.se-chat-bottom-center #se-chat-panel.se-chat-panel-open{transform:translateX(0) translateY(0) scale(1)}.se-chat-middle #se-chat-panel,.se-chat-middle.se-chat-left #se-chat-panel{right:8px;left:8px;width:calc(100vw - 16px)}}@media (max-width: 480px){body.se-chat-ios #se-chat-panel,body.se-chat-ios .se-chat-top #se-chat-panel,body.se-chat-ios .se-chat-bottom-center #se-chat-panel,body.se-chat-ios .se-chat-top.se-chat-bottom-center #se-chat-panel,body.se-chat-ios .se-chat-middle #se-chat-panel,body.se-chat-ios .se-chat-middle.se-chat-left #se-chat-panel{top:0;left:0 !important;right:0 !important;bottom:auto !important;width:100% !important;height:100vh;height:100dvh;max-height:none !important;border-radius:0 !important;transform:translateY(16px) scale(0.95) !important}body.se-chat-ios #se-chat-panel.se-chat-panel-open,body.se-chat-ios .se-chat-bottom-center #se-chat-panel.se-chat-panel-open,body.se-chat-ios .se-chat-top.se-chat-bottom-center #se-chat-panel.se-chat-panel-open,body.se-chat-ios .se-chat-middle #se-chat-panel.se-chat-panel-open,body.se-chat-ios .se-chat-middle.se-chat-left #se-chat-panel.se-chat-panel-open{transform:translateY(0) scale(1) !important}body.se-chat-ios #se-chat-input-area{padding-bottom:calc(12px + env(safe-area-inset-bottom)) !important}}html.se-chat-locked,body.se-chat-locked{overflow:hidden !important;overscroll-behavior:none}
