.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.page-header-content{flex:1;min-width:0}.page-header-actions{display:flex;gap:.75rem;flex-shrink:0}@media(max-width:640px){.page-header{flex-direction:column;align-items:stretch;gap:1rem}.page-header-actions{flex-direction:column;width:100%}.page-header-actions .btn{width:100%;justify-content:center}}:root{--primary-blue: #2563eb;--primary-blue-hover: #1d4ed8;--bg-white: #ffffff;--bg-gray: #f8fafc;--bg-light-gray: #f1f5f9;--text-dark: #1e293b;--text-muted: #64748b;--text-light: #94a3b8;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--radius: .75rem}.admin-page{background:var(--bg-gray);min-height:100vh;color:var(--text-dark)}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.page-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem}.page-subtitle{color:var(--text-muted);font-size:.95rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .2s ease}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-label{color:var(--text-muted);font-size:.875rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.stat-value{font-size:2.25rem;font-weight:700;color:var(--primary-blue)}.card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.card h3,.card-title{color:var(--text-dark);font-size:1.125rem;font-weight:600;margin:0 0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:var(--primary-blue);color:#fff}.btn-primary:hover{background:var(--primary-blue-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-dark)}.btn-outline:hover{background:var(--bg-light-gray);border-color:var(--text-muted)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#22c55e;color:#fff}.btn-success:hover{background:#16a34a}.loading{display:flex;align-items:center;justify-content:center;min-height:300px}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.table-container{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse;color:var(--text-dark)}thead{background:var(--bg-light-gray);border-bottom:1px solid var(--border-color)}th{padding:.875rem 1rem;text-align:left;font-weight:600;color:var(--text-dark);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}td{padding:1rem;border-bottom:1px solid var(--border-color);color:var(--text-dark)}tr:last-child td{border-bottom:none}tr:hover{background:var(--bg-gray)}.form-group{margin-bottom:1.25rem}.form-label{display:block;color:var(--text-dark);font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-dark);font-size:.95rem;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb26}.form-textarea{resize:vertical;min-height:100px}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.badge-success{background:#dcfce7;color:#15803d}.badge-warning{background:#fef3c7;color:#b45309}.badge-danger{background:#fee2e2;color:#b91c1c}.badge-info{background:#dbeafe;color:#1d4ed8}.quick-actions{display:flex;gap:1rem;flex-wrap:wrap}.car-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:.75rem;transition:all .2s ease}.car-list-item:hover{box-shadow:var(--shadow-md)}.car-thumbnail{width:120px;height:80px;border-radius:.5rem;-o-object-fit:cover;object-fit:cover}.car-info h4{margin:0 0 .25rem;color:var(--text-dark);font-weight:600}.car-info p{margin:0;color:var(--text-muted);font-size:.875rem}.car-price{font-weight:700;color:var(--primary-blue);font-size:1.125rem}.toggle{position:relative;width:44px;height:24px;background:var(--border-color);border-radius:12px;cursor:pointer;transition:background .2s}.toggle.active{background:var(--primary-blue)}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:var(--shadow-sm)}.toggle.active:after{transform:translate(20px)}.action-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-muted)}.empty-state svg{width:64px;height:64px;color:var(--text-light);margin-bottom:1rem}.empty-state h3{color:var(--text-dark);margin-bottom:.5rem}
