*,::before,::after{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}table{border-collapse:collapse;width:100%}.min-h-screen{min-height:100vh}.fixed{position:fixed}.sticky{position:sticky}.static{position:static}.inset-y-0{top:0;bottom:0}.left-0{left:0}.top-0{top:0}.z-30{z-index:30}.z-40{z-index:40}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline{display:inline}.hidden{display:none}.flex{display:flex}.grid{display:grid}.contents{display:contents}.h-14{height:3.5rem}.h-16{height:4rem}.w-5{width:1.25rem}.w-14{width:3.5rem}.w-72{width:18rem}.w-full{width:100%}.max-w-md{max-width:28rem}.min-w-0{min-width:0}.flex-1{flex:1 1 0%}.translate-x-0{transform:translateX(0)}.-translate-x-full{transform:translateX(-100%)}.transform{transform:translateX(0)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.overflow-x-auto{overflow-x:auto}.rounded-lg{border-radius:8px}.border{border:1px solid #e2e8f0}.border-b{border-bottom:1px solid #e2e8f0}.bg-white{background:#fff}.bg-slate-50{background:#f8fafc}.bg-slate-100{background:#f1f5f9}.bg-slate-950{background:#020617}.bg-slate-800{background:#1e293b}.bg-red-50{background:#fef2f2}.p-4{padding:1rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-center{text-align:center}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-900{color:#0f172a}.text-blue-700{color:#1d4ed8}.text-red-700{color:#b91c1c}.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.08)}.shadow-2xl{box-shadow:0 25px 50px rgba(15,23,42,.25)}.transition{transition:.2s ease}.hover\:bg-slate-800:hover{background:#1e293b}.hover\:bg-slate-50:hover{background:#f8fafc}.min-h-24{min-height:6rem}.min-h-28{min-height:7rem}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;box-shadow:0 1px 2px rgba(15,23,42,.05)}.page-head{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.page-head h1{margin:0;font-size:1.5rem}.page-head p{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.btn{align-items:center;border:0;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;min-height:2.5rem;padding:.55rem .9rem;white-space:nowrap}.btn-primary{background:#0f172a;color:#fff}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-danger{background:#dc2626;color:#fff}.input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;display:block;line-height:1.4;min-height:2.5rem;padding:.55rem .75rem;width:100%}.input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15);outline:0}.label{color:#475569;display:block;font-size:.8rem;font-weight:700;margin-bottom:.35rem}.table th,.table td{border-bottom:1px solid #e2e8f0;padding:.75rem;text-align:left;vertical-align:top;white-space:nowrap}.table th{color:#475569;font-size:.75rem;text-transform:uppercase}.badge{border-radius:8px;display:inline-flex;font-size:.75rem;font-weight:800;padding:.25rem .5rem}.badge-gray{background:#e2e8f0;color:#334155}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-yellow{background:#fef3c7;color:#92400e}.badge-purple{background:#ede9fe;color:#6d28d9}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.alert{border-radius:8px;font-weight:700;margin-bottom:1rem;padding:.9rem 1rem}.alert-success{background:#dcfce7;color:#166534}.alert-error{background:#fee2e2;color:#991b1b}
@media (min-width:640px){.sm\:inline{display:inline}.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:items-center{align-items:center}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}}@media (min-width:1024px){.lg\:static{position:static}.lg\:translate-x-0{transform:translateX(0)}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}
