.dashboard-pin-container{display:flex;justify-content:center;gap:12px}.dashboard-pin-input{width:56px;height:64px;font-size:24px;font-weight:700;text-align:center;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;transition:all .2s ease;outline:none}.dashboard-pin-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dashboard-pin-input.pin-filled{border-color:#6366f1;background-color:#f5f3ff}.dashboard-pin-input.pin-success{border-color:#10b981;background-color:#d1fae5;color:#065f46}.dashboard-pin-input.pin-error{border-color:#ef4444;background-color:#fee2e2;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.dashboard-spinner{display:inline-block;width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-tab-btn{transition:all .2s ease}.dashboard-tab-btn.active{background-color:#4f46e5;color:#fff}.dashboard-tab-btn:not(.active):hover{background-color:#e5e7eb}.dashboard-citas-filter{transition:all .2s ease}.dashboard-citas-filter.active{background-color:#eef2ff;color:#4f46e5}.dashboard-preguntas-filter{transition:all .2s ease}.dashboard-preguntas-filter.active{background-color:#d1fae5;color:#047857}.dashboard-cita-card{padding:16px;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.dashboard-cita-card:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.dashboard-cita-card .cita-image{width:80px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background-color:#f3f4f6}.dashboard-cita-card .cita-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;border-radius:9999px}.dashboard-cita-card .cita-status.pendiente{background-color:#fef3c7;color:#92400e}.dashboard-cita-card .cita-status.confirmada{background-color:#d1fae5;color:#065f46}.dashboard-cita-card .cita-status.cancelada{background-color:#fee2e2;color:#991b1b}.dashboard-cita-card .cita-status.realizada{background-color:#e0e7ff;color:#3730a3}.dashboard-inmueble-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.dashboard-inmueble-card:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.dashboard-inmueble-card .inmueble-image{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;background-color:#f3f4f6}.dashboard-inmueble-card .inmueble-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px}.dashboard-inmueble-card .inmueble-status.activo{background-color:#d1fae5;color:#065f46}.dashboard-inmueble-card .inmueble-status.revision{background-color:#fef3c7;color:#92400e}.dashboard-inmueble-card .inmueble-status.inactivo{background-color:#f3f4f6;color:#6b7280}.dashboard-cancel-btn{padding:6px 12px;font-size:12px;font-weight:500;color:#ef4444;background-color:#fee2e2;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.dashboard-cancel-btn:hover{background-color:#fecaca}.dashboard-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.dashboard-cita-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.dashboard-cita-header-info{display:flex;flex-direction:column;gap:4px}.dashboard-cita-fecha{margin:0;font-size:15px;font-weight:600;color:#1f2937}.dashboard-cita-count{font-size:13px;color:#6b7280}.dashboard-cita-inmuebles{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px}.dashboard-cita-inmueble{display:flex;align-items:center;gap:12px;padding:8px;background-color:#fff;border-radius:6px;transition:background-color .15s ease}.dashboard-cita-inmueble:hover{background-color:#f3f4f6}.dashboard-cita-inmueble-img{width:56px;height:42px;-o-object-fit:cover;object-fit:cover;border-radius:4px;background-color:#e5e7eb;flex-shrink:0}.dashboard-cita-inmueble-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.dashboard-remove-inmueble-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:#9ca3af;background-color:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.dashboard-remove-inmueble-btn:hover{color:#f97316;background-color:#fff7ed;border-color:#fed7aa}.dashboard-remove-inmueble-btn:focus{opacity:1;outline:2px solid #f97316;outline-offset:2px}.dashboard-remove-inmueble-btn:active{color:#ea580c;background-color:#ffedd5}.dashboard-cita-inmueble-key{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-cita-inmueble-link{font-size:12px;font-weight:500;color:#6366f1;text-decoration:none;transition:color .15s ease}.dashboard-cita-inmueble-link:hover{color:#4f46e5}.dashboard-cita-inmueble-obs{margin:.25rem 0 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.4;color:#6b7280;background-color:#f3f4f6;border-left:2px solid #d1d5db;border-radius:.25rem;font-style:italic}.dashboard-cita-obs{margin:0 0 12px;font-size:13px;color:#6b7280;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-cita-actions{display:flex;justify-content:flex-end}.dashboard-inmueble-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.dashboard-chat-btn{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:#9ca3af;background-color:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s ease}.dashboard-chat-btn:hover{color:#6366f1;background-color:#eef2ff;border-color:#c7d2fe}.dashboard-chat-btn.has-messages{color:#6366f1;opacity:1}.dashboard-chat-btn:focus{opacity:1;outline:2px solid #6366f1;outline-offset:2px}.dashboard-chat-badge{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;color:#fff;background-color:#6366f1;border-radius:9999px;animation:dashboard-badge-pulse 2s infinite}@keyframes dashboard-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.dashboard-pregunta-card{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;transition:all .2s ease}.dashboard-pregunta-card:hover{border-color:#10b981;box-shadow:0 4px 12px #10b9811a}.dashboard-pregunta-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.dashboard-pregunta-header-info{display:flex;flex-direction:column;gap:4px}.dashboard-pregunta-fecha{margin:0;font-size:15px;font-weight:600;color:#1f2937}.dashboard-pregunta-count{font-size:13px;color:#6b7280}.dashboard-pregunta-card .pregunta-status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;border-radius:9999px;flex-shrink:0}.dashboard-pregunta-card .pregunta-status.pendiente{background-color:#fef3c7;color:#92400e}.dashboard-pregunta-card .pregunta-status.respondida{background-color:#d1fae5;color:#065f46}.dashboard-pregunta-inmueble{display:flex;align-items:center;gap:12px;padding:8px 12px;margin-bottom:12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:background-color .15s ease}.dashboard-pregunta-inmueble:hover{background-color:#f3f4f6}.dashboard-pregunta-inmueble-img{width:56px;height:42px;-o-object-fit:cover;object-fit:cover;border-radius:4px;background-color:#e5e7eb;flex-shrink:0}.dashboard-pregunta-inmueble-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.dashboard-pregunta-inmueble-key{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-pregunta-inmueble-link{font-size:12px;font-weight:500;color:#6366f1;text-decoration:none;transition:color .15s ease}.dashboard-pregunta-inmueble-link:hover{color:#4f46e5}.dashboard-pregunta-mensaje{padding:8px 12px;margin-bottom:12px;background-color:#f9fafb;border-left:3px solid #d1d5db;border-radius:0 6px 6px 0;font-size:13px;line-height:1.4}.dashboard-pregunta-mensaje.from-agencia{border-left-color:#10b981;background-color:#ecfdf5}.dashboard-pregunta-mensaje.from-cliente{border-left-color:#6366f1;background-color:#eef2ff}.dashboard-pregunta-mensaje-label{display:block;font-size:11px;font-weight:600;color:#6b7280;margin-bottom:2px}.dashboard-pregunta-mensaje-text{margin:0;color:#374151;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dashboard-pregunta-actions{display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.dashboard-pregunta-chat-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;color:#fff;background-color:#10b981;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;width:auto;height:auto}.dashboard-pregunta-chat-btn:hover{background-color:#059669;color:#fff}.dashboard-pregunta-chat-btn:focus{outline:2px solid #10b981;outline-offset:2px}.dashboard-chat-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dashboard-chat-modal{animation:dashboard-chat-slide-up .2s ease-out}@keyframes dashboard-chat-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-chat-messages{min-height:200px;max-height:400px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.dashboard-chat-messages::-webkit-scrollbar{width:6px}.dashboard-chat-messages::-webkit-scrollbar-track{background:transparent}.dashboard-chat-messages::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.dashboard-chat-message{max-width:85%;padding:10px 14px;border-radius:16px;animation:dashboard-message-appear .2s ease-out}@keyframes dashboard-message-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-chat-message-cliente{margin-left:auto;background-color:#6366f1;color:#fff;border-bottom-right-radius:4px}.dashboard-chat-message-agencia{margin-right:auto;background-color:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.dashboard-chat-message-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.dashboard-chat-sender{font-size:11px;font-weight:600;opacity:.8}.dashboard-chat-message-cliente .dashboard-chat-sender{color:#ffffffd9}.dashboard-chat-message-agencia .dashboard-chat-sender{color:#6b7280}.dashboard-chat-time{font-size:10px;opacity:.7}.dashboard-chat-message-cliente .dashboard-chat-time{color:#ffffffb3}.dashboard-chat-message-agencia .dashboard-chat-time{color:#9ca3af}.dashboard-chat-message-body{font-size:14px;line-height:1.4;word-wrap:break-word}@media(max-width:640px){.dashboard-pin-input{width:48px;height:56px;font-size:20px}.dashboard-pin-container{gap:8px}.dashboard-cita-header,.dashboard-pregunta-header{flex-direction:column;gap:8px}.dashboard-cita-inmueble{flex-direction:row;gap:10px}.dashboard-cita-inmueble-img,.dashboard-pregunta-inmueble-img{width:48px;height:36px}.dashboard-pregunta-chat-btn{width:100%;justify-content:center}.dashboard-remove-inmueble-btn,.dashboard-chat-btn{opacity:1}.dashboard-cita-actions{justify-content:stretch}.dashboard-cancel-btn{width:100%;justify-content:center}.dashboard-chat-modal{max-height:90vh;margin:0;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%}.dashboard-chat-messages{max-height:50vh}}
