*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0}button:disabled{cursor:not-allowed;opacity:.65}input,select,textarea{font:inherit;outline:none;background:#fff}table{border-collapse:collapse;width:100%;table-layout:auto}td{max-width:28rem;word-break:break-word}.min-h-screen{min-height:100vh}.min-h-28{min-height:7rem}.flex{display:flex}.flex-1{flex:1 1}.w-64{width:16rem}.w-full{width:100%}.max-w-md{max-width:28rem}.min-w-full{min-width:100%}.border-r{border-right:1px solid}.border{border:1px solid}.border-b{border-bottom:1px solid}.border-t{border-top:1px solid}.border-slate-200{border-color:#e2e8f0}.border-slate-100{border-color:#f1f5f9}.bg-slate-950{background:#020617}.bg-slate-900{background:#0f172a}.bg-slate-800{background:#1e293b}.bg-white{background:#fff}.bg-slate-50{background:#f8fafc}.bg-emerald-500{background:#10b981}.bg-emerald-50{background:#ecfdf5}.bg-slate-500{background:#64748b}.bg-red-50{background:#fef2f2}.text-left{text-align:left}.text-white{color:#fff}.text-slate-950{color:#020617}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-slate-300{color:#cbd5e1}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-red-600{color:#dc2626}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.p-8{padding:2rem}.p-6{padding:1.5rem}.p-5{padding:1.25rem}.p-4{padding:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-4{padding-left:1rem;padding-right:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mt-8{margin-top:2rem}.mt-6{margin-top:1.5rem}.mt-5{margin-top:1.25rem}.mt-4{margin-top:1rem}.mt-3{margin-top:.75rem}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.mr-3{margin-right:.75rem}.ml-3{margin-left:.75rem}.space-y-2>*+*{margin-top:.5rem}.grid{display:grid}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.08)}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.align-top{vertical-align:top}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.leading-6{line-height:1.5}.h-2{height:.5rem}.w-2{width:.5rem}.transition{transition:.2s}.hover\:bg-slate-800:hover{background:#1e293b}@media(min-width:900px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}