Construtor de Ônibus PRO
@keyframes girar { from { transform: rotate(0deg); } to { transform: rotate(350deg); } }
.painel-controles { background: #fff; padding: 15px; border-radius: 15px; width: 92%; max-width: 400px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); margin-bottom: 20px; }
input[type="text"], input[type="range"] { margin-bottom: 10px; width: 100%; padding: 12px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 8px; }
/* Nova classe para as fotos das rodas */
.container-fotos-rodas { display: flex; gap: 10px; margin-bottom: 15px; }
.btn-foto-roda { width: 50px; height: 50px; border: 2px solid #ddd; border-radius: 8px; cursor: pointer; background-size: cover; background-position: center; }
.btn-cor-custom { width: 30%; padding: 12px; border-radius: 8px; border: 2px solid #ddd; background: linear-gradient(90deg, #ff8a00 0%, #e52e71 100%); cursor: pointer; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-bottom: 10px; }
.botoes-vel { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; }
button { padding: 10px; border: none; border-radius: 8px; color: white; background: var(--cor-primaria); font-weight: bold; cursor: pointer; }
.btn-danger { background: #e74c3c; } .btn-success { background: #27ae60; width: 100%; margin-top: 15px; }
label { display: block; margin-bottom: 5px; font-size: 14px; font-weight: bold; color: #555; }