*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f1f5f9;color:#0f172a}
a{color:inherit;text-decoration:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
.block{display:block}
.flex{display:flex}
.grid{display:grid}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-5xl{max-width:64rem}
.max-w-none{max-width:none}
.mx-auto{margin-left:auto;margin-right:auto}
.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}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mb-6{margin-bottom:1.5rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}
.items-baseline{align-items:baseline}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.justify-between{justify-content:space-between}
.flex-wrap{flex-wrap:wrap}
.overflow-x-auto{overflow-x:auto}
.rounded{border-radius:.25rem}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-x{border-left-width:1px;border-right-width:1px}
.border-t{border-top-width:1px}
.border-t-4{border-top-width:4px}
.border-collapse{border-collapse:collapse}
.border-transparent{border-color:transparent}
.border-blue-200{border-color:#bfdbfe}
.border-blue-700{border-color:#1d4ed8}
.border-red-200{border-color:#fecaca}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-yellow-200{border-color:#fef08a}
.border-t-blue-800{border-top-color:#1e40af}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-700{background-color:#1d4ed8}
.bg-red-50{background-color:#fef2f2}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-100{background-color:#f1f5f9}
.bg-white{background-color:#fff}
.bg-yellow-50{background-color:#fefce8}
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pl-5{padding-left:1.25rem}
.pr-4{padding-right:1rem}
.pt-4{padding-top:1rem}
.text-left{text-align:left}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.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-3xl{font-size:1.875rem;line-height:2.25rem}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.tracking-normal{letter-spacing:0}
.text-blue-700{color:#1d4ed8}
.text-blue-800{color:#1e40af}
.text-blue-900{color:#1e3a8a}
.text-red-700{color:#b91c1c}
.text-red-900{color:#7f1d1d}
.text-red-950{color:#450a0a}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-slate-900{color:#0f172a}
.text-slate-950{color:#020617}
.text-white{color:#fff}
.text-yellow-900{color:#713f12}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.list-disc{list-style-type:disc}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(15 23 42 / .06)}
.prose{line-height:1.75}
.prose h1{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#020617}
.prose h2{margin-top:2rem;border-top:1px solid #e2e8f0;padding-top:1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#020617}
.prose h3{margin-top:1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#020617}
.prose p{margin-top:1rem;color:#334155}
.prose ul,.prose ol{margin-top:1rem;padding-left:1.5rem;color:#334155}
.prose li{margin-top:.5rem}
.prose a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}
.prose code{border-radius:.25rem;background:#f1f5f9;padding:.125rem .25rem;color:#0f172a}
.prose table{display:block;width:100%;overflow-x:auto;border:1px solid #e2e8f0;border-radius:.25rem}
.prose th,.prose td{border-bottom:1px solid #e2e8f0;padding:.75rem;text-align:left}
.prose th{background:#f8fafc;color:#0f172a}
.hover\:border-blue-300:hover{border-color:#93c5fd}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-blue-800:hover{background-color:#1e40af}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-blue-800:hover{color:#1e40af}
input,select,textarea{width:100%;max-width:100%;min-height:2.75rem;border-radius:.25rem;border:1px solid #94a3b8;background:#fff;padding:.625rem .75rem;font-size:1rem;line-height:1.5;color:#020617;box-shadow:0 1px 2px 0 rgb(15 23 42 / .05)}
textarea{min-height:10rem;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:#2563eb;outline:3px solid #dbeafe}
main *,header *,footer *{min-width:0}
h1,h2,h3,p,li,a,dd,dt,label,legend,button,.font-mono{overflow-wrap:anywhere}
input,select,textarea,button{max-width:100%;min-width:0}
@media (min-width:640px){
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:gap-8{gap:2rem}
  .sm\:p-8{padding:2rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:w-auto{width:auto}
}
@media (min-width:1024px){
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
}
