.ksee-chatbot-toggle{position:fixed;right:24px;bottom:24px;z-index:10020;width:60px;height:60px;border:0;border-radius:50%;background:linear-gradient(145deg,#14839d,#075d75);color:#fff;box-shadow:0 10px 28px rgba(6,70,89,.32);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.ksee-chatbot-toggle:hover{transform:translateY(-2px);box-shadow:0 13px 32px rgba(6,70,89,.38)}.ksee-chatbot-toggle:focus-visible{outline:3px solid #9ee7f5;outline-offset:3px}.ksee-chatbot-toggle svg{width:29px;height:29px;fill:currentColor}.ksee-chatbot-toggle .ksee-chatbot-close-icon{display:none;font-size:28px;line-height:1}.ksee-chatbot-toggle.is-open .ksee-chatbot-open-icon{display:none}.ksee-chatbot-toggle.is-open .ksee-chatbot-close-icon{display:block}.ksee-chatbot-panel{position:fixed;right:24px;bottom:96px;z-index:10019;width:390px;height:min(620px,calc(100vh - 126px));border:1px solid #d5e3e7;border-radius:16px;background:#fff;box-shadow:0 18px 52px rgba(21,56,66,.26);display:none;overflow:hidden;font-family:"Noto Sans KR","Noto Sans",sans-serif}.ksee-chatbot-panel.is-open{display:flex;flex-direction:column}.ksee-chatbot-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:linear-gradient(135deg,#0d7892,#07586f);color:#fff}.ksee-chatbot-header-copy strong{display:block;font-size:17px;line-height:1.25}.ksee-chatbot-header-copy span{display:block;margin-top:3px;font-size:12px;color:#d6f2f7}.ksee-chatbot-reset{border:1px solid rgba(255,255,255,.45);border-radius:5px;background:transparent;color:#fff;padding:5px 8px;font-size:12px;cursor:pointer}.ksee-chatbot-messages{flex:1 1 auto;overflow-y:auto;padding:18px 15px;background:#f5f8f9}.ksee-chatbot-message{display:flex;margin-bottom:13px}.ksee-chatbot-message.is-user{justify-content:flex-end}.ksee-chatbot-bubble{max-width:83%;border-radius:13px;padding:10px 12px;font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.ksee-chatbot-message.is-assistant .ksee-chatbot-bubble{background:#fff;border:1px solid #dce7ea;color:#25383f;border-top-left-radius:4px}.ksee-chatbot-message.is-user .ksee-chatbot-bubble{background:#08768f;color:#fff;border-top-right-radius:4px}.ksee-chatbot-message.is-error .ksee-chatbot-bubble{background:#fff2f1;border-color:#efc4c0;color:#9a3029}.ksee-chatbot-typing{display:flex;gap:4px;padding:5px 1px}.ksee-chatbot-typing span{width:6px;height:6px;border-radius:50%;background:#75949e;animation:ksee-chatbot-dot 1.1s infinite ease-in-out}.ksee-chatbot-typing span:nth-child(2){animation-delay:.15s}.ksee-chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes ksee-chatbot-dot{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.ksee-chatbot-sources{max-width:83%;margin:-6px 0 14px;display:flex;gap:5px;flex-wrap:wrap}.ksee-chatbot-sources a{display:inline-block;border:1px solid #bedce4;border-radius:999px;background:#edf8fa;color:#08677e;padding:3px 8px;font-size:11px;line-height:1.4;text-decoration:none}.ksee-chatbot-sources a:hover{text-decoration:underline}.ksee-chatbot-form{flex:0 0 auto;border-top:1px solid #dce6e9;padding:11px;background:#fff}.ksee-chatbot-input-row{display:flex;align-items:flex-end;gap:8px}.ksee-chatbot-input{flex:1;min-height:42px;max-height:104px;resize:none;border:1px solid #c9d8dd;border-radius:9px;padding:9px 10px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.45;color:#25383f}.ksee-chatbot-input:focus{outline:0;border-color:#16849e;box-shadow:0 0 0 2px rgba(22,132,158,.13)}.ksee-chatbot-send{flex:0 0 44px;width:44px;height:42px;border:0;border-radius:9px;background:#0b7892;color:#fff;font-weight:700;cursor:pointer}.ksee-chatbot-send:disabled{background:#a7bac0;cursor:wait}.ksee-chatbot-note{margin:7px 2px 0;color:#71838a;font-size:11px;line-height:1.35}@media(max-width:520px){.ksee-chatbot-toggle{right:15px;bottom:15px;width:56px;height:56px}.ksee-chatbot-panel{right:10px;bottom:80px;width:calc(100vw - 20px);height:calc(100vh - 100px);border-radius:13px}}
