:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif; color: #201f1c; background: #efede7; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { min-height: 100vh; min-height: 100dvh; padding: 28px; background: radial-gradient(circle at 10% 10%, #fbf7e9 0, transparent 36%), radial-gradient(circle at 90% 85%, #e6dcff 0, transparent 32%), #efede7; }
button, input { font: inherit; }
.login-shell { display: grid; grid-template-columns: minmax(390px, 1.05fr) minmax(390px, .95fr); width: min(1100px, 100%); min-height: min(720px, calc(100vh - 56px)); min-height: min(720px, calc(100dvh - 56px)); margin: 0 auto; overflow: hidden; border: 1px solid rgba(60,55,45,.09); border-radius: 30px; background: white; box-shadow: 0 30px 90px rgba(42,37,29,.16); }
.brand-panel { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 46px; color: white; background: #181714; }
.brand-panel::before { content: ""; position: absolute; width: 430px; height: 430px; right: -205px; top: -130px; border: 1px solid rgba(217,245,109,.25); border-radius: 50%; box-shadow: 0 0 0 74px rgba(217,245,109,.035), 0 0 0 148px rgba(217,245,109,.025); }
.brand-panel::after { content: ""; position: absolute; width: 170px; height: 170px; left: -55px; bottom: 85px; border-radius: 50%; background: linear-gradient(145deg, rgba(140,104,232,.8), rgba(140,104,232,.05)); filter: blur(2px); }
.brand-lockup, .brand-message, .brand-company { position: relative; z-index: 1; }
.brand-lockup { display: flex; align-items: center; gap: 13px; }
.brand-lockup > span, .mobile-mark { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: #181714; background: #d9f56d; font-weight: 800; }
.brand-lockup strong, .brand-lockup small { display: block; }
.brand-lockup strong { font-size: 16px; }
.brand-lockup small { margin-top: 2px; color: #8d8980; font-size: 9px; letter-spacing: .16em; }
.brand-message p { margin: 0 0 16px; color: #d9f56d; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-message h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.24; letter-spacing: -.045em; }
.workflow { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 38px; color: #aaa69d; font-size: 11px; }
.workflow i { width: 16px; height: 1px; background: #555149; }
.brand-company { color: #77736b; font-size: 10px; }
.form-panel { display: grid; place-items: center; padding: 52px clamp(36px, 6vw, 82px); }
#loginForm { width: 100%; max-width: 390px; }
.mobile-mark { display: none; margin-bottom: 22px; }
.eyebrow { margin: 0 0 9px; color: #7657c3; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.intro { margin: 12px 0 34px; color: #77736c; font-size: 13px; line-height: 1.7; }
label { display: block; margin: 18px 0 7px; font-size: 12px; font-weight: 700; }
input { width: 100%; height: 48px; border: 1px solid #dedbd3; border-radius: 12px; padding: 0 14px; color: #25231f; background: #fbfaf7; outline: none; font-size: 14px; transition: border-color .16s, box-shadow .16s, background .16s; }
input:focus { border-color: #8768d2; background: white; box-shadow: 0 0 0 4px rgba(135,104,210,.11); }
.password-field { position: relative; }
.password-field input { padding-right: 62px; }
.password-field button { position: absolute; right: 7px; top: 7px; height: 34px; border: 0; border-radius: 8px; padding: 0 10px; color: #6c665e; background: transparent; font-size: 11px; cursor: pointer; }
.password-field button:hover { background: #eeeae3; }
.message { min-height: 20px; margin: 11px 0 2px; color: #ad443b; font-size: 11px; line-height: 1.5; }
.submit-button { display: flex; width: 100%; height: 50px; align-items: center; justify-content: space-between; border: 0; border-radius: 12px; padding: 0 18px; color: white; background: #1d1c1a; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 11px 24px rgba(29,28,26,.16); transition: transform .16s, opacity .16s; }
.submit-button:hover { transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .58; transform: none; }
.submit-button span { color: #d9f56d; font-size: 18px; }
.security-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 18px 0 0; color: #87827a; font-size: 10px; }
.security-note i { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: #3d744d; background: #e0f2e5; font-size: 9px; font-style: normal; font-weight: 800; }
@media (max-width: 800px) {
  body { padding: 0; background: white; }
  .login-shell { display: block; width: 100%; min-height: 100vh; min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
  .brand-panel { display: none; }
  .form-panel { min-height: 100vh; min-height: 100dvh; align-content: center; padding: max(34px, env(safe-area-inset-top)) 26px max(34px, env(safe-area-inset-bottom)); }
  .mobile-mark { display: grid; }
  h2 { font-size: 30px; }
  .intro { margin-bottom: 30px; }
}
