/* Tailwind CSS - generated static build */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:'Inter',system-ui,-apple-system,sans-serif}
body{min-height:100vh;background:#f9fafb;color:#111827}
img,svg{display:block;vertical-align:middle}
table{border-collapse:collapse}
input,select,button{font:inherit}

/* Spacing */
.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-12{padding:3rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}
.m-0{margin:0}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}
.mt-1{margin-top:.25rem}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}

/* Layout */
.flex{display:flex}.inline-block{display:inline-block}.hidden{display:none}.block{display:block}
.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}
.flex-col{flex-direction:column}

/* Sizing */
.min-h-screen{min-height:100vh}.max-h-\[70vh\]{max-height:70vh}.max-w-full{max-width:100%}
.w-24{width:6rem}.min-w-48{min-width:12rem}.min-w-\[60px\]{min-width:60px}

/* Typography */
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.text-left{text-align:left}.text-center{text-align:center}
.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-white{color:#fff}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}

/* Backgrounds */
.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-gray-200{background:#e5e7eb}
.bg-white{background:#fff}
.bg-blue-50{background:#eff6ff}.bg-blue-600{background:#2563eb}
.bg-green-600{background:#16a34a}
.bg-yellow-100{background:#fef9c3}.bg-red-100{background:#fee2e2}

/* Borders */
.border{border-width:1px;border-style:solid;border-color:#e5e7eb}
.border-2{border-width:2px;border-style:solid;border-color:#e5e7eb}
.border-b{border-bottom:1px solid #e5e7eb}
.border-dashed{border-style:dashed}
.border-gray-300{border-color:#d1d5db}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}

/* Effects */
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}
.overflow-auto{overflow:auto}
.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}

/* Cursor */
.cursor-pointer{cursor:pointer}

/* Transitions */
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-duration:.15s}

/* Hover */
.hover\:bg-blue-50:hover{background:#eff6ff}
.hover\:bg-blue-700:hover{background:#1d4ed8}
.hover\:bg-gray-100:hover{background:#f3f4f6}
.hover\:bg-gray-300:hover{background:#d1d5db}
.hover\:bg-green-700:hover{background:#15803d}
.hover\:border-blue-400:hover{border-color:#60a5fa}

/* Custom */
.drop-zone.dragover{border-color:#3b82f6;background:#eff6ff}
.has-stock{background:#dcfce7}
.no-stock{background:#f3f4f6;color:#9ca3af}
.overflow-cell{background:#fef9c3;font-weight:600}
th{background:#f9fafb;font-weight:600;position:sticky;top:0;z-index:10}
td,th{border:1px solid #e5e7eb;padding:6px 10px;font-size:13px}
.product-row td{background:#eff6ff;font-weight:600}
table{border-collapse:collapse;width:100%}
