/* RE.ONE Intelligence Workspace R24.5.9
   Chat e shell amministrativa con regioni di scroll indipendenti. */
:root{
  --re-ai-ink:#0d2119;
  --re-ai-muted:#63746c;
  --re-ai-line:#d8e5de;
  --re-ai-paper:#ffffff;
  --re-ai-canvas:#f2f7f4;
  --re-ai-night:#052a20;
  --re-ai-night-2:#084d35;
  --re-ai-accent:#079447;
  --re-ai-accent-2:#44c982;
  --re-ai-danger:#c92b35;
  --re-ai-shadow:0 32px 110px rgba(4,35,25,.28);
}

.re-intelligence-chat,.re-intelligence-chat *{box-sizing:border-box}
.re-intelligence-chat button,.re-intelligence-chat textarea{font:inherit}
.re-intelligence-mark{
  position:relative;display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;
  overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:15px;
  background:radial-gradient(circle at 33% 28%,#8ef0b8 0 5%,transparent 6%),
             radial-gradient(circle at 68% 63%,#37c979 0 7%,transparent 8%),
             linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.04));
  box-shadow:inset 0 0 22px rgba(99,239,158,.16),0 8px 22px rgba(0,0,0,.15)
}
.re-intelligence-mark:before,.re-intelligence-mark:after,.re-intelligence-mark i{
  content:"";position:absolute;border:1px solid rgba(158,247,194,.42);border-radius:50%
}
.re-intelligence-mark:before{width:24px;height:24px}
.re-intelligence-mark:after{width:31px;height:13px;transform:rotate(-32deg)}
.re-intelligence-mark i:nth-child(1){width:5px;height:5px;border:0;background:#fff;box-shadow:0 0 12px #fff}
.re-intelligence-mark i:nth-child(2){width:32px;height:9px;transform:rotate(34deg)}
.re-intelligence-mark i:nth-child(3){width:9px;height:32px;transform:rotate(18deg)}

/* Shell: la topbar appartiene sempre alla colonna workspace. */
body.admin-body .admin-app{isolation:isolate;grid-template-columns:var(--sidebar-width) minmax(0,1fr)}
body.admin-body .admin-workspace{min-width:0;max-width:100%;isolation:isolate}
body.admin-body .admin-topbar{
  width:100%;min-width:0;max-width:100%;height:var(--topbar-height);min-height:var(--topbar-height);
  flex:0 0 var(--topbar-height);overflow:visible
}
body.admin-body .topbar-left{flex:1 1 auto;min-width:0;overflow:hidden}
body.admin-body .topbar-actions{flex:0 0 auto;min-width:0;white-space:nowrap}
body.admin-body .session-timer{
  display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:6px 10px;color:#e9fff3;
  border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(4,42,29,.2);
  font-variant-numeric:tabular-nums;transition:background .18s ease,border-color .18s ease,color .18s ease
}
body.admin-body .session-timer svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
body.admin-body .session-timer span{font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.72}
body.admin-body .session-timer strong{font-size:11px;letter-spacing:.03em}
body.admin-body .session-timer.is-warning{color:#fff4c6;border-color:rgba(255,214,92,.62);background:rgba(95,65,0,.35)}
body.admin-body .session-timer.is-critical{color:#fff;border-color:rgba(255,128,135,.8);background:rgba(135,20,31,.68)}
body.admin-body .global-search{flex:1 1 460px;width:min(460px,100%);max-width:460px;min-width:170px}
body.admin-body .admin-main{width:100%;max-width:100%;scrollbar-gutter:stable both-edges}
@media(min-width:981px){
  body.admin-body .admin-sidebar{grid-column:1;grid-row:1}
  body.admin-body .admin-workspace{grid-column:2;grid-row:1}
}
@media(min-width:981px) and (max-width:1180px){
  body.admin-body .global-search{flex-basis:330px;max-width:330px}
  body.admin-body .topbar-actions{gap:9px}
}
@media(min-width:981px) and (max-width:1060px){
  body.admin-body .user-menu-button>span:nth-child(2){display:none}
  body.admin-body .user-menu-button{grid-template-columns:auto auto}
}
@media(max-width:980px){
  body.admin-body .admin-app{display:block!important}
  body.admin-body .admin-workspace{position:absolute;inset:0;width:100%;height:100%;margin:0}
  body.admin-body .admin-sidebar{
    position:fixed;z-index:2400;inset:0 auto 0 0;width:min(320px,88vw);height:100dvh;
    opacity:1;visibility:visible;pointer-events:none;transform:translate3d(-101%,0,0);
    transition:transform .22s cubic-bezier(.2,.75,.25,1);box-shadow:24px 0 70px rgba(5,28,21,.28)
  }
  body.admin-body .admin-sidebar.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}
  body.admin-body .sidebar-overlay{z-index:2300}
  body.admin-body:has(.admin-sidebar.open) .re-copilot{opacity:0;visibility:hidden;pointer-events:none}
  body.admin-body .admin-topbar{position:relative;z-index:500}
}
@media(max-width:740px){
  body.admin-body .admin-topbar{gap:8px;padding-inline:10px}
  body.admin-body .topbar-left{flex:0 0 auto}
  body.admin-body .topbar-actions{margin-left:auto;gap:5px}
  body.admin-body .admin-language-select .re-language select{width:50px}
  body.admin-body .session-timer{gap:4px;padding-inline:7px}
  body.admin-body .session-timer span,body.admin-body .session-timer svg{display:none}
  body.admin-body .session-timer strong{font-size:10px}
}

.session-timeout-modal[hidden]{display:none!important}
.session-timeout-modal{position:fixed;z-index:6000;inset:0;display:grid;place-items:center;padding:18px}
.session-timeout-backdrop{position:absolute;inset:0;background:rgba(2,24,17,.74);backdrop-filter:blur(8px)}
.session-timeout-dialog{position:relative;width:min(480px,100%);padding:30px;text-align:center;color:var(--re-ai-ink);border:1px solid rgba(186,215,201,.9);border-radius:24px;background:#fff;box-shadow:0 32px 100px rgba(1,26,18,.42)}
.session-timeout-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 16px;color:#fff;border-radius:19px;background:linear-gradient(145deg,#087a45,#055536);box-shadow:0 14px 30px rgba(8,122,69,.24)}
.session-timeout-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8}
.session-timeout-dialog h2{margin:13px 0 8px;font-size:27px;letter-spacing:-.035em}
.session-timeout-dialog>p{color:#5d7067;line-height:1.6}.session-timeout-dialog>p strong{color:#bd2530;font-size:20px;font-variant-numeric:tabular-nums}
.session-timeout-actions{display:flex;justify-content:center;gap:10px;margin-top:23px}.session-timeout-actions .button{min-width:130px}
.session-timeout-feedback{margin:13px 0 0!important;color:#b62832!important;font-size:12px}
@media(max-width:480px){.session-timeout-dialog{padding:25px 20px}.session-timeout-actions{display:grid}.session-timeout-actions .button{width:100%}}

/* Copilot ReoneGest */
.re-copilot{position:fixed;right:22px;bottom:22px;z-index:1900;min-width:0;font-family:inherit;transition:opacity .16s ease,visibility .16s ease}
.re-copilot [hidden]{display:none!important}
.re-copilot-launch{
  position:relative;z-index:3;display:flex;align-items:center;gap:11px;min-height:62px;padding:8px 17px 8px 9px;
  color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:19px;
  background:linear-gradient(135deg,var(--re-ai-night),#086540);
  box-shadow:0 18px 48px rgba(4,48,32,.3);cursor:pointer;isolation:isolate
}
.re-copilot-launch:after{
  content:"";position:absolute;inset:1px;border-radius:17px;pointer-events:none;
  background:linear-gradient(110deg,rgba(255,255,255,.09),transparent 38%);z-index:-1
}
.re-copilot-launch-copy{display:grid;gap:1px;text-align:left}
.re-copilot-launch-copy small{color:#9fe9bd;font-size:8px;font-weight:900;letter-spacing:.14em}
.re-copilot-launch-copy strong{font-size:13px;letter-spacing:-.01em}
.re-copilot-backdrop{position:fixed;inset:0;z-index:1;background:rgba(3,25,18,.58);backdrop-filter:blur(7px)}
.re-copilot-panel{
  position:fixed;z-index:2;right:22px;bottom:94px;display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto auto;
  width:min(680px,calc(100vw - 44px));height:min(780px,calc(100dvh - 118px));min-width:0;max-width:calc(100vw - 44px);
  overflow:hidden;color:var(--re-ai-ink);border:1px solid rgba(180,210,196,.82);border-radius:26px;
  background:var(--re-ai-paper);box-shadow:var(--re-ai-shadow);contain:layout paint
}
.re-copilot-head,.re-ai-head{
  position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;
  padding:17px 18px;color:#fff;background:
    radial-gradient(circle at 82% -30%,rgba(86,232,149,.28),transparent 40%),
    linear-gradient(135deg,var(--re-ai-night),var(--re-ai-night-2))
}
.re-copilot-head:after,.re-ai-head:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(119,239,169,.7),transparent)
}
.re-copilot-identity,.re-ai-identity{display:flex;align-items:center;gap:12px;min-width:0}
.re-copilot-identity>div,.re-ai-identity>div{display:grid;min-width:0}
.re-copilot-identity small,.re-ai-identity small{color:#94dfb2;font-size:8px;font-weight:900;letter-spacing:.16em}
.re-copilot-identity b,.re-ai-identity b{overflow:hidden;font-size:17px;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}
.re-copilot-identity span:not(.re-intelligence-mark),.re-ai-identity span:not(.re-intelligence-mark){color:rgba(255,255,255,.68);font-size:10px}
.re-copilot-head-actions,.re-ai-head-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.re-copilot-close,.re-ai-close,.re-ai-delete{
  display:grid;place-items:center;width:40px;height:40px;padding:0;color:#fff;border:1px solid rgba(255,255,255,.18);
  border-radius:12px;background:rgba(255,255,255,.08);cursor:pointer
}
.re-copilot-close:hover,.re-ai-close:hover,.re-ai-delete:hover{background:rgba(255,255,255,.16)}
.re-copilot-close svg,.re-ai-close svg,.re-ai-delete svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.re-copilot-status{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;color:#ccebd9;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);font-size:9px;font-weight:800}
.re-copilot-status>i{width:6px;height:6px;border:0;border-radius:50%;background:#55df90;box-shadow:0 0 0 4px rgba(85,223,144,.12)}
.re-copilot-status[data-state="working"]>i{background:#ffd26c;box-shadow:0 0 0 4px rgba(255,210,108,.12)}
.re-copilot-status[data-state="error"]>i{background:#ff7b82;box-shadow:0 0 0 4px rgba(255,123,130,.12)}
.re-copilot-context{display:flex;align-items:center;gap:9px;min-width:0;padding:10px 18px;border-bottom:1px solid var(--re-ai-line);background:#f8fbf9}
.re-copilot-context span{flex:0 0 auto;color:#7a8b83;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.re-copilot-context strong{overflow:hidden;color:#174c35;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.re-copilot-context strong:before{content:"/";margin-right:9px;color:#aac0b5}

.re-copilot-feed,.re-ai-feed{
  min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;
  padding:22px;background:
    linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)),
    radial-gradient(circle at 1px 1px,rgba(24,102,67,.12) 1px,transparent 0);
  background-size:auto,22px 22px;scroll-padding-block:22px 34px;-webkit-overflow-scrolling:touch
}
.re-copilot-msg,.re-ai-msg{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:end;gap:9px;max-width:88%;margin:0 0 13px;white-space:normal}
.re-copilot-msg.user,.re-ai-msg.user{grid-template-columns:minmax(0,1fr) 30px;margin-left:auto}
.re-copilot-msg.user .re-copilot-avatar,.re-ai-msg.user .re-ai-avatar{grid-column:2;grid-row:1}
.re-copilot-msg.user .re-copilot-bubble,.re-ai-msg.user .re-ai-bubble{grid-column:1;grid-row:1;justify-self:end}
.re-copilot-avatar,.re-ai-avatar{
  display:grid;place-items:center;width:30px;height:30px;color:#fff;border-radius:10px;
  background:linear-gradient(145deg,#0b5d3d,#0a9a55);font-size:8px;font-weight:900;box-shadow:0 6px 14px rgba(5,87,49,.15)
}
.re-copilot-msg.user .re-copilot-avatar,.re-ai-msg.user .re-ai-avatar{color:#315046;background:#e2ece7;box-shadow:none}
.re-copilot-bubble,.re-ai-bubble{
  min-width:0;padding:13px 15px;border:1px solid var(--re-ai-line);border-radius:17px 17px 17px 5px;
  background:#fff;box-shadow:0 8px 24px rgba(17,61,42,.055)
}
.re-copilot-msg.user .re-copilot-bubble,.re-ai-msg.user .re-ai-bubble{
  color:#fff;border-color:#087e47;border-radius:17px 17px 5px 17px;background:linear-gradient(135deg,#087e47,#075f39)
}
.re-copilot-bubble p,.re-ai-bubble p{margin:0;overflow-wrap:anywhere;font-size:13px;line-height:1.55;white-space:pre-wrap}
.re-copilot-msg.pending .re-copilot-bubble,.re-ai-msg.pending .re-ai-bubble{color:#61746b;background:linear-gradient(100deg,#fff,#eef5f1,#fff);background-size:220% 100%;animation:re-ai-pulse 1.4s linear infinite}
@keyframes re-ai-pulse{to{background-position:-220% 0}}

.re-copilot-presets,.re-ai-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;padding:11px 14px;border-top:1px solid var(--re-ai-line);background:#f8fbf9}
.re-copilot-presets button,.re-ai-quick button{
  display:grid;grid-template-columns:auto minmax(0,1fr);gap:1px 9px;min-width:0;padding:10px 11px;color:#24463a;
  border:1px solid #d9e6df;border-radius:12px;background:#fff;text-align:left;cursor:pointer
}
.re-copilot-presets button:hover,.re-ai-quick button:hover{border-color:#7ebc9c;background:#f4fbf7;box-shadow:0 5px 16px rgba(16,83,52,.07)}
.re-copilot-presets button>span,.re-ai-quick button>span{grid-row:1/3;align-self:start;color:#0a8c50;font-size:8px;font-weight:900;letter-spacing:.08em}
.re-copilot-presets b,.re-ai-quick b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.re-copilot-presets small,.re-ai-quick small{overflow:hidden;color:#7a8a83;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.re-copilot.has-conversation .re-copilot-presets,.re-ai.has-conversation .re-ai-quick{display:none}

.re-copilot-composer,.re-ai-composer{display:grid;gap:8px;min-width:0;padding:13px 14px 14px;border-top:1px solid var(--re-ai-line);background:#fff}
.re-copilot-input,.re-ai-input{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:end;gap:8px;min-width:0;padding:6px;border:1px solid #bfcfc7;border-radius:16px;background:#f9fbfa;box-shadow:0 0 0 0 rgba(7,148,71,0);transition:.16s ease}
.re-copilot-input:focus-within,.re-ai-input:focus-within{border-color:#3fa772;box-shadow:0 0 0 4px rgba(7,148,71,.1);background:#fff}
.re-copilot-input textarea,.re-ai-input textarea{
  display:block;width:100%;min-width:0;min-height:48px;max-height:132px;margin:0;padding:12px 10px;
  overflow-y:auto;resize:none;color:var(--re-ai-ink);border:0;outline:0;background:transparent;font-size:13px;line-height:1.45
}
.re-copilot-input textarea::placeholder,.re-ai-input textarea::placeholder{color:#8c9c94}
.re-copilot-input button,.re-ai-input button{
  display:grid;place-items:center;width:48px;height:48px;padding:0;color:#fff;border:0;border-radius:12px;
  background:linear-gradient(135deg,var(--re-ai-danger),#a91c29);box-shadow:0 8px 18px rgba(183,29,42,.18);cursor:pointer
}
.re-copilot-input button:hover,.re-ai-input button:hover{filter:brightness(1.04)}
.re-copilot-input button:disabled,.re-ai-input button:disabled{opacity:.48;cursor:wait}
.re-copilot-input button svg,.re-ai-input button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.re-intelligence-chat .re-ai-consent{display:flex;align-items:flex-start;gap:8px;margin:0;color:#5f7168;font-size:9px;line-height:1.4}
.re-intelligence-chat .re-ai-consent input{flex:0 0 auto;width:15px;height:15px;margin:1px 0 0;accent-color:var(--re-ai-accent)}
.re-copilot-composer-note,.re-ai-composer-note{color:#8a9992;font-size:8px}

/* Concierge pubblico */
.re-ai{position:fixed;right:22px;bottom:22px;z-index:1800;min-width:0;max-width:100%;font-family:inherit}
.re-ai [hidden]{display:none!important}
.re-ai-launch{
  position:relative;z-index:3;display:flex;align-items:center;gap:11px;min-height:62px;padding:8px 17px 8px 9px;
  color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:19px;background:linear-gradient(135deg,var(--re-ai-night),#075c3a);
  box-shadow:0 18px 48px rgba(4,48,32,.3);cursor:pointer
}
.re-ai-launch-copy{display:grid;gap:1px;text-align:left}
.re-ai-launch-copy small{color:#9fe9bd;font-size:8px;font-weight:900;letter-spacing:.14em}
.re-ai-launch-copy strong{font-size:13px}
.re-ai-backdrop{position:fixed;inset:0;z-index:1;background:rgba(3,25,18,.58);backdrop-filter:blur(7px)}
.re-ai-panel{
  position:fixed;z-index:2;right:22px;bottom:94px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;
  width:min(560px,calc(100vw - 44px));height:min(740px,calc(100dvh - 118px));min-width:0;max-width:calc(100vw - 44px);
  overflow:hidden;color:var(--re-ai-ink);border:1px solid rgba(180,210,196,.82);border-radius:26px;background:#fff;
  box-shadow:var(--re-ai-shadow);contain:layout paint
}
.re-ai-delete[hidden]{display:none!important}
.re-ai-matches{display:grid;gap:8px;max-width:88%;margin:0 0 14px 39px}
.re-ai-matches a{display:grid;gap:2px;padding:12px 13px;color:#163d2d;border:1px solid #cee3d7;border-radius:13px;background:#f2faf6}
.re-ai-matches a:hover{border-color:#75b895;box-shadow:0 6px 17px rgba(8,92,51,.08)}
.re-ai-matches b{color:#078148;font-size:9px;text-transform:uppercase;letter-spacing:.04em}
.re-ai-matches span{font-size:12px;font-weight:800}
.re-ai-matches small{color:#6c7d74;font-size:9px}
.re-ai-sources{max-width:88%;margin:0 0 14px 39px;padding:10px 12px;border:1px solid #dce8e2;border-radius:12px;background:#fff}
.re-ai-sources summary{color:#416154;font-size:9px;font-weight:850;cursor:pointer}
.re-ai-sources>div{display:grid;gap:5px;margin-top:8px}
.re-ai-sources a{overflow:hidden;color:#087a45;font-size:9px;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}
html.re-ai-open,body.re-ai-open,html.re-copilot-open,body.re-copilot-open{overflow:hidden!important;overscroll-behavior:none}

@media(max-width:700px){
  .re-copilot{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:flex;justify-content:flex-end}
  .re-ai{left:10px;right:10px;bottom:calc(78px + env(safe-area-inset-bottom));display:flex;justify-content:flex-end}
  .re-copilot-panel,.re-ai-panel{
    position:fixed!important;right:8px!important;bottom:auto!important;left:8px!important;
    top:calc(var(--re-copilot-vtop,0px) + 8px);width:auto!important;max-width:none!important;
    height:calc(var(--re-copilot-vh,100dvh) - 16px);max-height:none!important;border-radius:20px
  }
  .re-ai-panel{top:calc(var(--re-ai-vtop,0px) + 8px);height:calc(var(--re-ai-vh,100dvh) - 16px)}
  .re-copilot-head,.re-ai-head{padding:13px 14px}
  .re-copilot-head .re-intelligence-mark,.re-ai-head .re-intelligence-mark{width:39px;height:39px;border-radius:13px}
  .re-copilot-identity b,.re-ai-identity b{font-size:15px}
  .re-copilot-status{display:none}
  .re-copilot-feed,.re-ai-feed{padding:16px}
  .re-copilot-msg,.re-ai-msg{max-width:96%}
  .re-copilot-presets,.re-ai-quick{grid-template-columns:1fr;max-height:154px;overflow-y:auto}
  .re-copilot-composer,.re-ai-composer{padding:10px 11px max(11px,env(safe-area-inset-bottom))}
  .re-copilot-composer-note{display:none}
}
@media(max-width:430px){
  .re-copilot-launch,.re-ai-launch{min-height:56px;padding:7px}
  .re-copilot-launch .re-intelligence-mark,.re-ai-launch .re-intelligence-mark{width:42px;height:42px}
  .re-copilot-launch-copy,.re-ai-launch-copy{display:none}
  .re-copilot-panel,.re-ai-panel{right:4px!important;left:4px!important;top:calc(var(--re-copilot-vtop,0px) + 4px);height:calc(var(--re-copilot-vh,100dvh) - 8px);border-radius:16px}
  .re-ai-panel{top:calc(var(--re-ai-vtop,0px) + 4px);height:calc(var(--re-ai-vh,100dvh) - 8px)}
  .re-copilot-identity span:not(.re-intelligence-mark),.re-ai-identity span:not(.re-intelligence-mark){display:none}
  .re-copilot-head-actions,.re-ai-head-actions{gap:5px}
  .re-copilot-close,.re-ai-close,.re-ai-delete{width:38px;height:38px}
  .re-copilot-feed,.re-ai-feed{padding:13px 10px}
  .re-copilot-msg,.re-ai-msg{grid-template-columns:26px minmax(0,1fr);gap:7px}
  .re-copilot-msg.user,.re-ai-msg.user{grid-template-columns:minmax(0,1fr) 26px}
  .re-copilot-avatar,.re-ai-avatar{width:26px;height:26px;border-radius:8px;font-size:7px}
  .re-copilot-bubble,.re-ai-bubble{padding:11px 12px}
  .re-copilot-bubble p,.re-ai-bubble p{font-size:12px}
  .re-ai-matches,.re-ai-sources{max-width:calc(100% - 33px);margin-left:33px}
}
@media(prefers-reduced-motion:reduce){
  .re-intelligence-chat *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
