.chatContent{height:100%;display:flex;flex-direction:column;padding:20px 0 0;box-sizing:border-box;position:relative}.chatContent-header{display:flex;align-items:center;margin-bottom:16px;padding:20px;gap:20px;position:relative}.chatContent-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;cursor:pointer}.chatContent-userInfo{display:flex;flex-direction:column}.chatContent-username{color:#525252;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1px;cursor:pointer}.chatContent-online{font-size:12px;color:#888;margin-top:4px}.chatContent-manageBtn-payNowEntrustOnly{background:#35bd63;color:white;border:none;padding:6px 12px;border-radius:16px;font-size:14px;cursor:pointer;display:inline-flex;align-items:center}.chatContent-manageBtn-payNowEntrustOnly:hover{background-color:#43a047}.chatContent-manageBtn-wrapper{display:inline-flex;align-items:center;gap:4px}.chatContent-manageMainBtn{display:flex;justify-content:center;align-items:center;width:110px;height:32px;background:#73bce4;color:white;border:none;padding:6px 12px;border-radius:16px;font-size:16px;letter-spacing:2px;cursor:pointer;font-weight:700;transition:background .2s ease;text-decoration:underline}.chatContent-manageMainBtn:hover{background:#60add7}.chatContent-toggleArrow{background:#73bce4;color:white;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;padding:0}.chatContent-toggleArrow.open{transform:rotate(180deg)}.chatContent-milestone-container{width:100%;opacity:0;transform:scale(.95);pointer-events:none;padding:10px}.chatContent-milestone-container.visible{animation:fadeInScale .2s ease-out;opacity:1;transform:scale(1);pointer-events:auto;position:relative}.chatContent-divider{width:95%;height:2px;background-color:#bfbfbf;margin:50px 20px 30px}.chatContent-hint{color:#2daef4;text-align:center;font-family:Noto Sans TC;font-size:12px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:1px;position:absolute;left:40px;bottom:20px}.chatContent-addToChatGroupBtn-wrapper{flex:1;position:relative;display:inline-block}.chatContent-addToChatGroupBtn{color:#6F6F6F;font-family:Noto Sans TC;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px}.chatContent-addToChatGroupBtn:hover{color:#2DAEF4}.chatContent-reportIcon{width:30px;height:30px;aspect-ratio:1/1;margin-left:auto;cursor:pointer}.chatContent-reportIcon img{width:100%;height:100%;object-fit:cover}.chatContent-reportModal-wrapper{position:absolute;top:30px;right:60px;z-index:10}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chatContent-messages{width:100%;flex:1;overflow-y:auto;overflow-x:hidden;padding:20px}.chatContent-date-divider{text-align:center;background-color:#999;color:white;padding:3px 12px;border-radius:12px;font-size:12px;margin:16px auto;width:fit-content}.chatContent-inputBar{display:flex;align-items:center;background-color:#2d5885;padding:10px 16px;gap:8px;border-top:1px solid #ccc}.chatContent-input{flex:1;padding:10px 16px;border:1px solid white;border-radius:20px;background-color:transparent;color:white;font-size:16px;outline:none}.chatContent-input::placeholder{color:#eee}.chatContent-input:disabled{cursor:not-allowed}.chatContent-attachBtn,.chatContent-sendBtn{background:none;border:none;color:white;font-size:20px;cursor:pointer;padding:4px;transition:transform .2s ease}.chatContent-attachBtn:hover,.chatContent-sendBtn:hover{transform:scale(1.2)}.chatContent-attachBtn:disabled,.chatContent-sendBtn:disabled{cursor:not-allowed}.chatContent-back-button{position:absolute;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:6px;left:10px;top:8px}.chatContent-back-button img{width:16px;height:16px}.chatContent-back-button span{color:#8bb7f0;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:2px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media screen and (max-width:440px){.chatContent-header{padding:10px;gap:10px;margin-bottom:0}.chatContent-avatar{width:38px;height:38px}.chatContent-username{font-size:14px}.chatContent-online{font-size:10px;margin-top:2px}.chatContent-manageMainBtn{width:90px;height:24px;font-size:14px}.chatContent-addToChatGroupBtn{font-size:14px}.chatContent-reportModal-wrapper{top:20px;right:50px}.chatContent-divider{margin:35px 20px 30px}.chatContent-messages{padding:10px 20px}}.chatGroupItem-header{display:flex;align-items:center;justify-content:space-between;position:relative}.chatGroupItem-input{font-family:Noto Sans TC;font-size:20px;font-weight:700;color:#6F6F6F;border:none;outline:none;background:transparent;width:180px}.chatGroupItem-title-wrapper{display:flex;align-items:center;gap:16px;cursor:pointer}.chatGroupItem-title{font-family:Noto Sans TC;font-size:20px;font-weight:700;color:#6F6F6F;cursor:pointer;width:220px}.chatGroupItem-arrow-text{display:inline-block;transition:transform .3s ease;font-size:18px;color:#6F6F6F}.chatGroupItem-arrow-text.rotate{transform:rotate(180deg)}.chatGroupItem-options{position:relative}.chatGroupItem-options>button{background:none;border:none;font-size:20px;cursor:pointer;color:#6F6F6F}.chatGroupItem-dropdown{position:absolute;top:100%;right:0;background:white;border-radius:6px;box-shadow:0 0 8px rgba(0,0,0,.1);padding:8px;z-index:10;white-space:nowrap}.chatGroupItem-option{font-family:Noto Sans TC;font-size:14px;color:#6F6F6F;padding:6px 12px;cursor:pointer}.chatGroupItem-option:hover{background-color:#f2f2f2}@media screen and (max-width:1280px){.chatGroupItem-input,.chatGroupItem-title{font-size:18px}}@media screen and (max-width:440px){.chatGroupItem-input{font-size:14px}.chatGroupItem-title-wrapper{gap:8px}.chatGroupItem-title{font-size:14px;width:180px}}@media screen and (max-width:370px){.chatGroupItem-input{font-size:12px}.chatGroupItem-title{font-size:12px;width:160px}}.chatGroupManager{width:100%;height:100%;padding:16px;background-color:#f6f7fb;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chatGroupManager-addButton{display:flex;justify-content:center;align-items:center;background:none;border:none;color:#6F6F6F;font-family:Noto Sans TC;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:1px;gap:10px;margin-bottom:20px}.chatGroupManager-addButton:hover{opacity:.7}.chatGroupManager-addButton img{width:24px;height:24px;cursor:pointer}.chatGroupManager-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1280px){.chatGroupManager-addButton{font-size:18px}.chatGroupManager-addButton img{width:22px;height:22px}}@media screen and (max-width:440px){.chatGroupManager{padding:10px}.chatGroupManager-addButton{font-size:14px}.chatGroupManager-addButton img{width:16px;height:16px}}@media screen and (max-width:370px){.chatGroupManager-addButton{font-size:12px}.chatGroupManager-addButton img{width:12px;height:12px}}.chatWindow-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:1000}.chatWindow-container{width:80%;height:80%;background-color:white;border-radius:2px 0 5px 0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 20px rgba(0,0,0,.3);max-width:1200px}.chatWindow-header{padding:0;background-color:#5D78A4}.chatWindow-header,.chatWindow-tab{display:flex;color:white;align-items:center}.chatWindow-tab{height:100%;justify-content:center;border:none;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2px;padding:20px;margin:0;cursor:pointer;transition:background-color .2s ease}.chatWindow-tab.active{background-color:#2D4A75;font-weight:700}.chatWindow-tab:hover{background-color:#2D5885}.chatWindow-tab .badge{background-color:#f25c5c;color:white;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:2px 6px;border-radius:10px;margin-left:5px}.chatWindow-category-icon{width:28px;height:28px;aspect-ratio:1/1;margin-right:10px}.chatWindow-body{flex:1;display:flex;overflow:hidden}.chatWindow-sidebar-container{flex:0 0 40%;height:100%}.chatWindow-content-container{flex:1;height:100%}@media screen and (max-width:968px){.chatWindow-sidebar-container{flex:0 0 100%;height:100%}}@media screen and (max-width:1280px){.chatWindow-container{width:90%;height:90%}}@media screen and (max-width:440px){.chatWindow-container{width:95%;height:90%}.chatWindow-tab{font-size:16px;padding:16px}.chatWindow-tab .badge{color:white;font-size:10px}.chatWindow-sidebar-container{flex:0 0 100%;height:100%}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}