/* KantoTCG Tailwind fallback
   This file keeps the store/admin usable if cdn.tailwindcss.com is blocked,
   slow, cached incorrectly, or stripped by an in-app/mobile browser. */

*, ::before, ::after { box-sizing: border-box; }

.hidden { display: none !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.grid { display: grid !important; }
.table { display: table !important; }

.static { position: static !important; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.sticky { position: sticky !important; }
.inset-0 { inset: 0 !important; }
.inset-y-0 { top: 0 !important; bottom: 0 !important; }
.top-0 { top: 0 !important; }
.top-2 { top: .5rem !important; }
.top-3 { top: .75rem !important; }
.top-4 { top: 1rem !important; }
.top-full { top: 100% !important; }
.right-0 { right: 0 !important; }
.right-2 { right: .5rem !important; }
.right-3 { right: .75rem !important; }
.right-4 { right: 1rem !important; }
.left-0 { left: 0 !important; }
.left-2 { left: .5rem !important; }
.bottom-0 { bottom: 0 !important; }
.bottom-2 { bottom: .5rem !important; }

.z-10 { z-index: 10 !important; }
.z-20 { z-index: 20 !important; }
.z-30 { z-index: 30 !important; }
.z-40 { z-index: 40 !important; }
.z-50 { z-index: 50 !important; }
.\!z-\[9999\], .z-\[9999\] { z-index: 9999 !important; }

.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-1 { margin-top: .25rem !important; margin-bottom: .25rem !important; }
.my-2 { margin-top: .5rem !important; margin-bottom: .5rem !important; }
.my-3 { margin-top: .75rem !important; margin-bottom: .75rem !important; }
.mt-0\.5 { margin-top: .125rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: .75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.ml-1 { margin-left: .25rem !important; }
.ml-2 { margin-left: .5rem !important; }
.ml-4 { margin-left: 1rem !important; }
.ml-auto { margin-left: auto !important; }
.mr-1 { margin-right: .25rem !important; }
.mr-2 { margin-right: .5rem !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: .25rem !important; }
.p-1\.5 { padding: .375rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: .75rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-7 { padding: 1.75rem !important; }
.p-8 { padding: 2rem !important; }
.p-10 { padding: 2.5rem !important; }
.p-12 { padding: 3rem !important; }
.p-16 { padding: 4rem !important; }
.p-20 { padding: 5rem !important; }
.px-1 { padding-left: .25rem !important; padding-right: .25rem !important; }
.px-1\.5 { padding-left: .375rem !important; padding-right: .375rem !important; }
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important; }
.px-3 { padding-left: .75rem !important; padding-right: .75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.py-0\.5 { padding-top: .125rem !important; padding-bottom: .125rem !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-1\.5 { padding-top: .375rem !important; padding-bottom: .375rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-2\.5 { padding-top: .625rem !important; padding-bottom: .625rem !important; }
.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.pb-3 { padding-bottom: .75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-6 { padding-bottom: 1.5rem !important; }
.pb-16 { padding-bottom: 4rem !important; }
.pr-1 { padding-right: .25rem !important; }
.pr-4 { padding-right: 1rem !important; }
.pl-1 { padding-left: .25rem !important; }
.pl-4 { padding-left: 1rem !important; }
.pl-7 { padding-left: 1.75rem !important; }
.pl-10 { padding-left: 2.5rem !important; }
.pl-12 { padding-left: 3rem !important; }

.w-fit { width: fit-content !important; }
.w-full { width: 100% !important; }
.w-3\.5 { width: .875rem !important; }
.w-4 { width: 1rem !important; }
.w-7 { width: 1.75rem !important; }
.w-8 { width: 2rem !important; }
.w-10 { width: 2.5rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.w-24 { width: 6rem !important; }
.w-28 { width: 7rem !important; }
.w-32 { width: 8rem !important; }
.w-36 { width: 9rem !important; }
.w-40 { width: 10rem !important; }
.w-48 { width: 12rem !important; }
.w-56 { width: 14rem !important; }
.w-64 { width: 16rem !important; }
.w-72 { width: 18rem !important; }
.w-80 { width: 20rem !important; }
.w-96 { width: 24rem !important; }
.max-w-sm { max-width: 24rem !important; }
.max-w-md { max-width: 28rem !important; }
.max-w-lg { max-width: 32rem !important; }
.max-w-xl { max-width: 36rem !important; }
.max-w-2xl { max-width: 42rem !important; }
.max-w-3xl { max-width: 48rem !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-5xl { max-width: 64rem !important; }
.max-w-6xl { max-width: 72rem !important; }
.max-w-7xl { max-width: 80rem !important; }
.max-w-\[70\%\] { max-width: 70% !important; }
.max-w-\[130px\] { max-width: 130px !important; }
.max-w-\[150px\] { max-width: 150px !important; }
.min-w-0 { min-width: 0 !important; }
.h-full { height: 100% !important; }
.h-screen { height: 100vh !important; }
.h-max { height: max-content !important; }
.h-3\.5 { height: .875rem !important; }
.h-4 { height: 1rem !important; }
.h-7 { height: 1.75rem !important; }
.h-8 { height: 2rem !important; }
.h-10 { height: 2.5rem !important; }
.h-12 { height: 3rem !important; }
.h-16 { height: 4rem !important; }
.h-20 { height: 5rem !important; }
.h-24 { height: 6rem !important; }
.h-32 { height: 8rem !important; }
.h-44 { height: 11rem !important; }
.h-56 { height: 14rem !important; }
.h-60 { height: 15rem !important; }
.h-80 { height: 20rem !important; }
.h-96 { height: 24rem !important; }
.h-\[42px\] { height: 42px !important; }
.min-h-screen { min-height: 100vh !important; }
.min-h-20 { min-height: 5rem !important; }
.min-h-\[260px\] { min-height: 260px !important; }
.min-h-\[360px\] { min-height: 360px !important; }
.max-h-48 { max-height: 12rem !important; }
.max-h-60 { max-height: 15rem !important; }
.max-h-\[60vh\] { max-height: 60vh !important; }
.max-h-\[70vh\] { max-height: 70vh !important; }
.max-h-\[85vh\] { max-height: 85vh !important; }
.max-h-\[86vh\] { max-height: 86vh !important; }
.max-h-\[90vh\] { max-height: 90vh !important; }
.max-h-\[220px\] { max-height: 220px !important; }
.max-h-\[260px\] { max-height: 260px !important; }
.max-h-\[320px\] { max-height: 320px !important; }
.max-h-\[356px\] { max-height: 356px !important; }
.max-h-\[640px\] { max-height: 640px !important; }

.flex-1 { flex: 1 1 0% !important; }
.flex-none { flex: none !important; }
.flex-grow, .grow { flex-grow: 1 !important; }
.flex-shrink-0, .shrink-0 { flex-shrink: 0 !important; }
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.items-start { align-items: flex-start !important; }
.items-center { align-items: center !important; }
.items-stretch { align-items: stretch !important; }
.justify-start { justify-content: flex-start !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-end { justify-content: flex-end !important; }
.gap-1 { gap: .25rem !important; }
.gap-1\.5 { gap: .375rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: .75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }
.space-y-0\.5 > * + * { margin-top: .125rem !important; }
.space-y-1 > * + * { margin-top: .25rem !important; }
.space-y-1\.5 > * + * { margin-top: .375rem !important; }
.space-y-2 > * + * { margin-top: .5rem !important; }
.space-y-3 > * + * { margin-top: .75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }
.space-y-5 > * + * { margin-top: 1.25rem !important; }
.space-y-6 > * + * { margin-top: 1.5rem !important; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
.grid-cols-\[1fr_auto\] { grid-template-columns: 1fr auto !important; }
.aspect-\[3\/4\] { aspect-ratio: 3 / 4 !important; }
.col-span-2 { grid-column: span 2 / span 2 !important; }
.col-span-3 { grid-column: span 3 / span 3 !important; }
.col-span-4 { grid-column: span 4 / span 4 !important; }
.col-span-6 { grid-column: span 6 / span 6 !important; }
.col-span-12 { grid-column: span 12 / span 12 !important; }
.col-span-full { grid-column: 1 / -1 !important; }

.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-auto { overflow: auto !important; }
.overflow-y-auto { overflow-y: auto !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.truncate { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
.line-clamp-1 { overflow: hidden !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 1 !important; }
.whitespace-nowrap { white-space: nowrap !important; }
.object-contain { object-fit: contain !important; }
.object-cover { object-fit: cover !important; }

.rounded { border-radius: .25rem !important; }
.rounded-lg { border-radius: .5rem !important; }
.rounded-xl { border-radius: .75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-3xl { border-radius: 1.5rem !important; }
.rounded-\[2rem\] { border-radius: 2rem !important; }
.rounded-\[2\.5rem\] { border-radius: 2.5rem !important; }
.rounded-full { border-radius: 9999px !important; }
.border { border-width: 1px !important; border-style: solid !important; }
.border-t { border-top-width: 1px !important; border-top-style: solid !important; }
.border-b { border-bottom-width: 1px !important; border-bottom-style: solid !important; }
.border-r { border-right-width: 1px !important; border-right-style: solid !important; }
.border-dashed { border-style: dashed !important; }
.border-white\/5 { border-color: rgba(255, 255, 255, .05) !important; }
.border-white\/10 { border-color: rgba(255, 255, 255, .1) !important; }
.border-gray-500\/20 { border-color: rgba(107, 114, 128, .2) !important; }
.border-cyan-400\/20 { border-color: rgba(34, 211, 238, .2) !important; }
.border-\[\#b18428\]\/20 { border-color: rgba(177, 132, 40, .2) !important; }

.bg-transparent { background-color: transparent !important; }
.bg-white { background-color: #fff !important; }
.bg-black { background-color: #000 !important; }
.bg-gray-50 { background-color: #f9fafb !important; }
.bg-gray-100 { background-color: #f3f4f6 !important; }
.bg-\[\#0b1221\] { background-color: #0b1221 !important; }
.bg-\[\#0f172a\] { background-color: #0f172a !important; }
.bg-\[\#111827\] { background-color: #111827 !important; }
.bg-\[\#1e293b\] { background-color: #1e293b !important; }
.bg-\[\#b18428\] { background-color: #b18428 !important; }
.bg-yellow-500 { background-color: #eab308 !important; }
.bg-blue-600 { background-color: #2563eb !important; }
.bg-cyan-500 { background-color: #06b6d4 !important; }
.bg-cyan-600 { background-color: #0891b2 !important; }
.bg-fuchsia-600 { background-color: #c026d3 !important; }
.bg-indigo-500 { background-color: #6366f1 !important; }
.bg-indigo-600 { background-color: #4f46e5 !important; }
.bg-purple-500 { background-color: #a855f7 !important; }
.bg-purple-600 { background-color: #9333ea !important; }
.bg-red-500 { background-color: #ef4444 !important; }
.bg-red-600 { background-color: #dc2626 !important; }
.bg-violet-500 { background-color: #8b5cf6 !important; }
.bg-violet-600 { background-color: #7c3aed !important; }
.bg-green-500 { background-color: #22c55e !important; }
.bg-green-600 { background-color: #16a34a !important; }
.bg-emerald-500 { background-color: #10b981 !important; }
.bg-emerald-600 { background-color: #059669 !important; }
.bg-amber-400, .bg-yellow-400 { background-color: #facc15 !important; }
.bg-amber-500 { background-color: #f59e0b !important; }
.bg-amber-600 { background-color: #d97706 !important; }
.bg-slate-900 { background-color: #0f172a !important; }
.bg-slate-950 { background-color: #020617 !important; }
.bg-black\/25 { background-color: rgba(0, 0, 0, .25) !important; }
.bg-black\/30 { background-color: rgba(0, 0, 0, .3) !important; }
.bg-black\/50 { background-color: rgba(0, 0, 0, .5) !important; }
.bg-black\/60 { background-color: rgba(0, 0, 0, .6) !important; }
.bg-black\/70 { background-color: rgba(0, 0, 0, .7) !important; }
.bg-black\/80 { background-color: rgba(0, 0, 0, .8) !important; }
.bg-black\/90 { background-color: rgba(0, 0, 0, .9) !important; }
.bg-white\/5 { background-color: rgba(255, 255, 255, .05) !important; }
.bg-white\/10 { background-color: rgba(255, 255, 255, .1) !important; }
.bg-white\/20 { background-color: rgba(255, 255, 255, .2) !important; }
.bg-\[\#b18428\]\/10 { background-color: rgba(177, 132, 40, .1) !important; }
.bg-\[\#b18428\]\/20 { background-color: rgba(177, 132, 40, .2) !important; }
.bg-green-500\/10 { background-color: rgba(34, 197, 94, .1) !important; }
.bg-blue-500\/10 { background-color: rgba(59, 130, 246, .1) !important; }
.bg-blue-400\/10 { background-color: rgba(96, 165, 250, .1) !important; }
.bg-gray-500\/10 { background-color: rgba(107, 114, 128, .1) !important; }
.bg-red-500\/10 { background-color: rgba(239, 68, 68, .1) !important; }
.bg-yellow-400\/10, .bg-yellow-500\/10, .bg-amber-500\/10 { background-color: rgba(234, 179, 8, .1) !important; }
.bg-emerald-500\/10 { background-color: rgba(16, 185, 129, .1) !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-white { color: #fff !important; }
.text-black { color: #000 !important; }
.text-gray-200 { color: #e5e7eb !important; }
.text-gray-300 { color: #d1d5db !important; }
.text-gray-400 { color: #9ca3af !important; }
.text-gray-500 { color: #6b7280 !important; }
.text-gray-600 { color: #4b5563 !important; }
.text-gray-700 { color: #374151 !important; }
.text-gray-800 { color: #1f2937 !important; }
.text-gray-900 { color: #111827 !important; }
.text-yellow-400 { color: #facc15 !important; }
.text-yellow-300 { color: #fde047 !important; }
.text-yellow-500 { color: #eab308 !important; }
.text-yellow-600 { color: #ca8a04 !important; }
.text-amber-300 { color: #fcd34d !important; }
.text-amber-400 { color: #fbbf24 !important; }
.text-amber-500 { color: #f59e0b !important; }
.text-blue-400 { color: #60a5fa !important; }
.text-blue-500 { color: #3b82f6 !important; }
.text-cyan-400 { color: #22d3ee !important; }
.text-sky-300 { color: #7dd3fc !important; }
.text-sky-400 { color: #38bdf8 !important; }
.text-slate-950 { color: #020617 !important; }
.text-purple-500 { color: #a855f7 !important; }
.text-purple-600 { color: #9333ea !important; }
.text-purple-400 { color: #c084fc !important; }
.text-rose-400 { color: #fb7185 !important; }
.text-red-400 { color: #f87171 !important; }
.text-red-500 { color: #ef4444 !important; }
.text-red-600 { color: #dc2626 !important; }
.text-green-400 { color: #4ade80 !important; }
.text-green-500 { color: #22c55e !important; }
.text-emerald-400 { color: #34d399 !important; }
.text-emerald-500 { color: #10b981 !important; }
.text-teal-400 { color: #2dd4bf !important; }
.text-\[\#b18428\] { color: #b18428 !important; }

.text-\[7px\] { font-size: 7px !important; }
.text-\[8px\] { font-size: 8px !important; }
.text-\[9px\] { font-size: 9px !important; }
.text-\[10px\] { font-size: 10px !important; }
.text-\[11px\] { font-size: 11px !important; }
.text-\[12px\] { font-size: 12px !important; }
.text-xs { font-size: .75rem !important; line-height: 1rem !important; }
.text-sm { font-size: .875rem !important; line-height: 1.25rem !important; }
.text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
.text-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.font-extrabold { font-weight: 800 !important; }
.font-black { font-weight: 900 !important; }
.uppercase { text-transform: uppercase !important; }
.tracking-tight { letter-spacing: -.025em !important; }
.tracking-wider { letter-spacing: .05em !important; }
.tracking-widest { letter-spacing: .1em !important; }
.tracking-\[0\.2em\], .tracking-\[\.2em\] { letter-spacing: .2em !important; }
.tracking-\[0\.22em\], .tracking-\[\.22em\] { letter-spacing: .22em !important; }
.tracking-\[0\.24em\], .tracking-\[\.24em\] { letter-spacing: .24em !important; }
.tracking-\[0\.25em\], .tracking-\[\.25em\] { letter-spacing: .25em !important; }
.leading-tight { line-height: 1.25 !important; }
.leading-snug { line-height: 1.375 !important; }
.leading-relaxed { line-height: 1.625 !important; }
.whitespace-normal { white-space: normal !important; }
.break-words { overflow-wrap: break-word !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border-width: 0 !important; }

.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,.05) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1) !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1) !important; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important; }
.shadow-inner { box-shadow: inset 0 2px 4px rgba(0,0,0,.05) !important; }

.opacity-0 { opacity: 0 !important; }
.opacity-40 { opacity: .4 !important; }
.opacity-50 { opacity: .5 !important; }
.opacity-60 { opacity: .6 !important; }
.opacity-80 { opacity: .8 !important; }
.opacity-100 { opacity: 1 !important; }
.opacity-60 { opacity: .6 !important; }
.opacity-80 { opacity: .8 !important; }
.opacity-100 { opacity: 1 !important; }
.invisible { visibility: hidden !important; }
.visible { visibility: visible !important; }
.pointer-events-none { pointer-events: none !important; }
.cursor-pointer { cursor: pointer !important; }
.select-none { user-select: none !important; }

.transition-all, .transition-colors, .transition-transform { transition-duration: .2s !important; }
.duration-200 { transition-duration: .2s !important; }
.duration-300 { transition-duration: .3s !important; }
.duration-500 { transition-duration: .5s !important; }
.-translate-x-full { transform: translateX(-100%) !important; }
.translate-x-0 { transform: translateX(0) !important; }
.translate-y-0 { transform: translateY(0) !important; }
.translate-y-2 { transform: translateY(.5rem) !important; }
.rotate-180 { transform: rotate(180deg) !important; }
.scale-95 { transform: scale(.95) !important; }
.scale-in { animation: kantoFallbackScaleIn .14s ease-out; }

@keyframes kantoFallbackScaleIn {
  from { opacity: 0; transform: scale(.98); }
  to { opacity: 1; transform: scale(1); }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row !important; }
  .sm\:items-center { align-items: center !important; }
  .sm\:items-start { align-items: flex-start !important; }
  .sm\:justify-between { justify-content: space-between !important; }
  .sm\:w-auto { width: auto !important; }
  .sm\:w-36 { width: 9rem !important; }
  .sm\:w-48 { width: 12rem !important; }
  .sm\:w-20 { width: 5rem !important; }
  .sm\:h-24 { height: 6rem !important; }
  .sm\:self-auto { align-self: auto !important; }
  .sm\:flex-none { flex: none !important; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-\[76px_minmax\(0\,1fr\)\] { grid-template-columns: 76px minmax(0, 1fr) !important; }
  .sm\:grid-cols-\[76px_minmax\(0\,1fr\)_96px\] { grid-template-columns: 76px minmax(0, 1fr) 96px !important; }
  .sm\:gap-4 { gap: 1rem !important; }
  .sm\:gap-6 { gap: 1.5rem !important; }
  .sm\:p-2 { padding: .5rem !important; }
  .sm\:p-5 { padding: 1.25rem !important; }
  .sm\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .sm\:text-xs { font-size: .75rem !important; line-height: 1rem !important; }
  .sm\:text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
  .sm\:rounded-3xl { border-radius: 1.5rem !important; }
  .sm\:min-h-\[420px\] { min-height: 420px !important; }
}

@media (min-width: 768px) {
  .md\:hidden { display: none !important; }
  .md\:block { display: block !important; }
  .md\:flex { display: flex !important; }
  .hidden.md\:block { display: block !important; }
  .hidden.md\:flex { display: flex !important; }
  .md\:w-auto { width: auto !important; }
  .md\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
  .md\:py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
  .md\:p-6 { padding: 1.5rem !important; }
  .md\:p-8 { padding: 2rem !important; }
  .md\:flex-row { flex-direction: row !important; }
  .md\:items-center { align-items: center !important; }
  .md\:gap-4 { gap: 1rem !important; }
  .md\:gap-6 { gap: 1.5rem !important; }
  .md\:space-y-6 > * + * { margin-top: 1.5rem !important; }
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .md\:grid-cols-\[auto_1fr\] { grid-template-columns: auto 1fr !important; }
  .md\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .md\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .md\:rounded-3xl { border-radius: 1.5rem !important; }
  .md\:min-h-\[500px\] { min-height: 500px !important; }
  .md\:h-80 { height: 20rem !important; }
}

@media (min-width: 1024px) {
  .lg\:hidden { display: none !important; }
  .lg\:block { display: block !important; }
  .lg\:flex { display: flex !important; }
  .lg\:grid { display: grid !important; }
  .lg\:static { position: static !important; }
  .lg\:translate-x-0 { transform: translateX(0) !important; }
  .lg\:flex-row { flex-direction: row !important; }
  .lg\:flex-col { flex-direction: column !important; }
  .lg\:items-center { align-items: center !important; }
  .lg\:items-end { align-items: flex-end !important; }
  .lg\:justify-between { justify-content: space-between !important; }
  .lg\:w-64 { width: 16rem !important; }
  .lg\:w-7\/12 { width: 58.333333% !important; }
  .lg\:w-\[260px\] { width: 260px !important; }
  .lg\:h-screen { height: 100vh !important; }
  .lg\:h-full { height: 100% !important; }
  .lg\:h-\[90vh\] { height: 90vh !important; }
  .lg\:rounded-\[2\.5rem\] { border-radius: 2.5rem !important; }
  .lg\:overflow-hidden { overflow: hidden !important; }
  .lg\:overflow-y-auto { overflow-y: auto !important; }
  .lg\:overflow-visible { overflow: visible !important; }
  .lg\:p-6 { padding: 1.5rem !important; }
  .lg\:p-8 { padding: 2rem !important; }
  .lg\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
  .lg\:py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .lg\:py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .lg\:border-r { border-right-width: 1px !important; border-right-style: solid !important; }
  .lg\:border-t-0 { border-top-width: 0 !important; }
  .lg\:border-l { border-left-width: 1px !important; border-left-style: solid !important; }
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-\[110px_230px_220px_300px_170px\] { grid-template-columns: 110px 230px 220px 300px 170px !important; }
  .lg\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .lg\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .lg\:col-span-4 { grid-column: span 4 / span 4 !important; }
  .lg\:col-span-5 { grid-column: span 5 / span 5 !important; }
  .lg\:col-span-6 { grid-column: span 6 / span 6 !important; }
  .lg\:col-span-7 { grid-column: span 7 / span 7 !important; }
  .lg\:col-span-8 { grid-column: span 8 / span 8 !important; }
  .lg\:col-span-12 { grid-column: span 12 / span 12 !important; }
}

@media (min-width: 1536px) {
  .\32xl\:hidden { display: none !important; }
  .\32xl\:static { position: static !important; }
  .\32xl\:translate-x-0 { transform: translateX(0) !important; }
  .\32xl\:grid-cols-\[minmax\(0\,1fr\)_520px\] { grid-template-columns: minmax(0, 1fr) 520px !important; }
}

@media (min-width: 1280px) {
  .xl\:flex-row { flex-direction: row !important; }
  .xl\:items-start { align-items: flex-start !important; }
  .xl\:items-end { align-items: flex-end !important; }
  .xl\:justify-between { justify-content: space-between !important; }
  .xl\:w-auto { width: auto !important; }
  .xl\:w-\[220px\] { width: 220px !important; }
  .xl\:w-\[320px\] { width: 320px !important; }
  .xl\:border-t-0 { border-top-width: 0 !important; }
  .xl\:border-l { border-left-width: 1px !important; border-left-style: solid !important; }
  .xl\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-\[420px_1fr\] { grid-template-columns: 420px 1fr !important; }
  .xl\:col-span-1 { grid-column: span 1 / span 1 !important; }
  .xl\:col-span-2 { grid-column: span 2 / span 2 !important; }
  .xl\:col-span-3 { grid-column: span 3 / span 3 !important; }
  .xl\:col-span-4 { grid-column: span 4 / span 4 !important; }
}
