:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%}*{box-sizing:border-box}.admin-layout{display:flex;min-height:100vh;background:#020617}.sidebar{width:280px;background:#0f172a;border-right:1px solid #1e293b;padding:1.5rem 1rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.main-content{flex:1;padding:2.5rem;max-width:1400px;margin:0 auto;width:100%}h1{font-size:1.875rem;font-weight:700;margin-bottom:2rem;color:#f8fafc}h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#f8fafc}h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#cbd5e1}.card{background:#0f172a;border-radius:16px;border:1px solid #1e293b;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .2s ease,border-color .2s ease}.card:hover{border-color:#334155}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.btn{padding:.625rem 1.25rem;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-outline{background:transparent;border:1px solid #1e293b;color:#94a3b8}.btn-outline:hover{background:#1e293b;color:#fff}.btn-ghost{background:transparent;color:#94a3b8}.btn-ghost:hover{background:#1e293b;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.table-container{overflow-x:auto}.table{width:100%;border-collapse:separate;border-spacing:0}.table th{background:#1e293b80;padding:1rem;text-align:left;color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;border-bottom:1px solid #1e293b}.table td{padding:1rem;border-bottom:1px solid #1e293b;color:#e2e8f0;font-size:.875rem}.badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-success{background:#064e3b;color:#34d399}.badge-pending{background:#451a03;color:#fbbf24}.badge-danger{background:#450a0a;color:#f87171}.badge-info{background:#172554;color:#60a5fa}.input{width:100%;padding:.75rem 1rem;background:#020617;border:1px solid #1e293b;border-radius:8px;color:#fff;font-size:.875rem;outline:none;transition:border-color .2s}.input:focus{border-color:#3b82f6}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.view-animate{animation:fadeIn .3s ease-out}
