@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:#f3f5f9;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4{font-weight:800;letter-spacing:-.01em}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}a{color:inherit}::selection{background:#c7d2fe;color:#0f172a}.alert-ok,.alert-error{position:fixed!important;top:50%!important;left:50%!important;margin:0!important;transform:translate(-50%,-50%)!important;z-index:2000!important;max-width:460px;width:calc(100% - 48px);text-align:center;box-shadow:0 24px 64px -16px #0f172a59,0 0 0 1px #0f172a0f;animation:alerta-centrada-entrada .18s ease-out,alerta-centrada-salida .3s ease-in 4s forwards}@keyframes alerta-centrada-entrada{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes alerta-centrada-salida{to{opacity:0;pointer-events:none}}
