/* Tailwind Lite (custom minimal subset for MG Advanced Account)
 * This is NOT the full Tailwind build. Only utilities actually referenced in plugin markup.
 * For production: replace with a purged build generated via Tailwind CLI.
 */
:root { --tw-ring-shadow:0 0 #0000; --tw-shadow:0 0 #0000; }
.flex{display:flex}
.grid{display:grid}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}
.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-10>*+*{margin-top:2.5rem}
.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.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}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}
.mb-4{margin-bottom:1rem}
.w-full{width:100%}
.min-w-0{min-width:0}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-\[11px\]{font-size:11px}
.text-\[13px\]{font-size:13px}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}
.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}
.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}
.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}
.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}
.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}
.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}
.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}
.bg-brand{background-color:var(--brand,#ad0000)}
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px;border-style:solid;border-color:#e5e7eb}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.overflow-hidden{overflow:hidden}
.hidden{display:none}
.text-center{text-align:center}
.whitespace-nowrap{white-space:nowrap}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rtl{direction:rtl}
.font-semibold{font-weight:600}
.inline-block{display:inline-block}
.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-color:#f1f5f9}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
@keyframes pulse{50%{opacity:.5}}
/* Utility for aspect-square */
.aspect-square{position:relative}
.aspect-square::before{content:"";display:block;padding-bottom:100%}
.aspect-square>*{position:absolute;inset:0}
/* Minimal hover underline */
.hover\:underline:hover{text-decoration:underline}
/* Transitions */
.transition{transition:all .2s}
.duration-300{transition-duration:.3s}
/* Sticky */
.sticky{position:sticky}
.top-0{top:0}
/* Additional padding / margin placeholders (extend as needed) */
/* End subset */
