/* @license MIT https://raw.githubusercontent.com/necolas/normalize.css/8.0.1/LICENSE.md */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
:root{--chatbot-primary:#2563eb;--chatbot-primary-dark:#1d4ed8;--chatbot-bg:#ffffff;--chatbot-text:#1f2937;--chatbot-text-light:#6b7280;--chatbot-border:#e5e7eb;--chatbot-user-bg:#2563eb;--chatbot-user-text:#ffffff;--chatbot-bot-bg:#f3f4f6;--chatbot-bot-text:#1f2937;--chatbot-shadow:0 10px 40px rgba(0,0,0,0.15);--chatbot-radius:16px;--chatbot-z-index:9999;}.chatbot-widget{position:fixed;bottom:90px;right:20px;z-index:var(--chatbot-z-index);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5;}.chatbot-widget__toggle{width:60px;height:60px;border-radius:50%;background:var(--chatbot-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--chatbot-shadow);transition:transform 0.2s ease,background-color 0.2s ease;color:white;}.chatbot-widget__toggle:hover{transform:scale(1.05);background:var(--chatbot-primary-dark);}.chatbot-widget__toggle:focus{outline:2px solid var(--chatbot-primary);outline-offset:2px;}.chatbot-widget__icon{width:28px;height:28px;}.chatbot-widget__icon--close{display:none;}.chatbot-widget--open .chatbot-widget__icon--chat{display:none;}.chatbot-widget--open .chatbot-widget__icon--close{display:block;}.chatbot-widget__container{position:absolute;bottom:75px;right:0;width:380px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 120px);background:var(--chatbot-bg);border-radius:var(--chatbot-radius);box-shadow:var(--chatbot-shadow);display:none;flex-direction:column;overflow:hidden;}.chatbot-widget--open .chatbot-widget__container{display:flex;animation:chatbot-slide-in 0.2s ease;}@keyframes chatbot-slide-in{from{opacity:0;transform:translateY(20px) scale(0.95);}to{opacity:1;transform:translateY(0) scale(1);}}.chatbot-widget__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--chatbot-primary);color:white;flex-shrink:0;}.chatbot-widget__title{font-weight:600;font-size:16px;}.chatbot-widget__close{background:none;border:none;color:white;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color 0.2s ease;width:28px;height:28px;}.chatbot-widget__close svg{width:20px;height:20px;}.chatbot-widget__close:hover{background:rgba(255,255,255,0.2);}.chatbot-widget__body{flex:1;display:flex;flex-direction:column;overflow:hidden;}.chatbot-widget__messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;}.chatbot-widget__message{display:flex;flex-direction:column;max-width:85%;}.chatbot-widget__message--user{align-self:flex-end;}.chatbot-widget__message--bot{align-self:flex-start;}.chatbot-widget__message-content{padding:12px 16px;border-radius:16px;word-wrap:break-word;}.chatbot-widget__message--user .chatbot-widget__message-content{background:var(--chatbot-user-bg);color:var(--chatbot-user-text);border-bottom-right-radius:4px;}.chatbot-widget__message--bot .chatbot-widget__message-content{background:var(--chatbot-bot-bg);color:var(--chatbot-bot-text);border-bottom-left-radius:4px;}.chatbot-widget__typing{padding:0 20px 10px;display:flex;gap:4px;}.chatbot-widget__typing span{width:8px;height:8px;background:var(--chatbot-text-light);border-radius:50%;animation:chatbot-typing 1.4s infinite ease-in-out both;}.chatbot-widget__typing span:nth-child(1){animation-delay:-0.32s;}.chatbot-widget__typing span:nth-child(2){animation-delay:-0.16s;}@keyframes chatbot-typing{0%,80%,100%{transform:scale(0.6);opacity:0.5;}40%{transform:scale(1);opacity:1;}}.chatbot-widget__form{display:flex;gap:8px;align-items:center;padding:16px 20px;border-top:1px solid var(--chatbot-border);background:var(--chatbot-bg);flex-shrink:0;}.chatbot-widget__input{flex:1;padding:12px 16px;border:1px solid var(--chatbot-border);border-radius:24px;font-size:14px;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease;}.chatbot-widget__input:focus{border-color:var(--chatbot-primary);box-shadow:0 0 0 3px rgba(37,99,235,0.1);}.chatbot-widget__input::placeholder{color:var(--chatbot-text-light);}.chatbot-widget__send{width:44px;height:44px;border-radius:50%;background:var(--chatbot-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:white;transition:background-color 0.2s ease,transform 0.1s ease;flex-shrink:0;}.chatbot-widget__send svg{width:20px;height:20px;}.chatbot-widget__send:hover{background:var(--chatbot-primary-dark);}.chatbot-widget__send:active{transform:scale(0.95);}.chatbot-widget__send:disabled{background:var(--chatbot-border);cursor:not-allowed;}.chatbot-widget__error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:13px;align-self:center;max-width:90%;}.chatbot-widget__cached{font-size:11px;color:var(--chatbot-text-light);margin-top:4px;}@media (max-width:576px){.chatbot-widget{bottom:20px !important;right:auto !important;left:14px !important;}.chatbot-widget__container{width:calc(100vw - 20px);height:60vh;max-height:420px;bottom:64px;left:-4px;right:auto;border-radius:12px;}.chatbot-widget__toggle{width:50px;height:50px;}.chatbot-widget__icon{width:24px;height:24px;}.chatbot-widget__messages{padding:12px;gap:8px;}.chatbot-widget__form{padding:10px 12px;}.chatbot-widget__input{padding:10px 14px;font-size:16px;}.chatbot-widget__send{width:40px;height:40px;}.chatbot-widget__header{padding:12px 16px;}.chatbot-widget__title{font-size:14px;}}.chatbot-widget__messages::-webkit-scrollbar{width:6px;}.chatbot-widget__messages::-webkit-scrollbar-track{background:transparent;}.chatbot-widget__messages::-webkit-scrollbar-thumb{background:var(--chatbot-border);border-radius:3px;}.chatbot-widget__messages::-webkit-scrollbar-thumb:hover{background:var(--chatbot-text-light);}.chatbot-widget__message-content a{color:inherit;text-decoration:underline;}.chatbot-widget__message--user .chatbot-widget__message-content a{color:rgba(255,255,255,0.9);}.chatbot-widget__message-content code{background:rgba(0,0,0,0.1);padding:2px 6px;border-radius:4px;font-family:monospace;font-size:13px;}.chatbot-widget__message--user .chatbot-widget__message-content code{background:rgba(255,255,255,0.2);}
