:root{--background:#f6f7f9;--foreground:#17191c;--muted:#60656d;--surface:#fff;--border:#e2e5e9;--accent:#17191c}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.shell{place-items:center;min-height:100vh;padding:24px;display:grid}.home-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:440px;padding:32px;box-shadow:0 16px 48px #12182814}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700}h1{letter-spacing:-.035em;margin:0;font-size:30px}.lede{color:var(--muted);margin:12px 0 28px;line-height:1.6}.button{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:650;text-decoration:none;display:inline-flex}.secondary-link{color:var(--muted);margin-left:16px;display:inline-block}.identity{color:var(--muted);overflow-wrap:anywhere;background:#f2f3f5;border-radius:10px;margin-bottom:20px;padding:12px 14px}.auth-shell{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;padding:24px;display:flex}.brand{letter-spacing:-.02em;font-size:15px;font-weight:750}
