/* Diseño compartido con el modal de Subsidios. */
.support-trigger{width:70px;height:70px;border-radius:50%;border:0;background:linear-gradient(135deg,#5b7eff,#3b5bdb);box-shadow:0 10px 24px rgba(34,48,150,.35);font-size:30px;font-weight:700;color:#fff;cursor:pointer}.support-trigger-icon{font:inherit}.support-panel{position:absolute;right:0;bottom:88px;width:min(408px,calc(100vw - 32px));max-height:calc(100vh - 112px);padding:0;background:#30303d;border-radius:32px;box-shadow:0 24px 60px rgba(10,10,30,.35);overflow-y:auto}.support-close{position:absolute;z-index:3;top:20px;right:22px;border:0;background:transparent;color:#a899ff;font-size:30px;line-height:1;cursor:pointer}.support-content{padding:34px 40px 38px}.chat-choice .support-title{margin:0 45px 34px 0;color:#16d0ba;font-size:26px;line-height:1.1;font-weight:800}.chat-choice .support-subtitle{display:none}.support-option{display:flex;width:100%;min-height:52px;margin-top:16px;align-items:center;justify-content:center;border:0;border-radius:10px;background:linear-gradient(135deg,#17cdb8,#6246d9);box-shadow:none;color:#fff;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer}.support-option:hover{background:linear-gradient(135deg,#1bdcc6,#7257ed);transform:translateY(-2px)}.support-option .option-icon{display:none}.support-agent{font:inherit}.chat-conversation{min-height:500px;padding:0;background:#f7f7f7;border-radius:16px;color:#1a1a1a;overflow:hidden}.chat-conversation[hidden]{display:none!important}.chat-header{height:70px;display:flex;align-items:center;margin:0;padding:0 20px;background:linear-gradient(135deg,#5b7eff,#3b5bdb);border-radius:16px 16px 0 0;color:#fff;font-size:18px}.chat-messages{display:grid;align-content:start;align-items:start;gap:10px;height:362px;margin:0;padding:20px;overflow-y:auto}.chat-message{align-self:start;width:fit-content;max-width:88%;margin:0;padding:11px 14px;border:1px solid #e0e0e0;border-radius:18px;font-size:14px;line-height:1.4}.chat-message p{margin:0 0 7px}.chat-message p:last-child{margin-bottom:0}.chat-message ul,.chat-message ol{margin:6px 0;padding-left:22px}.chat-message li{margin:4px 0;padding-left:2px}.chat-message strong{font-weight:800}.chat-space{height:7px}.chat-message.user{justify-self:end;background:#4c6df0;border-color:#4c6df0;color:#fff}.chat-message.assistant{background:#fff;color:#333}.chat-message.error{background:#fff4f4;border-color:#f2caca;color:#8f2f3d}.chat-form{height:68px;margin:0;padding:14px 16px;border-top:1px solid #d8d8d8;background:#fff}.chat-form label{display:none}.chat-row{display:flex;height:36px;gap:10px}.chat-row input{min-width:0;flex:1;border:1px solid #5b7eff;border-radius:24px;padding:10px 16px;color:#1a1a1a;font:14px Arial,sans-serif}.chat-row button{border:0;border-radius:20px;padding:0 16px;background:linear-gradient(135deg,#5b7eff,#3b5bdb);color:#fff;font-size:13px;font-weight:700;cursor:pointer}.chat-row input:disabled,.chat-row button:disabled{opacity:.6;cursor:wait}@media(max-width:480px){.support-panel{right:-6px;bottom:82px;width:min(95vw,408px)}.support-content{padding:30px 32px 34px}.chat-choice .support-title{font-size:25px}.chat-conversation{min-height:450px}.chat-messages{height:312px}}
