.chat-launcher{position:fixed;bottom:88px;right:29px;width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:white;box-shadow:0 5px 15px #da69252b;z-index:30}
.chat-launcher>svg{width:24px;height:24px}.chat-launcher:before{content:'채팅 목록';position:absolute;right:59px;padding:8px 12px;background:#262b34;color:#fff;border-radius:7px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}.chat-launcher:hover:before,.chat-launcher:focus-visible:before{opacity:1}
.chat-center-modal{position:relative;width:1080px;max-width:calc(100vw - 32px);height:min(780px,calc(100dvh - 32px));padding:0;display:flex;flex-direction:column;overflow:hidden}
.chat-center-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line);flex-shrink:0}.chat-center-heading h2{font-size:20px;margin:0}.chat-center-heading>div{display:flex;gap:8px}.chat-center-heading .chat-account-heading{display:flex;flex-direction:column;gap:4px}.chat-account-heading>span{font-size:12px;color:#626c79}.chat-center-modal .icon-btn{display:grid;place-items:center;width:32px;height:32px;border-radius:6px}.chat-center-modal .icon-btn:hover{background:#f4f5f7}.chat-center-modal .icon-btn svg{width:19px;height:19px}
.chat-center-layout{display:grid;grid-template-columns:270px minmax(0,1fr);flex:1;min-height:0}.chat-room-list{overflow-y:auto;border-right:1px solid var(--line);background:#fbfcfd}.chat-list-label{display:flex;justify-content:space-between;padding:18px 18px 10px;font-size:13px;color:#626c79}.chat-room-tab{display:block;width:100%;padding:18px;text-align:left;border-bottom:1px solid #eceff3;line-height:1.5}.chat-room-tab:hover{background:#f3f5f7}.chat-room-tab.active{background:#fff0e7;box-shadow:inset 3px 0 var(--orange)}.chat-room-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-room-title b{font-size:15px;color:#303944;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-room-title time{font-size:12px;color:#626c79;white-space:nowrap}.chat-room-product,.chat-room-last{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:6px;font-size:13px;color:#626c79}.chat-room-last{font-size:14px;color:#485362}
.chat-conversation{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:200px;padding:26px 18px;text-align:center;color:#626c79;font-size:14px;line-height:1.7;flex:1}.chat-empty b{color:#485362;font-weight:600}.chat-empty p{margin:0}.chat-thread-heading{display:flex;align-items:center;gap:10px;padding:15px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.chat-thread-heading>div{display:flex;flex-direction:column;gap:5px}.chat-thread-heading b{font-size:16px}.chat-thread-heading span{color:#626c79;font-size:12px}.chat-center-modal .chat-back{display:none}.chat-back svg{transform:rotate(180deg)}
.chat-context-product{display:flex;align-items:center;gap:12px;padding:12px 20px;flex-shrink:0;border-bottom:1px solid var(--line)}.chat-context-product img{width:48px;height:48px;border-radius:6px;object-fit:cover}.chat-context-product>div{min-width:0;display:flex;flex-direction:column;gap:6px}.chat-context-product b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.chat-context-product span{font-size:14px;font-weight:700}.chat-demo-note{font-size:12px;color:#626c79;padding:10px 18px;margin:0;background:#f8f9fb;line-height:1.5;flex-shrink:0}
.chat-history{background:#f1f3f6;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:4px 20px 20px}.chat-date-divider{text-align:center;color:#626c79;font-size:12px;margin:18px 0}.chat-message-row{display:flex;margin:14px 0;padding:0;background:transparent;text-align:left;align-items:flex-start;justify-content:flex-start}.chat-message-row.chat-outgoing{justify-content:flex-end}.chat-message-content{width:fit-content;max-width:82%;min-width:0}.chat-sender{display:block;font-size:12px;color:#626c79;margin-bottom:7px}.chat-message-bubble{width:fit-content;max-width:100%;padding:10px 13px;background:#fff;box-shadow:0 1px 2px #2633440a;border-radius:2px 12px 12px 12px;font-size:14px;line-height:1.7;color:#303944}.chat-message-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-outgoing .chat-message-bubble{margin-left:auto;background:#fff;border-radius:12px 2px 12px 12px}.chat-message-time{display:block;font-size:11px;color:#626c79;margin-top:5px}.chat-outgoing .chat-message-time{text-align:right}.chat-image-button{display:block;max-width:220px;margin:5px 0;border-radius:7px;overflow:hidden;background:#fff}.chat-image-button img{display:block;width:100%;max-height:230px;object-fit:contain}
.chat-compose{border-top:1px solid var(--line);padding:12px 16px 10px;flex-shrink:0}.chat-compose-row{display:flex;align-items:flex-end;gap:9px}.chat-compose textarea{resize:none;flex:1;min-width:0;max-height:100px;font-size:14px;line-height:1.5;padding:10px 12px;height:64px}.chat-attach-button{position:relative;width:38px;height:42px;display:grid;place-items:center;color:#626c79;flex-shrink:0;overflow:hidden;border-radius:6px;cursor:pointer}.chat-attach-button:hover{color:var(--orange);background:#fff3eb}.chat-attach-button>svg{width:23px;height:23px}.chat-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.chat-compose .chat-send{width:42px;height:42px;padding:10px;flex-shrink:0;display:grid;place-items:center}.chat-send svg{width:21px;height:21px}.chat-attach-hint{font-size:11px;color:#626c79;margin:7px 0 0 47px}.chat-attachments{display:flex;gap:10px;overflow-x:auto}.chat-attachments:empty{display:none}.chat-attachments>div{position:relative;flex:0 0 65px;margin:0 0 12px}.chat-attachments img{width:65px;height:65px;border-radius:7px;object-fit:cover;border:1px solid var(--line)}.chat-remove-image{position:absolute;top:3px;right:3px;background:#303944cf;color:#fff;display:grid;place-items:center;width:24px;height:24px;border-radius:50%}.chat-remove-image svg{width:13px;height:13px}
.chat-image-viewer{position:absolute;inset:0;background:#14191ff5;z-index:5;display:flex;align-items:center;justify-content:center;padding:54px 20px 20px}.chat-image-viewer>img{display:block;max-width:100%;max-height:100%;object-fit:contain}.chat-image-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffffff24;color:#fff}.chat-image-close svg{width:22px;height:22px}
@media (max-width: 680px) {.chat-launcher{bottom:76px;right:20px;width:45px;height:45px}.chat-center-modal{width:calc(100vw - 16px);max-width:calc(100vw - 16px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.chat-center-heading{padding:12px 16px}.chat-center-layout{display:flex}.chat-room-list{width:100%;border:0}.chat-conversation{display:none;width:100%}.chat-center-layout.has-conversation .chat-room-list{display:none}.chat-center-layout.has-conversation .chat-conversation{display:flex}.chat-center-modal .chat-back{display:grid}.chat-thread-heading{padding:10px 12px}.chat-context-product{padding:10px 15px}.chat-history{padding:4px 14px 16px}.chat-demo-note{padding:8px 14px;font-size:11px}.chat-compose{padding:10px 10px max(10px,env(safe-area-inset-bottom))}.chat-compose-row{gap:5px}.chat-compose textarea{font-size:16px}.chat-attach-hint{margin-left:43px}.chat-message-content{max-width:86%}.chat-image-button{max-width:185px}}

.chat-attach-button:focus-within{outline:2px solid var(--orange);outline-offset:2px}
