#parksy-chatbot-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;z-index:9999999}.parksy-chat-toggle{position:fixed;bottom:100px;right:30px;width:60px;height:60px;border-radius:50%;background:transparent;border:3px solid #0000ff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000ff4d;transition:transform .2s,box-shadow .2s;z-index:9999999;padding:0;overflow:hidden}.parksy-chat-toggle--close{background:#00f;border-color:#00f}.parksy-chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 20px #00f6}.parksy-chat-toggle-photo{width:100%;height:100%;border-radius:50%;object-fit:cover}.parksy-chat-toggle--close .parksy-chat-toggle-photo{display:none}.parksy-chat-toggle-x{width:22px;height:22px}.parksy-chat-window{position:fixed;bottom:170px;right:30px;width:380px;max-width:calc(100vw - 40px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 8px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:9999999;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.parksy-chat-window--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.parksy-chat-header{background:#00f;color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;flex-shrink:0}.parksy-chat-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.parksy-chat-avatar-photo{width:100%;height:100%;object-fit:cover;border-radius:50%}.parksy-chat-header-info h3{margin:0;font-size:16px;font-weight:600;color:#fff}.parksy-chat-header-info span{font-size:12px;opacity:.8}.parksy-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f7f8fa}.parksy-chat-messages::-webkit-scrollbar{width:4px}.parksy-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.parksy-chat-msg{max-width:85%;padding:10px 14px;border-radius:14px;word-wrap:break-word;white-space:pre-wrap}.parksy-chat-msg--bot{align-self:flex-start;background:#fff;color:#333;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.parksy-chat-msg--user{align-self:flex-end;background:#00f;color:#fff;border-bottom-right-radius:4px}.parksy-chat-msg--bot a{color:#00f;text-decoration:underline}.parksy-chat-msg--bot strong{font-weight:600}.parksy-chat-typing{align-self:flex-start;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:14px 14px 14px 4px;display:flex;gap:4px;align-items:center}.parksy-chat-typing span{width:8px;height:8px;border-radius:50%;background:#999;animation:parksy-bounce 1.4s infinite}.parksy-chat-typing span:nth-child(2){animation-delay:.2s}.parksy-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes parksy-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.parksy-chat-input-area{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;gap:8px;align-items:center;background:#fff;flex-shrink:0}.parksy-chat-input-wrap{position:relative;flex:1;min-width:0}.parksy-chat-input{display:block;width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:24px;padding:10px 44px 10px 16px;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit;margin:0}.parksy-chat-input:focus{border-color:#00f}.parksy-chat-input::placeholder{color:#999}.parksy-chat-input-wrap .parksy-chat-mic{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:2;background:transparent;border:0;cursor:pointer;color:#666;padding:0;margin:0;width:30px;height:30px;line-height:1}.parksy-chat-input-wrap .parksy-chat-mic:hover{color:#00f}.parksy-chat-send{width:40px;height:40px;border-radius:50%;background:#00f;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.parksy-chat-send:hover{background:#00c}.parksy-chat-send:disabled{background:#ccc;cursor:not-allowed}.parksy-chat-send svg{width:18px;height:18px;fill:#fff}.parksy-chat-footer{padding:6px 16px;text-align:center;font-size:11px;color:#999;border-top:1px solid #f0f0f0;background:#fff;flex-shrink:0}.parksy-chat-footer a{color:#00f;text-decoration:none}.parksy-chat-msg--bot ul,.parksy-chat-msg--bot ol{margin:4px 0;padding-left:18px}.parksy-chat-msg--bot li{margin-bottom:2px}.parksy-chat-msg--bot p{margin:4px 0}.parksy-chat-msg--bot code{background:#f0f0f0;padding:1px 4px;border-radius:3px;font-size:13px}.parksy-chat-channel-prompt{padding:10px 12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;margin:6px 0}.parksy-channel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:#555}.parksy-channel-close{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:0 2px;line-height:1}.parksy-channel-close:hover{color:#333}.parksy-channel-buttons{display:flex;gap:8px}.parksy-channel-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none!important;color:#fff!important;white-space:nowrap;transition:opacity .2s;flex:1;justify-content:center}.parksy-channel-btn:hover{opacity:.85}.parksy-channel-btn--wa{background:#25d366}.parksy-channel-btn--messenger{background:#0084ff}@media(max-width:480px){.parksy-chat-toggle{bottom:90px;right:26px;width:50px;height:50px}.parksy-chat-window{bottom:150px;right:0;left:0;width:100vw;height:55vh;max-height:55vh;border-radius:12px 12px 0 0}.parksy-chat-header{padding:10px 14px}.parksy-chat-messages{padding:8px}.parksy-chat-input-area{padding:6px 8px}.parksy-chat-footer{padding:4px 8px;font-size:10px}}.parksy-chat-bubble{position:fixed;right:60px;bottom:172px;transform:translate(50%);background:#fff;color:#00f;border:2px solid #0000ff;border-radius:16px;padding:6px 12px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 4px 12px #0000ff40;z-index:9999999;pointer-events:none;animation:parksy-bubble-bob 2.2s ease-in-out infinite}.parksy-chat-bubble:before,.parksy-chat-bubble:after{content:"";position:absolute;left:50%;width:0;height:0}.parksy-chat-bubble:before{bottom:-9px;transform:translate(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #0000ff}.parksy-chat-bubble:after{bottom:-6px;transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}@keyframes parksy-bubble-bob{0%,to{transform:translate(50%) translateY(0)}50%{transform:translate(50%) translateY(-4px)}}.parksy-chat-toggle--close~.parksy-chat-bubble{display:none}@media(max-width:480px){.parksy-chat-bubble{right:51px;bottom:150px}}.parksy-chat-bubble__close{position:absolute;top:-8px;right:-8px;width:18px;height:18px;padding:0;border:none;border-radius:50%;background:#000;color:#fff;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;z-index:2}.parksy-chat-bubble__close:hover{background:#333}
