:root{--cor-primaria:#1f9d5c;--cor-primaria-escura:#17794a;--cor-primaria-fundo:#e6f4ec;--cor-fundo:#f5f7f3;--cor-fundo-sutil:#f0f3ee;--cor-superficie:#fff;--cor-texto:#16241d;--cor-texto-secundario:#5a6b7a;--cor-borda:#dde4d8;--cor-erro:#c0392b;--cor-erro-fundo:#fdecea;--cor-sucesso:#1e8449;--cor-aviso:#b7791f;--cor-aviso-fundo:#fbf2e2;--cor-info:#3b7dc4;--cor-info-fundo:#e7f0fb;--raio:10px;--sombra-card:0 1px 2px rgba(20,30,24,.06);color-scheme:light}:root[data-tema=escuro]{--cor-primaria:#34c97f;--cor-primaria-escura:#21a869;--cor-primaria-fundo:#14301f;--cor-fundo:#0b120e;--cor-fundo-sutil:#121a15;--cor-superficie:#131c16;--cor-texto:#e7efe9;--cor-texto-secundario:#93a69a;--cor-borda:#223027;--cor-erro:#e5605b;--cor-erro-fundo:#2c1817;--cor-sucesso:#34c97f;--cor-aviso:#eab35a;--cor-aviso-fundo:#2b2216;--cor-info:#6fa8dc;--cor-info-fundo:#16232d;--sombra-card:0 1px 2px rgba(0,0,0,.4);color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-tema=claro]){--cor-primaria:#34c97f;--cor-primaria-escura:#21a869;--cor-primaria-fundo:#14301f;--cor-fundo:#0b120e;--cor-fundo-sutil:#121a15;--cor-superficie:#131c16;--cor-texto:#e7efe9;--cor-texto-secundario:#93a69a;--cor-borda:#223027;--cor-erro:#e5605b;--cor-erro-fundo:#2c1817;--cor-sucesso:#34c97f;--cor-aviso:#eab35a;--cor-aviso-fundo:#2b2216;--cor-info:#6fa8dc;--cor-info-fundo:#16232d;--sombra-card:0 1px 2px rgba(0,0,0,.4);color-scheme:dark}}*{box-sizing:border-box}body,html{background:var(--cor-fundo)}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--cor-texto);transition:background-color .15s ease,color .15s ease}h1,h2,h3{font-weight:700;letter-spacing:-.01em}a{color:inherit}button{font-family:inherit}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%) translateX(8px);background:var(--cor-texto);color:var(--cor-fundo);padding:5px 9px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .1s ease;z-index:50}[data-tooltip]:hover:after{opacity:1}