/* ────────────────────────────────────────────────────────────
   UTILITY LAYER — Tailwind-style utility classes (as supplied).
   Loaded AFTER style.css. Used for fine-grained spacing, grid,
   typography and state tweaks alongside the component classes
   in style.css (.topbar, .navbar, .card, .btn, .tag, etc).
   ──────────────────────────────────────────────────────────── */

*,:before,:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.visible { visibility: visible }
.static { position: static }
.fixed { position: fixed }
.absolute { position: absolute }
.relative { position: relative }
.inset-0 { inset: 0 }
.bottom-0 { bottom: 0 }
.left-0 { left: 0 }
.right-0 { right: 0 }
.top-0 { top: 0 }
.top-1\/2 { top: 50% }
.top-full { top: 100% }
.z-10 { z-index: 10 }
.z-50 { z-index: 50 }

.mx-auto { margin-left: auto; margin-right: auto }
.my-2 { margin-top: .5rem; margin-bottom: .5rem }
.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 }
.mb-12 { margin-bottom: 3rem }
.mb-16 { margin-bottom: 4rem }
.ml-1 { margin-left: .25rem }
.ml-2 { margin-left: .5rem }
.ml-3 { margin-left: .75rem }
.ml-4 { margin-left: 1rem }
.mr-1 { margin-right: .25rem }
.mr-2 { margin-right: .5rem }
.mr-3 { margin-right: .75rem }
.mt-1 { margin-top: .25rem }
.mt-2 { margin-top: .5rem }
.mt-3 { margin-top: .75rem }
.mt-4 { margin-top: 1rem }
.mt-6 { margin-top: 1.5rem }
.mt-8 { margin-top: 2rem }
.mt-12 { margin-top: 3rem }

.block { display: block }
.inline-block { display: inline-block }
.inline { display: inline }
.flex { display: flex }
.inline-flex { display: inline-flex }
.grid { display: grid }
.hidden { display: none }

.h-1 { height: .25rem }
.h-2 { height: .5rem }
.h-3 { height: .75rem }
.h-4 { height: 1rem }
.h-5 { height: 1.25rem }
.h-6 { height: 1.5rem }
.h-8 { height: 2rem }
.h-10 { height: 2.5rem }
.h-12 { height: 3rem }
.h-14 { height: 3.5rem }
.h-16 { height: 4rem }
.h-full { height: 100% }
.min-h-screen { min-height: 100vh }

.w-1 { width: .25rem }
.w-2 { width: .5rem }
.w-3 { width: .75rem }
.w-4 { width: 1rem }
.w-5 { width: 1.25rem }
.w-6 { width: 1.5rem }
.w-8 { width: 2rem }
.w-10 { width: 2.5rem }
.w-12 { width: 3rem }
.w-14 { width: 3.5rem }
.w-16 { width: 4rem }
.w-auto { width: auto }
.w-fit { width: -moz-fit-content; width: fit-content }
.w-full { width: 100% }
.min-w-0 { min-width: 0px }
.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-w-full { max-width: 100% }
.max-w-md { max-width: 28rem }
.max-w-sm { max-width: 24rem }
.max-w-xl { max-width: 36rem }
.max-w-xs { max-width: 20rem }

.flex-1 { flex: 1 1 0% }
.flex-shrink-0,.shrink-0 { flex-shrink: 0 }
.grow { flex-grow: 1 }

.-translate-y-1\/2 { --tw-translate-y: -50%; transform: translate(var(--tw-translate-x),var(--tw-translate-y)) }
.translate-y-0 { --tw-translate-y: 0px; transform: translate(var(--tw-translate-x),var(--tw-translate-y)) }

@keyframes spin { to { transform: rotate(360deg) } }
.animate-spin { animation: spin 1s linear infinite }
@keyframes pulse { 50% { opacity: .5 } }
.animate-pulse { animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite }

.cursor-default { cursor: default }
.cursor-not-allowed { cursor: not-allowed }
.cursor-pointer { cursor: pointer }
.select-none { -webkit-user-select: none; -moz-user-select: none; user-select: none }
.list-inside { list-style-position: inside }
.list-disc { list-style-type: disc }

.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)) }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }
.flex-wrap { flex-wrap: wrap }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.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 }

.space-x-2>:not([hidden])~:not([hidden]) { margin-left: .5rem }
.space-x-3>:not([hidden])~:not([hidden]) { margin-left: .75rem }
.space-x-4>:not([hidden])~:not([hidden]) { margin-left: 1rem }
.space-y-1>:not([hidden])~:not([hidden]) { margin-top: .25rem }
.space-y-2>:not([hidden])~:not([hidden]) { margin-top: .5rem }
.space-y-3>:not([hidden])~:not([hidden]) { margin-top: .75rem }
.space-y-4>:not([hidden])~:not([hidden]) { margin-top: 1rem }
.space-y-6>:not([hidden])~:not([hidden]) { margin-top: 1.5rem }

.divide-y>:not([hidden])~:not([hidden]) { border-top-width: 1px }
.divide-gray-100>:not([hidden])~:not([hidden]) { border-color: rgb(243 244 246) }
.divide-gray-200>:not([hidden])~:not([hidden]) { border-color: rgb(229 231 235) }

.self-start { align-self: flex-start }
.overflow-hidden { overflow: hidden }
.overflow-x-auto { overflow-x: auto }
.overflow-y-auto { overflow-y: auto }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.whitespace-nowrap { white-space: nowrap }
.whitespace-pre-line { white-space: pre-line }
.break-words { overflow-wrap: break-word }

.rounded { border-radius: .25rem }
.rounded-full { border-radius: 9999px }
.rounded-lg { border-radius: .5rem }
.rounded-md { border-radius: .375rem }
.rounded-sm { border-radius: .125rem }
.rounded-xl { border-radius: .75rem }

.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-width: 1px; border-style: solid; border-color: #e5e7eb }
.border-t { border-top-width: 1px; border-style: solid; border-color: #e5e7eb }
.border-l-4 { border-left-width: 4px; border-style: solid; border-color: #e5e7eb }
.border-dashed { border-style: dashed }
.border-transparent { border-color: transparent }

.border-gray-100 { border-color: rgb(243 244 246) }
.border-gray-200 { border-color: rgb(229 231 235) }
.border-gray-300 { border-color: rgb(209 213 219) }
.border-indigo-200 { border-color: rgb(199 210 254) }
.border-indigo-300 { border-color: rgb(165 180 252) }
.border-red-200 { border-color: rgb(254 202 202) }
.border-red-300 { border-color: rgb(252 165 165) }
.border-green-200 { border-color: rgb(187 247 208) }
.border-amber-200 { border-color: rgb(253 230 138) }

.bg-white { background-color: rgb(255 255 255) }
.bg-black\/40 { background-color: #0006 }
.bg-black\/50 { background-color: #00000080 }
.bg-gray-50 { background-color: rgb(249 250 251) }
.bg-gray-100 { background-color: rgb(243 244 246) }
.bg-gray-200 { background-color: rgb(229 231 235) }
.bg-gray-300 { background-color: rgb(209 213 219) }
.bg-gray-800 { background-color: rgb(31 41 55) }
.bg-gray-900 { background-color: rgb(17 24 39) }
.bg-blue-50 { background-color: rgb(239 246 255) }
.bg-blue-100 { background-color: rgb(219 234 254) }
.bg-indigo-50 { background-color: rgb(238 242 255) }
.bg-indigo-100 { background-color: rgb(224 231 255) }
.bg-indigo-600 { background-color: rgb(79 70 229) }
.bg-green-50 { background-color: rgb(240 253 244) }
.bg-green-100 { background-color: rgb(220 252 231) }
.bg-red-50 { background-color: rgb(254 242 242) }
.bg-red-100 { background-color: rgb(254 226 226) }
.bg-amber-50 { background-color: rgb(255 251 235) }
.bg-amber-100 { background-color: rgb(254 243 199) }

.object-contain { -o-object-fit: contain; object-fit: contain }
.object-cover { -o-object-fit: cover; object-fit: cover }

.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-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 }
.px-8 { padding-left: 2rem; padding-right: 2rem }
.py-1 { padding-top: .25rem; padding-bottom: .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 }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem }
.py-8 { padding-top: 2rem; padding-bottom: 2rem }
.py-12 { padding-top: 3rem; padding-bottom: 3rem }
.py-16 { padding-top: 4rem; padding-bottom: 4rem }
.py-20 { padding-top: 5rem; padding-bottom: 5rem }
.pb-4 { padding-bottom: 1rem }
.pb-6 { padding-bottom: 1.5rem }
.pt-4 { padding-top: 1rem }
.pt-6 { padding-top: 1.5rem }

.text-left { text-align: left }
.text-center { text-align: center }
.text-right { text-align: right }

.font-mono { font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace }

.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-lg { font-size: 1.125rem; line-height: 1.75rem }
.text-xl { font-size: 1.25rem; line-height: 1.75rem }
.text-2xl { font-size: 1.5rem; line-height: 2rem }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem }
.text-5xl { font-size: 3rem; line-height: 1 }

.font-light { font-weight: 300 }
.font-normal { font-weight: 400 }
.font-medium { font-weight: 500 }
.font-semibold { font-weight: 600 }
.font-bold { font-weight: 700 }

.uppercase { text-transform: uppercase }
.italic { font-style: italic }
.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 }
.tracking-wide { letter-spacing: .025em }
.tracking-wider { letter-spacing: .05em }
.tracking-widest { letter-spacing: .1em }

.text-gray-300 { color: rgb(209 213 219) }
.text-gray-400 { color: rgb(156 163 175) }
.text-gray-500 { color: rgb(107 114 128) }
.text-gray-600 { color: rgb(75 85 99) }
.text-gray-700 { color: rgb(55 65 81) }
.text-gray-800 { color: rgb(31 41 55) }
.text-gray-900 { color: rgb(17 24 39) }
.text-white { color: rgb(255 255 255) }
.text-indigo-600 { color: rgb(79 70 229) }
.text-indigo-700 { color: rgb(67 56 202) }
.text-blue-600 { color: rgb(37 99 235) }
.text-green-600 { color: rgb(22 163 74) }
.text-green-700 { color: rgb(21 128 61) }
.text-red-600 { color: rgb(220 38 38) }
.text-red-700 { color: rgb(185 28 28) }
.text-amber-600 { color: rgb(217 119 6) }

.underline { text-decoration-line: underline }
.no-underline { text-decoration-line: none }

.opacity-0 { opacity: 0 }
.opacity-50 { opacity: .5 }
.opacity-60 { opacity: .6 }
.opacity-75 { opacity: .75 }
.opacity-100 { opacity: 1 }

.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) }

.transition { transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s }
.transition-colors { transition-property: color,background-color,border-color,text-decoration-color,fill,stroke; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s }
.duration-150 { transition-duration: .15s }
.duration-200 { transition-duration: .2s }
.duration-300 { transition-duration: .3s }
.ease-in-out { transition-timing-function: cubic-bezier(.4,0,.2,1) }

.hover\:bg-gray-50:hover { background-color: rgb(249 250 251) }
.hover\:bg-gray-100:hover { background-color: rgb(243 244 246) }
.hover\:bg-indigo-50:hover { background-color: rgb(238 242 255) }
.hover\:bg-indigo-700:hover { background-color: rgb(67 56 202) }
.hover\:border-indigo-300:hover { border-color: rgb(165 180 252) }
.hover\:text-gray-700:hover { color: rgb(55 65 81) }
.hover\:text-gray-900:hover { color: rgb(17 24 39) }
.hover\:text-indigo-700:hover { color: rgb(67 56 202) }
.hover\:underline:hover { text-decoration-line: underline }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) }
.hover\:-translate-y-1:hover { --tw-translate-y: -.25rem; transform: translate(var(--tw-translate-x),var(--tw-translate-y)) }

.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(79,70,229,.5)) }

.disabled\:opacity-40:disabled { opacity: .4 }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed }

@media(min-width: 640px) {
    .sm\:flex { display: flex }
    .sm\:hidden { display: none }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)) }
    .sm\:flex-row { flex-direction: row }
    .sm\:items-center { align-items: center }
    .sm\:justify-between { justify-content: space-between }
    .sm\:text-5xl { font-size: 3rem; line-height: 1 }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem }
}

@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\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)) }
    .md\:grid-cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)) }
    .md\:flex-row { flex-direction: row }
    .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1 }
}

@media(min-width: 1024px) {
    .lg\:col-span-2 { grid-column: span 2 / span 2 }
    .lg\:block { display: block }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)) }
    .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\:flex-row { flex-direction: row }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1 }
}