/*
 * Build output file for Tailwind CSS.
 * Generate with:
 *   npm run build:css
 */
.hidden{display:none}
.block{display:block}
.flex{display:flex}
.grid{display:grid}
.inline-flex{display:inline-flex}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.rounded,.rounded-md,.rounded-lg,.rounded-xl{border-radius:.5rem}
.border{border-width:1px}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.text-sm{font-size:.875rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-right{text-align:right}
.text-left{text-align:left}
.text-center{text-align:center}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-end{justify-content:flex-end}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.space-y-2>*+*{margin-top:.5rem}
.space-y-4>*+*{margin-top:1rem}
.space-y-6>*+*{margin-top:1.5rem}
.p-2{padding:.5rem}
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.06)}
.bg-white{background:#fff}
.text-white{color:#fff}
.bg-slate-50{background:#f8fafc}
.bg-slate-800{background:#1e293b}
.bg-slate-900{background:#0f172a}
.bg-slate-950{background:#020617}
.text-slate-800{color:#1e293b}
.text-slate-600{color:#475569}
.text-slate-500{color:#64748b}
.text-red-600{color:#dc2626}
.text-green-600{color:#16a34a}
.bg-blue-500{background:#3b82f6}
.bg-blue-600{background:#2563eb}
.bg-green-600{background:#16a34a}
.bg-green-700{background:#15803d}
.bg-red-50{background:#fef2f2}
.border-slate-200{border-color:#e2e8f0}
.border-red-200{border-color:#fecaca}
@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:self-auto{align-self:auto}}
@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:ml-4{margin-left:1rem}.md\:flex-1{flex:1 1 0%}}
@media (min-width:1024px){.lg\:p-8{padding:2rem}}
@media (min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
.dark .dark\:bg-slate-900{background:#0f172a}
.dark .dark\:bg-slate-800{background:#1e293b}
.dark .dark\:bg-slate-950{background:#020617}
.dark .dark\:text-slate-100{color:#f1f5f9}
.dark .dark\:text-slate-300{color:#cbd5e1}
.dark .dark\:text-slate-400{color:#94a3b8}
.dark .dark\:border-slate-700{border-color:#334155}
.dark .dark\:text-red-400{color:#f87171}
.dark .dark\:text-green-400{color:#4ade80}
.dark .dark\:bg-red-900\/30{background:rgba(127,29,29,.3)}
.dark .dark\:border-red-500\/40{border-color:rgba(239,68,68,.4)}
.dark .dark\:text-red-200{color:#fecaca}
/* Additional utilities generated from the current index.html so deploy previews do not depend on the Tailwind CDN. */
.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-8{top:2rem}.z-50{z-index:50}
.col-span-4{grid-column:span 4/span 4}.col-span-12{grid-column:span 12/span 12}
.-mb-px{margin-bottom:-1px}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mr-4{margin-right:1rem}.mt-3{margin-top:.75rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}
.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-16{height:4rem}.h-full{height:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-16{width:4rem}.max-w-sm{max-width:24rem}.max-w-\[200px\]{max-width:200px}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.justify-center{justify-content:center}.self-start{align-self:flex-start}.gap-1{gap:.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-x-4>*+*{margin-left:1rem}
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.clear-both{clear:both}
.rounded-full{border-radius:9999px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}
.border-gray-200{border-color:#e5e7eb}.border-transparent{border-color:transparent}.border-slate-600{border-color:#475569}.border-slate-700{border-color:#334155}
.bg-amber-600{background:#d97706}.bg-black{background:#000}.bg-gray-200{background:#e5e7eb}.bg-gray-300{background:#d1d5db}.bg-gray-600{background:#4b5563}.bg-red-500{background:#ef4444}.bg-slate-100{background:#f1f5f9}.bg-slate-200{background:#e2e8f0}.bg-slate-600{background:#475569}.bg-opacity-50{--tw-bg-opacity:.5;background-color:rgb(0 0 0/var(--tw-bg-opacity))}
.pb-2{padding-bottom:.5rem}.pt-6{padding-top:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}
.align-middle{vertical-align:middle}.text-xs{font-size:.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.tracking-wider{letter-spacing:.05em}
.text-amber-500{color:#f59e0b}.text-blue-600{color:#2563eb}.text-red-500\/80{color:rgba(239,68,68,.8)}.text-red-800{color:#991b1b}.text-sky-400{color:#38bdf8}.text-slate-700{color:#334155}.text-slate-900{color:#0f172a}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.object-contain{object-fit:contain}.object-cover{object-fit:cover}.cursor-pointer{cursor:pointer}.opacity-0{opacity:0}.opacity-100{opacity:1}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s}.duration-300{transition-duration:.3s}
.hover\:bg-amber-700:hover{background:#b45309}.hover\:bg-blue-600:hover{background:#2563eb}.hover\:bg-blue-700:hover{background:#1d4ed8}.hover\:bg-gray-400:hover{background:#9ca3af}.hover\:bg-gray-700:hover{background:#374151}.hover\:bg-green-700:hover{background:#15803d}.hover\:bg-red-50:hover{background:#fef2f2}.hover\:bg-red-600:hover{background:#dc2626}.hover\:bg-slate-100:hover{background:#f1f5f9}.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-red-700:hover{color:#b91c1c}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-blue-500:focus-visible{outline-color:#3b82f6}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}
@media (min-width:640px){.sm\:inline{display:inline}}
@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-6{grid-column:span 6/span 6}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-6{gap:1.5rem}.md\:p-8{padding:2rem}.md\:p-12{padding:3rem}}
@media (min-width:1024px){.lg\:flex-row{flex-direction:row}.lg\:w-1\/2{width:50%}}
.dark .dark\:bg-slate-600{background:#475569}.dark .dark\:bg-slate-700{background:#334155}.dark .dark\:border-red-700{border-color:#b91c1c}.dark .dark\:border-slate-600{border-color:#475569}.dark .dark\:text-blue-400{color:#60a5fa}.dark .dark\:text-red-300{color:#fca5a5}.dark .dark\:text-red-300\/80{color:rgba(252,165,165,.8)}.dark .dark\:text-slate-200{color:#e2e8f0}.dark .dark\:hover\:bg-red-950\/30:hover{background:rgba(69,10,10,.3)}.dark .dark\:hover\:bg-slate-500:hover{background:#64748b}.dark .dark\:hover\:bg-slate-600:hover{background:#475569}.dark .dark\:hover\:bg-slate-800:hover{background:#1e293b}.dark .dark\:hover\:text-blue-300:hover{color:#93c5fd}.dark .dark\:hover\:text-red-300:hover{color:#fca5a5}
/* Keep hidden after display utilities so elements combining flex/grid with hidden stay closed initially. */
.hidden{display:none}
