/* Error */ .error { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 2rem; border-radius: 16px; text-align: center; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); max-width: 400px; margin: 0 1rem; } .error h2 { color: #1e3a8a; margin-bottom: 1rem; font-size: 1.2rem; } .error p { color: #6b7280; margin-bottom: 1.5rem; line-height: 1.5; } .error button { background: #1e3a8a; color: white; border: none; padding: 0.8rem 1.5rem; border-radius: 8px; cursor: pointer; font-weight: 500; }
Especialista em Automação Comercial