*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{max-width:640px}}
@media(min-width:768px){.container{max-width:768px}}
@media(min-width:1024px){.container{max-width:1024px}}
@media(min-width:1280px){.container{max-width:1280px}}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.flex-1{flex:1 1 0%}
.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}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1.0rem}
.gap-6{gap:1.5rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.mt-1{margin-top:0.25rem}
.mr-1{margin-right:0.25rem}
.mb-1{margin-bottom:0.25rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.mt-2{margin-top:0.5rem}
.mb-2{margin-bottom:0.5rem}
.p-3{padding:0.75rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.mt-3{margin-top:0.75rem}
.mb-3{margin-bottom:0.75rem}
.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.mt-5{margin-top:1.25rem}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.mt-6{margin-top:1.5rem}
.mb-6{margin-bottom:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.mt-8{margin-top:2rem}
.mb-8{margin-bottom:2rem}
.p-12{padding:3rem}
.h-2{height:0.5rem}
.w-3{width:0.75rem}
.h-3{height:0.75rem}
.w-4{width:1rem}
.h-4{height:1rem}
.h-8{height:2rem}
.w-12{width:3rem}
.h-12{height:3rem}
.w-24{width:6rem}
.w-32{width:8rem}
.h-32{height:8rem}
.h-48{height:12rem}
.h-64{height:16rem}
.w-full{width:100%}
.min-h-screen{min-height:100vh}
.max-w-full{max-width:100%}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-4xl{max-width:56rem}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-100{background-color:#dbeafe}
.bg-blue-600{background-color:#2563eb}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-200{background-color:#e5e7eb}
.bg-gray-600{background-color:#4b5563}
.bg-green-50{background-color:#f0fdf4}
.bg-green-100{background-color:#dcfce7}
.bg-green-600{background-color:#16a34a}
.bg-red-50{background-color:#fef2f2}
.bg-red-100{background-color:#fee2e2}
.bg-orange-50{background-color:#fff7ed}
.bg-purple-50{background-color:#faf5ff}
.bg-white{background-color:#ffffff}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.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-green-600{color:#16a34a}
.text-green-700{color:#15803d}
.text-green-800{color:#166534}
.text-red-500{color:#ef4444}
.text-red-600{color:#dc2626}
.text-red-800{color:#991b1b}
.text-white{color:#ffffff}
.border-blue-500{border-color:#3b82f6}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-green-200{border-color:#bbf7d0}
.border-red-200{border-color:#fecaca}
.border-white{border-color:#ffffff}
.border{border-width:1px}
.border-2{border-width:2px}
.border-t{border-top-width:1px}
.rounded{border-radius:0.25rem}
.rounded-sm{border-radius:0.125rem}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.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}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-center{text-align:center}
.whitespace-pre-wrap{white-space:pre-wrap}
.break-all{overflow-wrap:break-word;word-break:break-all}
.overflow-auto{overflow:auto}
.overflow-hidden{overflow:hidden}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}
.-top-1.5{top:-0.375rem}
.-right-1.5{right:-0.375rem}
.-bottom-1.5{bottom:-0.375rem}
.-left-1.5{left:-0.375rem}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/0.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1)}
.cursor-pointer{cursor:pointer}
.cursor-grab{cursor:grab}
.cursor-move{cursor:move}
.cursor-se-resize{cursor:se-resize}
.cursor-sw-resize{cursor:sw-resize}
.cursor-nw-resize{cursor:nw-resize}
.cursor-ne-resize{cursor:ne-resize}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.hover\\:bg-blue-100{background-color:#dbeafe}
.focus\\:border-blue-500{border-color:#3b82f6}
.focus\\:ring-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #3b82f6}
.disabled\\:opacity-50:disabled{opacity:0.5}
.hover\\:bg-gray-700{background-color:#374151}
.hover\\:bg-gray-200{background-color:#e5e7eb}
.hover\\:text-red-500{color:#ef4444}
.hover\\:bg-blue-700{background-color:#1d4ed8}
.hover\\:bg-green-700{background-color:#15803d}
.hover\\:text-red-700{color:#b91c1c}
.hover\\:text-blue-800{color:#1e40af}
.hover\\:bg-green-200{background-color:#bbf7d0}
.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.hover\\:bg-blue-200{background-color:#bfdbfe}
.hover\\:bg-gray-300{background-color:#d1d5db}
.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}
.hover\\:bg-red-200{background-color:#fecaca}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}