.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:110;display:flex;align-items:center;gap:10px;border:0;border-radius:50px;padding:16px 20px;background:#087eae;color:#fff;box-shadow:0 8px 28px #102f4630;font-size:13px;font-weight:600;cursor:pointer}
.chat-launcher:hover{background:#096c94}.chat-launcher .icon{width:23px;height:23px}
.manomi-chat{position:fixed;right:24px;bottom:96px;z-index:111;width:min(390px,calc(100vw - 32px));max-height:calc(100dvh - 120px);display:flex;flex-direction:column;border:1px solid #d6e3e9;border-radius:20px;background:#fff;box-shadow:0 20px 70px #102f4633;overflow:hidden;color:#102f46}
.chat-header{display:flex;gap:12px;align-items:center;padding:20px;background:#102f46;color:#fff;flex-shrink:0}.chat-mark{display:grid;place-items:center;background:#ffffff12;border:1px solid #ffffff25;border-radius:12px;width:40px;height:40px;color:#75d5ff}.chat-header h2{font-size:17px;letter-spacing:-.3px;line-height:1.3}.chat-header p{font-size:10px;color:#b7d3e2;margin-top:4px}.chat-close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:27px;line-height:1;min-width:40px;min-height:40px;cursor:pointer}
.chat-log{overflow-y:auto;overscroll-behavior:contain;padding:18px;min-height:100px;height:260px;background:#f4f9fc}.chat-message{font-size:13px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;background:white;border:1px solid #dfebf1;border-radius:4px 14px 14px;padding:12px 14px;margin:0 18px 12px 0}.chat-author{display:block;font-size:9px;font-weight:600;letter-spacing:.4px;color:#087eae;margin-bottom:5px}.chat-visitor{margin:0 0 12px 30px;background:#e2f2fa;border-color:#c8e5f3;border-radius:14px 4px 14px 14px}.chat-visitor .chat-author{color:#526976}
.chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px 0;flex-shrink:0}.chat-suggestions button{border:1px solid #d6e3e9;border-radius:20px;background:white;color:#087eae;padding:7px 10px;font-size:11px;cursor:pointer}.chat-suggestions button:hover{background:#e9f4f8}
.chat-form{display:flex;gap:8px;padding:12px 16px;flex-shrink:0}.chat-form input{min-width:0;margin:0;font-size:16px}.chat-form button{display:grid;place-items:center;flex-shrink:0;width:46px;border:0;border-radius:8px;background:#087eae;color:#fff;cursor:pointer}.chat-handoff{display:flex;justify-content:center;align-items:center;gap:8px;border-top:1px solid #e3edf2;padding:13px 16px;font-size:12px;color:#087eae;flex-shrink:0}.chat-handoff:hover{text-decoration:underline}.chat-launcher:focus-visible,.manomi-chat :focus-visible{outline:3px solid #31a5d6;outline-offset:3px}.hero-sales-line{font-size:16px;color:var(--slate);line-height:1.7;margin-top:24px;max-width:400px}.hero-sales-line strong{font-weight:600;color:var(--navy)}
@media(max-width:700px){.hero-sales-line{font-size:14px;margin-top:20px}.chat-launcher{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));padding:14px}.chat-launcher span{display:none}.manomi-chat{right:16px;bottom:calc(82px + env(safe-area-inset-bottom));max-height:calc(100dvh - 106px - env(safe-area-inset-bottom))}.chat-header{padding:14px}.chat-log{height:220px}.chat-message{font-size:12px}.chat-header p{font-size:9px}}
@media(max-height:550px){.manomi-chat{bottom:12px;max-height:calc(100dvh - 24px)}.chat-log{height:140px}.chat-suggestions{display:none}}
