#quick-chat{position:fixed;right:24px;bottom:24px;z-index:1000;font:14px/1.6 Arial,'Malgun Gothic',sans-serif;color:#f3f2ed;width:360px;max-width:calc(100vw - 28px)}#quick-chat *{box-sizing:border-box}#quick-chat [hidden]{display:none!important}#quick-chat button{font:inherit;cursor:pointer;border:1px solid #666;color:#f3f2ed;background:#252525;padding:10px 15px}#quick-chat button:focus-visible,#quick-chat a:focus-visible,#quick-chat textarea:focus-visible{outline:2px solid #ff625a;outline-offset:3px}#quick-chat .qc-launch{display:block;margin-left:auto;background:#ff625a;color:#161616;font-weight:700;border:0;border-radius:24px;padding:12px 22px;box-shadow:0 8px 24px #0005}#quick-chat .qc-launch span{margin-left:20px}#qc-panel{position:absolute;bottom:62px;right:0;width:100%;background:#171717;border:1px solid #555;border-radius:12px;box-shadow:0 12px 40px #0007;overflow:auto;max-height:min(690px,calc(100dvh - 110px))}#quick-chat .qc-top{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #444}#quick-chat h2{font:700 20px/1.4 Arial,'Malgun Gothic',sans-serif;margin:0}#quick-chat p{margin:0}#quick-chat .qc-top p{color:#bbb;font-size:12px}#quick-chat .qc-close{font-size:25px;padding:0 10px;background:transparent;border:0}#quick-chat .qc-intro{font-size:13px;padding:14px 18px;color:#ccc}#quick-chat .qc-messages{height:180px;overflow:auto;padding:0 18px;overscroll-behavior:contain}#quick-chat .qc-message{padding:10px 12px;background:#303030;border-radius:8px;margin:10px 20px 10px 0;overflow-wrap:anywhere}#quick-chat .qc-visitor{margin-right:0;margin-left:20px;background:#402e2c}#quick-chat .qc-message p{white-space:pre-wrap;margin:5px 0}#quick-chat .qc-message strong{font-size:12px}#quick-chat small{font-size:11px;color:#bbb}#quick-chat .qc-notice{padding:8px 18px;font-size:12px;color:#ffd3ce;min-height:32px}#quick-chat form{padding:0 18px;display:grid;gap:7px}#quick-chat label{font-size:12px}#quick-chat textarea{font:inherit;width:100%;background:#111;color:#fff;border:1px solid #777;padding:8px;resize:vertical;max-height:150px}#quick-chat .qc-send{background:#ff625a;color:#171717;font-weight:bold;border:0}#quick-chat button:disabled{opacity:.5;cursor:wait}#quick-chat .qc-foot{font-size:11px;color:#b9b9b9;padding:12px 18px 16px}#quick-chat a{color:#f3f2ed;text-decoration:underline;text-underline-offset:3px}#quick-chat .qc-foot a{display:inline-block;margin-top:7px;font-size:13px}#quick-chat .qc-new{margin:0 18px}.contact .contact-links>a,.contact .contact-links>button[data-quick-chat-open]{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;margin:0;font:inherit;font-size:14px;line-height:1.5;background:transparent;border:1px solid currentColor;border-radius:0;color:inherit;padding:12px 18px;text-align:center;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease}.contact .contact-links>a:hover,.contact .contact-links>button[data-quick-chat-open]:hover{background:#111;color:#fff;border-color:#111}.contact .contact-links>a:focus-visible,.contact .contact-links>button[data-quick-chat-open]:focus-visible{outline:2px solid #111;outline-offset:4px}@media(max-width:600px){#quick-chat{right:14px;bottom:14px}#qc-panel{max-height:calc(100dvh - 95px)}#quick-chat .qc-messages{height:150px}}
