#yab_chatbot{position:fixed;right:16px;bottom:24px;z-index:90;pointer-events:none}#yab_chatbot .panel{position:relative;width:min(400px, calc(100vw - 40px));height:min(640px, calc(100vh - 140px));background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.22);opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translate3d(0,12px,0);transform:translate3d(0,12px,0);-webkit-transition:opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,visibility .25s ease,transform .25s ease}#yab_chatbot.is_open .panel{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:none;transform:none}#yab_chatbot .panel iframe{display:block;width:100%;height:100%;border:0;background:#fff}#yab_chatbot.is_loading .panel:after{content:"";position:absolute;top:50%;left:50%;width:28px;height:28px;margin:-14px 0 0 -14px;border:3px solid #e2e8f0;border-top-color:#6ead1a;border-top-color:var(--theme-color,#6ead1a);border-radius:50%;-webkit-animation:yab_chatbot_spin .8s linear infinite;animation:yab_chatbot_spin .8s linear infinite}@-webkit-keyframes yab_chatbot_spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes yab_chatbot_spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#yab_recruit_float .chatbot_btn{position:relative;z-index:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;gap:8px;width:100%;margin:0;padding:0;border:0;overflow:hidden;-webkit-border-radius:999px 0 0 999px;border-radius:999px 0 0 999px;aspect-ratio:200/50;background:#6ead1a;background:var(--theme-color,#6ead1a);color:#fff;cursor:pointer}#yab_recruit_float .chatbot_btn:hover,#yab_recruit_float .chatbot_btn.is_open{background:#4d7a0f;background:var(--theme-color-deep,#4d7a0f)}#yab_recruit_float .chatbot_btn .icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:22px;height:22px}#yab_recruit_float .chatbot_btn .icon svg{display:block;width:22px;height:22px}#yab_recruit_float .chatbot_btn .label{font-family:var(--font-body);font-size:14px;font-weight:700;line-height:1;white-space:nowrap}@media screen and (max-width:768px){#yab_chatbot{right:12px;bottom:16px}#yab_chatbot.is_open .panel{position:fixed;top:12px;right:12px;bottom:12px;left:12px;width:auto;height:auto}#yab_recruit_float .chatbot_btn .label{font-size:12px}}