/* Local utility subset replacing cdn.tailwindcss.com for this app */
*{box-sizing:border-box}html,body{margin:0;padding:0}
.h-full{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}
.w-full{width:100%}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}
.flex{display:flex}.grid{display:grid}
.items-center{align-items:center}.justify-between{justify-content:space-between}
.flex-wrap{flex-wrap:wrap}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]){margin-top:.25rem}
.space-y-2 > :not([hidden]) ~ :not([hidden]){margin-top:.5rem}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:1rem}
.space-y-6 > :not([hidden]) ~ :not([hidden]){margin-top:1.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-8{padding-top:2rem;padding-bottom:2rem}
.pl-5{padding-left:1.25rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}
.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.border{border-width:1px;border-style:solid}.border-slate-200{border-color:#e2e8f0}.border-slate-300{border-color:#cbd5e1}
.border-blue-300{border-color:#93c5fd}.border-rose-500\/60{border-color:rgba(244,63,94,.6)}
.bg-white{background:#fff}.bg-slate-50{background:#f8fafc}.bg-blue-600{background:#2563eb}
.text-white{color:#fff}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}
.text-blue-700{color:#1d4ed8}.text-rose-300{color:#fda4af}.text-rose-600{color:#e11d48}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.08)}
.break-all{word-break:break-all}.list-disc{list-style-type:disc}
.focus\:outline-none:focus{outline:0}.focus\:border-blue-500:focus{border-color:#3b82f6}
.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-blue-800:hover{color:#1e40af}
.hover\:border-blue-400:hover{border-color:#60a5fa}
.hover\:bg-blue-500:hover{background:#3b82f6}.hover\:bg-blue-600\/10:hover{background:rgba(37,99,235,.10)}.hover\:bg-rose-500\/10:hover{background:rgba(244,63,94,.10)}
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-slate-300:disabled{background:#cbd5e1}

.bg-emerald-500\/20{background:rgba(16,185,129,.2)}.text-emerald-300{color:#6ee7b7}.border-emerald-500\/40{border-color:rgba(16,185,129,.4)}
.bg-rose-500\/20{background:rgba(244,63,94,.2)}.border-rose-500\/40{border-color:rgba(244,63,94,.4)}
.bg-amber-500\/20{background:rgba(245,158,11,.2)}.text-amber-300{color:#fcd34d}.border-amber-500\/40{border-color:rgba(245,158,11,.4)}
.bg-slate-700\/50{background:rgba(51,65,85,.5)}.text-slate-200{color:#e2e8f0}.border-slate-600{border-color:#475569}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
@keyframes pulse{50%{opacity:.5}}

@media (min-width:640px){
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:1024px){
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:items-center{align-items:center}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-\[380px_minmax\(0\,1fr\)\]{grid-template-columns:380px minmax(0,1fr)}
}
.bg-emerald-900\/20{background:rgba(6,78,59,.2)}.border-emerald-600\/40{border-color:rgba(5,150,105,.4)}.text-emerald-600{color:#059669}
.bg-rose-900\/20{background:rgba(136,19,55,.2)}.border-rose-600\/40{border-color:rgba(225,29,72,.4)}
.text-amber-600{color:#d97706}
