:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f7fa}#root{min-height:100vh}.app-container{min-height:100vh;background-color:#f5f7fa}h1{font-size:2rem;line-height:1.2;font-weight:700}h2{font-size:1.5rem;line-height:1.3;font-weight:600}h3{font-size:1.25rem;line-height:1.4;font-weight:600}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2563eb;color:#fff;cursor:pointer;transition:background-color .2s,transform .1s}button:hover{background-color:#1d4ed8}button:active{transform:translateY(1px)}button:disabled{background-color:#9ca3af;cursor:not-allowed}button:focus,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}input,select,textarea{font-family:inherit;font-size:1em}input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:0}.admin-dashboard-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.admin-dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.admin-dashboard-title{font-size:2rem;font-weight:700;margin:0;color:#1a1a1a;letter-spacing:-.5px}.admin-dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.admin-dashboard-main{display:flex;flex-wrap:wrap;gap:1.5rem}.admin-dashboard-section{flex:1 1 350px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:1.75rem 1.5rem;min-width:320px}.admin-dashboard-section h2{font-size:1.25rem;margin-bottom:1.25rem;color:#1a1a1a;font-weight:600}.admin-dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-dashboard-table th,.admin-dashboard-table td{padding:.875rem .75rem;border-bottom:1px solid #e5e7eb;text-align:left}.admin-dashboard-table th{background:#f9fafb;color:#374151;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.admin-dashboard-table tbody tr{transition:background-color .15s}.admin-dashboard-table tbody tr:hover{background-color:#f9fafb}.admin-dashboard-table tr:last-child td{border-bottom:none}.admin-dashboard-status-verified{color:#16a34a;font-weight:600}.admin-dashboard-status-pending{color:#f59e0b;font-weight:600}.admin-dashboard-stat-card{background:linear-gradient(135deg,#fff,#f9fafb);border-radius:12px;padding:1.5rem 1.25rem;text-align:center;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #f3f4f6;transition:transform .2s,box-shadow .2s}.admin-dashboard-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #00000014,0 2px 4px #0000000f}.admin-dashboard-stat-title{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.admin-dashboard-stat-value{font-size:1.875rem;font-weight:700;color:#1a1a1a;line-height:1}.admin-dashboard-input{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.admin-dashboard-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.admin-dashboard-btn{padding:.625rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s,transform .1s}.admin-dashboard-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.admin-dashboard-btn:active{transform:translateY(0)}.admin-dashboard-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}@media(max-width:768px){.admin-dashboard-container{padding:1.5rem 1rem}.admin-dashboard-title{font-size:1.75rem}.admin-dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.admin-dashboard-main{flex-direction:column}.admin-dashboard-section{padding:1.5rem 1rem}.admin-dashboard-table{font-size:.8125rem}.admin-dashboard-table th,.admin-dashboard-table td{padding:.625rem .5rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
