/* My Debt Lens public utility subset.
   Replaces the browser-side Tailwind CDN runtime on public launch/legal pages.
   Scope: exact utility classes currently used by public HTML pages. */
*{box-sizing:border-box}.hidden{display:none!important}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.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}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.p-5{padding:1.25rem}.p-7{padding:1.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-16{padding-top:4rem}.pb-14{padding-bottom:3.5rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.w-2{width:.5rem}.h-2{height:.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.border{border-width:1px;border-style:solid}.border-y{border-top-width:1px;border-bottom-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-slate-200{border-color:#e2e8f0}.border-slate-200\/70{border-color:rgba(226,232,240,.70)}.border-slate-200\/80{border-color:rgba(226,232,240,.80)}.border-blue-100{border-color:#dbeafe}.border-blue-200{border-color:#bfdbfe}.border-teal-100{border-color:#ccfbf1}.border-amber-100{border-color:#fef3c7}.bg-white{background-color:#fff}.bg-\[\#F5F2EC\]{background-color:#F5F2EC}.bg-blue-50{background-color:#eff6ff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-blue-800{background-color:#1e40af}.bg-teal-50{background-color:#f0fdfa}.bg-teal-600{background-color:#0d9488}.bg-amber-50{background-color:#fffbeb}.bg-amber-500{background-color:#f59e0b}.text-center{text-align:center}.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}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.22em\]{letter-spacing:.22em}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-900{color:#0f172a}.text-slate-950{color:#020617}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-teal-700{color:#0f766e}.text-amber-700{color:#b45309}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-blue-800:hover{background-color:#1e40af}.hover\:border-blue-300:hover{border-color:#93c5fd}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;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))}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-\[0\.85fr_1\.15fr\]{grid-template-columns:.85fr 1.15fr}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:text-6xl{font-size:3.75rem;line-height:1}}
