.chatbot{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:9998;font-family:var(--font-sans)}.chatbot-trigger{display:flex;align-items:center;gap:9px;min-height:48px;padding:11px 17px;border:1px solid #fff;border-radius:999px;background:#fff;color:#0a0a0a;box-shadow:0 12px 35px rgba(0,0,0,.4);font-weight:750}.chatbot-trigger:focus-visible,.chatbot-trigger:hover{background:#0a0a0a;color:#fff}.chatbot-trigger svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chatbot-panel{position:absolute;right:0;bottom:62px;display:grid;grid-template-rows:auto minmax(180px,1fr) auto auto;width:min(390px,calc(100vw - 28px));height:min(570px,calc(100dvh - 110px));overflow:hidden;border:1px solid #363636;border-radius:14px;background:#101010;color:#ededed;box-shadow:0 24px 70px rgba(0,0,0,.58)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 17px;border-bottom:1px solid #2b2b2b;background:#171717}.chatbot-header span,.chatbot-header strong{display:block}.chatbot-header strong{font-size:16px}.chatbot-header span{margin-top:2px;color:#a3a3a3;font-size:11px}.chatbot-close{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#ededed;font-size:26px;line-height:1}.chatbot-close:focus-visible,.chatbot-close:hover{background:#292929}.chatbot-messages{display:flex;flex-direction:column;gap:11px;overflow-y:auto;padding:17px}.chatbot-message{max-width:88%;padding:10px 12px;border-radius:10px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:system-ui,sans-serif;font-size:13px;line-height:1.5}.chatbot-message-assistant{align-self:flex-start;background:#242424;color:#ededed}.chatbot-message-user{align-self:flex-end;background:#fff;color:#101010}.chatbot-typing{color:#bdbdbd}.chatbot-resource{margin-top:10px;overflow:hidden;border:1px solid #404040;border-radius:9px;background:#191919}.chatbot-resource img{display:block;width:100%;height:118px;object-fit:cover}.chatbot-resource-content{padding:9px 10px 10px}.chatbot-resource-content>strong{display:block;font-size:12px}.chatbot-resource-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.chatbot-resource-links a{padding:5px 8px;border:1px solid #555;border-radius:6px;color:#fff;font-size:11px;font-weight:700;line-height:1.2;text-decoration:none}.chatbot-resource-links a:focus-visible,.chatbot-resource-links a:hover{border-color:#fff;background:#2b2b2b}.chatbot-quick-prompts{display:flex;flex-wrap:wrap;gap:7px;align-self:flex-start}.chatbot-handoff a,.chatbot-handoff button,.chatbot-quick-prompts button{padding:7px 9px;border:1px solid #555;border-radius:7px;background:#191919;color:#fff;font:700 11px/1.2 system-ui,sans-serif;text-decoration:none}.chatbot-handoff a:focus-visible,.chatbot-handoff a:hover,.chatbot-handoff button:focus-visible,.chatbot-handoff button:hover,.chatbot-quick-prompts button:focus-visible,.chatbot-quick-prompts button:hover{border-color:#fff;background:#2b2b2b}.chatbot-checklist{margin-top:10px;padding-top:9px;border-top:1px solid #424242;font-size:11px}.chatbot-checklist>strong{display:block;margin-bottom:5px}.chatbot-checklist ul{display:grid;grid-gap:3px;gap:3px;margin:0;padding:0;list-style:none}.chatbot-checklist li{display:flex;gap:5px}.chatbot-checklist .is-complete{color:#c8f7d0}.chatbot-checklist .is-missing{color:#bdbdbd}.chatbot-handoff{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chatbot-feedback{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px;padding-top:7px;border-top:1px solid #383838;color:#a9a9a9;font-size:10px}.chatbot-feedback>button{padding:2px 5px;border:0;border-radius:5px;background:transparent;font-size:14px}.chatbot-feedback>button:focus-visible,.chatbot-feedback>button:hover{background:#3a3a3a}.chatbot-feedback-reasons{display:flex;flex-basis:100%;flex-wrap:wrap;gap:5px;margin-top:3px}.chatbot-feedback-reasons button{padding:4px 6px;border:1px solid #4d4d4d;border-radius:5px;background:#181818;color:#ddd;font-size:9px}.chatbot-typing-dots{display:inline-flex;width:16px;margin-left:2px}.chatbot-typing-dots span{animation:chatbot-typing-dot 1.2s ease-in-out infinite;opacity:.25}.chatbot-typing-dots span:nth-child(2){animation-delay:.16s}.chatbot-typing-dots span:nth-child(3){animation-delay:.32s}@keyframes chatbot-typing-dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.chatbot-typing-dots span{animation:none;opacity:1}}.chatbot-form{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;padding:12px 13px;border-top:1px solid #2b2b2b}.chatbot-form input{min-width:0;height:42px;padding:0 12px;border:1px solid #404040;border-radius:7px;outline:none;background:#191919;color:#fff;font:13px system-ui,sans-serif}.chatbot-form input:focus{border-color:#fff}.chatbot-form button{min-width:68px;border:1px solid #fff;border-radius:7px;background:#fff;color:#0a0a0a;font-weight:700}.chatbot-form button:disabled{cursor:default;opacity:.45}.chatbot-privacy{margin:0;padding:0 14px 12px;color:#8e8e8e;font:10px/1.4 system-ui,sans-serif}.chatbot-privacy button{padding:0;border:0;background:transparent;color:#cfcfcf;font:inherit;text-decoration:underline}@media (max-width:520px){.chatbot{right:14px;bottom:14px}.chatbot-panel{bottom:58px;height:min(620px,calc(100dvh - 88px))}.chatbot-trigger span{display:none}.chatbot-trigger{width:50px;justify-content:center;padding:0}}@media print{.chatbot{display:none!important}}