/* Generated by build_utilities.py — do not edit by hand.
   These are the utility classes Traxd uses, shipped with the app so
   the layout never depends on an external CDN being reachable. */
*,::before,::after{box-sizing:border-box;border:0 solid;}
html{-webkit-text-size-adjust:100%;}
body{margin:0;line-height:1.5;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0;}
p,figure,blockquote,dl,dd{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
hr{border-top-width:1px;}
summary{display:list-item;cursor:pointer;}
input::placeholder,textarea::placeholder{opacity:1;color:#67718a;}
[hidden]{display:none;}
button,input,select,textarea{font:inherit;color:inherit;margin:0;}
button{background:none;cursor:pointer;}
img,svg,video,canvas{display:block;max-width:100%;}
table{border-collapse:collapse;}
a{color:inherit;text-decoration:none;}
.h-full{height:100%;}
@keyframes tw-spin{to{transform:rotate(360deg);}}
@keyframes tw-pulse{0%,100%{opacity:1;}50%{opacity:.5;}}
.-mt-1 { margin-top:-0.25rem; }
.-mx-1\.5 { margin-left:-0.375rem;margin-right:-0.375rem; }
.-right-1\.5 { right:-0.375rem; }
.-top-1\.5 { top:-0.375rem; }
.-translate-x-1\/2 { transform:translateX(-50%); }
.absolute { position:absolute; }
.accent-sky-500 { accent-color:#0ea5e9; }
.align-\[-2px\] { vertical-align:-2px; }
.align-middle { vertical-align:middle; }
.animate-pulse { animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite; }
.animate-spin { animation:tw-spin 1s linear infinite; }
.antialiased { -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }
.backdrop-blur-xl { backdrop-filter:blur(24px); }
.bg-amber-900\/50 { background-color:rgba(120,53,15,0.50); }
.bg-black\/25 { background-color:rgba(0,0,0,0.25); }
.bg-black\/60 { background-color:rgba(0,0,0,0.60); }
.bg-emerald-600 { background-color:#059669; }
.bg-emerald-700\/80 { background-color:rgba(4,120,87,0.80); }
.bg-rose-500 { background-color:#f43f5e; }
.bg-rose-500\/10 { background-color:rgba(244,63,94,0.10); }
.bg-rose-500\/70 { background-color:rgba(244,63,94,0.70); }
.bg-rose-950\/30 { background-color:rgba(76,5,25,0.30); }
.bg-sky-400 { background-color:#38bdf8; }
.bg-sky-900\/50 { background-color:rgba(12,74,110,0.50); }
.bg-sky-950\/30 { background-color:rgba(8,47,73,0.30); }
.bg-sky-950\/40 { background-color:rgba(8,47,73,0.40); }
.bg-slate-800 { background-color:#181d28; }
.bg-slate-800\/40 { background-color:rgba(24,29,40,0.40); }
.bg-slate-800\/60 { background-color:rgba(24,29,40,0.60); }
.bg-slate-800\/70 { background-color:rgba(24,29,40,0.70); }
.bg-slate-800\/80 { background-color:rgba(24,29,40,0.80); }
.bg-slate-900 { background-color:#0d1017; }
.bg-slate-900\/50 { background-color:rgba(13,16,23,0.50); }
.bg-slate-900\/60 { background-color:rgba(13,16,23,0.60); }
.bg-slate-950 { background-color:#07090e; }
.bg-slate-950\/50 { background-color:rgba(7,9,14,0.50); }
.bg-slate-950\/60 { background-color:rgba(7,9,14,0.60); }
.bg-slate-950\/70 { background-color:rgba(7,9,14,0.70); }
.bg-transparent { background-color:transparent; }
.bg-violet-400 { background-color:#a78bfa; }
.bg-violet-900\/40 { background-color:rgba(76,29,149,0.40); }
.bg-white\/25 { background-color:rgba(255,255,255,0.25); }
.block { display:block; }
.border { border-width:1px;border-style:solid; }
.border-2 { border-width:2px;border-style:solid; }
.border-amber-700 { border-color:#b45309; }
.border-amber-700\/50 { border-color:rgba(180,83,9,0.50); }
.border-b { border-bottom-width:1px;border-bottom-style:solid; }
.border-current { border-color:currentColor; }
.border-dashed { border-style:dashed; }
.border-rose-500\/30 { border-color:rgba(244,63,94,0.30); }
.border-rose-700 { border-color:#be123c; }
.border-rose-900 { border-color:#881337; }
.border-sky-700\/50 { border-color:rgba(3,105,161,0.50); }
.border-slate-600 { border-color:#333c4d; }
.border-slate-700 { border-color:#232a37; }
.border-slate-800 { border-color:#181d28; }
.border-slate-800\/50 { border-color:rgba(24,29,40,0.50); }
.border-t { border-top-width:1px;border-top-style:solid; }
.border-t-transparent { border-top-color:transparent; }
.border-violet-700 { border-color:#6d28d9; }
.bottom-4 { bottom:1rem; }
.col-span-2 { grid-column:span 2 / span 2; }
.cursor-context-menu { cursor:context-menu; }
.cursor-pointer { cursor:pointer; }
.divide-slate-800 { border-color:#181d28; }
.drop-shadow { filter:drop-shadow(0 1px 2px rgb(0 0 0 / .5)); }
.fixed { position:fixed; }
.flex { display:flex; }
.flex-1 { flex:1 1 0%; }
.flex-col { flex-direction:column; }
.flex-wrap { flex-wrap:wrap; }
.focus\:ring-sky-500:focus { --tw-ring-color:#0ea5e9; }
.font-bold { font-weight:700; }
.font-medium { font-weight:500; }
.font-mono { font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.font-normal { font-weight:400; }
.font-semibold { font-weight:600; }
.gap-1 { gap:0.25rem; }
.gap-1\.5 { gap:0.375rem; }
.gap-2 { gap:0.5rem; }
.gap-3 { gap:0.75rem; }
.gap-4 { gap:1rem; }
.gap-5 { gap:1.25rem; }
.grid { display:grid; }
.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-7 { grid-template-columns:repeat(7,minmax(0,1fr)); }
.h-1 { height:0.25rem; }
.h-1\.5 { height:0.375rem; }
.h-10 { height:2.5rem; }
.h-11 { height:2.75rem; }
.h-12 { height:3rem; }
.h-2 { height:0.5rem; }
.h-20 { height:5rem; }
.h-24 { height:6rem; }
.h-28 { height:7rem; }
.h-3\.5 { height:0.875rem; }
.h-32 { height:8rem; }
.h-4 { height:1rem; }
.h-40 { height:10rem; }
.h-5 { height:1.25rem; }
.h-7 { height:1.75rem; }
.h-8 { height:2rem; }
.h-9 { height:2.25rem; }
.h-\[18px\] { height:18px; }
.h-full { height:100%; }
.h-px { height:1px; }
.hidden { display:none; }
.hover\:bg-black\/40:hover { background-color:rgba(0,0,0,0.40); }
.hover\:bg-emerald-500:hover { background-color:#10b981; }
.hover\:bg-emerald-600:hover { background-color:#059669; }
.hover\:bg-slate-800:hover { background-color:#181d28; }
.hover\:bg-slate-800\/50:hover { background-color:rgba(24,29,40,0.50); }
.hover\:bg-slate-800\/60:hover { background-color:rgba(24,29,40,0.60); }
.hover\:bg-slate-800\/70:hover { background-color:rgba(24,29,40,0.70); }
.hover\:border-sky-500:hover { border-color:#0ea5e9; }
.hover\:border-sky-500\/50:hover { border-color:rgba(14,165,233,0.50); }
.hover\:border-slate-600:hover { border-color:#333c4d; }
.hover\:underline:hover { text-decoration-line:underline; }
.inline-block { display:inline-block; }
.inline-flex { display:inline-flex; }
.inset-0 { top:0;right:0;bottom:0;left:0; }
.inset-y-0 { top:0;bottom:0; }
.items-center { align-items:center; }
.items-end { align-items:flex-end; }
.items-start { align-items:flex-start; }
.justify-between { justify-content:space-between; }
.justify-center { justify-content:center; }
.justify-end { justify-content:flex-end; }
.leading-none { line-height:1; }
.leading-relaxed { line-height:1.625; }
.leading-tight { line-height:1.25; }
.left-1\/2 { left:50%; }
@media (min-width:1024px) { .lg\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (min-width:1024px) { .lg\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (min-width:1024px) { .lg\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); } }
.line-clamp-2 { display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2; }
.max-h-24 { max-height:6rem; }
.max-h-32 { max-height:8rem; }
.max-h-48 { max-height:12rem; }
.max-h-96 { max-height:24rem; }
.max-h-\[540px\] { max-height:540px; }
.max-h-\[90vh\] { max-height:90vh; }
.max-w-2xl { max-width:42rem; }
.max-w-3xl { max-width:48rem; }
.max-w-5xl { max-width:64rem; }
.max-w-\[160px\] { max-width:160px; }
.max-w-\[180px\] { max-width:180px; }
.max-w-\[420px\] { max-width:420px; }
.max-w-lg { max-width:32rem; }
.max-w-sm { max-width:24rem; }
.max-w-xs { max-width:20rem; }
.mb-1 { margin-bottom:0.25rem; }
.mb-2 { margin-bottom:0.5rem; }
.mb-3 { margin-bottom:0.75rem; }
.mb-4 { margin-bottom:1rem; }
.mb-5 { margin-bottom:1.25rem; }
.mb-6 { margin-bottom:1.5rem; }
@media (min-width:768px) { .md\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (min-width:768px) { .md\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (min-width:768px) { .md\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); } }
.min-h-\[76px\] { min-height:76px; }
.min-h-full { min-height:100%; }
.min-h-screen { min-height:100vh; }
.min-w-0 { min-width:0px; }
.min-w-\[140px\] { min-width:140px; }
.min-w-\[160px\] { min-width:160px; }
.min-w-\[180px\] { min-width:180px; }
.min-w-\[18px\] { min-width:18px; }
.min-w-\[230px\] { min-width:230px; }
.min-w-\[240px\] { min-width:240px; }
.ml-auto { margin-left:auto; }
.mr-1 { margin-right:0.25rem; }
.mr-2 { margin-right:0.5rem; }
.mt-0\.5 { margin-top:0.125rem; }
.mt-1 { margin-top:0.25rem; }
.mt-1\.5 { margin-top:0.375rem; }
.mt-2 { margin-top:0.5rem; }
.mt-3 { margin-top:0.75rem; }
.mt-4 { margin-top:1rem; }
.mt-5 { margin-top:1.25rem; }
.mt-6 { margin-top:1.5rem; }
.mt-8 { margin-top:2rem; }
.mx-auto { margin-left:auto;margin-right:auto; }
.my-1 { margin-top:0.25rem;margin-bottom:0.25rem; }
.object-contain { object-fit:contain; }
.object-cover { object-fit:cover; }
.opacity-80 { opacity:0.8; }
.overflow-hidden { overflow:hidden; }
.overflow-x-auto { overflow-x:auto; }
.overflow-x-hidden { overflow-x:hidden; }
.overflow-y-auto { overflow-y:auto; }
.p-0 { padding:0px; }
.p-1 { padding:0.25rem; }
.p-1\.5 { padding:0.375rem; }
.p-2 { padding:0.5rem; }
.p-2\.5 { padding:0.625rem; }
.p-3 { padding:0.75rem; }
.p-4 { padding:1rem; }
.p-5 { padding:1.25rem; }
.p-6 { padding:1.5rem; }
.p-8 { padding:2rem; }
.pb-16 { padding-bottom:4rem; }
.pb-2 { padding-bottom:0.5rem; }
.pb-20 { padding-bottom:5rem; }
.pl-1 { padding-left:0.25rem; }
.pointer-events-auto { pointer-events:auto; }
.pointer-events-none { pointer-events:none; }
.pr-2 { padding-right:0.5rem; }
.pt-1 { padding-top:0.25rem; }
.pt-10 { padding-top:2.5rem; }
.pt-3 { padding-top:0.75rem; }
.pt-4 { padding-top:1rem; }
.px-1 { padding-left:0.25rem;padding-right:0.25rem; }
.px-1\.5 { padding-left:0.375rem;padding-right:0.375rem; }
.px-2 { padding-left:0.5rem;padding-right:0.5rem; }
.px-2\.5 { padding-left:0.625rem;padding-right:0.625rem; }
.px-3 { padding-left:0.75rem;padding-right:0.75rem; }
.px-4 { padding-left:1rem;padding-right:1rem; }
.px-6 { padding-left:1.5rem;padding-right:1.5rem; }
.px-8 { padding-left:2rem;padding-right:2rem; }
.py-0\.5 { padding-top:0.125rem;padding-bottom:0.125rem; }
.py-1 { padding-top:0.25rem;padding-bottom:0.25rem; }
.py-1\.5 { padding-top:0.375rem;padding-bottom:0.375rem; }
.py-12 { padding-top:3rem;padding-bottom:3rem; }
.py-2 { padding-top:0.5rem;padding-bottom:0.5rem; }
.py-2\.5 { padding-top:0.625rem;padding-bottom:0.625rem; }
.py-3 { padding-top:0.75rem;padding-bottom:0.75rem; }
.py-5 { padding-top:1.25rem;padding-bottom:1.25rem; }
.py-6 { padding-top:1.5rem;padding-bottom:1.5rem; }
.py-8 { padding-top:2rem;padding-bottom:2rem; }
.relative { position:relative; }
.right-0 { right:0px; }
.right-4 { right:1rem; }
.ring-2 { box-shadow:0 0 0 2px var(--tw-ring-color,#38bdf8); }
.ring-sky-400 { --tw-ring-color:#38bdf8; }
.rounded { border-radius:0.25rem; }
.rounded-2xl { border-radius:1rem; }
.rounded-3xl { border-radius:1.5rem; }
.rounded-full { border-radius:9999px; }
.rounded-lg { border-radius:0.5rem; }
.rounded-xl { border-radius:0.75rem; }
.shadow-2xl { box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.7); }
.shadow-lg { box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.5); }
.shadow-xl { box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.55); }
.shrink-0 { flex-shrink:0; }
@media (min-width:640px) { .sm\:block { display:block; } }
@media (min-width:640px) { .sm\:col-span-2 { grid-column:span 2 / span 2; } }
@media (min-width:640px) { .sm\:flex-row { flex-direction:row; } }
@media (min-width:640px) { .sm\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (min-width:640px) { .sm\:inline { display:inline; } }
@media (min-width:640px) { .sm\:text-5xl { font-size:3rem;line-height:1; } }
.sticky { position:sticky; }
.tabular-nums { font-variant-numeric:tabular-nums; }
.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; }
.text-\[10px\] { font-size:10px; }
.text-\[11px\] { font-size:11px; }
.text-\[9px\] { font-size:9px; }
.text-amber-200 { color:#fde68a; }
.text-amber-300 { color:#fcd34d; }
.text-amber-400 { color:#fbbf24; }
.text-base { font-size:1rem;line-height:1.5rem; }
.text-center { text-align:center; }
.text-emerald-300 { color:#6ee7b7; }
.text-emerald-400 { color:#34d399; }
.text-left { text-align:left; }
.text-lg { font-size:1.125rem;line-height:1.75rem; }
.text-right { text-align:right; }
.text-rose-200 { color:#fecdd3; }
.text-rose-300 { color:#fda4af; }
.text-rose-300\/90 { color:rgba(253,164,175,0.90); }
.text-rose-400 { color:#fb7185; }
.text-sky-300 { color:#7dd3fc; }
.text-sky-400 { color:#38bdf8; }
.text-sky-500 { color:#0ea5e9; }
.text-slate-100 { color:#e8ecf3; }
.text-slate-200 { color:#cdd5e2; }
.text-slate-300 { color:#9aa5b8; }
.text-slate-400 { color:#67718a; }
.text-slate-500 { color:#4b5567; }
.text-slate-600 { color:#333c4d; }
.text-slate-950 { color:#07090e; }
.text-sm { font-size:0.875rem;line-height:1.25rem; }
.text-violet-200 { color:#ddd6fe; }
.text-violet-300 { color:#c4b5fd; }
.text-white { color:#ffffff; }
.text-white\/60 { color:rgba(255,255,255,0.60); }
.text-white\/80 { color:rgba(255,255,255,0.80); }
.text-xl { font-size:1.25rem;line-height:1.75rem; }
.text-xs { font-size:0.75rem;line-height:1rem; }
.top-0 { top:0px; }
.top-4 { top:1rem; }
.tracking-tight { letter-spacing:-0.025em; }
.tracking-wide { letter-spacing:0.025em; }
.tracking-wider { letter-spacing:0.05em; }
.tracking-widest { letter-spacing:0.1em; }
.transition-colors { transition:color .15s ease,background-color .15s ease,border-color .15s ease; }
.truncate { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.uppercase { text-transform:uppercase; }
.w-1\.5 { width:0.375rem; }
.w-10 { width:2.5rem; }
.w-12 { width:3rem; }
.w-14 { width:3.5rem; }
.w-16 { width:4rem; }
.w-2 { width:0.5rem; }
.w-20 { width:5rem; }
.w-3\.5 { width:0.875rem; }
.w-4 { width:1rem; }
.w-40 { width:10rem; }
.w-44 { width:11rem; }
.w-5 { width:1.25rem; }
.w-56 { width:14rem; }
.w-7 { width:1.75rem; }
.w-8 { width:2rem; }
.w-80 { width:20rem; }
.w-9 { width:2.25rem; }
.w-auto { width:auto; }
.w-full { width:100%; }
.whitespace-nowrap { white-space:nowrap; }
.whitespace-pre-wrap { white-space:pre-wrap; }
.z-20 { z-index:20; }
.z-30 { z-index:30; }
.z-40 { z-index:40; }
.z-50 { z-index:50; }
.z-\[60\] { z-index:60; }
.divide-y > * + * { border-top-width:1px;border-top-style:solid; }
.space-y-1 > * + * { margin-top:0.25rem; }
.space-y-2 > * + * { margin-top:0.5rem; }
.space-y-3 > * + * { margin-top:0.75rem; }
.space-y-4 > * + * { margin-top:1rem; }
.space-y-5 > * + * { margin-top:1.25rem; }
.space-y-6 > * + * { margin-top:1.5rem; }
