@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
.Admin-module__gRG9la__pageWrapper{background:#f8fafc;width:100%;min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.Admin-module__gRG9la__header{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Admin-module__gRG9la__header h1{color:#1f2937;margin:0;font-size:1.5rem;font-weight:600}.Admin-module__gRG9la__headerActions{align-items:center;gap:1rem;display:flex}.Admin-module__gRG9la__button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.Admin-module__gRG9la__buttonPrimary{color:#fff;background:#3b82f6}.Admin-module__gRG9la__buttonPrimary:hover{background:#2563eb;transform:translateY(-1px)}.Admin-module__gRG9la__buttonSecondary{color:#6b7280;background:#fff;border:1px solid #d1d5db}.Admin-module__gRG9la__buttonSecondary:hover{color:#374151;background:#f9fafb}.Admin-module__gRG9la__buttonDanger{color:#fff;background:#ef4444}.Admin-module__gRG9la__buttonDanger:hover{background:#dc2626}.Admin-module__gRG9la__loginContainer{text-align:center;background:#fff;border-radius:12px;max-width:400px;margin:10% auto;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.15)}.Admin-module__gRG9la__loginContainer h2{color:#1f2937;margin-bottom:.5rem;font-weight:600}.Admin-module__gRG9la__loginSubtitle{color:#6b7280;margin-bottom:2rem;font-size:.9rem}.Admin-module__gRG9la__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Admin-module__gRG9la__modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 25px rgba(0,0,0,.25)}.Admin-module__gRG9la__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Admin-module__gRG9la__modalTitle{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.Admin-module__gRG9la__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:.25rem;font-size:1.5rem}.Admin-module__gRG9la__closeButton:hover{color:#374151}.Admin-module__gRG9la__mainContent{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Admin-module__gRG9la__contentHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Admin-module__gRG9la__contentTitle{color:#1f2937;margin:0;font-size:1.125rem;font-weight:600}.Admin-module__gRG9la__statsCard{text-align:center;background:#f3f4f6;border-radius:8px;padding:1rem 1.5rem}.Admin-module__gRG9la__statsNumber{color:#3b82f6;margin:0;font-size:1.5rem;font-weight:700}.Admin-module__gRG9la__statsLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.75rem}.Admin-module__gRG9la__searchSection{border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.Admin-module__gRG9la__searchInput{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'%3E%3C/path%3E%3C/svg%3E");background-position:8px;background-repeat:no-repeat;background-size:16px;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;transition:border-color .2s}.Admin-module__gRG9la__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Admin-module__gRG9la__form{flex-direction:column;gap:1rem;display:flex}.Admin-module__gRG9la__input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:.875rem;transition:border-color .2s}.Admin-module__gRG9la__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Admin-module__gRG9la__input[type=file]{cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db}.Admin-module__gRG9la__input[type=file]:hover{background:#eff6ff;border-color:#3b82f6}.Admin-module__gRG9la__progressBarContainer{background-color:#e5e7eb;border-radius:8px;width:100%;height:1.25rem;margin-top:1rem;overflow:hidden}.Admin-module__gRG9la__progressBar{color:#fff;background-color:#3b82f6;justify-content:center;align-items:center;width:0%;height:100%;font-size:.75rem;font-weight:500;transition:width .3s ease-in-out;display:flex}.Admin-module__gRG9la__tableContainer{overflow-x:auto}.Admin-module__gRG9la__dealerTable{border-collapse:collapse;width:100%}.Admin-module__gRG9la__dealerTable th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem;font-size:.75rem;font-weight:500}.Admin-module__gRG9la__dealerTable td{color:#1f2937;border-bottom:1px solid #f3f4f6;padding:1rem;font-size:.875rem}.Admin-module__gRG9la__dealerTable tbody tr:hover{background:#f9fafb}.Admin-module__gRG9la__dealerTable tbody tr:last-child td{border-bottom:none}.Admin-module__gRG9la__dealerCode{color:#374151;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Menlo,monospace;font-size:.75rem}.Admin-module__gRG9la__viewLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none}.Admin-module__gRG9la__viewLink:hover{color:#2563eb}.Admin-module__gRG9la__pagination{justify-content:between;border-top:1px solid #e5e7eb;align-items:center;padding:1rem 2rem;display:flex}.Admin-module__gRG9la__paginationInfo{color:#6b7280;font-size:.875rem}.Admin-module__gRG9la__paginationControls{gap:.5rem;margin-left:auto;display:flex}.Admin-module__gRG9la__paginationButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.Admin-module__gRG9la__paginationButton:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.Admin-module__gRG9la__paginationButton:disabled{opacity:.5;cursor:not-allowed}.Admin-module__gRG9la__paginationCurrent{color:#fff;background:#3b82f6;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.Admin-module__gRG9la__errorText{color:#ef4444;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.Admin-module__gRG9la__messageText{color:#10b981;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.Admin-module__gRG9la__emptyState{text-align:center;color:#6b7280;padding:3rem 2rem}.Admin-module__gRG9la__emptyState svg{color:#d1d5db;width:48px;height:48px;margin:0 auto 1rem}.Admin-module__gRG9la__loadingSpinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Admin-module__gRG9la__spin;display:inline-block}@keyframes Admin-module__gRG9la__spin{to{transform:rotate(360deg)}}.Admin-module__gRG9la__container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Admin-module__gRG9la__fullWidthContainer{width:100%;max-width:1200px;margin:0 auto}.Admin-module__gRG9la__backLink{color:#3b82f6;margin-bottom:1.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.Admin-module__gRG9la__backLink:hover{color:#2563eb}.Admin-module__gRG9la__detailsGrid{background-color:#f9fafb;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem;padding:1.5rem;display:grid}.Admin-module__gRG9la__detailItem{background-color:#fff;border-radius:6px;padding:1rem;font-size:.875rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Admin-module__gRG9la__detailItem strong{color:#6b7280;margin-bottom:.25rem;font-weight:500;display:block}.Admin-module__gRG9la__loadingState{color:#6b7280;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}@media (max-width:768px){.Admin-module__gRG9la__pageWrapper{padding:1rem}.Admin-module__gRG9la__header{flex-direction:column;align-items:stretch;gap:1rem}.Admin-module__gRG9la__headerActions{justify-content:center}.Admin-module__gRG9la__contentHeader{flex-direction:column;align-items:stretch;gap:1rem}.Admin-module__gRG9la__pagination{flex-direction:column;gap:1rem}.Admin-module__gRG9la__paginationControls{justify-content:center;margin-left:0}}
