*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f3f4f6;color:#111827}.container{max-width:640px;margin:0 auto;padding:24px 16px 64px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px}h1{font-size:22px;margin:0 0 4px}.muted{color:#6b7280;font-size:14px}.field{margin-bottom:12px}label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:#374151}input[type=email],input[type=text],textarea{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit}input[readonly]{background:#f9fafb;color:#6b7280}textarea{min-height:90px;resize:vertical}.veiculo{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px}.veiculo input[type=checkbox]{margin-top:3px;width:18px;height:18px}.veiculo .placa{font-weight:700;font-size:15px}.veiculo .detalhe{font-size:13px;color:#6b7280}button{width:100%;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}button:disabled{background:#9ca3af;cursor:not-allowed}button.secundario{background:#e5e7eb;color:#111827}.btn-row{display:flex;gap:8px;margin-top:8px}.camera-video{width:100%;border-radius:8px;background:#000;max-height:360px;object-fit:cover}.preview-img{width:100%;max-height:320px;object-fit:contain;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.erro{color:#b91c1c;font-size:14px;margin-top:8px}.sucesso{color:#047857;font-size:14px}.alerta{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:16px;border-radius:8px}