/* Filtros superiores e tabela fiscal compacta. */
.document-filterbar{display:grid;grid-template-columns:minmax(260px,1.6fr) minmax(105px,.55fr) minmax(130px,.65fr) minmax(145px,.75fr) minmax(145px,.75fr) minmax(190px,1fr);gap:10px;align-items:end;margin:0 0 12px}
.document-filterbar label{display:grid;gap:5px;color:#62716d;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;min-width:0}
.document-filterbar input,.document-filterbar select{height:42px;min-width:0;font-size:13px;text-transform:none;letter-spacing:normal}
.document-filterbar .condominium-filter{color:var(--green)}
#docsTable{table-layout:fixed;min-width:1280px}
#docsTable th,#docsTable td{overflow:hidden;text-overflow:ellipsis}
#docsTable .col-select{width:42px;text-align:center}
#docsTable .col-status{width:128px}
#docsTable .col-date{width:108px}
#docsTable .col-supplier{width:245px}
#docsTable .col-tax{width:155px}
#docsTable .col-type{width:82px}
#docsTable .col-value{width:100px}
#docsTable .col-key{width:155px}
#docsTable .col-origin{width:110px}
#docsTable .col-actions{width:190px}
#docsTable .col-tags{width:92px;text-align:center}
#docsTable .column-labels th{text-align:center!important;vertical-align:middle}
#docsTable td.col-supplier{white-space:normal;line-height:1.28}
#docsTable td.col-supplier b{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.status-marker{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850;letter-spacing:.03em}
.status-marker i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #ffffffa8}
.status-marker.authorized{background:#dff3eb;color:#11674f}
.status-marker.cancel{background:#f9dddd;color:#a42f35}
.doc-row.is-authorized td:first-child{border-left:4px solid #38a77f}
.doc-row.is-cancelled td{background:#fff8f8}
.doc-row.is-cancelled td:first-child{border-left:4px solid #d24b52}
.doc-actions{display:flex;align-items:center;gap:6px}
.doc-actions .table-action{margin:0;padding:6px 8px;border-radius:7px;background:#edf6f2;white-space:nowrap}
.doc-actions .pdf{background:var(--green);color:#fff}
@media(max-width:1350px){.document-filterbar{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.document-filterbar{grid-template-columns:1fr}#docsTable{min-width:1180px}}
