:root{color-scheme:light;font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#e2e8f0;padding:24px 16px}.sidebar-brand{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.sidebar-brand__logo{width:100%;height:76px;object-fit:contain;object-position:left center}.sidebar-brand__label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar a,.sidebar button.link{color:#cbd5e1;padding:10px 12px;border-radius:8px;border:none;background:transparent;text-align:left;cursor:pointer}.sidebar a.active,.sidebar a:hover,.sidebar button.link:hover{background:#1e293b;color:#fff}.content{padding:24px}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0f172a14}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#334155}input,select,textarea{border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}button.primary{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer}button.secondary{background:#e2e8f0;color:#0f172a;border:none;border-radius:8px;padding:10px 16px;cursor:pointer}button.danger{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid #e2e8f0}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge.ok{background:#dcfce7;color:#166534}.badge.off{background:#fee2e2;color:#991b1b}.login-page{position:relative;min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#002d78e6,#008cd2c7),url(/assets/login-background.svg) center / cover no-repeat fixed}.login-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(37,99,235,.22),transparent 42%),radial-gradient(circle at bottom right,rgba(14,165,233,.18),transparent 38%);pointer-events:none}.login-shell{position:relative;z-index:1;width:min(1080px,100%);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,420px);gap:32px;align-items:center}.login-brand{color:#f8fafc;padding:12px 8px}.login-brand__logo{width:min(560px,100%);height:120px;margin-bottom:28px;object-fit:contain;object-position:left center}.login-brand h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em}.login-brand p{margin:0;max-width:52ch;color:#e2e8f0e0;font-size:1.05rem}.login-card{width:100%;padding:28px;border:1px solid rgba(255,255,255,.65);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 60px #0f172a38}.login-card__header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.login-card__logo{display:none;width:min(320px,100%);height:72px;object-fit:contain}.login-card__header h2{margin:0 0 4px;font-size:1.35rem}.login-card__header p{margin:0;color:#64748b;font-size:.95rem}.login-card label+label{margin-top:16px}.login-card__actions{margin-top:24px}.login-card__actions .primary{width:100%;padding:12px 16px;font-weight:600}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-header h2{margin:0}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}a.button,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:8px 12px;font-size:.9rem;border:none;cursor:pointer}a.button.primary,.button.primary{background:#2563eb;color:#fff}a.button.secondary,.button.secondary{background:#e2e8f0;color:#0f172a}.checkbox-field{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:12px}.empty-state{color:#64748b;margin:0}.error{color:#b91c1c;margin:8px 0 0}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;margin-bottom:12px}.section-header h4{margin:0}.nested-card{padding:0;overflow:hidden}.nested-card .table th:first-child,.nested-card .table td:first-child{padding-left:20px}.nested-card .empty-state{padding:20px}.icon-button{width:36px;height:36px;border-radius:999px;border:none;background:#2563eb;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{background:#1d4ed8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:16px;z-index:1000;animation:modal-overlay-in .18s ease-out}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}.modal{width:min(720px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a38;border:1px solid #e2e8f0;animation:modal-in .2s ease-out}.modal--filter{width:min(640px,100%)}.modal--scroll{max-height:min(92vh,760px);display:flex;flex-direction:column}.modal--scroll .modal-body{overflow-y:auto;max-height:calc(92vh - 72px)}.modal--pedido{width:min(920px,100%)}.pedidos-filters__checkbox{align-self:end;margin-bottom:4px}.pedidos-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.pedido-detail{display:flex;flex-direction:column;gap:18px}.pedido-detail__section h4{margin:0 0 10px;font-size:.95rem;color:#0f172a}.pedido-detail__section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pedido-detail__section-header h4{margin:0}.pedido-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.pedido-detail-field{display:flex;flex-direction:column;gap:2px}.pedido-detail-field__label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.pedido-detail-field__value{font-size:.92rem;color:#0f172a;word-break:break-word}.pedido-detail__obs{margin:0;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;white-space:pre-wrap}.pedido-atendimento-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.pedido-atendimento-kpi{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.pedido-atendimento-kpi span{font-size:.78rem;color:#64748b}.pedido-atendimento-kpi strong{font-size:1.35rem;line-height:1.1}.pedido-atendimento-kpi small{font-size:.75rem;color:#94a3b8}.pedido-atendimento-kpi--ok{border-color:#bbf7d0;background:#f0fdf4}.pedido-atendimento-kpi--warn{border-color:#fde68a;background:#fffbeb}.pedido-atendimento-kpi--off{border-color:#fecaca;background:#fef2f2}.pedido-atendimento-valores{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.pedido-atendimento-valor{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.pedido-atendimento-valor span{font-size:.78rem;color:#64748b}.pedido-atendimento-valor strong{font-size:1.1rem}.pedido-atendimento-valor small{font-size:.75rem;color:#94a3b8}.pedido-atendimento-valor--ok{border-color:#bbf7d0;background:#f0fdf4}.pedido-atendimento-valor--off{border-color:#fecaca;background:#fef2f2}.pedido-detail__totais{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:#334155;font-size:.9rem}.pedido-detail__valor-original{font-size:.82rem}.pedido-atendimento-resumo{display:flex;flex-wrap:wrap;gap:12px 18px;font-size:.88rem;color:#475569}.pedido-atendimento-filter{margin-bottom:12px}.pedido-rupturas-extras{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;font-size:.88rem}.pedido-rupturas-extras ul{margin:8px 0 0;padding-left:18px}.picker-table tr.is-total{background:#f0fdf4}.picker-table tr.is-parcial{background:#fffbeb}.picker-table tr.is-ruptura{background:#fef2f2}.pedido-detail__erp-warning{margin:0;padding:10px 12px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.88rem}.badge.warn{background:#fef3c7;color:#92400e}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#fff);border-radius:16px 16px 0 0}.modal-header h3{margin:0;font-size:1.15rem;color:#0f172a}.modal-close{border:none;background:#f1f5f9;width:32px;height:32px;border-radius:8px;font-size:1.25rem;line-height:1;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-body{padding:22px}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{padding-bottom:8px}.grid-2,.grid-3{grid-template-columns:1fr}.login-page{align-items:start;padding-top:40px;background-attachment:scroll}.login-shell{grid-template-columns:1fr;gap:20px}.login-brand{text-align:center;padding:0}.login-brand__logo{display:none}.login-brand h1{font-size:1.8rem}.login-brand p{margin:0 auto;font-size:.95rem}.login-card__logo{display:block}.login-card__header{flex-direction:column;text-align:center}}.checkbox-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.checkbox-item{display:flex;align-items:center;gap:8px}.sidebar-user{margin:12px 0 0;padding:8px 12px;font-size:.85rem;color:#94a3b8}.hint{color:#64748b;font-size:.9rem}.muted{color:#94a3b8;font-size:.9rem}.input-with-action{display:flex;gap:8px;align-items:center}.input-with-action input{flex:1}.cnpj-info{grid-column:1 / -1;margin:0}.logo-field{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}.logo-field__label{font-weight:600}.logo-field__content{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}.logo-preview{width:120px;height:120px;border:1px dashed #cbd5e1;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f8fafc;overflow:hidden}.logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.logo-preview__placeholder{color:#94a3b8;font-size:.85rem}.logo-field__actions{display:flex;flex-direction:column;gap:8px;min-width:220px}.empresa-logo-thumb{width:40px;height:40px;object-fit:contain;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.dashboard-page__links{display:flex;gap:8px;flex-wrap:wrap}.dashboard-filter-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding:12px 16px;border:1px solid #dbeafe;border-radius:12px;background:linear-gradient(180deg,#eff6ff,#f8fafc)}.dashboard-period-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;text-transform:capitalize}.dashboard-filter-summary__label{color:#64748b;font-size:.9rem}.dashboard-filter-modal{display:flex;flex-direction:column;gap:18px}.dashboard-filter-modal--compact{gap:14px}.dashboard-filter-modal__hint{margin:0}.dashboard-filter-modal__intro{padding:12px 14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.dashboard-filter-modal__intro p{margin:0;color:#475569;font-size:.92rem;line-height:1.5}.dashboard-filter-modal__mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-filter-option{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.dashboard-filter-option:hover{border-color:#93c5fd;background:#f8fafc}.dashboard-filter-option.is-active{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb1f}.dashboard-filter-option__icon{width:36px;height:36px;border-radius:10px;background:#e2e8f0;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.dashboard-filter-option.is-active .dashboard-filter-option__icon{background:#2563eb;color:#fff}.dashboard-filter-option__content{display:flex;flex-direction:column;gap:4px}.dashboard-filter-option__content strong{color:#0f172a;font-size:.95rem}.dashboard-filter-option__content small{color:#64748b;font-size:.82rem;line-height:1.4}.dashboard-filter-modal__panel{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;overflow:hidden}.dashboard-filter-modal__panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:#fff}.dashboard-filter-modal__panel-header strong{display:block;color:#0f172a;font-size:.92rem}.dashboard-filter-modal__counter{display:block;margin-top:2px;color:#64748b;font-size:.8rem}.dashboard-filter-modal__list-actions{display:flex;gap:8px;flex-wrap:wrap}.dashboard-filter-empresas{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto;padding:12px}.dashboard-filter-empresa{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.dashboard-filter-empresa:hover{border-color:#93c5fd}.dashboard-filter-empresa.is-checked{border-color:#2563eb;background:#eff6ff}.dashboard-filter-empresa input{position:absolute;opacity:0;pointer-events:none}.dashboard-filter-empresa__check{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:6px;background:#fff;display:inline-flex;align-items:center;justify-content:center}.dashboard-filter-empresa.is-checked .dashboard-filter-empresa__check{border-color:#2563eb;background:#2563eb}.dashboard-filter-empresa.is-checked .dashboard-filter-empresa__check:after{content:"";width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px)}.dashboard-filter-empresa__content{display:flex;flex-direction:column;gap:2px}.dashboard-filter-empresa__content strong{color:#0f172a;font-size:.92rem}.dashboard-filter-empresa__content small{color:#64748b;font-size:.8rem}.dashboard-filter-modal__error{margin:0}.dashboard-filter-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px;border-top:1px solid #e2e8f0}.picker-search label,.picker-search input[type=search]{width:100%}.vinculo-fornecedores-field{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #dbeafe;border-radius:12px;background:#f8fafc}.vinculo-fornecedores-field__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.vinculo-fornecedores-field__header strong{display:block;color:#0f172a}.vinculo-fornecedores-field__header .hint{display:block;margin-top:4px}.vinculo-fornecedores-field__summary{padding:10px 12px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;font-size:.9rem;color:#334155}.filter-section{display:flex;flex-direction:column;gap:10px}.filter-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.filter-section__header strong{display:block;color:#0f172a;font-size:.92rem}.filter-mode-toggle{display:inline-flex;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;flex-shrink:0}.filter-mode-toggle button{border:none;background:#fff;color:#334155;padding:7px 12px;font-size:.85rem;cursor:pointer;transition:background .15s ease,color .15s ease}.filter-mode-toggle button+button{border-left:1px solid #cbd5e1}.filter-mode-toggle button:hover:not(:disabled){background:#f8fafc}.filter-mode-toggle button.is-active{background:#2563eb;color:#fff}.filter-mode-toggle button:disabled{opacity:.5;cursor:not-allowed}.picker-table-wrap{max-height:280px;overflow:auto}.picker-table{margin:0}.picker-table th,.picker-table td{padding:8px 12px;font-size:.9rem}.picker-table__check{width:44px;text-align:center}.picker-table__check input{margin:0;cursor:pointer}.picker-table tbody tr{cursor:pointer}.picker-table tbody tr:hover{background:#f8fafc}.picker-table tbody tr.is-selected{background:#eff6ff}.picker-table tbody tr.is-selected:hover{background:#dbeafe}@media(max-width:640px){.dashboard-filter-modal__mode-grid{grid-template-columns:1fr}}.dashboard-alert{margin-top:16px;border-left:3px solid #f59e0b}.dashboard-alert ul{margin:8px 0 0;padding-left:18px}.dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:16px}.dashboard-kpi{display:flex;flex-direction:column;gap:6px;min-height:110px}.dashboard-kpi__title{color:#64748b;font-size:.9rem}.dashboard-kpi__value{font-size:1.8rem;line-height:1.1}.dashboard-kpi__hint{color:#94a3b8;font-size:.85rem}.dashboard-kpi--blue{border-top:3px solid #3b82f6}.dashboard-kpi--green{border-top:3px solid #22c55e}.dashboard-kpi--amber{border-top:3px solid #f59e0b}.dashboard-kpi--red{border-top:3px solid #ef4444}.dashboard-kpi--purple{border-top:3px solid #8b5cf6}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-top:16px}.dashboard-chart h3{margin:0;font-size:1rem}.dashboard-chart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.dashboard-chart__header-actions{display:flex;align-items:center;gap:8px}.dashboard-chart__empresa{font-size:.88rem;color:#475569;font-weight:600}.dashboard-chart__nav{display:inline-flex;align-items:center;gap:8px}.dashboard-chart__nav-btn{width:28px;height:28px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:1.1rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.dashboard-chart__nav-btn:hover{background:#f8fafc;border-color:#94a3b8}.dashboard-chart__bars{display:flex;flex-direction:column;gap:12px}.dashboard-chart__row{display:grid;grid-template-columns:minmax(120px,1fr) 2fr auto;gap:12px;align-items:center}.dashboard-chart__meta{display:flex;flex-direction:column;gap:2px}.dashboard-chart__label{font-weight:600;font-size:.9rem}.dashboard-chart__subtitle{color:#94a3b8;font-size:.8rem}.dashboard-chart__track{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.dashboard-chart__fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px}.dashboard-chart__value{font-size:.85rem;color:#475569;white-space:nowrap}.dashboard-chart--trend{grid-column:1 / -1}.dashboard-trend{display:flex;align-items:flex-end;gap:8px;min-height:220px;overflow-x:auto;padding-bottom:8px}.dashboard-trend__item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:42px;flex:1}.dashboard-trend__bar{width:100%;max-width:28px;min-height:8px;background:linear-gradient(180deg,#22c55e,#16a34a);border-radius:6px 6px 2px 2px}.dashboard-trend__value{font-size:.75rem;color:#475569}.dashboard-trend__label{font-size:.7rem;color:#94a3b8;writing-mode:vertical-rl;transform:rotate(180deg);max-height:52px}@media(max-width:768px){.dashboard-chart__row{grid-template-columns:1fr;gap:6px}.dashboard-trend__label{writing-mode:horizontal-tb;transform:none;max-height:none}}
