:root{--bg-body:#f1f5f9;--bg-card:#fff;--border-subtle:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--primary:#020617;--primary-hover:#0f172a;--radius-md:0.375rem;--radius-lg:0.5rem;--shadow-soft:0 10px 30px rgba(15,23,42,.06)}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background-color:var(--bg-body);color:var(--text-main)}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;padding:0;cursor:pointer}.min-h-screen{min-height:100vh}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.px-3{padding-inline:.75rem}.px-4{padding-inline:1rem}.py-1{padding-block:.25rem}.py-2{padding-block:.5rem}.py-3{padding-block:.75rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-slate-100{background-color:#f1f5f9}.bg-white{background-color:#fff}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.text-sm{font-size:.875rem;line-height:1.25rem}.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}.tracking-tight{letter-spacing:-.02em}.border{border:1px solid var(--border-subtle)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.border-b{border-bottom:1px solid var(--border-subtle)}.bg-slate-100{background-color:var(--bg-body)}.bg-white{background-color:var(--bg-card)}.bg-slate-900,.button-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);border:1px solid transparent;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease}.bg-slate-900:hover,.button-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-soft);transform:translateY(-.5px)}.border-slate-300,.button-outline{border:1px solid #cbd5f5;border-radius:var(--radius-md)}input[type=email],input[type=password],input[type=text]{width:100%;border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:.5rem .75rem;font-size:.875rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;background-color:#fff}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border-color:#6366f1;box-shadow:0 0 0 1px rgba(99,102,241,.35)}.list-disc{list-style-type:disc}.list-inside{padding-left:0}.list-inside li{margin-left:1rem}.text-center{text-align:center}.inline-flex{display:inline-flex;align-items:center;justify-content:center}.disabled\:opacity-60:disabled{opacity:.6}a.text-sm{font-size:.875rem}a.text-sm:hover{text-decoration:none}.border.rounded-lg.bg-white,.border.rounded-lg.bg-white\/80{box-shadow:var(--shadow-soft)}