:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text:#26313b;--muted:#697783;--brand:#1677a8}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f6f8;display:grid;place-items:center;padding:20px}.box{width:min(430px,100%);background:#fff;border:1px solid #dde3e8;border-radius:18px;padding:0 30px 30px;box-shadow:0 14px 40px rgba(24,39,52,.09);overflow:hidden}.loginBrand{background:#07111f;margin:0 -30px 28px;padding:24px 30px;display:flex;justify-content:center}.loginBrand img{display:block;width:210px;max-width:70%;margin:0 auto}.loginTop{display:flex;justify-content:space-between;gap:12px;align-items:start}.langswitch{display:flex;gap:4px}.langswitch a{text-decoration:none;color:#74828c;border:1px solid #d8e0e5;border-radius:7px;padding:4px 6px;font-size:10px;font-weight:700}.langswitch a.active{background:#edf4f8;color:#24536d;border-color:#c9dce7}h1{font-size:24px;margin:0 0 8px;color:var(--text)}.muted{color:var(--muted);margin-bottom:24px;font-size:13px}label{display:block;font-size:13px;font-weight:700;margin:14px 0 7px;color:#43515b}input{width:100%;padding:12px 13px;border-radius:10px;border:1px solid #cbd5dd;background:#fff;color:var(--text);font:inherit}input:focus{outline:none;border-color:#65a4c5;box-shadow:0 0 0 3px rgba(22,119,168,.10)}button{width:100%;margin-top:20px;padding:12px;border:0;border-radius:10px;background:var(--brand);color:white;font-weight:800;cursor:pointer}.err{padding:10px 12px;border:1px solid #e2b9bc;background:#fff2f3;color:#8e3941;border-radius:10px;margin-bottom:15px}
