@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.login-root{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.login-brand-panel{background:linear-gradient(160deg,#d91920 0%,#ed1c24 40%,#b8151b 100%);flex-direction:column;flex:0 0 42%;justify-content:space-between;min-height:100vh;padding:48px 56px;display:flex;position:relative;overflow:hidden}.login-form-panel{background:#fafafa;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:relative}.login-mobile-logo{display:none}@media (width<=900px){.login-brand-panel{display:none}.login-form-panel{background:#fff;padding:80px 16px 20px}.login-mobile-logo{justify-content:center;display:flex;position:absolute;top:30px;left:0;right:0}}@media (width<=400px){.login-form-panel{padding:70px 12px 16px}}.layout{background:var(--bg);min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);z-index:50;background:#ab1519;flex-direction:column;flex-shrink:0;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar-overlay{z-index:40;background:#0006;display:none;position:fixed;inset:0}.sidebar-logo{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;min-height:72px;padding:24px 20px;display:flex}.sidebar-close{color:#fff9;background:0 0;border:none;padding:4px;display:none;position:absolute;top:24px;right:12px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:16px 10px;display:flex;overflow-y:auto}.nav-item{border-radius:var(--radius);color:#fffc;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.nav-item:hover{color:#fff;background:#0000001f}.nav-active{font-weight:600;color:#fff!important;background:#0000002e!important}.active-group{color:#fff}.nav-icon{flex-shrink:0;display:flex}.nav-label{flex:1}.nav-arrow{color:#fff6;display:flex}.nav-children{flex-direction:column;gap:2px;padding:4px 0 4px 40px;display:flex}.nav-child{color:#ffffffa6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;width:100%;padding:7px 10px;font-family:inherit;font-size:13px;font-weight:400;transition:all .15s;display:flex}.nav-child:hover{color:#fff;background:#00000014}.nav-child-active{background:#00000024;font-weight:600;color:#fff!important}.sidebar-footer{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:16px;display:flex}.user-info{align-items:center;gap:10px;display:flex}.user-avatar{color:#fff;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:600;display:flex}.user-details{flex:1;min-width:0}.user-name{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;display:block;overflow:hidden}.user-company{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.main-wrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;display:flex}.header{height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);z-index:30;align-items:center;gap:16px;padding:0 24px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:12px;min-width:0;display:flex}.mobile-menu-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;display:none}.page-title-area{flex-direction:column;gap:1px;display:flex}.page-title{color:var(--text);letter-spacing:-.2px;font-size:16px;font-weight:600}.page-subtitle{color:var(--text-secondary);font-size:12px}.main-content{flex:1;width:100%;padding:28px 32px}.header-right{align-items:center;gap:12px;margin-left:auto;display:flex}.company-selector{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;max-width:320px;color:var(--text-secondary);align-items:center;gap:10px;padding:6px 14px 6px 12px;font-family:inherit;transition:all .15s;display:flex}.company-selector:hover{border-color:var(--brand);background:var(--surface)}.company-selector-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:13px;font-weight:500;display:block;overflow:hidden}.company-selector-cnpj{color:var(--text-tertiary);white-space:nowrap;letter-spacing:.02em;font-family:monospace;font-size:11px;display:block}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar-open{transform:translate(0)}.sidebar-close{display:flex}.sidebar-overlay{display:block}.main-wrapper{margin-left:0}.mobile-menu-btn{display:flex}.header{gap:8px;padding:0 12px}.main-content{padding:16px 12px}.page-title{font-size:14px}.company-selector{max-width:180px;padding:6px 10px}.company-selector-name{max-width:100px;font-size:12px}.company-selector-cnpj{display:none}}.vdash{flex-direction:column;gap:12px;display:flex}.vdash-head{flex-direction:column;gap:2px;display:flex}.vdash-title{color:var(--text);margin:0;font-size:13px;font-weight:650}.vdash-sub{color:var(--text-tertiary);margin:0;font-size:12px}.vdash-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.vdash-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);text-align:left;cursor:pointer;box-sizing:border-box;width:100%;height:100%;padding:20px;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:block}.vdash-card:hover{border-color:#b91c1c47;box-shadow:0 6px 18px #0f172a0f}.vdash-card-inner{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.vdash-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 8px;font-size:12px;font-weight:600}.vdash-value{letter-spacing:-.4px;color:var(--text);font-variant-numeric:tabular-nums;margin:0;font-size:22px;font-weight:700;line-height:1.1}.vdash-card-warn .vdash-value{color:#b91c1c}.vdash-icon{color:#b91c1c;background:#b91c1c14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (width<=768px){.vdash-grid{grid-template-columns:1fr}}.pd-alcada{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:14px;padding:18px 20px 20px;display:flex}.pd-alcada-modal-body{max-height:min(70vh,640px);overflow:auto}.pd-alcada-modal-body .pd-alcada{background:0 0;border:none;border-radius:0;padding:0}.pd-alcada-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.pd-alcada-head-status{justify-content:flex-start}.pd-alcada-head h3{color:var(--text);margin:0;font-size:15px;font-weight:650}.pd-alcada-badge{border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.pd-alcada-parado{color:var(--text-secondary);margin:0;font-size:13px}.pd-alcada-parado strong{color:var(--text)}.pd-alcada-empty{color:var(--text-tertiary);margin:0;font-size:13px}.pd-alcada-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.pd-alcada-step{border:1px solid var(--border-light);background:var(--surface);border-radius:10px;gap:10px;min-width:0;padding:12px;display:flex}.pd-alcada-step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.pd-alcada-step-title{color:var(--text);margin:0 0 4px;font-size:12px;font-weight:650}.pd-alcada-step-desc{color:var(--text-secondary);word-break:break-word;margin:0;font-size:12px;line-height:1.35}.pd-alcada-step.tone-ok{background:#10b9810f;border-color:#10b98147}.pd-alcada-step.tone-ok .pd-alcada-step-icon,.pd-alcada-badge.tone-ok{color:#059669;background:#10b98124}.pd-alcada-step.tone-wait{background:#f59e0b14;border-color:#f59e0b59}.pd-alcada-step.tone-wait .pd-alcada-step-icon,.pd-alcada-badge.tone-wait{color:#d97706;background:#f59e0b29}.pd-alcada-step.tone-rej{background:#ed1c240d;border-color:#ed1c2447}.pd-alcada-step.tone-rej .pd-alcada-step-icon,.pd-alcada-badge.tone-rej{color:#dc2626;background:#ed1c241f}.pd-alcada-step.tone-na .pd-alcada-step-icon,.pd-alcada-step.tone-idle .pd-alcada-step-icon,.pd-alcada-badge.tone-idle{color:var(--text-tertiary);background:var(--border-light)}.pd-alcada-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px;margin:0;display:grid}.pd-alcada-meta-wide{grid-column:1/-1}.pd-alcada-meta dt{letter-spacing:.03em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:600}.pd-alcada-meta dd{color:var(--text);margin:3px 0 0;font-size:13.5px;font-weight:550}.pd-alcada-note{background:var(--bg);border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.pd-alcada-note p{text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);margin:0;font-size:11px;font-weight:650}.pd-alcada-note span{color:var(--text);white-space:pre-wrap;font-size:13px;line-height:1.45}.pd-alcada-note-rej{background:#ed1c240d}@media (width<=900px){.pd-alcada-steps,.pd-alcada-meta{grid-template-columns:1fr 1fr}}@media (width<=640px){.pd-alcada-steps,.pd-alcada-meta{grid-template-columns:1fr}}.cotacoes-flow-alert{margin-bottom:20px}.timeline-phase-break{align-items:center;gap:10px;margin:14px 0 10px;padding-left:4px;display:flex}.timeline-phase-break-line{background:var(--border);flex:1;min-width:12px;height:1px}.timeline-phase-break-label{letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:11px;font-weight:600}.cotacoes-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.cotacoes-legend{color:var(--text-secondary);align-items:center;gap:16px;font-size:12px;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.legend-dot-done{background:#22c55e}.legend-dot-active{background:#f59e0b}.legend-dot-error{background:#ef4444}.legend-dot-pending{background:var(--border)}.spin{animation:1.5s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cotacoes-list{flex-direction:column;gap:12px;display:flex}.cotacao-card{transition:box-shadow .2s;overflow:hidden}.cotacao-card:hover{box-shadow:0 2px 12px #0000000f}.cotacao-card-error{border-color:var(--danger)!important;border-left:3px solid var(--danger)!important}.cotacao-header-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:16px 20px;font-family:inherit;transition:background .1s;display:flex}.cotacao-header-row:hover{background:var(--bg)}.cotacao-status-indicator{border-radius:2px;flex-shrink:0;width:4px;height:40px}.cotacao-summary{flex:1;min-width:0}.cotacao-top-line{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.cotacao-ref{color:var(--text-secondary);background:var(--bg);border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.cotacao-meta{color:var(--text-tertiary);align-items:center;gap:6px;font-size:12.5px;display:flex}.cotacao-error-count{color:var(--danger);align-items:center;gap:4px;font-weight:500;display:inline-flex}.cotacao-actions-area{flex-shrink:0;align-items:center;gap:8px;display:flex}.cotacao-copy-btn{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.cotacao-copy-btn:hover{border-color:var(--brand);color:var(--brand)}.cotacao-chevron{color:var(--text-tertiary);display:flex}.cotacao-detail{border-top:1px solid var(--border-light);background:var(--bg);padding:20px 24px}.timeline{flex-direction:column;display:flex}.timeline-item{gap:16px;min-height:68px;display:flex}.timeline-rail{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex}.timeline-dot{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.timeline-dot-done{color:#fff;background:#22c55e}.timeline-dot-active{color:#fff;background:#f59e0b;animation:2s ease-in-out infinite pulse-active;box-shadow:0 0 0 4px #f59e0b2e}.timeline-dot-error{color:#fff;background:#ef4444;box-shadow:0 0 0 4px #ef44441f}.timeline-dot-pending{background:var(--border);color:var(--text-tertiary)}@keyframes pulse-active{0%,to{box-shadow:0 0 0 4px #f59e0b2e}50%{box-shadow:0 0 0 8px #f59e0b14}}.timeline-line{flex:1;width:2px;min-height:20px}.timeline-line-done{background:#22c55e}.timeline-line-active{background:linear-gradient(to bottom, #f59e0b, var(--border))}.timeline-line-error{background:#ef4444}.timeline-line-pending{background:var(--border)}.timeline-content{flex:1;min-width:0;padding-bottom:20px}.timeline-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:3px;display:flex}.timeline-title{color:var(--text);font-size:13.5px;font-weight:600}.timeline-time{color:var(--text-tertiary);white-space:nowrap;font-size:11.5px}.timeline-desc{color:var(--text-secondary);font-size:13px;line-height:1.45}.timeline-pending .timeline-title,.timeline-pending .timeline-desc{color:var(--text-tertiary)}.cotacao-errors{flex-direction:column;gap:12px;margin-top:20px;display:flex}.error-list{flex-direction:column;gap:8px;display:flex}.error-item{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--danger);border-radius:var(--radius);padding:14px 16px}.error-item-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.error-item-code{color:var(--text);font-family:SF Mono,Fira Code,monospace;font-size:13px;font-weight:600}.error-item-desc{color:var(--text-secondary);flex:1;font-size:13px}.error-item-reason{color:var(--danger);padding-left:2px;font-size:13px;line-height:1.5}.cotacao-footer{border-top:1px solid var(--border-light);color:var(--text-tertiary);align-items:center;gap:8px;margin-top:16px;padding-top:12px;font-size:12px;display:flex}.cotacao-footer code{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,monospace;font-size:11.5px}@media (width<=768px){.cotacoes-legend{flex-wrap:wrap;gap:10px}.cotacao-meta{flex-wrap:wrap}.cotacao-detail{padding:16px}.cotacao-footer{flex-wrap:wrap}.cotacao-footer code{word-break:break-all}}@media (width<=640px){.cotacao-header-row{flex-wrap:wrap;gap:10px;padding:14px 16px}.cotacao-status-indicator{display:none}.cotacao-actions-area{justify-content:flex-end;width:100%}.timeline-item{gap:12px}.timeline-rail{width:28px}.timeline-dot{width:28px;height:28px}.timeline-dot svg{width:13px;height:13px}}.ped-page{flex-direction:column;gap:14px;display:flex}.ped-status-filters{flex-wrap:wrap;gap:8px;display:flex}.ped-filter-pill{border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.ped-filter-pill:hover{border-color:var(--text-secondary)}.ped-filter-pill.active{border-color:var(--brand);background:var(--brand);color:#fff}.ped-filter-pill.active.pill-em_aberto{background:#f59e0b;border-color:#f59e0b}.ped-filter-pill.active.pill-faturado_parcial{background:#3b82f6;border-color:#3b82f6}.ped-filter-pill.active.pill-faturado_total{background:#10b981;border-color:#10b981}.ped-filter-count{text-align:center;background:#fff3;border-radius:100px;min-width:20px;padding:1px 7px;font-size:11px;font-weight:700}.ped-filter-pill:not(.active) .ped-filter-count{background:var(--border-light);color:var(--text-tertiary)}.ped-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.ped-presets-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ped-preset{border:1px solid var(--border);color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:3px;padding:4px 10px;font-family:inherit;font-size:11.5px;font-weight:500;transition:all .15s;display:inline-flex}.ped-preset:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.ped-preset.active{border-color:var(--brand);background:var(--brand-light);color:var(--brand)}.ped-separator{background:var(--border);width:1px;height:14px;margin:0 4px}.ped-count{color:var(--text-tertiary);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.ped-mini-spinner{animation:1s linear infinite ped-spin}.ped-state-box{text-align:center;color:var(--text-tertiary);flex-direction:column;align-items:center;gap:12px;padding:60px 20px;font-size:13px;display:flex}.ped-spinner{animation:1s linear infinite ped-spin}@keyframes ped-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ped-table-wrap{overflow-x:auto}.ped-table{border-collapse:collapse;width:100%;min-width:900px}.ped-table thead tr{border-bottom:1px solid var(--border)}.ped-table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;background:var(--border-light);padding:11px 14px;font-size:10.5px;font-weight:600}.ped-row{cursor:pointer;border-bottom:1px solid var(--border-light);transition:background .12s}.ped-row:hover{background:var(--bg)}.ped-row-expanded{background:#ed1c2405}.ped-row td{color:var(--text);vertical-align:middle;padding:12px 14px;font-size:13px}.ped-expand-cell{text-align:center;color:var(--text-tertiary);width:36px}.ped-id-cell{flex-direction:column;gap:4px;display:flex}.ped-id{color:var(--text);letter-spacing:-.2px;font-size:14px;font-weight:700}.ped-sub-info{flex-wrap:wrap;gap:10px;display:flex}.ped-sub-info span{color:var(--text-tertiary);align-items:center;gap:3px;font-size:11px;display:inline-flex}.ped-cell-text{color:var(--text-secondary);white-space:nowrap;font-size:13px}.ped-date-val{font-weight:500}.ped-item-count{color:var(--text-secondary);white-space:nowrap;font-size:12.5px;font-weight:500}.ped-valor{color:var(--text);white-space:nowrap;font-size:13px;font-weight:600}.ped-status-badge{white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.ped-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ped-progress-wrap{align-items:center;gap:8px;min-width:100px;display:flex}.ped-progress-track{background:var(--border-light);border-radius:100px;flex:1;height:7px;overflow:hidden}.ped-progress-fill{border-radius:100px;height:100%;transition:width .4s}.ped-progress-label{color:var(--text-secondary);text-align:right;min-width:32px;font-size:11.5px;font-weight:600}.ped-actions-cell{text-align:center}.ped-actions{justify-content:center;gap:4px;display:flex}.ped-action-btn{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .12s;display:flex}.ped-action-btn:hover{border-color:var(--brand);color:var(--brand);background:#ed1c240a}.ped-detail-row td{border-bottom:2px solid var(--border);padding:0!important}.ped-detail-content{background:var(--bg);border-top:1px solid var(--border-light);padding:16px 20px 20px}.ped-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ped-detail-summary{align-items:center;gap:16px;display:flex}.ped-summary-item{color:var(--text-secondary);align-items:center;gap:5px;font-size:12.5px;font-weight:500;display:flex}.ped-detail-actions-row{gap:8px;display:flex}.ped-items-table-wrap{border:1px solid var(--border-light);border-radius:var(--radius);background:var(--surface);overflow-x:auto}.ped-items-table{border-collapse:collapse;width:100%}.ped-items-table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;text-align:left;white-space:nowrap;background:var(--border-light);border-bottom:1px solid var(--border);padding:10px 16px;font-size:10.5px;font-weight:600}.ped-items-table td{color:var(--text);border-bottom:1px solid var(--border-light);padding:9px 16px;font-size:13px}.ped-items-table tbody tr:last-child td{border-bottom:none}.ped-code{color:var(--text);font-size:13px;font-weight:500}.ped-item-status{white-space:nowrap;font-size:13px;font-weight:600}.ped-items-loading{color:var(--text-tertiary);align-items:center;gap:8px;padding:24px 0;font-size:13px;display:flex}.ped-items-empty{color:var(--text-tertiary);padding:24px 0;font-size:13px}.ped-pagination{justify-content:center;align-items:center;gap:4px;padding:4px 0;display:flex}.ped-page-btn{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);min-width:34px;height:34px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;padding:0 8px;font-family:inherit;font-size:13px;font-weight:500;transition:all .12s;display:inline-flex}.ped-page-btn:hover:not(:disabled):not(.active){border-color:var(--text-secondary);color:var(--text)}.ped-page-btn.active{border-color:var(--brand);background:var(--brand);color:#fff}.ped-page-btn:disabled{opacity:.35;cursor:not-allowed}.ped-page-dots{color:var(--text-tertiary);-webkit-user-select:none;user-select:none;padding:0 4px;font-size:13px}.ped-page-info{color:var(--text-tertiary);white-space:nowrap;margin-left:12px;font-size:12px}@media (width<=768px){.ped-toolbar>div{width:100%!important;min-width:0!important}.ped-status-filters{gap:6px}.ped-filter-pill{padding:6px 12px;font-size:12px}.ped-detail-header{flex-direction:column;align-items:flex-start}.ped-detail-actions-row{flex-wrap:wrap}}@media (width<=640px){.ped-detail-content{padding:16px}}.pedido-detalhe-page{--text-primary:var(--text);flex-direction:column;gap:14px;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.pedido-detalhe-page .pd-feedback{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.pedido-detalhe-page .pd-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.pedido-detalhe-page .pd-toolbar-actions{align-items:center;gap:8px;display:flex}.pedido-detalhe-page .visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pedido-detalhe-page .pd-main{background-color:var(--surface);border-radius:var(--radius);width:100%;overflow:hidden}.pedido-detalhe-page .pd-doc-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:16px;padding:20px 24px 16px;display:flex}.pedido-detalhe-page .pd-doc-logo{width:auto;height:28px;display:none}.pedido-detalhe-page .pd-doc-heading{min-width:0}.pedido-detalhe-page .pd-doc-heading h2{letter-spacing:-.3px;color:var(--text-primary);margin:0;font-size:22px;font-weight:650;line-height:1.2}.pedido-detalhe-page .pd-doc-heading p{color:var(--text-secondary);margin:4px 0 0;font-size:13px;line-height:1.4}.pedido-detalhe-page .pd-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 24px;margin:0;padding:18px 24px 20px;display:grid}.pedido-detalhe-page .pd-field{min-width:0;margin:0}.pedido-detalhe-page .pd-field-wide{grid-column:span 2}.pedido-detalhe-page .pd-field dt{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 4px;font-size:11px;font-weight:600}.pedido-detalhe-page .pd-field dd{color:var(--text-primary);word-break:break-word;flex-direction:column;gap:3px;margin:0;font-size:14px;font-weight:600;line-height:1.35;display:flex}.pedido-detalhe-page .cell-extra{color:var(--text-secondary);font-size:12px;font-weight:500}@media only screen and (width<=900px){.pedido-detalhe-page .pd-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=560px){.pedido-detalhe-page .pd-doc-header{padding:16px 16px 12px}.pedido-detalhe-page .pd-doc-heading h2{font-size:18px}.pedido-detalhe-page .pd-summary{grid-template-columns:1fr;gap:14px;padding:16px}.pedido-detalhe-page .pd-field-wide{grid-column:auto}}.pedido-detalhe-page .nf-danfe-link{color:var(--brand);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:0;margin-left:8px;padding:0;font-family:inherit;text-decoration:underline}.pedido-detalhe-page .status-container{color:var(--text-tertiary);background-color:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:24px;padding:8px 24px;display:flex}.pedido-detalhe-page .status-info{align-items:center;gap:24px;display:flex}.pedido-detalhe-page .status-badge{border-radius:999px;align-items:center;gap:4px;margin:0;padding:4px 8px;display:flex}.pedido-detalhe-page .status-badge.status-em-aberto{color:var(--info);background-color:color-mix(in srgb, var(--info) 20%, white)}.pedido-detalhe-page .status-badge.status-faturado-parcial{color:var(--warning);background-color:color-mix(in srgb, var(--warning) 20%, white)}.pedido-detalhe-page .status-badge.status-faturado-total{color:var(--success);background-color:color-mix(in srgb, var(--success) 20%, white)}.pedido-detalhe-page .progress-container{flex:1;align-items:center;gap:16px;display:flex}.pedido-detalhe-page .progress-bar,.pedido-detalhe-page .bar-filling{border-radius:999px;height:4px}.pedido-detalhe-page .progress-bar{background-color:var(--text-tertiary);width:85%}.pedido-detalhe-page .bar-filling.status-em-aberto{background-color:var(--info)}.pedido-detalhe-page .bar-filling.status-faturado-parcial{background-color:var(--warning)}.pedido-detalhe-page .bar-filling.status-faturado-total{background-color:var(--success)}.pedido-detalhe-page .pd-alcada{border:none;border-bottom:1px solid var(--border);border-radius:0;margin:0;padding:16px 24px 20px}.pedido-detalhe-page .filter-container{border-bottom:1px solid var(--border);align-items:center;gap:24px;padding:8px 24px;display:flex}.pedido-detalhe-page .filter-title{text-transform:uppercase;color:var(--text-tertiary);font-weight:700}.pedido-detalhe-page .filter-options{align-items:center;gap:16px;display:flex}.pedido-detalhe-page .filter-button{color:var(--text-secondary);border:1px solid var(--border);border-radius:999px;padding:4px 16px}.pedido-detalhe-page .filter-button:hover{border-color:var(--text-secondary)}.pedido-detalhe-page .filter-button-active{color:var(--surface);background-color:var(--brand);cursor:default;border-color:#0000}.pedido-detalhe-page .filter-button-active:hover{border-color:#0000}.pedido-detalhe-page .filter-em-aberto.filter-button-active{background-color:var(--info)}.pedido-detalhe-page .filter-faturado-parcial.filter-button-active{background-color:var(--warning)}.pedido-detalhe-page .filter-faturado-total.filter-button-active{background-color:var(--success)}.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .5fr) minmax(0, .7fr) minmax(0, 5fr) minmax(0, .5fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.3fr)}.pedido-detalhe-page .no-items-container{background-color:var(--bg);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.pedido-detalhe-page .no-items-container p{text-align:center;margin-bottom:12px}.pedido-detalhe-page .itens-info-header,.pedido-detalhe-page .item-info{grid-template-columns:var(--item-columns);align-items:center;gap:12px;padding:0 24px;display:grid}.pedido-detalhe-page .itens-info-.pd-header{background-color:var(--bg);color:var(--text-tertiary)}.pedido-detalhe-page .itens-info-header p{text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;margin:0;padding:16px 0;font-weight:700}.pedido-detalhe-page .item-info{background-color:var(--brand)}.pedido-detalhe-page .item-field dd{color:var(--surface);margin:0;padding:8px 0}.pedido-detalhe-page dl .info-num-item,.pedido-detalhe-page dl .info-cod,.pedido-detalhe-page dl .info-desc{font-weight:700}.pedido-detalhe-page dl .info-desc{align-items:center;gap:24px;display:flex}.pedido-detalhe-page dl .info-desc span{color:#fffc;font-size:12px;font-weight:400}.pedido-detalhe-page .item-details-table{border-collapse:collapse;table-layout:fixed;width:100%}.col-ordem-separacao{width:20%}.col-nota-fiscal{width:35%}.col-qtde{width:10%}.col-faturamento{width:20%}.col-status{width:15%}.pedido-detalhe-page .item-details-table thead tr{background-color:var(--bg);color:var(--text-tertiary)}.pedido-detalhe-page .item-details-table tr{border:1px solid var(--border)}.pedido-detalhe-page .item-details-table th{text-transform:uppercase;font-size:12px;font-weight:700}.pedido-detalhe-page .item-details-table th,.pedido-detalhe-page .item-details-table td{text-align:left;padding:4px 12px}.pedido-detalhe-page .item-details-table .status-detalhamento{align-items:center;gap:8px;display:flex}.pedido-detalhe-page .item-details-table .status-em-aberto{color:var(--info)}.pedido-detalhe-page .item-details-table .status-em-separacao{color:var(--warning)}.pedido-detalhe-page .item-details-table .status-faturado{color:var(--success);font-weight:700}@media only screen and (width<=1200px){.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .4fr) minmax(0, .6fr) minmax(0, 3fr) minmax(0, .5fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.3fr)}.pedido-detalhe-page dl .info-desc{gap:12px}}@media only screen and (width<=950px){.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .4fr) minmax(0, .5fr) minmax(0, 1.1fr) minmax(0, .5fr) minmax(0, .8fr) minmax(0, .6fr) minmax(0, 1fr)}.pedido-detalhe-page dl .info-desc{flex-direction:column;align-items:start;gap:4px}.col-ordem-separacao,.col-nota-fiscal{width:25%}.col-qtde{width:10%}.col-faturamento{width:25%}.col-status{width:15%}}@media only screen and (width<=810px){.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .3fr) minmax(0, .4fr) minmax(0, 1.1fr) minmax(0, .4fr) minmax(0, .7fr) minmax(0, .5fr) minmax(0, 1fr)}.col-ordem-separacao,.col-nota-fiscal{width:20%}.col-qtde{width:10%}.col-faturamento,.col-status{width:25%}}@media only screen and (width<=750px){.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .4fr) minmax(0, .5fr) minmax(0, 1.1fr) minmax(0, .5fr) minmax(0, .5fr) minmax(0, .4fr) minmax(0, .7fr)}.pedido-detalhe-page .status-info,.pedido-detalhe-page .progress-container{width:100%}.pedido-detalhe-page .status-container{grid-template-columns:1fr;grid-template-areas:"status""progress";place-items:center start;gap:12px 16px;display:grid}.pedido-detalhe-page .status-info{grid-area:status}.pedido-detalhe-page .progress-container{grid-area:progress}.pedido-detalhe-page .progress-bar{flex:1;width:auto}}@media only screen and (width<=670px){.pedido-detalhe-page .itens-container{--item-columns:minmax(0, .3fr) minmax(0, .45fr) minmax(0, 1.1fr) minmax(0, .4fr) minmax(0, .5fr) minmax(0, .3fr) minmax(0, .7fr)}.pedido-detalhe-page .filter-container{flex-direction:column;align-items:center;gap:12px}}@media only screen and (width<=600px){.pedido-detalhe-page .filter-container .filter-options{grid-template-columns:auto auto;width:100%;display:grid}.itens-info-header,.pedido-detalhe-page .item-info{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 8px;padding:0 12px;display:grid}.pedido-detalhe-page .heading-item{grid-area:1/span 2}.pedido-detalhe-page .heading-cod{grid-area:1/span 3}.pedido-detalhe-page .heading-desc{grid-area:1/span 7}.pedido-detalhe-page .heading-ped,.pedido-detalhe-page .heading-item-ped,.pedido-detalhe-page .heading-entrega,.pedido-detalhe-page .heading-total{grid-area:2/span 3}.pedido-detalhe-page .itens-info-header p{overflow-wrap:break-word;min-width:0;padding:8px 0}.pedido-detalhe-page .item-info .item-field .info-num-item{grid-area:1/span 2}.pedido-detalhe-page .item-info .item-field .info-cod{grid-area:1/span 3}.pedido-detalhe-page .item-info .item-field .info-desc{grid-area:1/span 7}.pedido-detalhe-page .item-info .item-field .info-ped-compra,.pedido-detalhe-page .item-info .item-field .info-item-ped,.pedido-detalhe-page .item-info .item-field .info-entrega,.pedido-detalhe-page .item-info .item-field .info-total{grid-area:3/span 3}.pedido-detalhe-page .item-info:before{content:"";background-color:#fff3;grid-area:2/1/auto/-1;height:1px}.pedido-detalhe-page .item-field dd{overflow-wrap:break-word;min-width:0;padding:8px 0}.pedido-detalhe-page dl .info-desc{gap:2px}.item-details-table,.item-details-table thead,.pedido-detalhe-page .item-details-table tbody{width:100%;display:block}.pedido-detalhe-page .item-details-table colgroup{display:none}.item-details-table thead tr,.pedido-detalhe-page .item-details-table tbody tr{grid-template-columns:1fr 1fr;width:100%;display:grid}.item-details-table thead th:first-child{grid-area:1/1}.item-details-table thead th:nth-child(2){grid-area:1/2}.item-details-table thead th:nth-child(3){grid-area:2/1}.item-details-table thead th:nth-child(4){grid-area:2/2}.item-details-table thead th:nth-child(5){grid-area:3/1/auto/-1}.item-details-table tbody td:first-child{grid-area:1/1}.item-details-table tbody td:nth-child(2){grid-area:1/2}.item-details-table tbody td:nth-child(3){grid-area:2/1}.item-details-table tbody td:nth-child(4){grid-area:2/2}.item-details-table tbody td:nth-child(5){grid-area:3/1/auto/-1}.item-details-table th,.pedido-detalhe-page .item-details-table td{overflow-wrap:break-word;min-width:0;padding:6px 12px}.item-details-table tbody td:nth-child(3),.item-details-table tbody td:nth-child(4),.pedido-detalhe-page .item-details-table tbody td:nth-child(5){border-top:1px solid var(--border)}}@media only screen and (width<=410px){.pedido-detalhe-page .status-container{grid-template-columns:1fr;grid-template-areas:"status""progress";gap:12px}.pedido-detalhe-page .status-info{grid-area:status}.pedido-detalhe-page .progress-container{grid-area:progress;width:100%;min-width:0}}@media print{@page{size:A4 landscape;margin:12mm}.layout{background:#fff;min-height:0;display:block}.sidebar,.sidebar-overlay,.header,.pedido-detalhe-page .pd-toolbar,.pedido-detalhe-page .filter-container,.pedido-detalhe-page .nf-danfe-link{display:none!important}.main-wrapper{margin-left:0!important}.main-content{padding:0!important}.pedido-detalhe-page{color:#000;background-color:#fff;gap:0}.pd-card{box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important}.pedido-detalhe-page .pd-main{background-color:#fff;border-radius:0;overflow:visible}.pedido-detalhe-page .pd-doc-header{border-bottom:2px solid #ab1519;align-items:center;margin-bottom:12px;padding:0 0 10px}.pedido-detalhe-page .pd-doc-logo{display:block}.pedido-detalhe-page .pd-doc-heading{text-align:right}.pedido-detalhe-page .pd-doc-heading h2{color:#000;font-size:20px}.pedido-detalhe-page .pd-doc-heading p{color:#444}.pedido-detalhe-page .pd-summary{border-bottom:1px solid #ccc;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 16px;padding:0 0 12px}.pedido-detalhe-page .pd-field dt{color:#666}.pedido-detalhe-page .pd-field dd{color:#000}.pedido-detalhe-page .status-container{color:#000;background-color:#fff;border-bottom:1px solid #ccc;padding:8px}.pedido-detalhe-page .progress-container{min-width:0}.pedido-detalhe-page .progress-bar{background-color:#ccc}.pedido-detalhe-page .pd-doc-header,.pedido-detalhe-page .pd-summary,.pedido-detalhe-page .status-container{break-inside:avoid;page-break-inside:avoid}.pedido-detalhe-page .itens-info-.pd-header{color:#333;break-after:avoid;page-break-after:avoid;background-color:#eee;padding:0 10px}.pedido-detalhe-page .itens-info-header p{padding:8px 0}.pedido-detalhe-page .item-info{color:#000;break-inside:avoid;page-break-inside:avoid;background-color:#f2f2f2;border:1px solid #ccc;padding:0 10px}.pedido-detalhe-page .item-field dd{color:#000}.pedido-detalhe-page dl .info-desc span{color:#555}.pedido-detalhe-page .item-details-table{break-inside:avoid;page-break-inside:avoid}.pedido-detalhe-page .item-details-table thead{display:table-header-group}.pedido-detalhe-page .item-details-table tr{break-inside:avoid;page-break-inside:avoid}.pedido-detalhe-page .item-details-table thead tr{color:#333;background-color:#eee}.item-details-table th,.pedido-detalhe-page .item-details-table td{padding:4px 8px}.pedido-detalhe-page .item-details-table .status-detalhamento{font-weight:700}.pedido-detalhe-page .itens-list-item{break-inside:avoid;page-break-inside:avoid}.pedido-detalhe-page .itens-list{break-inside:auto;page-break-inside:auto}}.fin-page{flex-direction:column;gap:14px;display:flex}.fin-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.fin-preset-buttons{gap:6px;display:flex}.fin-loading{text-align:center;color:var(--text-tertiary);padding:40px 20px;font-size:13px}.fin-count{color:var(--text-tertiary);margin:0;font-size:12px}.fin-table{border-collapse:collapse;width:100%;font-size:13.5px}.fin-table thead tr{border-bottom:1px solid var(--border)}.fin-table th{text-align:left;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;background:var(--border-light);white-space:nowrap;padding:10px 16px;font-size:12px;font-weight:600}.fin-table td{color:var(--text);padding:12px 16px}.fin-table-row-border{border-bottom:1px solid var(--border-light)}.fin-table tbody tr:hover{background:var(--bg)}.fin-table-strong{font-weight:600}@media (width<=768px){.fin-toolbar>div{width:100%!important;min-width:0!important}.fin-preset-buttons{flex-wrap:wrap;width:100%}.fin-table th,.fin-table td{padding:10px}}.danfe-copy-key{color:var(--text-secondary);text-align:left;background:0 0;border:none;align-items:center;gap:6px;max-width:100%;padding:0;font-family:SF Mono,Fira Code,monospace;font-size:11px;transition:color .15s;display:inline-flex}.danfe-copy-key-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.access-layout{align-items:flex-start;gap:20px;min-height:calc(100vh - 140px);display:flex}.access-list-panel{flex:1;min-width:0}.access-form-panel{flex-shrink:0;width:480px;position:sticky;top:80px}.access-list-card{overflow:hidden}.access-list-header{border-bottom:1px solid var(--border);gap:12px;padding:16px 20px;display:flex}.access-user-list{max-height:calc(100vh - 240px);overflow-y:auto}.access-user-item{border:none;border-bottom:1px solid var(--border-light);cursor:pointer;text-align:left;background:0 0;align-items:flex-start;gap:14px;width:100%;padding:14px 20px;font-family:inherit;transition:background .1s;display:flex}.access-user-item:hover{background:var(--bg)}.access-user-active{border-left:3px solid var(--brand);background:#ed1c2408!important}.access-user-avatar{background:var(--bg);border:1px solid var(--border);width:38px;height:38px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.access-user-info{flex:1;min-width:0}.access-user-name-row{align-items:center;gap:8px;margin-bottom:2px;display:flex}.access-user-name{color:var(--text);font-size:13.5px;font-weight:600}.access-user-email{color:var(--text-secondary);margin-bottom:6px;font-size:12px;display:block}.access-user-tags{flex-wrap:wrap;gap:8px;display:flex}.access-tag{color:var(--text-tertiary);background:var(--bg);border:1px solid var(--border-light);border-radius:4px;padding:2px 8px;font-size:11px}.access-form-card{overflow:hidden}.access-form-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.access-form-title{color:var(--text);font-size:15px;font-weight:600}.access-close-btn{border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:6px;padding:4px;transition:all .15s;display:flex}.access-close-btn:hover{border-color:var(--brand);color:var(--brand)}.access-form-body{max-height:calc(100vh - 300px);padding:20px;overflow-y:auto}.access-form-section{margin-bottom:24px}.access-form-section:last-child{margin-bottom:0}.access-section-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:12px;font-weight:600}.access-form-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.access-config-row{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.access-config-title{color:var(--text);font-size:13px;font-weight:500;display:block}.access-config-desc{color:var(--text-tertiary);margin-top:1px;font-size:11px;display:block}.access-perm-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.access-perm-item{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.access-perm-label{color:var(--text);font-size:13px}.switch-toggle{cursor:pointer;background:var(--border);border:none;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .2s;position:relative}.switch-on{background:var(--brand)}.switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.switch-on .switch-thumb{left:21px}.access-empresa-chips{flex-direction:column;gap:8px;display:flex}.access-empresa-chip{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;transition:all .15s;display:flex}.access-empresa-chip:hover{border-color:var(--brand)}.access-empresa-active{border-color:var(--brand);background:#ed1c2408}.access-empresa-check{border:2px solid var(--border);color:#fff;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.access-empresa-active .access-empresa-check{background:var(--brand);border-color:var(--brand)}.access-empresa-name{color:var(--text);font-size:13px;font-weight:500;display:block}.access-empresa-cnpj{color:var(--text-secondary);font-size:11.5px;display:block}.access-form-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}@media (width<=768px){.access-list-header{padding:12px 16px}.access-list-header>div{width:100%!important}.access-user-list,.access-form-body{max-height:none}.access-form-footer{flex-wrap:wrap}.access-form-footer>*{flex:1;min-width:120px}}@media (width<=900px){.access-layout{flex-direction:column}.access-form-panel{width:100%;position:static}.access-form-grid-2,.access-perm-grid{grid-template-columns:1fr}}.equipe-summary-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.equipe-stat-card{text-align:center;padding:20px 16px!important}.equipe-stat-value{color:var(--brand);margin-bottom:6px;font-size:28px;font-weight:700;line-height:1}.equipe-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:500}.equipe-table-card{overflow:hidden}.equipe-filters{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;display:flex}.equipe-search{flex:1;min-width:200px}.equipe-date-filters{align-items:center;gap:10px;display:flex}.equipe-date-field{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text-secondary);align-items:center;gap:6px;padding:7px 12px;display:flex}.equipe-date-input{color:var(--text);background:0 0;border:none;outline:none;width:130px;font-family:inherit;font-size:13px}.equipe-filter-tipo{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text-secondary);align-items:center;gap:6px;padding:7px 12px;display:flex}.equipe-select-input{color:var(--text);cursor:pointer;background:0 0;border:none;outline:none;padding-right:4px;font-family:inherit;font-size:13px}.equipe-table-wrapper{overflow-x:auto}.equipe-table{border-collapse:collapse;width:100%;font-size:13px}.equipe-table thead{background:var(--bg)}.equipe-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:11.5px;font-weight:600}.equipe-table td{border-bottom:1px solid var(--border-light);color:var(--text);padding:14px 16px}.equipe-table tbody tr:hover{background:var(--bg)}.equipe-vendedor-cell{align-items:center;gap:10px;display:flex}.equipe-vendedor-avatar{background:var(--bg);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.equipe-vendedor-nome{color:var(--text);white-space:nowrap;font-size:13px;font-weight:500}.equipe-vendedor-codigo{color:var(--text-tertiary);font-size:11px}.equipe-td-date{white-space:nowrap;color:var(--text-secondary);font-size:12px}.equipe-td-num{text-align:center;font-variant-numeric:tabular-nums;font-weight:500}.equipe-td-total{color:var(--brand);font-weight:700}.equipe-loading{text-align:center;color:var(--text-tertiary);padding:48px 24px;font-size:13px}.equipe-error{text-align:center;color:var(--danger);padding:48px 24px;font-size:13px}@media (width<=768px){.equipe-summary-cards{grid-template-columns:repeat(2,1fr)}.equipe-filters{flex-direction:column;align-items:stretch}.equipe-search{min-width:100%}.equipe-date-filters{flex-wrap:wrap}}@media (width<=480px){.equipe-summary-cards{grid-template-columns:1fr}}.cli-class{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;font-weight:700;line-height:1;display:inline-flex}.cli-class-sm{padding:4px 8px;font-size:11px}.cli-class-md{padding:6px 10px;font-size:12px}.cli-class-empty{color:var(--text-tertiary);font-weight:500}.cli-class-diamante{color:#0e7490;background:linear-gradient(135deg,#67e8f947,#0e74901f);box-shadow:inset 0 0 0 1px #0e74902e}.cli-class-platinum{color:#334155;background:linear-gradient(135deg,#e2e8f0f2,#94a3b847);box-shadow:inset 0 0 0 1px #64748b38}.cli-class-ouro{color:#92400e;background:linear-gradient(135deg,#fde68ae6,#f59e0b38);box-shadow:inset 0 0 0 1px #b4530933}.cli-class-prata{color:#475569;background:linear-gradient(135deg,#f1f5f9f2,#94a3b838);box-shadow:inset 0 0 0 1px #64748b33}.cli-class-bronze{color:#9a3412;background:linear-gradient(135deg,#fed7aad9,#d9770633);box-shadow:inset 0 0 0 1px #9a34122e}.cli-class-professional{color:#1d4ed8;background:linear-gradient(135deg,#bfdbfed9,#3b82f629);box-shadow:inset 0 0 0 1px #1d4ed829}.cli-class-advanced{color:#6d28d9;background:linear-gradient(135deg,#ddd6fee6,#8b5cf62e);box-shadow:inset 0 0 0 1px #6d28d929}.cli-class-funcionario{color:#047857;background:linear-gradient(135deg,#a7f3d0d9,#10b98129);box-shadow:inset 0 0 0 1px #04785729}.cli-class-social{color:#be185d;background:linear-gradient(135deg,#fce7f3f2,#ec489929);box-shadow:inset 0 0 0 1px #be185d29}.cli-class-unknown{color:var(--text-secondary);background:var(--border-light)}.cli-email{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.cli-email-empty{color:var(--text-tertiary)}.cli-email-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);text-transform:lowercase;overflow:hidden}.cli-email-compact .cli-email-text{max-width:100%}.cli-email-count{letter-spacing:.03em;text-transform:uppercase;color:#1d4ed8;background:#3b82f61f;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.cli-email-copy{width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cli-email-copy:hover{background:var(--border-light);color:var(--text)}.cli-email-tip{z-index:80;color:#f9fafb;pointer-events:none;background:#111827;border-radius:10px;width:320px;padding:10px 12px;position:fixed;box-shadow:0 12px 32px #0f172a47}.cli-email-tip strong{letter-spacing:.04em;text-transform:uppercase;color:#93c5fd;margin-bottom:6px;font-size:11px;display:block}.cli-email-tip ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.cli-email-tip li{word-break:break-all;text-transform:lowercase;font-size:12.5px;line-height:1.35}.carteira-page{flex-direction:column;gap:14px;display:flex}.carteira-toolbar{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.carteira-search{flex:1;min-width:240px}.carteira-count{color:var(--text-tertiary);white-space:nowrap;margin:0 0 4px;font-size:12px}.carteira-table-card{overflow:hidden}.carteira-table-wrap{overflow-x:auto}.carteira-table{table-layout:fixed;border-collapse:collapse;width:max-content;min-width:100%;font-size:13.5px}.carteira-table thead tr{border-bottom:1px solid var(--border)}.carteira-table th{text-align:left;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;background:var(--border-light);white-space:nowrap;padding:10px 16px;font-size:12px;font-weight:600;position:relative;overflow:hidden}.carteira-th-label{text-overflow:ellipsis;display:block;overflow:hidden}.carteira-col-resizer{cursor:col-resize;z-index:1;background:0 0;border:0;width:8px;height:100%;padding:0;position:absolute;top:0;right:0}.carteira-col-resizer:hover,.carteira-col-resizer:focus-visible,body.carteira-col-dragging .carteira-col-resizer:hover{background:#b91c1c47}body.carteira-col-dragging{cursor:col-resize;-webkit-user-select:none;user-select:none}.carteira-table td{color:var(--text);border-bottom:1px solid var(--border-light);text-overflow:ellipsis;white-space:nowrap;padding:12px 16px;overflow:hidden}.carteira-table tbody tr{cursor:pointer}.carteira-table tbody tr:hover{background:var(--bg)}.carteira-row-selected{background:#b91c1c0f}.carteira-nome{align-items:center;gap:8px;min-width:0;font-weight:600;display:flex}.carteira-nome span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.carteira-nowrap{white-space:nowrap}.carteira-tag{letter-spacing:.04em;text-transform:uppercase;color:#b91c1c;background:#b91c1c1a;border-radius:999px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.carteira-email{max-width:none}.carteira-money{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.carteira-money-warn{color:#b91c1c;font-weight:600}.carteira-go{width:28px;color:var(--text-tertiary)}@media (width<=768px){.carteira-toolbar{flex-direction:column;align-items:stretch}}.cli-detalhe{flex-direction:column;gap:14px;display:flex}.cli-feedback{min-height:40vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.cli-toolbar{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.cli-hero{flex-direction:column;gap:16px;display:flex}.cli-hero-top{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.cli-hero-icon{color:#b91c1c;background:#b91c1c14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cli-hero-text{flex:1;min-width:180px}.cli-hero-text h2{letter-spacing:-.2px;margin:0;font-size:20px;font-weight:650}.cli-hero-text p{color:var(--text-secondary);margin:4px 0 0;font-size:13px}.cli-hero-text .carteira-tag{letter-spacing:.04em;text-transform:uppercase;color:#b91c1c;vertical-align:middle;background:#b91c1c1a;border-radius:999px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.cli-hero-meta{color:var(--text-secondary);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.cli-hero-meta span{align-items:center;gap:6px;display:inline-flex}.cli-hero-email{min-width:0}.cli-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.cli-grid h3{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 12px;font-size:13px;font-weight:700}.cli-fields{gap:12px;display:grid}.cli-field{flex-direction:column;gap:3px;display:flex}.cli-field-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);font-size:11px;font-weight:600}.cli-field-value{color:var(--text);word-break:break-word;font-size:14px}@media (width<=980px){.cli-grid{grid-template-columns:1fr}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--brand:#ed1c24;--brand-dark:#c41520;--brand-light:#fff1f2;--sidebar-bg:#111827;--sidebar-hover:#1f2937;--sidebar-active:#374151;--bg:#f3f4f6;--surface:#fff;--border:#e5e7eb;--border-light:#f3f4f6;--text:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--success:#10b981;--success-bg:#ecfdf5;--warning:#f59e0b;--warning-bg:#fffbeb;--danger:#ef4444;--danger-bg:#fef2f2;--info:#3b82f6;--info-bg:#eff6ff;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--sidebar-width:260px;--header-height:64px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.badge{letter-spacing:.02em;border-radius:100px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-success{background:var(--success-bg);color:var(--success)}.badge-warning{background:var(--warning-bg);color:var(--warning)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-info{background:var(--info-bg);color:var(--info)}.badge-neutral{background:var(--border-light);color:var(--text-secondary)}.badge-brand{background:var(--brand-light);color:var(--brand)}@media (width<=768px){.main-content{padding:16px 12px!important}.ui-grid{grid-template-columns:1fr!important}.responsive-flex{flex-direction:column!important;align-items:stretch!important}.responsive-flex>*{width:100%!important;min-width:0!important}.responsive-grid-table{grid-template-columns:1fr!important}.hide-mobile{display:none!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
