/* Local static Tailwind utility subset for shared-hosting production. Generated from current PHP/JS class usage. */
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.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}
.block{display:block}
.inline{display:inline}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-end{justify-content:flex-end}
.self-end{align-self:flex-end}
.align-top{vertical-align:top}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.overflow-hidden{overflow:hidden}
.overflow-auto{overflow:auto}
.overflow-x-auto{overflow-x:auto}
.break-words{overflow-wrap:break-word}
.whitespace-nowrap{white-space:nowrap}
.whitespace-pre-wrap{white-space:pre-wrap}
.w-full{width:100%}
.w-4{width:1rem}
.h-4{height:1rem}
.h-\[560px\]{height:560px}
.min-w-0{min-width:0}
.min-w-\[190px\]{min-width:190px}
.min-h-screen{min-height:100vh}
.min-h-5{min-height:1.25rem}
.max-w-sm{max-width:24rem}
.max-w-md{max-width:28rem}
.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-h-\[36rem\]{max-height:36rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-1{margin-top:.25rem}
.mb-1{margin-bottom:.25rem}
.p-1{padding:.25rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.gap-1{gap:.25rem}
.space-y-1{--tw-space-y-reverse:0}
.space-y-1 > :not([hidden]) ~ :not([hidden]){margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}
.mt-2{margin-top:.5rem}
.mb-2{margin-bottom:.5rem}
.p-2{padding:.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.gap-2{gap:.5rem}
.space-y-2{--tw-space-y-reverse:0}
.space-y-2 > :not([hidden]) ~ :not([hidden]){margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}
.mt-3{margin-top:.75rem}
.mb-3{margin-bottom:.75rem}
.p-3{padding:.75rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.gap-3{gap:.75rem}
.space-y-3{--tw-space-y-reverse:0}
.space-y-3 > :not([hidden]) ~ :not([hidden]){margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}
.mt-4{margin-top:1rem}
.mb-4{margin-bottom:1rem}
.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.gap-4{gap:1rem}
.space-y-4{--tw-space-y-reverse:0}
.space-y-4 > :not([hidden]) ~ :not([hidden]){margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.mt-5{margin-top:1.25rem}
.mb-5{margin-bottom:1.25rem}
.p-5{padding:1.25rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.gap-5{gap:1.25rem}
.space-y-5{--tw-space-y-reverse:0}
.space-y-5 > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.mt-6{margin-top:1.5rem}
.mb-6{margin-bottom:1.5rem}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.gap-6{gap:1.5rem}
.space-y-6{--tw-space-y-reverse:0}
.space-y-6 > :not([hidden]) ~ :not([hidden]){margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}
.pt-3{padding-top:.75rem}
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.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-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.first\:border-t-0:first-child{border-top-width:0}
.first\:pt-0:first-child{padding-top:0}
.bg-transparent{background-color:transparent}
.bg-black\/20{background-color:rgba(0,0,0,.2)}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.bg-white\/5{background-color:rgba(255,255,255,.05)}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.bg-white\/\[0\.03\]{background-color:rgba(255,255,255,.03)}
.bg-zinc-900\/50{background-color:rgba(24,24,27,.5)}
.bg-zinc-900\/70{background-color:rgba(24,24,27,.7)}
.bg-red-500\/10{background-color:rgba(239,68,68,.1)}
.bg-green-500\/10{background-color:rgba(34,197,94,.1)}
.bg-emerald-500\/10{background-color:rgba(16,185,129,.1)}
.bg-zinc-950{background-color:#09090b}
.bg-zinc-900{background-color:#18181b}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/20{border-color:rgba(255,255,255,.2)}
.border-red-400\/20{border-color:rgba(248,113,113,.2)}
.border-red-400\/30{border-color:rgba(248,113,113,.3)}
.border-red-400\/40{border-color:rgba(248,113,113,.4)}
.border-green-400\/30{border-color:rgba(74,222,128,.3)}
.border-emerald-400\/30{border-color:rgba(52,211,153,.3)}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.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-\[11px\]{font-size:11px}
.text-zinc-950{color:#09090b}
.text-zinc-900{color:#18181b}
.text-zinc-500{color:#71717a}
.text-zinc-400{color:#a1a1aa}
.text-zinc-300{color:#d4d4d8}
.text-zinc-200{color:#e4e4e7}
.text-zinc-100{color:#f4f4f5}
.text-red-500{color:#ef4444}
.text-red-300{color:#fca5a5}
.text-red-200{color:#fecaca}
.text-red-100{color:#fee2e2}
.text-green-100{color:#dcfce7}
.text-emerald-100{color:#d1fae5}
.text-white{color:#fff}
.text-zinc-200\/90{color:rgba(228,228,231,.9)}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.uppercase{text-transform:uppercase}
.underline{text-decoration-line:underline}
.no-underline{text-decoration-line:none}
.hover\:underline:hover{text-decoration-line:underline}
.underline-offset-2{text-underline-offset:2px}
.underline-offset-4{text-underline-offset:4px}
.decoration-red-300\/60{text-decoration-color:rgba(252,165,165,.6)}
.decoration-zinc-500\/50{text-decoration-color:rgba(113,113,122,.5)}
.tracking-tight{letter-spacing:-.025em}
.tracking-\[0\.08em\]{letter-spacing:.08em}
.tracking-\[0\.16em\]{letter-spacing:.16em}
.tracking-\[0\.18em\]{letter-spacing:.18em}
.tracking-\[0\.24em\]{letter-spacing:.24em}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.hover\:bg-red-500\/10:hover{background-color:rgba(239,68,68,.1)}
.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))}
@media (min-width:640px){
.sm\:flex-row{flex-direction:row}
.sm\:items-center{align-items:center}
.sm\:justify-between{justify-content:space-between}
.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}
.sm\:grid-cols-\[1fr_1fr_auto\]{grid-template-columns:1fr 1fr auto}
.sm\:col-span-2{grid-column:span 2 / span 2}
}
@media (min-width:768px){
.md\:self-end{align-self:flex-end}
.md\:pb-3{padding-bottom:.75rem}
.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-\[1fr_auto\]{grid-template-columns:1fr auto}
.md\:grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}
.md\:grid-cols-\[1\.1fr_auto_auto\]{grid-template-columns:1.1fr auto auto}
.md\:grid-cols-\[0\.8fr_1\.2fr\]{grid-template-columns:.8fr 1.2fr}
.md\:grid-cols-\[220px_minmax\(0\,1fr\)_auto\]{grid-template-columns:220px minmax(0,1fr) auto}
.md\:col-span-2{grid-column:span 2 / span 2}
.md\:col-span-4{grid-column:span 4 / span 4}
}
@media (min-width:1024px){
.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-8{grid-template-columns:repeat(8,minmax(0,1fr))}
.lg\:grid-cols-\[1\.2fr_0\.8fr\]{grid-template-columns:1.2fr .8fr}
}
