.bg-custom{background:linear-gradient(160deg,#f8f4ef,#f3ebe1 45%,#efe1d2)}.auth-brand{display:inline-flex;flex-direction:column;gap:.75rem;align-items:flex-start;max-width:20rem;padding:1.5rem}.auth-brand-title{font-family:Fraunces,Georgia,serif;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:700;letter-spacing:-.02em;color:var(--ink)}.auth-brand-copy{margin:0;color:var(--muted);line-height:1.55;font-size:.95rem}.block{display:block}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.float-right{float:right}.h-auto{height:auto}.h-6{height:1.5rem}.h-32{height:8rem}.h-screen,.min-h-screen{min-height:100vh}.w-full{width:100%}.w-6{width:1.5rem}.w-32{width:8rem}.w-2\/3{width:66.666667%}.max-w-md{max-width:28rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mr-2{margin-right:.5rem}.ml-4{margin-left:1rem}.mx-auto{margin-left:auto;margin-right:auto}.gap-3{gap:.75rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:1rem}.rounded-3xl{border-radius:999px}.border-8{border-width:8px;border-style:solid}.border-t-8{border-top-width:8px;border-top-style:solid}.border-gray-200{border-color:#e6ddd2}.border-gray-600{border-color:rgba(31,27,24,.2)}.bg-blue-300{background:var(--accent-2)}.bg-blue-600{background:var(--accent)}.bg-emerald-600{background:var(--accent-2)}.bg-gray-700{background:#f7f2ec;border:1px solid rgba(31,27,24,.12)}.bg-custom.rounded-lg,.bg-gray-800,div.bg-custom.p-8.rounded-lg,div.bg-custom.p-8.rounded-lg.text-center,div.bg-custom.w-full.max-w-md.p-8.rounded-lg,form.bg-custom{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow)}.bg-red-500{background:#a24134}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-slate-50,.text-white{color:var(--ink)}.text-blue-400{color:var(--accent-2)}.text-gray-400,.text-gray-500,.text-slate-200,.text-slate-300{color:var(--muted)}.text-green-400{color:#3f7a43}.text-red-300,.text-red-400,.text-red-500{color:#9f3a33}.underline{text-decoration:underline}.break-words{overflow-wrap:anywhere}.shadow-lg{box-shadow:0 18px 45px rgba(33,25,20,.12)}.ease-linear{transition-timing-function:linear}.space-x-2>*+*{margin-left:.5rem}.hover\:text-blue-300:hover{color:var(--ink)}.disabled\:opacity-50:disabled{opacity:.5;cursor:not-allowed}button{cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px)}a.text-blue-400,button.text-blue-400{font-weight:600}input{border:1px solid transparent;color:var(--ink)}input:focus{outline:none;border-color:rgba(78,122,138,.5);box-shadow:0 0 0 3px rgba(78,122,138,.15)}.bg-blue-300,.bg-blue-600,.bg-emerald-600,.bg-red-500{color:#fff;border:1px solid transparent;box-shadow:0 10px 22px rgba(33,25,20,.14)}.loader{border-top-color:var(--accent);animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:768px){.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}}