:root { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif; color: #20242d; background: #fff; font-synthesis: none; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, select { cursor: pointer; }
button { border: 0; }
button:disabled { cursor: wait; }
a:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid #6b91ff; outline-offset: 4px; }
.auth-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; }
.account-panel { display: flex; flex-direction: column; padding: 38px clamp(28px, 5vw, 88px) 26px; min-width: 0; }
.account-header, .account-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.auth-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 700; letter-spacing: -1px; }
.language-picker select { border: 1px solid #e4e7ed; border-radius: 8px; padding: 8px 10px; background: #fff; color: #555d6b; font-size: 12px; }
.account-body { width: 100%; max-width: 400px; margin: auto; padding: 44px 0; }
.back-home { display: inline-flex; align-items: center; gap: 9px; color: #737b8c; font-size: 13px; margin-bottom: 35px; }
.back-home:hover { color: #1d49ff; }
.account-heading { margin-bottom: 29px; }
.eyebrow { font-size: 11px; letter-spacing: 1.35px; text-transform: uppercase; font-weight: 600; color: #3059db; margin: 0 0 14px; }
h1 { font-size: clamp(30px, 3vw, 40px); line-height: 1.12; letter-spacing: -1.6px; font-weight: 600; margin: 0 0 14px; }
#account-subtitle { color: #737b89; font-size: 15px; line-height: 1.65; margin: 0; max-width: 340px; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.field { margin-bottom: 19px; }
.field label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 9px; }
.field input { width: 100%; min-width: 0; height: 51px; border: 1px solid #dce0e8; border-radius: 9px; background: #fff; padding: 0 14px; color: #20242d; font-size: 16px; transition: border-color 150ms, box-shadow 150ms; }
.field input::placeholder { color: #a5aab5; }
.field input:hover { border-color: #adb9d5; }
.field input:focus { border-color: #315bff; outline: none; box-shadow: 0 0 0 3px #2451ff14; }
.field-label { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.text-button { color: #4164cf; font-size: 12px; padding: 0; background: transparent; }
.password-control { position: relative; }
.password-control input { padding-right: 95px; }
#show-password { position: absolute; right: 10px; top: 10px; min-height: 31px; padding: 0 7px; background: transparent; font-size: 11px; font-weight: 500; color: #68768c; border-radius: 4px; }
.field-hint { color: #808897; font-size: 12px; line-height: 1.5; margin: 7px 0 0; }
.submit-button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 51px; padding: 14px 18px; color: #fff; background: #214cff; border-radius: 9px; font-size: 14px; font-weight: 500; transition: background 160ms, transform 160ms; }
.submit-button:hover { background: #1239d8; }
.submit-button:active { transform: translateY(1px); }
fieldset:disabled .submit-button { background: #708dff; }
.auth-switch { text-align: center; color: #818897; font-size: 13px; line-height: 1.8; margin: 25px 0 0; }
.auth-switch a { color: #2e55dc; font-weight: 500; margin-left: 3px; }
.legal { color: #969da8; text-align: center; font-size: 11px; line-height: 1.8; margin: 30px auto 0; max-width: 340px; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.account-footer { color: #9aa0ac; font-size: 11px; }
.form-error, .form-status { font-size: 13px; line-height: 1.6; border-radius: 8px; padding: 12px 14px; margin: 0 0 17px; overflow-wrap: anywhere; }
.form-error { color: #a43236; background: #fff2f2; }
.form-status { color: #285abb; background: #eef4ff; margin-top: 16px; }
.development-reset { display: block; color: #315bde; font-size: 12px; overflow-wrap: anywhere; }
.brand-panel { position: relative; overflow: hidden; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 48px clamp(30px, 5vw, 88px) 38px; color: #fff; background: #2149ed; }
.brand-panel::after { content: ""; position: absolute; width: 530px; height: 530px; border: 1px solid #ffffff12; border-radius: 50%; bottom: -400px; right: -150px; pointer-events: none; }
.brand-top { display: flex; justify-content: space-between; align-items: center; }
.brand-kicker { font-size: 10px; font-weight: 500; letter-spacing: 1.8px; opacity: .7; }
.brand-dot { width: 6px; height: 6px; border-radius: 50%; background: #b8d1ff; }
.brand-story { padding: 64px 0; width: 100%; max-width: 500px; margin: auto 0; }
.brand-story h2 { font-size: clamp(38px, 4.1vw, 64px); line-height: 1.07; letter-spacing: -2.5px; font-weight: 500; margin: 0 0 23px; white-space: pre-line; }
.brand-story > p { color: #d2dcff; max-width: 330px; font-size: 15px; line-height: 1.7; margin: 0; }
.brand-illustration { margin-top: 48px; background: #fff; border-radius: 15px; padding: 23px 25px 7px; color: #253456; box-shadow: 0 18px 45px #0c259a24; transform: rotate(-2deg); transition: transform 350ms; }
.brand-illustration:hover { transform: rotate(0deg); }
.illustration-label { display: flex; justify-content: space-between; gap: 12px; color: #8992a3; font-size: 11px; padding-bottom: 14px; border-bottom: 1px solid #eef0f4; }
.product-row { display: flex; gap: 13px; align-items: center; padding: 19px 0; }
.product-row + .product-row { border-top: 1px solid #f0f2f6; }
.product-icon { width: 35px; height: 35px; flex-shrink: 0; display: grid; place-items: center; border-radius: 9px; background: #edf2ff; color: #3761ef; font-size: 20px; }
.product-row strong { display: block; font-size: 13px; font-weight: 600; }
.product-row small { display: block; font-size: 10px; color: #9ba2b0; margin-top: 6px; }
.row-arrow { margin-left: auto; color: #bdc7dd; }
.brand-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.brand-bottom > span:first-child { color: #bdcdff; font-size: 11px; line-height: 1.7; white-space: pre-line; }
.brand-wordmark { font-size: 34px; font-weight: 600; letter-spacing: -2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: no-preference) { .account-heading, .brand-story { animation: arrive 450ms ease-out; } @keyframes arrive { from { transform: translateY(8px); opacity: .65; } to { transform: translateY(0); opacity: 1; } } }
@media (max-width: 1000px) { .account-panel { padding-left: 32px; padding-right: 32px; } .brand-panel { padding-left: 35px; padding-right: 35px; } .brand-story h2 { font-size: 42px; } .brand-illustration { padding: 20px 18px 5px; } }
@media (max-width: 760px) { .auth-layout { grid-template-columns: 1fr; } .account-panel { min-height: 100svh; padding: 25px 26px 20px; } .account-body { padding: 38px 0; } .brand-panel { display: none; } .auth-logo { font-size: 23px; } .back-home { margin-bottom: 27px; } h1 { font-size: 35px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .brand-illustration { transform: none; } }

.legal-consent { display:flex; align-items:flex-start; gap:10px; margin:18px 0; font-size:13px; line-height:1.6; color:#596375; }
.legal-consent input { flex:none; width:18px; height:18px; margin:2px 0 0; accent-color:#3155ff; }
.legal-consent a { color:#3155ff; text-decoration:underline; }
.legal-consent[hidden] { display:none; }

@media (max-width: 1000px) {
  .auth-logo, .back-home, .auth-switch a { display: inline-flex; align-items: center; min-height: 44px; }
  .language-picker select { min-height: 44px; min-width: 60px; font-size: 16px; }
  #show-password { top: 3px; min-height: 44px; }
  #forgot-password { min-height: 44px; }
  .field-label { align-items: center; }
}
