/* Utility subset covering the classes used by app.pug. Hand-authored because the
   standalone Tailwind CLI hangs on this box; swap for the real generated build
   once that's sorted. JS-less either way — it's a static stylesheet. */
*,::before,::after{box-sizing:border-box;border:0 solid #1e293b}
html,body{margin:0}
body{background:radial-gradient(120% 80% at 50% -10%,#12161d,#0a0c10 60%);color:#f3f6fa;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,sans-serif;min-height:100dvh;display:grid;place-items:center;padding:24px}
button{cursor:pointer;font-family:inherit}

.w-full{width:100%}
.max-w-sm{max-width:24rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-10{margin-top:2.5rem}
.grid{display:grid}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.place-items-center{place-items:center}
.gap-5{gap:1.25rem}
.gap-2{gap:.5rem}
.gap-2\.5{gap:.625rem}
.h-16{height:4rem}
.h-12{height:3rem}
.rounded-xl{border-radius:.75rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.text-center{text-align:center}
.rounded-3xl{border-radius:1.5rem}
.rounded-2xl{border-radius:1rem}
.bg-slate-900{background-color:#0f172a}
.bg-slate-800{background-color:#1e293b}
.border{border-width:1px}
.border-slate-800{border-color:#1e293b}
.shadow-2xl{box-shadow:0 30px 60px -12px rgba(0,0,0,.6)}
.text-cyan-400{color:#22d3ee}
.text-\[11px\]{font-size:11px}
.font-mono{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace}
.uppercase{text-transform:uppercase}
.tracking-widest{letter-spacing:.1em}
.tracking-tight{letter-spacing:-.025em}
.text-7xl{font-size:4.5rem;line-height:1}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-sm{font-size:.875rem}
.font-extrabold{font-weight:800}
.font-bold{font-weight:700}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.h-14{height:3.5rem}
.text-slate-950{color:#020617}
.text-slate-400{color:#94a3b8}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-from,transparent),var(--tw-to,transparent))}
.from-cyan-400{--tw-from:#22d3ee}
.to-blue-500{--tw-to:#3b82f6}
.transition{transition-property:color,background-color,border-color,transform,opacity,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.active\:scale-95:active{transform:scale(.95)}
