.Chatbot_chatbot__Y7N5M{position:fixed;bottom:30px;right:30px;z-index:1000}.Chatbot_chatbotButton__Ka3hK{width:60px;height:60px;border-radius:50%;background:#8b4513;border:none;cursor:pointer;box-shadow:0 4px 15px rgba(139,69,19,.3);transition:all .3s cubic-bezier(0,.52,0,1);display:flex;align-items:center;justify-content:center;z-index:1001}.Chatbot_chatbotButton__Ka3hK:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(139,69,19,.4)}.Chatbot_chatbotButton__Ka3hK:disabled{cursor:not-allowed;opacity:.7}.Chatbot_buttonMoved__wpl1l{transform:translateX(calc(33.333vw - 90px))}.Chatbot_chatbotIcon__vx5qV{width:35px;height:35px;border-radius:50%}.Chatbot_chatbotWindow__FB9np{position:fixed;top:0;right:0;width:33.333vw;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.1);transition:transform .3s cubic-bezier(0,.52,0,1);display:flex;flex-direction:column;z-index:1000}.Chatbot_chatbotWindow__FB9np.Chatbot_hide__DdanS{transform:translateX(100%)}.Chatbot_chatbotWindow__FB9np.Chatbot_show__8R5tT{transform:translateX(0)}.Chatbot_chatbotHeader__Iufqj{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0}.Chatbot_headerContent__r4qWR{display:flex;flex-direction:column;gap:5px}.Chatbot_chatbotTitle__cXKsx{margin:0;font-size:18px;font-weight:600}.Chatbot_serverStatus__W8Paf{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.Chatbot_statusIndicator__xGyV0{width:8px;height:8px;border-radius:50%;display:inline-block}.Chatbot_statusText__be7N_{font-size:11px;font-weight:400}.Chatbot_closeButton__aY9Xd{background:none;border:none;color:#fff;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.Chatbot_closeButton__aY9Xd:hover{background:hsla(0,0%,100%,.2)}.Chatbot_chatbotContent__QoItJ{flex:1 1;display:flex;flex-direction:column;padding:20px;min-height:0}.Chatbot_messagesContainer__VbBW1{flex:1 1;overflow-y:auto;margin-bottom:20px;display:flex;flex-direction:column;gap:15px;min-height:0;max-height:calc(100vh - 200px)}.Chatbot_messagesContainer__VbBW1::-webkit-scrollbar{width:6px}.Chatbot_messagesContainer__VbBW1::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.Chatbot_messagesContainer__VbBW1::-webkit-scrollbar-thumb{background:#8b4513;border-radius:3px}.Chatbot_messagesContainer__VbBW1::-webkit-scrollbar-thumb:hover{background:sienna}.Chatbot_messageItem__ylXvW{display:flex;margin-bottom:10px}.Chatbot_userMessage__wfmUi{justify-content:flex-end}.Chatbot_botMessage__D3DXk{justify-content:flex-start}.Chatbot_messageBubble__S1fE3{max-width:80%;padding:15px;border-radius:15px;word-wrap:break-word;line-height:1.4;position:relative}.Chatbot_userMessage__wfmUi .Chatbot_messageBubble__S1fE3{background:#8b4513;color:#fff;border-bottom-right-radius:5px}.Chatbot_botMessage__D3DXk .Chatbot_messageBubble__S1fE3{background:#f0f2f5;color:#333;border-bottom-left-radius:5px}.Chatbot_messageImage__uUoDM{margin-bottom:10px;border-radius:8px;overflow:hidden;max-width:200px}.Chatbot_messageImage__uUoDM img{width:100%;height:auto;max-height:150px;object-fit:cover}.Chatbot_messageText__ehj4P{white-space:pre-wrap;margin-bottom:5px}.Chatbot_messageTime__J2NXD{font-size:11px;opacity:.7;text-align:right;margin-top:10px}.Chatbot_userMessage__wfmUi .Chatbot_messageTime__J2NXD{color:hsla(0,0%,100%,.8)}.Chatbot_botMessage__D3DXk .Chatbot_messageTime__J2NXD{color:#666}.Chatbot_similarImagesContainer__p26d7{margin-top:15px;margin-bottom:10px}.Chatbot_similarImagesTitle__2ig4X{font-size:12px;font-weight:600;color:#8b4513;margin-bottom:8px}.Chatbot_similarImagesScroll__msPqW{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:#8b4513 #f1f1f1}.Chatbot_similarImagesScroll__msPqW::-webkit-scrollbar{height:4px}.Chatbot_similarImagesScroll__msPqW::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.Chatbot_similarImagesScroll__msPqW::-webkit-scrollbar-thumb{background:#8b4513;border-radius:2px}.Chatbot_similarImagesScroll__msPqW::-webkit-scrollbar-thumb:hover{background:sienna}.Chatbot_similarImageItem__x3gHo{flex-shrink:0;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease}.Chatbot_similarImageItem__x3gHo:hover{transform:scale(1.05)}.Chatbot_similarImage__6bjJf{width:80px;height:80px;object-fit:cover;display:block}.Chatbot_similarityScore__jO7zC{position:absolute;bottom:0;left:0;right:0;background:rgba(139,69,19,.9);color:#fff;font-size:10px;padding:2px 4px;text-align:center;font-weight:500}.Chatbot_typingIndicator__dNEp3{display:flex;gap:4px;align-items:center;padding:5px 0}.Chatbot_typingIndicator__dNEp3 span{width:8px;height:8px;border-radius:50%;background:#8b4513;animation:Chatbot_typing__783YR 1.4s ease-in-out infinite}.Chatbot_typingIndicator__dNEp3 span:first-child{animation-delay:-.32s}.Chatbot_typingIndicator__dNEp3 span:nth-child(2){animation-delay:-.16s}@keyframes Chatbot_typing__783YR{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.Chatbot_chatbotInput__ZmFfw{display:flex;flex-direction:column;gap:10px;padding:15px;background:#f8f9fa;border-radius:10px;border:1px solid #e0e0e0;flex-shrink:0}.Chatbot_imagePreview__FxgSV{position:relative;display:inline-block;max-width:200px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.Chatbot_previewImage__baI6g{width:100%;height:auto;max-height:150px;object-fit:cover}.Chatbot_removeImageButton__ttTxH{position:absolute;top:5px;right:5px;background:rgba(0,0,0,.7);border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:10px;transition:background .2s ease}.Chatbot_removeImageButton__ttTxH:hover{background:rgba(0,0,0,.9)}.Chatbot_inputContainer___EXln{display:flex;gap:8px;align-items:center}.Chatbot_inputField___MJqm{flex:1 1;border:none;outline:none;background:transparent;font-size:14px;padding:8px}.Chatbot_inputField___MJqm::placeholder{color:#999}.Chatbot_inputField___MJqm:disabled{opacity:.6;cursor:not-allowed}.Chatbot_imageUploadButton__ehsDq{background:#8b4513;border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease}.Chatbot_imageUploadButton__ehsDq:hover{background:sienna}.Chatbot_imageUploadButton__ehsDq:disabled{opacity:.6;cursor:not-allowed}.Chatbot_sendButton__N2m4_{background:#8b4513;border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease}.Chatbot_sendButton__N2m4_:hover{background:sienna}.Chatbot_sendButton__N2m4_:disabled{opacity:.6;cursor:not-allowed;background:#ccc}@media (max-width:768px){.Chatbot_chatbotWindow__FB9np{width:100vw}.Chatbot_buttonMoved__wpl1l{transform:translateX(calc(100vw - 90px))}.Chatbot_chatbot__Y7N5M{bottom:20px;right:20px}.Chatbot_chatbotButton__Ka3hK{width:50px;height:50px}.Chatbot_chatbotIcon__vx5qV{width:30px;height:30px}.Chatbot_messageBubble__S1fE3{max-width:90%}.Chatbot_messagesContainer__VbBW1{max-height:calc(100vh - 180px)}}.Header_container__qRqis{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:var(--Light-Beige);box-shadow:0 2px 8px var(--Shadow-Brown)}.Header_header__xuTiO{max-width:1296px;margin:0 auto;justify-content:space-between;padding:10px 20px}.Header_header__xuTiO,.Header_logoSection__ae1Uo,.Header_logoWrap__Xa4V_{display:flex;align-items:center}.Header_logoWrap__Xa4V_{width:50px;height:50px;margin-right:15px;justify-content:center;border-radius:50%;overflow:hidden;background-color:var(--Light-Beige)}.Header_logoImage__Yeb3d{width:100%;height:100%;object-fit:contain}.Header_title__A5Fyp{text-decoration:none;color:var(--Primary-Wood)}.Header_title__A5Fyp h1{font-size:24px;font-weight:700;margin:0}.Header_userSection__lwuG2{display:flex;gap:10px}.Header_loginButton__TDsVi,.Header_mypageButton__0RQjY{padding:8px 16px;border:1px solid var(--Primary-Wood);border-radius:8px;background-color:var(--Light-Beige);color:var(--Primary-Wood);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.Header_loginButton__TDsVi:hover,.Header_mypageButton__0RQjY:hover{background-color:var(--Primary-Wood);color:var(--Light-Beige)}.Header_navigation__Bq_LD{background-color:var(--Primary-Wood);width:100%;box-shadow:0 2px 8px var(--Shadow-Brown)}.Header_navContent__8YMUa{max-width:1296px;margin:0 auto;display:flex;justify-content:space-around;padding:12px 20px}.Header_navItem__8jeVH{color:var(--Light-Beige);text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;transition:all .3s ease;border-radius:6px}.Header_navItem__8jeVH:hover{background-color:var(--Secondary-Wood)}