@font-face { font-family: Roboto; src: url('./Roboto-Variable.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
:root { font-family: Roboto, Arial, sans-serif; color: #1e3030; background: #f4f6f4; line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 66rem; margin: auto; padding: 2rem 1.5rem 5rem; }
header, nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
header { border-bottom: 1px solid #c5cec8; padding-bottom: 1rem; margin-bottom: 3rem; }
a { color: #165d42; }
.brand, h1 { font-weight: 700; }
h1 { line-height: 1.2; }
.login { min-height: 75vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.login h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
button { font: inherit; padding: .7rem 1rem; border: 1px solid #78998a; border-radius: .5rem; background: white; color: #183d2d; cursor: pointer; min-height: 44px; }
button.primary { background: #185d42; color: white; border-color: #185d42; }
button:focus-visible, a:focus-visible { outline: 3px solid #a44803; outline-offset: 3px; }
form { margin: .75rem 0; }
article { padding: 1.25rem; margin: 1rem 0; background: white; border: 1px solid #ccd6cf; border-radius: .75rem; }
code, h3, dd { overflow-wrap: anywhere; }
code { font-size: .85rem; }
pre { max-height: 30rem; overflow: auto; padding: 1rem; background: #edf2ee; font-size: .8125rem; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
dt { font-weight: 600; } dd { margin: 0 0 1rem; }
