.bugi-chat{position:fixed;right:24px;bottom:24px;z-index:10020;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:#17213c}.bugi-chat *{box-sizing:border-box}.bugi-chat__launcher{position:relative;display:flex;align-items:center;justify-content:center;height:54px;padding:0 20px;border:0;border-radius:28px;background:linear-gradient(135deg,#1264e8,#0752c7);color:#fff;box-shadow:0 12px 34px rgba(15,64,148,.3);font-size:15px;font-weight:700;cursor:pointer;transition:transform .25s,box-shadow .25s}.bugi-chat__launcher:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(15,64,148,.38)}.bugi-chat__launcher-label{position:relative;z-index:2}.bugi-chat__mascot{position:absolute;right:8px;bottom:39px;width:104px;height:142px;pointer-events:none;transform-origin:50% 100%;animation:bugi-alive 3.4s ease-in-out infinite}.bugi-chat__mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 8px rgba(25,53,96,.18))}.bugi-chat__sparkle{position:absolute;color:#1d73ef;font-style:normal;text-shadow:0 2px 8px rgba(29,115,239,.25);animation:bugi-sparkle 2.2s ease-in-out infinite}.bugi-chat__sparkle--one{top:26px;right:-5px;font-size:22px}.bugi-chat__sparkle--two{top:52px;left:-1px;font-size:12px;animation-delay:1.05s}.bugi-chat__nudge{position:absolute;right:74px;bottom:70px;width:max-content;padding:8px 11px;border:1px solid #d9e5f7;border-radius:13px 13px 3px 13px;background:#fff;color:#26517e;box-shadow:0 8px 24px rgba(31,59,105,.14);font-size:12px;font-weight:700;opacity:0;animation:bugi-nudge 9s ease-in-out infinite}.bugi-chat.is-open .bugi-chat__mascot,.bugi-chat.is-open .bugi-chat__nudge{opacity:0;visibility:hidden}.bugi-chat__panel{display:none;position:absolute;right:0;bottom:66px;width:380px;max-height:min(650px,calc(100vh - 110px));overflow:hidden;border:1px solid #dce5f3;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(24,43,77,.24)}.bugi-chat.is-open .bugi-chat__panel{display:flex;flex-direction:column;animation:bugi-panel-in .25s ease-out}.bugi-chat__header{display:flex;align-items:center;gap:11px;padding:14px 16px;background:linear-gradient(135deg,#0c59d8,#2681ff);color:#fff}.bugi-chat__header img{width:48px;height:48px;border-radius:15px;background:#fff;object-fit:cover;object-position:center top;animation:bugi-avatar 3.2s ease-in-out infinite}.bugi-chat__header div{display:flex;flex:1;flex-direction:column;gap:3px}.bugi-chat__header strong{font-size:16px}.bugi-chat__header span{font-size:12px;opacity:.9}.bugi-chat__header i{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:#65e29c;box-shadow:0 0 0 0 rgba(101,226,156,.65);animation:bugi-online 1.8s infinite}.bugi-chat__close{border:0;background:transparent;color:#fff;font-size:29px;line-height:1;cursor:pointer}.bugi-chat__messages{display:flex;flex:1;min-height:230px;overflow-y:auto;flex-direction:column;gap:10px;padding:18px;background:#f4f7fc}.bugi-chat__bubble{max-width:86%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.55;white-space:pre-wrap;word-break:keep-all}.bugi-chat__bubble--bot{align-self:flex-start;border-bottom-left-radius:4px;background:#fff;box-shadow:0 2px 9px rgba(31,59,105,.08)}.bugi-chat__bubble--user{align-self:flex-end;border-bottom-right-radius:4px;background:#1668e8;color:#fff}.bugi-chat__bubble--loading{color:#72809a}.bugi-chat__bubble small{display:block;margin-top:7px;color:#e24a55;font-size:11px}.bugi-chat__quick{display:flex;gap:6px;overflow-x:auto;padding:10px 12px 6px;background:#fff}.bugi-chat__quick button{flex:0 0 auto;padding:7px 10px;border:1px solid #cfdcf0;border-radius:16px;background:#fff;color:#315079;font-size:12px;cursor:pointer}.bugi-chat__links{display:flex;gap:7px;padding:6px 12px}.bugi-chat__links a{flex:1;padding:8px 4px;border-radius:9px;background:#edf4ff;color:#1459bd;text-align:center;text-decoration:none;font-size:12px;font-weight:700}.bugi-chat__form{display:flex;align-items:flex-end;gap:8px;padding:8px 12px}.bugi-chat__form textarea{flex:1;min-height:42px;max-height:88px;resize:none;padding:10px 12px;border:1px solid #d5ddeb;border-radius:13px;outline:none;font:14px/1.45 inherit}.bugi-chat__form textarea:focus{border-color:#367bea;box-shadow:0 0 0 3px rgba(54,123,234,.1)}.bugi-chat__form button{width:42px;height:42px;border:0;border-radius:13px;background:#1264e8;color:#fff;font-size:18px;cursor:pointer}.bugi-chat__form button:disabled{opacity:.5}.bugi-chat__notice{margin:0;padding:0 12px 11px;color:#8a95a8;font-size:10px;text-align:center}@keyframes bugi-alive{0%,100%{transform:translateY(0) rotate(-1deg)}45%{transform:translateY(-8px) rotate(2deg)}55%{transform:translateY(-8px) rotate(2deg)}75%{transform:translateY(-2px) rotate(-2deg)}}@keyframes bugi-sparkle{0%,100%{opacity:.18;transform:scale(.45) rotate(0)}50%{opacity:1;transform:scale(1.18) rotate(25deg)}}@keyframes bugi-nudge{0%,12%,52%,100%{opacity:0;transform:translateY(5px)}18%,42%{opacity:1;transform:translateY(0)}}@keyframes bugi-panel-in{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@keyframes bugi-avatar{0%,100%{transform:rotate(0)}50%{transform:rotate(3deg) scale(1.03)}}@keyframes bugi-online{70%{box-shadow:0 0 0 7px rgba(101,226,156,0)}}@media(max-width:600px){.bugi-chat{right:14px;bottom:16px}.bugi-chat__launcher{width:58px;height:58px;padding:0;border-radius:50%}.bugi-chat__launcher-label{display:none}.bugi-chat__mascot{right:-3px;bottom:35px;width:88px;height:120px}.bugi-chat__nudge{right:50px;bottom:68px}.bugi-chat__panel{position:fixed;right:10px;bottom:84px;left:10px;width:auto;max-height:calc(100vh - 100px);border-radius:20px}.bugi-chat__messages{min-height:210px}.bugi-chat__bubble{font-size:13px}}@media(prefers-reduced-motion:reduce){.bugi-chat__mascot,.bugi-chat__sparkle,.bugi-chat__nudge,.bugi-chat__header img,.bugi-chat__header i,.bugi-chat.is-open .bugi-chat__panel{animation:none}.bugi-chat__nudge{display:none}}
