*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;}
table{border-collapse:collapse;}
a{color:inherit;}
.align-top{vertical-align:top;}
.bg-amber-50{background-color:#fffbeb;}
.bg-blue-50{background-color:#eff6ff;}
.bg-gray-100{background-color:#f3f4f6;}
.bg-gray-50{background-color:#f9fafb;}
.bg-gray-900{background-color:#111827;}
.bg-green-50{background-color:#f0fdf4;}
.bg-red-50{background-color:#fef2f2;}
.bg-slate-800{background-color:#1e293b;}
.bg-white{background-color:#ffffff;}
.block{display:block;}
.border{border-width:1px;border-style:solid;border-color:#e5e7eb;}
.border-amber-200{border-color:#fde68a;}
.border-amber-300{border-color:#fcd34d;}
.border-blue-200{border-color:#bfdbfe;}
.border-green-300{border-color:#86efac;}
.border-l{border-left-width:1px;border-left-style:solid;border-color:#e5e7eb;}
.border-red-200{border-color:#fecaca;}
.border-slate-300{border-color:#cbd5e1;}
.border-slate-700{border-color:#334155;}
.border-t{border-top-width:1px;border-top-style:solid;border-color:#e5e7eb;}
.break-all{word-break:break-all;}
.col-span-2{grid-column:span 2 / span 2;}
.cursor-pointer{cursor:pointer;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.flex-wrap{flex-wrap:wrap;}
.font-medium{font-weight:500;}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;}
.font-normal{font-weight:400;}
.font-semibold{font-weight:600;}
.gap-2{gap:0.5rem;}
.gap-3{gap:0.75rem;}
.gap-4{gap:1rem;}
.gap-6{gap:1.5rem;}
.grid{display:grid;}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.hidden{display:none;}
.hover\:bg-gray-50:hover{background-color:#f9fafb;}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);}
.hover\:text-white:hover{color:#ffffff;}
.inline{display:inline;}
.items-center{align-items:center;}
.items-end{align-items:flex-end;}
.justify-between{justify-content:space-between;}
.list-decimal{list-style-type:decimal;}
.list-disc{list-style-type:disc;}
.list-inside{list-style-position:inside;}
.max-h-40{max-height:10rem;}
.max-w-5xl{max-width:64rem;}
.max-w-sm{max-width:24rem;}
.mb-1{margin-bottom:0.25rem;}
.mb-2{margin-bottom:0.5rem;}
.mb-3{margin-bottom:0.75rem;}
.mb-4{margin-bottom:1rem;}
.mb-6{margin-bottom:1.5rem;}
@media (min-width:768px){.md\:col-span-4{grid-column:span 4 / span 4;}}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}}
.ml-1{margin-left:0.25rem;}
.ml-4{margin-left:1rem;}
.ml-5{margin-left:1.25rem;}
.mr-2{margin-right:0.5rem;}
.mt-0\.5{margin-top:0.125rem;}
.mt-1{margin-top:0.25rem;}
.mt-2{margin-top:0.5rem;}
.mt-20{margin-top:5rem;}
.mt-3{margin-top:0.75rem;}
.mt-4{margin-top:1rem;}
.mt-5{margin-top:1.25rem;}
.mt-6{margin-top:1.5rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.overflow-y-auto{overflow-y:auto;}
.p-2{padding:0.5rem;}
.p-3{padding:0.75rem;}
.p-4{padding:1rem;}
.p-5{padding:1.25rem;}
.p-6{padding:1.5rem;}
.pb-1{padding-bottom:0.25rem;}
.pl-3{padding-left:0.75rem;}
.pr-2{padding-right:0.5rem;}
.px-1{padding-left:0.25rem;padding-right:0.25rem;}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem;}
.px-2{padding-left:0.5rem;padding-right:0.5rem;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem;}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}
.rounded{border-radius:0.25rem;}
.select-all{user-select:all;}
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);}
.space-y-1 > * + *{margin-top:0.25rem;}
.space-y-2 > * + *{margin-top:0.5rem;}
.space-y-3 > * + *{margin-top:0.75rem;}
.space-y-4 > * + *{margin-top:1rem;}
.space-y-6 > * + *{margin-top:1.5rem;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-amber-600{color:#d97706;}
.text-amber-700{color:#b45309;}
.text-amber-900{color:#78350f;}
.text-blue-600{color:#2563eb;}
.text-blue-700{color:#1d4ed8;}
.text-blue-800{color:#1e40af;}
.text-blue-900{color:#1e3a8a;}
.text-center{text-align:center;}
.text-gray-100{color:#f3f4f6;}
.text-gray-400{color:#9ca3af;}
.text-gray-500{color:#6b7280;}
.text-gray-600{color:#4b5563;}
.text-gray-700{color:#374151;}
.text-gray-800{color:#1f2937;}
.text-gray-900{color:#111827;}
.text-green-600{color:#16a34a;}
.text-green-700{color:#15803d;}
.text-green-800{color:#166534;}
.text-left{text-align:left;}
.text-red-500{color:#ef4444;}
.text-red-600{color:#dc2626;}
.text-red-700{color:#b91c1c;}
.text-right{text-align:right;}
.text-slate-300{color:#cbd5e1;}
.text-slate-400{color:#94a3b8;}
.text-slate-500{color:#64748b;}
.text-slate-700{color:#334155;}
.text-slate-800{color:#1e293b;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-white{color:#ffffff;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-xs{font-size:0.75rem;line-height:1rem;}
.transition-shadow{transition-property:box-shadow;transition-duration:150ms;}
.underline{text-decoration:underline;}
.w-24{width:6rem;}
.w-32{width:8rem;}
.w-40{width:10rem;}
.w-48{width:12rem;}
.w-64{width:16rem;}
.w-full{width:100%;}
.whitespace-nowrap{white-space:nowrap;}
.whitespace-pre-wrap{white-space:pre-wrap;}
