.Chatbot_chatIcon__mguLj{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background:var(--surface-light);border:2px solid var(--accent);border-radius:50%;color:var(--accent);font-size:1.5rem;cursor:pointer;z-index:1000;transition:all var(--transition);box-shadow:0 0 6px currentColor,0 0 12px currentColor;display:flex;align-items:center;justify-content:center}.Chatbot_chatIcon__mguLj:hover{background:var(--accent);color:var(--bg);transform:scale(1.1);box-shadow:0 0 8px currentColor,0 0 20px currentColor}.Chatbot_backdrop__HXCdw{position:fixed;inset:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1199;animation:Chatbot_fadeIn__WLzSI .25s ease}@keyframes Chatbot_fadeIn__WLzSI{0%{opacity:0}to{opacity:1}}.Chatbot_chatWrapper__52_wN{position:fixed;bottom:6rem;right:1.5rem;width:420px;max-height:640px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;z-index:1200;font-family:var(--font)}.Chatbot_chatHeader__8WGIm{background:var(--surface-light);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem;color:var(--text);border-bottom:1px solid var(--border)}.Chatbot_chatBody__KGZdW{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem;background:var(--bg);display:flex;flex-direction:column;gap:var(--gap);scroll-behavior:smooth;overscroll-behavior:contain}.Chatbot_message__uYynS{display:flex;align-items:flex-end;gap:.5rem;animation:Chatbot_fadeInUp__Bfcu8 .3s ease both}@keyframes Chatbot_fadeInUp__Bfcu8{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Chatbot_bot__PrS_b{align-self:flex-start;flex-direction:row}.Chatbot_user__yNKri{align-self:flex-end;flex-direction:row-reverse}.Chatbot_avatar__Jq_Yv{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.Chatbot_user__yNKri .Chatbot_text__kDcgB{background:linear-gradient(135deg,var(--accent-dark),var(--accent))}.Chatbot_bot__PrS_b .Chatbot_text__kDcgB{background:#fff;border:1px solid #e3e6ed}.Chatbot_bot__PrS_b .Chatbot_avatar__Jq_Yv{background:var(--accent)}.Chatbot_user__yNKri .Chatbot_avatar__Jq_Yv{background:var(--accent-dark)}.Chatbot_text__kDcgB{max-width:80%;padding:1rem 1.25rem;font-size:1rem;line-height:1.6;border-radius:var(--inner-radius);box-shadow:0 4px 10px rgba(0,0,0,.06);position:relative;transition:background .3s ease,transform .3s ease}.Chatbot_bot__PrS_b .Chatbot_text__kDcgB{background:var(--surface);color:var(--text);border:1px solid var(--border)}.Chatbot_user__yNKri .Chatbot_text__kDcgB{background:var(--accent);color:#fff;font-weight:500}.Chatbot_options__DWl9r{flex-wrap:wrap;gap:.4rem}.Chatbot_options__DWl9r button{background:#f8f9fc;border:1px solid var(--accent);color:var(--accent);border-radius:12px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s ease}.Chatbot_options__DWl9r button:hover{background:var(--accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,82,217,.2)}.Chatbot_link__Kohz2{color:var(--accent);text-decoration:none;border-bottom:1px solid;transition:color var(--transition)}.Chatbot_link__Kohz2:hover{color:var(--accent-dark)}@media (max-width:768px){.Chatbot_chatWrapper__52_wN{width:90%;right:.75rem;left:.75rem;bottom:1rem;height:75vh}}.Chatbot_bot__PrS_b .Chatbot_text__kDcgB{max-width:none;width:100%}.Chatbot_options__DWl9r{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.Chatbot_options__DWl9r button{width:100%;text-align:left}.Chatbot_options__DWl9r::-webkit-scrollbar{height:6px}.Chatbot_options__DWl9r::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.Chatbot_customInput__GjJ4h input{flex:1 1;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border);font-size:1rem;font-family:var(--font);outline:none;background:var(--surface-light);transition:border .2s ease}.Chatbot_customInput__GjJ4h input:focus{border-color:var(--accent)}.Chatbot_customInput__GjJ4h button{margin-left:.5rem;padding:.75rem 1.2rem;border:none;background:var(--accent);color:#fff;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease}.Chatbot_customInput__GjJ4h button:hover{background:var(--accent-dark)}.Chatbot_typing__yjvqn{font-style:italic;color:var(--text-muted);padding:.25rem 1.5rem;font-size:.9rem}.Chatbot_typing__yjvqn:after{content:"...";animation:Chatbot_dots__2vK9X 1s steps(3) infinite}@keyframes Chatbot_dots__2vK9X{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}:root{--white:#ffffff;--black:#000;--ice:#f8fcff;--blue-50:#e6f4ff;--blue-200:#b3dfff;--blue-400:#66c2ff;--blue-600:#0077e6;--blue-700:#005bb5;--dark-glass:rgba(10,25,40,0.15);--dark-border:rgba(255,255,255,0.08);--dark-input:rgba(255,255,255,0.07);--dark-input-focus:rgba(255,255,255,0.15);--radius:24px;--transition:0.6s cubic-bezier(0.23,1,0.32,1);--bg:#f7f8fa;--surface:#ffffff;--surface-light:#f2f4f7;--border:#e6e9ef;--accent:#0e82ac;--accent-dark:#0a6a8e;--text:#1a1d29;--text-muted:#6b7280;--radius:16px;--inner-radius:12px;--gap:0.75rem;--transition:0.25s cubic-bezier(.4,0,.2,1);--shadow-sm:0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 24px rgba(0,0,0,.12);--font:"Inter",system-ui,sans-serif}*,html{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;color:#111}body.no-scroll{overflow:hidden!important}