html,body{height:100%;margin:0;padding:0;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}app-root{display:flex;flex-direction:column;min-height:100dvh;width:100%;height:100dvh;padding:16px;overflow-x:hidden}app-cadastro-cliente,app-cadastro-compra,app-lista-clientes,app-lista-compras,app-relatorio{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.form-card{display:flex;flex:1 1 auto;min-height:0;min-width:0;flex-direction:column;padding:16px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #00000014;overflow:hidden}.cliente{display:grid;grid-template-columns:min-content 1fr min-content 1fr;width:100%;margin:0;padding:.5rem;border:2px solid #d0d7e2;border-radius:8px;font-size:1rem}.cliente legend{grid-column:1/-1;padding:0 4px;font-weight:600}.cliente label{align-self:center;font-weight:600}.cliente input{width:100%;padding:.25rem .5rem;border:0;background:transparent;font:inherit;outline:0}.cliente input:focus,.cliente input:focus-visible{outline:2px solid rgba(29,78,216,.18);outline-offset:2px}.hed{display:grid;grid-template-columns:1fr 1fr;align-items:center}.hed span:last-child{justify-self:end}a:hover{color:#255aec;text-decoration:underline;cursor:pointer}h2,h3{margin:0;width:100%;padding:.7em;border:0;border-radius:8px;color:#fff;font-size:1rem;font-weight:600}h2{background:#1d4ed8}h3{background:#6235a5}.conteudo{flex:0 0 auto}.filtros{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:8px}.campo label{display:block;margin-bottom:6px;font-size:.8rem;font-weight:600}.campo p{color:#d00;font-size:14px;margin:4px 0 0}.campo input{text-transform:uppercase}.campo input,.campo textarea,.campo select{width:100%;padding:.5rem;border:2px solid #d0d7e2;border-radius:8px;font-size:1rem;box-sizing:border-box}button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1rem;border:0;border-radius:8px;background:#45c44c;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.acoes{display:flex;align-items:center;gap:8px;width:100%;min-width:0;flex-wrap:nowrap}.acoes button:last-child{background:#d00}.acoes button{flex:1 1 0;width:auto;min-width:0;padding-inline:8px;white-space:nowrap}.lista,.tabela-wrapper{flex:1;min-height:0;margin-top:2px;overflow:auto;scrollbar-gutter:stable both-edges;scrollbar-width:auto;scrollbar-color:#64748b #dbeafe}.lista ::-webkit-scrollbar,.tabela-wrapper ::-webkit-scrollbar{width:12px;height:12px}.lista ::-webkit-scrollbar-track,.tabela-wrapper ::-webkit-scrollbar-track{background:#dbeafe;border-radius:999px}.lista ::-webkit-scrollbar-thumb,.tabela-wrapper ::-webkit-scrollbar-thumb{border:2px solid #dbeafe;border-radius:999px;background:#64748b}.lista ::-webkit-scrollbar-thumb:hover,.tabela-wrapper ::-webkit-scrollbar-thumb:hover{background:#475569}.lista ::-webkit-scrollbar-corner,.tabela-wrapper ::-webkit-scrollbar-corner{background:#dbeafe}.lista table,.tabela-wrapper table{width:100%;border-collapse:collapse;table-layout:fixed}.lista table{min-width:760px}.tabela-wrapper table{min-width:560px}.lista th,.lista td,.tabela-wrapper th,.tabela-wrapper td{padding:10px;border:1px solid #d0d7e2;text-align:center;vertical-align:middle;white-space:pre-wrap;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.lista thead th,.tabela-wrapper thead th{position:sticky;top:0;z-index:1;background:#eef4ff}.lista .coluna-quebra,.tabela-wrapper .coluna-quebra{width:150px;min-width:150px;max-width:150px}.lista th:last-child,.lista td:last-child,.tabela-wrapper th:last-child,.tabela-wrapper td:last-child{width:220px;min-width:220px;max-width:220px}.lista tbody tr,.tabela-wrapper tbody tr{background:#ffffff}.estado-vazio{padding:12px;color:#666;text-align:center}.rodape{display:grid;gap:8px;margin-top:auto}.nav-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;width:100%;align-self:center}.nav-bar button{width:100%;font-size:16px;background-color:#1d4ed8}
