*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;background:#3b82f6;color:#fff}button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed}button[type=button]{background:#f3f4f6;color:#374151}button[type=button]:hover:not(:disabled){background:#e5e7eb;box-shadow:0 2px 8px #0000001a}input,textarea,select{font-family:inherit;font-size:.875rem;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input::placeholder,textarea::placeholder,select::placeholder{color:#9ca3af}label{font-size:.875rem;font-weight:500;color:#374151;display:block;margin-bottom:.25rem}table:hover tbody tr:hover{background:#f9fafb}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #00000014}.stat-card{flex:1 1 160px;padding:1.25rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-card .stat-label{margin:0;color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.stat-card .stat-value{margin:.5rem 0 0;font-size:2rem;font-weight:700;color:#111827}.badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge.badge-success{background:#dcfce7;color:#166534}.badge.badge-warning{background:#fef9c3;color:#854d0e}.badge.badge-danger{background:#fee2e2;color:#991b1b}.badge.badge-info{background:#dbeafe;color:#1e40af}.alert{padding:1rem;border-radius:8px;font-size:.875rem;font-weight:500}.alert.alert-error{background:#fef2f2;color:#991b1b;border-left:4px solid #dc2626}.alert.alert-info{background:#eff6ff;color:#1d4ed8;border-left:4px solid #3b82f6}.alert.alert-success{background:#f0fdf4;color:#166534;border-left:4px solid #22c55e}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease}.bg-light{background:#f3f4f6!important}.bg-dark{background:#0f172a!important}.admin-header{background:#fff;padding:1.25rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.admin-header.dark{background:#1e293b;border-bottom-color:#334155;box-shadow:0 1px 3px #0000004d}.header-title{margin:0;font-size:1.5rem;font-weight:700;color:#111827;transition:color .3s ease}.header-title.dark{color:#f1f5f9}.header-subtitle{margin:.25rem 0 0;color:#6b7280;font-size:.875rem;transition:color .3s ease}.header-subtitle.dark{color:#94a3b8}.main-content{flex:1;padding:2rem;overflow:auto;background:#f3f4f6;transition:background-color .3s ease}.main-content.dark{background:#0f172a}html.dark,html.dark body{background:#0f172a;color:#e2e8f0}html.dark *[style*="background:white"],html.dark *[style*="background:#fff"],html.dark *[style*="background: white"],html.dark *[style*="background: #fff"],html.dark *[style*="background:#ffffff"],html.dark *[style*="background: #ffffff"]{background:#1e293b!important}html.dark *[style*="background:#f9fafb"],html.dark *[style*="background:#f3f4f6"],html.dark *[style*="background: #f9fafb"],html.dark *[style*="background: #f3f4f6"]{background:#0f172a!important}html.dark div:not([style*="color:#"]):not([class*=badge]),html.dark section:not([style*="color:#"]):not([class*=badge]),html.dark form:not([style*="color:#"]):not([class*=badge]),html.dark p:not([style*="color:#"]):not([class*=badge]),html.dark span:not([style*="color:#"]):not([class*=badge]){color:#e2e8f0}html.dark button:not([style*="background:#ef4444"]):not([style*="background:#3b82f6"]):not([style*="background:#6b7280"]){background:#334155!important;color:#f1f5f9!important}html.dark button:not([style*="background:#ef4444"]):not([style*="background:#3b82f6"]):not([style*="background:#6b7280"]):hover:not(:disabled){background:#475569!important}html.dark input,html.dark textarea,html.dark select{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html.dark input::placeholder,html.dark textarea::placeholder,html.dark select::placeholder{color:#64748b!important}html.dark input:focus,html.dark textarea:focus,html.dark select:focus{border-color:#3b82f6!important;background:#1e293b!important}html.dark label{color:#cbd5e1!important}html.dark label[style*="margin:0"],html.dark label[style*="font-weight:600"]{color:#f1f5f9!important}html.dark .card,html.dark .stat-card{background:#1e293b;border-color:#334155}html.dark .stat-card .stat-label{color:#94a3b8}html.dark .stat-card .stat-value{color:#f1f5f9}html.dark .stat-card:hover{box-shadow:0 4px 12px #0000004d}html.dark .badge.badge-success{background:#065f46;color:#a7f3d0}html.dark .badge.badge-warning{background:#78350f;color:#fde68a}html.dark .badge.badge-danger{background:#7f1d1d;color:#fca5a5}html.dark .badge.badge-info{background:#1e3a8a;color:#93c5fd}html.dark .alert.alert-error{background:#7f1d1d;color:#fca5a5;border-left-color:#dc2626}html.dark .alert.alert-info{background:#1e3a8a;color:#93c5fd;border-left-color:#3b82f6}html.dark .alert.alert-success{background:#065f46;color:#a7f3d0;border-left-color:#22c55e}html.dark table thead{background:#1e293b!important}html.dark table thead th{color:#e2e8f0}html.dark table tbody tr{border-top-color:#334155!important}html.dark table tbody tr:hover{background:#1e293b!important}html.dark table tbody tr td{color:#e2e8f0}html.dark table tbody tr td small{color:#94a3b8!important}html.dark div[style*="background:#fff"],html.dark div[style*="background:white"],html.dark div[style*="background: #fff"],html.dark div[style*="background: white"],html.dark section[style*="background:#fff"],html.dark section[style*="background:white"],html.dark section[style*="background: #fff"],html.dark section[style*="background: white"],html.dark form[style*="background:#fff"],html.dark form[style*="background:white"]{background:#1e293b!important}html.dark div[style*="background:#f9fafb"],html.dark div[style*="background:#f3f4f6"],html.dark div[style*="background: #f9fafb"],html.dark div[style*="background: #f3f4f6"],html.dark section[style*="background:#f9fafb"],html.dark section[style*="background:#f3f4f6"],html.dark section[style*="background: #f9fafb"],html.dark section[style*="background: #f3f4f6"]{background:#1e293b!important}html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6{color:#f1f5f9!important}html.dark p[style*="color:#6b7280"],html.dark span[style*="color:#6b7280"],html.dark div[style*="color:#6b7280"]{color:#94a3b8!important}html.dark p[style*="color:#111827"],html.dark span[style*="color:#111827"],html.dark div[style*="color:#111827"]{color:#f1f5f9!important}html.dark p[style*="color:#374151"],html.dark span[style*="color:#374151"],html.dark div[style*="color:#374151"]{color:#cbd5e1!important}html.dark [style*="border:1px solid #e5e7eb"],html.dark [style*="border-bottom:1px solid #e5e7eb"],html.dark [style*="border-top:1px solid"],html.dark [style*=border-radius]{border-color:#334155!important}html.dark [style*="border:1px dashed #d1d5db"]{border-color:#475569!important}html.dark div[style*="text-align:center"][style*="color:#6b7280"]{color:#94a3b8!important}html.dark code,html.dark pre{background:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}html.dark section [style*="background:white"],html.dark section [style*="background:#fff"],html.dark form [style*="background:white"],html.dark form [style*="background:#fff"]{background:#1e293b!important}html.dark aside{box-shadow:2px 0 12px #00000080!important}html.dark div[style*="background:#f3f4f6"][style*=border-radius]{background:#334155!important}html.dark small{color:#94a3b8!important}html.dark strong{color:#f1f5f9!important}html.dark ul li,html.dark ol li{color:#e2e8f0!important}html.dark *[style*="background:#eff6ff"]{background:#1e3a8a!important}html.dark *[style*="background:#e0f2fe"]{background:#075985!important}html.dark *[style*="background:#fef2f2"]{background:#7f1d1d!important}html.dark *[style*="background:#f0fdf4"]{background:#065f46!important}html.dark *[style*="color:#1e40af"]{color:#93c5fd!important}html.dark *[style*="color:#0369a1"]{color:#7dd3fc!important}html.dark *[style*="color:#991b1b"]{color:#fca5a5!important}html.dark *[style*="color:#166534"]{color:#86efac!important}html.dark div[style*="background:#e0f2fe"][style*=border-radius]{background:#075985!important;color:#7dd3fc!important}html.dark div[style*="background:#eff6ff"][style*="border:#bfdbfe"]{background:#1e3a8a!important;border-color:#3b82f6!important}html.dark div[style*="background:#eff6ff"][style*="border:#bfdbfe"] h3,html.dark div[style*="background:#eff6ff"][style*="border:#bfdbfe"] p{color:#93c5fd!important}html.dark section[style*="background:white"],html.dark section[style*="background:#fff"],html.dark section[style*="background: white"],html.dark section[style*="background: #fff"]{background:#1e293b!important;border-color:#334155!important}html.dark section[style*=box-shadow]{box-shadow:0 2px 8px #0000004d!important}html.dark h2[style*="font-weight:600"],html.dark h2[style*="font-size:1.25rem"]{color:#f1f5f9!important}html.dark div[style*="background:#f9fafb"][style*="padding:1rem"]{background:#0f172a!important;border:1px solid #334155}html.dark div[style*="background:#e0f2fe"][style*="color:#0369a1"]{background:#075985!important;color:#7dd3fc!important}html.dark div[style*="border:1px solid #e5e7eb"][style*="background:white"]{background:#0f172a!important;border-color:#334155!important}html.dark div[style*="border:1px solid #e5e7eb"][style*="background:white"] p[style*="color:#374151"]{color:#cbd5e1!important}html.dark div[style*="border-top:1px solid #e5e7eb"]{border-top-color:#334155!important}html.dark p[style*="color:#6b7280"],html.dark p[style*="font-size:.75rem"],html.dark p[style*="font-size:.875rem"]{color:#94a3b8!important}html.dark section p:not([class]),html.dark form p:not([class]),html.dark div p:not([class]){color:#cbd5e1!important}html.dark input[type=file]{color:#e2e8f0!important}html.dark input[type=file]::file-selector-button{background:#334155!important;color:#f1f5f9!important;border:1px solid #475569!important;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-right:1rem}html.dark input[type=file]::file-selector-button:hover{background:#475569!important}html.dark div[style*="max-width:700px"] div[style*="background:white"]{background:#1e293b!important;border-color:#334155!important}html.dark div[style*="max-width:700px"] h2[style*="color:#111827"]{color:#f1f5f9!important}html.dark div[style*="max-width:700px"] div[style*="background:#eff6ff"]{background:#1e3a8a!important;border-color:#3b82f6!important}html.dark div[style*="max-width:700px"] div[style*="background:#eff6ff"] h3,html.dark div[style*="max-width:700px"] div[style*="background:#eff6ff"] p{color:#93c5fd!important}html.dark *[style*="color:#111827"]{color:#f1f5f9!important}html.dark *[style*="color:#374151"]{color:#cbd5e1!important}html.dark *[style*="border:1px solid #e5e7eb"],html.dark *[style*="border-bottom:1px solid #e5e7eb"],html.dark *[style*="border-top:1px solid #e5e7eb"],html.dark *[style*="border:2px solid #e5e7eb"]{border-color:#334155!important}html.dark article{background:#1e293b!important;border-color:#334155!important}html.dark article header{background:#1e293b!important}html.dark article header[style*="background:#f9fafb"]{background:#0f172a!important}html.dark article header h3{color:#f1f5f9!important}html.dark article header small{color:#94a3b8!important}html.dark article header div[style*="background:#eff6ff"]{background:#1e3a8a!important;color:#93c5fd!important}html.dark article div[style*="background:#fafafa"]{background:#0f172a!important;border-color:#334155!important}html.dark article div[style*="background:white"][style*="border-radius:12px"]{background:#1e293b!important;border-color:#334155!important}html.dark article div[style*="background:#f3f4f6"]{background:#334155!important}html.dark div[style*="border:2px dashed"][style*="background:#f9fafb"]{background:#1e293b!important;border-color:#475569!important}html.dark .stat-card[style*=linear-gradient]{box-shadow:0 4px 12px #0006!important}
