:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#23352c;background:#f5f6f3;font-size:14px}*{box-sizing:border-box}body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:90px 24px 50px}main{width:100%;max-width:380px;background:#fff;border:1px solid #e2e7dd;border-radius:12px;padding:34px;box-shadow:0 8px 35px #23352006}h1{font-size:25px;font-weight:600;letter-spacing:-.6px;margin:0 0 30px}button,input{font:inherit}button{cursor:pointer}label{display:block;font-size:12px;font-weight:550;margin:20px 0 8px;color:#4c5a44}input{width:100%;height:44px;padding:10px 12px;border:1px solid #dce3d6;border-radius:6px;background:#fff;color:#243821}.password-field{position:relative}.password-field input{padding-right:44px}#show-password{position:absolute;right:5px;top:5px;width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#839179;border-radius:4px}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.submit{width:100%;height:44px;margin-top:25px;background:#254f3e;border:1px solid #254f3e;color:#fff;border-radius:6px;font-size:12px;font-weight:600}.submit:hover{background:#1b3f30}button:disabled{opacity:.5;cursor:wait}button:focus-visible,input:focus-visible{outline:3px solid #a3b99b;outline-offset:3px}.languages{position:absolute;top:25px;right:28px;display:flex;gap:2px;padding:3px;background:#f9fbf6;border:1px solid #dce3d6;border-radius:7px}.languages button{border:0;border-radius:4px;padding:6px 9px;font-size:10px;font-weight:600;background:transparent;color:#74816a}.languages button[aria-pressed="true"]{background:#fff;color:#254f3e;box-shadow:0 1px 4px #25351d14}#login-error:empty{display:none}#login-error{color:#a8493d;background:#fcf2ed;border:1px solid #eed7ce;border-radius:6px;padding:10px;font-size:12px;line-height:1.6;margin:18px 0 0}@media(max-width:480px){main{padding:28px 24px}.languages{top:20px;right:22px}h1{font-size:24px}}
.login-preferences{position:absolute;top:25px;right:28px;display:flex;align-items:center;gap:9px}.login-preferences .languages{position:static}.login-preferences #appearance-slot{display:flex;align-items:center}
:root[data-theme="dark"]{background:#111815;color:#e0e9dc}
[data-theme="dark"] main{background:#19231e;border-color:#354738;box-shadow:0 8px 35px #0003}
[data-theme="dark"] label{color:#bccfb0}
[data-theme="dark"] input{background:#121d16;border-color:#3d523b;color:#dcebd2}
[data-theme="dark"] #show-password{color:#a7bd99}
[data-theme="dark"] .submit{background:#bfdba7;border-color:#bfdba7;color:#182817}
[data-theme="dark"] .submit:hover{background:#cee8b8}
[data-theme="dark"] .languages{background:#1d2b22;border-color:#354738}
[data-theme="dark"] .languages button{color:#afc19e}
[data-theme="dark"] .languages button[aria-pressed="true"]{background:#35482d;color:#dcecce;box-shadow:0 1px 4px #0003}
[data-theme="dark"] #login-error{background:#3b251f;border-color:#704a3e;color:#edb09b}
@media(max-width:480px){.login-preferences{top:20px;right:22px}}
