.sign-in{background:var(--theme-canvas,#f4f6f3);align-content:center;justify-items:center;min-height:100dvh;padding:clamp(1.5rem,6vw,4rem) 1.25rem;display:grid}.sign-in__card{border:1px solid var(--theme-border,#2a3e341f);background:var(--theme-surface,#fff);border-radius:1.15rem;width:min(26rem,100%);padding:clamp(1.6rem,4vw,2.4rem)}.sign-in__brand{color:var(--theme-text-muted,#5f6d65);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.4rem}.sign-in__card h1{color:var(--theme-text,#1f2a24);font-family:Georgia,Times New Roman,serif;font-size:var(--type-size-section-title);font-weight:var(--type-weight-medium);letter-spacing:-.03em;margin:0 0 .4rem}.sign-in__subtitle{color:var(--theme-text-muted,#5f6d65);font-size:var(--type-size-body);line-height:var(--type-leading-body);margin:0 0 1.6rem}.sign-in__field{gap:.35rem;margin-bottom:1rem;display:grid}.sign-in__field label{color:var(--theme-text,#1f2a24);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold)}.sign-in__field input{border:1px solid var(--theme-border-strong,#2a3e343d);color:var(--theme-text,#1f2a24);background:var(--theme-surface,#fff);font:inherit;font-size:var(--type-size-body);border-radius:.6rem;padding:.65rem .75rem}.sign-in__field input:focus-visible{outline:2px solid var(--theme-accent-800,#2f5d45);outline-offset:1px}.sign-in__submit{color:#fff;background:var(--theme-accent-800,#2f5d45);width:100%;font:inherit;font-size:var(--type-size-body);font-weight:var(--type-weight-bold);cursor:pointer;border:1px solid #0000;border-radius:.6rem;margin-top:.5rem;padding:.7rem 1rem}.sign-in__submit:hover{background:var(--theme-accent-hover,#274d3a)}.sign-in__submit:disabled{opacity:.6;cursor:progress}.sign-in__error{color:#7a2f22;font-size:var(--type-size-body);line-height:var(--type-leading-body);background:#f0e2dfb3;border:1px solid #963c2d47;border-radius:.6rem;margin:0 0 1.1rem;padding:.7rem .85rem}.sign-in__footnote{color:var(--theme-text-muted,#5f6d65);font-size:var(--type-size-caption);line-height:var(--type-leading-body);margin:1.4rem 0 0}
