/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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;}}
.rx-chatbot{--rx-chatbot-color:#0d6efd;--rx-primary-dark:color-mix(in srgb,var(--rx-chatbot-color) 100%,black 22%);--rx-glow:color-mix(in srgb,var(--rx-chatbot-color) 35%,transparent);--rx-ink:#171a21;--rx-ink-soft:#5b6270;--rx-surface:#ffffff;--rx-surface-soft:#f4f6fa;--rx-border:rgba(23,26,33,0.08);--rx-online:#22c55e;position:fixed;bottom:22px;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;}.rx-chatbot--bottom-right{right:22px;}.rx-chatbot--bottom-left{left:22px;}.rx-chatbot *,.rx-chatbot *::before,.rx-chatbot *::after{box-sizing:border-box;}.rx-chatbot__bubble{position:relative;width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--rx-chatbot-color),var(--rx-primary-dark));color:#fff;cursor:pointer;box-shadow:0 10px 24px -6px var(--rx-glow),0 2px 8px rgba(23,26,33,0.18);display:flex;align-items:center;justify-content:center;transition:transform 0.18s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.2s ease;}.rx-chatbot__bubble:hover{transform:translateY(-2px) scale(1.04);}.rx-chatbot__bubble:active{transform:translateY(0) scale(0.97);}.rx-chatbot__bubble:focus-visible{outline:2px solid var(--rx-chatbot-color);outline-offset:3px;}.rx-chatbot__bubble-ring{position:absolute;inset:0;border-radius:50%;border:2px solid var(--rx-chatbot-color);opacity:0;animation:rx-ping 1.9s cubic-bezier(0,0,0.2,1) 1;animation-delay:0.6s;pointer-events:none;}@keyframes rx-ping{0%{transform:scale(1);opacity:0.55;}100%{transform:scale(1.55);opacity:0;}}.rx-chatbot__bubble-icon{position:absolute;width:26px;height:26px;display:flex;transition:opacity 0.16s ease,transform 0.22s cubic-bezier(0.34,1.56,0.64,1);}.rx-chatbot__bubble-icon svg{width:100%;height:100%;}.rx-chatbot__bubble-icon--close{opacity:0;transform:rotate(-45deg) scale(0.6);}.rx-chatbot__bubble.is-open .rx-chatbot__bubble-icon--chat{opacity:0;transform:rotate(45deg) scale(0.6);}.rx-chatbot__bubble.is-open .rx-chatbot__bubble-icon--close{opacity:1;transform:rotate(0) scale(1);}.rx-chatbot__teaser{position:absolute;bottom:74px;width:248px;max-width:calc(100vw - 60px);background:var(--rx-surface);color:var(--rx-ink);padding:14px 30px 14px 16px;border-radius:14px;box-shadow:0 10px 28px rgba(23,26,33,0.16);font-size:13.5px;line-height:1.45;cursor:pointer;animation:rx-teaser-in 0.28s cubic-bezier(0.2,0.8,0.2,1);}.rx-chatbot--bottom-right .rx-chatbot__teaser{right:0;}.rx-chatbot--bottom-left .rx-chatbot__teaser{left:0;}.rx-chatbot__teaser[hidden]{display:none;}.rx-chatbot__teaser p{margin:0;}@keyframes rx-teaser-in{from{opacity:0;transform:translateY(6px) scale(0.97);}to{opacity:1;transform:translateY(0) scale(1);}}.rx-chatbot__teaser-dismiss{position:absolute;top:8px;right:8px;width:20px;height:20px;padding:4px;border:none;background:none;color:var(--rx-ink-soft);cursor:pointer;border-radius:50%;}.rx-chatbot__teaser-dismiss:hover{background:var(--rx-surface-soft);}.rx-chatbot__teaser-dismiss:focus-visible{outline:2px solid var(--rx-chatbot-color);outline-offset:1px;}.rx-chatbot__teaser-dismiss svg{width:100%;height:100%;}.rx-chatbot__panel{position:absolute;bottom:76px;width:356px;max-width:calc(100vw - 24px);height:500px;max-height:calc(100vh - 130px);background:var(--rx-surface);border-radius:20px;box-shadow:0 20px 60px -12px rgba(23,26,33,0.32),0 4px 16px rgba(23,26,33,0.12);display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:rx-panel-in 0.22s cubic-bezier(0.2,0.9,0.25,1);}.rx-chatbot--bottom-left .rx-chatbot__panel{transform-origin:bottom left;}.rx-chatbot--bottom-right .rx-chatbot__panel{right:0;}.rx-chatbot--bottom-left .rx-chatbot__panel{left:0;}.rx-chatbot__panel[hidden]{display:none;}@keyframes rx-panel-in{from{opacity:0;transform:scale(0.92) translateY(10px);}to{opacity:1;transform:scale(1) translateY(0);}}.rx-chatbot__header{background:linear-gradient(135deg,var(--rx-chatbot-color),var(--rx-primary-dark));color:#fff;padding:16px;display:flex;align-items:center;gap:11px;flex-shrink:0;}.rx-chatbot__avatar{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.rx-chatbot__avatar svg{width:19px;height:19px;}.rx-chatbot__header-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;}.rx-chatbot__title{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.rx-chatbot__status{display:flex;align-items:center;gap:5px;font-size:12px;color:rgba(255,255,255,0.85);}.rx-chatbot__status i{width:6px;height:6px;border-radius:50%;background:var(--rx-online);box-shadow:0 0 0 2px rgba(255,255,255,0.25);}.rx-chatbot__close{background:none;border:none;color:#fff;width:28px;height:28px;padding:6px;cursor:pointer;border-radius:8px;flex-shrink:0;opacity:0.85;transition:background 0.15s ease,opacity 0.15s ease;}.rx-chatbot__close svg{width:100%;height:100%;}.rx-chatbot__close:hover{background:rgba(255,255,255,0.16);opacity:1;}.rx-chatbot__close:focus-visible{outline:2px solid #fff;outline-offset:1px;}.rx-chatbot__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--rx-surface-soft);}.rx-chatbot__msg{max-width:82%;padding:9px 13px;border-radius:16px;font-size:14px;line-height:1.48;word-wrap:break-word;white-space:pre-wrap;color:var(--rx-ink);}.rx-chatbot__msg--model{background:var(--rx-surface);align-self:flex-start;border:1px solid var(--rx-border);border-top-left-radius:4px;}.rx-chatbot__msg--user{background:linear-gradient(135deg,var(--rx-chatbot-color),var(--rx-primary-dark));color:#fff;align-self:flex-end;border-top-right-radius:4px;}.rx-chatbot__msg--enter{animation:rx-msg-in 0.2s ease-out;}@keyframes rx-msg-in{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}.rx-chatbot__msg--typing{display:flex;align-items:center;gap:4px;padding:12px 14px;}.rx-chatbot__msg--typing span{width:6px;height:6px;border-radius:50%;background:var(--rx-ink-soft);opacity:0.5;animation:rx-typing-bounce 1.1s ease-in-out infinite;}.rx-chatbot__msg--typing span:nth-child(2){animation-delay:0.15s;}.rx-chatbot__msg--typing span:nth-child(3){animation-delay:0.3s;}@keyframes rx-typing-bounce{0%,60%,100%{transform:translateY(0);opacity:0.5;}30%{transform:translateY(-4px);opacity:1;}}.rx-chatbot__signin-card{background:var(--rx-surface);border:1px solid var(--rx-border);border-radius:14px;border-top-left-radius:4px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;}.rx-chatbot__signin-icon{width:30px;height:30px;border-radius:50%;background:color-mix(in srgb,var(--rx-chatbot-color) 12%,transparent);color:var(--rx-chatbot-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.rx-chatbot__signin-icon svg{width:16px;height:16px;}.rx-chatbot__signin-card p{margin:0;font-size:13.5px;line-height:1.45;color:var(--rx-ink);}.rx-chatbot__signin-btn{display:inline-flex;align-items:center;padding:8px 16px;background:linear-gradient(135deg,var(--rx-chatbot-color),var(--rx-primary-dark));color:#fff !important;text-decoration:none;border-radius:20px;font-size:13px;font-weight:600;transition:transform 0.15s ease,box-shadow 0.15s ease;box-shadow:0 4px 12px -2px var(--rx-glow);}.rx-chatbot__signin-btn:hover{transform:translateY(-1px);}.rx-chatbot__signin-btn:focus-visible{outline:2px solid var(--rx-chatbot-color);outline-offset:2px;}.rx-chatbot__form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--rx-border);background:var(--rx-surface);flex-shrink:0;}.rx-chatbot__input{flex:1;min-width:0;border:1px solid var(--rx-border);background:var(--rx-surface-soft);border-radius:20px;padding:10px 16px;font-size:14px;color:var(--rx-ink);outline:none;transition:border-color 0.15s ease,background 0.15s ease;}.rx-chatbot__input::placeholder{color:var(--rx-ink-soft);}.rx-chatbot__input:focus{border-color:var(--rx-chatbot-color);background:var(--rx-surface);}.rx-chatbot__send{flex-shrink:0;width:40px;height:40px;border:none;background:linear-gradient(135deg,var(--rx-chatbot-color),var(--rx-primary-dark));color:#fff;border-radius:50%;padding:10px;cursor:pointer;transition:transform 0.15s cubic-bezier(0.34,1.56,0.64,1),opacity 0.15s ease;}.rx-chatbot__send svg{width:100%;height:100%;}.rx-chatbot__send:hover:not(:disabled){transform:scale(1.06);}.rx-chatbot__send:active:not(:disabled){transform:scale(0.94);}.rx-chatbot__send:disabled{opacity:0.35;cursor:default;}.rx-chatbot__send:focus-visible{outline:2px solid var(--rx-chatbot-color);outline-offset:2px;}@media (max-width:420px){.rx-chatbot__panel{width:calc(100vw - 20px);height:calc(100vh - 108px);bottom:76px;}.rx-chatbot__teaser{max-width:calc(100vw - 90px);}}@media (prefers-reduced-motion:reduce){.rx-chatbot__bubble-ring{display:none;}.rx-chatbot__panel,.rx-chatbot__teaser,.rx-chatbot__msg--enter{animation:none;}.rx-chatbot__bubble,.rx-chatbot__bubble-icon,.rx-chatbot__send,.rx-chatbot__signin-btn{transition:none;}.rx-chatbot__msg--typing span{animation-duration:1.6s;}}
