Redirecting...

body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #f5f5f5; } .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .header-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 24px; font-weight: bold; } .auth-section { display: flex; gap: 10px; align-items: center; } .user-email { font-size: 14px; } button { padding: 10px 20px; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; } .btn-primary { background: white; color: #667eea; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); } .btn-secondary { background: transparent; border: 2px solid white; color: white; } .container { max-width: 1200px; margin: 30px auto; padding: 0 20px; } .card { background: white; border-radius: 10px; padding: 30px; margin-bottom: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } h2 { margin-bottom: 20px; color: #667eea; } .form-group { margin-bottom: 15px; } label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; } input, select, textarea { width: 100%; padding: 12px; border: 2px solid #e0e0e0; border-radius: 6px; font-size: 14px; } input:focus, select:focus, textarea:focus { outline: none; border-color: #667eea; } .vehicle-list { display: grid; gap: 15px; } .vehicle-item { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #f8f9fa; border-radius: 8px; cursor: pointer; transition: all 0.2s; } .vehicle-item:hover { background: #e9ecef; transform: translateX(5px); } .vehicle-item.selected { background: #e8f5e9; border: 2px solid #4caf50; } .vehicle-info { flex: 1; } .vehicle-nickname { font-weight: 600; font-size: 16px; margin-bottom: 5px; } .vehicle-details { font-size: 14px; color: #666; } .vehicle-actions { display: flex; gap: 10px; } .btn-small { padding: 6px 12px; font-size: 12px; } .repair-history { max-height: 400px; overflow-y: auto; } .repair-history-item { border: 1px solid #e0e0e0; border-radius: 6px; padding: 15px; margin-bottom: 10px; cursor: pointer; transition: all 0.2s; } .repair-history-item:hover { background: #f8f9fa; border-color: #667eea; } .repair-history-date { font-size: 12px; color: #999; margin-bottom: 5px; } .repair-history-query { font-weight: 600; margin-bottom: 5px; } .repair-history-vehicle { font-size: 14px; color: #666; } .btn-danger { background: #f44336; color: white; } .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; align-items: center; justify-content: center; } .modal.active { display: flex; } .modal-content { background: white; border-radius: 10px; padding: 30px; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; } .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .close-btn { background: none; border: none; font-size: 24px; cursor: pointer; color: #999; } .results { margin-top: 20px; } .result-section { margin-bottom: 30px; } .result-section h3 { color: #667eea; margin-bottom: 15px; } .part-card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 15px; margin-bottom: 10px; } .part-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .part-name { font-weight: 600; } .part-price { font-size: 18px; color: #4caf50; font-weight: bold; } .instruction-step { padding: 15px; border-left: 4px solid #667eea; background: #f8f9fa; margin-bottom: 10px; border-radius: 4px; } .step-title { font-weight: 600; margin-bottom: 5px; } .hidden { display: none; } .error { background: #ffebee; color: #c62828; padding: 12px; border-radius: 6px; margin-bottom: 15px; } .success { background: #e8f5e9; color: #2e7d32; padding: 12px; border-radius: 6px; margin-bottom: 15px; } .loading { text-align: center; padding: 40px; color: #999; } .spinner { border: 3px solid #f3f3f3; border-top: 3px solid #667eea; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 20px auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

Welcome to Home and Car DIY

Please login or register to manage your vehicles and get repair recommendations.