@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #1B3A6B;--primary-mid: #2E5FA3;--primary-light:#4A85D4;--gold: #C9A84C;--gold-light: #E8C96B;--cream: #F8F9FB;--white: #FFFFFF;--charcoal: #1A1A2E;--border: #E5E7EB;--card: #FFFFFF;--text-sec: #6B7280;--text-muted: #9CA3AF;--surface: #F3F4F6;--red: #DC2626;--green: #16A34A;--shadow: 0 1px 3px rgba(0,0,0,.07);--shadow-md: 0 4px 16px rgba(0,0,0,.09);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--radius: 14px;--radius-sm: 8px;--radius-lg: 20px}[data-theme=dark]{--cream: #0D1117;--white: #161B22;--card: #1C2128;--charcoal: #E6EDF3;--border: #30363D;--text-sec: #8B949E;--text-muted: #484F58;--surface: #21262D}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--cream);color:var(--charcoal);line-height:1.6;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:.95rem}.display{font-family:Cormorant Garamond,serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes toastIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .4s ease both}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.page-pad{padding-top:80px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.status-sold{background:#e0e7ff;color:#3730a3}.status-draft{background:#f3f4f6;color:#374151}.status-suspended{background:#fee2e2;color:#991b1b}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#f3f4f6;color:#374151}.status-processing{background:#dbeafe;color:#1e40af}.status-paid,.status-verified{background:#d1fae5;color:#065f46}.status-featured{background:#fef9c3;color:#854d0e}[data-theme=dark] .status-pending{background:#f59e0b26;color:#fcd34d}[data-theme=dark] .status-approved{background:#16a34a26;color:#4ade80}[data-theme=dark] .status-rejected{background:#dc262626;color:#fca5a5}[data-theme=dark] .status-sold{background:#6366f126;color:#a5b4fc}[data-theme=dark] .status-draft{background:#6b728026;color:#9ca3af}[data-theme=dark] .status-completed{background:#16a34a26;color:#4ade80}[data-theme=dark] .status-cancelled{background:#6b728026;color:#9ca3af}[data-theme=dark] .status-processing{background:#3b82f626;color:#93c5fd}[data-theme=dark] .status-paid,[data-theme=dark] .status-verified{background:#16a34a26;color:#4ade80}[data-theme=dark] .status-featured{background:#c9a84c26;color:#e8c96b}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--border) 50%,var(--surface) 75%);background-size:1000px 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}}.dash-layout{display:flex;min-height:100vh;padding-top:72px}.dash-sidebar{width:240px;flex-shrink:0;background:var(--card);border-right:1px solid var(--border);padding:1.5rem 0;position:sticky;top:72px;height:calc(100vh - 72px);overflow-y:auto}.dash-content{flex:1;padding:2rem;min-width:0}@media (max-width: 768px){.dash-layout{flex-direction:column}.dash-sidebar{width:100%;position:static;height:auto;display:flex;overflow-x:auto;padding:.5rem}}.dash-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:var(--text-sec);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border-left:3px solid transparent}.dash-nav-item:hover{background:var(--surface);color:var(--charcoal)}.dash-nav-item.active{background:#1b3a6b14;color:var(--primary-light);border-left-color:var(--primary-light)}[data-theme=dark] .dash-nav-item.active{background:#4a85d41f;color:var(--primary-light)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{text-align:left;padding:.75rem 1rem;background:var(--surface);color:var(--text-sec);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}tbody td{padding:.875rem 1rem;border-bottom:1px solid var(--border);color:var(--charcoal);vertical-align:middle}tbody tr:hover{background:var(--surface)}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);overflow-x:auto}.tab{padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-sec);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s}.tab:hover{color:var(--charcoal)}.tab.active{color:var(--primary-light);border-bottom-color:var(--primary-light)}.vehicle-specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}@media (max-width: 1024px){.dash-sidebar{width:200px}}@media (max-width: 768px){.container{padding:0 1rem}.dash-content{padding:1rem}}
