:root{--fundo:#f7f5f2;--superficie:#fff;--tinta:#2b1a10;--tinta-suave:#6f5b4c;--acento:#8a5a2e;--acento-hover:#6f4623;--dinheiro:#1e7a46;--atencao:#b7791f;--atencao-fundo:#fdf3dc;--erro:#c0392b;--linha:#e7e2db;--raio:10px;--sombra:0 1px 2px #2b1a1012, 0 2px 8px #2b1a100d;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--fundo);color:var(--tinta);margin:0;font-size:15.5px}h1,h2,.marca{font-family:Fraunces,Georgia,serif;font-weight:600}h1{margin:0 0 1.2rem;font-size:1.6rem}h2{margin:0 0 .75rem;font-size:1.12rem}a{color:var(--acento)}:focus-visible{outline:2px solid var(--acento);outline-offset:2px}.pagina{max-width:520px;margin:0 auto;padding:1rem 1rem 5rem}.card{background:var(--superficie);border:1px solid var(--linha);border-radius:var(--raio);box-shadow:var(--sombra);margin-bottom:1.1rem;padding:1.3rem}.campo{flex-direction:column;gap:.35rem;margin-bottom:.9rem;display:flex}.campo label{color:var(--tinta-suave);text-transform:uppercase;letter-spacing:.03em;font-size:.82rem;font-weight:600}.campo input,.campo select{border:1px solid var(--linha);background:var(--superficie);color:var(--tinta);border-radius:10px;padding:.8rem;font-size:1.05rem}.campo input:focus,.campo select:focus{outline:2px solid var(--acento);border-color:#0000}button{background:var(--acento);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:.75rem 1.3rem;font-size:1rem;font-weight:600}button:hover{background:var(--acento-hover)}button:disabled{opacity:.45;cursor:default}.acao-secundaria{color:var(--tinta);border:1px solid var(--linha);background:0 0;padding:.65rem 1.1rem;font-size:.95rem;font-weight:600}.acao-secundaria:hover{background:var(--fundo)}.acao-perigo{color:var(--erro);border:1px solid var(--erro);background:0 0;padding:.65rem 1.1rem;font-size:.95rem;font-weight:600}.acao-perigo:hover{background:#fdecea}.erro{color:var(--erro)}.aviso{color:var(--atencao)}.sucesso{color:var(--dinheiro)}.badge{white-space:nowrap;border-radius:999px;padding:.1rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.badge-ambar{background:var(--atencao-fundo);color:var(--atencao)}.badge-cinza{color:var(--tinta-suave);background:#efe9e2}.tabela-rolagem{overflow-x:auto}table{border-collapse:collapse;background:var(--superficie);width:100%;font-size:.9rem}th{text-align:left;border-bottom:2px solid var(--linha);color:var(--tinta-suave);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:var(--superficie);padding:.6rem .55rem;font-size:.74rem;font-weight:600;position:sticky;top:0}td{border-bottom:1px solid var(--linha);white-space:nowrap;padding:.65rem .55rem}td.valor,th.valor{text-align:right;font-variant-numeric:tabular-nums}td.dinheiro{color:var(--dinheiro);font-weight:600}tbody tr:hover{background:var(--fundo)}tbody tr.clicavel{cursor:pointer}tfoot td{border-top:2px solid var(--linha);font-variant-numeric:tabular-nums;font-weight:700}.ponto-pendente{color:var(--atencao);font-size:1.2rem;line-height:1}.layout-admin{min-height:100vh;display:flex}.sidebar{background:var(--superficie);border-right:1px solid var(--linha);flex-direction:column;flex-shrink:0;width:220px;height:100vh;display:flex;position:sticky;top:0}.sidebar .marca{padding:1.2rem 1.1rem .8rem;font-size:1.3rem}.sidebar .marca img{max-width:130px;display:block}.sidebar nav{flex-direction:column;gap:2px;padding:.5rem;display:flex}.sidebar nav a{color:var(--tinta);border-radius:10px;padding:.7rem .9rem;font-size:1rem;font-weight:500;text-decoration:none}.sidebar nav a:hover{background:var(--fundo)}.sidebar nav a.ativo{background:var(--acento);color:#fff}.sidebar-rodape{border-top:1px solid var(--linha);flex-direction:column;gap:.5rem;margin-top:auto;padding:.9rem 1.1rem;font-size:.85rem;display:flex}.conteudo{flex:1;max-width:1200px;padding:1.5rem 2rem 3rem}@media (width<=900px){.layout-admin{flex-direction:column}.sidebar{border-right:0;border-bottom:1px solid var(--linha);flex-flow:wrap;align-items:center;width:100%;height:auto;position:static}.sidebar nav{flex-flow:wrap}.sidebar-rodape{border-top:0;flex-direction:row;align-items:center;margin-top:0;margin-left:auto}.conteudo{padding:1rem}}.nav-abas{background:var(--superficie);border-top:1px solid var(--linha);z-index:10;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-abas a{text-align:center;color:var(--tinta-suave);flex:1;padding:1rem 0;font-size:1rem;font-weight:500;text-decoration:none}.nav-abas a.ativo{color:var(--acento);border-top:2px solid var(--acento);margin-top:-1px;font-weight:700}.display-total{background:var(--tinta);color:#f7ecd9;border-radius:var(--raio);justify-content:space-between;align-items:baseline;margin:.5rem 0 1rem;padding:.8rem 1.1rem;display:flex}.display-total .rotulo{text-transform:uppercase;letter-spacing:.08em;opacity:.75;font-size:.75rem}.display-total .digitos{font-variant-numeric:tabular-nums;font-size:1.9rem;font-weight:700}.drawer-fundo{z-index:40;background:#2b1a1073;position:fixed;inset:0}.drawer{background:var(--superficie);z-index:41;flex-direction:column;width:min(400px,96vw);padding:1.2rem;animation:.18s ease-out drawer-entra;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-6px 0 24px #2b1a102e}@keyframes drawer-entra{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.drawer{animation:none}}.recibo-linha{border-bottom:1px dotted var(--linha);justify-content:space-between;align-items:baseline;padding:.35rem 0;font-size:.92rem;display:flex}.recibo-linha .num{font-variant-numeric:tabular-nums}.recibo-total{border-top:2px solid var(--tinta);justify-content:space-between;align-items:baseline;margin-top:.3rem;padding:.7rem 0;display:flex}.recibo-total .num{color:var(--dinheiro);font-variant-numeric:tabular-nums;font-family:Fraunces,Georgia,serif;font-size:1.7rem;font-weight:600}.login-fundo{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-fundo .card{width:min(380px,92vw)}.login-fundo img{max-width:200px;margin:0 auto .5rem;display:block}.toasts{z-index:60;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast{background:var(--superficie);border:1px solid var(--linha);border-radius:var(--raio);box-shadow:var(--sombra);padding:.7rem 1rem;font-size:.92rem;font-weight:600;animation:.18s ease-out toast-entra}.toast-sucesso{color:var(--dinheiro);border-left:4px solid var(--dinheiro)}.toast-erro{color:var(--erro);border-left:4px solid var(--erro)}@keyframes toast-entra{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.dialog-fundo{z-index:50;background:#2b1a1073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog{background:var(--superficie);border-radius:var(--raio);box-shadow:var(--sombra);width:min(420px,94vw);max-height:90vh;padding:1.2rem;animation:.18s ease-out toast-entra;overflow-y:auto}@media (prefers-reduced-motion:reduce){.toast,.dialog{animation:none}}.campo input.invalido,.campo select.invalido{border-color:var(--erro);outline:1px solid var(--erro)}.btn-grande{width:100%;padding:1rem;font-size:1.1rem}.confirmacao-botoes{justify-content:end;gap:.6rem;margin-top:1.2rem;display:flex}.confirmacao-botoes button{min-width:110px}.dialog-sucesso{text-align:center}.check-grande{background:var(--dinheiro);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:.4rem auto .9rem;font-size:2.4rem;line-height:1;display:flex}.cartao-lanc-topo{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.cartao-lanc-loja{font-family:Fraunces,Georgia,serif;font-size:1.05rem;display:block}.cartao-lanc-data{color:var(--tinta-suave);font-size:.85rem}.cartao-lanc-total{color:var(--dinheiro);font-variant-numeric:tabular-nums;white-space:nowrap;font-family:Fraunces,Georgia,serif;font-size:1.4rem;font-weight:600}.cartao-lanc-grade{border-top:1px dotted var(--linha);grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:.5rem .8rem;margin:.7rem 0;padding-top:.7rem;display:grid}.cartao-lanc-grade>div{flex-direction:column;display:flex}.rotulo-mini{text-transform:uppercase;letter-spacing:.04em;color:var(--tinta-suave);font-size:.68rem;font-weight:600}.cartao-lanc-grade .num{font-variant-numeric:tabular-nums;font-size:.95rem}.cartao-lanc-rodape{color:var(--tinta-suave);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;display:flex}
