@charset "UTF-8";@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.chat-list-container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;z-index:1001;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);animation:fadeInScale .4s cubic-bezier(.34,1.56,.64,1) forwards}.chat-list-header{height:30px;padding:0 15px;margin:15px 0;display:flex;justify-content:space-between;align-items:center;opacity:0;animation:slideInUp .5s ease-out .1s forwards}.chat-list-logo{height:100%}.chat-list-logo img{height:100%;max-width:120px;object-fit:contain}.chat-list-company-logo{width:100%;height:100px;display:flex;align-items:center;justify-content:center;margin:30px 0 60px;opacity:0;animation:fadeInScale .6s cubic-bezier(.34,1.56,.64,1) .2s forwards}.chat-list-company-logo img{width:100px;height:100px;border-radius:50%}.chat-list-close{cursor:pointer;border:none;background:none;font-size:1.2rem;transition:all .2s ease}.chat-list-close:hover{transform:rotate(90deg);transition:all .2s ease}.chat-list-close:active{transform:rotate(0);transition:all .2s ease}.contact-methods{padding:20px}.contact-methods-title{margin-bottom:10px}.contact-methods-icons{display:flex;gap:10px}.contact-methods-icons>*{margin-right:10px}.contact-methods-icons>*:last-child{margin-right:0}@supports (gap: 10px){.contact-methods-icons>*{margin-right:0}}.contact-icon{padding:10px;cursor:pointer}.chat-sessions{flex:1;overflow-y:auto;padding:20px}.chat-sessions .session-avatar{position:relative;min-width:30px;min-height:30px;width:30px;height:30px;border-radius:50%;margin-right:10px;-webkit-transform:translateZ(0);transform:translateZ(0)}.chat-sessions .session-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.session-redPoint{width:8px;height:8px;background:#ff4d4f;border-radius:50%;position:absolute;top:18px;left:40px;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.chat-session-item{padding:15px;margin-bottom:10px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;opacity:0;animation:slideInFromRight .4s ease-out forwards}.session-content{flex:1;min-width:0;overflow:hidden}.session-title{font-size:.85rem;color:#666}.session-message{margin-top:5px;font-size:.85rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;padding-right:10px}.session-arrow{border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;transition:all .3s ease}.chat-session-item:hover .session-arrow{transform:scale(1.2);transition:all .3s ease}.new-chat-button{margin:10px 20px;padding:5px 15px;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1rem;opacity:0;animation:slideInUp .5s ease-out .5s forwards;transition:transform .2s ease,box-shadow .2s ease}.new-chat-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.new-chat-button:active{transform:translateY(0)}.contact-detail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-detail-overlay.show{opacity:1;visibility:visible}.contact-detail-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:85%;max-width:300px;background:#fff;border-radius:20px;padding:30px 20px;box-shadow:0 20px 60px #0000004d;opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;display:flex;flex-direction:column;align-items:center}.contact-detail-modal.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.contact-detail-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border:none;background:#fff;border-radius:50%;cursor:pointer;font-size:14px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.contact-detail-close:hover{transform:rotate(90deg)}.contact-detail-icon{width:60px;height:60px;margin-bottom:16px}.contact-detail-icon img{width:100%;height:100%;object-fit:contain}.contact-detail-name{font-size:1rem;font-weight:500;color:#333;margin-bottom:20px;text-align:center}.contact-detail-qrcode{padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:16px}.contact-detail-tips{font-size:.85rem;color:#888;margin-bottom:20px;text-align:center}.contact-detail-button{width:100%;padding:12px 20px;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.contact-detail-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.contact-detail-button:active{transform:translateY(0)}.contactList-container{position:relative;background:linear-gradient(#fffc,#fff3);width:100%;border-top-left-radius:20px;border-top-right-radius:20px;overscroll-behavior:none;-webkit-overscroll-behavior:none;opacity:0;animation:slideInUp .5s ease-out .3s forwards}.contactList-container .contactList-contactUs{position:absolute;top:-35px;border-radius:20px;padding:15px;left:50%;transform:translate(-50%);width:90%;background:#fff;box-shadow:0 4px 10px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.contactList-container .contactList-contactUs *{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none}.contactList-container .contactList-contactUs .contactList-contactUs-title{margin-bottom:10px;color:#333;font-weight:400}.contactList-container .contactList-contactUs .contactList-contactUs-icons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;cursor:pointer;transition:all .3s ease}.contactList-container .contactList-contactUs .contactList-contactUs-icons img:hover{transform:scale(1.1);transition:all .3s ease}.contactList-container .contactList-contactUs .contactList-contactUs-icons img:active{transform:scale(.9);transition:all .3s ease}.contactList-container .chat-sessions{overflow-y:auto;height:250px;overscroll-behavior:contain;-webkit-overscroll-behavior:contain}.contactList-container .chat-sessions .chat-session-item{background:transparent}.contactList-container .chat-sessions .chat-session-item:not(:last-child){border-bottom:1px solid rgba(230,230,230,1)}.contactList-container .chat-sessions .contactList-contactUs-icons img:hover{transform:scale(1.1)}.contactList-container .chat-sessions .contactList-contactUs-icons img:active{transform:scale(.9)}.contactList-container .new-chat-button{color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1rem;position:absolute;bottom:5px;width:90%;background:#fff;box-shadow:0 4px 10px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-window{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;border:1px solid rgba(0,0,0,.02);display:flex;flex-direction:column;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:1001;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px)}.chat-window .chat-list-header{height:30px;padding:0 15px 0 8px;margin:15px 0;display:flex;justify-content:space-between;align-items:center}.chat-messages{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-messages>*{margin-bottom:12px}.chat-messages>*:last-child{margin-bottom:0}@supports (gap: 12px){.chat-messages>*{margin-bottom:0}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-input-container{padding:2px 10px;margin:10px;background:#fff;border-radius:12px;box-shadow:0 1px 10px #0000001a;display:flex;align-items:center}.chat-input-container img{cursor:pointer}.chat-input{flex:1;padding:10px 8px;border:none;border-radius:8px;font-size:1rem;line-height:20px;outline:none;resize:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:20px;max-height:60px;font-family:inherit;transition:height .15s ease;-webkit-user-select:text;user-select:text;-webkit-tap-highlight-color:transparent;touch-action:manipulation;scrollbar-width:none;-ms-overflow-style:none}.chat-input::-webkit-scrollbar{display:none}.chat-input:focus{border-color:transparent}.chat-input-mobile{height:40px;min-height:40px;max-height:40px;overflow:hidden;resize:none}.chat-send-button{width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}.chat-send-button:hover:not(:disabled){transform:scale(1.05)}.chat-send-button:active:not(:disabled){transform:scale(.95)}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.more-tool-icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease,width .25s ease,margin .25s ease;cursor:pointer;width:24px;opacity:1;flex-shrink:0}.more-tool-icon.rotated{transform:rotate(45deg)}.more-tool-icon.hidden{opacity:0;width:0;margin-right:-8px;pointer-events:none}.emoji-icon{transition:transform .2s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.emoji-icon:hover{transform:scale(1.1)}.emoji-icon.active{transform:scale(1.15)}.send-icon{cursor:pointer;margin-left:5px;width:0;opacity:0;transform:scale(.5) rotate(-45deg);transition:width .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease,transform .3s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;pointer-events:none;border-radius:50%;height:24px}.send-icon.show{width:24px;padding:5px;opacity:1;transform:scale(1) rotate(0);pointer-events:auto}.send-icon.no-show{width:0;opacity:0;transform:scale(.5) rotate(-45deg);pointer-events:none}.send-icon:hover{transform:scale(1.1) rotate(0)}.send-icon:active{transform:scale(.95) rotate(0)}.chat-tools-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;z-index:10}.chat-input-tools{padding:0 10px 10px;display:flex;gap:8px}.chat-input-tools>*{margin-right:8px;margin-bottom:8px}@supports (gap: 8px){.chat-input-tools>*{margin-right:0;margin-bottom:0}}.chat-input-tools{justify-content:flex-start;flex-direction:row;flex-wrap:wrap;position:relative;z-index:11;max-height:0;overflow:hidden;opacity:0;transform:translateY(20px);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1),padding .3s ease;padding-top:0;padding-bottom:0}.chat-input-tools.show{max-height:200px;opacity:1;transform:translateY(0);padding-top:5px;padding-bottom:10px}.chat-input-tools .chat-input-tools-item{box-shadow:0 1px 10px #0000001a;display:flex;align-items:center;flex-direction:column;justify-content:center;cursor:pointer;width:80px;height:80px;border-radius:12px;background:#fff;gap:5px}.chat-input-tools .chat-input-tools-item>*{margin-bottom:5px}.chat-input-tools .chat-input-tools-item>*:last-child{margin-bottom:0}@supports (gap: 5px){.chat-input-tools .chat-input-tools-item>*{margin-bottom:0}}.chat-input-tools .chat-input-tools-item{text-align:center;opacity:0;transform:translateY(15px) scale(.9);transition:opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.chat-input-tools .chat-input-tools-item:hover{box-shadow:0 4px 15px #0000002a;transform:translateY(-2px) scale(1.02)}.chat-input-tools .chat-input-tools-item img{width:20px;height:20px}.chat-input-tools .chat-input-tools-item p{color:#666;font-size:1rem;margin:0}.chat-input-tools.show .chat-input-tools-item{opacity:1;transform:translateY(0) scale(1)}.chat-input-tools.show .chat-input-tools-item:nth-child(1){transition-delay:.05s}.chat-input-tools.show .chat-input-tools-item:nth-child(2){transition-delay:.1s}.chat-input-tools.show .chat-input-tools-item:nth-child(3){transition-delay:.15s}.chat-input-tools.show .chat-input-tools-item:nth-child(4){transition-delay:.2s}.chat-input-tools.show .chat-input-tools-item:nth-child(5){transition-delay:.25s}.chat-input-tools.show .chat-input-tools-item:nth-child(6){transition-delay:.3s}.end-chat-container{color:#666;font-size:.85rem;text-align:center;line-height:60px}.file-size-error-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;z-index:1000;pointer-events:none;transition:background .3s ease}.file-size-error-overlay.show{background:#00000080;pointer-events:auto}.file-size-error-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:calc(100% - 60px);padding:24px 20px 20px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s ease,visibility .3s ease}.file-size-error-modal.show{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.file-size-error-content{display:flex;align-items:center;justify-content:center;flex-direction:column}.file-size-error-content svg{animation:errorIconBounce .5s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes errorIconBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.file-size-error-text{color:#333;margin:16px 0 20px;font-size:1rem;text-align:center;line-height:1.5;animation:fadeInUp .4s ease .3s both}.file-size-error-button{width:100%;text-align:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#333;padding:12px 0;border-radius:24px;cursor:pointer;font-size:1rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;animation:fadeInUp .4s ease .4s both}.file-size-error-button:hover{background:linear-gradient(135deg,#e8e8e8,#ddd);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.file-size-error-button:active{transform:translateY(0) scale(.98);box-shadow:none}.chat-button-list{padding:0 10px;display:flex;flex-direction:row;gap:10px;flex-wrap:nowrap;align-items:center;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.chat-button-list::-webkit-scrollbar{display:none}.chat-button-list{animation:slideInFromBottom .4s cubic-bezier(.34,1.56,.64,1) both}.chat-button-list .chat-button-item{background:#fff;border-radius:5px;padding:5px 8px;font-size:1rem;color:#333;cursor:pointer;white-space:nowrap;border:1px solid #e6e6e6;opacity:0;transform:translateY(10px) scale(.9);animation:buttonItemSlideIn .35s cubic-bezier(.34,1.56,.64,1) both;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.chat-button-list .chat-button-item:nth-child(1){animation-delay:.05s}.chat-button-list .chat-button-item:nth-child(2){animation-delay:.1s}.chat-button-list .chat-button-item:nth-child(3){animation-delay:.15s}.chat-button-list .chat-button-item:nth-child(4){animation-delay:.2s}.chat-button-list .chat-button-item:nth-child(5){animation-delay:.25s}.chat-button-list .chat-button-item:nth-child(6){animation-delay:.3s}.chat-button-list .chat-button-item:nth-child(7){animation-delay:.35s}.chat-button-list .chat-button-item:nth-child(8){animation-delay:.4s}.chat-button-list .chat-button-item:nth-child(9){animation-delay:.45s}.chat-button-list .chat-button-item:nth-child(10){animation-delay:.5s}.chat-button-list .chat-button-item:nth-child(11){animation-delay:.55s}.chat-button-list .chat-button-item:nth-child(12){animation-delay:.6s}.chat-button-list .chat-button-item:nth-child(13){animation-delay:.65s}.chat-button-list .chat-button-item:nth-child(14){animation-delay:.7s}.chat-button-list .chat-button-item:nth-child(15){animation-delay:.75s}.chat-button-list .chat-button-item:nth-child(16){animation-delay:.8s}.chat-button-list .chat-button-item:nth-child(17){animation-delay:.85s}.chat-button-list .chat-button-item:nth-child(18){animation-delay:.9s}.chat-button-list .chat-button-item:nth-child(19){animation-delay:.95s}.chat-button-list .chat-button-item:nth-child(20){animation-delay:1s}.chat-button-list .chat-button-item:nth-child(21){animation-delay:1.05s}.chat-button-list .chat-button-item:nth-child(22){animation-delay:1.1s}.chat-button-list .chat-button-item:nth-child(23){animation-delay:1.15s}.chat-button-list .chat-button-item:nth-child(24){animation-delay:1.2s}.chat-button-list .chat-button-item:nth-child(25){animation-delay:1.25s}.chat-button-list .chat-button-item:nth-child(26){animation-delay:1.3s}.chat-button-list .chat-button-item:nth-child(27){animation-delay:1.35s}.chat-button-list .chat-button-item:nth-child(28){animation-delay:1.4s}.chat-button-list .chat-button-item:nth-child(29){animation-delay:1.45s}.chat-button-list .chat-button-item:nth-child(30){animation-delay:1.5s}.chat-button-list .chat-button-item:nth-child(31){animation-delay:1.55s}.chat-button-list .chat-button-item:nth-child(32){animation-delay:1.6s}.chat-button-list .chat-button-item:nth-child(33){animation-delay:1.65s}.chat-button-list .chat-button-item:nth-child(34){animation-delay:1.7s}.chat-button-list .chat-button-item:nth-child(35){animation-delay:1.75s}.chat-button-list .chat-button-item:nth-child(36){animation-delay:1.8s}.chat-button-list .chat-button-item:nth-child(37){animation-delay:1.85s}.chat-button-list .chat-button-item:nth-child(38){animation-delay:1.9s}.chat-button-list .chat-button-item:nth-child(39){animation-delay:1.95s}.chat-button-list .chat-button-item:nth-child(40){animation-delay:2s}.chat-button-list .chat-button-item:nth-child(41){animation-delay:2.05s}.chat-button-list .chat-button-item:nth-child(42){animation-delay:2.1s}.chat-button-list .chat-button-item:nth-child(43){animation-delay:2.15s}.chat-button-list .chat-button-item:nth-child(44){animation-delay:2.2s}.chat-button-list .chat-button-item:nth-child(45){animation-delay:2.25s}.chat-button-list .chat-button-item:nth-child(46){animation-delay:2.3s}.chat-button-list .chat-button-item:nth-child(47){animation-delay:2.35s}.chat-button-list .chat-button-item:nth-child(48){animation-delay:2.4s}.chat-button-list .chat-button-item:nth-child(49){animation-delay:2.45s}.chat-button-list .chat-button-item:nth-child(50){animation-delay:2.5s}.chat-button-list .chat-button-item:nth-child(51){animation-delay:2.55s}.chat-button-list .chat-button-item:nth-child(52){animation-delay:2.6s}.chat-button-list .chat-button-item:nth-child(53){animation-delay:2.65s}.chat-button-list .chat-button-item:nth-child(54){animation-delay:2.7s}.chat-button-list .chat-button-item:nth-child(55){animation-delay:2.75s}.chat-button-list .chat-button-item:nth-child(56){animation-delay:2.8s}.chat-button-list .chat-button-item:nth-child(57){animation-delay:2.85s}.chat-button-list .chat-button-item:nth-child(58){animation-delay:2.9s}.chat-button-list .chat-button-item:nth-child(59){animation-delay:2.95s}.chat-button-list .chat-button-item:nth-child(60){animation-delay:3s}.chat-button-list .chat-button-item:nth-child(61){animation-delay:3.05s}.chat-button-list .chat-button-item:nth-child(62){animation-delay:3.1s}.chat-button-list .chat-button-item:nth-child(63){animation-delay:3.15s}.chat-button-list .chat-button-item:nth-child(64){animation-delay:3.2s}.chat-button-list .chat-button-item:nth-child(65){animation-delay:3.25s}.chat-button-list .chat-button-item:nth-child(66){animation-delay:3.3s}.chat-button-list .chat-button-item:nth-child(67){animation-delay:3.35s}.chat-button-list .chat-button-item:nth-child(68){animation-delay:3.4s}.chat-button-list .chat-button-item:nth-child(69){animation-delay:3.45s}.chat-button-list .chat-button-item:nth-child(70){animation-delay:3.5s}.chat-button-list .chat-button-item:nth-child(71){animation-delay:3.55s}.chat-button-list .chat-button-item:nth-child(72){animation-delay:3.6s}.chat-button-list .chat-button-item:nth-child(73){animation-delay:3.65s}.chat-button-list .chat-button-item:nth-child(74){animation-delay:3.7s}.chat-button-list .chat-button-item:nth-child(75){animation-delay:3.75s}.chat-button-list .chat-button-item:nth-child(76){animation-delay:3.8s}.chat-button-list .chat-button-item:nth-child(77){animation-delay:3.85s}.chat-button-list .chat-button-item:nth-child(78){animation-delay:3.9s}.chat-button-list .chat-button-item:nth-child(79){animation-delay:3.95s}.chat-button-list .chat-button-item:nth-child(80){animation-delay:4s}.chat-button-list .chat-button-item:nth-child(81){animation-delay:4.05s}.chat-button-list .chat-button-item:nth-child(82){animation-delay:4.1s}.chat-button-list .chat-button-item:nth-child(83){animation-delay:4.15s}.chat-button-list .chat-button-item:nth-child(84){animation-delay:4.2s}.chat-button-list .chat-button-item:nth-child(85){animation-delay:4.25s}.chat-button-list .chat-button-item:nth-child(86){animation-delay:4.3s}.chat-button-list .chat-button-item:nth-child(87){animation-delay:4.35s}.chat-button-list .chat-button-item:nth-child(88){animation-delay:4.4s}.chat-button-list .chat-button-item:nth-child(89){animation-delay:4.45s}.chat-button-list .chat-button-item:nth-child(90){animation-delay:4.5s}.chat-button-list .chat-button-item:nth-child(91){animation-delay:4.55s}.chat-button-list .chat-button-item:nth-child(92){animation-delay:4.6s}.chat-button-list .chat-button-item:nth-child(93){animation-delay:4.65s}.chat-button-list .chat-button-item:nth-child(94){animation-delay:4.7s}.chat-button-list .chat-button-item:nth-child(95){animation-delay:4.75s}.chat-button-list .chat-button-item:nth-child(96){animation-delay:4.8s}.chat-button-list .chat-button-item:nth-child(97){animation-delay:4.85s}.chat-button-list .chat-button-item:nth-child(98){animation-delay:4.9s}.chat-button-list .chat-button-item:nth-child(99){animation-delay:4.95s}.chat-button-list .chat-button-item:nth-child(100){animation-delay:5s}.chat-button-list .chat-button-item:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px #00000026;border-color:var(--theme-color);background:#f8f9ff;color:var(--theme-color)}.chat-button-list .chat-button-item:active{transform:translateY(0) scale(.98);box-shadow:0 2px 6px #0000001a}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonItemSlideIn{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.image-preview-thumbnail{max-width:100%;border-radius:8px;cursor:pointer;transition:opacity .2s;display:block}.image-preview-thumbnail:hover{opacity:.9}.image-preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:99999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-preview-toolbar{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:8px}.image-preview-toolbar>*{margin-right:8px}.image-preview-toolbar>*:last-child{margin-right:0}@supports (gap: 8px){.image-preview-toolbar>*{margin-right:0}}.image-preview-toolbar{background-color:#0009;padding:8px 12px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100000}@media (max-width: 768px){.image-preview-toolbar{top:10px;right:10px;padding:6px 10px;gap:6px}.image-preview-toolbar>*{margin-right:6px}.image-preview-toolbar>*:last-child{margin-right:0}@supports (gap: 6px){.image-preview-toolbar>*{margin-right:0}}}.toolbar-btn{background:transparent;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.toolbar-btn:hover{background-color:#ffffff1a}.toolbar-btn:active{background-color:#fff3}.toolbar-btn svg{width:20px;height:20px}@media (max-width: 768px){.toolbar-btn svg{width:18px;height:18px}}.zoom-text{color:#fff;font-size:14px;min-width:50px;text-align:center;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.zoom-text{font-size:12px;min-width:45px}}.toolbar-divider{width:1px;height:20px;background-color:#ffffff4d;margin:0 4px}@media (max-width: 768px){.toolbar-divider{height:18px;margin:0 2px}}.close-btn{margin-left:4px}.image-preview-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-preview-image{max-width:90%;max-height:90%;object-fit:contain;-webkit-user-select:none;user-select:none;transition:transform .1s ease-out;-webkit-user-drag:none;-webkit-touch-callout:none}@media (max-width: 768px){.image-preview-image{max-width:95%;max-height:95%}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.leftMessage{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px}.leftMessage>*{margin-right:12px}.leftMessage>*:last-child{margin-right:0}@supports (gap: 12px){.leftMessage>*{margin-right:0}}.leftMessage{animation:slideInFromLeft .35s cubic-bezier(.34,1.56,.64,1) forwards}.leftMessage .avatar-placeholder{width:30px;height:30px;border-radius:50%;flex-shrink:0}.leftMessage .avatar-placeholder img{width:100%;height:100%;object-fit:cover}.leftMessage .avatar-placeholder svg{width:100%;height:100%}.leftMessage .message-wrapper{display:flex;flex-direction:column;max-width:calc(100% - 52px)}.leftMessage .message-wrapper .agent-name{font-size:.85rem;color:#666;font-weight:500;line-height:30px;min-height:12px}.leftMessage .message-wrapper .message-content{color:#333;font-size:1rem;line-height:1.5;word-wrap:break-word;animation:popIn .3s cubic-bezier(.34,1.56,.64,1) .1s forwards;opacity:0}.leftMessage.no-agent-name .message-wrapper .message-content{border-top-left-radius:12px}@supports selector(:has(*)){.leftMessage:not(:has(.agent-name)) .message-wrapper .message-content{border-top-left-radius:12px}}.rightMessage{display:flex;align-items:flex-start;justify-content:flex-end;animation:slideInFromRight .35s cubic-bezier(.34,1.56,.64,1) forwards}.rightMessage .message-content{max-width:calc(100% - 40px);padding:12px 16px;border-radius:12px 12px 4px;font-size:1rem;word-wrap:break-word;animation:popIn .3s cubic-bezier(.34,1.56,.64,1) .1s forwards;opacity:0}.middleMessage{animation:fadeInUp .3s ease-out forwards}.middleMessage .message-content{color:#999;text-align:center;font-size:.85rem}.loading-content{display:flex;align-items:center;justify-content:center;padding:12px 0;background:transparent;border-radius:20px;min-width:60px}.loading-dots{display:flex;align-items:center;gap:6px}.loading-dots .dot{margin-right:6px}.loading-dots .dot:last-child{margin-right:0}@supports (gap: 6px){.loading-dots .dot{margin-right:0}}.loading-dots .dot{width:10px;height:10px;border-radius:50%;animation:dotFade 1.4s ease-in-out infinite}.loading-dots .dot:nth-child(1){animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotFade{0%,80%,to{opacity:.3}40%{opacity:1}}.upload-close-icon{display:inline-block;width:20px;height:20px;cursor:pointer;border-radius:50%;position:absolute;left:-13px;top:50%;padding:5px}.message-extra{display:flex;font-size:.85rem;background:#f0f0f0;color:#333;border-radius:4px;padding:4px;width:fit-content}.message-extra .message-extra-name{white-space:nowrap}.file-item{display:flex;align-items:center;gap:8px}.file-item>*{margin-right:8px}.file-item>*:last-child{margin-right:0}@supports (gap: 8px){.file-item>*{margin-right:0}}.file-item{padding:4px 6px;background:#fff;border-radius:4px;border:1px solid #e6e6e6;margin-bottom:5px;position:relative}.file-item .file-name{flex:1;color:#3463fc;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:5px}.file-item .file-name:hover{text-decoration:underline}.aiagent-form{min-width:200px;width:100%}.aiagent-form .ant-form-item{margin-bottom:0}.aiagent-form .ant-form-item .ant-form-item-label{font-weight:700;padding:2px 0!important}.aiagent-form .ant-form-item-label>label{color:#333;font-weight:500;font-size:14px}.aiagent-form .ant-row{margin-bottom:6px}.aiagent-form .form-buttons{display:flex;justify-content:flex-end;flex-direction:row;align-items:center;margin-top:5px;margin-bottom:2px}.aiagent-form .form-buttons button:first-child{background:transparent;border-color:#3463fc;color:#3463fc;padding:2px 20px}.aiagent-form .form-buttons button:last-child{background:#3463fc;border-color:#3463fc;color:#fff;padding:2px 20px}.aiagent-hotissue{padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;min-width:260px;max-width:320px}.aiagent-hotissue .hotissue-header{display:flex;align-items:center;gap:6px}.aiagent-hotissue .hotissue-header>*{margin-right:6px}.aiagent-hotissue .hotissue-header>*:last-child{margin-right:0}@supports (gap: 6px){.aiagent-hotissue .hotissue-header>*{margin-right:0}}.aiagent-hotissue .hotissue-header{margin-bottom:12px}.aiagent-hotissue .hotissue-header .hotissue-title{font-weight:700;color:#333}.aiagent-hotissue .hotissue-content .hotissue-group{padding:10px 12px;background:#f9f9f9;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:background .2s}.aiagent-hotissue .hotissue-content .hotissue-group:hover{background:#f0f0f0}.aiagent-hotissue .hotissue-content .hotissue-group .group-title{font-weight:700;color:#333;display:flex;align-items:center;justify-content:space-between}.aiagent-hotissue .hotissue-content .hotissue-group .group-items{margin-top:8px}.aiagent-hotissue .hotissue-content .hotissue-group .group-items .issue-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e6e6e6;cursor:pointer;color:#666;transition:color .2s}.aiagent-hotissue .hotissue-content .hotissue-group .group-items .issue-item:hover{color:#3463fc}.aiagent-hotissue .hotissue-content .hotissue-group .group-items .issue-item:last-child{border-bottom:none}.aiagent-hotissue .hotissue-content .issue-item-tab{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e6e6e6;cursor:pointer;color:#666;transition:color .2s}.aiagent-hotissue .hotissue-content .issue-item-tab:hover{color:#3463fc}.aiagent-hotissue .hotissue-content .hotissue-auto-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9f9f9;border-radius:8px;margin-bottom:8px;cursor:pointer;font-weight:700;transition:background .2s}.aiagent-hotissue .hotissue-content .hotissue-auto-item:hover{background:#f0f0f0}.aiagent-card{padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;min-width:220px;max-width:280px}.aiagent-card .card-single .card-bot-message{font-size:1rem;color:#333;margin-bottom:10px;cursor:pointer}.aiagent-card .card-single .card-image{width:100%;height:180px;border-radius:8px;overflow:hidden;margin-bottom:10px;cursor:pointer}.aiagent-card .card-single .card-image img{width:100%;height:100%;object-fit:cover}.aiagent-card .card-single .card-title{font-size:1rem;font-weight:500;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.aiagent-card .card-single .card-info{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.aiagent-card .card-single .card-info .card-price{display:flex;align-items:flex-end;gap:4px}.aiagent-card .card-single .card-info .card-price>*{margin-right:4px}.aiagent-card .card-single .card-info .card-price>*:last-child{margin-right:0}@supports (gap: 4px){.aiagent-card .card-single .card-info .card-price>*{margin-right:0}}.aiagent-card .card-single .card-info .card-price .price{color:#ff1e1e;font-weight:500}.aiagent-card .card-single .card-info .card-price .count{color:#999;font-size:12px}.aiagent-card .card-single .card-info .card-status{color:#ffa601;font-size:12px}.aiagent-card .card-single .card-nav{display:flex;justify-content:space-between;align-items:center}.aiagent-card .card-single .card-nav .card-page{color:#999}.aiagent-card .card-single .card-nav .card-page span:first-child{font-size:1rem}.aiagent-card .card-single .card-nav .card-page .total{font-size:12px}.aiagent-card .card-single .card-nav .card-arrows{display:flex;gap:8px}.aiagent-card .card-single .card-nav .card-arrows>*{margin-right:8px}.aiagent-card .card-single .card-nav .card-arrows>*:last-child{margin-right:0}@supports (gap: 8px){.aiagent-card .card-single .card-nav .card-arrows>*{margin-right:0}}.aiagent-card .card-single .card-nav .card-arrows .arrow-btn{cursor:pointer;width:24px;height:24px}.aiagent-card .card-single .card-nav .card-arrows .arrow-btn.prev{transform:rotate(180deg)}.aiagent-card .card-list .card-bot-message{font-size:1rem;color:#333;margin-bottom:10px}.aiagent-card .card-list .card-item{display:flex;gap:10px}.aiagent-card .card-list .card-item>*{margin-right:10px}.aiagent-card .card-list .card-item>*:last-child{margin-right:0}@supports (gap: 10px){.aiagent-card .card-list .card-item>*{margin-right:0}}.aiagent-card .card-list .card-item{padding:10px;background:#f9f9f9;border-radius:8px;margin-bottom:8px}.aiagent-card .card-list .card-item .card-item-image{width:70px;height:70px;flex-shrink:0;border-radius:6px;overflow:hidden}.aiagent-card .card-list .card-item .card-item-image img{width:100%;height:100%;object-fit:cover}.aiagent-card .card-list .card-item .card-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.aiagent-card .card-list .card-item .card-item-info .card-item-title{font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.aiagent-card .card-list .card-item .card-item-info .card-item-price{display:flex;align-items:flex-end;gap:4px}.aiagent-card .card-list .card-item .card-item-info .card-item-price>*{margin-right:4px}.aiagent-card .card-list .card-item .card-item-info .card-item-price>*:last-child{margin-right:0}@supports (gap: 4px){.aiagent-card .card-list .card-item .card-item-info .card-item-price>*{margin-right:0}}.aiagent-card .card-list .card-item .card-item-info .card-item-price .price{color:#ff1e1e;font-weight:500}.aiagent-card .card-list .card-item .card-item-info .card-item-price .count{color:#999;font-size:12px}.aiagent-card .card-list .card-item .card-item-info .card-item-status{display:flex;justify-content:space-between;align-items:center}.aiagent-card .card-list .card-item .card-item-info .card-item-status .status{color:#ffa601;font-size:12px}.aiagent-card .card-list .card-item .card-item-info .card-item-status .choose-btn{padding:4px 12px;background:#3463fc;color:#fff;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.aiagent-card .card-list .card-item .card-item-info .card-item-status .choose-btn:hover{background:#2850d9}.aiagent-buttons{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.aiagent-buttons>*{margin-right:8px;margin-bottom:8px}@supports (gap: 8px){.aiagent-buttons>*{margin-right:0;margin-bottom:0}}.aiagent-buttons{margin-top:8px}.aiagent-buttons .button-item{width:fit-content;box-shadow:0 1px 2px #00000026;display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;gap:8px}.aiagent-buttons .button-item>*{margin-right:8px}.aiagent-buttons .button-item>*:last-child{margin-right:0}@supports (gap: 8px){.aiagent-buttons .button-item>*{margin-right:0}}.aiagent-buttons .button-item{padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s;background:#fff;color:#333;word-break:break-word;text-align:left}.aiagent-buttons .button-item svg{flex-shrink:0;transition:transform .25s ease}.aiagent-buttons .button-item:hover{border:1px solid var(--theme-color);transition:all .2s;color:var(--theme-color)}.aiagent-buttons .button-item:hover svg{transform:translate(4px)}.llm-tips{margin-top:8px;margin-left:42px;font-size:12px;color:#999}.rateMessage{display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;flex-wrap:nowrap;position:relative;padding-top:15px;margin-top:10px}.rateMessage:before{content:"";position:absolute;top:0;left:12%;right:12%;height:1px;background:linear-gradient(to right,#c8c8c833,#96969699,#c8c8c833)}.rateMessage .rateTitle{font-size:.85rem;color:#666;margin-bottom:10px}.message-footer{display:flex;gap:5px;width:100%;flex-wrap:nowrap;align-items:center}.message-footer .zan-icon{margin-top:2px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;-webkit-user-select:none;user-select:none}.message-footer .zan-icon:hover{background:#3463fc14;transform:scale(1.1)}.message-footer .zan-icon:active{transform:scale(.9)}.message-footer .zan-icon.active{animation:likeBounce .5s cubic-bezier(.34,1.56,.64,1)}.message-footer .zan-icon.dislike-icon.active{animation:dislikeBounce .5s cubic-bezier(.34,1.56,.64,1)}.message-footer .zan-icon svg{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.message-footer .zan-icon:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#3463fc4d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,opacity .4s ease;opacity:0;pointer-events:none}.message-footer .zan-icon.clicked:before{width:40px;height:40px;opacity:0}@keyframes likeBounce{0%{transform:scale(1)}25%{transform:scale(1.3) rotate(-5deg)}50%{transform:scale(1.2) rotate(5deg)}75%{transform:scale(1.15) rotate(-3deg)}to{transform:scale(1)}}@keyframes dislikeBounce{0%{transform:scale(1) rotate(180deg)}25%{transform:scale(1.3) rotate(175deg)}50%{transform:scale(1.2) rotate(185deg)}75%{transform:scale(1.15) rotate(177deg)}to{transform:scale(1) rotate(180deg)}}.emoji-list-container{position:absolute;bottom:60px;right:10px;width:280px;max-height:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;overflow:hidden;opacity:0;transform:translateY(10px) scale(.95);transform-origin:bottom right;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,transform .3s cubic-bezier(.34,1.56,.64,1);z-index:100}.emoji-list-container.show{max-height:250px;opacity:1;transform:translateY(0) scale(1)}.emoji-list-wrapper{display:flex;flex-wrap:wrap;padding:12px;gap:4px}.emoji-list-wrapper>*{margin-right:4px;margin-bottom:4px}@supports (gap: 4px){.emoji-list-wrapper>*{margin-right:0;margin-bottom:0}}.emoji-list-wrapper{max-height:230px;overflow-y:auto}.emoji-list-wrapper::-webkit-scrollbar{width:4px}.emoji-list-wrapper::-webkit-scrollbar-track{background:transparent}.emoji-list-wrapper::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.emoji-list-wrapper::-webkit-scrollbar-thumb:hover{background:#bdbdbd}.emoji-item{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;border-radius:6px;transition:transform .12s ease-out,background .12s ease-out;opacity:0;transform:scale(.8);will-change:transform,opacity;animation:emojiPopIn .2s ease-out forwards}.emoji-item:hover{background:#0000000d;transform:scale(1.15)}.emoji-item:active{transform:scale(.95)}@keyframes emojiPopIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.emoji-list-container:not(.show) .emoji-item{animation:none;opacity:0}.emoji-list-container.show .emoji-item{animation:emojiPopIn .2s ease-out forwards}.video-call-page{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}.video-call-page .video-call-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:relative;z-index:10}.video-call-page .video-call-header .header-left{display:flex;align-items:center;gap:8px}.video-call-page .video-call-header .header-left .back-btn{width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-call-page .video-call-header .header-left .back-btn img{width:20px;height:20px}.video-call-page .video-call-header .header-left .company-logo{height:100%;max-width:120px;object-fit:contain}.video-call-page .video-call-header .header-right .close-btn{width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-call-page .video-call-header .header-right .close-btn img{width:20px;height:20px}.video-call-page.audio-mode{background:linear-gradient(180deg,#e8f0fe,#f0f6ff 40%,#fff)}.video-call-page .audio-call-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-call-page .audio-call-content .agent-avatar{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-call-page .audio-call-content .agent-avatar .headset-icon{width:60px;height:60px}.video-call-page .audio-call-content .agent-name{margin-top:16px;font-size:16px;color:#333;font-weight:500}.video-call-page .audio-call-content .connecting-text{margin-top:8px;font-size:14px;color:#999}.video-call-page .audio-call-content .connecting-text:after{content:"";animation:dots 1.5s steps(3,end) infinite}.video-call-page.video-mode{background:#e8eaed}.video-call-page.video-mode .video-call-header{position:absolute;top:0;left:0;right:0;z-index:10}.video-call-page .video-call-content{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.video-call-page .video-call-content .agent-video-wrapper{width:100%;height:100%;position:relative;border-radius:16px;overflow:hidden;margin:0 12px 12px}.video-call-page .video-call-content .agent-video-wrapper video{width:100%;height:100%;object-fit:cover}.video-call-page .video-call-content .agent-video-wrapper .agent-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#e8f0fe,#f0f6ff 40%,#fff)}.video-call-page .video-call-content .agent-video-wrapper .agent-placeholder .agent-avatar{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-call-page .video-call-content .agent-video-wrapper .agent-placeholder .agent-avatar .headset-icon{width:60px;height:60px}.video-call-page .video-call-content .agent-video-wrapper .agent-placeholder .agent-name{margin-top:16px;font-size:16px;color:#333;font-weight:500}.video-call-page .video-call-content .local-video-wrapper{position:absolute;top:60px;right:20px;width:100px;height:140px;border-radius:12px;overflow:hidden;z-index:5;box-shadow:0 4px 16px #00000026;border:2px solid #fff}.video-call-page .video-call-content .local-video-wrapper video{width:100%;height:100%;object-fit:cover}.video-call-page .call-controls{display:flex;align-items:center;justify-content:center;gap:32px;padding:20px 0 30px;z-index:10}.video-call-page .call-controls.video-controls{position:absolute;bottom:0;left:0;right:0;padding:20px 0 30px;background:linear-gradient(transparent,#0000004d)}.video-call-page .call-controls .control-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.video-call-page .call-controls .control-item .control-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.video-call-page .call-controls .control-item .control-btn:active{transform:scale(.92)}.video-call-page .call-controls .control-item .control-btn svg{width:24px;height:24px}.video-call-page .call-controls .control-item .control-btn.mic-on{background:linear-gradient(135deg,#c34fff,#a020f0);box-shadow:0 4px 16px #a020f059}.video-call-page .call-controls .control-item .control-btn.mic-off{background:#e0e0e0;box-shadow:0 4px 16px #0000001a}.video-call-page .call-controls .control-item .control-btn.camera-on{background:linear-gradient(135deg,#4a9eff,#2979ff);box-shadow:0 4px 16px #2979ff59}.video-call-page .call-controls .control-item .control-btn.camera-off{background:#e0e0e0;box-shadow:0 4px 16px #0000001a}.video-call-page .call-controls .control-item .control-btn.hangup{background:linear-gradient(135deg,#ff5252,#e53935);box-shadow:0 4px 16px #e5393559}.video-call-page .call-controls .control-item .control-label{margin-top:6px;font-size:12px;color:#666}.video-call-page .call-controls .control-item .control-label.video-label{color:#fff}.video-call-page .confirm-dialog{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px}.video-call-page .confirm-dialog .confirm-icon{width:80px;height:80px;margin-bottom:24px}.video-call-page .confirm-dialog .confirm-text{text-align:center;font-size:16px;color:#333;line-height:1.5;width:65%}.video-call-page .confirm-dialog .confirm-buttons{display:flex;gap:16px;margin-top:40px}.video-call-page .confirm-dialog .confirm-buttons .cancel-btn,.video-call-page .confirm-dialog .confirm-buttons .accept-btn{padding:10px 28px;border-radius:6px;font-size:14px;cursor:pointer;border:none;outline:none;transition:opacity .2s}.video-call-page .confirm-dialog .confirm-buttons .cancel-btn:active,.video-call-page .confirm-dialog .confirm-buttons .accept-btn:active{opacity:.8}.video-call-page .confirm-dialog .confirm-buttons .cancel-btn{background:#fff;color:#666;box-shadow:0 2px 8px #0000001a}.video-call-page .confirm-dialog .confirm-buttons .accept-btn{background:#3f5773;color:#fff;box-shadow:0 2px 8px #3f57734d}.video-call-page .connecting-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#e8f0fe,#f0f6ff 40%,#fff)}.video-call-page .connecting-content .agent-avatar{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-call-page .connecting-content .agent-avatar .headset-icon{width:60px;height:60px}.video-call-page .connecting-content .connecting-text{margin-top:20px;font-size:16px;color:#666}.video-call-page .connecting-content .connecting-hangup{margin-top:60px}.video-call-page .connecting-content .connecting-hangup .control-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.video-call-page .connecting-content .connecting-hangup .control-item .control-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff5252,#e53935);box-shadow:0 4px 16px #e5393559}.video-call-page .connecting-content .connecting-hangup .control-item .control-btn:active{transform:scale(.92)}.video-call-page .connecting-content .connecting-hangup .control-item .control-btn svg{width:24px;height:24px}.video-call-page .connecting-content .connecting-hangup .control-item .control-label{margin-top:6px;font-size:12px;color:#666}.video-call-page .ended-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-call-page .ended-content .agent-avatar{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-call-page .ended-content .agent-avatar .headset-icon{width:50px;height:50px;opacity:.8}.video-call-page .ended-content .ended-text{margin-top:20px;font-size:16px;color:#999}.video-call-page .rating-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.video-call-page .rating-modal{background:#fff;border-radius:16px;width:85%;max-width:320px;box-shadow:0 8px 32px #0003;overflow:hidden}.video-call-page .rating-modal-content{display:flex;flex-direction:column;align-items:center;padding:32px 24px}.video-call-page .rating-modal-content .rating-title{font-size:16px;color:#333;font-weight:500;text-align:center;margin-bottom:24px}.video-call-page .rating-modal-content .rating-stars{margin-bottom:16px}.video-call-page .rating-modal-content .rating-stars .ant-rate{font-size:32px}.video-call-page .rating-modal-content .rating-stars .ant-rate-star{margin-right:8px}.video-call-page .rating-modal-content .rating-thanks{font-size:14px;color:#52c41a;margin-bottom:16px}.video-call-page .rating-modal-content .rating-buttons{display:flex;gap:16px;margin-top:8px}.video-call-page .rating-modal-content .rating-buttons .rating-skip-btn,.video-call-page .rating-modal-content .rating-buttons .rating-finish-btn{padding:10px 32px;border-radius:6px;font-size:14px;cursor:pointer;border:none;outline:none;transition:opacity .2s}.video-call-page .rating-modal-content .rating-buttons .rating-skip-btn:active,.video-call-page .rating-modal-content .rating-buttons .rating-finish-btn:active{opacity:.8}.video-call-page .rating-modal-content .rating-buttons .rating-skip-btn{background:#f5f5f5;color:#666}.video-call-page .rating-modal-content .rating-buttons .rating-finish-btn{background:#3f5773;color:#fff;box-shadow:0 2px 8px #3f57734d}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.info-collection-container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;z-index:1001;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);animation:fadeInScale .4s cubic-bezier(.34,1.56,.64,1) forwards}.info-collection-header{height:30px;padding:0 15px;margin:15px 0;display:flex;justify-content:space-between;align-items:center;opacity:0;animation:slideInUp .5s ease-out .1s forwards}.info-collection-logo{height:100%}.info-collection-logo img{height:100%;max-width:120px;object-fit:contain}.info-collection-close{cursor:pointer;border:none;background:none;font-size:20px;transition:all .2s ease}.info-collection-close:hover{transform:rotate(90deg)}.info-collection-avatar{width:100%;height:100px;display:flex;align-items:center;justify-content:center;margin:20px 0 30px;opacity:0;animation:fadeInScale .6s cubic-bezier(.34,1.56,.64,1) .2s forwards}.info-collection-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover}.info-collection-form{position:relative;width:100%;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px 40px;box-sizing:border-box;opacity:0;animation:slideInUp .5s ease-out .3s forwards;overflow-y:auto}.form-group{margin-bottom:20px}.form-label{display:block;font-size:1rem;font-weight:500;color:#333;margin-bottom:8px}.form-input-wrapper{display:flex;align-items:center;background:#fff;border:1px solid rgba(230,230,230,1);border-radius:6px;padding:0 10px;transition:all .2s ease}.form-input-wrapper:hover{border-color:#3463fc;transition:all .2s linear}.form-input-wrapper:focus-within{border-color:#3463fc;box-shadow:0 0 0 2px #4a90e21a}.form-input-wrapper.error{border-color:#ff4d4f}.form-input-wrapper.error:focus-within{box-shadow:0 0 0 3px #ff4d4f1a}.form-input-icon{width:20px;height:20px;margin-right:10px}.form-input{flex:1;border:none;outline:none;font-size:.85rem;padding:14px 0;background:transparent;color:#333}.form-input::placeholder{color:#bbb}.form-error{display:block;font-size:.8rem;color:#ff4d4f;margin-top:6px;padding-left:5px}.form-phone-wrapper{display:flex;gap:10px}.form-phone-wrapper>*{margin-right:10px}.form-phone-wrapper>*:last-child{margin-right:0}@supports (gap: 10px){.form-phone-wrapper>*{margin-right:0}}.country-code-selector{position:relative;display:flex;align-items:center;background:#fff;border:1px solid rgba(230,230,230,1);border-radius:6px;padding:10px;cursor:pointer;transition:all .2s ease;min-width:100px;transition:all .2s linear}.country-code-selector:hover{border-color:#3463fc;transition:all .2s linear}.country-flag{font-size:1.2rem;margin-right:6px}.country-code{font-size:.95rem;color:#333;margin-right:4px}.dropdown-arrow{font-size:.6rem;color:#999;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.country-dropdown{position:absolute;left:0;right:0;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:200px;overflow-y:auto;z-index:100;animation:dropdownFadeIn .2s ease-out}.country-dropdown.bottom{top:100%;bottom:auto;margin-top:5px}.country-dropdown.top{bottom:100%;top:auto;margin-bottom:5px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.country-option{display:flex;align-items:center;padding:10px 12px;cursor:pointer;transition:background .15s ease}.country-option:hover{background:#f5f5f5}.country-option.selected{background:#e6f4ff}.country-option:first-child{border-radius:12px 12px 0 0}.country-option:last-child{border-radius:0 0 12px 12px}.phone-input{flex:1}.form-submit-button{width:60%;margin:20px auto 0;display:block;padding:14px 30px;border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #00000026}.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.form-submit-button:active{transform:translateY(0)}.info-collection-form::-webkit-scrollbar{width:4px}.info-collection-form::-webkit-scrollbar-track{background:transparent}.info-collection-form::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.country-dropdown::-webkit-scrollbar{width:4px}.country-dropdown::-webkit-scrollbar-track{background:transparent}.country-dropdown::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.chat-widget{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;box-sizing:border-box}.chat-widget-button{position:fixed;bottom:0;right:0;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1000}.chat-widget-button:hover{box-shadow:0 6px 20px #0003}.chat-widget-button:active{transform:scale(.95)}.chat-widget-button.hidden{opacity:0;pointer-events:none;transform:scale(.8)}@media (max-width: 768px){.chat-widget-button{width:56px;height:56px}.chat-widget-button svg{width:24px;height:24px}}.chat-invitation-body{position:fixed;z-index:1000;max-width:280px}.chat-invitation-close-container{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.chat-invitation-close-btn{cursor:pointer;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center}.chat-invitation-close-btn:hover{opacity:.8}.chat-invitation-message{margin-bottom:10px;background-color:#f5eff8;border-color:#f5eff8;border-radius:3px 8px 8px;border-width:1px;border-style:solid;padding:4px 8px;box-sizing:border-box;color:#333;font-size:12px;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-invitation-button-container{display:flex;align-items:center;justify-content:flex-end}.chat-invitation-begin-btn{display:flex;align-items:center;justify-content:center;font-size:12px;background-color:#3f5773;outline:none;font-weight:700;border-radius:4px;padding:5px 12px;box-sizing:border-box;color:#fff;cursor:pointer;border:none}.chat-invitation-begin-btn:hover{opacity:.9}
