🚀 SIS2

Assistente de Instalação

Preparando o sistema...

Verificando permissões
Aguarde...
Criando estrutura de pastas
Aguarde...
Configurando banco de dados
Aguarde...
Criando estrutura do banco
Aguarde...

Configure seu sistema

Preencha os dados para criar sua organização e conta de administrador.

Nome da sua empresa ou organização
Usado na URL: /t/minha-empresa (apenas letras, números e hífen)
Use este email para fazer login

Sistema Instalado com Sucesso!

Tudo está pronto. Você pode fazer login agora.

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; } .container { background: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); max-width: 800px; width: 100%; overflow: hidden; } .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; text-align: center; } .header h1 { font-size: 2.5em; margin-bottom: 10px; } .header p { opacity: 0.9; font-size: 1.1em; } .content { padding: 40px; } .step { display: flex; align-items: flex-start; margin-bottom: 30px; padding: 20px; border-radius: 10px; background: #f8f9fa; transition: all 0.3s; } .step.checking { background: #fff3cd; border-left: 4px solid #ffc107; } .step.success { background: #d4edda; border-left: 4px solid #28a745; } .step.error { background: #f8d7da; border-left: 4px solid #dc3545; } .step-icon { font-size: 2em; margin-right: 20px; min-width: 40px; text-align: center; } .step-content { flex: 1; } .step-title { font-size: 1.2em; font-weight: 600; margin-bottom: 5px; } .step-description { color: #666; font-size: 0.95em; } .spinner { border: 3px solid #f3f3f3; border-top: 3px solid #667eea; border-radius: 50%; width: 30px; height: 30px; animation: spin 1s linear infinite; margin: 20px auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .btn { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; padding: 15px 40px; font-size: 1.1em; border-radius: 10px; cursor: pointer; transition: transform 0.2s; display: block; width: 100%; margin-top: 30px; } .btn:hover { transform: translateY(-2px); } .btn:disabled { opacity: 0.5; cursor: not-allowed; } .progress-bar { width: 100%; height: 10px; background: #e9ecef; border-radius: 10px; overflow: hidden; margin-bottom: 30px; } .progress-fill { height: 100%; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); transition: width 0.5s; width: 0%; } .log { background: #1e1e1e; color: #d4d4d4; padding: 15px; border-radius: 5px; font-family: 'Courier New', monospace; font-size: 0.85em; max-height: 200px; overflow-y: auto; margin-top: 15px; display: none; } .log.show { display: block; }

🚀 SIS2

Instalação Automática do Sistema