*{box-sizing:border-box}body{margin:0;background:#f7f8fc;color:#17223c;font:16px/1.7 Tahoma,Arial,sans-serif}.auth-shell{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.story{padding:48px 64px;background:radial-gradient(ellipse at 90% 40%,#343b86,transparent 65%),#111c37;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font-size:25px;font-weight:bold}.brand-icon{display:grid;place-items:center;background:#7c6afa;border-radius:12px;width:42px;height:42px}.brand-en{font-size:11px;letter-spacing:2px;color:#a1acc6;margin-left:8px}.story-content{margin:70px 0}.kicker{color:#b8adff;font-size:14px}h1{font-size:clamp(36px,4vw,62px);line-height:1.4;letter-spacing:-1px;margin:20px 0}p{color:#a6b3ce}.story-grid{display:grid;gap:18px;margin-top:48px}.story-grid div{display:flex;align-items:center;gap:20px}.story-grid b{color:#b4aaff;border:1px solid #526080;padding:4px 9px;border-radius:8px;font-size:13px}.story-grid span{font-size:15px}.story small{color:#8d9ebd;font-size:12px}.form-side{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 32px}.auth-card{width:100%;max-width:400px}.pill{background:#eeeaff;color:#6854d2;border-radius:20px;padding:6px 12px;font-size:12px}h2{font-size:28px;margin:20px 0 8px}.auth-card>p{font-size:14px;color:#768199;margin:0 0 28px}label{display:flex;flex-direction:column;gap:8px;font-size:14px;margin-top:16px}input{font:inherit;font-size:16px;background:white;border:1px solid #dbe0ea;border-radius:9px;padding:13px;width:100%;outline:none}input:focus{border-color:#7d68e7;box-shadow:0 0 0 3px #7d68e71a}button{margin-top:26px;width:100%;background:#6c57dc;border:0;border-radius:9px;padding:14px 18px;color:white;font:inherit;font-weight:bold;display:flex;justify-content:space-between;cursor:pointer}button:hover{background:#5741c1}.helper{font-size:13px;color:#7d869a;margin:20px 0}.footer{font-size:12px;color:#919bb0;margin-top:36px}.error{background:#fff0f0;border:1px solid #edcece;color:#aa3434;font-size:14px;padding:12px;border-radius:8px}a{color:#6854d2;font-size:14px}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.story{padding:28px 24px}.story-content{margin:24px 0 8px}.story h1{font-size:32px}.story p,.story-grid,.story>small{display:none}.story h1 br{display:none}.form-side{padding:36px 24px}.brand-en{font-size:10px}}@media(prefers-reduced-motion:no-preference){.auth-card{animation:appear .35s ease}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}

/* Match the saved workspace appearance without changing the sign-in flow. */
body{background:var(--background);color:var(--foreground)}
.form-side{background:var(--background)}
.auth-theme{width:100%;max-width:400px;display:flex;justify-content:flex-end;margin-bottom:26px}
.auth-card h2{color:var(--lm-heading)}
.auth-card>p,.helper,.footer{color:var(--muted-foreground)}
.auth-card label{color:var(--foreground);font-weight:600}
.auth-card input{background:var(--card);color:var(--foreground);border-color:var(--input);font-weight:400}
.auth-card input::placeholder{color:var(--muted-foreground);opacity:1}
.auth-card input:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 18%,transparent)}
.auth-card form button{background:var(--lm-button);color:var(--lm-on-button)}
.auth-card form button:hover{background:var(--lm-button-hover)}
.auth-card .pill{background:var(--lm-purple-bg);color:var(--lm-purple)}
.auth-card a{color:var(--lm-purple)}
.auth-card .error{background:var(--lm-red-bg);color:var(--lm-red);border-color:var(--lm-red-border)}
.story p,.story small,.brand-en{color:#c2cde3}
button:focus-visible,a:focus-visible{outline:2px solid var(--ring);outline-offset:3px}
