.customer-chat-widget{z-index:9999;font-family:var(--font-store-body), "Noto Sans KR", sans-serif;position:fixed;bottom:20px;right:20px}.customer-chat-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4778 0%,#ff6b9d 100%);border:none;border-radius:9999px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 30px #ff477859}.customer-chat-button:hover{transform:translateY(-2px);box-shadow:0 16px 36px #ff47786b}.customer-chat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;width:min(360px,100vw - 32px);height:520px;margin-bottom:12px;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a38}.customer-chat-header{color:#fff;background:#111827;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.customer-chat-header h3{font-size:15px;font-weight:700}.customer-chat-header p{color:#cbd5e1;font-size:12px}.customer-chat-close{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:4px}.customer-chat-messages{background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.customer-chat-bubble{border-radius:16px;max-width:82%;padding:10px 12px;font-size:13px;line-height:1.45;box-shadow:0 1px 2px #0f172a0f}.customer-chat-bubble-user{color:#111827;background:#facc15;border-bottom-right-radius:6px;align-self:flex-end}.customer-chat-bubble-admin{color:#1f2937;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:6px;align-self:flex-start}.customer-chat-time{color:#94a3b8;margin-top:4px;font-size:10px}.customer-chat-input{background:#fff;border-top:1px solid #e2e8f0;align-items:flex-end;gap:8px;padding:12px;display:flex}.customer-chat-attach{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.customer-chat-attach:hover:not(:disabled){background:#f1f5f9}.customer-chat-attach:disabled{opacity:.55;cursor:not-allowed}.customer-chat-image-wrap{background:#f8fafc;border-radius:10px;margin-bottom:6px;overflow:hidden}.customer-chat-image{object-fit:cover;width:100%;height:auto;max-height:160px;display:block}.customer-chat-input textarea{resize:none;background:#f8fafc;border:1px solid #dbe4ef;border-radius:14px;outline:none;flex:1;min-height:42px;max-height:96px;padding:10px 12px;font-size:13px}.customer-chat-input textarea:focus{border-color:#facc15;box-shadow:0 0 0 3px #facc1540}.customer-chat-send{color:#111827;cursor:pointer;background:#facc15;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.customer-chat-send:disabled{opacity:.55;cursor:not-allowed}.customer-chat-empty{text-align:center;color:#94a3b8;margin:auto;font-size:13px}
