body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{align-items:flex-start;background:#e8f0fe;display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100dvh;min-height:100vh;overflow:hidden}.chat-wrapper{background:#fff;box-shadow:0 4px 24px #1a5fc71f;display:flex;flex-direction:column;height:100dvh;height:100vh;max-width:480px;width:100%}@supports (height:100dvh){.chat-wrapper{height:100dvh}body{min-height:100dvh}}.chat-header{background:#1a73e8;color:#fff;gap:.75rem;padding:.875rem 1rem}.chat-avatar,.chat-header{align-items:center;display:flex;flex-shrink:0}.chat-avatar{background:#ffffff40;border-radius:50%;font-size:1.2rem;font-weight:700;height:42px;justify-content:center;width:42px}.chat-header-info{display:flex;flex:1 1;flex-direction:column}.chat-nombre{font-size:1rem;font-weight:600}.chat-subtitulo{font-size:.75rem;opacity:.85}.chat-badge{background:#ffffff40;border-radius:12px;font-size:.7rem;padding:.2rem .6rem}.chat-logout-btn{align-items:center;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;transition:background .2s;width:34px}.chat-logout-btn:hover{background:#ffffff4d}.chat-mensajes{background:#f0f4ff;display:flex;flex:1 1;flex-direction:column;gap:.4rem;overflow-y:auto;padding:1rem .75rem}.chat-mensajes-spacer{flex:1 1}.burbuja-wrapper{animation:aparecer .2s ease;display:flex}.burbuja-wrapper.izquierda{justify-content:flex-start}.burbuja-wrapper.derecha{justify-content:flex-end}@keyframes aparecer{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.burbuja{border-radius:18px;font-size:.92rem;line-height:1.5;max-width:78%;padding:.6rem .9rem;white-space:pre-wrap;word-break:break-word}.burbuja-sofia{background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 3px #1a5fc71a;color:#1a1a2e}.burbuja-usuario{background:#1a73e8;border-bottom-right-radius:4px;color:#fff}.burbuja-escribiendo{align-items:center;display:flex;gap:4px;padding:.7rem 1rem}.burbuja-escribiendo span{animation:typing 1.2s ease-in-out infinite;background:#1a73e8;border-radius:50%;height:7px;width:7px}.burbuja-escribiendo span:nth-child(2){animation-delay:.2s}.burbuja-escribiendo span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-input-bar{align-items:flex-end;background:#fff;border-top:1px solid #d2e3fc;display:flex;flex-shrink:0;gap:.5rem;padding:.75rem .875rem}.chat-input{background:#f8fbff;border:1.5px solid #d2e3fc;border-radius:22px;color:#1a1a2e;flex:1 1;font-family:inherit;font-size:.93rem;line-height:1.4;max-height:120px;outline:none;overflow-y:auto;padding:.6rem 1rem;resize:none;transition:border-color .2s}.chat-input:focus{background:#fff;border-color:#1a73e8}.chat-input:disabled{background:#f0f4ff;color:#999}.chat-send-btn{align-items:center;background:#1a73e8;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:background .2s,transform .1s;width:44px}.chat-send-btn:hover:not(:disabled){background:#1557b0;transform:scale(1.05)}.chat-send-btn:disabled{background:#b0c8f0;cursor:not-allowed}.selector-sexo{background:#fff;border-top:1px solid #d2e3fc;display:flex;gap:.5rem;padding:.5rem .875rem}.selector-sexo button{background:#fff;border:1.5px solid #1a73e8;border-radius:22px;color:#1a73e8;cursor:pointer;flex:1 1;font-family:inherit;font-size:.93rem;font-weight:500;padding:.55rem 1rem;transition:background .2s,color .2s}.selector-sexo button:hover:not(:disabled){background:#1a73e8;color:#fff}.selector-sexo button:disabled{cursor:not-allowed;opacity:.5}.login-wrapper{align-items:center;background:#e8f0fe;display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #1a5fc726;gap:1.5rem;max-width:340px;padding:2.5rem 2rem;width:100%}.login-card,.login-header{align-items:center;display:flex;flex-direction:column}.login-header{gap:.4rem}.login-avatar{align-items:center;background:#1a73e8;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:64px;justify-content:center;margin-bottom:.25rem;width:64px}.login-titulo{color:#1a1a2e;font-size:1.4rem;font-weight:700;margin:0}.login-subtitulo{color:#1a73e8;font-size:.85rem;font-weight:600;margin:0}.login-clinica{color:#666;font-size:.8rem;margin:0}.login-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.login-input{background:#f8fbff;border:1.5px solid #d2e3fc;border-radius:22px;color:#1a1a2e;font-family:Segoe UI,sans-serif;font-size:.95rem;outline:none;padding:.65rem 1.1rem;transition:border-color .2s}.login-input:focus{background:#fff;border-color:#1a73e8}.login-input:disabled{background:#f0f4ff;color:#999}.login-error{color:#d32f2f;font-size:.85rem;margin:0;text-align:center}.login-btn{background:#1a73e8;border:none;border-radius:22px;color:#fff;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:.95rem;font-weight:600;margin-top:.25rem;padding:.7rem;transition:background .2s,transform .1s}.login-btn:hover:not(:disabled){background:#1557b0;transform:scale(1.02)}.login-btn:disabled{background:#b0c8f0;cursor:not-allowed}
/*# sourceMappingURL=main.7190f8a7.css.map*/