.drawer-mensaje-contenedor{height:100vh;background-color:#fff;flex-direction:column;display:flex}.drawer-mensaje-header{background-color:#fafafa;border-bottom:1px solid #e8e8e8;padding:16px 20px}.header-navegacion{justify-content:space-between;align-items:center;display:flex}.btn-volver{width:40px;height:40px;border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-volver:hover{background-color:#f0f0f0}.mensaje-acciones{gap:8px;display:flex}.acciones-links{align-items:center;gap:12px;margin-right:8px;display:inline-flex}.acciones-links .ant-btn.ant-btn-link{height:auto;white-space:nowrap;padding:0 4px;line-height:1.2}.mensaje-acciones .ant-btn-icon-only{width:36px;height:36px;border-radius:50%;justify-content:center;align-items:center;display:flex}.mensaje-acciones .ant-btn-icon-only:hover{background-color:#f0f0f0}.hilo-asunto{background-color:#fff;border-bottom:1px solid #e8e8e8;padding:20px 24px}.hilo-asunto h2{color:#202124;margin:0 0 8px;font-size:20px;font-weight:500;line-height:1.3}.hilo-mensajes{flex:1;padding:0;overflow-y:auto}.mensaje-item{border-bottom:1px solid #f0f0f0;padding:20px 24px;transition:background-color .2s}.mensaje-item:hover{background-color:#fafafa}.mensaje-principal{background-color:#fff}.mensaje-respuesta{background-color:#fbfbfb;border-left:3px solid #e8e8e8;border-radius:0 8px 8px 0;margin-left:20px}.mensaje-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.remitente-info{flex:1;align-items:center;display:flex}.remitente-detalles{flex:1}.nombre-remitente{color:#202124;margin-bottom:2px;font-size:14px;font-weight:600}.email-remitente{color:#5f6368;font-size:12px}.mensaje-meta{align-items:center;gap:8px;display:flex}.fecha-mensaje{color:#5f6368;white-space:nowrap;font-size:12px}.mensaje-contenido{color:#202124;margin-bottom:16px;font-size:14px;line-height:1.6}.mensaje-contenido p{margin:0 0 12px}.mensaje-contenido p:last-child{margin-bottom:0}.mensaje-contenido ul{margin:12px 0;padding-left:20px}.mensaje-contenido li{margin-bottom:4px}.mensaje-contenido strong{color:#1a73e8;font-weight:600}.mensaje-adjuntos{background-color:#f8f9fa;border:1px solid #e8eaed;border-radius:8px;margin-bottom:16px;padding:12px 16px}.adjunto-item{color:#5f6368;align-items:center;gap:8px;font-size:13px;display:flex}.adjunto-icono{font-size:16px}.adjunto-nombre{color:#1a73e8;cursor:pointer;font-weight:500}.adjunto-nombre:hover{text-decoration:underline}.adjunto-tamaño{color:#5f6368;font-size:12px}.mensaje-acciones-bottom{gap:8px;margin-top:12px;display:flex}.mensaje-acciones-bottom .ant-btn{height:32px;color:#5f6368;border:1px solid #dadce0;border-radius:16px;padding:0 12px;font-size:13px}.mensaje-acciones-bottom .ant-btn:hover{color:#202124;background-color:#f8f9fa;border-color:#dadce0}.separador-mensajes{border-color:#e8e8e8;margin:0}.respuesta-rapida{background-color:#fafafa;border-top:1px solid #e8e8e8;padding:20px 24px}.respuesta-rapida .ant-btn{height:44px;border-radius:22px;font-size:14px;font-weight:500;box-shadow:0 2px 6px #0000001a}.ant-tag{border:none;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.ant-avatar{font-size:14px;font-weight:600}@media (max-width:768px){.drawer-mensaje-contenedor{padding:0}.mensaje-item,.hilo-asunto{padding:16px 20px}.hilo-asunto h2{font-size:18px}.mensaje-respuesta{border-top:3px solid #e8e8e8;border-left:none;border-radius:0;margin-left:0}.respuesta-rapida{padding:16px 20px}}.hilo-mensajes::-webkit-scrollbar{width:6px}.hilo-mensajes::-webkit-scrollbar-track{background:#f1f1f1}.hilo-mensajes::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.hilo-mensajes::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.mensaje-item{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mensaje-header:hover .fecha-mensaje{color:#202124}.mensaje-item:hover .nombre-remitente{color:#1a73e8}.drawer-mensaje-header{box-shadow:0 1px 3px #0000001a}.hilo-asunto{box-shadow:0 1px 2px #0000000d}