/* Tailwind utilities compiled locally for index.html. */
*, *::before, *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: ui-sans-serif, system-ui, sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-size: inherit; font-weight: inherit; }
button, input, optgroup, select, textarea { margin: 0; padding: 0; font: inherit; color: inherit; }
button, select { text-transform: none; }
button, [type="button"], [type="submit"] { appearance: button; background: transparent; }
button, [role="button"] { cursor: pointer; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
[hidden] { display: none; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.left-0 { left: 0; }
.right-2\.5 { right: .625rem; }
.right-6 { right: 1.5rem; }
.top-1\/2 { top: 50%; }
.bottom-24 { bottom: 6rem; }
.bottom-full { bottom: 100%; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }

.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }
.min-h-0 { min-height: 0; }
.h-full { height: 100%; }
.h-3 { height: .75rem; }
.h-3\.5 { height: .875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-5\.5 { height: 1.375rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-28 { height: 7rem; }
.w-3 { width: .75rem; }
.w-3\.5 { width: .875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-5\.5 { width: 1.375rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-24 { width: 6rem; }
.w-48 { width: 12rem; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.max-h-full { max-height: 100%; }
.max-w-full { max-width: 100%; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }

.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: .625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.m-0 { margin: 0; }
.mb-0\.5 { margin-bottom: .125rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.ml-2 { margin-left: .5rem; }
.mr-1 { margin-right: .25rem; }
.mt-1 { margin-top: .25rem; }
.mt-4 { margin-top: 1rem; }
.p-0 { padding: 0; }
.p-0\.5 { padding: .125rem; }
.p-1 { padding: .25rem; }
.p-1\.5 { padding: .375rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-2\.5 { padding-left: .625rem; padding-right: .625rem; }
.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-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.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-3\.5 { padding-top: .875rem; padding-bottom: .875rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.pb-3 { padding-bottom: .75rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-4 { padding-left: 1rem; }
.pr-4 { padding-right: 1rem; }
.pr-8 { padding-right: 2rem; }
.pt-2 { padding-top: .5rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }

.rounded { border-radius: .25rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.border-t { border-top-width: 1px; }
.border-dashed { border-style: dashed; }
.border-slate-700 { border-color: #334155; }
.border-slate-700\/50 { border-color: rgb(51 65 85 / .5); }
.border-slate-800 { border-color: #1e293b; }
.border-slate-800\/60 { border-color: rgb(30 41 59 / .6); }
.border-slate-900 { border-color: #0f172a; }
.border-blue-500\/20 { border-color: rgb(59 130 246 / .2); }
.border-blue-500\/35 { border-color: rgb(59 130 246 / .35); }
.border-white\/40 { border-color: rgb(255 255 255 / .4); }

.bg-transparent { background-color: transparent; }
.bg-white { background-color: #fff; }
.bg-slate-700 { background-color: #334155; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-900\/40 { background-color: rgb(15 23 42 / .4); }
.bg-slate-900\/60 { background-color: rgb(15 23 42 / .6); }
.bg-slate-900\/80 { background-color: rgb(15 23 42 / .8); }
.bg-slate-950 { background-color: #030712; }
.bg-slate-950\/40 { background-color: rgb(3 7 18 / .4); }
.bg-blue-500\/10 { background-color: rgb(59 130 246 / .1); }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-600\/10 { background-color: rgb(37 99 235 / .1); }
.bg-blue-700 { background-color: #1d4ed8; }
.bg-emerald-600\/10 { background-color: rgb(5 150 105 / .1); }
.bg-emerald-800 { background-color: #065f46; }
.bg-fuchsia-800 { background-color: #86198f; }
.bg-orange-800 { background-color: #9a3412; }
.bg-red-950 { background-color: #450a0a; }
.bg-red-950\/40 { background-color: rgb(69 10 10 / .4); }
.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)); }
.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-to: rgb(37 99 235 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-indigo-500 { --tw-gradient-to: #6366f1; }

.font-sans { font-family: ui-sans-serif, system-ui, sans-serif; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.leading-5 { line-height: 1.25rem; }
.text-left { text-align: left; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: .025em; }
.tracking-wider { letter-spacing: .05em; }
.tracking-widest { letter-spacing: .1em; }
.text-white { color: #fff; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-blue-400 { color: #60a5fa; }
.text-emerald-400 { color: #34d399; }
.text-red-400 { color: #f87171; }
.text-\[var\(--primary-color\)\] { color: var(--primary-color); }

.appearance-none { appearance: none; }
.cursor-pointer { cursor: pointer; }
.object-contain { object-fit: contain; }
.pointer-events-none { pointer-events: none; }
.resize-y { resize: vertical; }
.opacity-0 { opacity: 0; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.translate-y-32 { transform: translateY(8rem); }
.shadow { box-shadow: 0 1px 3px rgb(0 0 0 / .1), 0 1px 2px -1px 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); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.shadow-blue-500\/20 { box-shadow: 0 10px 15px -3px rgb(59 130 246 / .2); }
.shadow-blue-600\/15 { box-shadow: 0 20px 25px -5px rgb(37 99 235 / .15); }
.transition-all { transition: all .15s cubic-bezier(.4, 0, .2, 1); }
.transition-colors { transition: color .15s, background-color .15s, border-color .15s; }
.transition-transform { transition: transform .15s; }
.duration-300 { transition-duration: .3s; }

.hover\:bg-blue-500:hover { background-color: #3b82f6; }
.hover\:bg-red-900:hover { background-color: #7f1d1d; }
.hover\:bg-red-950:hover { background-color: #450a0a; }
.hover\:bg-red-950\/50:hover { background-color: rgb(69 10 10 / .5); }
.hover\:bg-slate-700:hover { background-color: #334155; }
.hover\:bg-slate-800:hover { background-color: #1e293b; }
.hover\:bg-slate-850:hover { background-color: #1e293b; }
.hover\:bg-slate-900\/70:hover { background-color: rgb(15 23 42 / .7); }
.hover\:border-slate-700:hover { border-color: #334155; }
.hover\:text-red-300:hover { color: #fca5a5; }
.hover\:text-red-400:hover { color: #f87171; }
.hover\:text-slate-200:hover { color: #e2e8f0; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.hover\:text-white:hover { color: #fff; }
.hover\:scale-110:hover { transform: scale(1.1); }
.focus\:border-blue-500:focus { border-color: #3b82f6; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.active\:bg-blue-700:active { background-color: #1d4ed8; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
.disabled\:opacity-30:disabled { opacity: .3; }

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:w-\[38\%\] { width: 38%; }
}

@media (min-width: 1280px) {
  .xl\:w-\[34\%\] { width: 34%; }
}
