.chamados-lista-central{overflow:visible;min-width:0;max-width:100%}
#chamadosCentral{padding:22px;border-bottom:1px solid var(--border-color)}
.ch-central-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.ch-central-head h3{margin:0 0 6px;color:var(--text-main)}
.ch-central-head p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}
.ch-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ch-card{display:grid;grid-template-columns:1fr auto;gap:10px;text-align:left;padding:16px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-card);color:var(--text-main);font:inherit;cursor:pointer;box-shadow:0 3px 12px #00000018;transition:background .15s,border-color .15s,box-shadow .15s}
.ch-card svg{width:20px;height:20px;color:var(--text-muted)}
.ch-card span{grid-column:1/-1;grid-row:2;font-size:13px;line-height:1.4}
.ch-card strong{grid-column:2;grid-row:1;font-size:26px;font-variant-numeric:tabular-nums}
.ch-card:hover{border-color:#60a5fa;box-shadow:0 4px 16px #00000030}
.ch-card[aria-pressed="true"]{background:#153456;border-color:#76b6ff;box-shadow:0 0 0 1px #76b6ff;color:#fff}
.ch-card[aria-pressed="true"] svg{color:#b9dbff}
.ch-period-wrap{position:relative;flex-shrink:0}
#chPeriodo{min-height:44px;white-space:nowrap}
#chPeriodo.ch-period-active{border-color:#60a5fa}
#chPeriodoPainel{position:absolute;right:0;top:calc(100% + 8px);z-index:50;width:370px;padding:18px;background:var(--bg-card);color:var(--text-main);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 12px 40px #00000050;max-height:70dvh;overflow:auto}
.ch-atalhos{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.ch-atalhos button{padding:9px 11px;min-height:44px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-main);color:var(--text-main);font:inherit;font-size:13px;cursor:pointer}
.ch-atalhos button:hover{border-color:#60a5fa}
.ch-datas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ch-datas label{display:grid;gap:8px;font-size:13px;min-width:0}
.ch-datas input{box-sizing:border-box;width:100%;min-width:0;min-height:44px;padding:9px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-main);color:var(--text-main);font:inherit;font-size:16px}
.ch-period-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.ch-period-actions .btn{flex:1;min-height:44px}
#chPeriodoErro{color:#ffb4ba;font-size:13px;margin-top:10px}
#chFiltrosAtivos{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 22px;border-top:1px solid var(--border-color);color:var(--text-main);font-size:13px}
#chFiltrosAtivos span{overflow-wrap:anywhere}
#chSemResultados{padding:24px;text-align:center;color:var(--text-muted)}
#chPeriodoPainel[hidden],#chFiltrosAtivos[hidden],#chSemResultados[hidden],.chamados-lista-central #filtroData[hidden]{display:none!important}
.chamados-lista-central .table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}
.chamados-lista-central #tabelaChamados{min-width:1250px}
#chamadosCentral button:focus-visible,#chamadosCentral input:focus-visible,#chFiltrosAtivos button:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}
html[data-theme="light"] .ch-card[aria-pressed="true"]{background:#e7f1ff;color:#143c73;border-color:#2563b4;box-shadow:0 0 0 1px #2563b4}
html[data-theme="light"] .ch-card[aria-pressed="true"] svg{color:#245da4}
html[data-theme="light"] #chPeriodoErro{color:#a51c30}
@media(max-width:1050px){.ch-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
 .chamados-lista-central #tabelaChamados{min-width:0;width:100%}
 #chamadosCentral{padding:16px}
 .ch-central-head{flex-direction:column}
 .ch-period-wrap{width:100%}
 #chPeriodo{width:100%;justify-content:center}
 #chPeriodoPainel{left:0;right:auto;width:100%;box-sizing:border-box;padding:14px}
 .ch-cards{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding:3px 2px 12px}
 .ch-card{flex:0 0 165px;scroll-snap-align:start}
 .chamados-lista-central .table-header{align-items:stretch;flex-direction:column;gap:12px;padding:16px}
 .chamados-lista-central .filters{display:flex;flex-direction:column;width:100%;min-width:0}
 .chamados-lista-central .filters input,.chamados-lista-central .filters select{width:100%;min-width:0;max-width:100%;box-sizing:border-box;font-size:16px;min-height:44px}
 #chFiltrosAtivos{padding:12px 16px;align-items:flex-start;flex-direction:column}
 html[data-theme="light"] .chamados-lista-central #tabelaChamados tbody tr{background:var(--bg-card);border-color:var(--border-color)}
}
@media(max-width:400px){.ch-datas{grid-template-columns:minmax(0,1fr)}}
