@keyframes pulse-ring{0%{opacity:.8;transform:translate(-50%,-50%)scale(.95)}to{opacity:0;transform:translate(-50%,-50%)scale(1.05)}}.chatbot-modal-container{z-index:1000;box-sizing:border-box;background:#000;justify-content:center;align-items:center;width:100%;height:100vh;padding:clamp(1.5rem,4vw,3rem);display:flex;position:fixed;inset:0;overflow:hidden}.chatbot-close-btn{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1a;border:none;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:grid;position:absolute;top:clamp(1.5rem,4vw,2rem);right:clamp(1.5rem,4vw,2rem)}.chatbot-close-btn:hover{background:#fff3;transform:scale(1.05)}.chatbot-menu-btn{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1a;border:none;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:grid;position:absolute;bottom:clamp(1.5rem,4vw,2rem);right:clamp(1.5rem,4vw,2rem)}.chatbot-menu-btn:hover{background:#fff3;transform:scale(1.05)}.chatbot-modal-wrapper{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:1100px;height:100%;display:flex}@media (max-width:640px){.chatbot-modal-container{padding:1rem}}.chatbot-shell{color:#f4f6ff;z-index:1;box-sizing:border-box;background:linear-gradient(145deg,#1a1a1a 0%,#0f0f0f 60%,#0a0a0a 100%);border:1px solid #ffffff14;border-radius:30px;flex-direction:column;gap:clamp(.75rem,2vw,1.25rem);width:min(920px,100%);height:100%;padding:clamp(1.5rem,4vw,2.4rem);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 120px #000c}.chatbot-shell:after{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:30px;position:absolute;inset:0}.chatbot-hero{text-align:center;flex-direction:column;flex-shrink:0;gap:.4rem;min-height:fit-content;margin-bottom:.25rem;display:flex}.chatbot-hero-label{text-transform:uppercase;letter-spacing:.2em;color:#fff9;font-size:.85rem}.chatbot-hero-title{color:#3b82f6;margin:0;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;line-height:1.2}.chatbot-hero-subtitle{color:#ffffffa6;max-width:500px;margin:0 auto;font-size:.9rem;line-height:1.4}.chatbot-input-wrapper{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:99px;flex-shrink:0;align-items:center;gap:.75rem;min-height:fit-content;padding:.4rem .7rem;display:flex;position:relative}.chatbot-icon-btn,.chatbot-voice-btn,.chatbot-send-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.2rem;font-weight:300;transition:transform .2s,background .2s;display:grid}.chatbot-icon-btn:hover,.chatbot-voice-btn:hover{background:#ffffff26;transform:translateY(-2px)}.chatbot-send-btn{background:linear-gradient(135deg,#3b82f6,#2563eb)}.chatbot-send-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px)}.chatbot-send-btn svg{transform:translate(1px)}.chatbot-input-field{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-family:inherit;font-size:.95rem}.chatbot-input-field::placeholder{color:#ffffff80}.chatbot-messages-shell{box-sizing:border-box;background:#141414cc;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;flex:1 1 0;gap:1rem;min-height:0;max-height:none;padding:1.2rem;display:flex;overflow:hidden}.chatbot-messages{scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex-direction:column;flex:1 1 0;gap:1.25rem;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:999px}.chatbot-message{word-wrap:break-word;overflow-wrap:break-word;border-radius:22px;max-width:65%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6;box-shadow:0 20px 40px #00000059}.chatbot-message.user{color:#f5f6ff;background:linear-gradient(135deg,#3f68ffe6,#778cffe6);align-self:flex-end}.chatbot-message.bot{color:#ffffffe6;background:#ffffff14;align-self:flex-start}.chatbot-message.bot p{margin:.75rem 0;line-height:1.7}.chatbot-message.bot p:first-child{margin-top:0}.chatbot-message.bot p:last-child{margin-bottom:0}.chatbot-message.bot h1,.chatbot-message.bot h2,.chatbot-message.bot h3,.chatbot-message.bot h4,.chatbot-message.bot h5,.chatbot-message.bot h6{color:#fffffff2;margin:1.25rem 0 .75rem;font-weight:600;line-height:1.4}.chatbot-message.bot h1{border-bottom:1px solid #ffffff26;padding-bottom:.5rem;font-size:1.5rem}.chatbot-message.bot h2{color:#8ba4ff;font-size:1.3rem}.chatbot-message.bot h3{font-size:1.15rem}.chatbot-message.bot h4,.chatbot-message.bot h5,.chatbot-message.bot h6{font-size:1.05rem}.chatbot-message.bot ul,.chatbot-message.bot ol{margin:.75rem 0;padding-left:1.5rem;line-height:1.7}.chatbot-message.bot ul{list-style-type:disc}.chatbot-message.bot ol{list-style-type:decimal}.chatbot-message.bot li{margin:.5rem 0;padding-left:.5rem}.chatbot-message.bot li::marker{color:#8ba4ff}.chatbot-message.bot ul ul,.chatbot-message.bot ol ol,.chatbot-message.bot ul ol,.chatbot-message.bot ol ul{margin:.5rem 0}.chatbot-message.bot strong{color:#fffffff2;font-weight:600}.chatbot-message.bot em{color:#ffffffd9;font-style:italic}.chatbot-message.bot a{color:#8ba4ff;-webkit-text-decoration:underline #8ba4ff66;text-decoration:underline #8ba4ff66;transition:color .2s,text-decoration-color .2s}.chatbot-message.bot a:hover{color:#a8baff;text-decoration-color:#a8baff99}.chatbot-message.bot code{color:#ffd89b;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.9em}.chatbot-message.bot pre{background:#0006;border:1px solid #ffffff1a;border-radius:8px;margin:.75rem 0;padding:1rem;overflow-x:auto}.chatbot-message.bot pre code{color:#ffffffe6;background:0 0;border:none;padding:0}.chatbot-message.bot blockquote{color:#fffc;background:#8ba4ff14;border-left:3px solid #8ba4ff;border-radius:0 6px 6px 0;margin:.75rem 0;padding:.75rem 1rem;font-style:italic}.chatbot-message.bot hr{border:none;border-top:1px solid #ffffff26;margin:1rem 0}.chatbot-message.bot table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.9em}.chatbot-message.bot th,.chatbot-message.bot td{text-align:left;border:1px solid #ffffff26;padding:.5rem}.chatbot-message.bot th{background:#8ba4ff26;font-weight:600}.chatbot-empty-state{text-align:center;color:#fff9;padding:2rem 1rem;font-size:.95rem}.chatbot-loading{color:#fff9;font-size:.85rem}.chatbot-chip-row{flex-wrap:wrap;gap:.75rem;display:flex}.chatbot-chip{color:#ffffffbf;cursor:pointer;border:1px solid #ffffff1f;border-radius:999px;padding:.35rem .8rem;font-size:.8rem;transition:border .2s,color .2s,transform .2s}.chatbot-chip:hover{color:#cfd8ff;border-color:#5c86ff99;transform:translateY(-2px)}@media (max-width:640px){.chatbot-shell{border-radius:28px;padding:1.5rem}.chatbot-hero-title{font-size:1.4rem}.chatbot-hero-subtitle{font-size:.8rem}.chatbot-hero{gap:.3rem;margin-bottom:.2rem}.chatbot-input-wrapper{border-radius:24px;flex-direction:row;padding:.3rem .5rem}.chatbot-icon-btn,.chatbot-voice-btn,.chatbot-send-btn{width:40px;height:40px}.chatbot-messages-shell{padding:1rem}.chatbot-message{max-width:85%;padding:.85rem 1rem;font-size:.9rem}}
