:root { --ground: #0e2026; --surface: #142d35; --surface-alt: #1b3a43; --ink: #eceadf; --ink-soft: #9fb5b9; --line: #27505a; --accent: #cde463; --accent-ink: #16210a; --accent-ink-titulo: #16210a; --brand: #7fc4d0; --brand-ink: #0b1e24; --focus: #cde463; --alerta: #e8b184; --ok: #8fd0a8;  }
:root[data-theme="light"] { --ground: #dcd8cd; --surface: #f7f6f1; --surface-alt: #eeece4; --ink: #1b2f36; --ink-soft: #4e6067; --line: #c6c1b4; --accent: #cde463; --accent-ink: #232d0c; --accent-ink-titulo: #232d0c; --brand: #1c5e6a; --brand-ink: #ffffff; --focus: #1c5e6a; --alerta: #874e23; --ok: #2e6849;  }
.logo { width: 56px; height: 57px; -webkit-mask: url("logo.png") center / contain no-repeat; mask: url("logo.png") center / contain no-repeat; }
