.loading-screen{z-index:9999;background:#f8fafc;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.conteudo-loading{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.logo-loading{border-radius:20px;width:80px;height:80px;animation:2s ease-in-out infinite pulse;overflow:hidden;box-shadow:0 10px 30px rgba(59,130,246,.3)}.logo-loading img{object-fit:cover;width:100%;height:100%}.titulo-loading{color:#0f172a;margin:0;font-family:Lato,sans-serif;font-size:28px;font-weight:700}.titulo-loading span{color:#10b981}.subtitulo-loading{color:#64748b;margin:0;font-family:Lato,sans-serif;font-size:14px}.pontos-loading{gap:6px;display:flex}.pontos-loading span{background:#3b82f6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite bounce}.pontos-loading span:first-child{animation-delay:0s}.pontos-loading span:nth-child(2){animation-delay:.2s}.pontos-loading span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}
