:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1c2b4b; background: #fff; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: grid; grid-template-rows: 1fr auto; }
main { align-self: center; width: min(100%, 420px); margin: auto; padding: 64px 28px 32px; text-align: center; }
.logo { width: min(270px, 100%); height: auto; display: block; margin: 0 auto 42px; }
h1 { font-size: 23px; font-weight: 500; line-height: 1.4; margin: 0 0 32px; }
.button { display: block; width: 100%; padding: 14px 16px; color: #1c2b4b; background: white; border: 1px solid #d6dae1; border-radius: 7px; font: inherit; font-size: 15px; font-weight: 500; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover:not(:disabled) { border-color: #1c2b4b; background: #fafbfc; }
.button:disabled { cursor: not-allowed; opacity: .6; }
p { font-size: 13px; line-height: 1.6; color: #747c88; margin: 18px 0 0; }
.notice { font-size: 12px; }
footer { padding: 24px; text-align: center; }
footer a { color: #757c86; text-decoration: none; font-size: 11px; }
label { display: block; text-align: left; font-size: 13px; margin: 20px 0 8px; }
input { width: 100%; border: 1px solid #d6dae1; border-radius: 6px; padding: 12px; font: inherit; margin-bottom: 16px; }
:focus-visible { outline: 2px solid #1c2b4b; outline-offset: 3px; }
