@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);body{background-color:#f7f9fb;color:var(--black);font-family:Inter,system-ui,sans-serif;line-height:1.6;margin:0;padding:0}.content-wrapper{background-color:#f0f2f5;display:flex;justify-content:center;min-height:100vh;padding:2rem}.content{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;max-width:800px;padding:2rem 3rem;transition:all .3s ease;width:100%}h1{color:#222;font-size:2.5rem;font-weight:600;margin-bottom:2rem;text-align:center}h2{font-size:1.75rem;font-weight:500;margin-bottom:1.5rem}p{color:#333;font-size:1.05rem}button{border:none;border-radius:8px;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .2s ease}button:hover{transform:translateY(-2px)}button.connect{background-color:#1e1e1e;color:#fff}button.connect:hover{background-color:#333}.container.vehicle{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000d;margin-bottom:2rem;padding:1.5rem}.error{background-color:#ffecec;border-radius:8px;color:#d8000c;margin-top:1.5rem;padding:1rem}*,:after,:before{transition:all .2s ease-in-out}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.log-out{background:#f44336;border:none;border-radius:8px;color:#fff;font-weight:500;padding:.6rem 1rem}.log-out:hover{background-color:#d32f2f}.welcome-card{background-color:#eaf4ff;border-left:5px solid #007bff;border-radius:12px;box-shadow:0 2px 10px #007bff1a;margin-bottom:2rem;padding:1.25rem 1.5rem;text-align:center}.button-group{align-items:center;flex-direction:column}.button-group button{max-width:320px;width:70%}:root{--primary-color:#007bff;--primary-color-hover:#0056b3;--error-color:#d32f2f;--success-color:#2e7d32;--background:#fff;--text-color:#333;--font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.flexibility-form{background-color:#fff;background-color:var(--background);border-radius:12px;box-shadow:0 4px 14px #0000001a;color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-family:var(--font-family);margin:2rem auto;max-width:480px;padding:2rem 2.5rem}.flexibility-form h2{font-size:1.9rem;margin-bottom:1.8rem;text-align:center}.flexibility-form form{display:flex;flex-direction:column}.flexibility-form label{align-items:center;color:#444;display:flex;font-weight:600;gap:6px;margin-bottom:.4rem}.flexibility-form input,.flexibility-form select{border:1.5px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;transition:border-color .3s ease}.flexibility-form input:focus,.flexibility-form select:focus{border-color:#007bff;border-color:var(--primary-color);outline:none}.flexibility-form input[type=range]{margin-bottom:1.75rem;padding:0}.flexibility-form button{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.8rem 1.4rem;transition:background-color .3s ease}.flexibility-form button:disabled{background-color:#999;cursor:not-allowed}.flexibility-form button:hover:not(:disabled){background-color:#0056b3;background-color:var(--primary-color-hover)}.button-group{gap:1rem;margin-top:1.5rem}.error{color:#d32f2f;color:var(--error-color)}.error,.success{font-weight:600;margin-bottom:1rem;text-align:center}.success{color:#2e7d32;color:var(--success-color)}.tooltip-icon{border:1px solid #999;color:#555;cursor:help;font-size:.85em;padding:0 6px;position:relative;-webkit-user-select:none;user-select:none}.tooltip-icon:focus .tooltip-text,.tooltip-icon:hover .tooltip-text{opacity:1;visibility:visible}.tooltip-text{word-wrap:break-word;border-radius:5px;box-sizing:border-box;font-size:.85em;left:110%;max-width:180px;padding:6px 10px;top:-5px;white-space:normal}.my-assets{color:#333;font-family:Segoe UI,system-ui,sans-serif;margin:2rem auto;max-width:1000px;padding:2rem}.assets-header{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.assets-header h2{color:#2c3e50;font-size:1.8rem;margin:0}.count-badge{background:#e9ecef;border-radius:20px;color:#495057;font-size:.9rem;font-weight:700;padding:.25rem .75rem}.asset-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:2rem}.asset-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.asset-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.card-header{background-color:#f8f9fa;border-bottom:1px solid #eee;padding:1rem 1.25rem}.header-top{align-items:center;display:flex;justify-content:space-between}.header-top h3{color:#333;font-size:1.15rem;font-weight:700;margin:0}.type-badge{background-color:#e7f1ff;border-radius:6px;color:#0056b3;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .6rem;text-transform:uppercase}.card-body{flex-grow:1;padding:1.25rem}.data-row{align-items:baseline;border-bottom:1px dashed #f1f1f1;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.25rem}.data-row:last-child{border-bottom:none;margin-bottom:0}.data-label{color:#6c757d;font-size:.85rem;font-weight:600;text-transform:uppercase}.data-value{color:#212529;font-size:.95rem;font-weight:500;max-width:60%;text-align:right;word-break:break-word}.card-footer{background-color:#fff;border-top:1px solid #eee;padding:1rem}.unlink-button{background-color:#fff;border:1px solid #dc3545;border-radius:8px;color:#dc3545;cursor:pointer;font-weight:600;padding:.75rem;transition:all .2s;width:100%}.unlink-button:hover:not(:disabled){background-color:#dc3545;color:#fff}.unlink-button:disabled{background-color:#f8f9fa;border-color:#dee2e6;color:#adb5bd;cursor:not-allowed}.button-group{margin-top:2rem}.btn-secondary{background-color:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2.5rem}.btn-secondary:hover{background-color:#5a6268}.alert{border-radius:8px;margin-bottom:1.5rem;padding:1rem;text-align:center}.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.empty-state,.loading-state{color:#888;padding:3rem;text-align:center}.text-muted{color:#999;font-style:italic}.auth-form{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;font-family:Arial,sans-serif;margin:auto;max-width:360px;padding:2rem;text-align:center}.form-container{display:flex;flex-direction:column;gap:1rem}.password-field{align-items:center;display:flex}.password-input{flex:1 1}.toggle-password{margin-left:.5rem;padding:.4rem .6rem}.primary-button,.toggle-password{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer}.primary-button{font-size:1rem;padding:.6rem;width:100%}.primary-button:disabled{cursor:not-allowed;opacity:.7}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:.95rem;padding:0;text-decoration:underline}.link-button:hover{color:#0056b3}.secondary-action{font-size:.95rem;margin-top:1rem}.form-input{border:1px solid #ccc;border-radius:6px;font-size:.95rem;padding:.6rem .8rem;width:100%}.auth-form h2{color:#333;font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.auth-form form{display:flex;flex-direction:column}.auth-form input{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.75rem}.auth-form button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background-color .3s ease}.auth-form button:hover{background-color:#0056b3}.auth-form p button{background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;font-weight:700;padding:0;text-decoration:underline}.auth-form select{background-color:#fff;border:1px solid #ccc;border-radius:8px;color:#333;font-size:1rem;margin-bottom:1rem;padding:.75rem}.auth-form select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.auth-form .error{background-color:#f2dede;color:#d9534f}.auth-form .error,.auth-form .success{border-radius:6px;margin-bottom:1rem;padding:.5rem}.auth-form .success{background-color:#dff0d8;color:#3c763d}.fade-in{animation:fadeIn .5s ease-in}.slide-down{animation:slideDown .3s ease-out;margin-bottom:1rem}.success{color:green;font-weight:700}.error{color:red;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-form .routine-section{margin-top:2rem}.auth-form .routine-section h3{color:#333;font-size:1.25rem;margin-bottom:1rem;text-align:center}.auth-form .routine-day{background-color:#f9f9f9;border:1px solid #eee;border-radius:10px;margin-bottom:1.5rem;padding:1rem}.auth-form .routine-day h4{color:#007bff;font-size:1.1rem;margin-bottom:.75rem}.auth-form .routine-day input{background-color:#fff;border:1px solid #ccc;border-radius:8px;color:#333;display:block;font-size:1rem;margin-bottom:.75rem;padding:.75rem;width:100%}.auth-form .routine-day input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff26;outline:none}.weekday-selector{display:flex;justify-content:space-between;margin:1.5rem 0 1rem}.weekday-button{background-color:#fff;border:2px solid #ccc;border-radius:8px;color:#333;cursor:pointer;flex:1 1;font-size:1rem;margin:0 2px;padding:.5rem 0;transition:.3s}.weekday-button.selected{background-color:#007bff;border-color:#007bff;color:#fff}.weekday-button.complete:not(.selected){background-color:#dff0d8;border-color:#28a745;color:#28a745}.weekday-button.incomplete:not(.selected){background-color:#f8d7da;border-color:#dc3545;color:#dc3545}.modal-overlay{background-color:#00000080;z-index:999}.modal-content{background-color:#fff;border-radius:12px;max-width:500px;padding:2rem}.modal-content h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.modal-content label{color:#444;display:block;font-weight:600;margin-bottom:.5rem}.modal-content input[type=number],.modal-content input[type=text],.modal-content input[type=time]{border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.5rem;width:100%}.slider-input{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.slider-input input[type=range]{flex:1 1}.slider-input input[type=number]{width:60px}.modal-close{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem}.modal-close:hover{background-color:#0056b3}.flexibility-label{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:.5rem;margin-top:1.5rem}.tooltip-container{cursor:pointer;display:inline-block;position:relative}.tooltip-icon{background-color:#007bff;border-radius:50%;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:.1rem .4rem}.tooltip-text{background-color:#333;border-radius:6px;color:#fff;font-size:.9rem;left:50%;opacity:0;padding:.5rem;position:absolute;text-align:left;top:125%;transform:translateX(-50%);transition:opacity .3s ease;visibility:hidden;width:260px;z-index:1}.tooltip-container:focus-within .tooltip-text,.tooltip-container:hover .tooltip-text{opacity:1;visibility:visible}.modal-content select{background-color:#fff;border:1px solid #ccc;border-radius:8px;color:#333;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.weekday-item{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.copy-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:.8rem;padding:.2rem .4rem}.copy-button:hover{background-color:#e0e0e0}.weekday-button.partial{background-color:#fff3cd;border-color:#ffeeba}.modal-close.btn-green{background-color:#4caf50;color:#fff;font-weight:700}.switch-to-lpc{font-size:.95rem;margin-top:1rem;text-align:center}.switch-to-lpc .link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:.95rem;padding:0;text-decoration:underline}.switch-to-lpc .link-button:hover{color:#0056b3}.modal-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{max-width:400px;position:relative;width:90%;z-index:1001}.modal-close{background-color:#6c757d;margin-top:1rem}.modal-close:hover{background-color:#5a6268}.calendar-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.calendar-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.calendar-header h2{color:#1f2937;font-size:24px;font-weight:600;margin:0}.calendar-header button{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s}.calendar-header button:hover{background-color:#2563eb}.calendar-grid{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.calendar-grid .calendar-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;margin:0;padding:20px}.calendar-grid .calendar-header h3{color:#374151;font-size:18px;margin:0}.view-controls{display:flex;gap:10px}.view-controls button{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s}.view-controls button:hover{background-color:#e5e7eb}.view-controls button:active{background-color:#d1d5db}.events-list{padding:20px}.event-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;margin-bottom:12px;padding:15px;transition:all .2s}.event-item:hover{border-color:#3b82f6;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.event-time{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:8px}.event-title{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px}.event-soc{color:#059669;font-size:14px;font-weight:500;margin-bottom:6px}.event-mode{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;margin-bottom:8px;margin-right:8px;padding:4px 8px}.event-charger{color:#6b7280;font-size:14px;margin-bottom:8px}.event-recurring{background-color:#fef3c7;border-radius:12px;color:#92400e;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px}.mode-flex_base .event-mode{background-color:#dbeafe;color:#1e40af}.mode-manual .event-mode{background-color:#fce7f3;color:#be185d}.mode-forecast .event-mode{background-color:#dcfce7;color:#166534}.modal-backdrop{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;width:90%}.modal h3{color:#1f2937;font-size:20px;font-weight:600;margin:0 0 20px}.modal form{gap:16px}.form-group,.modal form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#374151;font-size:14px;font-weight:500}.modal input,.modal select,.modal textarea{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modal textarea{min-height:80px;resize:vertical}.button-group{gap:12px;justify-content:flex-end;margin-top:16px}.button-group button{border-radius:6px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.button-group button[type=submit]{background-color:#10b981;border:none;color:#fff}.button-group button[type=submit]:hover{background-color:#059669}.button-group button[type=button]{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151}.button-group button[type=button]:hover{background-color:#e5e7eb}.button-group button:last-child{background-color:#ef4444;border:none;color:#fff}.button-group button:last-child:hover{background-color:#dc2626}.loading{color:#6b7280;font-size:16px;padding:40px;text-align:center}.error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.error,.success{margin-bottom:20px;padding:12px 16px}.success{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#059669}@media (max-width:768px){.calendar-container{padding:10px}.calendar-header{align-items:stretch;flex-direction:column;gap:15px}.view-controls{justify-content:center}.modal{padding:20px;width:95%}.button-group{flex-direction:column}.button-group button{width:100%}}@media (max-width:480px){.events-list{padding:10px}.event-item{padding:12px}.modal{margin:10px;padding:16px}}.calendar-navigation{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}.nav-controls{align-items:center;display:flex;gap:10px}.nav-controls button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;padding:8px 16px;transition:all .2s}.nav-controls button:hover{background-color:#f3f4f6}.current-range{color:#1f2937;font-size:18px;font-weight:600}.view-controls button.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.month-view{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.week-days{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(7,1fr)}.week-day-header{color:#374151;font-size:14px;font-weight:600;padding:12px;text-align:center}.week-row{border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(7,1fr)}.week-row:last-child{border-bottom:none}.day-cell{border-right:1px solid #e5e7eb;min-height:120px;padding:8px;position:relative}.day-cell:last-child{border-right:none}.day-cell.other-month{background-color:#f9fafb;color:#9ca3af}.day-number{font-size:14px;font-weight:600;margin-bottom:8px}.day-cell.current-month .day-number{color:#1f2937}.day-cell.other-month .day-number{color:#9ca3af}.week-view{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.week-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(7,1fr)}.day-header{border-right:1px solid #e5e7eb;padding:12px;text-align:center}.day-header:last-child{border-right:none}.day-name{color:#374151;font-size:14px;font-weight:600;margin-bottom:4px}.day-date{color:#1f2937;font-size:18px;font-weight:600}.week-body{display:grid;grid-template-columns:repeat(7,1fr);min-height:500px}.day-column{border-right:1px solid #e5e7eb;padding:8px;position:relative}.day-column:last-child{border-right:none}.month-view .event-item,.week-view .event-item{border-radius:4px;cursor:pointer;font-size:12px;margin-bottom:4px;padding:4px 6px}.month-view .event-item .event-time,.week-view .event-item .event-time{font-size:10px;margin-bottom:2px}.month-view .event-item .event-title,.week-view .event-item .event-title{font-size:11px;font-weight:600;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.month-view .event-item .event-soc,.week-view .event-item .event-soc{font-size:10px;margin-bottom:0}.volvo-view{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:800px;padding:2rem}.volvo-view h2{color:#333;font-size:1.75rem}.volvo-view h2,.volvo-view p{margin-bottom:1.5rem;text-align:center}.volvo-view p{color:#555;font-size:1rem}.volvo-view .error,.volvo-view .success{font-weight:700;margin-bottom:1em;text-align:center}.volvo-view .error{color:#dc3545}.volvo-view .success{color:#28a745}.volvo-view button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .3s ease,opacity .3s ease}.volvo-view button:disabled{cursor:not-allowed;opacity:.6}.volvo-view button:first-child{background-color:#1c6ed5;color:#fff}.volvo-view button:first-child:hover:not(:disabled){background-color:#155bb2}.volvo-view button:last-child{background-color:#6c757d;color:#fff}.volvo-view button:last-child:hover{background-color:#5a6268}.samsung-view{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:800px;padding:2rem}.samsung-view h2{color:#333;font-size:1.75rem}.samsung-view h2,.samsung-view p{margin-bottom:1.5rem;text-align:center}.samsung-view p{color:#555;font-size:1rem}.samsung-view .error,.samsung-view .success{font-weight:700;margin-bottom:1em;text-align:center}.samsung-view .error{color:#dc3545}.samsung-view .success{color:#28a745}.samsung-view button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .3s ease,opacity .3s ease}.samsung-view button:disabled{cursor:not-allowed;opacity:.6}.samsung-view button:first-child{background-color:#1c6ed5;color:#fff}.samsung-view button:first-child:hover:not(:disabled){background-color:#155bb2}.samsung-view button:last-child{background-color:#6c757d;color:#fff}.samsung-view button:last-child:hover{background-color:#5a6268}.tesla-view{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:800px;padding:2rem}.tesla-view h2{color:#333;font-size:1.75rem}.tesla-view h2,.tesla-view p{margin-bottom:1.5rem;text-align:center}.tesla-view p{color:#555;font-size:1rem}.button-group{display:flex;gap:10px;justify-content:center;margin-top:20px}.tesla-view .error,.tesla-view .success{font-weight:700;margin-bottom:1em;text-align:center}.tesla-view .error{color:#dc3545}.tesla-view .success{color:#28a745}.tesla-view button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.6rem 1.2rem;transition:background-color .3s ease,opacity .3s ease}.tesla-view button:disabled{cursor:not-allowed;opacity:.6}.tesla-view button:first-child{background-color:#1c6ed5;color:#fff}.tesla-view button:first-child:hover:not(:disabled){background-color:#155bb2}.tesla-view button:last-child{background-color:#6c757d;color:#fff}.tesla-view button:last-child:hover{background-color:#5a6268}