#fm-chat{--c:#171717;--a:#6d5dfc;position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:#171717}.fm-chat-launch{border:0;border-radius:999px;background:linear-gradient(135deg,#7867ff,#5946ec);color:#fff;padding:14px 18px;box-shadow:0 12px 35px rgba(68,50,190,.35);font-size:14px;font-weight:800;display:flex;gap:8px;align-items:center;cursor:pointer}.fm-chat-dot{width:9px;height:9px;background:#51e28a;border-radius:50%;box-shadow:0 0 0 4px rgba(81,226,138,.2)}.fm-chat-badge{background:#ff4757;border-radius:10px;padding:1px 6px}.fm-chat-panel{position:absolute;right:0;bottom:62px;width:min(380px,calc(100vw - 24px));height:min(620px,calc(100vh - 100px));background:#fff;border:1px solid #e8e8ee;border-radius:20px;box-shadow:0 22px 65px rgba(20,20,35,.22);overflow:hidden;display:flex;flex-direction:column}.fm-chat-panel[hidden]{display:none}.fm-chat-panel header{background:linear-gradient(135deg,#6f5eff,#4937d9);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center}.fm-chat-panel header strong,.fm-chat-panel header small{display:block}.fm-chat-panel header small{opacity:.82;margin-top:4px;font-size:11px}.fm-chat-close{background:rgba(255,255,255,.15);color:#fff;border:0;border-radius:50%;width:34px;height:34px;font-size:25px;cursor:pointer}.fm-chat-user{padding:9px 16px;background:#f7f7fb;border-bottom:1px solid #eee;font-size:12px;color:#666}.fm-chat-messages{flex:1;overflow:auto;padding:16px;background:#fafafe}.fm-chat-msg{max-width:82%;margin:7px 0;padding:10px 12px;border-radius:15px;background:#fff;border:1px solid #ececf2;box-shadow:0 2px 7px rgba(0,0,0,.03);white-space:pre-wrap;word-break:break-word;font-size:13px}.fm-chat-msg.mine{margin-left:auto;background:#6552ef;color:#fff;border-color:#6552ef}.fm-chat-msg time{display:block;font-size:10px;opacity:.6;margin-top:6px}.fm-chat-msg a{color:inherit;text-decoration:underline;font-weight:700}.fm-chat-empty{text-align:center;color:#777;padding:70px 20px;font-size:13px}.fm-chat-typing{padding:5px 16px;font-size:11px;color:#777}.fm-chat-form{padding:12px;border-top:1px solid #eee;background:#fff}.fm-chat-form textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:12px;padding:10px;resize:none;font:inherit;outline:none}.fm-chat-form textarea:focus{border-color:#6d5dfc;box-shadow:0 0 0 3px rgba(109,93,252,.12)}.fm-chat-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.fm-chat-actions label{cursor:pointer;font-size:12px;font-weight:700;color:#555}.fm-chat-actions input{display:none}.fm-chat-file{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#777}.fm-chat-actions button{border:0;border-radius:9px;background:#171717;color:#fff;padding:9px 15px;font-weight:800;cursor:pointer}.fm-chat-note{margin:0 12px 10px;color:#999;font-size:10px}@media(max-width:520px){#fm-chat{right:12px;bottom:12px}.fm-chat-panel{position:fixed;inset:8px;width:auto;height:auto;border-radius:16px}.fm-chat-launch{padding:13px 16px}}
