*,::before,::after{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block}
.container{width:100%;max-width:1280px}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}
.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-1{padding-top:.25rem}.pb-2{padding-bottom:.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}
.w-full{width:100%}.w-64{width:16rem}.h-5{height:1.25rem}.h-10{height:2.5rem}.w-auto{width:auto}
.max-w-\[100px\]{max-width:100px}
.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.flex{display:flex}.hidden{display:none}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}
.relative{position:relative}.absolute{position:absolute}.top-1{top:.25rem}.top-12{top:3rem}.right-1{right:.25rem}.left-0{left:0}.z-50{z-index:50}
.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rounded{border-radius:.25rem}.shadow{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.12)}
.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.15)}
.border-b{border-bottom-width:1px}.border-t-4{border-top-width:4px}.border-\[\#6db33f\]{border-color:#6db33f}
.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-sky-500{background:#0ea5e9}.bg-orange-500{background:#f97316}.bg-\[\#6db33f\]{background:#6db33f}
.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-red-600{color:#dc2626}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.text-center{text-align:center}.text-left{text-align:left}.capitalize{text-transform:capitalize}.leading-tight{line-height:1.25}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.hover\:underline:hover{text-decoration:underline}.hover\:text-gray-800:hover{color:#1f2937}.hover\:bg-orange-600:hover{background:#ea580c}
.form-select{border:1px solid #b9b9b9;border-radius:4px;background:#fff;color:#555;min-height:30px;padding:4px 8px}
button{font:inherit}
@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))}}
@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:mb-0{margin-bottom:0}.md\:text-left{text-align:left}}
@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
