:root{--rv-navy:#071c2b;--rv-blue:#02aeca;--rv-sky:#dff8fc;--rv-gold:#f5a623;--rv-white:#fff}
#rv-agent-root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--rv-navy)}
#rv-agent-root,#rv-agent-root *{box-sizing:border-box}
.rv-launcher{position:fixed;right:22px;bottom:22px;z-index:2147483000;border:0;border-radius:999px;background:linear-gradient(135deg,#004e68,#02b8d3);color:#fff;padding:14px 19px;box-shadow:0 14px 38px #002b3d55;display:flex;align-items:center;gap:10px;font-weight:800;cursor:pointer}
.rv-launcher img{width:30px;height:30px;border-radius:50%;background:#fff;object-fit:contain}.rv-launcher-dot{width:9px;height:9px;border-radius:50%;background:#adff2f;box-shadow:0 0 12px #adff2f}.rv-avatar img{width:34px;height:34px;border-radius:50%;object-fit:contain;background:#fff}
.rv-panel{position:fixed;z-index:2147483001;right:22px;bottom:84px;width:min(430px,calc(100vw - 32px));height:min(680px,calc(100dvh - 110px));min-width:0;background:#fff;border:1px solid #cae9ef;border-radius:24px;box-shadow:0 26px 80px #00151f4d;overflow:hidden;display:none;grid-template-rows:auto minmax(0,1fr) auto}
.rv-panel.open{display:grid;animation:rvIn .2s ease-out}@keyframes rvIn{from{opacity:0;transform:translateY(12px) scale(.98)}}
.rv-head{padding:16px 17px;color:#fff;background:radial-gradient(circle at 80% 0,#08b9d2 0,transparent 37%),linear-gradient(135deg,#061d2d,#064b63);display:flex;align-items:center;gap:12px}
.rv-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#08b7d1;font-weight:900;font-size:18px;box-shadow:0 0 0 4px #ffffff18}.rv-title{flex:1}.rv-title strong{display:block}.rv-title small{opacity:.82}.rv-close{background:transparent;border:0;color:#fff;font-size:26px;cursor:pointer}
.rv-messages{padding:17px;overflow:auto;background:linear-gradient(#f8fdff,#fff)}.rv-msg{max-width:86%;margin:0 0 12px;padding:11px 13px;border-radius:16px;line-height:1.42;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.rv-msg.bot,.rv-msg.operator{background:#e8f8fb;border-bottom-left-radius:4px}.rv-msg.user{margin-left:auto;background:#063e54;color:#fff;border-bottom-right-radius:4px}.rv-msg.system{max-width:100%;text-align:center;background:transparent;color:#69808d;font-size:12px}.rv-msg.operator:before{content:'Equipo Rumbo Verdadero';display:block;font-size:10px;font-weight:800;color:#008da7;margin-bottom:4px;text-transform:uppercase}
.rv-typing{display:flex;gap:5px}.rv-typing i{width:6px;height:6px;background:#04a8c4;border-radius:50%;animation:rvDot 1s infinite}.rv-typing i:nth-child(2){animation-delay:.15s}.rv-typing i:nth-child(3){animation-delay:.3s}@keyframes rvDot{50%{opacity:.25;transform:translateY(-3px)}}
.rv-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;overflow:hidden;padding:0 17px 11px;background:#fff}.rv-quick button,.rv-cta{border:1px solid #9bdce6;background:#fff;color:#006b81;border-radius:999px;padding:8px 8px;font-size:12px;line-height:1.15;white-space:normal;font-weight:700;cursor:pointer}.rv-cta{display:inline-block;margin-top:9px;text-decoration:none;background:#02abc5;color:#fff;border:0}
.rv-map-card{position:relative;display:block;height:118px;margin-top:10px;overflow:hidden;border:1px solid #9bdce6;border-radius:14px;background:#dceff3;text-decoration:none}.rv-map-card iframe{width:100%;height:100%;border:0;pointer-events:none}.rv-map-card span{position:absolute;right:8px;bottom:8px;padding:6px 9px;border-radius:999px;background:#fff;color:#006b81;box-shadow:0 2px 10px #00151f33;font-size:11px;font-weight:800}
.rv-compose{border-top:1px solid #dcecf0;background:#fff;padding:11px;min-width:0}.rv-row{display:flex;gap:8px;width:100%;min-width:0}.rv-input{flex:1 1 auto;width:0;min-width:0;resize:none;border:1px solid #bcd9df;border-radius:16px;padding:11px 12px;min-height:43px;max-height:94px;font:inherit;outline:none}.rv-input:focus{border-color:#00a8c2;box-shadow:0 0 0 3px #00abc51c}.rv-send{flex:0 0 44px;width:44px;min-width:44px;border:0;border-radius:14px;background:#02abc5;color:#fff;font-size:20px;cursor:pointer}.rv-human{display:block;margin:8px auto 0;border:0;background:transparent;color:#006b81;font-weight:750;cursor:pointer}
.rv-credit{display:block;width:max-content;margin:7px auto -3px;color:#8aa0a9;font-size:10px;letter-spacing:.04em;text-decoration:none;opacity:.72}.rv-credit:hover{color:#007f98;opacity:1}.rv-lead{position:absolute;inset:74px 0 0;background:#fffffffa;padding:22px;display:none}.rv-lead.open{display:block}.rv-lead h3{margin:0 0 6px}.rv-lead input{width:100%;box-sizing:border-box;border:1px solid #bdd9df;border-radius:12px;padding:11px;margin:6px 0}.rv-lead-actions{display:flex;gap:8px;margin-top:10px}.rv-lead-actions button{flex:1;border:0;border-radius:12px;padding:11px;font-weight:800;cursor:pointer}.rv-lead-send{background:#02abc5;color:#fff}.rv-lead-cancel{background:#eef5f6;color:#31515d}
@media(max-width:520px){.rv-panel{inset:auto 8px 72px 8px;width:auto;height:min(620px,calc(100dvh - 92px));border-radius:22px}.rv-launcher{right:14px;bottom:14px;max-width:calc(100vw - 82px);padding:11px 14px;font-size:13px}.rv-head{padding:13px 15px}.rv-messages{padding:14px}.rv-quick{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 9px 9px;gap:5px}.rv-quick button{min-width:0;padding:8px 5px;font-size:11px}.rv-quick button:last-child{grid-column:1/-1}.rv-compose{padding:9px}.rv-lead{inset:70px 0 0}}
@media(prefers-reduced-motion:reduce){.rv-panel.open,.rv-typing i{animation:none}}
