.flex{display:flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.gap-4{gap:1rem}
.rounded-lg{border-radius:0.5rem}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}
.bg-white{background-color:#fff}
.p-4{padding:1rem}
.mt-6{margin-top:1.5rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.font-bold{font-weight:700}
.mb-2{margin-bottom:0.5rem}
.text-gray-600{color:#4b5563}
.w-full{width:100%}
.h-96{height:24rem}
.overflow-auto{overflow:auto}
.mt-4{margin-top:1rem}
.bg-gray-100{background-color:#f3f4f6}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.rounded{border-radius:0.25rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-gray-700{color:#374151}
.font-medium{font-weight:500}
.bg-blue-500{background-color:#3b82f6}
.text-white{color:#fff}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}
.duration-200{transition-duration:200ms}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px #2563eb}
.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}
.disabled\:opacity-50:disabled{opacity:0.5}
.cursor-not-allowed{cursor:not-allowed}
.bg-blue-600{background-color:#2563eb}
.rounded-lg{border-radius:0.5rem}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}
.lg\:hidden{display:none}
.lg\:block{display:block}
.lg\:hidden{display:none}
.w-6{width:1.5rem}
.h-6{height:1.5rem}
.mb-0{margin-bottom:0}
.text-blue-600{color:#2563eb}
.border-t{border-top-width:1px}
.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}
.my-4{margin-top:1rem;margin-bottom:1rem}
.mb-2{margin-bottom:0.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.font-semibold{font-weight:600}
.text-gray-700{color:#374151}
.p-1{padding:0.25rem}
.hover\:bg-blue-50:hover{background-color:#ebf8ff}
.rounded-lg{border-radius:0.5rem}
.mb-0{margin-bottom:0}
.w-5{width:1.25rem}
.h-5{height:1.25rem}
.mr-3{margin-right:0.75rem}
.menu-label{display:inline}
.text-xs{font-size:0.75rem;line-height:1rem}
.font-semibold{font-weight:600}
.text-gray-500{color:#6b7280}
.uppercase{text-transform:uppercase}
.mb-2{margin-bottom:0.5rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.p-2{padding:0.5rem}
.text-gray-700{color:#374151}
.hover\:bg-blue-50:hover{background-color:#ebf8ff}
.rounded-lg{border-radius:0.5rem}
.mt-auto{margin-top:auto}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-red-500{color:#ef4444}
.w-full{width:100%}
.text-red-600{color:#dc2626}
.hover\:bg-red-50:hover{background-color:#fef2f2}
.border-t{border-top-width:1px}
.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}
.flex-1{flex:1 1 0%}
.p-0{padding:0}
.overflow-y-auto{overflow-y:auto}
.bg-gray-50{background-color:#f9fafb}
.h-full{height:100%}
