body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;background-color:#f3f3f3;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:30px;width:100%}.auth-title{font-size:24px;margin-bottom:20px;text-align:center}.auth-form{display:flex;flex-direction:column}.auth-form label{font-weight:500;margin-bottom:6px;margin-top:12px}.auth-form input{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:10px}.auth-form button{background-color:#111;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px;transition:background-color .2s ease}.auth-form button:hover{background-color:#333}.auth-form button:disabled{background-color:#888;cursor:not-allowed}.dashboard-container{color:#333;font-family:sans-serif;margin:0 auto;max-width:960px;padding:32px 16px}.dashboard-title{margin-bottom:16px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.add-car-button{background-color:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.add-car-button:hover{background-color:#333}.summary-cards{display:flex;gap:16px;margin-bottom:32px}.summary-card{background-color:#f4f4f4;border-radius:8px;box-shadow:0 2px 6px #0000000d;flex:1 1;padding:16px;text-align:center}.summary-value,.summary-value-inspection{font-size:1.5rem;font-weight:600;margin-bottom:6px}.summary-value-inspection{color:red}.summary-value-fixing{color:#000}.summary-value-fixing,.summary-value-rfs{font-size:1.5rem;font-weight:600;margin-bottom:6px}.summary-value-rfs{color:green}.summary-label{color:#666;font-size:.9rem}.status-section{margin-bottom:32px}.status-section h2{font-size:1.25rem;margin-bottom:8px}.status-list{display:flex;font-size:1rem;gap:16px;list-style:none;padding-left:0}.list-section h2{font-size:1.25rem;margin-bottom:12px}.car-list-placeholder{border:1px dashed #ccc;padding:24px}.dashboard-title-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.dashboard-title{font-size:2rem;font-weight:700}.card-row{align-items:center;display:flex;justify-content:space-between}.car-table{border-collapse:collapse;margin-top:16px;width:100%}.car-table td,.car-table th{border:1px solid #ccc;font-size:14px;padding:10px;text-align:left}.car-table th{background-color:#f4f4f4;font-weight:600}.car-table tr:hover{background-color:#f9f9f9}.car-list-placeholder{background-color:#fafafa;border:1px dashed #bbb;border-radius:6px;margin-top:12px;padding:20px;text-align:center}.car-card-list{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:16px}.car-card{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000000d;flex-direction:column;padding:16px}.car-card,.car-card-header{display:flex;justify-content:space-between}.car-card-header{margin-bottom:8px}.car-card-stock{color:#666;font-size:.85rem}.car-card-details{display:flex;flex-direction:column;font-size:.9rem;gap:6px}.car-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag{background-color:#eee;border-radius:4px;color:#333;font-size:.75rem;padding:4px 8px}.tag-green{background-color:#d1fae5;color:#065f46}.tag-red{background-color:#fee2e2;color:#991b1b}.search-bar{text-align:left}.search-bar input{width:100%}.search-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:20px 0}.search-bar input{border:1px solid #ccc;border-radius:6px;flex-grow:1;font-size:1rem;max-width:400px;padding:10px}.inspection-filter-button{background-color:#ddd;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:10px 16px;transition:background-color .2s ease}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-button{background-color:#ddd;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:8px 12px;transition:background-color .2s ease}.filter-button:hover{background-color:#ccc}.filter-button.active{background-color:#065f46;color:#fff}.modal{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;outline:none;overflow-y:auto;padding:2rem;position:relative;width:90%}.overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.edit-form label{display:block;margin:12px 0}.edit-form input,.edit-form select{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;margin-top:4px;padding:8px;width:100%}.form-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.form-row label{display:flex;flex:1 1;flex-direction:column;margin-right:1rem;min-width:0}.checkbox-row{display:flex}.checkbox-row,.edit-form .checkbox-row{align-items:center;gap:2px;margin:2px 0}.edit-form .checkbox-row{display:flex!important}.button-save{background-color:#5375ff;color:#fff;display:flex;justify-content:flex-end}.button-cancel,.button-save{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.button-cancel{background-color:#d6d6d6;color:#000}.form-row label:last-child{margin-right:0}.input-wrapper{align-items:center;border:1px solid #ccc;border-radius:6px;display:flex;margin-top:4px;overflow:hidden;padding:0}.input-wrapper input{border:none;flex:1 1;font-size:1rem;outline:none;padding:8px}.prefix{background-color:#fff;border-right:1px solid #ccc;color:#333;font-size:1rem;padding:0 8px}.sold-car{background-color:#d4d4d4}
/*# sourceMappingURL=main.1987b08c.css.map*/