/* ABS Visa - Minimal Utility CSS (replaces Tailwind CDN ~370KB → ~8KB) */
/* Generated from actual classes used in views */

/* ── Display ─────────────────────────────────────────────────── */
.hidden{display:none!important}.block{display:block}.inline{display:inline}
.inline-block{display:inline-block}.inline-flex{display:inline-flex}
.flex{display:flex}.grid{display:grid}.contents{display:contents}

/* ── Flex ────────────────────────────────────────────────────── */
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-row{flex-direction:row}
.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}
.items-start{align-items:flex-start}.items-center{align-items:center}
.items-end{align-items:flex-end}.items-baseline{align-items:baseline}
.justify-start{justify-content:flex-start}.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}
.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-1\.5{gap:.375rem}
.gap-2\.5{gap:.625rem}.gap-3\.5{gap:.875rem}
.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}
.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}
.space-x-2>*+*{margin-left:.5rem}

/* ── Grid ────────────────────────────────────────────────────── */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}
.col-span-3{grid-column:span 3}.col-span-full{grid-column:1/-1}

/* ── Position ────────────────────────────────────────────────── */
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}
.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}
.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}
.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}
.z-40{z-index:40}.z-50{z-index:50}

/* ── Sizing ──────────────────────────────────────────────────── */
.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}
.w-4{width:1rem}.h-4{height:1rem}.w-5{height:1.25rem}.h-5{height:1.25rem}
.w-6{width:1.5rem}.h-6{height:1.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}
.w-8{width:2rem}.h-8{height:2rem}.w-9{width:2.25rem}.h-9{height:2.25rem}
.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}
.w-14{width:3.5rem}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}
.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}
.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-60{width:15rem}
.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}
.min-w-0{min-width:0}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}
.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-h-screen{max-height:100vh}
.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}
.h-3{height:.75rem}.h-0{height:0}.w-0{width:0}.w-0\.5{width:.125rem}
.h-screen{height:100vh}

/* ── Spacing ─────────────────────────────────────────────────── */
.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}
.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-1{padding-left:.25rem;padding-right:.25rem}.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}
.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}
.pr-4{padding-right:1rem}.p-1\.5{padding:.375rem}.p-0\.5{padding:.125rem}
.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-0\.5{margin-top:.125rem}
.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}
.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}
.my-4{margin-top:1rem;margin-bottom:1rem}.-mt-1{margin-top:-.25rem}

/* ── Typography ──────────────────────────────────────────────── */
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}
.text-5xl{font-size:3rem}.font-normal{font-weight:400}.font-medium{font-weight:500}
.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.italic{font-style:italic}.not-italic{font-style:normal}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}
.capitalize{text-transform:capitalize}.normal-case{text-transform:none}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}
.break-words{overflow-wrap:break-word;word-break:break-word}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}
.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}
.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}
.underline{text-decoration:underline}.no-underline{text-decoration:none}
.line-through{text-decoration:line-through}
.min-w-0{min-width:0}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}
.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}

/* ── Colors - Text ───────────────────────────────────────────── */
.text-white{color:#fff}.text-black{color:#000}.text-current{color:currentColor}
.text-gray-300{color:#d1d5db}.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-gray-900{color:#111827}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-red-800{color:#991b1b}.text-orange-500{color:#f97316}.text-amber-600{color:#d97706}
.text-amber-700{color:#b45309}.text-amber-800{color:#92400e}
.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}
.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}
.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}
.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}.text-purple-600{color:#9333ea}
.text-indigo-600{color:#4f46e5}.text-cyan-600{color:#0891b2}.text-cyan-700{color:#0e7490}
.text-pink-600{color:#db2777}

/* ── Colors - Background ─────────────────────────────────────── */
.bg-white{background-color:#fff}.bg-black{background-color:#000}
.bg-transparent{background-color:transparent}
.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}
.bg-gray-200{background-color:#e5e7eb}.bg-gray-800{background-color:#1f2937}
.bg-gray-900{background-color:#111827}
.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}
.bg-orange-50{background-color:#fff7ed}
.bg-amber-50{background-color:#fffbeb}.bg-amber-100{background-color:#fef3c7}
.bg-amber-200{background-color:#fde68a}.bg-amber-500{background-color:#f59e0b}
.bg-amber-600{background-color:#d97706}
.bg-yellow-100{background-color:#fef9c3}.bg-yellow-200{background-color:#fef08a}
.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}
.bg-green-400{background-color:#4ade80}.bg-green-500{background-color:#22c55e}
.bg-green-600{background-color:#16a34a}
.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-100{background-color:#d1fae5}
.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}
.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}
.bg-blue-700{background-color:#1d4ed8}
.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}
.bg-purple-50{background-color:#faf5ff}.bg-purple-600{background-color:#9333ea}
.bg-cyan-50{background-color:#ecfeff}.bg-cyan-100{background-color:#cffafe}
.bg-brand-600{background-color:#1a56db}.hover\:bg-brand-700:hover{background-color:#1a4cb5}

/* ── Border ──────────────────────────────────────────────────── */
.border{border-width:1px;border-style:solid}.border-0{border:0}
.border-t{border-top-width:1px;border-top-style:solid}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-l{border-left-width:1px;border-left-style:solid}
.border-2{border-width:2px;border-style:solid}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}
.border-green-200{border-color:#bbf7d0}.border-red-200{border-color:#fecaca}
.border-blue-200{border-color:#bfdbfe}.border-yellow-200{border-color:#fef08a}
.border-white{border-color:#fff}.border-transparent{border-color:transparent}
.divide-y>*+*{border-top-width:1px;border-top-style:solid}
.divide-gray-50>*+*{border-color:#f9fafb}
.divide-gray-100>*+*{border-color:#f3f4f6}

/* ── Border Radius ───────────────────────────────────────────── */
.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}
.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}
.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}

/* ── Shadow ──────────────────────────────────────────────────── */
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}

/* ── Opacity ─────────────────────────────────────────────────── */
.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}
.opacity-75{opacity:.75}.opacity-100{opacity:1}

/* ── Cursor ──────────────────────────────────────────────────── */
.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}
.cursor-default{cursor:default}

/* ── Misc ────────────────────────────────────────────────────── */
.appearance-none{appearance:none}.resize-none{resize:none}.resize{resize:both}
.select-none{user-select:none}.pointer-events-none{pointer-events:none}
.accent-blue-600{accent-color:#2563eb}.object-cover{object-fit:cover}
.object-contain{object-fit:contain}.aspect-square{aspect-ratio:1/1}
.transition{transition:all .15s ease}.transition-all{transition:all .15s ease}
.transition-colors{transition:color .15s,background-color .15s,border-color .15s}
.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:ease-in-out}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.animate-spin{animation:spin 1s linear infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes spin{to{transform:rotate(360deg)}}
.transform{transform:translateZ(0)}.translate-y-0{transform:translateY(0)}
.-translate-y-1\/2{transform:translateY(-50%)}
.scale-100{transform:scale(1)}.hover\:scale-105:hover{transform:scale(1.05)}
.origin-top-right{transform-origin:top right}

/* ── Hover ───────────────────────────────────────────────────── */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.hover\:text-gray-800:hover{color:#1f2937}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:underline:hover{text-decoration:underline}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.hover\:opacity-80:hover{opacity:.8}
.hover\:border-blue-200:hover{border-color:#bfdbfe}
.focus\:outline-none:focus{outline:none}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(59,130,246,.5)}
.focus\:ring-blue-400:focus{box-shadow:0 0 0 2px #60a5fa}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:text-blue-600{color:#2563eb}

/* ── Responsive ──────────────────────────────────────────────── */
@media(min-width:640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2}.md\:block{display:block}}
@media(min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:block{display:block}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2}.lg\:p-6{padding:1.5rem}.lg\:ml-60{margin-left:15rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}}

/* ── bg-black/50 style opacity ───────────────────────────────── */
.bg-black\/50{background-color:rgba(0,0,0,.5)}
.bg-white\/8{background-color:rgba(255,255,255,.08)}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
