:root{--purple:#6d28d9;--ink:#17141c;--muted:#77717d;--line:#e6e1e9}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:'IBM Plex Sans',sans-serif;-webkit-font-smoothing:antialiased}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,44%) 1fr}.login-story{min-height:100vh;display:flex;flex-direction:column;padding:42px clamp(34px,5vw,78px);color:#fff;background:radial-gradient(circle at 15% 15%,rgba(139,92,246,.28),transparent 35%),radial-gradient(circle at 90% 85%,rgba(109,40,217,.22),transparent 38%),#15111b}.login-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font:700 19px 'Space Grotesk',sans-serif}.login-brand img{width:31px;height:31px;object-fit:contain}.login-brand em{font-style:normal;color:#aa7cff}.story-copy{margin:auto 0}.eyebrow{margin:0 0 10px;color:#8b5cf6;font:600 10px 'Space Grotesk',sans-serif;letter-spacing:.13em}.story-copy .eyebrow{color:#b794f6}.story-copy h1{margin:0;max-width:10ch;font:600 clamp(39px,5.1vw,68px)/.98 'Space Grotesk',sans-serif;letter-spacing:-.055em}.story-copy>p:last-child{max-width:48ch;margin:26px 0 0;color:#aaa2b1;font-size:14px;line-height:1.75}.story-proof{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);color:#8f8797;font-size:10px}.story-proof span:first-child{display:flex;align-items:center;gap:8px}.story-proof i{width:7px;height:7px;border-radius:50%;background:#42d392;box-shadow:0 0 10px rgba(66,211,146,.65)}.login-panel{min-height:100vh;display:flex;flex-direction:column;padding:36px clamp(28px,7vw,110px) 24px}.form-wrap{width:min(420px,100%);margin:auto}.form-wrap h2{margin:0;font:600 clamp(28px,3vw,37px)/1.12 'Space Grotesk',sans-serif;letter-spacing:-.04em}.form-intro{margin:12px 0 29px;color:var(--muted);font-size:13px;line-height:1.6}form{display:grid;gap:17px}label{display:grid;gap:7px;color:#49434e;font-size:11px;font-weight:500}input{width:100%;height:49px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:13px 'IBM Plex Sans',sans-serif;outline:0;transition:.2s}input:focus{border-color:#9f7aea;box-shadow:0 0 0 3px rgba(124,58,237,.1)}input::placeholder{color:#aaa4ae}.form-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.remember{display:flex;align-items:center;gap:7px}.remember input{width:15px;height:15px;accent-color:var(--purple)}.link-button,.back-button{padding:0;border:0;background:none;color:var(--purple);font-size:10px;cursor:pointer}.submit-button{height:51px;display:flex;align-items:center;justify-content:space-between;margin-top:3px;padding:0 18px;border:0;border-radius:11px;background:linear-gradient(100deg,#5b21b6,#7c3aed);color:#fff;font:600 12px 'Space Grotesk',sans-serif;box-shadow:0 10px 28px rgba(109,40,217,.22);cursor:pointer}.submit-button:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(109,40,217,.28)}.submit-button:disabled{opacity:.6;cursor:wait;transform:none}.submit-button b{font-size:17px}.invite-note{margin:21px 0 0;padding-top:18px;border-top:1px solid #eeeaf0;color:#98919d;font-size:10px;line-height:1.6}.back-button{margin-top:21px}.form-status{margin-top:18px;padding:11px 13px;border-radius:9px;background:#f4efff;color:#5e2baa;font-size:11px;line-height:1.5}.form-status.error{background:#fff0f0;color:#a23636}.login-panel footer{display:flex;justify-content:space-between;color:#9c96a0;font-size:9px}.login-panel footer a{color:#7c3aed;text-decoration:none}@media(max-width:760px){.login-shell{display:block}.login-story{min-height:auto;padding:26px 22px 34px}.story-copy{margin:58px 0 40px}.story-copy h1{font-size:41px}.story-copy>p:last-child{font-size:12px}.story-proof{display:none}.login-panel{min-height:calc(100vh - 330px);padding:44px 22px 22px}.form-wrap{margin:0 auto 60px}.login-panel footer{margin-top:auto}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
