/* Chemical EXS v2.9.74 · asistente guiado con decisiones cerradas y confirmación */
.cx-chat-v2973,.cx-chat-v2973 *{box-sizing:border-box}
.cx-chat-v2973 .cx-chat-launcher{min-width:270px}
.cx-chat-v2973 .cx-chat-launcher-copy small{align-items:center;white-space:nowrap}
.cx-chat-v2973 .cx-chat-window{width:min(440px,calc(100vw - 26px));height:min(760px,calc(100dvh - 112px));grid-template-rows:auto auto auto minmax(105px,1fr) auto auto auto;background:#f4f8fd}
.cx-chat-v2973 .cx-chat-head{min-height:78px;padding:11px 12px;background:linear-gradient(135deg,#041b37,#074d8c 64%,#0c78bd)}
.cx-chat-v2973 .cx-chat-head-image{width:50px;height:50px;flex:0 0 50px;border-radius:17px}
.cx-chat-v2973 .cx-chat-head-copy{display:grid;min-width:0;line-height:1.15}
.cx-chat-v2973 .cx-chat-head-copy b{font-size:15px;font-weight:950}
.cx-chat-v2973 .cx-chat-head-copy small{margin-top:5px;color:#cce8ff;font-size:10px;font-weight:750}
.cx-chat-v2973 .cx-chat-head-actions{display:flex;margin-left:auto;gap:6px}
.cx-chat-v2973 .cx-chat-head-actions button{display:grid;width:37px;height:37px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.1);color:#fff;font-size:20px;cursor:pointer;transition:background .18s ease,transform .18s ease}
.cx-chat-v2973 .cx-chat-head-actions button:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.cx-chat-v2973 .cx-chat-weather{min-height:54px;padding:9px 14px}
.cx-chat-v2973 .cx-chat-guide{display:grid;gap:8px;padding:10px 14px 11px;border-bottom:1px solid #dce7f2;background:#fff}
.cx-chat-v2973 .cx-chat-guide[hidden]{display:none!important}
.cx-chat-v2973 .cx-chat-guide>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px}
.cx-chat-v2973 .cx-chat-guide>div>span{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:#edf6ff;font-size:16px}
.cx-chat-v2973 .cx-chat-guide b{overflow:hidden;color:#14395e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.cx-chat-v2973 .cx-chat-guide small{color:#52708d;font-size:9px;font-weight:850}
.cx-chat-v2973 .cx-chat-guide>i{display:block;height:4px;overflow:hidden;border-radius:99px;background:#e4edf6}
.cx-chat-v2973 .cx-chat-guide>i>em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b75ef,#35bce8);transition:width .35s ease}
.cx-chat-v2973 .cx-chat-messages{min-height:105px;padding:14px;background:radial-gradient(circle at 16% 0,rgba(56,153,255,.08),transparent 34%),linear-gradient(180deg,#f7fbff,#eef5fb)}
.cx-chat-v2973 .cx-chat-message{max-width:90%}
.cx-chat-v2973 .cx-chat-bubble{font-size:12px;line-height:1.5}
.cx-chat-v2973 .cx-chat-message[data-chat-message-type="flow_prompt"] .cx-chat-bubble{border:1px solid #d8e8f8;background:#fff}
.cx-chat-v2973 .cx-chat-message[data-chat-message-type="flow_confirmation"] .cx-chat-bubble{border:1px solid #b9d8fa;background:linear-gradient(145deg,#f5faff,#e9f4ff);color:#123f6d}
.cx-chat-v2973 .cx-chat-message[data-chat-message-type="guided_complete"] .cx-chat-bubble{border:1px solid #bce4d0;background:linear-gradient(145deg,#f2fff8,#e5faef)}
.cx-chat-v2973 .cx-chat-action{display:flex;min-height:42px;margin-top:10px;padding:10px 13px;align-items:center;justify-content:space-between;border-radius:13px;background:linear-gradient(135deg,#0877ed,#0759bf);color:#fff!important;text-decoration:none;font-size:11px;font-weight:900;box-shadow:0 10px 22px rgba(8,96,196,.2)}
.cx-chat-v2973 .cx-chat-action span{font-size:17px}
.cx-chat-v2973 .cx-chat-guided-options{display:grid;gap:8px;max-height:328px;padding:11px 13px 13px;overflow-y:auto;border-top:1px solid #dce7f2;background:#f8fbff;scrollbar-width:thin}
.cx-chat-v2973 .cx-chat-guided-options[hidden]{display:none!important}
.cx-chat-v2973 .cx-chat-guided-options.is-menu{grid-template-columns:repeat(2,minmax(0,1fr))}
.cx-chat-v2973 .cx-chat-guided-options.is-choices{display:flex;max-height:175px;padding-top:10px;flex-wrap:wrap;align-content:flex-start;overflow-y:auto}
.cx-chat-v2973 .cx-chat-quick-title{grid-column:1/-1;display:grid;gap:3px;padding:1px 2px 4px}
.cx-chat-v2973 .cx-chat-quick-title b{color:#0c2f53;font-size:14px;font-weight:950}
.cx-chat-v2973 .cx-chat-quick-title small{color:#627a92;font-size:10px;line-height:1.4}
.cx-chat-v2973 .cx-chat-flow-card{display:grid;grid-template-columns:35px minmax(0,1fr) 14px;min-height:70px;padding:10px;align-items:center;gap:8px;border:1px solid #d5e4f2;border-radius:16px;background:#fff;color:#163752;text-align:left;box-shadow:0 8px 20px rgba(20,59,100,.055);cursor:pointer;animation:cxGuideOptionIn .3s ease both;animation-delay:calc(var(--quick-index,0) * 38ms);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.cx-chat-v2973 .cx-chat-flow-card:hover{transform:translateY(-2px);border-color:#79b8f7;box-shadow:0 13px 25px rgba(20,82,150,.12)}
.cx-chat-v2973 .cx-chat-flow-card>span{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;background:linear-gradient(145deg,#edf6ff,#e1efff);font-size:17px}
.cx-chat-v2973 .cx-chat-flow-card>div{display:grid;min-width:0;gap:3px}
.cx-chat-v2973 .cx-chat-flow-card b{font-size:10px;line-height:1.25;font-weight:950}
.cx-chat-v2973 .cx-chat-flow-card small{display:-webkit-box;overflow:hidden;color:#708398;font-size:8px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.cx-chat-v2973 .cx-chat-flow-card>i{color:#1680e8;font-size:19px;font-style:normal}
.cx-chat-v2973 .cx-chat-flow-card.is-home{grid-column:1/-1;min-height:58px}
.cx-chat-v2973 .cx-chat-guided-options.is-choices .cx-chat-flow-card.is-home{width:100%}
.cx-chat-v2973 .cx-chat-choice-chip{display:flex;min-height:42px;padding:10px 12px;align-items:center;justify-content:space-between;gap:12px;border:1px solid #bcd9f5;border-radius:14px;background:#fff;color:#164a78;font-size:11px;box-shadow:0 7px 17px rgba(20,68,118,.06);cursor:pointer;animation:cxGuideOptionIn .25s ease both;animation-delay:calc(var(--quick-index,0) * 40ms)}
.cx-chat-v2973 .cx-chat-choice-chip:hover{border-color:#5ba5ee;background:#eff7ff}
.cx-chat-v2973 .cx-chat-choice-chip i{color:#1680e8;font-size:17px;font-style:normal}
.cx-chat-v2973 .cx-chat-typing{min-height:30px;padding:6px 14px;border-top:1px solid #e2eaf3}
.cx-chat-v2973 .cx-chat-form{padding:10px 12px 12px;background:#fff}
.cx-chat-v2973 .cx-chat-input-hint{margin:0 3px 8px;padding:8px 10px;border:1px solid #cfe2f5;border-radius:11px;background:#f2f8ff;color:#285c8e;font-size:9px;line-height:1.35}
.cx-chat-v2973 .cx-chat-form.is-choice .cx-chat-compose{border-style:dashed;background:#f4f7fa;box-shadow:none}
.cx-chat-v2973 .cx-chat-form.is-choice textarea{color:#8392a2;cursor:not-allowed}
.cx-chat-v2973 .cx-chat-form.is-choice button{opacity:.42;box-shadow:none;cursor:not-allowed}
.cx-chat-v2973 .cx-chat-compose textarea{font-size:13px}
.cx-chat-v2973 .cx-chat-error a{font-weight:900;color:inherit}
@keyframes cxGuideOptionIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:760px){
  .cx-chat-v2973{right:max(7px,env(safe-area-inset-right));bottom:max(7px,env(safe-area-inset-bottom))}
  .cx-chat-v2973 .cx-chat-launcher{width:66px;min-width:0;height:66px;padding:7px;grid-template-columns:1fr;border-radius:22px}
  .cx-chat-v2973 .cx-chat-launcher-image{width:52px;height:52px;margin:auto}
  .cx-chat-v2973 .cx-chat-launcher-copy,.cx-chat-v2973 .cx-chat-launcher-arrow{display:none}
  .cx-chat-v2973 .cx-chat-window{position:fixed;inset:max(7px,env(safe-area-inset-top)) max(7px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left));width:auto;height:auto;max-width:none;max-height:none;border-radius:24px}
  .cx-chat-v2973 .cx-chat-guided-options{max-height:38dvh}
  .cx-chat-v2973 .cx-chat-bubble{font-size:14px}
  .cx-chat-v2973 .cx-chat-flow-card b{font-size:12px}.cx-chat-v2973 .cx-chat-flow-card small{font-size:9px}
  .cx-chat-v2973 .cx-chat-choice-chip{font-size:13px}
  .cx-chat-v2973 .cx-chat-compose textarea{font-size:16px}
}
@media(max-width:390px){
  .cx-chat-v2973 .cx-chat-guided-options.is-menu{grid-template-columns:1fr;max-height:41dvh}
  .cx-chat-v2973 .cx-chat-flow-card{min-height:62px}
  .cx-chat-v2973 .cx-chat-weather{display:none}
}
@media(prefers-reduced-motion:reduce){.cx-chat-v2973 .cx-chat-flow-card,.cx-chat-v2973 .cx-chat-choice-chip{animation:none}.cx-chat-v2973 .cx-chat-guide>i>em{transition:none}}
