@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@600&display=swap";.mp-chat-root{--mp-charcoal: #2D2D2D;--mp-orange: #F39B2F;--mp-white: #FFFFFF;--mp-light-gray: #E0E0E0;--mp-gray-text: #333333;--mp-gray-border: #D0D0D0;--mp-shadow: 0 12px 40px rgba(0, 0, 0, .28), 0 2px 8px rgba(0, 0, 0, .12);--mp-radius: 12px;--mp-font-body: "DM Sans", -apple-system, sans-serif;--mp-font-heading: "Playfair Display", Georgia, serif}.mp-chat-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--mp-orange);border:none;cursor:pointer;box-shadow:0 4px 16px #f39b2f73;display:flex;align-items:center;justify-content:center;z-index:99999;transition:transform .2s ease,box-shadow .2s ease;outline:none}.mp-chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #f39b2f8c}.mp-chat-fab:active{transform:scale(.96)}.mp-chat-fab svg{width:38px;height:38px}.mp-chat-widget{position:fixed;bottom:90px;right:24px;width:340px;max-height:520px;background:var(--mp-white);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow);border:2px solid rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;z-index:99998;font-family:var(--mp-font-body);animation:mp-slideUp .25s ease}@keyframes mp-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.mp-chat-header{background:var(--mp-charcoal);color:var(--mp-white);padding:0 16px;min-height:54px;display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.mp-chat-header-back{background:none;border:none;color:var(--mp-white);cursor:pointer;min-width:32px;min-height:32px;padding:0 6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.8;transition:opacity .15s}.mp-chat-header-back:hover{opacity:1}.mp-chat-header-title{font-size:15px;font-weight:600;flex:1;margin:0}.mp-chat-header-subtitle{font-size:12px;opacity:.88;margin:0}.mp-chat-header-close{background:none;border:none;color:var(--mp-white);cursor:pointer;padding:4px;display:flex;align-items:center;opacity:.7;transition:opacity .15s;margin-left:auto}.mp-chat-header-close:hover{opacity:1}.mp-chat-selector{display:flex;flex-direction:column;height:100%;overflow-y:auto}.mp-chat-selector-header{background:var(--mp-charcoal);padding:16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mp-chat-selector-title{font-family:var(--mp-font-heading);font-size:18px;color:var(--mp-white);margin:0}.mp-chat-selector-close{background:none;border:none;color:var(--mp-white);cursor:pointer;opacity:.7;display:flex;align-items:center;padding:4px}.mp-chat-selector-close:hover{opacity:1}.mp-chat-selector-body{padding:8px;display:flex;flex-direction:column;gap:6px;flex:1;background:#666}.mp-chat-card{background:var(--mp-white);border:1px solid var(--mp-gray-border);border-radius:8px;padding:10px 12px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px;transition:border-color .15s,box-shadow .15s,transform .1s;text-align:left;font-family:var(--mp-font-body);width:100%}.mp-chat-card-text{display:flex;flex-direction:column;gap:3px}.mp-chat-card-title-row{display:flex;align-items:center;gap:8px}.mp-online-badge{font-size:11px;font-weight:600;color:#16a34a;white-space:nowrap;animation:mp-online-pulse 2s ease-in-out infinite}.mp-offline-badge{font-size:11px;font-weight:600;color:#9ca3af;white-space:nowrap}.mp-ai-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:900;letter-spacing:.13em;color:#0af;padding:0;margin-left:6px;border:none;background:none}@keyframes mp-online-pulse{0%,to{opacity:1}50%{opacity:.6}}.mp-chat-card:hover{border-color:var(--mp-orange);box-shadow:0 2px 10px #f39b2f26;transform:translateY(-1px)}.mp-chat-card:active{transform:translateY(0)}.mp-chat-card-icon{width:20px;height:20px;color:var(--mp-orange);flex-shrink:0}.mp-chat-card-title{font-size:17px;font-weight:600;color:var(--mp-charcoal);margin:0;line-height:1.3}.mp-chat-card-desc{font-size:14px;font-weight:500;color:#4a4a4a;margin:0;line-height:1.4}.mp-chat-body{flex:1;min-height:0;overflow-y:auto;padding:14px 12px 28px;display:flex;flex-direction:column;gap:10px;background:var(--mp-light-gray);scroll-behavior:smooth}.mp-chat-body::-webkit-scrollbar{width:4px}.mp-chat-body::-webkit-scrollbar-track{background:transparent}.mp-chat-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.mp-chat-message{display:flex;align-items:flex-end;gap:8px;max-width:92%;animation:mp-fadeIn .2s ease}@keyframes mp-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.mp-chat-message.agent{align-self:flex-start}.mp-chat-message.user{align-self:flex-end;flex-direction:row-reverse}.mp-chat-message.system{align-self:center;max-width:100%}.mp-chat-bubble{padding:10px 13px;border-radius:16px;font-size:13.5px;line-height:1.55;max-width:100%;word-wrap:break-word;white-space:pre-wrap}.mp-chat-message>div{min-width:0;max-width:100%;overflow:hidden}.mp-chat-bubble strong{font-weight:600}.mp-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 6px #00000012;padding:12px 14px;margin:14px 0 4px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.mp-product-card-name{display:flex;align-items:center;gap:4px;color:#222;text-decoration:none;font-weight:600;font-size:13px;line-height:1.35;word-break:break-word;transition:color .15s}.mp-product-card-name:hover{color:var(--mp-orange);text-decoration:underline}.mp-product-card-ext{width:10px;height:10px;flex-shrink:0;opacity:.7}.mp-product-card-price{font-size:17px;font-weight:800;color:#111;margin:0;letter-spacing:-.2px}.mp-product-card-btn{align-self:stretch;width:100%;background:var(--mp-orange);color:#fff;border:none;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:700;font-family:var(--mp-font-body);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s,transform .15s,box-shadow .15s;white-space:nowrap;margin-top:2px}.mp-product-card-btn:hover:not(:disabled){background:#d97e10;transform:translateY(-1px);box-shadow:0 3px 8px #f7941d59}.mp-product-card-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.mp-product-card-btn:disabled{cursor:default}.mp-product-card-btn--added{background:#28a745!important;opacity:1!important}.mp-product-card-btn--out-of-stock{background:#d1d5db!important;color:#6b7280!important;opacity:1!important;cursor:not-allowed!important}.mp-chat-link{color:#007bff;text-decoration:underline;font-weight:500;word-break:break-all}.mp-chat-link:hover{opacity:.75}.mp-chat-message.user .mp-chat-link{color:#fff;opacity:.92}.mp-chat-message.user .mp-chat-link:hover{opacity:.7}.mp-chat-message.agent .mp-chat-bubble{background:var(--mp-white);color:var(--mp-charcoal);border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #00000014}.mp-chat-message.user .mp-chat-bubble{background:var(--mp-orange);color:var(--mp-white);border-radius:16px 16px 4px}.mp-chat-message.system .mp-chat-bubble{background:#fff3e0;color:#b26a00;font-size:12px;border:1px solid #f3d08a;border-radius:8px;text-align:center;width:100%}.mp-chat-body>.mp-chat-message:last-child{margin-bottom:20px}.mp-chat-timestamp{font-size:10px;color:#777;margin-top:2px;padding:0 4px;align-self:flex-end}.mp-chat-avatar{width:30px;height:30px;border-radius:50%;background:var(--mp-orange);color:var(--mp-white);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--mp-font-body)}.mp-chat-typing{display:flex;align-items:center;gap:8px;align-self:flex-start}.mp-chat-typing-dots{display:flex;gap:4px;background:var(--mp-white);padding:10px 14px;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #00000014}.mp-chat-typing-dots span{width:7px;height:7px;background:#ccc;border-radius:50%;animation:mp-bounce 1.2s infinite ease-in-out;will-change:transform,opacity}.mp-chat-typing-dots span:nth-child(2){animation-delay:.2s}.mp-chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes mp-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.1);opacity:1}}.mp-chat-quick-replies{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px 12px 12px;background:var(--mp-light-gray);animation:mp-quickreply-enter .22s ease both}@keyframes mp-quickreply-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mp-chat-quick-reply-btn{background:#fff;border:1px solid var(--mp-orange);color:var(--mp-orange);padding:8px 10px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s;font-family:var(--mp-font-body);white-space:nowrap;text-align:center;width:100%}.mp-chat-quick-reply-btn:hover{background:#fff5ea}.mp-transfer-cta-bar{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 16px 16px;background:var(--mp-light-gray);border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.mp-transfer-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:var(--mp-orange);color:#fff;font-size:15px;font-weight:700;font-family:inherit;border:none;border-radius:8px;cursor:pointer;letter-spacing:.01em;transition:background .18s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 8px #f7941d59}.mp-transfer-cta-btn:hover{background:#e07d10;transform:translateY(-1px);box-shadow:0 4px 14px #f7941d73}.mp-transfer-cta-btn:active{transform:translateY(0);box-shadow:0 1px 4px #f7941d4d}.mp-transfer-cta-btn svg{flex-shrink:0}.mp-transfer-cta-dismiss{background:none;border:none;color:#888;font-size:12px;font-family:inherit;cursor:pointer;padding:2px 4px;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.mp-transfer-cta-dismiss:hover{color:#444}.mp-spinner-avatar{width:32px;height:32px;border-radius:50%;background:var(--mp-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mp-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:mp-spin .75s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-chat-input-area{padding:10px 12px;background:var(--mp-white);border-top:1px solid var(--mp-gray-border);display:flex;gap:8px;align-items:flex-end;flex-shrink:0}.mp-chat-input{flex:1;border:1px solid var(--mp-gray-border);border-radius:20px;padding:8px 14px;font-size:13.5px;font-family:var(--mp-font-body);resize:none;outline:none;min-height:40px;max-height:80px;overflow-y:auto;transition:border-color .15s;line-height:1.4}.mp-chat-input::-webkit-scrollbar{width:0;height:0}.mp-chat-input::-webkit-scrollbar-thumb{background:transparent}.mp-chat-input:focus{border-color:var(--mp-orange)}.mp-chat-input::placeholder{color:#666}.mp-chat-send-btn{width:36px;height:36px;border-radius:50%;background:var(--mp-orange);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.mp-chat-send-btn:hover{background:#e08c20}.mp-chat-send-btn:active{transform:scale(.93)}.mp-chat-send-btn:disabled{background:var(--mp-orange);opacity:.38;cursor:not-allowed}.mp-chat-send-btn svg{width:16px;height:16px;color:var(--mp-white);fill:var(--mp-white)}.mp-chat-order-panel{display:flex;flex-direction:column;height:100%}.mp-chat-order-search{padding:14px 12px;background:var(--mp-white);border-bottom:1px solid var(--mp-gray-border);display:flex;flex-direction:column;gap:10px;flex-shrink:0}.mp-chat-order-search p{font-size:13px;color:var(--mp-gray-text);margin:0}.mp-chat-order-input-row{display:flex;gap:8px}.mp-chat-order-email-input{flex:1;border:1px solid var(--mp-gray-border);border-radius:8px;padding:9px 12px;font-size:13px;font-family:var(--mp-font-body);outline:none;transition:border-color .15s}.mp-chat-order-email-input:focus{border-color:var(--mp-orange)}.mp-chat-order-lookup-btn{background:var(--mp-orange);color:var(--mp-white);border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);transition:background .15s;white-space:nowrap}.mp-chat-order-lookup-btn:hover{background:#e08c20}.mp-chat-order-lookup-btn:disabled{background:#ccc;cursor:not-allowed}.mp-chat-order-results{flex:1;overflow-y:auto;padding:12px;background:var(--mp-light-gray);display:flex;flex-direction:column;gap:10px}.mp-chat-status-card{background:var(--mp-white);border-radius:10px;padding:14px;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;gap:10px}.mp-chat-status-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.mp-chat-status-order-num{font-size:13px;font-weight:600;color:var(--mp-charcoal);margin:0}.mp-chat-status-date{font-size:11px;color:var(--mp-gray-text);margin:0}.mp-chat-status-badge{font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;text-align:right;max-width:140px;line-height:1.3}.mp-chat-status-badge.fulfilled,.mp-chat-status-badge.delivered{background:#e6f4ea;color:#2d7a3e}.mp-chat-status-badge.in_transit{background:#e3f0ff;color:#1a5fac}.mp-chat-status-badge.unfulfilled,.mp-chat-status-badge.partially_fulfilled{background:#fff3e0;color:#b26a00}.mp-chat-status-badge.refunded{background:#f3f3f3;color:#666}.mp-chat-status-badge.cancelled{background:#fce8e8;color:#c0392b}.mp-chat-status-badge.default{background:var(--mp-light-gray);color:var(--mp-charcoal)}.mp-chat-status-items{font-size:12px;color:var(--mp-gray-text);list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.mp-chat-status-items li:before{content:"· ";color:var(--mp-orange)}.mp-chat-tracking-link{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:var(--mp-orange);text-decoration:none;padding:6px 10px;background:#fff8ee;border-radius:6px;border:1px solid #f3d08a;width:fit-content}.mp-chat-tracking-link:hover{background:#ffeec8}.mp-chat-flag{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;padding:5px 8px;border-radius:6px}.mp-chat-flag.delayed{background:#fce8e8;color:#c0392b}.mp-chat-flag.processing_slow{background:#fff3e0;color:#b26a00}.mp-chat-flag.needs_attention{background:#fce8e8;color:#c0392b}.mp-chat-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:mp-shimmer 1.4s infinite;border-radius:8px}@keyframes mp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mp-chat-skeleton-card{height:120px;border-radius:10px}.mp-connecting-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:36px 24px;background:var(--mp-light-gray)}.mp-connecting-icon-wrap{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.mp-connecting-ring{position:absolute;border-radius:50%;border:2px solid var(--mp-orange);animation:mp-pulse-ring 2s ease-out infinite}.mp-connecting-ring--outer{width:80px;height:80px;opacity:.25;animation-delay:0s}.mp-connecting-ring--inner{width:64px;height:64px;opacity:.45;animation-delay:.4s}@keyframes mp-pulse-ring{0%{transform:scale(.85);opacity:.5}60%{transform:scale(1.1);opacity:.15}to{transform:scale(.85);opacity:.5}}.mp-connecting-avatar{width:48px;height:48px;border-radius:50%;background:var(--mp-orange);color:var(--mp-white);font-family:var(--mp-font-heading);font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 4px 14px #f39b2f66}.mp-connecting-title{font-family:var(--mp-font-heading);font-size:17px;font-weight:600;color:var(--mp-charcoal);text-align:center;line-height:1.4;margin:0}.mp-connecting-sub{font-size:13px;color:var(--mp-gray-text);text-align:center;margin:0;line-height:1.5;transition:color .4s ease}.mp-connecting-sub--queue{color:#b26a00;font-weight:500}.mp-connecting-dots{display:flex;gap:6px;align-items:center}.mp-connecting-dots span{width:8px;height:8px;border-radius:50%;background:var(--mp-orange);opacity:.4;animation:mp-connecting-bounce 1.4s ease-in-out infinite}.mp-connecting-dots span:nth-child(2){animation-delay:.2s}.mp-connecting-dots span:nth-child(3){animation-delay:.4s}@keyframes mp-connecting-bounce{0%,80%,to{transform:scale(.8);opacity:.3}40%{transform:scale(1.2);opacity:1}}.mp-chat-handoff{display:flex;flex-direction:column;flex:1;min-height:0}.mp-chat-handoff-body{flex:1;min-height:0;overflow-y:auto;padding:10px 12px 14px;background:var(--mp-light-gray)}.mp-chat-form{background:var(--mp-white);border-radius:10px;padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}.mp-chat-form-field--message{margin-top:10px}.mp-chat-form-intro{font-size:13px;color:var(--mp-gray-text);margin:0;line-height:1.5}.mp-chat-form-field{display:flex;flex-direction:column;gap:4px}.mp-chat-form-label{font-size:12px;font-weight:600;color:var(--mp-charcoal)}.mp-chat-form-label .mp-required{color:var(--mp-orange);margin-left:2px}.mp-chat-form-input,.mp-chat-form-select,.mp-chat-form-textarea{border:1px solid var(--mp-gray-border);border-radius:8px;padding:7px 11px;font-size:13px;font-family:var(--mp-font-body);outline:none;background:var(--mp-white);color:var(--mp-charcoal);transition:border-color .15s;width:100%;box-sizing:border-box}.mp-chat-form-input:focus,.mp-chat-form-select:focus,.mp-chat-form-textarea:focus{border-color:var(--mp-orange);outline:none;box-shadow:0 0 0 3px #f39b2f26}.mp-chat-form-textarea{resize:vertical;min-height:60px;line-height:1.5}.mp-chat-form-char-count{font-size:10px;color:#bbb;text-align:right}.mp-chat-form-submit{background:var(--mp-orange);color:var(--mp-white);font-weight:600;border:none;border-radius:8px;padding:10px 12px;font-size:14px;cursor:pointer;font-family:var(--mp-font-body);width:100%;transition:background .15s;margin-top:4px;position:sticky;bottom:0}.mp-chat-form-submit:hover{background:#e08c20}.mp-chat-form-submit:disabled{background:#ccc;cursor:not-allowed}.mp-chat-confirmation{background:var(--mp-white);border-radius:10px;padding:20px 16px;display:flex;flex-direction:column;gap:14px}.mp-chat-confirmation-icon{width:44px;height:44px;border-radius:50%;background:#e6f4ea;color:#2d7a3e;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.mp-chat-confirmation-title{font-size:15px;font-weight:600;color:var(--mp-charcoal);margin:0}.mp-chat-confirmation-steps{font-size:13px;color:var(--mp-gray-text);margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}.mp-chat-confirmation-steps li{display:flex;align-items:flex-start;gap:8px;line-height:1.45}.mp-chat-confirmation-steps li:before{content:"•";color:var(--mp-orange);font-weight:700;flex-shrink:0}.mp-chat-confirmation-ref{font-size:12px;background:var(--mp-light-gray);padding:8px 12px;border-radius:6px;color:var(--mp-charcoal)}.mp-chat-confirmation-ref span{font-weight:600;color:var(--mp-orange)}.mp-chat-confirmation-text{font-size:13px;color:var(--mp-gray-text);margin:0;line-height:1.55}.mp-chat-live-chat-btn{display:flex;align-items:center;justify-content:center;gap:7px;background:var(--mp-charcoal);color:var(--mp-white);border:none;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);text-decoration:none;transition:background .15s}.mp-chat-live-chat-btn:hover{background:#444}.mp-chat-feedback{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:28px 20px;gap:20px;background:var(--mp-light-gray)}.mp-chat-feedback-question{font-size:15px;font-weight:600;color:var(--mp-charcoal);text-align:center;margin:0}.mp-chat-feedback-buttons{display:flex;flex-direction:column;gap:9px;width:100%;max-width:280px}.mp-chat-feedback-yes{background:var(--mp-orange);color:var(--mp-white);border:none;border-radius:8px;padding:12px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);transition:background .15s}.mp-chat-feedback-yes:hover{background:#e08c20}.mp-chat-feedback-no{background:var(--mp-white);color:var(--mp-charcoal);border:1px solid var(--mp-gray-border);border-radius:8px;padding:12px;font-size:13.5px;font-weight:500;cursor:pointer;font-family:var(--mp-font-body);transition:border-color .15s}.mp-chat-feedback-no:hover{border-color:var(--mp-charcoal)}.mp-chat-feedback-thanks{font-size:14px;color:var(--mp-charcoal);text-align:center;margin:0}.mp-ah-form-wrap{display:flex;flex-direction:column;gap:10px}.mp-ah-banner{display:flex;align-items:center;gap:10px;background:#1a1a2e;padding:10px 14px;border-radius:8px;flex-shrink:0}.mp-ah-banner-icon{color:var(--mp-orange);flex-shrink:0;display:flex;align-items:center}.mp-ah-banner-title{font-size:13px;font-weight:600;color:var(--mp-white);margin:0}.mp-ah-banner-sub{font-size:11px;color:#ffffff8c;margin:2px 0 0}.mp-ah-intro{font-size:13px;color:var(--mp-gray-text);line-height:1.55;margin:0}@media (max-height: 580px){.mp-ah-banner-sub{display:none}.mp-ah-banner{padding:8px 12px}.mp-ah-form-wrap{gap:7px}.mp-chat-form{padding:10px 14px 12px;gap:6px}}.mp-form-error{font-size:11px;color:#c0392b}.mp-optional{font-weight:400;color:#aaa;font-size:11px}@keyframes mp-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mp-live-chat{display:flex;flex-direction:column;height:100%;background:#f9f9f9;animation:mp-fade-in .22s ease both}.mp-live-status{display:flex;align-items:center;gap:8px;padding:5px 16px;font-size:12px;font-weight:600;border-bottom:1px solid rgba(0,0,0,.07);background:#fff}.mp-live-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mp-live-status--connecting .mp-live-status-dot{background:#f39b2f;animation:mp-pulse 1.2s ease-in-out infinite}.mp-live-status--live .mp-live-status-dot{background:#27ae60}.mp-live-status--offline .mp-live-status-dot{background:#aaa}@keyframes mp-pulse{0%,to{opacity:1}50%{opacity:.3}}.mp-live-status--connecting .mp-live-status-label{color:#888}.mp-live-status--live .mp-live-status-label{color:#27ae60}.mp-live-status--offline .mp-live-status-label{color:#aaa}.mp-live-messages{flex:1;overflow-y:auto;padding:16px 12px;display:flex;box-shadow:inset 0 1px #0000000a,0 1px 6px #0000000d;flex-direction:column;gap:10px;background:#fff}.mp-live-empty{text-align:center;font-size:13px;color:#555;margin:auto;padding:24px 16px}.mp-live-msg{display:flex;align-items:flex-end;gap:8px}.mp-live-msg--customer{flex-direction:row-reverse}.mp-live-avatar{width:30px;height:30px;border-radius:50%;background:var(--mp-orange);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mp-live-bubble{max-width:76%;padding:9px 12px 6px;border-radius:14px;position:relative}.mp-live-msg--agent .mp-live-bubble{background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014}.mp-live-msg--customer .mp-live-bubble{background:#1a1a2e;border-bottom-right-radius:4px}.mp-live-bubble-text{font-size:13.5px;line-height:1.5;color:inherit;margin:0}.mp-live-msg--agent .mp-live-bubble-text{color:var(--mp-charcoal)}.mp-live-msg--customer .mp-live-bubble-text{color:#fff}.mp-live-time{display:block;font-size:10px;margin-top:3px;opacity:.55}.mp-live-input-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid rgba(0,0,0,.07)}.mp-live-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 14px;font-size:13.5px;font-family:var(--mp-font-body);outline:none;transition:border-color .15s;background:#fff}.mp-live-input::placeholder{color:#888}.mp-live-input:focus{border-color:var(--mp-orange);outline:none;box-shadow:0 0 0 3px #f39b2f2e}.mp-live-input:disabled{opacity:.5;cursor:not-allowed}.mp-live-send{width:36px;height:36px;border-radius:50%;border:none;background:var(--mp-orange);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.mp-live-send:hover:not(:disabled){background:#e08c20}.mp-live-send:disabled{background:var(--mp-orange);opacity:.38;cursor:not-allowed}.mp-ah-confirmation{display:flex;flex-direction:column;align-items:center;gap:14px;padding:32px 20px;text-align:center}.mp-ah-confirm-icon{color:#2d7a3e;background:#e6f4ea;border-radius:50%;width:68px;height:68px;display:flex;align-items:center;justify-content:center}.mp-ah-confirm-title{font-family:var(--mp-font-heading);font-size:20px;color:var(--mp-charcoal);margin:0}.mp-ah-confirm-body{font-size:14px;color:var(--mp-charcoal);line-height:1.7;margin:0}.mp-ah-confirm-note{font-size:12px;color:var(--mp-gray-text);margin:0;padding:10px 14px;background:var(--mp-light-gray);border-radius:8px;line-height:1.5}.mp-chat-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 16px;text-align:center}.mp-chat-empty-title{font-size:14px;font-weight:600;color:var(--mp-charcoal);margin:0}.mp-chat-empty-text{font-size:13px;color:var(--mp-gray-text);margin:0;line-height:1.5}.mp-chat-empty-link{font-size:13px;color:var(--mp-orange);text-decoration:none;font-weight:600;cursor:pointer;background:none;border:none;padding:0;font-family:var(--mp-font-body)}.mp-chat-empty-link:hover{text-decoration:underline}@media (max-width: 480px){.mp-chat-widget{bottom:0;right:0;left:0;width:100%;max-height:100dvh;height:100dvh;border-radius:16px 16px 0 0}.mp-chat-fab{bottom:16px;right:16px}}.mp-welcome{display:flex;flex-direction:column;height:100%;background:#fff}.mp-welcome-header{display:flex;align-items:center;gap:10px;padding:16px;background:var(--mp-charcoal);border-bottom:none;flex-shrink:0}.mp-welcome-brand{font-family:var(--mp-font-heading);font-weight:700;font-size:15px;color:#fff;line-height:1.2}.mp-welcome-tagline{font-size:11px;font-weight:400;color:#ffffffb8;margin-top:1px}.mp-welcome-close{margin-left:auto;background:none;border:none;cursor:pointer;padding:4px;color:#ffffffb3;display:flex;align-items:center;transition:color .15s}.mp-welcome-close:hover{color:#fff}.mp-welcome-body{flex:1;padding:20px 20px 12px;overflow-y:auto}.mp-welcome-title{font-family:var(--mp-font-heading);font-size:18px;color:var(--mp-charcoal);margin:0 0 4px}.mp-welcome-sub{font-size:13px;color:#333;margin:0 0 20px;line-height:1.5}.mp-welcome-field{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.mp-welcome-label{font-size:11px;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:.05em}.mp-welcome-required{color:var(--mp-orange)}.mp-welcome-input{padding:10px 12px;border:1.5px solid #888888;border-radius:8px;font-size:14px;font-family:var(--mp-font-body);color:var(--mp-charcoal);outline:none;transition:border-color .15s,box-shadow .15s;background:#fff}.mp-welcome-input::placeholder{color:#999}.mp-welcome-input:focus{border-color:var(--mp-orange);box-shadow:0 0 0 3px #f39b2f1f}.mp-welcome-input--error{border-color:#e74c3c}.mp-welcome-input--error:focus{box-shadow:0 0 0 3px #e74c3c1a}.mp-welcome-error{font-size:11.5px;color:#e74c3c}.mp-welcome-checkbox-row{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#333;cursor:pointer;margin-bottom:22px;line-height:1.45;-webkit-user-select:none;user-select:none}.mp-welcome-checkbox-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--mp-orange);flex-shrink:0;margin-top:2px;cursor:pointer}.mp-welcome-start{width:100%;padding:12px;background:var(--mp-orange);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;font-family:var(--mp-font-body);cursor:pointer;transition:opacity .15s,transform .1s;letter-spacing:.01em}.mp-welcome-start:hover{opacity:.88}.mp-welcome-start:active{transform:scale(.98)}.mp-welcome-footer{padding:9px 12px;text-align:center;font-size:11px;color:#666;border-top:1px solid #e8e8e8;flex-shrink:0}.mp-welcome-footer strong{color:#333;font-weight:700}.mp-order-prefilled-strip{padding:10px 14px;background:#fafafa;border-bottom:1px solid var(--mp-light-gray);font-size:13px;color:#666;flex-shrink:0}.mp-ohp{display:flex;flex-direction:column;height:100%;overflow:hidden}.mp-ohp-body{flex:1;overflow-y:auto;background:#f2f2f2;display:flex;flex-direction:column}.mp-ohp-spinner-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px}.mp-ohp-spinner{width:32px;height:32px;border:3px solid rgba(243,155,47,.25);border-top-color:var(--mp-orange);border-radius:50%;animation:mp-spin .75s linear infinite}.mp-ohp-spinner-label{font-size:13px;color:#888;margin:0}.mp-ohp-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.mp-ohp-empty-title{font-size:15px;font-weight:700;color:#333;margin:0 0 6px}.mp-ohp-empty-text{font-size:13px;color:#555;margin:0 0 18px;line-height:1.5}.mp-ohp-retry-row{display:flex;gap:8px;width:100%;max-width:260px}.mp-ohp-retry-input{flex:1;border:1.5px solid #aaa;border-radius:8px;padding:9px 11px;font-size:13px;font-family:var(--mp-font-body);color:#333;outline:none}.mp-ohp-retry-input:focus{border-color:var(--mp-orange)}.mp-ohp-list{padding:12px 10px 80px;display:flex;flex-direction:column;gap:10px}.mp-ohp-card{background:#fff;border-radius:10px;border:1px solid #e0e0e0;box-shadow:0 1px 4px #00000012;overflow:hidden}.mp-ohp-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:12px 14px 8px;border-bottom:1px solid #f0f0f0}.mp-ohp-order-num{font-size:14px;font-weight:700;color:#222;margin:0 0 2px}.mp-ohp-order-date{font-size:11.5px;color:#888;margin:0}.mp-ohp-items{list-style:none;margin:0;padding:8px 14px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #f0f0f0}.mp-ohp-item-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.mp-ohp-item-name{font-size:12.5px;color:#333;line-height:1.4;flex:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.mp-ohp-item-qty{font-size:12px;color:#888;white-space:nowrap;flex-shrink:0}.mp-ohp-actions{display:flex;flex-direction:row;align-items:center;gap:7px;padding:10px 14px 12px;background:#f7f7f7;border-top:1px solid #ebebeb}.mp-ohp-action-chip{background:#fff;border:1.5px solid #F7941D;color:#555;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;font-family:var(--mp-font-body);cursor:pointer;transition:background .15s;white-space:nowrap}.mp-ohp-action-chip:hover{background:#fff5ea}.mp-ohp-is-body{flex:1;overflow-y:auto;padding:14px 14px 0;background:#f2f2f2}.mp-ohp-is-order-ref{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#999;margin:0 0 10px}.mp-ohp-is-instruction{font-size:13px;color:#444;margin:0 0 12px}.mp-ohp-is-list{background:#fff;border-radius:10px;border:1px solid #e0e0e0;overflow:hidden;margin-bottom:14px}.mp-ohp-is-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .1s}.mp-ohp-is-row:last-child{border-bottom:none}.mp-ohp-is-row:hover{background:#fafafa}.mp-ohp-is-row--selectall{background:#fafafa;border-bottom:1px solid #e8e8e8}.mp-ohp-is-row--selectall .mp-ohp-is-item-label{font-weight:700;color:#333}.mp-ohp-is-item-label{font-size:13px;color:#333;line-height:1.4;flex:1}.mp-ohp-checkbox{width:16px;height:16px;accent-color:var(--mp-orange);cursor:pointer;flex-shrink:0}.mp-ohp-error{font-size:12px;color:#c0392b;margin:0 0 10px;text-align:center}.mp-ohp-is-footer{padding:12px 14px;background:#fff;border-top:1px solid #e0e0e0;flex-shrink:0}.mp-ohp-btn-submit{width:100%;padding:12px;background:var(--mp-orange);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:var(--mp-font-body);cursor:pointer;transition:opacity .15s}.mp-ohp-btn-submit:hover{opacity:.88}.mp-ohp-btn-submit:disabled{opacity:.4;cursor:not-allowed}.mp-ohp-success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;background:#fff}.mp-ohp-success-icon{margin-bottom:16px;line-height:1}.mp-ohp-success-title{font-family:var(--mp-font-heading);font-size:18px;color:#222;margin:0 0 10px}.mp-ohp-success-body{font-size:13.5px;color:#444;line-height:1.6;margin:0 0 28px;max-width:240px}.mp-ohp-btn-done{padding:11px 24px;background:var(--mp-orange);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:var(--mp-font-body);cursor:pointer;transition:opacity .15s}.mp-ohp-btn-done:hover{opacity:.88}.mp-vessel-spec-chip{display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:#1a1a2e;border-left:3px solid var(--mp-orange);border-radius:6px;padding:8px 12px;margin:0 0 10px;font-size:11px;font-family:var(--mp-font-body)}.mp-vessel-spec-title{color:var(--mp-orange);font-weight:700;font-size:11px;margin-right:4px;white-space:nowrap}.mp-vessel-spec-item{background:#f7941d1f;color:#e0e0e0;border:1px solid rgba(247,148,29,.3);border-radius:4px;padding:2px 7px;font-size:10.5px;font-weight:600;white-space:nowrap;font-family:monospace}.mp-voice-container{display:flex;flex-direction:column;height:100%}.mp-voice-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.mp-voice-messages::-webkit-scrollbar{width:4px}.mp-voice-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mp-voice-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:24px 16px}.mp-voice-welcome-icon{width:72px;height:72px;border-radius:50%;background:#f7941d1a;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.mp-voice-reps{display:flex;gap:16px;margin:12px 0 8px}.mp-voice-rep{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;color:#666}.mp-voice-rep-avatar{width:40px;height:40px;border-radius:50%;background:#0b1d3a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.mp-voice-connect-btn{margin-top:12px;padding:10px 28px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);transition:background .15s;display:flex;align-items:center;justify-content:center}.mp-voice-connect-btn:hover{background:#16a34a}.mp-voice-connect-btn:disabled{opacity:.5;cursor:not-allowed}.mp-voice-callback-btn{margin-top:10px;padding:8px 20px;background:transparent;color:var(--mp-orange);border:1.5px solid var(--mp-orange);border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);transition:all .15s}.mp-voice-callback-btn:hover{background:var(--mp-orange);color:#fff}.mp-voice-end-btn{padding:8px 24px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:var(--mp-font-body);transition:background .15s}.mp-voice-end-btn:hover{background:#dc2626}.mp-voice-back-link{margin-top:10px;background:none;border:none;color:#888;font-size:.8rem;cursor:pointer;text-decoration:underline;font-family:var(--mp-font-body)}.mp-voice-ring-anim{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.mp-voice-ring-circle{position:absolute;border-radius:50%;border:2px solid #22c55e;animation:mp-voice-ring 1.8s ease-out infinite}.mp-voice-ring-1{width:50px;height:50px;animation-delay:0s}.mp-voice-ring-2{width:65px;height:65px;animation-delay:.3s}.mp-voice-ring-3{width:80px;height:80px;animation-delay:.6s}@keyframes mp-voice-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}.mp-voice-connected-icon{width:64px;height:64px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center}.mp-voice-timer{font-size:2rem;font-weight:700;color:#0b1d3a;font-family:DM Sans,monospace;margin-top:8px;letter-spacing:2px}.mp-voice-check-icon{margin-bottom:0}.mp-voice-callback-form{padding:20px 16px;flex:1;display:flex;flex-direction:column}.mp-voice-label{font-size:.75rem;font-weight:600;color:#333;margin-bottom:4px;margin-top:10px;text-transform:uppercase;letter-spacing:.5px}.mp-voice-field{padding:9px 12px;border:1px solid var(--mp-gray-border);border-radius:8px;font-size:.85rem;font-family:var(--mp-font-body);outline:none;width:100%;transition:border-color .15s}.mp-voice-field:focus{border-color:var(--mp-orange)}.mp-voice-textarea{resize:vertical;min-height:60px}.mp-voice-after-hours{text-align:center;padding:8px 0}
