body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; color: #333; }
.login-card { background: #ffffff; width: 100%; max-width: 380px; margin: 20px; padding: 40px 30px; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); text-align: center; position: relative; overflow: hidden; animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes slideUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
.login-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899); }
.logo-img { max-width: 150px; height: auto; margin-bottom: 15px; }
h3 { font-weight: 700; font-size: 20px; color: #1e293b; margin: 10px 0 5px 0; }
p.subtitle { font-size: 14px; color: #64748b; margin-bottom: 25px; line-height: 1.4; }
.input-wrapper { position: relative; margin-bottom: 15px; text-align: left; }
.input-wrapper label { display: block; font-size: 13px; font-weight: 600; color: #475569; margin-bottom: 6px; margin-left: 5px; }
.input-icon { position: absolute; bottom: 14px; left: 15px; color: #94a3b8; font-size: 18px; }
.form-control { width: 100%; padding: 14px 15px 14px 45px; border: 1px solid #cbd5e1; border-radius: 12px; font-size: 15px; background-color: #f8fafc; color: #1e293b; box-sizing: border-box; font-family: 'Poppins', sans-serif; font-weight: 600; }
.btn-custom { width: 100%; padding: 15px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: #fff; border: none; border-radius: 12px; font-size: 16px; font-weight: 600; cursor: pointer; box-shadow: 0 8px 15px rgba(37, 99, 235, 0.2); transition: all 0.3s; font-family: 'Poppins', sans-serif; margin-bottom: 10px; display: block; text-decoration: none;}
.btn-custom:disabled { background: #94a3b8; box-shadow: none; cursor: not-allowed; }
.btn-outline { background: transparent; border: 2px solid #3b82f6; color: #3b82f6; box-shadow: none; }
.btn-dark { background: #1e293b; box-shadow: 0 8px 15px rgba(30, 41, 59, 0.2); }
.btn-green { background: linear-gradient(135deg, #10b981 0%, #059669 100%); box-shadow: 0 8px 15px rgba(16, 185, 129, 0.2); }
.video-container { position: relative; margin-bottom: 15px; width: 100%; display: flex; justify-content: center;}
.mascote-video { width: 100%; aspect-ratio: 9/16; height: auto; border-radius: 16px; object-fit: cover; background: #000; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.btn-som { position: absolute; bottom: 10px; right: 10px; background: rgba(0, 0, 0, 0.7); color: #fff; border: none; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; cursor: pointer; z-index: 10; display: flex; align-items: center; gap: 6px; transition: all 0.3s; font-family: 'Poppins', sans-serif; backdrop-filter: blur(5px); }
.btn-som:hover { background: rgba(0, 0, 0, 0.9); }
.btn-som.ligado { background: rgba(16, 185, 129, 0.85); }
.checkbox-termos { display: flex; align-items: flex-start; gap: 10px; text-align: left; margin: 15px 0 15px 0; background: #f8fafc; padding: 12px; border-radius: 8px; border: 1px solid #e2e8f0; }
.checkbox-termos input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; cursor: pointer; accent-color: #3b82f6; }
.checkbox-termos label { font-size: 12px; color: #475569; line-height: 1.4; cursor: pointer; margin: 0; }
.checkbox-termos a { color: #3b82f6; text-decoration: none; font-weight: 700; transition: 0.3s; }
.checkbox-termos a:hover { text-decoration: underline; color: #2563eb; }
.modal-termos { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.85); z-index: 9999; justify-content: center; align-items: center; backdrop-filter: blur(5px); }
.modal-content-termos { background: #ffffff; color: #333; width: 90%; max-width: 450px; padding: 25px; border-radius: 20px; max-height: 80vh; overflow-y: auto; text-align: left; position: relative; animation: slideUp 0.4s ease; }
.btn-fechar-modal { background: #ef4444; color: #fff; border: none; padding: 6px 12px; border-radius: 8px; cursor: pointer; float: right; font-weight: bold; font-size: 12px; margin-bottom: 10px; }
.float-wpp { position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.4); z-index: 9999; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; animation: pulse-wpp 2s infinite; }
.float-wpp:hover { transform: scale(1.1); background-color: #20b858; color: #fff; }
@keyframes pulse-wpp { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
/* Melhoria Tubarão: Placeholders Translúcidos */
.form-control::placeholder {
    color: #94a3b8;
    opacity: 0.5;
    font-weight: 400;
}
.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}