﻿/* Local Tailwind utility subset for Hub billing (CSP-safe) */
*,::before,::after{box-sizing:border-box}
.hidden{display:none !important}
.flex{display:flex}
.grid{display:grid}
.block{display:block}
.inline-block{display:inline-block}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.text-center{text-align:center}
.text-right{text-align:right}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.uppercase{text-transform:uppercase}
.cursor-pointer{cursor:pointer}
.cursor-not-allowed{cursor:not-allowed}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.top-0{top:0}
.right-0{right:0}
.left-0{left:0}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.w-full{width:100%}
.w-1\/2{width:50%}
.w-4{width:1rem}.h-4{height:1rem}
.w-5{width:1.25rem}.h-5{height:1.25rem}
.w-8{width:2rem}.h-8{height:2rem}
.w-10{width:2.5rem}.h-10{height:2.5rem}
.w-12{width:3rem}.h-12{height:3rem}
.w-16{width:4rem}.h-16{height:4rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-5xl{max-width:64rem}
.max-w-md{max-width:28rem}
.min-h-screen{min-height:100vh}
.min-h-\[600px\]{min-height:600px}
.overflow-hidden{overflow:hidden}
.rounded-md{border-radius:.375rem}
.rounded{border-radius:.25rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-bl-xl{border-bottom-left-radius:.75rem}
.rounded-tr-xl{border-top-right-radius:.75rem}
.border{border-width:1px}
.border-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.border-white\/5{border-color:rgba(255,255,255,.05)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/20{border-color:rgba(255,255,255,.2)}
.border-indigo-500\/30{border-color:rgba(99,102,241,.3)}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-3{padding-left:.75rem;padding-right:.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}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.pt-2{padding-top:.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.space-y-2>*+*{margin-top:.5rem}
.space-y-3>*+*{margin-top:.75rem}
.space-y-4>*+*{margin-top:1rem}
.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}
.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-white{color:#fff}
.text-slate-200{color:rgb(226 232 240)}
.text-slate-300{color:rgb(203 213 225)}
.text-slate-400{color:rgb(148 163 184)}
.text-slate-500{color:rgb(100 116 139)}
.text-indigo-400{color:rgb(129 140 248)}
.text-emerald-400{color:rgb(52 211 153)}
.bg-white\/5{background:rgba(255,255,255,.05)}
.bg-indigo-500\/20{background:rgba(99,102,241,.2)}
.bg-black\/40{background:rgba(0,0,0,.4)}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-from),var(--tw-gradient-to))}
.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-from),var(--tw-gradient-to))}
.from-indigo-600{--tw-gradient-from:#4f46e5}
.from-indigo-500{--tw-gradient-from:#6366f1}
.from-emerald-500{--tw-gradient-from:#10b981}
.from-emerald-400{--tw-gradient-from:#34d399}
.from-yellow-400{--tw-gradient-from:#facc15}
.to-purple-600{--tw-gradient-to:#9333ea}
.to-purple-500{--tw-gradient-to:#a855f7}
.to-teal-500{--tw-gradient-to:#14b8a6}
.to-teal-400{--tw-gradient-to:#2dd4bf}
.to-yellow-600{--tw-gradient-to:#ca8a04}
.opacity-50{opacity:.5}
.outline-none{outline:0}
.transition-all{transition:all .2s}
.transition-colors{transition:color .2s,background-color .2s,border-color .2s}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.z-10{z-index:10}
.-z-1{z-index:-1}
.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))}
.h-fit{height:fit-content}

@media (min-width:768px){
  .md\\:flex-row{flex-direction:row}
  .md\\:items-center{align-items:center}
  .md\\:block{display:block}
  .md\\:flex-none{flex:none}
  .md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
