/*
  Static utility subset for the Forms panel.
  This replaces the Tailwind CDN runtime for the classes used by the PHP views.
*/

*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: rgb(39 39 42); }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; line-height: inherit; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { font: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
img, svg, video, canvas { display: block; vertical-align: middle; }
textarea { resize: vertical; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6 { margin: 0; }

.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.inset-y-0 { top: 0; bottom: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-2 { margin-left: .5rem; }
.ml-5 { margin-left: 1.25rem; }
.ml-6 { margin-left: 1.5rem; }
.mr-2 { margin-right: .5rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.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; }
.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; }
.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-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.pt-4 { padding-top: 1rem; }
.pb-3 { padding-bottom: .75rem; }
.min-h-screen { min-height: 100vh; }
.h-3\.5 { height: .875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-full { height: 100%; }
.w-3\.5 { width: .875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-72 { width: 18rem; }
.w-full { width: 100%; }
.w-\[390px\] { width: 390px; }
.min-w-0 { min-width: 0; }
.min-w-\[7\.5rem\] { min-width: 7.5rem; }
.min-w-\[180px\] { min-width: 180px; }
.min-w-\[260px\] { min-width: 260px; }
.max-w-md { max-width: 28rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-\[88vw\] { max-width: 88vw; }
.max-w-\[92vw\] { max-width: 92vw; }
.max-h-\[240px\] { max-height: 240px; }
.max-h-\[360px\] { max-height: 360px; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.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)); }
.-translate-x-full { --tw-translate-x: -100%; transform: translate(var(--tw-translate-x), var(--tw-translate-y, 0)); }
.grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.place-items-center { place-items: center; }
.gap-1 { gap: .25rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-x-3 { column-gap: .75rem; }
.gap-y-1 { row-gap: .25rem; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-y-auto { overflow-y: auto; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list-disc { list-style-type: disc; }
.list-decimal { list-style-type: decimal; }
.object-cover { object-fit: cover; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-r { border-right-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-dashed { border-style: dashed; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.bg-zinc-950 { background-color: rgb(9 9 11); }
.bg-zinc-950\/30 { background-color: rgb(9 9 11 / .30); }
.bg-zinc-950\/40 { background-color: rgb(9 9 11 / .40); }
.bg-zinc-950\/60 { background-color: rgb(9 9 11 / .60); }
.bg-zinc-900\/30 { background-color: rgb(24 24 27 / .30); }
.bg-zinc-900\/40 { background-color: rgb(24 24 27 / .40); }
.bg-zinc-900\/50 { background-color: rgb(24 24 27 / .50); }
.bg-zinc-900\/60 { background-color: rgb(24 24 27 / .60); }
.bg-zinc-900\/70 { background-color: rgb(24 24 27 / .70); }
.bg-zinc-800 { background-color: rgb(39 39 42); }
.bg-black\/60 { background-color: rgb(0 0 0 / .60); }
.bg-indigo-500 { background-color: rgb(99 102 241); }
.bg-indigo-600 { background-color: rgb(79 70 229); }
.bg-indigo-950\/20 { background-color: rgb(30 27 75 / .20); }
.bg-emerald-600 { background-color: rgb(5 150 105); }
.bg-emerald-950\/20 { background-color: rgb(2 44 34 / .20); }
.bg-emerald-950\/30 { background-color: rgb(2 44 34 / .30); }
.bg-emerald-950\/40 { background-color: rgb(2 44 34 / .40); }
.bg-rose-500\/10 { background-color: rgb(244 63 94 / .10); }
.bg-rose-600 { background-color: rgb(225 29 72); }
.bg-rose-900\/50 { background-color: rgb(136 19 55 / .50); }
.bg-rose-950\/20 { background-color: rgb(76 5 25 / .20); }
.bg-rose-950\/40 { background-color: rgb(76 5 25 / .40); }
.bg-amber-500 { background-color: rgb(245 158 11); }
.bg-amber-600 { background-color: rgb(217 119 6); }
.bg-amber-950\/20 { background-color: rgb(69 26 3 / .20); }
.bg-amber-950\/30 { background-color: rgb(69 26 3 / .30); }
.bg-amber-950\/40 { background-color: rgb(69 26 3 / .40); }
.bg-sky-950\/30 { background-color: rgb(8 47 73 / .30); }
.bg-fuchsia-600 { background-color: rgb(192 38 211); }
.border-zinc-700 { border-color: rgb(63 63 70); }
.border-zinc-800 { border-color: rgb(39 39 42); }
.border-indigo-700 { border-color: rgb(67 56 202); }
.border-indigo-900\/60 { border-color: rgb(49 46 129 / .60); }
.border-emerald-700 { border-color: rgb(4 120 87); }
.border-emerald-800 { border-color: rgb(6 95 70); }
.border-rose-500\/30 { border-color: rgb(244 63 94 / .30); }
.border-rose-700 { border-color: rgb(190 18 60); }
.border-rose-800 { border-color: rgb(159 18 57); }
.border-amber-700 { border-color: rgb(180 83 9); }
.border-amber-800 { border-color: rgb(146 64 14); }
.border-sky-700 { border-color: rgb(3 105 161); }
.text-white { color: rgb(255 255 255); }
.text-zinc-100 { color: rgb(244 244 245); }
.text-zinc-200 { color: rgb(228 228 231); }
.text-zinc-300 { color: rgb(212 212 216); }
.text-zinc-400 { color: rgb(161 161 170); }
.text-zinc-500 { color: rgb(113 113 122); }
.text-zinc-950 { color: rgb(9 9 11); }
.text-indigo-200 { color: rgb(199 210 254); }
.text-indigo-300 { color: rgb(165 180 252); }
.text-emerald-200 { color: rgb(167 243 208); }
.text-emerald-300 { color: rgb(110 231 183); }
.text-rose-100 { color: rgb(255 228 230); }
.text-rose-200 { color: rgb(254 205 211); }
.text-rose-300 { color: rgb(253 164 175); }
.text-amber-100 { color: rgb(254 243 199); }
.text-amber-200 { color: rgb(253 230 138); }
.text-amber-200\/80 { color: rgb(253 230 138 / .80); }
.text-amber-300 { color: rgb(252 211 77); }
.text-sky-200 { color: rgb(186 230 253); }
.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-\[11px\] { font-size: 11px; }
.font-normal { font-weight: 400; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: .025em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.text-center { text-align: center; }
.line-through { text-decoration-line: line-through; }
.opacity-40 { opacity: .40; }
.opacity-50 { opacity: .50; }
.opacity-60 { opacity: .60; }
.opacity-70 { opacity: .70; }
.opacity-80 { opacity: .80; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.shadow-black\/20 { --tw-shadow-color: rgb(0 0 0 / .20); }
.backdrop-blur { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-duration: 150ms; transition-timing-function: cubic-bezier(.4,0,.2,1); }
.transition-transform { transition-property: transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.4,0,.2,1); }
.duration-200 { transition-duration: 200ms; }
.pointer-events-none { pointer-events: none; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.select-none { user-select: none; }
.accent-indigo-500 { accent-color: rgb(99 102 241); }
.file\:mr-4::file-selector-button { margin-right: 1rem; }
.file\:rounded-xl::file-selector-button { border-radius: .75rem; }
.file\:border-0::file-selector-button { border-width: 0; }
.file\:bg-indigo-600::file-selector-button { background-color: rgb(79 70 229); }
.file\:px-4::file-selector-button { padding-left: 1rem; padding-right: 1rem; }
.file\:py-2::file-selector-button { padding-top: .5rem; padding-bottom: .5rem; }
.file\:text-white::file-selector-button { color: rgb(255 255 255); }
.hover\:file\:bg-indigo-500:hover::file-selector-button { background-color: rgb(99 102 241); }
.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-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

.hover\:bg-zinc-700:hover { background-color: rgb(63 63 70); }
.hover\:bg-zinc-800:hover { background-color: rgb(39 39 42); }
.hover\:bg-zinc-800\/60:hover { background-color: rgb(39 39 42 / .60); }
.hover\:bg-zinc-900\/50:hover { background-color: rgb(24 24 27 / .50); }
.hover\:bg-zinc-900\/60:hover { background-color: rgb(24 24 27 / .60); }
.hover\:bg-indigo-500:hover { background-color: rgb(99 102 241); }
.hover\:bg-emerald-500:hover { background-color: rgb(16 185 129); }
.hover\:bg-rose-500:hover { background-color: rgb(244 63 94); }
.hover\:bg-rose-800\/70:hover { background-color: rgb(159 18 57 / .70); }
.hover\:bg-amber-400:hover { background-color: rgb(251 191 36); }
.hover\:bg-amber-500:hover { background-color: rgb(245 158 11); }
.hover\:bg-fuchsia-500:hover { background-color: rgb(217 70 239); }
.hover\:text-white:hover { color: rgb(255 255 255); }
.hover\:text-indigo-200:hover { color: rgb(199 210 254); }
.active\:scale-\[0\.98\]:active { transform: scale(.98); }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:items-start { align-items: flex-start; }
  .sm\:items-center { align-items: center; }
  .sm\:items-end { align-items: flex-end; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:p-4 { padding: 1rem; }
  .sm\:p-5 { padding: 1.25rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
}

@media (min-width: 768px) {
  .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\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:col-span-1 { grid-column: span 1 / span 1; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:row-span-2 { grid-row: span 2 / span 2; }
}

@media (min-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:flex { display: flex; }
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .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\:translate-x-0 { --tw-translate-x: 0; transform: translate(0, var(--tw-translate-y, 0)); }
  .lg\:pl-72 { padding-left: 18rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
  .lg\:p-6 { padding: 1.5rem; }
  .lg\:mb-4 { margin-bottom: 1rem; }
  .lg\:mb-6 { margin-bottom: 1.5rem; }
  .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xl\:col-span-2 { grid-column: span 2 / span 2; }
}
