@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Hanken+Grotesk:wght@300;400;500;600;700&display=swap");[data-auth]{--canvas:#fafaf9;--canvas-2:#f4f3f0;--paper:#fff;--coal:#14140f;--coal-2:#1e1e18;--coal-line:#33332b;--ink:#111110;--grey:#6e6e68;--grey-2:#97968e;--accent:#ff6b35;--accent-ink:#c73e00;--accent-wash:#fff1e9;--accent-line:#ffd9c6;--hairline:#e7e5e0;--display:"Space Grotesk",-apple-system,system-ui,sans-serif;--body:"Hanken Grotesk",-apple-system,system-ui,sans-serif;--r-12:12px;--r-18:18px;--r-24:24px;--pill:999px;--ease:cubic-bezier(.2,.7,.2,1);position:fixed;inset:0;z-index:9999;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;font-family:var(--body);font-size:16px;line-height:1.55;color:var(--ink);-webkit-font-smoothing:antialiased}[data-auth] *,[data-auth] :after,[data-auth] :before{box-sizing:border-box;margin:0;padding:0}[data-auth] a{color:inherit;text-decoration:none}[data-auth] button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}[data-auth] img{max-width:100%;display:block}[data-auth] .auth-brand{background:var(--coal);color:var(--canvas);position:relative;overflow:hidden;padding:48px;display:flex;flex-direction:column;justify-content:space-between}[data-auth] .auth-brand .glow{position:absolute;width:480px;height:480px;border-radius:50%;background:var(--accent);filter:blur(100px);opacity:.3;top:30%;left:20%;pointer-events:none}[data-auth] .auth-brand .logo{color:var(--canvas);position:relative;z-index:2;display:inline-block}[data-auth] .auth-brand .mid{position:relative;z-index:2}[data-auth] .auth-brand h2{font-family:var(--display);font-weight:700;letter-spacing:-.04em;font-size:clamp(2rem,3.4vw,3rem);line-height:1.04;max-width:16ch}[data-auth] .auth-brand .q{margin-top:32px;max-width:38ch}[data-auth] .auth-brand .q p{font-size:17px;line-height:1.5;color:var(--canvas)}[data-auth] .auth-brand .q .who{margin-top:14px;font-size:13px;color:var(--grey-2)}[data-auth] .auth-brand .foot{position:relative;z-index:2}[data-auth] .stat-mini{display:flex;gap:28px}[data-auth] .stat-mini .sm .n{font-family:var(--display);font-weight:700;font-size:26px;letter-spacing:-.03em}[data-auth] .stat-mini .sm .n .u{color:var(--accent)}[data-auth] .stat-mini .sm .l{font-size:12px;color:var(--grey-2);margin-top:4px}[data-auth] .auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto;position:relative;background:var(--canvas)}[data-auth] .top-link{font-size:13.5px;color:var(--grey);position:absolute;top:28px;right:36px;white-space:nowrap;z-index:2}[data-auth] .top-link a,[data-auth] .top-link-btn{color:var(--accent-ink);font-weight:600;cursor:pointer}[data-auth] .auth-card{width:100%;max-width:400px}[data-auth] .auth-card h1{font-family:var(--display);font-weight:700;letter-spacing:-.035em;font-size:2.1rem;color:var(--ink)}[data-auth] .auth-card .sub{color:var(--grey);margin-top:10px;font-size:15px}[data-auth] .auth-card form{margin-top:28px;display:flex;flex-direction:column;gap:16px}[data-auth] .field{display:flex;flex-direction:column;gap:7px}[data-auth] .field label{font-size:13px;font-weight:600;font-family:var(--display);color:var(--ink)}[data-auth] .field input[type=email],[data-auth] .field input[type=password],[data-auth] .field input[type=text]{font-family:var(--body);font-size:15px;padding:13px 15px;border:1px solid var(--hairline);border-radius:var(--r-12);background:var(--paper);color:var(--ink);width:100%;outline:none;transition:border-color .2s,box-shadow .2s}[data-auth] .field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-wash)}[data-auth] .row-between{display:flex;align-items:center;justify-content:space-between;font-size:13px}[data-auth] .row-between label{display:inline-flex;align-items:center;gap:7px;color:var(--grey);cursor:pointer}[data-auth] .row-between input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent);margin:0;padding:0;border:none}[data-auth] .row-between a{color:var(--accent-ink);font-weight:600}[data-auth] .err{color:var(--accent-ink);font-size:13px;min-height:16px}[data-auth] .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:var(--r-12);font-family:var(--display);font-weight:600;font-size:15px;cursor:pointer;transition:opacity .18s,transform .18s;width:100%;border:none}[data-auth] .btn-dark{background:var(--ink);color:var(--canvas)}[data-auth] .btn-dark:hover{opacity:.88}[data-auth] .btn:disabled{opacity:.6;cursor:not-allowed}[data-auth] .divider{display:flex;align-items:center;gap:14px;color:var(--grey-2);font-size:12.5px;margin:6px 0}[data-auth] .divider:after,[data-auth] .divider:before{content:"";flex:1;height:1px;background:var(--hairline)}[data-auth] .sso{display:grid;grid-template-columns:1fr 1fr;gap:12px}[data-auth] .sso button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px;border:1px solid var(--hairline);border-radius:var(--r-12);background:var(--paper);font-weight:600;font-size:14px;font-family:var(--display);color:var(--ink);transition:border-color .2s,transform .18s;width:100%}[data-auth] .sso button:hover{border-color:var(--grey-2);transform:translateY(-1px)}[data-auth] .sso button svg{width:18px;height:18px;flex-shrink:0}@media (max-width:860px){[data-auth]{grid-template-columns:1fr;overflow-y:auto;position:relative;inset:auto;min-height:100dvh}[data-auth] .auth-brand{padding:32px}[data-auth] .auth-brand .mid{margin:32px 0}}