:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif; color: #203344; background: #eef4f6; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(100%, 410px); padding: 34px; border: 1px solid #dce8ed; border-radius: 16px; background: white; box-shadow: 0 18px 60px #173c511a; }
.marca { display: flex; align-items: center; gap: 12px; color: #153049; }
.marca-icone { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #35aeaa; color: white; font-size: 27px; }
.marca strong { display: block; font-size: 20px; line-height: 1.1; }
.marca small { display: block; color: #718a96; font-size: 11px; margin-top: 3px; }
h1 { margin: 30px 0 7px; font-size: 27px; letter-spacing: -.03em; }
.descricao { margin: 0 0 26px; color: #718592; font-size: 14px; line-height: 1.5; }
label { display: block; margin: 16px 0 7px; font-size: 12px; font-weight: 700; color: #4c6574; }
input:not([type="hidden"]) { display: block; width: 100%; padding: 12px 13px; border: 1px solid #d6e3e9; border-radius: 8px; background: #fbfcfd; color: #203344; font: inherit; font-size: 14px; outline-color: #35aeaa; }
button { width: 100%; margin-top: 24px; padding: 12px; border: 0; border-radius: 8px; background: #259e97; color: white; font: inherit; font-weight: 750; cursor: pointer; }
button:hover { background: #187f7c; }
.erro { padding: 10px 12px; border-radius: 7px; background: #fff0f1; color: #a43d46; font-size: 13px; }
