.floating-actions,.floating-actions *,.help-bot-panel,.help-bot-panel *{box-sizing:border-box}.floating-actions{position:fixed;right:0;bottom:92px;z-index:1004;width:230px;height:54px;pointer-events:none}.floating-actions__toggle{position:absolute;right:0;bottom:0;z-index:2;pointer-events:auto;width:44px;height:54px;border:0;border-radius:18px 0 0 18px;background:#0067ff;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;font-family:inherit;cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.floating-actions__toggle:hover{background:#005ce5;box-shadow:0 12px 28px rgba(0,0,0,.28)}.floating-actions__toggle:focus-visible,.floating-actions__item:focus-visible,.help-bot-panel__close:focus-visible,.help-bot-panel__form button:focus-visible,.help-bot-panel__form input:focus-visible,.help-bot-panel__quick button:focus-visible{outline:3px solid #1e88e5;outline-offset:3px}.floating-actions__chevron{font-size:32px;font-weight:900;line-height:1;transform:translateY(-1px);transition:transform .18s ease}.floating-actions.is-open .floating-actions__chevron{transform:translateY(-1px) rotate(180deg)}.floating-actions__menu{position:absolute;right:52px;bottom:0;z-index:1;pointer-events:auto;width:auto;padding:7px;border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.2);border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;align-items:flex-end;gap:7px;transform-origin:right center;transform:translateX(10px) scaleX(.96);opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.floating-actions.is-open .floating-actions__menu{opacity:1;visibility:visible;transform:translateX(0) scaleX(1)}.floating-actions__menu[hidden]{display:flex!important}.floating-actions__item{width:108px;margin-left:auto;margin-right:0;min-height:42px;border:0;border-radius:13px;background:#f6f8fc;color:#0f172a;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:8px;padding:9px 10px;font-family:inherit;font-size:15px;font-weight:800;line-height:1;text-align:right;cursor:pointer;box-shadow:none}.floating-actions__item:hover{background:#eaf2ff}.floating-actions__icon{width:23px;min-width:23px;text-align:center;font-size:18px;line-height:1}.accessibility-panel,.language-panel{position:fixed!important;right:14px!important;bottom:158px!important;z-index:1007!important;border-radius:18px!important;box-shadow:0 18px 42px rgba(15,23,42,.22)!important}.help-bot-panel{position:fixed;right:14px;bottom:158px;width:min(340px,calc(100vw - 34px));background:#f8fafc;color:#0f172a;border:0;border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.24);z-index:1007;overflow:hidden;text-align:right;padding:0}.help-bot-panel:before{content:"";position:absolute;top:0;right:0;left:0;height:82px;background:linear-gradient(135deg,#0067ff,#004dbf);z-index:0}.help-bot-panel[hidden]{display:none!important}.help-bot-panel__header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;margin:0;padding:15px 16px 14px;background:transparent;color:#fff;border:0;border-radius:0}.help-bot-panel__header>*{position:relative;z-index:1}.help-bot-panel__header strong{display:block;font-size:16px;line-height:1.25}.help-bot-panel__header span{display:block;margin-top:3px;font-size:13px;font-weight:400;opacity:.9;line-height:1.35}.help-bot-panel__close{width:32px;height:32px;min-width:32px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:22px;line-height:1;cursor:pointer}.help-bot-panel__close:hover{background:rgba(255,255,255,.24)}.help-bot-panel__body{position:relative;z-index:1;padding:14px;background:#f8fafc;border-radius:0}.help-bot-panel__messages{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow:auto;padding-left:2px}.help-bot-message{max-width:92%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.55;white-space:pre-wrap}.help-bot-message--bot{align-self:flex-start;background:#fff;color:#0f172a;border:1px solid #e2e8f0}.help-bot-message--user{align-self:flex-end;background:#0067ff;color:#fff}.help-bot-panel__quick{display:grid;grid-template-columns:1fr;gap:7px;margin-top:12px}.help-bot-panel__quick button{border:1px solid #dbeafe;background:#fff;color:#0f172a;border-radius:12px;padding:9px 10px;font-family:inherit;font-size:14px;font-weight:700;line-height:1.25;text-align:right;cursor:pointer}.help-bot-panel__quick button:hover{background:#eff6ff;border-color:#bfdbfe}.help-bot-panel__form{display:flex;gap:8px;margin-top:12px}.help-bot-panel__form input{flex:1;min-width:0;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;padding:10px 11px;font-family:inherit;font-size:14px;line-height:1.2}.help-bot-panel__form button{border:0;border-radius:12px;background:#0067ff;color:#fff;padding:10px 13px;font-family:inherit;font-size:14px;font-weight:800;line-height:1;cursor:pointer}.help-bot-panel__form button:hover{background:#005ce5}body.a11y-contrast .floating-actions__menu,body.a11y-contrast .help-bot-panel,body.a11y-contrast .help-bot-panel__body,body.a11y-contrast .help-bot-message--bot,body.a11y-contrast .help-bot-panel__quick button,body.a11y-contrast .help-bot-panel__form input{background:#0f172a!important;color:#f8fafc!important;border-color:#334155!important}body.a11y-contrast .help-bot-panel:before{background:#0b1220!important}body.a11y-contrast .floating-actions__item{background:#0b1220!important;color:#f8fafc!important;border:1px solid #334155!important}body.a11y-contrast .floating-actions__item:hover,body.a11y-contrast .help-bot-panel__quick button:hover{background:#1e293b!important}@media (max-width:720px){.floating-actions{right:0;bottom:90px;width:226px;height:54px}.floating-actions__toggle{width:42px;height:52px;border-radius:17px 0 0 17px}.floating-actions__menu{right:50px;width:auto;padding:7px;border-radius:18px;align-items:flex-end}.floating-actions__item{min-height:44px;font-size:15px}.help-bot-panel,.accessibility-panel,.language-panel{right:10px!important;bottom:154px!important}.help-bot-panel{width:calc(100vw - 36px)!important}}@media (prefers-reduced-motion:reduce){.floating-actions__menu,.floating-actions__toggle,.floating-actions__chevron{transition:none!important}}.floating-actions{width:260px}.floating-actions__menu{right:52px;width:max-content;max-width:190px;align-items:flex-end}.floating-actions__item{width:fit-content;min-width:108px;max-width:170px;height:auto;min-height:42px;margin-left:auto;margin-right:0;align-items:center;justify-content:flex-end;gap:8px;padding:9px 10px;font-size:15px;line-height:1.15;text-align:right;white-space:normal;overflow-wrap:break-word;word-break:normal}.floating-actions__icon{width:24px;min-width:24px;flex:0 0 24px}.floating-actions__label{display:block;min-width:0;max-width:130px;white-space:normal;overflow-wrap:break-word;word-break:normal}@media(max-width:720px){.floating-actions{width:256px}.floating-actions__menu{right:50px;max-width:186px}.floating-actions__item{width:fit-content;min-width:108px;max-width:166px;min-height:42px;font-size:15px;line-height:1.15}}.help-bot-panel,.help-bot-panel *{direction:rtl!important}.help-bot-panel{right:14px!important;left:auto!important;text-align:right!important}.help-bot-panel__header{direction:rtl!important;text-align:right!important}.help-bot-panel__body{direction:rtl!important;text-align:right!important}.help-bot-message--bot{align-self:flex-start!important;text-align:right!important}.help-bot-message--user{align-self:flex-end!important;text-align:right!important}.help-bot-panel__quick button{text-align:right!important}.help-bot-panel__form{direction:rtl!important}.help-bot-panel__form input{text-align:right!important}.help-bot-panel__form button{white-space:nowrap}@media(max-width:720px){.help-bot-panel{right:10px!important;left:auto!important}}.floating-actions{right:0!important;left:auto!important}.floating-actions__toggle{right:0!important;left:auto!important;border-radius:18px 0 0 18px!important}.floating-actions__menu{right:52px!important;left:auto!important;transform-origin:right center!important}.floating-actions__item{text-align:right!important;flex-direction:row-reverse!important;justify-content:flex-end!important}.help-bot-panel{right:14px!important;left:auto!important;text-align:right!important}.help-bot-panel__header{direction:rtl!important;text-align:right!important}.help-bot-panel__body{direction:rtl!important;text-align:right!important}.help-bot-message--bot{align-self:flex-start!important;text-align:right!important}.help-bot-message--user{align-self:flex-end!important;text-align:right!important;text-align:right!important}.help-bot-panel__quick button{text-align:right!important}.help-bot-panel__form{direction:rtl!important}.help-bot-panel__form input{text-align:right!important}.help-bot-panel__form button{white-space:nowrap}@media(max-width:720px){.floating-actions__menu{right:50px!important;left:auto!important}.help-bot-panel{right:10px!important;left:auto!important}}