.-wrapper{display:flex;flex-direction:column;height:auto;overflow:visible}.chat-title{font-size:1.25rem;font-weight:700;margin:0;padding:16px 0;color:#333}.chat-title-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s;margin-top:8px}.chat-title-btn:hover{background-color:#f8f9fa;border-color:var(--color-primary,#2a55bc)}.chat-title-text{font-size:1rem;font-weight:700;color:#333}.chat-title-btn i{font-size:.875rem;color:#666;transition:transform .3s}.chat-title-btn:hover i{color:var(--color-primary,#2a55bc)}.js-clear-icon{color:#666}.chat-title-btn:hover .js-clear-icon{color:var(--color-primary,#2a55bc)}.chat-close-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#666;font-size:24px;transition:color .3s}.chat-close-btn:after{display:none}.chat-close-btn:hover{color:#333}.header-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#333;font-size:24px;cursor:pointer;transition:all .3s ease;padding:0;margin-left:0}.header-menu-btn:hover{color:var(--color-primary,#2a55bc);background-color:rgba(0,0,0,.05);border-radius:50%}.chat-header-title-wrapper{min-width:0;padding:0 10px}.chat-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;width:100%;display:block;font-size:18px;font-weight:600;color:#333}.header-back-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#333;font-size:24px;cursor:pointer;transition:all .3s ease;padding:0;text-decoration:none}.header-back-btn:hover{color:var(--color-primary,#2a55bc);background-color:rgba(0,0,0,.05);border-radius:50%}.js-body-cube2.side-menu-open .chat-footer-wrapper{display:none!important}.side-menu{position:fixed;top:60px;left:0;right:0;bottom:0;z-index:900;pointer-events:none}.side-menu.is-open{pointer-events:auto}.side-menu-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease}.side-menu.is-open .side-menu-overlay{opacity:1}.side-menu-content{position:absolute;top:0;left:0;bottom:0;width:300px;max-width:80vw;background-color:#fff;box-shadow:2px 0 10px rgba(0,0,0,.2);transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden;min-height:0;border-top-right-radius:12px;border-bottom-right-radius:12px}.side-menu.is-open .side-menu-content{transform:translateX(0)}.side-menu-close,.side-menu-header,.side-menu-title{display:none}.side-menu-search-wrapper{display:flex;align-items:center;gap:8px;padding:12px 16px 6px;border-bottom:1px solid #e0e0e0;flex-shrink:0;border-top-right-radius:12px;background-color:#fff}.side-menu-search{position:relative;flex:1}.side-menu-search-input{width:100%;padding:10px 40px 10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background-color:#f0f2f5;transition:all .3s ease;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.side-menu-search-input:focus{outline:none;border-color:var(--color-primary,#2a55bc);background-color:#fff}.side-menu-search i.fa-search{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:16px}.side-menu-search-clear{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#666;font-size:20px;cursor:pointer;border-radius:50%;transition:all .3s ease}.side-menu-search-clear:hover{background-color:rgba(0,0,0,.05);color:#333}.side-menu-topic-filter-tabs{display:flex;flex-shrink:0;padding:2px 8px 0;background-color:#fff}.side-menu-topic-filter-tab{flex:1;padding:10px 4px;background:transparent;border:0;border-bottom:2px solid transparent;color:#666;font-size:14px;font-weight:500;cursor:pointer}.side-menu-topic-filter-tab.is-active{border-bottom-color:var(--color-primary,#2a55bc);color:var(--color-primary,#2a55bc);font-weight:700}.side-menu-new-chat{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:calc(100% - 32px);margin:10px 16px;padding:8px 12px;background-color:#2a55bc;border:none;border-radius:6px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0;text-decoration:none}.side-menu-new-chat:hover{background-color:#193b8c;border-color:transparent}.side-menu-new-chat i{font-size:16px;color:#fff}.side-menu-new-chat i,.side-menu-new-chat span{margin-right:0;margin-left:0}.side-menu-new-chat-wrap{flex-shrink:0;background-color:#fff}.side-menu-section{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding:8px 0;overflow:hidden}.side-menu-section-title{padding:10px 16px 6px;font-size:13px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0}.side-menu-threads{flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;row-gap:0;padding-bottom:12px}.side-menu-thread-row{display:flex;align-items:stretch;width:100%}.side-menu-thread-row+.side-menu-thread-row{margin-top:12px}.side-menu-thread-row:hover{background-color:#f0f2f5}.side-menu-thread-row .side-menu-thread-item--main:hover{background-color:transparent}.side-menu-thread-item{display:flex;align-items:center;gap:4px;padding:10px 14px 10px 4px;color:#333;text-decoration:none;transition:all .2s ease;cursor:pointer}.side-menu-thread-item+.side-menu-thread-item{margin-top:12px}.side-menu-thread-item--main{flex:1;min-width:0}.side-menu-thread-item:hover{background-color:#f0f2f5}.side-menu-thread-icon{flex-shrink:0;width:16px;height:24px;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px}.side-menu-thread-text{flex:1;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.side-menu-thread-item--unread .side-menu-thread-icon,.side-menu-thread-item--unread .side-menu-thread-icon i{color:var(--color-primary,#2a55bc)}.side-menu-thread-item--unread .side-menu-thread-text{color:var(--color-primary,#2a55bc);font-weight:700}.side-menu-thread-item--selected .side-menu-thread-text{font-weight:700}.member-chat-topic-overflow{position:relative;display:flex;align-items:center;align-self:stretch;flex-shrink:0;z-index:1}.member-chat-topic-overflow--side{padding-right:6px}.member-chat-topic-overflow__trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;min-height:40px;margin:0;padding:0;border:none;border-radius:6px;background:transparent;color:#b0bec9;font-size:13px;cursor:pointer;transition:background-color .15s ease,color .15s ease,opacity .12s ease,visibility .12s ease}.member-chat-topic-overflow__trigger:hover{background-color:#f1f5f9;color:#94a3b8}@media (hover:hover) and (pointer:fine){.chat-embed-left-thread-row .member-chat-topic-overflow__trigger,.side-menu-thread-row .member-chat-topic-overflow__trigger{visibility:hidden;opacity:0}.chat-embed-left-thread-row .member-chat-topic-overflow--open .member-chat-topic-overflow__trigger,.chat-embed-left-thread-row:focus-within .member-chat-topic-overflow__trigger,.chat-embed-left-thread-row:hover .member-chat-topic-overflow__trigger,.side-menu-thread-row .member-chat-topic-overflow--open .member-chat-topic-overflow__trigger,.side-menu-thread-row:focus-within .member-chat-topic-overflow__trigger,.side-menu-thread-row:hover .member-chat-topic-overflow__trigger{visibility:visible;opacity:1}}.member-chat-topic-overflow__menu{margin:0;padding:6px 0;list-style:none;min-width:168px;background:#fff;border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.12);border:1px solid #e9edf2}.member-chat-topic-overflow__menu--embed{font-size:.875rem;min-width:152px}.member-chat-topic-overflow__item{display:block;width:100%;margin:0;padding:10px 14px;border:none;background:transparent;text-align:left;font-size:15px;color:#1e293b;cursor:pointer;transition:background-color .12s ease}.member-chat-topic-overflow__item:hover{background-color:#f1f5f9}.member-chat-topic-overflow__item--danger{color:#b91c1c}.member-chat-topic-overflow__item--danger:hover{background-color:#fef2f2}.member-chat-topic-overflow__item--staff-escalation{border-top:1px solid #e9edf2;margin-top:4px;padding-top:12px}.member-chat-topic-overflow--embed .member-chat-topic-overflow__trigger{width:32px;min-height:36px;font-size:12px}.member-chat-topic-overflow__menu--embed .member-chat-topic-overflow__item{font-size:.875rem;padding:8px 12px}.side-menu-gems{display:flex;flex-direction:column}.side-menu-gem-item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;color:#333;text-decoration:none;font-size:14px;transition:all .2s ease;cursor:pointer}.side-menu-gem-item:hover{background-color:#f0f2f5}.side-menu-gem-item i{color:#999;font-size:14px}.side-menu-footer{margin-top:auto;padding:12px 0;border-top:1px solid #e0e0e0;flex-shrink:0}.side-menu-footer-item{display:flex;align-items:center;gap:8px;padding:10px 16px;color:#333;text-decoration:none;font-size:14px;transition:all .2s ease;cursor:pointer}.side-menu-footer-item:hover{background-color:#f0f2f5}.side-menu-footer-item i{width:20px;color:#666;font-size:16px}.side-menu-footer-nav{margin-top:auto;padding:16px 8px 20px;border-top:2px solid #e0e0e0;flex-shrink:0;display:flex;justify-content:space-around;align-items:center;background-color:#f8f9fa}.side-menu-footer-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;color:#666;text-decoration:none;font-size:10px;transition:all .3s ease;min-width:50px;text-align:center}.side-menu-footer-nav-item i{font-size:20px;margin-bottom:4px;transition:all .3s ease}.side-menu-footer-nav-item:hover{color:#4a90e2}.side-menu-footer-nav-item:hover i{transform:scale(1.1)}.side-menu-footer-nav-item-active{color:#4a90e2;font-weight:700}.side-menu-footer-nav-item-active i{color:#4a90e2}.chat-new-topic-suggestions{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:0;width:100%;box-sizing:border-box;padding:48px 8px 18px}.chat-new-topic-suggestions-heading{font-size:1.125rem;font-weight:600;color:#333;text-align:center;margin:0 0 12px;line-height:1.45}.chat-new-topic-suggestions-spinner{width:28px;height:28px;margin:8px auto 0;border:3px solid #e8e8e8;border-top-color:#4a90e2;border-radius:50%;animation:chat-new-topic-suggestions-spin .65s linear infinite;box-sizing:border-box}@keyframes chat-new-topic-suggestions-spin{to{transform:rotate(1turn)}}.chat-suspense-fallback{display:flex;align-items:center;justify-content:center;flex:1 1 0%;min-height:0;height:100%;padding:24px;box-sizing:border-box}.chat-new-topic-suggestions .chat-suggestion-buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;gap:8px 12px;width:100%;margin-left:auto;margin-right:auto;padding:0 14px;box-sizing:border-box}.chat-embed-pc .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn,.chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn{flex:0 1 auto;width:-moz-max-content!important;width:max-content!important;max-width:100%!important;min-width:0!important;padding:14px 22px!important;font-size:.9375rem!important;font-weight:400!important;line-height:1.45!important;color:#333!important;text-align:center!important;white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:manual!important;overflow:hidden!important;text-overflow:ellipsis!important;display:inline-block!important;box-sizing:border-box;border:1px solid #d0d0d0!important;border-radius:9999px!important;background-color:#fff!important;box-shadow:0 2px 10px rgba(0,0,0,.07);cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .15s ease}.chat-embed-pc .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn *,.chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn *{text-align:center!important}.chat-embed-pc .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn:hover,.chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn:hover{background-color:#f8fafc!important;border-color:#b0b0b0!important;box-shadow:0 4px 14px rgba(0,0,0,.1);transform:translateY(-1px)}.chat-embed-pc .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn:active,.chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn:active{transform:translateY(0);box-shadow:0 1px 6px rgba(0,0,0,.08)}.chat-suggestion-btn.chat-new-topic-more-trigger{background-color:#e8eaed!important;border-color:#c5c9d0!important}.chat-suggestion-btn.chat-new-topic-more-trigger:hover{background-color:#dde1e6!important;border-color:#aeb4bd!important}.topic-master-more-modal.topic-modal .topic-modal-content{background-color:#b4dcf0;box-shadow:0 4px 20px rgba(0,0,0,.22);max-height:92vh!important;height:72vh!important;min-height:72vh!important;overflow:hidden!important;overflow-y:hidden!important;box-sizing:border-box}.topic-master-more-modal.topic-modal .topic-modal-title{background-color:#fff;border-bottom-color:rgba(0,0,0,.1)}.topic-master-more-modal .topic-modal-body{background-color:transparent;padding:12px 14px 20px;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto!important}.topic-master-more-modal .topic-modal-buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;gap:8px 12px;width:100%;box-sizing:border-box}.topic-master-more-modal .topic-modal-buttons .chat-suggestion-btn{flex:0 1 auto;width:-moz-max-content!important;width:max-content!important;max-width:100%!important;min-width:0!important;padding:14px 22px!important;font-size:.9375rem!important;font-weight:400!important;line-height:1.45!important;color:#333!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:inline-block!important;box-sizing:border-box;border:1px solid #d0d0d0!important;border-radius:9999px!important;background-color:#fff!important;box-shadow:0 2px 10px rgba(0,0,0,.07);cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .15s ease}.topic-master-more-modal .topic-modal-buttons .chat-suggestion-btn:hover{background-color:#f8fafc!important;border-color:#b0b0b0!important;box-shadow:0 4px 14px rgba(0,0,0,.1);transform:translateY(-1px)}.topic-master-more-modal .topic-modal-buttons .chat-suggestion-btn:active{transform:translateY(0);box-shadow:0 1px 6px rgba(0,0,0,.08)}.topic-master-more-modal .topic-modal-buttons button.chat-new-topic-more-trigger.topic-master-more-modal-load{background-color:#e8eaed!important;border-color:#c5c9d0!important}.topic-master-more-modal .topic-modal-buttons button.chat-new-topic-more-trigger.topic-master-more-modal-load:hover{background-color:#dde1e6!important;border-color:#aeb4bd!important}.topic-master-more-modal .topic-modal-body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.35)}.chat-messages:has(.chat-new-topic-suggestions){padding:10px 10px 120px}.chat-messages:has(.chat-new-topic-suggestions) .chat-messages-inner{gap:0}.chat-messages .chat-new-topic-suggestions{padding:8px 4px 14px!important}.chat-messages .chat-new-topic-suggestions-heading{margin:0 0 10px!important}.chat-messages .chat-new-topic-suggestions .chat-suggestion-buttons{padding:0 8px!important;gap:8px 12px!important}.chat-embed-pc .chat-messages .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn,.chat-messages .chat-new-topic-suggestions .chat-suggestion-buttons .chat-suggestion-btn{padding:12px 18px!important}.chat-welcome-container,.chat-welcome-container-index{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:40px 20px}.chat-welcome-text{font-size:24px;font-weight:500;color:#333;margin-bottom:30px;text-align:center}.chat-suggestion-buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;width:100%;max-width:100%;padding:0 15px;box-sizing:border-box}.chat-suggestion-btn{padding:12px 20px;background-color:var(--color-white);border:1px solid #d0d0d0;border-radius:20px;font-size:15px;color:#333;cursor:pointer;transition:all .3s ease;font-weight:500;white-space:normal;word-wrap:break-word;line-height:1.4;box-sizing:border-box;max-width:100%;display:inline-block;text-align:left!important;direction:ltr!important}.chat-suggestion-btn,.chat-suggestion-buttons .chat-suggestion-btn,.chat-welcome-container .chat-suggestion-buttons .chat-suggestion-btn,.chat-welcome-container-index .chat-suggestion-buttons .chat-suggestion-btn{text-align:left!important;display:inline-block!important;width:auto!important;min-width:auto!important;max-width:100%!important}.chat-suggestion-btn,.chat-suggestion-btn *,.chat-suggestion-btn:after,.chat-suggestion-btn:before{text-align:left!important}.chat-suggestion-btn:hover{background-color:#f5f5f5;border-color:#b0b0b0;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat-suggestion-btn:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,0,0,.1)}.js-show-topic-list-modal{margin-top:0}.topic-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;overflow-x:hidden;overflow-y:auto}.topic-modal.is-open{display:flex}.topic-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);cursor:pointer}.topic-modal-content{position:relative;width:90%;max-width:600px;max-height:80vh;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:10001;display:flex;flex-direction:column;margin:auto;overflow-x:hidden;overflow-y:auto}.topic-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#666;font-size:24px;cursor:pointer;border-radius:50%;transition:all .3s ease;z-index:1}.topic-modal-close:hover{background-color:rgba(0,0,0,.05);color:#333}.topic-modal-title{font-size:22px;font-weight:700;color:#333;padding:24px 24px 16px;margin:0;border-bottom:1px solid #e0e0e0;flex-shrink:0}.topic-modal-body{padding:24px;overflow-x:hidden;overflow-y:auto;flex:1}.topic-modal-buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;overflow-x:hidden;min-width:0}.topic-modal-body .chat-suggestion-btn{margin:0}.topic-modal-body::-webkit-scrollbar{width:8px}.topic-modal-body::-webkit-scrollbar-track{background:#f0f2f5;border-radius:4px}.topic-modal-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.topic-modal-body::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media screen and (max-width:768px){.topic-modal-content{width:95%;max-height:85vh}.topic-modal-title{font-size:18px;padding:20px 20px 14px}.topic-modal-body{padding:20px}}@media screen and (max-width:480px){.topic-modal-content{width:100%;max-height:90vh;border-radius:12px;margin-top:auto}.topic-modal-title{font-size:16px;padding:18px 18px 12px}.topic-modal-body{padding:16px}.topic-modal-close{top:12px;right:12px;width:32px;height:32px;font-size:20px}}.chat-main{position:fixed;top:60px;left:0;right:0;bottom:140px;overflow:hidden;margin:0;padding:0}.chat-container{overflow:visible;margin:0;padding:0;display:flex;flex-direction:column}.chat-container,.chat-messages{position:absolute;top:0;left:0;right:0;bottom:0}.chat-messages{display:block;overflow-y:auto;overflow-x:hidden;padding:20px 15px 120px;max-width:1600px;margin:0 auto;scroll-behavior:auto;background-color:#b4dcf0;will-change:scroll-position;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:translateZ(0);backface-visibility:hidden;perspective:1000px;scroll-snap-type:none;isolation:isolate}.chat-messages-inner{display:flex;flex-direction:column;justify-content:flex-end;gap:18px;min-height:100%;box-sizing:border-box}.date-divider{display:flex;justify-content:center;align-items:center;margin:16px 0}.date-divider-text{padding:4px 12px;background-color:rgba(0,0,0,.1);border-radius:12px;font-size:14px;color:#666;font-weight:500}.chat-escalation-divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:#64748b;font-size:13px;font-weight:600}.chat-escalation-divider__line{flex:1;height:1px;background:#d6dde8}.chat-escalation-divider__label{flex:0 0 auto;max-width:min(78vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-divider{display:flex;align-items:center;gap:12px;margin:20px 0}.thread-divider-line{flex:1;height:1px;background-color:#d0d0d0}.thread-divider-title{font-size:15px;font-weight:700;color:var(--color-primary,#2a55bc);white-space:nowrap;padding:0 8px}.message{display:flex;align-items:flex-start;gap:10px;max-width:85%;min-width:0;animation:fadeIn .3s ease;will-change:transform;transform:translateZ(0);backface-visibility:hidden}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.message-left{align-self:flex-start}.message-right{align-self:flex-end;flex-direction:row-reverse}.message-avatar{flex-shrink:0}.avatar-placeholder{width:40px;height:40px;background-color:var(--color-primary,#2a55bc)}.avatar-initial,.avatar-placeholder{border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-initial{width:42px;height:42px;background-color:#2a55bc;color:#fff;font-weight:700;font-size:18px;text-transform:uppercase}.avatar-img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message-bubble{padding:15px;border-radius:8px;max-width:min(800px,100%);min-width:0;word-wrap:break-word;overflow-wrap:break-word;box-shadow:0 1px 2px rgba(0,0,0,.1)}.message-bubble-left{background-color:#fff;color:#333;border-top-left-radius:4px}.message-left .message-bubble,.message-right .message-bubble{align-self:flex-end}.message-bubble-left.message-bubble-staff{background-color:#ffe8b3;color:#333}.message-bubble-right{background-color:#a5d6a7;color:#333;border-top-right-radius:4px;max-width:min(800px,100%)}.message-text{font-size:18px;line-height:1.4;margin:0}.message-text.message-text--staff-member-choice-echo{margin-top:10px;font-size:16px;line-height:1.35;opacity:.88;color:inherit;border-top:1px solid rgba(15,23,42,.08);padding-top:10px}.message-buttons{display:flex;flex-direction:column;gap:8px;margin-top:12px;align-items:flex-start}.message-button{display:inline-block;padding:10px 20px;background-color:#fff;border:1px solid #d0d0d0;border-radius:20px;font-size:15px;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;width:auto;height:auto;white-space:nowrap;box-sizing:border-box;box-shadow:0 2px 10px rgba(0,0,0,.07)}.message-button:hover{background-color:#f8fafc;border-color:#b0b0b0;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.message-button:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,0,0,.1)}.message-button:disabled{background-color:#fff;border-color:#d0d0d0;color:#999;cursor:not-allowed;transform:none;opacity:.6}.chat-messages .message-buttons button.message-button,.chat-messages button.message-button.js-message-button,.message-bubble .message-buttons button.message-button,button.message-button.js-message-button{display:inline-block!important;padding:10px 20px!important;margin:0!important;background-color:#fff!important;background-image:none!important;border:1px solid #d0d0d0!important;border-radius:20px!important;font-size:15px!important;font-weight:500!important;color:#333!important;line-height:1.35!important;cursor:pointer!important;text-align:left!important;white-space:nowrap!important;box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-shadow:0 2px 10px rgba(0,0,0,.07)!important;vertical-align:middle!important}.chat-messages .message-buttons button.message-button:hover,.chat-messages button.message-button.js-message-button:hover,.message-bubble .message-buttons button.message-button:hover,button.message-button.js-message-button:hover{background-color:#f8fafc!important;border-color:#b0b0b0!important;box-shadow:0 4px 14px rgba(0,0,0,.1)!important}.chat-messages .message-buttons button.message-button:active,.chat-messages button.message-button.js-message-button:active,.message-bubble .message-buttons button.message-button:active,button.message-button.js-message-button:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,0,0,.08)!important}.chat-embed-pc .message-buttons button.message-button,.chat-embed-pc button.message-button.js-message-button{padding:8px 16px!important;font-size:.875rem!important;border-radius:9999px!important}.message-time{font-size:11px;color:rgba(0,0,0,.4);align-self:flex-end;white-space:nowrap}.message-left .message-time{order:3;margin-left:0}.message-right .message-time{order:0;margin-right:0}.message-text .chat-link{color:#1a73e8;text-decoration:underline;word-break:break-all}.message-text .chat-link:hover{text-decoration:none}.chat-link-navigate-wrap{display:inline-block;margin-top:6px}.message-text .chat-link-navigate{display:inline-block;padding:8px 14px;background-color:#f0f2f5;border:1px solid #d0d0d0;border-radius:20px;font-size:14px;color:#333;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.message-text .chat-link-navigate:hover{background-color:#e8eaed;border-color:#b0b0b0}.message-text .chat-link-navigate:active{background-color:#e0e2e5}.chat-ogp-card{margin-top:8px;max-width:320px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fafafa;display:flex;flex-direction:column}.chat-ogp-card-image-wrap{display:block;line-height:0;max-height:160px;overflow:hidden}.chat-ogp-card-image{width:100%;height:auto;max-height:160px;-o-object-fit:cover;object-fit:cover;vertical-align:top}.chat-ogp-card-body{padding:10px 12px}.chat-ogp-card-title{font-size:14px;font-weight:600;color:#333;margin-bottom:4px;line-height:1.3}.chat-ogp-card-description,.chat-ogp-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-ogp-card-description{font-size:12px;color:#666;line-height:1.4}.message-images{margin-top:6px;display:flex;gap:6px}.message-images.single-image{display:block}.message-images.single-image .message-image-item{width:100%;max-width:240px;height:auto}.message-images.single-image .message-image-item img{width:100%;height:auto;max-height:180px;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.message-images.multiple-images{display:flex;gap:6px;flex-wrap:wrap}.message-images.multiple-images .message-image-item{flex:0 0 calc(50% - 3px);width:calc(50% - 3px);max-width:100px;height:100px}.message-images.multiple-images .message-image-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.message-image-item{cursor:pointer;transition:all .2s;position:relative;overflow:visible}.message-image-item:hover{transform:scale(1.02);opacity:.95}.message-bubble-left .message-images.single-image .message-image-item:first-child img{border-top-left-radius:4px}.message-bubble-right .message-images.single-image .message-image-item:first-child img{border-top-right-radius:4px}.chat-material-thumb-grid{margin-top:4px;display:flex;flex-wrap:wrap;gap:8px;max-width:100%;min-width:0}.chat-material-thumb-link{display:block;flex:0 0 24px;width:24px;height:24px;min-width:24px;min-height:24px;overflow:hidden;border-radius:4px;border:1px solid var(--border,#e5e7eb);background:var(--muted,#f3f4f6);contain:layout paint}.chat-material-thumb-link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;vertical-align:top}.chat-message-metadata-blocks{display:flex;flex-direction:column;gap:8px}.chat-metadata-block-image{display:flex;align-items:flex-start}.chat-metadata-img,.chat-metadata-material-thumb.chat-material-thumb-link{display:block;width:96px;height:96px;min-width:96px;min-height:96px;border-radius:8px;border:1px solid var(--border,#e5e7eb);background:var(--muted,#f3f4f6);overflow:hidden}.chat-metadata-material-thumb.chat-material-thumb-link{flex:0 0 96px}.chat-metadata-img{-o-object-fit:cover;object-fit:cover}.chat-material-thumb-placeholder{display:block;flex:0 0 24px;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:4px;border:1px solid var(--border,#e5e7eb);background:var(--muted,#f3f4f6);contain:layout paint}.chat-material-thumb-grid--loading{min-height:28px;align-items:center;padding:4px 0}.chat-footer-wrapper{--chat-footer-max-height:200px;--chat-footer-padding-block:20px;position:fixed;bottom:0;left:0;right:0;width:100%;box-sizing:border-box;max-height:var(--chat-footer-max-height);background-color:#fff;border-top:1px solid #e0e0e0;z-index:999;padding:10px;overflow:visible}.js-body-cube2:has(footer.react-footer):not(.chat-embed-pc):not(.chat-embed-widget) .chat-core-column .chat-footer-wrapper{bottom:calc(90px + env(safe-area-inset-bottom, 0px))}@media (min-width:768px) and (max-height:640px){footer.react-footer{padding-top:4px!important;padding-bottom:max(5px,env(safe-area-inset-bottom,0px))!important}footer.react-footer ul.footer-nav{height:40px!important;padding-bottom:4px!important;padding-top:0!important;align-items:center!important}footer.react-footer .footer-nav>li{align-items:center!important;justify-content:center!important}footer.react-footer .footer-nav-item,footer.react-footer a.footer-nav-item{flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;height:36px!important;min-height:36px!important;width:auto!important;max-width:28%!important;margin:0!important;padding:0 6px!important;transform:none!important;border-radius:9999px!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}footer.react-footer .footer-nav-item>i,footer.react-footer a.footer-nav-item>i{order:1!important;flex-shrink:0!important;font-size:18px!important;margin-bottom:0!important;margin-right:0!important}footer.react-footer .footer-nav .footer-nav-item>span:not(.footer-nav-badge),footer.react-footer .footer-nav a.footer-nav-item>span:not(.footer-nav-badge){order:2!important;flex:1 1 auto!important;min-width:0!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:left!important}footer.react-footer .footer-nav-item>.footer-nav-badge,footer.react-footer a.footer-nav-item>.footer-nav-badge{order:3!important;position:static!important;top:auto!important;right:auto!important;transform:none!important;margin:0!important;flex-shrink:0!important;min-width:16px!important;height:16px!important;font-size:9px!important;padding:0 3px!important}.js-body-cube2:has(footer.react-footer):not(.chat-embed-pc):not(.chat-embed-widget) .chat-core-column .chat-footer-wrapper{bottom:calc(50px + env(safe-area-inset-bottom, 0px));min-height:0;padding:5px 10px;transform:translateY(100%)}}.chat-input-area{display:flex;align-items:flex-end;gap:10px;max-width:100%;margin:0 auto;position:relative;overflow:visible;touch-action:manipulation}.chat-attach-btn{flex-shrink:0;width:40px;height:40px;border:none;background-color:transparent;color:#666;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.chat-attach-btn:hover{background-color:#f0f2f5;color:#333}.chat-send-btn{flex-shrink:0;width:40px;height:40px;border:none;background-color:transparent;color:var(--color-primary,#2a55bc);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chat-send-btn:hover{color:var(--color-primary-dark,#193b8c);transform:scale(1.05)}.chat-send-btn:active{transform:scale(.95)}.chat-send-btn:disabled{color:#ccc;cursor:not-allowed;transform:none}.chat-input-area .chat-file-input{display:none!important}.chat-input-area .chat-send-btn.chat-send-btn--hidden-visual{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.chat-input{flex:1;min-height:40px;max-height:calc(var(--chat-footer-max-height) - var(--chat-footer-padding-block));box-sizing:border-box;padding:10px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;background-color:#f0f2f5;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease;resize:none;overflow-y:auto;line-height:1.4}.chat-input:focus,.chat-input:focus-visible{outline:none!important;outline-offset:0;border-color:#e0e0e0;box-shadow:none!important;background-color:#fff}.chat-input::-moz-placeholder{color:#999}.chat-input::placeholder{color:#999}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media screen and (max-width:768px){.topic-master-more-modal .topic-modal-buttons .chat-suggestion-btn{padding:12px 18px!important}.side-menu-content{width:85vw;max-width:400px}.chat-title{font-size:1.125rem;padding:18px 0}.chat-messages{padding:0 12px 120px;max-width:100%;margin-top:0}.chat-messages-inner{gap:14px}.message{max-width:90%}.avatar-placeholder{width:36px;height:36px}.avatar-img{width:32px;height:32px}.message-bubble{padding:10px;border-radius:8px;max-width:800px}.message-bubble-right{max-width:800px}.message-text{font-size:16px}.date-divider{margin:12px 0}.date-divider-text{font-size:15px;padding:3px 10px}.thread-divider{margin:16px 0;gap:10px}.thread-divider-title{font-size:16px;padding:0 6px}.message-images{margin-top:5px}.message-images.single-image .message-image-item{max-width:200px}.message-images.single-image .message-image-item img{max-height:150px;border-radius:0}.message-images.multiple-images .message-image-item{max-width:85px;height:85px}.chat-footer-wrapper{padding:10px;bottom:0}.chat-main{bottom:140px}.chat-input{font-size:16px;min-height:36px;max-height:100px;padding:8px 10px}}@media screen and (max-width:480px){.chat-main{top:55px;bottom:130px}.side-menu{top:55px}.chat-title{font-size:1rem}.chat-messages{padding:0 10px 120px;max-width:100%;margin-top:0}.chat-messages-inner{gap:12px;justify-content:flex-end}.message{max-width:95%}.avatar-placeholder{width:32px;height:32px}.avatar-img{width:30px;height:30px}.message-bubble{padding:10px;border-radius:8px;max-width:800px}.message-bubble-right{max-width:800px}.message-text{font-size:16px}.date-divider{margin:10px 0}.date-divider-text{font-size:15px;padding:3px 8px}.thread-divider{margin:14px 0;gap:8px}.thread-divider-title{font-size:16px;padding:0 4px}.message-images{margin-top:4px}.message-images.single-image .message-image-item{max-width:180px}.message-images.single-image .message-image-item img{max-height:130px;border-radius:0}.message-images.multiple-images .message-image-item{max-width:75px;height:75px}.message-images.multiple-images .message-image-item img{border-radius:0}.chat-image-modal-next,.chat-image-modal-prev{width:50px;height:50px;font-size:28px}.chat-image-modal-prev{left:10px}.chat-image-modal-next{right:10px}.chat-image-modal-counter{font-size:12px;padding:6px 12px}.chat-footer-wrapper{padding:10px;bottom:0}.chat-input-area{gap:8px}.chat-attach-btn,.chat-send-btn{width:36px;height:36px;font-size:18px}.chat-input{min-height:32px;max-height:90px;padding:6px 8px;font-size:16px}}.chat-image-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3000;display:flex;align-items:center;justify-content:center}.chat-image-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);cursor:pointer}.chat-image-modal-content{position:relative;max-width:90%;max-height:90%;z-index:3001}.chat-image-modal-img{max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.chat-image-modal-close{position:absolute;top:-45px;right:0;background:transparent;border:none;color:#fff;font-size:32px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:50%}.chat-image-modal-close:hover{background-color:hsla(0,0%,100%,.15);transform:scale(1.1)}.chat-image-modal-next,.chat-image-modal-prev{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;color:#fff;font-size:36px;cursor:pointer;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s;border-radius:50%;z-index:3002}.chat-image-modal-prev{left:20px}.chat-image-modal-next{right:20px}.chat-image-modal-next:hover,.chat-image-modal-prev:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.chat-image-modal-counter{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;z-index:3002}.message-typing{display:flex;align-items:center;gap:4px;padding:12px 16px}.typing-dot{width:8px;height:8px;border-radius:50%;background-color:#999;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}html:has(.chat-embed-pc:not(.chat-embed-pc--nested)),html:has(.chat-embed-pc:not(.chat-embed-pc--nested)) body{height:100vh;max-height:100vh;overflow:hidden;margin:0;padding:0}.chat-embed-pc:not(.chat-embed-pc--nested) .-wrapper{background-color:#fff;height:100vh;max-height:100vh;min-width:0;overflow:hidden}.chat-embed-pc--nested .-wrapper{background-color:#fff;height:100%;max-height:none;min-height:0;flex:1 1 0%;min-width:0;overflow:hidden}.chat-embed-pc--nested .chat-core-column,.chat-embed-pc--nested .chat-embed-center,.chat-embed-pc--nested .chat-embed-right{height:100%}.chat-embed-pc .chat-embed-right{background-color:#b4dcf0;min-width:0;min-height:0;overflow:hidden}.chat-embed-pc:not(.chat-embed-widget) .chat-main{margin-top:0;margin-bottom:0;bottom:auto!important}.chat-embed-pc .chat-container,.chat-embed-pc:not(.chat-embed-widget) .chat-main{position:relative;top:auto;left:auto;right:auto;flex:1 1 0%;min-height:0;overflow:hidden;background-color:#b4dcf0;display:flex;flex-direction:column}.chat-embed-pc .chat-container{bottom:auto}.chat-embed-pc .chat-footer-wrapper{position:static;left:auto;right:auto;width:auto;flex-shrink:0;border-top:1px solid #e5e7eb;background-color:#fff}.chat-embed-pc:not(.chat-embed-widget):not(.chat-embed-pc--nested) .chat-core-column .chat-footer-wrapper{position:absolute;left:0;right:0;bottom:0;z-index:80;width:100%;flex-shrink:0}.chat-embed-pc--nested .chat-core-column .chat-footer-wrapper{position:sticky;bottom:0;z-index:80;width:100%;flex-shrink:0}@media (max-width:1023px){.chat-embed-pc .chat-footer-wrapper{padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px))}.chat-embed-widget .chat-footer-wrapper{box-sizing:border-box;min-height:calc(64px + max(20px, env(safe-area-inset-bottom, 0px)));padding:4px 8px max(20px,env(safe-area-inset-bottom,0px));border-top:0;box-shadow:0 -3px 18px rgba(15,23,42,.08)}.chat-embed-pc:not(.chat-embed-widget) .chat-footer-wrapper,.js-body-cube2:not(.chat-embed-pc):not(.chat-embed-widget) .chat-core-column .chat-footer-wrapper{--chat-footer-padding-block:calc(30px + max(12px, env(safe-area-inset-bottom, 0px)));box-sizing:border-box;min-height:calc(64px + max(12px, env(safe-area-inset-bottom, 0px)));display:flex;align-items:flex-end;padding:10px 8px calc(max(12px, env(safe-area-inset-bottom, 0px)) + 20px);border-top:0;box-shadow:0 -3px 18px rgba(15,23,42,.08)}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-core-column .chat-footer-wrapper{position:fixed;left:0;right:0;bottom:0;width:100%}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-core-column .chat-messages{padding-bottom:calc(76px + max(12px, env(safe-area-inset-bottom, 0px)))}.chat-embed-left-footer-actions{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(64px + max(20px, env(safe-area-inset-bottom, 0px)));padding:4px 8px max(20px,env(safe-area-inset-bottom,0px))}#pc-chat-topic-drawer .chat-embed-left-footer-actions{box-sizing:border-box;height:calc(64px + max(12px, env(safe-area-inset-bottom, 0px)));min-height:calc(64px + max(12px, env(safe-area-inset-bottom, 0px)));padding:10px 8px calc(max(12px, env(safe-area-inset-bottom, 0px)) + 20px)}#pc-chat-topic-drawer .chat-embed-left-settings{min-height:34px;padding:6px 12px}}@media (min-width:768px) and (max-height:640px){.js-body-cube2:has(footer.react-footer) .chat-embed-pc:not(.chat-embed-widget) .chat-footer-wrapper,.js-body-cube2:has(footer.react-footer):not(.chat-embed-pc):not(.chat-embed-widget) .chat-core-column .chat-footer-wrapper{background-color:#fff!important;border-top:0!important;box-shadow:none!important;height:calc(50px + env(safe-area-inset-bottom, 0px))!important;min-height:calc(50px + env(safe-area-inset-bottom, 0px))!important;padding:2px 8px 0!important;bottom:calc(50px + env(safe-area-inset-bottom, 0px));transform:translateY(100%)}.js-body-cube2:has(footer.react-footer) .chat-embed-pc:not(.chat-embed-widget) .chat-embed-left-footer-actions{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:calc(50px + env(safe-area-inset-bottom, 0px))!important;padding:2px 8px 0!important}}@media (min-width:1024px){.chat-embed-pc:not(.chat-embed-widget) .chat-footer-wrapper{--chat-footer-padding-block:20px;box-sizing:border-box;display:flex;align-items:flex-end;border-top:0;box-shadow:0 -3px 18px rgba(15,23,42,.08);min-height:64px;padding:10px 8px}.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-input-area{width:100%;min-width:0;flex:1 1 auto}.chat-embed-pc:not(.chat-embed-widget) .chat-embed-left-footer-actions{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;border-top:0;box-shadow:0 -3px 18px rgba(15,23,42,.08);background-color:#fff;min-height:64px;padding:10px 8px}}.chat-core-column{position:relative}.chat-core-column .chat-input-with-mode,.chat-embed-pc .chat-input-with-mode{display:flex;align-items:flex-end;flex:1;min-height:0;gap:8px;background-color:#f0f2f5;border:1px solid #e5e7eb;border-radius:8px;padding-left:6px;padding-right:8px;transition:box-shadow .15s ease}.chat-core-column .chat-input-with-mode:focus-within,.chat-embed-pc .chat-input-with-mode:focus-within{outline:none!important;outline-offset:0;box-shadow:none!important;border-color:#e5e7eb}.chat-core-column .chat-input-with-mode .chat-input:focus,.chat-core-column .chat-input-with-mode .chat-input:focus-visible,.chat-embed-pc .chat-input-with-mode .chat-input:focus,.chat-embed-pc .chat-input-with-mode .chat-input:focus-visible{outline:none!important;outline-offset:0;box-shadow:none!important}.chat-core-column .chat-mode-avatar,.chat-embed-pc .chat-mode-avatar{flex-shrink:0;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;overflow:hidden;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#9ca3af;color:#fff;box-sizing:border-box}.chat-core-column .chat-mode-avatar:hover,.chat-embed-pc .chat-mode-avatar:hover{opacity:.9}.chat-core-column .chat-mode-avatar-staff,.chat-core-column .chat-mode-avatar-staff .chat-mode-avatar-img,.chat-embed-pc .chat-mode-avatar-staff,.chat-embed-pc .chat-mode-avatar-staff .chat-mode-avatar-img{background-color:#9ca3af}.chat-core-column .chat-mode-avatar-img,.chat-embed-pc .chat-mode-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:50%}.chat-core-column .chat-input-with-mode .chat-input,.chat-embed-pc .chat-input-with-mode .chat-input{flex:1;min-height:36px;border:none;background:transparent;padding:8px 4px 8px 0}.chat-core-column .chat-mode-bubble-overlay,.chat-embed-pc .chat-mode-bubble-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.3);z-index:9998}.chat-core-column .chat-mode-bubble,.chat-embed-pc .chat-mode-bubble{position:absolute;bottom:56px;left:12px;z-index:9999;background-color:#fff;border-radius:12px;padding:4px;min-width:140px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:2px}.chat-core-column .chat-mode-bubble-item,.chat-embed-pc .chat-mode-bubble-item{display:flex;align-items:center;padding:12px 16px;border-radius:8px;border:none;width:100%;cursor:pointer;font-size:1rem;color:#333;background:transparent;text-align:left}.chat-core-column .chat-mode-bubble-item:hover,.chat-embed-pc .chat-mode-bubble-item:hover{background-color:#f3f4f6}.chat-core-column .chat-mode-bubble-item-active,.chat-embed-pc .chat-mode-bubble-item-active{background-color:hsl(var(--primary,222 63% 45%));color:#fff}.chat-core-column .chat-mode-bubble-item-active:hover,.chat-embed-pc .chat-mode-bubble-item-active:hover{opacity:.95;color:#fff}.chat-core-column .chat-mode-bubble-icon,.chat-embed-pc .chat-mode-bubble-icon{margin-right:10px;font-size:1rem}.chat-core-column .chat-mode-bubble-icon-wrap,.chat-embed-pc .chat-mode-bubble-icon-wrap{width:28px;height:28px;border-radius:14px;overflow:hidden;margin-right:10px;flex-shrink:0;display:inline-block}.chat-core-column .chat-mode-bubble-staff-photo,.chat-embed-pc .chat-mode-bubble-staff-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.chat-core-column .chat-mode-bubble-item-text,.chat-embed-pc .chat-mode-bubble-item-text{font-size:1rem}.chat-embed-pc .chat-messages{position:relative;top:auto;left:auto;right:auto;bottom:auto;flex:1 1 0%;min-height:0;padding:12px;display:block;overflow-y:auto;overflow-x:hidden;max-width:none;margin-left:0;margin-right:0}.chat-embed-pc .chat-messages-inner{min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;max-width:none}.chat-embed-pc .chat-welcome-text{font-size:.875rem;margin-bottom:16px}.chat-member-widget{position:relative;background-color:#b4dcf0}.chat-member-widget,.chat-member-widget .-wrapper{height:100%;min-height:0}.chat-member-widget-header{display:flex;box-sizing:border-box;height:calc(50px + env(safe-area-inset-top, 0px));flex-shrink:0;align-items:center;gap:8px;border-bottom:1px solid #e5e7eb;background-color:#fff;padding:env(safe-area-inset-top,0) 10px 0}.chat-member-widget-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:.9375rem;font-weight:600;color:#111827}.chat-embed-pc--nested .chat-member-widget-title{font-size:1.125rem}.chat-embed-pc--nested .chat-member-widget-close,.chat-embed-pc--nested .chat-member-widget-topic{font-size:1.0625rem}.chat-member-widget-close,.chat-member-widget-topic{display:flex;width:34px;height:34px;flex-shrink:0;align-items:center;justify-content:center;border:0;border-radius:9999px;background:transparent;color:#374151;cursor:pointer}.chat-member-widget-header-spacer{width:34px;height:34px;flex-shrink:0}.chat-launch-chooser{display:flex;position:relative;min-height:100%;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;padding:20px 20px 140px;box-sizing:border-box}.chat-embed-pc .chat-messages:has(.chat-launch-chooser) .chat-messages-inner,.chat-messages:has(.chat-launch-chooser) .chat-messages-inner{justify-content:flex-start;height:100%}.chat-launch-chooser .chat-new-topic-suggestions{flex:0 0 auto;justify-content:flex-start;padding:120px 4px 0!important}.chat-launch-chooser-context-button{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);width:min(360px,calc(100% - 40px))!important;max-width:100%!important;min-width:0!important;margin:0;padding:14px 22px!important;border:1px solid #d0d0d0!important;border-radius:9999px!important;background-color:#fff!important;box-shadow:0 2px 10px rgba(0,0,0,.07);color:#333!important;font-size:.9375rem!important;font-weight:400!important;line-height:1.45!important;text-align:center!important}.chat-launch-chooser-context-button:hover{transform:translateX(-50%) translateY(-1px)}.chat-launch-chooser-context-button:active{transform:translateX(-50%)}.chat-embed-pc--nested.chat-embed-pc--shell-tablet .chat-member-widget-header{display:none}.chat-member-widget-close:hover,.chat-member-widget-topic:hover{background-color:#f3f4f6}@media (max-width:1023px){.chat-member-widget-header{padding:env(safe-area-inset-top,0) 12px 0}.chat-embed-pc--nested .chat-member-widget-close,.chat-embed-pc--nested .chat-member-widget-topic,.chat-member-widget-close,.chat-member-widget-topic{width:48px;height:48px;font-size:1.5rem}.chat-member-widget-header-spacer{width:48px;height:48px}}.chat-embed-pc .chat-suggestion-btn{font-size:.8125rem;padding:8px 14px;border-radius:6px}.chat-embed-pc .message-right{align-self:flex-end;margin-left:auto;min-width:0;max-width:85%}.chat-embed-pc .message-left{align-self:flex-start;margin-right:auto;min-width:0;max-width:85%}@media (max-width:767px){.chat-embed-pc--nested .message-left,.chat-embed-pc--nested .message-right{max-width:92%}}.chat-embed-pc .message-bubble{padding:10px 12px;border-radius:6px;max-width:min(800px,100%);min-width:0;overflow-wrap:break-word}.chat-embed-pc .message-text{font-size:.875rem;line-height:1.4}@media (max-width:1023px){.chat-header-title{font-size:18px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-member-widget-title{font-size:1.125rem}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-text{font-size:16px;line-height:1.5}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-text.message-text--staff-member-choice-echo{font-size:14px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-buttons button.message-button,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) button.message-button.js-message-button{font-size:18px!important}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-welcome-text{font-size:1.25rem}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-suggestion-btn{font-size:1.125rem}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-launch-chooser-context-button{font-size:1.125rem!important}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-time{font-size:14px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-bubble-right .message-bubble-right-choice-label{font-size:15px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .message-bubble-right .staff-human-choice-row button.staff-human-choice-btn,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .staff-human-choice-btn{font-size:1.125rem!important}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-escalation-divider,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .date-divider-text{font-size:16px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-ogp-card-title,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .thread-divider-title{font-size:17px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-ogp-card-description{font-size:15px}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-empty,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-loading,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-tab,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-thread-item,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-thread-text{font-size:1.125rem}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-section-title{font-size:1.1875rem}.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-new-topic,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-left-settings,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-new-chat,.chat-embed-pc.chat-embed-pc--nested:not(.chat-embed-widget) .chat-embed-staff-consult-btn{font-size:1.125rem}}.chat-embed-pc .message-button{font-size:.875rem!important;padding:8px 16px!important;border-radius:9999px!important;background-color:#fff!important;border:1px solid #d0d0d0!important;box-shadow:0 2px 10px rgba(0,0,0,.07)!important}.chat-embed-pc .message-time{font-size:10px}.chat-embed-pc .side-menu-empty-small,.chat-embed-pc .topic-modal-body .chat-suggestion-btn,.chat-embed-pc .topic-modal-title{font-size:.875rem}.chat-embed-center{flex:1 1 0%;width:0;min-width:40px;max-width:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-embed-pc--pc-two-pane-floor .chat-embed-center{min-width:400px}.chat-core-column:not(.chat-embed-center) .chat-container,.chat-core-column:not(.chat-embed-center) .chat-footer-wrapper,.chat-core-column:not(.chat-embed-center) .chat-input-area,.chat-core-column:not(.chat-embed-center) .chat-input-with-mode,.chat-core-column:not(.chat-embed-center) .chat-input-with-mode .chat-input,.chat-core-column:not(.chat-embed-center) .chat-main,.chat-core-column:not(.chat-embed-center) .chat-messages,.chat-core-column:not(.chat-embed-center) .chat-messages-inner,.chat-core-column:not(.chat-embed-center) .chat-suggestion-buttons,.chat-core-column:not(.chat-embed-center) .chat-welcome-container,.chat-core-column:not(.chat-embed-center) .chat-welcome-container-index,.chat-core-column:not(.chat-embed-center) .message,.chat-core-column:not(.chat-embed-center) .message-bubble,.chat-core-column:not(.chat-embed-center) .message-left,.chat-core-column:not(.chat-embed-center) .message-right,.chat-core-column:not(.chat-embed-center) .message-text,.chat-embed-center .chat-container,.chat-embed-center .chat-footer-wrapper,.chat-embed-center .chat-input-area,.chat-embed-center .chat-input-with-mode,.chat-embed-center .chat-input-with-mode .chat-input,.chat-embed-center .chat-main,.chat-embed-center .chat-messages,.chat-embed-center .chat-messages-inner,.chat-embed-center .chat-suggestion-buttons,.chat-embed-center .chat-welcome-container,.chat-embed-center .chat-welcome-container-index,.chat-embed-center .message,.chat-embed-center .message-bubble,.chat-embed-center .message-left,.chat-embed-center .message-right,.chat-embed-center .message-text{min-width:0}.chat-embed-resizer{flex-shrink:0;width:8px;cursor:col-resize;background:linear-gradient(90deg,#fff 0,#fff 3px,#d1d5db 0,#d1d5db 5px,#fff 0,#fff);-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-embed-resizer:hover{background:linear-gradient(90deg,#fff 0,#fff 3px,#9ca3af 0,#9ca3af 5px,#fff 0,#fff)}.chat-embed-resizer:active{background:linear-gradient(90deg,#fff 0,#fff 3px,#6b7280 0,#6b7280 5px,#fff 0,#fff)}.chat-embed-image-pane{flex-shrink:0;border-left:1px solid #e5e7eb;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column;container-type:inline-size;container-name:chat-embed-image-pane}.chat-embed-image-pane-inner{position:relative;width:100%;padding:8px 0;flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:8px}.chat-embed-image-pane-body{width:100%;flex:1;min-height:0;min-width:0;display:flex;flex-direction:row;align-items:flex-start;gap:8px;overflow-y:auto;overflow-x:hidden}.chat-embed-image-pane-header{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;flex-shrink:0;min-height:0;padding:0}.chat-embed-image-pane-filename{margin:0;font-size:.9375rem;line-height:1.3;color:hsl(var(--muted-foreground));text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.chat-embed-image-pane-body .chat-embed-image-pane-img-wrap{flex:1 1 0;min-width:400px;max-width:100%;aspect-ratio:1/1;flex-shrink:0}.chat-embed-image-pane-img-wrap{position:relative;width:100%;max-width:100%;aspect-ratio:1/1;flex-shrink:0;overflow:hidden;border-radius:0;border:none;border-right:1px solid #e5e7eb;background:#f9fafb;box-sizing:border-box}.chat-embed-image-pane-detail-label{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);z-index:5;display:inline-block;padding:.45rem .9rem;border-radius:9999px;background:rgba(0,0,0,.45);color:#fff;font-size:.9375rem;line-height:1.2;text-decoration:none;white-space:nowrap;transition:background .2s}.chat-embed-image-pane-detail-label:hover{background:rgba(0,0,0,.6);color:#fff}.chat-embed-image-pane-img-wrap:before{content:"";display:block;padding-bottom:100%}.chat-embed-image-pane-body .chat-embed-image-pane-img-wrap:before{display:none}.chat-embed-image-pane-img-wrap .chat-embed-image-pane-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;max-width:none;max-height:none}.chat-embed-image-pane-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3rem;height:6rem;min-height:6rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:.25rem;background:rgba(0,0,0,.08);box-sizing:border-box;color:hsla(0,0%,100%,.95);text-decoration:none;transition:color .2s,opacity .2s,background .2s;cursor:pointer;padding:0}.chat-embed-image-pane-nav:hover{color:#fff;opacity:1;background:rgba(0,0,0,.18)}.chat-embed-image-pane-nav-prev{left:.5rem}.chat-embed-image-pane-nav-next{right:.5rem}.chat-embed-image-pane-nav i{font-size:1.75rem}.chat-embed-pc .chat-material-thumb-link.chat-material-thumb-selected{outline:3px solid #3b82f6;outline-offset:-1px}.chat-embed-image-pane-img{display:block}.chat-embed-image-pane-deal{width:100%;margin-top:2px}.chat-embed-image-pane-body .chat-embed-image-pane-deal{flex:0 1 400px;min-width:0;margin-top:0;overflow:visible}@container chat-embed-image-pane (max-width: 808px){.chat-embed-image-pane-body{flex-direction:column}.chat-embed-image-pane-body .chat-embed-image-pane-img-wrap{flex:0 0 auto;width:100%;min-width:400px;height:auto;border-right:none;border-bottom:1px solid #e5e7eb}.chat-embed-image-pane-body .chat-embed-image-pane-deal{flex:0 0 auto;width:100%;max-width:none}}.chat-embed-image-pane-link{font-size:.875rem;color:hsl(var(--primary,222 63% 45%));text-decoration:none}.chat-embed-image-pane-link:hover{text-decoration:underline}.chat-embed-image-pane-close{flex-shrink:0;width:36px;height:36px;padding:0;border:none;border-radius:6px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem}.chat-embed-image-pane-close:hover{background:hsl(var(--muted-foreground)/.2);color:hsl(var(--foreground))}.chat-embed-image-pane-empty{margin:0;padding:24px 16px;font-size:.875rem;color:#9ca3af;text-align:center}@media (max-width:767px){.chat-embed-pc.chat-embed-pc--image-pane-open .chat-embed-right{flex-direction:column}.chat-embed-pc.chat-embed-pc--image-pane-open .chat-embed-resizer{display:none}.chat-embed-pc.chat-embed-pc--image-pane-open .chat-embed-image-pane{width:100%!important;min-width:0!important;max-height:50vh;flex-shrink:0;border-left:none;border-top:1px solid #e5e7eb}.chat-embed-pc.chat-embed-pc--image-pane-open .chat-embed-center{flex:1 1 auto;min-height:0}}.chat-embed-left-pane{width:320px;min-width:320px;flex-shrink:0;border-right:1px solid #e5e7eb;background-color:#f9fafb;display:flex;flex-direction:column;overflow:hidden}@media (max-width:767px){.chat-embed-pc--nested .-wrapper>.chat-embed-left-pane{display:none!important}.chat-embed-pc--nested.chat-embed-pc--mobile-list-phase .-wrapper>.chat-embed-left-pane{display:flex!important}.chat-embed-pc--nested.chat-embed-pc--shell-mobile-drawer .chat-embed-right{flex:1 1 auto!important;width:100%!important;min-width:0!important}}.chat-embed-pc--nested.chat-embed-pc--shell-tablet .chat-embed-image-pane--tablet-slide{position:absolute;top:0;bottom:0;right:0;z-index:30;max-width:min(420px,92vw);border-left:1px solid #e5e7eb;background-color:#fff;transform:translateX(100%);transition:transform .25s ease-out;box-shadow:-8px 0 24px rgba(0,0,0,.12)}.chat-embed-pc--nested.chat-embed-pc--shell-tablet .chat-embed-image-pane--tablet-slide.chat-embed-image-pane--tablet-slide-open{transform:translateX(0)}.chat-embed-pc--nested.chat-embed-pc--shell-tablet .chat-embed-tablet-image-backdrop{position:absolute;inset:0;z-index:25;margin:0;padding:0;border:none;background:rgba(0,0,0,.28);cursor:pointer}@media (max-width:767px){.chat-embed-pc--nested.chat-embed-pc--mobile-list-phase .chat-embed-left-pane{width:100%;min-width:0;flex:1 1 auto;border-right:none}.chat-embed-pc--nested.chat-embed-pc--mobile-conversation-phase .chat-embed-left-pane,.chat-embed-pc--nested.chat-embed-pc--mobile-list-phase .chat-embed-right{display:none!important}.chat-embed-pc--nested.chat-embed-pc--mobile-conversation-phase .chat-embed-right{flex:1 1 auto;width:100%;min-width:0}.chat-embed-mobile-conversation-toolbar{border-color:#e5e7eb}}.chat-embed-left-pane-inner{padding:12px;display:flex;flex-direction:column;flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box}.chat-embed-left-settings,.side-menu-chat-settings{display:inline-flex;align-items:center;gap:8px;width:100%;margin-top:auto;padding:10px 12px;border:none;border-radius:6px;background:transparent;font-size:.9375rem;color:#4b5563;cursor:pointer;text-align:left;transition:background-color .2s}.chat-embed-left-settings:hover,.side-menu-chat-settings:hover{background-color:#f3f4f6}.chat-embed-left-settings i,.side-menu-chat-settings i{color:#6b7280;font-size:1rem}.side-menu-footer-actions{flex-shrink:0;margin-top:0;border-top:1px solid #e0e0e0;padding-bottom:env(safe-area-inset-bottom,0);background-color:#fff}.side-menu-staff-consult-btn{display:flex;align-items:center;justify-content:center;width:calc(100% - 24px);margin:10px 12px 4px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background:transparent;font-size:.9375rem;font-weight:500;color:#4b5563;cursor:pointer;text-align:center;transition:background-color .2s}.side-menu-staff-consult-btn:hover{background-color:#f3f4f6}.side-menu-footer-actions .side-menu-chat-settings{margin-top:0;border-top:none}.chat-embed-left-footer-actions{flex-shrink:0;margin-top:auto;border-top:1px solid #e5e7eb;background-color:#f9fafb;padding-bottom:env(safe-area-inset-bottom,0)}.chat-embed-staff-consult-btn{display:flex;align-items:center;justify-content:center;width:calc(100% - 24px);margin:10px 12px 4px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:transparent;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;text-align:center;transition:background-color .2s}.chat-embed-staff-consult-btn:hover{background-color:#f3f4f6}.chat-embed-left-footer-actions .chat-embed-left-settings{margin-top:0;border-top:none}.staff-human-choice-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.message-bubble-right .staff-human-choice-row .staff-human-choice-btn,.message-bubble-right .staff-human-choice-row button.staff-human-choice-btn{padding:8px 14px!important;border:1px solid #d0d0d0!important;border-radius:9999px!important;background:#fff!important;font-size:.875rem!important;font-weight:500!important;color:#333!important;cursor:pointer;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-sizing:border-box!important;box-shadow:0 2px 10px rgba(0,0,0,.07)!important;transition:background-color .15s,opacity .15s,border-color .15s,box-shadow .15s}.staff-human-choice-btn{padding:8px 14px;border:1px solid #d0d0d0;border-radius:9999px;background:#fff;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;box-shadow:0 2px 10px rgba(0,0,0,.07);transition:background-color .15s,opacity .15s,border-color .15s,box-shadow .15s}.message-bubble-right .staff-human-choice-row .staff-human-choice-btn:hover,.message-bubble-right .staff-human-choice-row button.staff-human-choice-btn:hover,.staff-human-choice-btn:hover{background-color:#f8fafc!important;border-color:#b0b0b0!important;box-shadow:0 4px 14px rgba(0,0,0,.1)!important}.message-bubble-right .message-bubble-right-choice-label{font-size:12px;color:#333;margin-bottom:8px}.chat-settings-modal-body{padding-top:8px}.chat-settings-checkbox-label{display:flex;align-items:center;gap:10px;font-size:1rem;color:#374151;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-settings-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:hsl(var(--primary,222 63% 45%))}.chat-settings-modal-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:24px}.chat-settings-btn{padding:8px 18px;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:1px solid transparent}.chat-settings-btn:disabled{opacity:.6;cursor:not-allowed}.chat-settings-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.chat-settings-btn-secondary:hover:not(:disabled){background:#f9fafb}.chat-settings-btn-primary{background:hsl(var(--primary,222 63% 45%));border-color:hsl(var(--primary,222 63% 45%));color:#fff}.chat-settings-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.chat-embed-new-chat{display:inline-flex;align-items:center;gap:8px;width:100%;padding:8px 12px;margin-bottom:8px;background-color:hsl(var(--primary,222 63% 45%));border:1px solid hsl(var(--primary,222 63% 45%));border-radius:6px;font-size:.875rem;font-weight:500;color:hsl(var(--primary-foreground,0 0% 100%));cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s}.chat-embed-new-chat:hover{opacity:.9;filter:brightness(1.05)}.chat-embed-new-chat i{font-size:.875rem;color:inherit}.chat-embed-left-new-topic-wrap{margin-bottom:8px}.chat-embed-left-new-topic{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;background-color:hsl(var(--primary,222 63% 45%));border:1px solid hsl(var(--primary,222 63% 45%));border-radius:6px;font-size:.875rem;font-weight:500;color:hsl(var(--primary-foreground,0 0% 100%));cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s}.chat-embed-left-new-topic:hover{opacity:.9;filter:brightness(1.05)}.chat-embed-left-new-topic i{color:inherit;font-size:.875rem}.chat-embed-left-search-wrap{position:relative;margin-bottom:2px}.chat-embed-left-search-input{width:100%;padding:6px 32px 6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#374151;background:#fff;outline:none;transition:border-color .2s;box-sizing:border-box}.chat-embed-left-search-input:focus{border-color:hsl(var(--primary,222 63% 45%))}.chat-embed-left-search-input::-moz-placeholder{color:#9ca3af}.chat-embed-left-search-input::placeholder{color:#9ca3af}.chat-embed-left-search-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.75rem}.chat-embed-left-search-clear:hover{color:#6b7280}.chat-embed-left-topic-tabs{display:flex;margin:0 0 6px}.chat-embed-left-topic-tab{flex:1;padding:10px 4px;background:transparent;border:0;border-bottom:2px solid transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer}.chat-embed-left-topic-tab.is-active{border-bottom-color:hsl(var(--primary,222 63% 45%));color:hsl(var(--primary,222 63% 45%));font-weight:700}.chat-embed-left-section{margin-top:0}.chat-embed-left-section-title{padding:4px 0 8px;margin:0;font-size:.9375rem;font-weight:600;color:#6b7280}.chat-embed-left-threads{display:flex;flex-direction:column;gap:2px}.chat-embed-left-thread-row{display:flex;align-items:stretch;width:100%;gap:0}.chat-embed-left-thread-row:hover{background-color:#f3f4f6;border-radius:6px}.chat-embed-left-thread-row .chat-embed-left-thread-item--main:hover{background-color:transparent}.chat-embed-left-empty,.chat-embed-left-loading{font-size:.9375rem;color:#9ca3af;padding:8px 0}.chat-embed-left-thread-item{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:10px;text-align:left;background:transparent;border:none;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .2s}.chat-embed-left-thread-item--main{border-top-right-radius:0;border-bottom-right-radius:0}.chat-embed-left-thread-row .member-chat-topic-overflow{align-items:center;padding-right:4px}.chat-embed-left-thread-item i{flex-shrink:0;color:#9ca3af;font-size:.75rem}.chat-embed-left-thread-text{flex:1;min-width:0;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;line-height:1.4}.chat-embed-left-thread-item--unread i{color:var(--color-primary,#2a55bc)}.chat-embed-left-thread-item--unread .chat-embed-left-thread-text{color:var(--color-primary,#2a55bc);font-weight:700}#pc-chat-topic-drawer .chat-embed-left-threads{gap:12px}#pc-chat-topic-drawer .chat-embed-left-thread-item{gap:6px;padding:8px 8px 8px 2px}#pc-chat-topic-drawer .chat-embed-left-thread-item i{width:16px;text-align:center}#pc-chat-topic-drawer .chat-embed-left-thread-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;word-break:normal;line-height:1.4}.chat-embed-left-thread-item--selected .chat-embed-left-thread-text{font-weight:700}body:has(.chat-embed-widget){position:relative;min-height:100vh}body:has(.chat-embed-widget):before{content:"";position:fixed;inset:0;background-color:#b4dcf0;z-index:-1}html:has(.chat-embed-widget){min-height:100%}.chat-embed-widget .-wrapper{min-height:100vh;flex:1;background-color:#b4dcf0}.chat-embed-widget .chat-embed-right{flex:1;min-height:0;display:flex;flex-direction:column;background-color:#b4dcf0}.chat-embed-widget .chat-main{position:relative;top:auto;right:auto;bottom:auto!important;left:auto;margin-top:0;margin-bottom:0;flex:1 1 0%;min-height:0;display:flex;flex-direction:column;background-color:#b4dcf0;overflow:hidden}.chat-embed-widget .chat-messages{padding-bottom:88px}.chat-embed-widget .message-text{font-size:.8125rem;line-height:1.38}.chat-embed-widget .message-bubble{padding:8px 10px}.chat-embed-widget .message-time{font-size:9px}.chat-embed-widget .message-button,.chat-embed-widget .message-buttons button.message-button,.chat-embed-widget button.message-button.js-message-button{font-size:.8125rem!important}.chat-embed-widget .message-bubble-right .message-bubble-right-choice-label{font-size:11px}.chat-embed-widget .chat-welcome-text{font-size:.8125rem}.chat-embed-widget .chat-footer-wrapper{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:100;background-color:#fff;border-top:1px solid #e5e7eb;padding:10px}.member-chat-overlay-pc-widget .chat-embed-widget .chat-footer-wrapper{position:static;flex-shrink:0;width:100%}.member-chat-overlay-pc-widget .chat-embed-widget .chat-messages{padding-bottom:12px}.member-chat-overlay-pc-widget .chat-member-widget-title{font-size:.9375rem}.member-chat-overlay-pc-widget .chat-embed-widget .message-text{font-size:.8125rem;line-height:1.38}.member-chat-overlay-pc-widget .chat-embed-widget .message-left,.member-chat-overlay-pc-widget .chat-embed-widget .message-right{max-width:92%}.member-chat-overlay-pc-widget .chat-member-widget-header{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.member-chat-overlay-pc-widget.select-none .chat-member-widget-header{cursor:grabbing}.member-chat-overlay-pc-widget .chat-member-widget-header button{cursor:pointer}.member-chat-overlay-mobile-shell{--member-chat-overlay-mobile-radius:1rem;isolation:isolate}.member-chat-overlay-mobile-shell,.member-chat-overlay-mobile-shell>.js-body-cube2.chat-member-widget{overflow:hidden}.member-chat-overlay-mobile-shell,.member-chat-overlay-mobile-shell .chat-member-widget-header,.member-chat-overlay-mobile-shell>.js-body-cube2.chat-member-widget{border-top-left-radius:var(--member-chat-overlay-mobile-radius);border-top-right-radius:var(--member-chat-overlay-mobile-radius)}.chat-embed-widget-toggle{position:absolute;left:8px;top:8px;z-index:20;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background-color .2s,box-shadow .2s}.chat-embed-widget-toggle:hover{background:#f9fafb;box-shadow:0 2px 6px rgba(0,0,0,.12)}@media (max-width:1023px){.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-input-area,.js-body-cube2:has(footer.react-footer):not(.chat-embed-widget) .chat-core-column .chat-input-area{transform:none!important;overflow:visible!important;width:100%}.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-input-with-mode,.js-body-cube2:has(footer.react-footer):not(.chat-embed-widget) .chat-core-column .chat-input-with-mode{box-sizing:border-box;height:auto!important;min-height:34px!important;align-items:flex-end!important;padding-top:0!important;padding-bottom:0!important}.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-input-with-mode .chat-input,.js-body-cube2:has(footer.react-footer):not(.chat-embed-widget) .chat-core-column .chat-input-with-mode .chat-input{box-sizing:border-box;min-height:32px!important;max-height:calc(var(--chat-footer-max-height) - var(--chat-footer-padding-block))!important;padding:6px 4px!important;font-size:18px!important;line-height:1.35!important;overflow-y:auto!important}.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-attach-btn,.chat-embed-pc:not(.chat-embed-widget) .chat-core-column .chat-send-btn,.js-body-cube2:has(footer.react-footer):not(.chat-embed-widget) .chat-core-column .chat-attach-btn,.js-body-cube2:has(footer.react-footer):not(.chat-embed-widget) .chat-core-column .chat-send-btn{align-self:flex-end!important;width:30px!important;height:30px!important;font-size:20px!important}.chat-embed-left-search-input{font-size:16px}}