.chat-launch{position:fixed;right:20px;bottom:20px;z-index:90;border:0;border-radius:999px;background:#e4b23f;color:#0b0e11;font-weight:900;padding:15px 20px;box-shadow:0 12px 35px #0008;cursor:pointer}.chat-panel{position:fixed;right:20px;bottom:82px;z-index:100;width:min(390px,calc(100vw - 24px));height:min(610px,calc(100vh - 110px));background:#11161b;border:1px solid #4b5056;border-radius:22px;box-shadow:0 22px 60px #000c;overflow:hidden;color:#fff}.chat-panel[hidden]{display:none}.chat-box{height:100%;display:flex;flex-direction:column}.chat-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#0a0d10;border-bottom:1px solid #333}.chat-head strong,.chat-head small{display:block}.chat-head small{color:#aeb5bd}.chat-head button{border:0;background:none;color:#fff;font-size:28px}.chat-start{padding:18px;overflow:auto}.chat-start label{display:block;font-weight:700;margin:12px 0 5px}.chat-start input,.chat-start textarea,.chat-compose textarea{width:100%;box-sizing:border-box;background:#080b0e;color:#fff;border:1px solid #50555a;border-radius:12px;padding:12px}.chat-start .check{display:flex;gap:9px;font-weight:400;font-size:.88rem}.chat-start .check input{width:auto}.chat-note{font-size:.8rem;color:#bcc3ca}.chat-history{display:flex;flex:1;min-height:0;flex-direction:column}.chat-list{flex:1;overflow:auto;padding:15px;background:#0d1115}.chat-msg{max-width:84%;margin:8px 0}.chat-msg div{padding:10px 13px;border-radius:14px;white-space:pre-wrap;overflow-wrap:anywhere}.chat-msg.visitante{margin-left:auto}.chat-msg.visitante div{background:#765816}.chat-msg.admin div,.chat-msg.asistente div{background:#242b31}.chat-msg time{display:block;font-size:.68rem;color:#9da4ab;margin:3px 5px}.chat-msg.visitante time{text-align:right}.chat-compose{display:flex;gap:8px;padding:10px;border-top:1px solid #333}.chat-compose textarea{resize:none;height:48px}.chat-compose button{border:0;border-radius:12px;background:#e4b23f;font-weight:900;padding:0 15px}.chat-tools{padding:0 12px 10px}.chat-link{background:none;border:0;color:#e4b23f;text-decoration:underline}.chat-form-status{color:#ff8b80;min-height:1.4em;font-size:.85rem}@media(max-width:520px){.chat-panel{inset:70px 6px 6px;width:auto;height:auto;border-radius:16px}.chat-launch{right:12px;bottom:12px}}
