*,
*::before,
*::after { box-sizing: border-box; }

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,
h1,
h2,
h3,
p,
ol,
ul,
figure,
pre { margin: 0; }

ol,
ul { list-style: none; padding: 0; }

a { color: inherit; text-decoration: inherit; }
button,
input,
select,
textarea { font: inherit; }
button,
select { text-transform: none; }
button,
[type="button"],
[type="submit"] { cursor: pointer; }
img,
video { display: block; max-width: 100%; height: auto; }
textarea { resize: vertical; }

:root {
    --brand-50: #fef2f2;
    --brand-100: #fee2e2;
    --brand-300: #fca5a5;
    --brand-400: #f87171;
    --brand-500: #ef4444;
    --brand-600: #dc2626;
    --brand-700: #b91c1c;
    --brand-800: #991b1b;
    --brand-900: #7f1d1d;
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.inline-grid { display: inline-grid; }
.grid { display: grid; }
.contents { display: contents; }
.hidden { display: none; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.top-1\/2 { top: 50%; }
.top-3 { top: .75rem; }
.top-16 { top: 4rem; }
.top-24 { top: 6rem; }
.right-2 { right: .5rem; }
.right-3 { right: .75rem; }
.bottom-0 { bottom: 0; }
.bottom-5 { bottom: 1.25rem; }
.left-2 { left: .5rem; }
.left-3 { left: .75rem; }
.left-5 { left: 1.25rem; }
.left-1\/2 { left: 50%; }
.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; }

.mx-auto { margin-left: auto; margin-right: auto; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.mt-0\.5 { margin-top: .125rem; }
.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; }
.mt-10 { margin-top: 2.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; }
.mr-1 { margin-right: .25rem; }
.mr-2 { margin-right: .5rem; }
.ml-2 { margin-left: .5rem; }
.ml-1 { margin-left: .25rem; }
.ml-4 { margin-left: 1rem; }
.min-h-screen { min-height: 100vh; }
.min-h-\[50vh\] { min-height: 50vh; }
.min-h-12 { min-height: 3rem; }
.min-h-10 { min-height: 2.5rem; }
.h-5 { height: 1.25rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-48 { height: 12rem; }
.h-\[300px\] { height: 300px; }
.h-full { height: 100%; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[220px\] { max-width: 220px; }
.min-w-0 { min-width: 0; }
.min-w-5 { min-width: 1.25rem; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.flex-shrink-0 { flex-shrink: 0; }

.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
.translate-y-0 { transform: translateY(0); }
.-translate-y-1 { transform: translateY(-.25rem); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-x-1\/2.-translate-y-1\/2 { transform: translate(-50%, -50%); }
.rotate-\[-10deg\] { transform: rotate(-10deg); }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-start { justify-content: flex-start; }
.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; }
.gap-x-8 { column-gap: 2rem; }
.gap-x-3 { column-gap: .75rem; }
.gap-y-1 { row-gap: .25rem; }
.gap-y-3 { row-gap: .75rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: .5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.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; }

.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-2 { grid-column: span 2 / span 2; }

.rounded { border-radius: .25rem; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.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-transparent { border-color: transparent; }
.border-white\/10 { border-color: rgb(255 255 255 / .1); }
.border-white\/30 { border-color: rgb(255 255 255 / .3); }
.border-white\/90 { border-color: rgb(255 255 255 / .9); }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-slate-900 { border-color: #0f172a; }
.border-brand-300 { border-color: var(--brand-300); }
.border-brand-400 { border-color: var(--brand-400); }
.border-brand-500 { border-color: var(--brand-500); }
.border-brand-600 { border-color: var(--brand-600); }
.border-brand-700 { border-color: var(--brand-700); }

.bg-transparent { background-color: transparent; }
.bg-white { background-color: #fff; }
.bg-white\/90 { background-color: rgb(255 255 255 / .9); }
.bg-white\/95 { background-color: rgb(255 255 255 / .95); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-500 { background-color: #6b7280; }
.bg-red-50 { background-color: #fef2f2; }
.bg-red-100 { background-color: #fee2e2; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-green-600 { background-color: #16a34a; }
.bg-green-700 { background-color: #15803d; }
.bg-amber-500 { background-color: #f59e0b; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-yellow-100 { background-color: #fef9c3; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-950 { background-color: #020617; }
.bg-slate-950\/40 { background-color: rgb(2 6 23 / .4); }
.bg-slate-950\/80 { background-color: rgb(2 6 23 / .8); }
.bg-brand-50 { background-color: var(--brand-50); }
.bg-brand-100 { background-color: var(--brand-100); }
.bg-brand-600 { background-color: var(--brand-600); }
.bg-brand-700 { background-color: var(--brand-700); }
.bg-brand-800 { background-color: var(--brand-800); }
.bg-brand-900 { background-color: var(--brand-900); }

.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.p-1 { padding: .25rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-12 { padding: 3rem; }
.px-1 { padding-left: .25rem; padding-right: .25rem; }
.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; }
.p-1\.5 { padding: .375rem; }
.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-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pt-1 { padding-top: .25rem; }
.pt-2 { padding-top: .5rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pb-2 { padding-bottom: .5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-28 { padding-bottom: 7rem; }
.pl-4 { padding-left: 1rem; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.align-middle { vertical-align: middle; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.uppercase { text-transform: uppercase; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.tracking-tight { letter-spacing: 0; }
.tracking-wide { letter-spacing: .025em; }
.tracking-\[0\.18em\] { letter-spacing: .18em; }
.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-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-5xl { font-size: 3rem; line-height: 1; }
.text-white { color: #fff; }
.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-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-slate-950 { color: #020617; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-green-600 { color: #16a34a; }
.text-green-700 { color: #15803d; }
.text-amber-500 { color: #f59e0b; }
.text-amber-600 { color: #d97706; }
.text-amber-700 { color: #b45309; }
.text-blue-700 { color: #1d4ed8; }
.text-yellow-500 { color: #eab308; }
.text-brand-600 { color: var(--brand-600); }
.text-brand-700 { color: var(--brand-700); }
.text-brand-800 { color: var(--brand-800); }
.text-brand-900 { color: var(--brand-900); }

.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); }
.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); }
.shadow-\[0_-12px_30px_rgba\(15\,23\,42\,0\.16\)\] { box-shadow: 0 -12px 30px rgba(15,23,42,.16); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, #e5e7eb); }
.ring-brand-100 { --tw-ring-color: var(--brand-100); }
.grayscale { filter: grayscale(1); }
.backdrop-blur { backdrop-filter: blur(8px); }
.whitespace-pre-wrap { white-space: pre-wrap; }
.touch-pan-y { touch-action: pan-y; }
.select-none { user-select: none; }

.transition { transition-property: color, background-color, border-color, box-shadow, transform, opacity; transition-duration: 150ms; }
.transition-all { transition-property: all; transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }

.hover\:bg-white:hover { background-color: #fff; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-600:hover { background-color: #4b5563; }
.hover\:bg-red-100:hover { background-color: #fee2e2; }
.hover\:bg-green-700:hover { background-color: #15803d; }
.hover\:bg-slate-50:hover { background-color: #f8fafc; }
.hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.hover\:bg-slate-200:hover { background-color: #e2e8f0; }
.hover\:bg-slate-800:hover { background-color: #1e293b; }
.hover\:bg-slate-900:hover { background-color: #0f172a; }
.hover\:bg-brand-50:hover { background-color: var(--brand-50); }
.hover\:bg-brand-700:hover { background-color: var(--brand-700); }
.hover\:bg-brand-900:hover { background-color: var(--brand-900); }
.hover\:border-gray-300:hover { border-color: #d1d5db; }
.hover\:border-brand-300:hover { border-color: var(--brand-300); }
.hover\:border-brand-400:hover { border-color: var(--brand-400); }
.hover\:border-brand-500:hover { border-color: var(--brand-500); }
.hover\:border-white\/30:hover { border-color: rgb(255 255 255 / .3); }
.hover\:text-white:hover { color: #fff; }
.hover\:text-gray-800:hover { color: #1f2937; }
.hover\:text-gray-900:hover { color: #111827; }
.hover\:text-red-600:hover { color: #dc2626; }
.hover\:text-red-700:hover { color: #b91c1c; }
.hover\:text-amber-700:hover { color: #b45309; }
.hover\:text-brand-600:hover { color: var(--brand-600); }
.hover\:text-brand-700:hover { color: var(--brand-700); }
.hover\:text-brand-800:hover { color: var(--brand-800); }
.hover\:text-brand-900:hover { color: var(--brand-900); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.hover\:-translate-y-0\.5:hover { transform: translateY(-.125rem); }
.hover\:-translate-y-1:hover { transform: translateY(-.25rem); }
.hover\:underline:hover { text-decoration: underline; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:text-brand-700 { color: var(--brand-700); }
.group:hover .group-hover\:text-brand-800 { color: var(--brand-800); }
.group:hover .group-hover\:text-brand-500 { color: var(--brand-500); }

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #d1d5db;
}

@media (min-width: 640px) {
    .sm\:block { display: block; }
    .sm\:inline-flex { display: inline-flex; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-\[minmax\(0\,1fr\)_auto\] { grid-template-columns: minmax(0, 1fr) auto; }
    .sm\:h-\[480px\] { height: 480px; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:p-8 { padding: 2rem; }
    .sm\:items-end { align-items: flex-end; }
    .sm\:justify-between { justify-content: space-between; }
    .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
    .md\:block { display: block; }
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:col-span-2 { grid-column: span 2 / span 2; }
    .md\:col-span-4 { grid-column: span 4 / span 4; }
    .md\:ml-8 { margin-left: 2rem; }
    .md\:w-\[560px\] { width: 560px; }
    .md\:flex-row { flex-direction: row; }
    .md\:items-center { align-items: center; }
    .md\:items-end { align-items: flex-end; }
    .md\:justify-between { justify-content: space-between; }
}

@media (min-width: 1024px) {
    .lg\:block { display: block; }
    .lg\:hidden { display: none !important; }
    .lg\:grid { display: grid; }
    .lg\:inline-flex { display: inline-flex; }
    .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\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:p-4 { padding: 1rem; }
    .lg\:pb-8 { padding-bottom: 2rem; }
    .lg\:mt-0 { margin-top: 0; }
    .lg\:mb-8 { margin-bottom: 2rem; }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .xl\:flex-row { flex-direction: row; }
    .xl\:items-center { align-items: center; }
    .xl\:justify-between { justify-content: space-between; }
}

/* Static utility extensions used by the PHP templates after removing CDN Tailwind. */
.bg-gray-300 { background-color: #d1d5db; }
.bg-green-100 { background-color: #dcfce7; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-purple-600 { background-color: #9333ea; }
.bg-slate-600 { background-color: #475569; }
.bg-white\/10 { background-color: rgb(255 255 255 / .1); }
.bg-black\/50 { background-color: rgb(0 0 0 / .5); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.from-slate-950\/80 { --tw-gradient-from: rgb(2 6 23 / .8); }
.to-transparent { --tw-gradient-to: transparent; }
.p-2\.5 { padding: .625rem; }
.p-10 { padding: 2.5rem; }
.px-0 { padding-left: 0; padding-right: 0; }
.px-1\.5 { padding-left: .375rem; padding-right: .375rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-\[safe-area-inset-top\] { padding-top: env(safe-area-inset-top); }
.pl-5 { padding-left: 1.25rem; }
.font-extrabold { font-weight: 800; }
.leading-5 { line-height: 1.25rem; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.leading-\[1\.02\] { line-height: 1.02; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-gray-300 { color: #d1d5db; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-200 { color: #e2e8f0; }
.text-yellow-600 { color: #ca8a04; }
.text-blue-800 { color: #1e40af; }
.text-brand-500 { color: var(--brand-500); }
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.whitespace-nowrap { white-space: nowrap; }
.break-all { word-break: break-all; }
.cursor-pointer { cursor: pointer; }
.cursor-move { cursor: move; }
.pointer-events-none { pointer-events: none; }
.opacity-0 { opacity: 0; }
.overflow-auto { overflow: auto; }
.mt-auto { margin-top: auto; }
.mx-2 { margin-left: .5rem; margin-right: .5rem; }
.bottom-1 { bottom: .25rem; }
.bottom-20 { bottom: 5rem; }
.right-1 { right: .25rem; }
.right-4 { right: 1rem; }
.left-1 { left: .25rem; }
.top-1 { top: .25rem; }
.h-6 { height: 1.5rem; }
.h-28 { height: 7rem; }
.h-32 { height: 8rem; }
.h-\[220px\] { height: 220px; }
.h-fit { height: fit-content; }
.w-6 { width: 1.5rem; }
.w-20 { width: 5rem; }
.w-32 { width: 8rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-none { max-width: none; }
.min-h-\[55vh\] { min-height: 55vh; }
.min-h-\[600px\] { min-height: 600px; }
.min-h-\[78vh\] { min-height: 78vh; }
.translate-y-2 { transform: translateY(.5rem); }
.transform { transform: translateZ(0); }
.underline { text-decoration: underline; }
.list-disc { list-style: disc; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top: 1px solid #e5e7eb; }
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { border-color: #e5e7eb; }
.border-0 { border-width: 0; }
.border-b-2 { border-bottom-width: 2px; border-bottom-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-r { border-right-width: 1px; border-right-style: solid; }
.border-t-4 { border-top-width: 4px; border-top-style: solid; }
.border-dashed { border-style: dashed; }
.border-red-100 { border-color: #fee2e2; }
.border-green-100 { border-color: #dcfce7; }
.border-green-200 { border-color: #bbf7d0; }
.border-green-600 { border-color: #16a34a; }
.border-blue-200 { border-color: #bfdbfe; }
.border-purple-100 { border-color: #f3e8ff; }
.rounded-xl { border-radius: .75rem; }
.animate-fade-in { animation: showroom-rise 280ms ease-out both; }
.disabled\:opacity-50:disabled { opacity: .5; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus-within\:border-brand-600:focus-within { border-color: var(--brand-600); }
.focus\:border-brand-500:focus { border-color: var(--brand-500); }
.focus\:border-brand-600:focus { border-color: var(--brand-600); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color, var(--brand-500)); }
.focus\:ring-brand-500:focus { --tw-ring-color: var(--brand-500); }
.focus\:ring-offset-2:focus { outline-offset: 2px; }
.hover\:bg-purple-700:hover { background-color: #7e22ce; }
.hover\:bg-slate-700:hover { background-color: #334155; }
.hover\:bg-brand-800:hover { background-color: var(--brand-800); }
.hover\:bg-white\/15:hover { background-color: rgb(255 255 255 / .15); }
.hover\:border-white:hover { border-color: #fff; }
.hover\:text-green-300:hover { color: #86efac; }
.hover\:text-slate-950:hover { color: #020617; }
.justify-end { justify-content: flex-end; }

@media (min-width: 640px) {
    .sm\:col-span-2 { grid-column: span 2 / span 2; }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:px-0 { padding-left: 0; padding-right: 0; }
    .sm\:items-center { align-items: center; }
    .sm\:text-sm { font-size: .875rem; line-height: 1.25rem; }
    .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (min-width: 768px) {
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:w-64 { width: 16rem; }
}

@media (min-width: 1024px) {
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
    .lg\:grid-cols-\[280px_1fr\] { grid-template-columns: 280px 1fr; }
    .lg\:grid-cols-\[0\.9fr_1\.1fr\] { grid-template-columns: .9fr 1.1fr; }
    .lg\:grid-cols-\[1\.2fr_0\.8fr_0\.8fr_0\.9fr\] { grid-template-columns: 1.2fr .8fr .8fr .9fr; }
    .lg\:px-0 { padding-left: 0; padding-right: 0; }
    .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .lg\:bottom-6 { bottom: 1.5rem; }
    .lg\:flex-row { flex-direction: row; }
    .lg\:items-start { align-items: flex-start; }
    .lg\:justify-between { justify-content: space-between; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
