:root{--touch-min: 2.5rem;--btn-height: 2.375rem;--font-body: .9375rem;--font-label: .9375rem;--font-small: .8125rem;--space-xs: .3125rem;--space-sm: .4375rem;--space-md: .625rem;--space-lg: .875rem;--space-xl: 1rem;--radius-md: .5rem;--radius-lg: .625rem;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #475569;--text-hint: #475569;--border-color: #94a3b8;--border-input: #64748b;--bg-page: #f1f5f9;--bg-card: #ffffff;--bg-subtle: #f1f5f9;--accent: #2563eb;--accent-contrast: #ffffff;--danger-bg: #fee2e2;--danger-text: #7f1d1d;--warn-text: #92400e;--success-text: #166534;--acao-fixa-altura: 4.25rem;--sombra-card: 0 4px 12px rgba(15, 23, 42, .08);--sombra-acao-fixa: 0 -4px 16px rgba(15, 23, 42, .1)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:var(--font-body);line-height:1.45;background:var(--bg-page);color:var(--text-primary)}h1,h2,h3{color:var(--text-primary);line-height:1.25}h1{font-size:1.25rem;margin:0 0 var(--space-md)}h2{font-size:1rem;margin:var(--space-md) 0 var(--space-sm)}h2:first-child{margin-top:0}.container{width:100%;max-width:100%;margin:0 auto;padding:var(--space-lg)}.container-rolavel{padding-bottom:calc(var(--acao-fixa-altura) + env(safe-area-inset-bottom,0px))}.abertura-acoes{margin-top:var(--space-md)}.abertura-botoes{margin-top:0}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-md);margin-bottom:var(--space-md);box-shadow:var(--sombra-card)}.form{display:flex;flex-direction:column;gap:var(--space-md)}label{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-label);font-weight:600;color:var(--text-secondary)}input,select{min-height:var(--touch-min);padding:var(--space-sm) var(--space-md);border:2px solid var(--border-input);border-radius:var(--radius-md);font-size:var(--font-body);color:var(--text-primary);background:var(--bg-card);width:100%}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}input:disabled,select:disabled{opacity:.6;cursor:not-allowed}.btn-primary,.btn-secondary,.btn-danger,.tabs button,.controle-segmentado-item{display:inline-flex;align-items:center;justify-content:center;min-height:var(--btn-height);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);border:none;font-weight:700;font-size:var(--font-body);line-height:1.15;text-align:center;cursor:pointer;gap:var(--space-xs)}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:var(--text-primary)}.btn-danger{background:var(--danger-bg);color:var(--danger-text)}.login-erro{padding:var(--space-md);border-radius:var(--radius-md);background:var(--danger-bg);color:var(--danger-text);font-size:var(--font-body);font-weight:700;line-height:1.35}.form-login .btn-login-entrar{width:100%;margin-top:1.25rem}.link-manual-login{display:block;margin-top:2.25rem;text-align:right;color:var(--accent, #1d4ed8);font-weight:700;font-size:var(--font-body);text-decoration:underline;background:none;border:none;padding:var(--space-sm);cursor:pointer;width:100%}.card-login{margin-top:1.5rem}.acao-principal-fixa{display:flex;flex-direction:column;gap:var(--space-sm);position:fixed;left:0;right:0;bottom:0;z-index:200;padding:var(--space-md) var(--space-lg);padding-bottom:calc(var(--space-md) + env(safe-area-inset-bottom,0px));background:var(--bg-card);border-top:2px solid #cbd5e1;box-shadow:var(--sombra-acao-fixa)}.acao-principal-fixa .btn-primary,.acao-principal-fixa .btn-secondary,.acao-principal-fixa .btn-danger{width:100%}.manual-acoes{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:1.25rem}.manual-acoes .btn-secondary{width:100%;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.topbar{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.topbar-compact{align-items:center}.topbar-esquerda{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.topbar-marca{font-weight:700;font-size:1rem;color:var(--text-primary);line-height:1.2}.topbar-contexto{font-size:var(--font-small);font-weight:600;color:var(--text-muted);line-height:1.35;white-space:normal;overflow:visible;word-break:break-word}.topbar-menu-wrap{position:relative;flex-shrink:0}.topbar-menu-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:var(--btn-height);max-width:10.5rem;padding:var(--space-xs) var(--space-sm);border:2px solid #cbd5e1;border-radius:var(--radius-md);background:#e2e8f0;color:var(--text-primary);font-size:var(--font-small);font-weight:700;cursor:pointer}.topbar-menu-nome{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-menu-popover{position:absolute;top:calc(100% + var(--space-xs));right:0;z-index:300;min-width:11.5rem;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 8px 24px #0f172a2e;border:1px solid #cbd5e1}.topbar-menu-cabecalho{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);padding:var(--space-md);background:#2563eb;color:#fff}.topbar-menu-cabecalho-nome{font-size:var(--font-small);font-weight:700;text-align:center;word-break:break-word}.topbar-menu-corpo{background:#fff;padding:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-xs)}.topbar-menu-item{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:var(--btn-height);padding:var(--space-xs) var(--space-sm);border:1px solid #e2e8f0;border-radius:var(--radius-md);background:#f8fafc;color:var(--text-primary);font-size:var(--font-small);font-weight:700;cursor:pointer;text-align:left}.card-manual{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding-bottom:var(--space-md)}.manual-iframe{flex:1;width:100%;min-height:50vh;border:1px solid #e2e8f0;border-radius:var(--radius-md);background:#fff}.topbar-title{font-weight:700;font-size:1.125rem;display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.topbar-subtitle{font-size:var(--font-small);font-weight:600;color:var(--text-muted);display:flex;flex-direction:column;gap:var(--space-xs);word-break:break-word}.topbar-progress{display:block;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.topbar-progress-fill{display:block;height:100%;background:#16a34a;width:0%}.topbar-user{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0}.topbar-user-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.topbar-user-label{font-size:var(--font-small);color:var(--text-muted);font-weight:600}.topbar-username{font-weight:700;font-size:var(--font-body)}.topbar .btn-secondary{min-width:auto}.topbar-acoes{display:flex;flex-direction:row;align-items:center;gap:var(--space-sm);flex-shrink:0}.topbar-modo-leitura{font-size:var(--font-small);font-weight:600;color:var(--text-muted)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;min-width:2.5rem;padding:var(--space-xs);font-size:1.125rem;line-height:1}.btn-topbar-config{flex-shrink:0}.btn-topbar-sair{min-height:2.5rem;padding:var(--space-xs) var(--space-sm);font-size:var(--font-small);font-weight:700}.nav-principal{margin-bottom:var(--space-lg)}.config-leitura-opcoes{display:flex;flex-direction:column;gap:var(--space-sm)}.config-leitura-item{display:flex;flex-direction:row;align-items:flex-start;gap:var(--space-md);min-height:var(--touch-min);padding:var(--space-md);border:2px solid #e2e8f0;border-radius:var(--radius-md);background:var(--bg-subtle);font-weight:400;cursor:pointer}.config-leitura-item input[type=radio]{width:1.25rem;height:1.25rem;min-height:auto;margin-top:.15rem;flex-shrink:0}.config-leitura-item span{display:flex;flex-direction:column;gap:var(--space-xs)}.config-leitura-item strong{font-size:var(--font-body);color:var(--text-primary)}.config-leitura-item small{font-size:var(--font-small);color:var(--text-muted);line-height:1.35}.tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm);margin-bottom:var(--space-lg)}.tabs button{background:#e2e8f0;color:var(--text-primary);min-height:var(--touch-min);padding:var(--space-sm);font-size:.875rem;line-height:1.15;-webkit-hyphens:auto;hyphens:auto}.tabs button.active{background:var(--accent);color:var(--accent-contrast)}.tabs button:disabled{opacity:.45;cursor:not-allowed}.btn-grid{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md)}.btn-grid .btn-primary,.btn-grid .btn-secondary,.btn-grid .btn-danger,.btn-block{width:100%}.btn-small{min-height:var(--btn-height);padding:var(--space-xs) var(--space-sm);font-size:var(--font-small)}.btn-inline{margin-left:0;margin-top:var(--space-xs);min-height:var(--btn-height);padding:var(--space-xs) var(--space-sm);font-size:var(--font-small)}.volume-row-actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm)}.info-inline.warn{color:var(--warn-text);font-weight:600}.lote-actions{margin-top:var(--space-sm)}.lote-actions summary{cursor:pointer;font-weight:700;font-size:var(--font-body);color:var(--text-secondary);margin-bottom:var(--space-sm);min-height:var(--btn-height);display:flex;align-items:center}.controle-segmentado{display:flex;width:100%;margin-bottom:var(--space-md);border:2px solid var(--border-input);border-radius:var(--radius-md);overflow:hidden;background:#e2e8f0}.controle-segmentado-item{flex:1 1 0;min-width:0;padding:var(--space-xs);border:none;border-radius:0;background:transparent;color:var(--text-primary);font-weight:700;font-size:.875rem;line-height:1.15;cursor:pointer;text-align:center;-webkit-hyphens:auto;hyphens:auto}.controle-segmentado-item+.controle-segmentado-item{border-left:2px solid var(--border-input)}.controle-segmentado-item--ativo{background:var(--accent);color:var(--accent-contrast)}.controle-segmentado-item--perigo{color:#b91c1c;background:#fff1f2}.controle-segmentado-item--perigo-ativo{background:#dc2626;color:#fff;font-weight:700;box-shadow:inset 0 -3px #991b1b}.controle-segmentado-item:disabled{opacity:.45;cursor:not-allowed}.controle-segmentado-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;z-index:1}.secao-recolhivel{margin-top:var(--space-sm);border-radius:var(--radius-md);border:2px solid #e2e8f0;background:var(--bg-card);overflow:hidden}.secao-recolhivel--perigo{border-color:#fecaca;background:#fffbfb}.secao-recolhivel summary{cursor:pointer;font-weight:700;font-size:var(--font-body);color:var(--text-primary);min-height:var(--btn-height);display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;padding:var(--space-xs) var(--space-sm);list-style:none;-webkit-user-select:none;user-select:none}.secao-recolhivel-label{color:var(--text-primary);font-weight:700}.secao-recolhivel-valor{color:var(--accent);font-weight:700}.secao-recolhivel summary::-webkit-details-marker{display:none}.secao-recolhivel summary:before{content:"▸";display:inline-block;margin-right:var(--space-sm);font-size:.75rem;transition:transform .15s ease}.secao-recolhivel[open] summary:before{transform:rotate(90deg)}.secao-recolhivel--perigo summary{color:var(--danger-text);background:var(--danger-bg)}.secao-recolhivel-conteudo{padding:0 var(--space-md) var(--space-md);border-top:1px solid #e2e8f0}.secao-recolhivel--perigo .secao-recolhivel-conteudo{border-top-color:#fecaca}.btn-grid-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm);margin-top:var(--space-md)}.btn-grid-row .btn-primary,.btn-grid-row .btn-secondary,.btn-grid-row .btn-danger{width:100%;min-height:var(--btn-height);padding:var(--space-xs) var(--space-sm);font-size:.875rem}.scan-history-lista{max-height:min(36vh,13rem);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:var(--space-xs);list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.scan-history-lista li{background:var(--bg-subtle);padding:var(--space-sm);border-radius:var(--radius-md)}.scan-history-item{display:flex;flex-direction:column;gap:var(--space-xs)}.scan-history-item-cabecalho{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-body)}.form-row{display:flex;flex-direction:column;gap:var(--space-sm);margin:var(--space-md) 0}.form-row input,.form-row button,.form-row .btn-primary,.form-row .btn-secondary{width:100%}.form-row-right{align-items:stretch}.campo-com-salvar{display:flex;flex-direction:row;align-items:stretch;gap:var(--space-sm)}.campo-com-salvar input,.campo-com-salvar select{flex:1 1 auto;min-width:0;width:auto;margin:0}.campo-com-salvar .btn-primary,.campo-com-salvar .btn-secondary{flex:0 0 auto;width:auto;min-width:5.5rem;white-space:nowrap}.tipo-volume-flags{width:100%;margin-bottom:var(--space-sm)}.tipo-volume-flags .controle-segmentado-item{font-size:.8rem;padding:var(--space-xs) .35rem}.controle-segmentado.tipo-volume-flags--grade{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.controle-segmentado.tipo-volume-flags--grade .controle-segmentado-item+.controle-segmentado-item{border-left:none}.controle-segmentado.tipo-volume-flags--grade .controle-segmentado-item:nth-child(odd){border-right:2px solid var(--border-input)}.controle-segmentado.tipo-volume-flags--grade .controle-segmentado-item:nth-child(-n+2){border-bottom:2px solid var(--border-input)}.center-row{display:flex;justify-content:stretch;margin-top:var(--space-md)}.center-row .btn-primary{width:100%}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.list li{display:flex;flex-direction:column;align-items:stretch;padding:var(--space-md);border-radius:var(--radius-md);background:var(--bg-subtle);gap:var(--space-sm)}.delivery-item{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:0}.delivery-progress{font-size:var(--font-small);color:var(--text-muted);font-weight:600;display:flex;flex-direction:column;gap:var(--space-xs)}.delivery-progress-bar{display:block;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden;width:100%}.delivery-progress-fill{display:block;height:100%;background:var(--accent);width:0%}.scanner{margin-top:var(--space-md);border-radius:var(--radius-lg);overflow:hidden;background:#0f172a}.scanner-video{width:100%;height:15rem;object-fit:cover}.scanner-idle{display:flex;align-items:center;justify-content:center;height:15rem}.scanner-placeholder{color:#e2e8f0;font-weight:700;font-size:var(--font-body)}.scan-message{margin-top:var(--space-sm);font-weight:700;font-size:var(--font-body);color:var(--text-primary)}.scan-modes{display:flex;flex-direction:column;gap:var(--space-sm);margin:var(--space-md) 0;font-size:var(--font-body)}.scan-modes label{display:flex;flex-direction:row;align-items:center;gap:var(--space-sm);min-height:var(--touch-min);font-weight:600}.scan-history{margin-top:var(--space-md);border-top:2px solid #e2e8f0;padding-top:var(--space-md)}.scan-history-controls{display:flex;flex-direction:column;gap:var(--space-md)}.scan-actions{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm)}.scan-history .scan-modes{margin:0}.scan-history-title{font-weight:700;font-size:var(--font-body);margin-bottom:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-sm)}.scan-history ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.scan-history li{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-xs);font-size:var(--font-body);background:var(--bg-subtle);padding:var(--space-md);border-radius:var(--radius-md)}.scan-history-date{color:var(--text-muted);font-size:var(--font-small);font-weight:600}.info-inline{color:var(--success-text);font-size:var(--font-small);font-weight:600;margin-left:0;display:block;margin-top:var(--space-xs)}.toast{position:fixed;bottom:calc(var(--acao-fixa-altura) + env(safe-area-inset-bottom,0px) + var(--space-sm));left:var(--space-lg);right:var(--space-lg);transform:none;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);color:#fff;font-weight:700;font-size:var(--font-body);z-index:9999;box-shadow:0 8px 24px #0f172a40;text-align:center}.toast-success{background:#16a34a}.toast-error{background:#dc2626}.toast-info{background:#0ea5e9}.grid{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.checkbox{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-body);min-height:var(--touch-min)}.records pre{background:#0f172a;color:#e2e8f0;padding:var(--space-md);border-radius:var(--radius-lg);overflow-x:auto;font-size:var(--font-small)}.info{margin-top:var(--space-sm);font-size:var(--font-body);color:var(--text-muted);font-weight:500}.form-hint{margin:0 0 var(--space-md);font-size:var(--font-small);line-height:1.45;color:var(--text-hint)}.form-hint-rodape{margin:0;text-align:left}.progress-bar{margin-top:var(--space-sm);height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:#16a34a;transition:width .2s ease}.records-grid{display:flex;flex-direction:column;gap:var(--space-md)}.record-card{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-lg);background:#f8fafc;border:1px solid #e2e8f0}.record-card div{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-body)}.record-card .label{font-size:var(--font-small);color:var(--text-muted);font-weight:700}.action-section{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:2px solid #e2e8f0}.action-section h3{margin:0 0 var(--space-sm);font-size:var(--font-body);font-weight:700;color:var(--text-secondary)}.action-section .hint{font-size:var(--font-small);color:var(--text-hint);margin:0 0 var(--space-sm);line-height:1.4}.list li.lote-item{flex-direction:column;align-items:stretch}.list li.lote-item.selected{outline:2px solid var(--accent);background:#eff6ff}.lote-resumo-cabecalho{display:flex;flex-direction:column;gap:var(--space-xs);width:100%;margin-bottom:var(--space-sm)}.lote-resumo-topo{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-sm);width:100%}.lote-resumo-topo-centro{justify-self:center;text-align:center;max-width:100%}.lote-resumo-topo-direita{justify-self:end;text-align:right}.lote-resumo-corpo{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md);width:100%}.lote-resumo-col{display:flex;flex-direction:column;gap:var(--space-xs);min-width:0}.lote-resumo-col-direita{align-items:flex-end;text-align:right;flex-shrink:0}.lote-resumo-acao{flex-shrink:0;white-space:nowrap}.lote-resumo-titulo{font-size:var(--font-small);font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em}.lote-label{font-weight:700;color:var(--text-primary)}.lote-valor{font-weight:700;color:var(--accent);word-break:break-word}.lote-resumo-valor{font-size:var(--font-body);font-weight:700;color:var(--accent);word-break:break-word}.lote-delivery-modo{font-size:var(--font-small);font-weight:500;color:var(--text-muted);line-height:1.3;max-width:11rem}.lote-resumo-status{color:var(--accent);font-weight:700}.lote-resumo-linha{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.lote-resumo-contagens{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:var(--space-sm);max-width:100%}.lote-badge-pendente{font-size:var(--font-small);font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#92400e;background:#fef3c7;padding:var(--space-xs) var(--space-sm);border-radius:999px}.lote-resumo-clickavel{cursor:pointer;min-height:var(--touch-min)}.lote-resumo-clickavel:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-md)}.lote-badge-selecionado{font-size:var(--font-small);font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-primary);background:transparent;padding:0;border-radius:0}.lote-badge-selecionado .lote-label{color:var(--text-primary);font-weight:700}.lote-badge-selecionado .lote-valor{color:var(--accent);font-weight:700}.lote-link-selecionar{font-size:var(--font-small);font-weight:700;color:var(--accent)}.bipagem-tabs,.caixa-subtabs{margin-bottom:var(--space-md)}.pcx-item-meta{font-size:var(--font-small);color:var(--text-muted);line-height:1.4}.action-section-sem-borda{margin-top:0;padding-top:0;border-top:none}.campo-coletor{width:100%}.campo-coletor-row{display:flex;flex-direction:column;gap:var(--space-sm);align-items:stretch;margin-top:var(--space-xs)}.campo-coletor-leitura{display:flex;flex-direction:row;align-items:stretch;gap:var(--space-xs);width:100%}.btn-teclado-coletor{flex:0 0 2.75rem;min-width:2.75rem;min-height:var(--touch-min);padding:0;border:2px solid var(--border-input);border-radius:var(--radius-md);background:#e2e8f0;color:var(--text-primary);font-size:.7rem;font-weight:800;letter-spacing:.02em;line-height:1;cursor:pointer}.btn-teclado-coletor.ativo{background:#dbeafe;border-color:var(--accent);color:var(--accent);font-size:1.25rem}.btn-teclado-coletor:disabled{opacity:.55;cursor:not-allowed}.campo-coletor-input{flex:1;min-height:var(--touch-min);min-width:0;width:100%;font-size:var(--font-body);font-weight:600;letter-spacing:.02em;border:2px solid var(--border-input);background:#fffbeb}.campo-coletor-input:focus{background:#fff;border-color:var(--accent)}.campo-coletor-row .btn-primary,.campo-coletor-row .btn-secondary,.campo-coletor-row .btn-danger{width:100%}.campo-coletor-row input:not(.campo-coletor-input){min-height:var(--touch-min);min-width:0;width:100%;font-size:var(--font-body);font-weight:600;border:2px solid var(--border-input);background:#fffbeb}.motivo-exclusao-campo{width:100%;min-height:var(--touch-min);margin-bottom:var(--space-sm);font-weight:400;background:#fff}.campo-texto-comum{border:2px solid var(--border-input);background:#fff}.painel-exclusao-volume .campo-coletor-input{background:#fff}.painel-exclusao-volume .btn-danger{background:#dc2626;color:#fff;border:2px solid #b91c1c}.painel-exclusao-volume .btn-danger:disabled{background:#fca5a5;border-color:#f87171;color:#fff}.modal-confirmacao-bipagem{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:#0f172a8c}.modal-confirmacao-bipagem-card{width:100%;max-width:22rem;padding:var(--space-lg);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--sombra-card);text-align:center}.modal-confirmacao-bipagem-card.ok{border:3px solid #16a34a}.modal-confirmacao-bipagem-card.erro{border:3px solid #dc2626}.modal-confirmacao-bipagem-card h2{margin:0 0 var(--space-sm);font-size:1.125rem}.modal-confirmacao-codigo{margin:0 0 var(--space-sm);font-size:1.25rem;font-weight:700;letter-spacing:.02em;word-break:break-all}.modal-confirmacao-mensagem{margin:0 0 var(--space-md);color:var(--text-secondary);font-size:var(--font-body)}.modal-confirmacao-captura{display:flex;flex-direction:column;gap:var(--space-xs);margin:0 0 var(--space-md);text-align:left}.modal-confirmacao-captura-dica{font-size:var(--font-small);font-weight:600;color:var(--text-secondary)}.modal-confirmacao-captura-input{width:100%;text-align:center}.modal-confirmacao-bipagem-card .btn-primary{width:100%;min-height:var(--btn-height)}.motivo-exclusao{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-label);font-weight:700;color:var(--text-secondary);margin-bottom:var(--space-sm)}.motivo-exclusao input{font-weight:400}.ocr-pbc{display:flex;flex-direction:column;gap:var(--space-sm);margin:0 0 var(--space-md)}.ocr-pbc-botao-foto{white-space:normal;line-height:1.25;text-align:center}.ocr-pbc-input-file{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ocr-pbc-preview{width:100%;max-height:12rem;object-fit:contain;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-subtle)}.ocr-pbc-resultado{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-label);font-weight:700;color:var(--text-secondary)}@media (min-width: 360px) and (max-width: 480px){.tabs button{font-size:.875rem}}@media (min-width: 413px){.container{max-width:26rem;margin-left:auto;margin-right:auto}}
