:root { color-scheme: light; font-family: "72", Arial, sans-serif; color: #17324e; background: #f4f7fa; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
.topbar { height: 76px; background: #102b49; color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1220px)/2)); }
.brand { display: flex; gap: 14px; align-items: center; }
.brand img { width: 76px; height: 50px; padding: 5px; border-radius: 9px; background: #fff; object-fit: contain; }
.brand strong { display: block; font-size: 20px; letter-spacing: -.3px; }
.brand span { display: block; margin-top: 3px; color: #c6d8e8; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; }
.topLabel { color: #c6d8e8; font-size: 13px; }
main { width: min(1220px, calc(100% - 64px)); margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(36px, 7vw, 112px); padding: 70px 0 85px; }
.eyebrow { color: #0c68b9; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.intro h1 { font-size: clamp(42px, 4.3vw, 64px); line-height: 1.06; letter-spacing: -2.8px; max-width: 600px; margin: 18px 0 25px; color: #102b49; }
.intro > p { color: #53677b; font-size: 17px; line-height: 1.7; max-width: 570px; margin: 0; }
.steps { display: flex; flex-wrap: wrap; gap: 9px; margin: 32px 0 44px; }
.steps span { padding: 10px 14px; border: 1px solid #cfdeea; border-radius: 999px; background: #fff; color: #235276; font-size: 13px; font-weight: 700; }
.previewNote { border-left: 3px solid #0c68b9; padding: 5px 0 5px 17px; color: #5a6d7f; font-size: 13px; line-height: 1.6; max-width: 570px; }
.loginCard { position: relative; background: #fff; border: 1px solid #dde7f0; border-radius: 20px; padding: clamp(28px, 3.3vw, 48px); box-shadow: 0 22px 60px rgba(16,43,73,.08); }
.cardIcon { width: 46px; height: 46px; border-radius: 12px; background: #eaf4fc; color: #0c68b9; display: grid; place-items: center; font-size: 25px; font-weight: 700; margin-bottom: 29px; }
.loginCard h2 { font-size: 29px; line-height: 1.2; letter-spacing: -.8px; margin: 10px 0; }
.cardIntro { color: #5e7183; font-size: 14px; line-height: 1.6; margin: 0 0 26px; }
form { display: flex; flex-direction: column; }
label { font-size: 13px; font-weight: 700; margin: 0 0 8px; }
input { height: 48px; border: 1px solid #c8d5e2; border-radius: 10px; padding: 0 14px; font: inherit; font-size: 15px; color: #17324e; background: #fff; margin: 0 0 20px; }
input[readonly] { background: #f4f7fa; color: #53677b; }
input:focus { outline: 3px solid #b8d9f4; border-color: #0c68b9; }
button { height: 50px; background: #0866c6; color: #fff; border: 0; border-radius: 10px; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; margin-top: 2px; }
button:hover { background: #0758ab; }
button:focus-visible { outline: 3px solid #b8d9f4; outline-offset: 3px; }
button span { font-size: 21px; }
.quickAccess button { background: #0866c6; }
.passwordButton { background: #fff; border: 1px solid #b8cce0; color: #0c4f96; }
.passwordButton:hover { background: #eef6fd; }
.separator { display: flex; align-items: center; gap: 12px; color: #687c8e; font-size: 12px; font-weight: 700; margin: 24px 0 22px; white-space: nowrap; }
.separator::before,.separator::after { content: ""; height: 1px; flex: 1; background: #dce6ee; }
.loginError { color: #a9212b; background: #fff1f2; border: 1px solid #f3c8cb; border-radius: 9px; padding: 10px 12px; font-size: 13px; margin: 0 0 20px; }
.cardFoot { color: #6a7d8f; border-top: 1px solid #e7edf3; padding-top: 18px; margin: 25px 0 0; font-size: 12px; line-height: 1.6; }
footer { text-align: center; color: #7a8a99; padding: 0 20px 24px; font-size: 12px; }
@media (max-width: 850px) { .topbar { padding: 0 24px; } main { width: min(600px, calc(100% - 40px)); grid-template-columns: 1fr; gap: 38px; padding: 38px 0 60px; } .loginCard { order: -1; } .intro h1 { font-size: 43px; } .steps { margin: 25px 0; } }
@media (max-width: 520px) { .topbar { height: auto; min-height: 70px; padding: 10px 16px; } .brand img { width: 58px; height: 42px; } .brand strong { font-size: 16px; } .brand span { font-size: 10px; } .topLabel { display: none; } .intro h1 { font-size: 37px; letter-spacing: -1.6px; } .intro > p { font-size: 15px; } .loginCard { padding: 26px; } }
