:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f7fb;color:#0f172a}.login-page{--primary-color: #0077ff;--gradient-start: #005bd3;--gradient-end: #00b3a7;min-height:100vh;padding:24px;background:radial-gradient(1000px 500px at -10% -10%,color-mix(in srgb,var(--gradient-start) 22%,transparent),transparent 60%),radial-gradient(900px 450px at 120% 100%,color-mix(in srgb,var(--gradient-end) 24%,transparent),transparent 58%),#f4f7fb;display:grid;place-items:center}.login-shell{width:min(1140px,100%);min-height:min(760px,94vh);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.15fr 1fr;background:#fff;box-shadow:0 40px 80px #0f172a17,0 14px 28px #0f172a0f}.brand-side{position:relative;padding:clamp(28px,4vw,52px);background:linear-gradient(140deg,var(--gradient-start),var(--gradient-end));color:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.brand-side:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#02061724,#02061724),radial-gradient(550px 220px at 8% 100%,rgba(255,255,255,.08),transparent 70%);pointer-events:none}.brand-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin-top:150px}.brand-logo{width:clamp(190px,32.5vw,275px);max-width:100%;object-fit:contain;margin:0 auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.18))}.brand-logo-fallback{border:1px solid rgba(255,255,255,.4);background:#ffffff24;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;letter-spacing:.08em;margin:0 auto}.brand-copy{position:relative;z-index:1}.brand-copy .eyebrow{margin:0;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;opacity:.98}.brand-copy h1{margin:10px 0 14px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.12;max-width:14ch}.brand-copy p{margin:0;max-width:42ch;line-height:1.6;opacity:.98}.form-side{padding:clamp(22px,3.5vw,46px);display:grid;place-items:center}.form-card{width:min(440px,100%);border-radius:24px;border:1px solid #d9e3f2;border-top:4px solid var(--primary-color);background:#fff;padding:clamp(24px,3vw,34px);box-shadow:0 18px 48px #0f172a14,0 2px 8px #0f172a0a}.form-card h2{margin:0;font-size:clamp(1.4rem,2.2vw,1.8rem);color:#111827}.form-card header p{margin:8px 0 0;color:#334155}.login-form{margin-top:24px;display:grid;gap:16px}.login-form label{display:grid;gap:8px;font-size:.92rem;font-weight:600;color:#1e293b}.login-form input[type=email],.login-form input[type=password]{width:100%;height:48px;border-radius:12px;border:1px solid #cbd5e1;padding:0 14px;outline:none;font-size:.95rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.login-form input:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary-color) 18%,#ffffff)}.login-error{margin:0;padding:10px 12px;border-radius:10px;font-size:.88rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px}.checkbox{display:inline-flex!important;align-items:center;gap:8px;font-weight:500!important;color:#334155!important}.checkbox input{width:16px;height:16px;accent-color:var(--primary-color)}.link-button{border:0;background:transparent;padding:0;font-size:.9rem;color:var(--primary-color);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.submit-button{border:0;height:50px;border-radius:12px;background:linear-gradient(115deg,var(--gradient-start),var(--gradient-end));color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.submit-button:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 12px 28px color-mix(in srgb,var(--gradient-start) 38%,transparent)}.submit-button:active{transform:translateY(0)}@media(max-width:980px){.login-page{padding:14px}.login-shell{grid-template-columns:1fr;min-height:auto}.brand-side{border-radius:0}.brand-copy h1{max-width:20ch}}@media(max-width:560px){.brand-side{padding:24px 20px}.form-side{padding:18px}.form-card{border-radius:18px;padding:20px}.form-row{flex-direction:column;align-items:flex-start}}.dashboard-layout{height:100vh;min-height:100vh;box-sizing:border-box;padding:16px;gap:16px;display:grid;grid-template-columns:minmax(260px,300px) 1fr;grid-template-rows:1fr;align-items:stretch;background:#f4f7fb;overflow:hidden}.dashboard-sidebar{height:100%;max-height:100%;min-height:0;position:relative;background:linear-gradient(180deg,#fff,#fafbfc);color:#1e293b;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:18px 12px 16px;display:flex;flex-direction:column;gap:12px;overflow:hidden;box-shadow:0 1px #ffffffe6 inset,0 12px 40px #0f172a14}.sidebar-brand{position:sticky;top:0;z-index:6;padding:4px 2px 8px;background:#fff;border-radius:10px 10px 0 0;display:flex;justify-content:center}.sidebar-brand-logo{width:min(188px,100%);max-height:46px;object-fit:contain}.sidebar-nav{flex:1;display:grid;gap:12px;align-content:start;overflow-y:auto;min-height:0;padding:2px 4px 4px 2px;scrollbar-width:none;-ms-overflow-style:none}.sidebar-nav::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-footer{flex-shrink:0;padding-top:10px;margin-top:2px;border-top:1px solid rgba(226,232,240,.9)}.sidebar-logout{width:100%;border:none;border-radius:10px;background:transparent;color:#dc2626;font-size:.84rem;font-weight:600;padding:10px 12px;cursor:pointer;transition:color .18s ease,background-color .18s ease}.sidebar-logout:hover{color:#b91c1c;background:#fee2e2a6}.sidebar-logout:focus-visible{outline:2px solid rgba(220,38,38,.45);outline-offset:2px}.sidebar-section{display:grid;gap:6px}.section-toggle{border:0;background:transparent;padding:6px 8px 8px;margin:0 -2px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;border-radius:8px;transition:background-color .15s ease}.section-toggle:hover{background:#f1f5f9cc}.section-title{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:#94a3b8}.section-chevron{color:#94a3b8;font-size:1rem;line-height:1;transition:transform .2s ease}.section-chevron.is-collapsed{transform:rotate(-90deg)}.section-items{display:grid;gap:3px}.sidebar-item{width:100%;border:none;background:transparent;color:#475569;text-decoration:none;border-radius:10px;padding:9px 10px 9px 12px;font-size:.875rem;font-weight:500;line-height:1.25;letter-spacing:-.01em;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease}.sidebar-item:hover:not(:disabled){color:#0f172a;background:#f1f5f9f2}.sidebar-item:focus-visible{outline:2px solid color-mix(in srgb,var(--primary-color) 35%,transparent);outline-offset:1px}.sidebar-item[aria-current=page],.sidebar-item.is-route-active{color:#0f172a;font-weight:600;background:#eff6ff;box-shadow:inset 3px 0 #38bdf8}.sidebar-item[aria-current=page] .sidebar-item-icon,.sidebar-item.is-route-active .sidebar-item-icon{color:#0ea5e9}.sidebar-item.is-route-active:hover:not(:disabled),.sidebar-item[aria-current=page]:hover:not(:disabled){background:#dbeafe;box-shadow:inset 3px 0 #38bdf8}.sidebar-item.is-route-active:hover:not(:disabled) .sidebar-item-icon,.sidebar-item[aria-current=page]:hover:not(:disabled) .sidebar-item-icon{color:#0284c7}.sidebar-item:disabled{opacity:.5;cursor:not-allowed}.sidebar-item:disabled:hover{background:transparent;color:#475569}.sidebar-item-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.sidebar-item-left>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item-icon{width:22px;height:22px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .18s ease}.sidebar-item:hover:not(:disabled) .sidebar-item-icon{color:#64748b}.sidebar-svg-icon{width:19px;height:19px}.sidebar-item-badge{min-width:22px;height:21px;border-radius:999px;padding:0 7px;border:none;background:#94a3b838;color:#475569;font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;justify-content:center}@keyframes sidebar-badge-pop-glow{0%{transform:scale(.72);box-shadow:0 0 #22c55ebf,0 0 #3b82f600;filter:brightness(1.35) saturate(1.5)}22%{transform:scale(1.18);box-shadow:0 0 16px 4px #3b82f6a6,0 0 28px 6px #a855f759;filter:brightness(1.25) saturate(1.45) hue-rotate(12deg)}45%{transform:scale(1.06);box-shadow:0 0 20px 5px #ec489973,0 0 24px 4px #f59e0b66;filter:brightness(1.2) saturate(1.35) hue-rotate(-18deg)}72%{transform:scale(1.02);box-shadow:0 0 12px 2px #22c55e66;filter:brightness(1.12) hue-rotate(8deg)}to{transform:scale(1);box-shadow:none;filter:none}}.sidebar-item-badge.sidebar-item-badge--pop{animation:sidebar-badge-pop-glow .95s cubic-bezier(.34,1.45,.64,1) forwards}.sidebar-item.is-route-active .sidebar-item-badge,.sidebar-item[aria-current=page] .sidebar-item-badge{background:#bfdbfe;color:#1e3a8a}.ops-global-toast-stack{position:fixed;bottom:24px;right:24px;z-index:10060;display:flex;flex-direction:column-reverse;gap:10px;align-items:flex-end;max-width:min(400px,calc(100vw - 40px));pointer-events:none}.ops-global-toast{pointer-events:auto;padding:14px 18px;border-radius:14px;font-size:.9rem;line-height:1.4;font-weight:600;color:#052e16;background:linear-gradient(135deg,#bbf7d0,#4ade80 42%,#86efac);border:1px solid rgba(21,128,61,.38);box-shadow:0 12px 36px #0f172a24,0 0 0 1px #ffffff73 inset,0 4px 18px #16a34a3d;animation:opsGlobalToastIn .44s cubic-bezier(.22,1,.36,1) forwards}@keyframes opsGlobalToastIn{0%{transform:translateY(calc(100% + 18px)) scale(.94);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.ops-global-toast,.sidebar-item-badge.sidebar-item-badge--pop{animation:none}}.dashboard-content{height:100%;max-height:100%;min-height:0;padding:24px;box-sizing:border-box;display:grid;gap:16px;grid-template-rows:auto 1fr;overflow:hidden}.dashboard-content.no-page-header{grid-template-rows:1fr;padding:12px 16px 16px}.dashboard-body.ops-workspace{scrollbar-color:#cbd5e1 transparent}.dashboard-layout:has(.pedidos-ops-page){background:radial-gradient(1400px 620px at 8% -12%,rgba(14,165,233,.18),transparent 58%),radial-gradient(1200px 520px at 96% 0%,rgba(99,102,241,.15),transparent 54%),linear-gradient(168deg,#e8eef5,#dce4ee,#f1f5f9 72%,#f8fafc)}.dashboard-layout:has(.pedidos-ops-page) .dashboard-sidebar{background:#ffffffc7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dashboard-layout:has(.pedidos-ops-page) .sidebar-brand{background:transparent}main.dashboard-content.no-page-header:has(.pedidos-ops-page),main.dashboard-content.no-page-header:has(.pedidos-ops-page) .dashboard-body.ops-workspace{background:transparent}main.dashboard-content.no-page-header:has(.pedidos-ops-page){padding:12px 16px 0}main.dashboard-content.no-page-header:has(.dashboard-store-page){padding-bottom:0}.dashboard-body.ops-workspace:has(.pedidos-ops-page):not(:has(.dashboard-store-page)) .pedidos-ops-page{padding-bottom:0}.dashboard-body{min-height:0;overflow-y:auto;padding-right:2px;--orders-toolbar-sticky-top: 88px}.dashboard-content.no-page-header .dashboard-body{--orders-toolbar-sticky-top: 0px;overflow:hidden;min-height:0;display:flex;flex-direction:column}main.dashboard-content.no-page-header .dashboard-body.ops-workspace:has(.dashboard-store-page){overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.pedidos-ops-page.dashboard-store-page{flex:1 1 auto;min-height:0}.pedidos-ops-page.dashboard-store-page .pedidos-ops-shell{flex:1 1 auto;min-height:0;overflow:visible}.dashboard-header{background:#fff;border:1px solid color-mix(in srgb,var(--primary-color) 20%,#dbe3f2);border-radius:16px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:5}.dashboard-header h1{margin:0;font-size:1.45rem}.dashboard-header-main{min-width:0}.dashboard-breadcrumb{margin:0 0 6px;color:var(--primary-color);font-weight:600;font-size:.9rem}.dashboard-header-user{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:8px 8px 8px 10px;display:flex;align-items:center;gap:10px}.dashboard-header-avatar{width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--primary-color) 18%,#ffffff);color:color-mix(in srgb,var(--primary-color) 78%,#111827);font-size:.76rem;font-weight:700;display:grid;place-items:center}.dashboard-header-user-text{display:grid;gap:2px}.dashboard-header-user-name{margin:0;font-size:.85rem;font-weight:700;color:#0f172a}.dashboard-header-user-row{margin:0;font-size:.78rem;color:#64748b;display:flex;align-items:center;gap:8px}.dashboard-header-logout{margin-left:4px;width:30px;height:30px;border-radius:6px;border:0;background:transparent;color:#dc2626;display:grid;place-items:center;cursor:pointer;transition:color .2s ease,transform .2s ease}.dashboard-header-logout svg{width:20px;height:20px}.dashboard-header-logout:hover{color:#b91c1c}.dashboard-header-logout:active{transform:scale(.98)}.dashboard-header-logout:focus-visible{outline:2px solid #fca5a5;outline-offset:2px}.dashboard-header-online{display:inline-flex;align-items:center;gap:4px}.dashboard-header-online:before{content:"";width:7px;height:7px;border-radius:999px;background:#10b981}.dashboard-store-body{flex:1;min-height:0;display:flex;flex-direction:column}.pedidos-ops-page.dashboard-store-page .dashboard-store-body.dashboard-board{flex:0 1 auto;padding:20px 22px 24px;min-width:0}.dashboard-store-empty{flex:1;min-height:min(52vh,420px);margin:10px 18px 18px;padding:clamp(28px,4vw,48px);border-radius:16px;border:1px dashed #cbd5e1;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:grid;place-items:center;text-align:center}.dashboard-store-empty-title{margin:0 0 10px;font-size:1.05rem;font-weight:700;color:#334155}.dashboard-store-empty-hint{margin:0;max-width:42ch;font-size:.92rem;line-height:1.55;color:#64748b}.pedidos-ops-hero--dashboard{align-items:flex-start;margin-bottom:14px;position:relative;z-index:0}.pedidos-ops-hero--dashboard .pedidos-ops-hero-text{max-width:min(52ch,calc(100% - 200px));padding-right:8px}.pedidos-ops-hero--in-store-card{margin-top:0;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}@media(max-width:640px){.pedidos-ops-hero--dashboard .pedidos-ops-hero-text{max-width:100%}}.dashboard-operator-corner{--dashboard-shell-inset-right: calc(34px + clamp(12px, 2vw, 24px)) ;position:fixed;top:max(12px,env(safe-area-inset-top,0px));right:calc(var(--dashboard-shell-inset-right) + env(safe-area-inset-right,0px));z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:min(220px,calc(100vw - var(--dashboard-shell-inset-right) - 12px));padding:10px 12px;border-radius:12px;background:#ffffffeb;border:1px solid rgba(226,232,240,.98);box-shadow:0 1px #ffffffe6 inset,0 10px 28px #0f172a14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-align:right;pointer-events:auto}.dashboard-operator-corner-name{font-size:.84rem;font-weight:800;color:#0f172a;line-height:1.2;word-break:break-word}.dashboard-operator-corner-meta{font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;line-height:1.3}.dashboard-operator-corner-id{font-size:.68rem;font-weight:600;font-variant-numeric:tabular-nums;color:#64748b;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-card{flex-shrink:0;max-width:min(280px,100%);margin-left:auto;padding:8px 12px;border-radius:12px;background:#ffffffc7;border:1px solid rgba(148,163,184,.38);box-shadow:0 6px 18px #0f172a0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-align:right}.dashboard-user-card-name{margin:0;font-size:.82rem;font-weight:700;color:#0f172a;line-height:1.2;word-break:break-word}.dashboard-user-card-id{margin:2px 0 0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:6px;font-size:.72rem;line-height:1.3;text-align:right}.dashboard-user-card-id-label{font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.dashboard-user-card-id-value{font-weight:600;font-variant-numeric:tabular-nums;color:#475569;word-break:break-all}.dashboard-user-card-meta{margin:5px 0 0;padding-top:5px;border-top:1px solid rgba(226,232,240,.95);font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#475569}.dashboard-hero-sub{max-width:52ch}.dashboard-board-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:14px 20px;margin:-2px 0 18px;padding-bottom:16px;border-bottom:1px solid rgba(226,232,240,.95)}.dashboard-period-block{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;width:100%;min-width:0}.dashboard-period-heading{flex-shrink:0;margin:0;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.dashboard-period-segmented{flex:1;min-width:min(100%,200px);display:flex;flex-wrap:wrap;align-items:center;gap:3px;padding:5px;border-radius:14px;background:linear-gradient(180deg,#eef2f7,#e2e8f0);border:1px solid rgba(203,213,225,.95);box-shadow:0 1px #ffffffbf inset}.dashboard-toolbar-user{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:min(100%,260px);padding:8px 12px;border-radius:12px;background:linear-gradient(145deg,#f8fafcfa,#fffffffc);border:1px solid rgba(226,232,240,.95);box-shadow:0 1px #ffffffd9 inset}.dashboard-toolbar-user-text{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.dashboard-toolbar-user-name{font-size:.8rem;font-weight:700;color:#0f172a;line-height:1.25;text-align:right;word-break:break-word}.dashboard-toolbar-user-meta{font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.dashboard-toolbar-user-id{font-size:.65rem;font-weight:600;font-variant-numeric:tabular-nums;color:#64748b;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.dashboard-live-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:0;padding:6px 12px;border-radius:999px;font-size:.7rem;font-weight:700;color:#0f766e;background:#2dd4bf1f;border:1px solid rgba(45,212,191,.32);letter-spacing:.01em}.dashboard-live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98159;animation:dashboard-pulse-dot 2s ease-in-out infinite}@keyframes dashboard-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(.92)}}.dashboard-period-btn{border:none;background:transparent;color:#64748b;font-size:.72rem;font-weight:700;padding:8px 14px;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.dashboard-period-btn:hover{color:#0f172a;background:#ffffff73}.dashboard-period-btn.is-active{color:#0c4a6e;background:#fff;box-shadow:0 1px 2px #0f172a0f,0 0 0 1px #0ea5e938}.dashboard-range-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 16px;margin-bottom:18px;padding:14px 18px;border-radius:14px;background:linear-gradient(165deg,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.98);box-shadow:0 1px #ffffffe6 inset}.dashboard-range-sep{flex-shrink:0;padding-bottom:10px;font-size:.8rem;font-weight:700;color:#94a3b8}.dashboard-range-field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:min(100%,168px);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.dashboard-range-field input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;font:inherit;font-size:.9rem;font-weight:600;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.dashboard-range-field input:hover{border-color:#94a3b8}.dashboard-range-field input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.dashboard-period-modal-overlay{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.dashboard-period-modal{position:relative;width:min(100%,400px);padding:22px 20px 18px;border-radius:16px;border:1px solid rgba(226,232,240,.98);background:linear-gradient(168deg,#fff,#f8fafc);box-shadow:0 1px #ffffffe6 inset,0 24px 48px #0f172a2e}.dashboard-period-modal-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:1.35rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,border-color .15s ease}.dashboard-period-modal-close:hover{background:#fff;border-color:#cbd5e1;color:#0f172a}.dashboard-period-modal-title{margin:0 36px 6px 0;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.dashboard-period-modal-hint{margin:0 0 18px;font-size:.82rem;line-height:1.45;color:#64748b}.dashboard-period-modal-fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 14px;margin-bottom:20px}.dashboard-period-modal-field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:min(100%,140px);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.dashboard-period-modal-field input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;font:inherit;font-size:.9rem;font-weight:600;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.dashboard-period-modal-field input:hover{border-color:#94a3b8}.dashboard-period-modal-field input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.dashboard-period-modal-sep{flex-shrink:0;padding-bottom:10px;font-size:.82rem;font-weight:700;color:#94a3b8}.dashboard-period-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.dashboard-period-modal-btn{border-radius:12px;font-size:.84rem;font-weight:700;padding:10px 18px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.dashboard-period-modal-btn--ghost{border:1px solid #e2e8f0;background:#fff;color:#475569}.dashboard-period-modal-btn--ghost:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}.dashboard-period-modal-btn--primary{border:1px solid rgba(14,165,233,.45);background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 2px 10px #0ea5e940}.dashboard-period-modal-btn--primary:hover{filter:brightness(1.05)}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.dashboard-kpi-grid.dashboard-kpi-grid--ops{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1200px){.dashboard-kpi-grid.dashboard-kpi-grid--ops{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.dashboard-kpi-grid,.dashboard-kpi-grid.dashboard-kpi-grid--ops{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.dashboard-kpi-grid{grid-template-columns:1fr}}.dashboard-kpi-card{padding:12px 14px 14px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(165deg,#fff,#f8fafc59);box-shadow:0 1px #ffffffe6 inset,0 6px 18px #0f172a09}.dashboard-kpi-card--accent{border-color:#10b98161;background:linear-gradient(155deg,#ecfdf58c,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops{display:flex;flex-direction:column;align-items:center;text-align:center}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops>p{width:100%;box-sizing:border-box;text-align:center;margin-left:auto;margin-right:auto}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops .dashboard-kpi-label{max-width:28ch}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops .dashboard-kpi-value{max-width:100%}.dashboard-kpi-card--warn{border-color:#f59e0b73;background:linear-gradient(165deg,#fffbebbf,#fffffff5)}.dashboard-kpi-card--critical{border-color:#f43f5e6b;background:linear-gradient(165deg,#fff1f2d9,#fffffffa)}.dashboard-kpi-card--ops-sem-aceite{border-color:#ef444480;background:linear-gradient(165deg,#fef2f2f2,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-sem-aceite .dashboard-kpi-label{color:#b91c1c}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-sem-aceite .dashboard-kpi-value{color:#991b1b}.dashboard-kpi-card--ops-em-separacao{border-color:#2563eb73;background:linear-gradient(165deg,#eff6fff2,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-em-separacao .dashboard-kpi-label{color:#1d4ed8}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-em-separacao .dashboard-kpi-value{color:#1e3a8a}.dashboard-kpi-card--ops-conferencia{border-color:#9333ea73;background:linear-gradient(165deg,#faf5fff2,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-conferencia .dashboard-kpi-label{color:#7e22ce}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-conferencia .dashboard-kpi-value{color:#6b21a8}.dashboard-kpi-card--ops-saiu-entrega{border-color:#ca8a0480;background:linear-gradient(165deg,#fefce8fa,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-saiu-entrega .dashboard-kpi-label{color:#a16207}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-saiu-entrega .dashboard-kpi-value{color:#854d0e}.dashboard-kpi-card--ops-retirada-loja{border-color:#ea580c7a;background:linear-gradient(165deg,#fff7edf5,#fffffffa)}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-retirada-loja .dashboard-kpi-label{color:#c2410c}.dashboard-kpi-grid--ops .dashboard-kpi-card--ops-retirada-loja .dashboard-kpi-value{color:#9a3412}.dashboard-kpi-label{margin:0 0 4px;font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#94a3b8}.dashboard-kpi-value{margin:0 0 4px;font-size:1.52rem;font-weight:800;letter-spacing:-.035em;color:#0f172a;font-variant-numeric:tabular-nums;line-height:1.15}.dashboard-kpi-value--money{font-size:1.28rem}.dashboard-kpi-delta{margin:0;font-size:.75rem;font-weight:700}.dashboard-kpi-delta.is-up{color:#047857}.dashboard-kpi-delta.is-down{color:#b91c1c}.dashboard-kpi-delta--muted{color:#94a3b8;font-weight:600}.dashboard-charts-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.38fr);grid-template-rows:auto auto;gap:12px;align-items:stretch}.dashboard-chart-card--trend{grid-column:1 / -1}.dashboard-chart-card--mix{grid-column:1;min-width:0}.dashboard-chart-card--fila{grid-column:2;min-width:0}@media(max-width:900px){.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-chart-card--mix,.dashboard-chart-card--fila{grid-column:1 / -1}}.dashboard-chart-card{padding:16px 18px 18px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(168deg,#fff,#f8fafc66);box-shadow:0 1px #ffffffd9 inset,0 8px 24px #0f172a0a;min-width:0}.dashboard-chart-card--wide{grid-column:1 / -1}.dashboard-chart-card-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 16px;margin-bottom:10px}.dashboard-chart-card-title{margin:0;font-size:.92rem;font-weight:800;color:#0f172a;letter-spacing:-.022em}.dashboard-chart-card-sub{margin:4px 0 0;font-size:.72rem;font-weight:600;color:#94a3b8;line-height:1.35;max-width:36ch}.dashboard-chart-card-hint{margin:4px 0 0;width:100%;font-size:.78rem;font-weight:600;color:#94a3b8}.dashboard-chart-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 10px;font-size:.72rem;font-weight:700;color:#64748b}.dashboard-chart-legend li{display:inline-flex;align-items:center;gap:6px}.dashboard-chart-legend--chips li{padding:5px 11px;border-radius:999px;background:#f8fafcfa;border:1px solid rgba(226,232,240,.95);font-size:.66rem;font-weight:700;letter-spacing:.02em;color:#475569}.dashboard-legend-swatch{width:10px;height:10px;border-radius:3px}.dashboard-legend-swatch--pedidos{background:linear-gradient(135deg,#0284c7,#38bdf8)}.dashboard-legend-swatch--entregues{background:#6366f1}.dashboard-chart-frame{width:100%;min-height:0}.dashboard-chart-card--wide .dashboard-chart-frame{margin-top:4px;padding:0;border:none;background:transparent;border-radius:0}.dashboard-trend-premium{width:100%;min-width:0}.dashboard-trend-canvas{display:grid;grid-template-columns:2.35rem minmax(0,1fr);gap:0 8px;align-items:stretch}.dashboard-trend-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:6px 0 10px;min-height:168px;text-align:right;-webkit-user-select:none;user-select:none}.dashboard-trend-y-tick{font-size:.625rem;font-weight:700;font-variant-numeric:tabular-nums;color:#94a3b8;line-height:1;letter-spacing:.02em}.dashboard-trend-svg-wrap{position:relative;min-height:168px;max-height:min(220px,32vw)}.dashboard-trend-svg{width:100%;height:100%;min-height:168px;display:block;overflow:visible}.dashboard-trend-gridline{stroke:#f1f5f9f2;stroke-width:1;vector-effect:non-scaling-stroke}.dashboard-trend-area{opacity:0;animation:dashboard-area-in .75s ease .08s forwards}.dashboard-trend-line{opacity:0;animation:dashboard-line-in .88s cubic-bezier(.22,1,.36,1) forwards;vector-effect:non-scaling-stroke}.dashboard-trend-line--pedidos{animation-delay:.06s}.dashboard-trend-line--entregues{animation-delay:.22s}.dashboard-trend-x-wrap{display:grid;grid-template-columns:2.35rem minmax(0,1fr);gap:0 8px;margin-top:6px;align-items:start}.dashboard-trend-x-spacer{min-height:1px}.dashboard-trend-x-labels{position:relative;width:100%;min-height:2.1rem;overflow:visible}.dashboard-trend-x-label{position:absolute;top:0;font-size:.625rem;font-weight:700;color:#64748b;text-align:center;line-height:1.2;letter-spacing:.02em;white-space:nowrap;overflow:visible;max-width:min(3.8rem,22vw);-webkit-hyphens:none;hyphens:none}@media(max-width:520px){.dashboard-trend-x-label{font-size:.58rem;letter-spacing:.01em;max-width:min(3.2rem,18vw)}}.dashboard-svg-chart{width:100%;height:auto;display:block}.dashboard-chart-grid{stroke:#f1f5f9;stroke-width:1}.dashboard-chart-xlabel{font-size:10px;font-weight:700;fill:#94a3b8}.dashboard-chart-line{opacity:0;animation:dashboard-line-in .85s ease .12s forwards}.dashboard-chart-line--entregues{animation-delay:.28s}.dashboard-chart-area{opacity:0;animation:dashboard-area-in .75s ease forwards}@keyframes dashboard-line-in{0%{opacity:0;filter:blur(2px)}to{opacity:1;filter:none}}@keyframes dashboard-area-in{0%{opacity:0}to{opacity:1}}.dashboard-channel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.dashboard-channel-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.2fr) auto;gap:10px 12px;align-items:center}.dashboard-channel-label{font-size:.8rem;font-weight:700;color:#334155}.dashboard-channel-track{height:12px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dashboard-channel-fill{height:100%;border-radius:999px;transform-origin:left center;transform:scaleX(0);animation:dashboard-bar-grow .9s cubic-bezier(.22,1,.36,1) forwards}.dashboard-channel-pct{font-size:.78rem;font-weight:800;font-variant-numeric:tabular-nums;color:#475569;min-width:2.5rem;text-align:right}.dashboard-stage-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dashboard-stage-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,2fr) auto;gap:10px 12px;align-items:center}.dashboard-stage-label{font-size:.78rem;font-weight:700;color:#475569}.dashboard-stage-track{height:10px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dashboard-stage-fill{height:100%;border-radius:999px;transform-origin:left center;transform:scaleX(0);animation:dashboard-bar-grow .85s cubic-bezier(.22,1,.36,1) both}.dashboard-stage-row:nth-child(1) .dashboard-stage-fill{animation-delay:.05s}.dashboard-stage-row:nth-child(2) .dashboard-stage-fill{animation-delay:.12s}.dashboard-stage-row:nth-child(3) .dashboard-stage-fill{animation-delay:.19s}.dashboard-stage-row:nth-child(4) .dashboard-stage-fill{animation-delay:.26s}.dashboard-stage-row:nth-child(5) .dashboard-stage-fill{animation-delay:.33s}.dashboard-channel-row:nth-child(1) .dashboard-channel-fill{animation-delay:.06s}.dashboard-channel-row:nth-child(2) .dashboard-channel-fill{animation-delay:.14s}.dashboard-channel-row:nth-child(3) .dashboard-channel-fill{animation-delay:.22s}@keyframes dashboard-bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dashboard-stage-val{font-size:.78rem;font-weight:800;font-variant-numeric:tabular-nums;color:#334155;min-width:1.75rem;text-align:right}@media(max-width:720px){.pedidos-ops-hero--dashboard{flex-direction:column;align-items:stretch}.pedidos-ops-hero--dashboard .pedidos-ops-hero-text{max-width:100%;padding-right:0}.dashboard-operator-corner{top:max(8px,env(safe-area-inset-top,0px));max-width:min(200px,calc(100vw - var(--dashboard-shell-inset-right) - 16px));padding:8px 10px}.dashboard-operator-corner-name{font-size:.78rem}.dashboard-user-card{margin-left:0;max-width:none;text-align:left}.dashboard-user-card-id{justify-content:flex-start;text-align:left}.dashboard-board-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:980px){.dashboard-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;min-height:100vh;overflow-y:auto;padding:12px;gap:12px}.dashboard-operator-corner{--dashboard-shell-inset-right: calc(30px + clamp(12px, 2vw, 24px)) }.dashboard-sidebar{height:auto;max-height:min(58vh,480px)}.dashboard-content{height:auto;max-height:none;min-height:min(70vh,720px)}.dashboard-header{flex-direction:column;align-items:flex-start}}.orders-page{flex:1;min-height:0;display:grid;grid-template-rows:auto 1fr;gap:14px;overflow:hidden}.pedidos-ops-shell.expedicao-ops-shell>.expedicao-main-outer.orders-layout{flex:1;min-height:0;padding:0;gap:0;background:transparent;border:0;border-radius:0}.pedidos-ops-shell.expedicao-ops-shell .orders-list-panel.expedicao-panel-tabs{border:0;border-radius:0}.expedicao-stack{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px;overflow:hidden}.expedicao-main-outer,.expedicao-panel-tabs{flex:1;min-height:0;overflow:hidden}.expedicao-tabs{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.expedicao-tabs button{flex:1;min-width:0;height:36px;border:1px solid #d8e0eb;border-radius:10px;background:#fff;color:#334155;font-size:.8rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px}.expedicao-tabs button span{min-width:20px;height:20px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.expedicao-tabs button.is-active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.expedicao-tabs button.is-active span{background:#bfdbfe;color:#1e3a8a}.expedicao-tools-simple{justify-content:flex-end}.expedicao-main-outer .orders-layout{padding:0;min-height:0;overflow:hidden}.expedicao-panel-conference,.expedicao-panel-logistica{min-height:0;display:flex;flex-direction:column;overflow:hidden}.expedicao-panel-conference{flex:1 1 46%}.expedicao-panel-logistica{flex:1 1 52%}.expedicao-logistica-toolbar{flex-shrink:0;padding:0 12px 8px;display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid #f1f5f9;background:#fafafa}.expedicao-logistica-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:0;padding:0 12px 12px;overflow:hidden;background:#fff}.expedicao-block{flex:1 1 50%;min-height:140px;display:flex;flex-direction:column;gap:8px;padding:12px 0 0;overflow:hidden}.expedicao-block--rota{flex:1 1 45%;min-height:120px;margin-top:4px;padding-top:14px;border-top:1px solid #e2e8f0}.expedicao-block-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.expedicao-block-head h3{margin:0;font-size:.82rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.expedicao-block-count{font-size:.75rem;font-weight:700;color:#475569;background:#f1f5f9;padding:2px 9px;border-radius:999px}.expedicao-logistica-search{flex-shrink:0}.expedicao-logistica-search input{width:100%;height:40px;border:1px solid #c9d5e6;border-radius:10px;padding:0 12px;font-size:.88rem;box-sizing:border-box}.expedicao-logistica-list{flex:1;min-height:80px;overflow-y:auto;padding:0 2px 4px 0;display:grid;gap:8px;align-content:start;grid-auto-rows:minmax(0,auto)}.expedicao-logistica-list.orders-list-body{padding:0;background:transparent}.expedicao-logistica-list .orders-list-item{text-align:left}.expedicao-logistica-empty{grid-column:1 / -1;margin:0;padding:16px 8px;text-align:center;color:#64748b;font-size:.82rem}.orders-list-body--list .expedicao-logistica-empty{grid-column:unset;width:100%}.expedicao-dispatch-modal-id{margin:0 0 12px;color:#475569;font-size:.88rem}.expedicao-dispatch-item{cursor:pointer}.expedicao-dispatch-meta{display:block;margin-top:4px;font-size:.72rem;color:#64748b;font-weight:600}@media(max-width:1100px){.expedicao-panel-conference,.expedicao-panel-logistica{flex:1 1 auto;min-height:320px}}.orders-kpis,.orders-layout{background:#fff;border:1px solid #e2e8f0;border-radius:8px}.orders-search{min-width:0;flex:1;display:grid;gap:6px}.orders-search label{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:700}.orders-search input,.custom-select-trigger{height:40px;border:1px solid #c9d5e6;border-radius:10px;padding:0 12px;font-size:.9rem;color:#0f172a;background:#fff}.orders-search input:focus,.custom-select-trigger:focus{outline:none;border-color:#334155;box-shadow:0 0 0 3px #33415524}.orders-filters{display:flex;align-items:center;gap:8px}.orders-list-tools{flex-shrink:0;padding:8px 12px 10px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;z-index:30;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.orders-view-toggle{display:inline-flex;border:1px solid #c9d5e6;border-radius:10px;overflow:hidden;flex-shrink:0;height:40px;box-sizing:border-box}.orders-view-toggle button{border:0;margin:0;padding:0;width:40px;height:100%;min-height:40px;display:grid;place-items:center;background:#fff;color:#475569;cursor:pointer}.orders-view-toggle button svg{width:20px;height:20px;display:block;flex-shrink:0}.orders-view-toggle button+button{border-left:1px solid #c9d5e6}.orders-view-toggle button.is-active{background:#e8eef4;color:#0f172a}.orders-view-toggle button:focus-visible{outline:2px solid #334155;outline-offset:1px;z-index:1}.custom-select{min-width:180px;position:relative;z-index:40}.orders-sort-select{min-width:200px;max-width:min(420px,100%);flex:1 1 220px}.orders-sort-select .custom-select-trigger>span:first-of-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;text-align:left}.custom-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.custom-select-chevron{color:#64748b;transition:transform .15s ease}.custom-select-chevron.is-open{transform:rotate(180deg)}.custom-select-menu{list-style:none;margin:6px 0 0;padding:6px;position:absolute;z-index:999;width:100%;border-radius:10px;border:1px solid #c9d5e6;background:#fff;box-shadow:0 14px 24px #0f172a1f}.custom-select-option{width:100%;border:0;border-radius:8px;height:34px;background:transparent;color:#0f172a;text-align:left;padding:0 10px;cursor:pointer;font-size:.86rem}.custom-select-option:hover{background:#f1f5f9}.custom-select-option.is-selected{background:#e2e8f0;font-weight:700}.orders-kpis{flex-shrink:0;padding:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;position:sticky;top:0;z-index:5}.orders-kpi{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;background:#fafafa;display:grid;place-content:center;text-align:center;min-width:0;min-height:64px;position:relative}.orders-kpi:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:8px 8px 0 0;background:#64748b}.orders-kpi-label{margin:0;color:#475569;font-size:.66rem;min-height:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.orders-kpi-value{margin:3px 0 0;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.1}.orders-kpi.is-attention,.orders-kpi.is-critical,.orders-kpi.is-paused{background:#fafafa}.orders-kpi .orders-kpi-value{color:#1e293b}.orders-kpi.is-attention:before{background:#f59e0b}.orders-kpi.is-critical:before{background:#dc2626}.orders-kpi.is-paused:before{background:#7c3aed}.orders-kpi.is-attention .orders-kpi-value{color:#b45309}.orders-kpi.is-critical .orders-kpi-value{color:#b91c1c}.orders-kpi.is-paused .orders-kpi-value{color:#6d28d9}.orders-layout{min-height:0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow:visible}.orders-list-panel,.orders-detail-panel{border:1px solid #e2e8f0;border-radius:8px;background:#fff;min-height:0}.orders-list-panel{flex:1;display:flex;flex-direction:column;min-height:0;overflow:visible}.orders-panel-header{flex-shrink:0;padding:10px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid #e2e8f0;background:#fff}.orders-panel-header h2{margin:0;font-size:.95rem;font-weight:700;color:#0f172a}.orders-panel-header-store{font-weight:600;color:#64748b}.orders-panel-header span{color:#64748b;font-size:.78rem;font-weight:500}.orders-panel-header-view{font-weight:600;color:#334155}.orders-list-body{overflow-y:auto;background:#fff;padding:0 12px 12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:minmax(0,auto);gap:8px;align-content:start;justify-items:stretch;flex:1;min-height:0}.orders-list-body:not(.orders-list-body--list)>.orders-list-item{justify-self:stretch;width:100%;min-width:0;max-width:100%}.orders-list-body--list{display:flex;flex-direction:column;gap:0;padding:0;background:#fff;overflow-x:auto}.orders-queue-thead{display:grid;align-items:center;column-gap:8px;row-gap:4px;padding:6px 12px;position:sticky;top:0;z-index:4;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.orders-queue-thead--pedidos,.orders-queue-row--pedidos{grid-template-columns:minmax(6.5rem,7.25rem) minmax(8rem,1.2fr) minmax(5.25rem,.75fr) minmax(5.75rem,.9fr) 2rem minmax(3.75rem,4rem) minmax(4.5rem,.55fr) minmax(3.75rem,4.25rem)}.expedicao-page .expedicao-pedidos-like-table{min-width:840px}.expedicao-page .expedicao-pedidos-like-table .pedidos-ops-col--customer{width:14%}.expedicao-page .pedidos-ops-hero .pedidos-ops-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;flex:1 1 360px;min-width:0}.expedicao-page .pedidos-ops-hero .pedidos-ops-stats button.pedidos-ops-stat{min-width:0;width:100%}.expedicao-page .pedidos-ops-hero .pedidos-ops-stat-label{white-space:normal;line-height:1.3;max-width:100%}.expedicao-page .orders-queue-thead--expedicao-dispatch{letter-spacing:.12em}.orders-queue-thead--expedicao-dispatch,.orders-queue-row--expedicao-dispatch{width:100%;max-width:none;margin-inline:0;box-sizing:border-box;column-gap:0;grid-template-columns:7.5rem 22% minmax(0,1fr) minmax(0,1fr) 6.75rem;padding:0}.orders-queue-thead--expedicao-dispatch>*,.orders-queue-row--expedicao-dispatch>*{min-width:0;box-sizing:border-box;padding-inline:10px}.orders-queue-thead--expedicao-dispatch>*{padding-top:8px;padding-bottom:10px}.orders-queue-row--expedicao-dispatch>*{padding-block:10px}.expedicao-page .orders-queue-thead--expedicao-dispatch>span:nth-child(1),.expedicao-page .orders-queue-thead--expedicao-dispatch>span:nth-child(2){text-align:left}.expedicao-page .orders-queue-thead--expedicao-dispatch>span:nth-child(3),.expedicao-page .orders-queue-thead--expedicao-dispatch>span:nth-child(4),.expedicao-page .orders-queue-thead--expedicao-dispatch .orders-queue-th--like-pedidos-total{text-align:center}.expedicao-page .orders-queue-row--expedicao-dispatch>span:nth-child(3),.expedicao-page .orders-queue-row--expedicao-dispatch>span:nth-child(4){text-align:center;justify-self:center}.expedicao-page .orders-queue-row--expedicao-dispatch .orders-queue-td--like-pedidos-total{text-align:center;font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a;white-space:nowrap}.orders-queue-th-narrow,.orders-queue-th-sla{text-align:center}.orders-queue-th-tempo{text-align:left}.orders-queue-th-prioridade{text-align:center;line-height:1.15}.orders-queue-th-end{text-align:right}.orders-queue-row{display:grid;align-items:center;column-gap:8px;row-gap:4px;min-height:44px;padding:6px 12px;border:0;border-bottom:1px solid #eef2f6;background:#fff;width:100%;text-align:left;font:inherit;color:#0f172a;font-size:.8rem;cursor:pointer;box-sizing:border-box}.orders-queue-row:hover{background:#f8fafc}.orders-queue-row.is-active{background:#e8f2ff;outline:1px solid #93c5fd;outline-offset:-1px}.orders-queue-row--pedidos,.orders-queue-row--expedicao-dispatch{min-height:52px}.orders-queue-thead.orders-queue-thead--expedicao-dispatch,.orders-queue-row.orders-queue-row--expedicao-dispatch{padding:0;column-gap:0}.expedicao-page .expedicao-conference-list.orders-list-body--list,.expedicao-page .expedicao-logistica-list.orders-list-body--list{min-width:860px;padding:10px 12px 14px;scrollbar-gutter:stable}.orders-queue-row .orders-status{justify-self:start}.orders-queue-customer-cell{min-width:0;display:flex;flex-direction:column;gap:3px;justify-content:center;align-self:stretch}.orders-queue-customer-name{font-weight:600;font-size:.78rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-queue-customer-phone{font-size:.68rem;line-height:1.2;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-queue-col-etapa{font-size:.72rem;line-height:1.25}.orders-queue-col-status{min-width:0;max-width:100%}.orders-queue-col-status.orders-status{width:auto;max-width:100%;min-height:22px;height:auto;padding:2px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders-queue-col-sla{justify-self:center}.orders-queue-col-tempo{font-variant-numeric:tabular-nums;white-space:nowrap}.orders-queue-col-prioridade{text-align:center;font-size:.74rem;font-weight:600;color:#475569;white-space:nowrap}.orders-queue-col-prioridade.is-prioridade-sim{color:#b45309;font-weight:700}.orders-queue-mono{font-weight:700;font-variant-numeric:tabular-nums}.orders-queue-clip{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-queue-dim{color:#64748b;font-weight:500}.orders-queue-numeric{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.orders-queue-row .orders-sla-icon{justify-self:center}.orders-date-range{flex-shrink:0;padding:2px 14px 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:end}.orders-date-range-title{margin:0;grid-column:1 / -1;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-weight:700}.orders-date-range label{display:grid;gap:4px;font-size:.74rem;color:#64748b;font-weight:600}.orders-date-range input{height:34px;border:1px solid #c9d5e6;border-radius:8px;padding:0 8px;font-size:.82rem}.orders-pagination{flex-shrink:0;margin-top:auto;border-top:1px solid #e2e8f0;padding:10px 14px 12px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.orders-pagination button{height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:.78rem;font-weight:600;padding:0 10px;cursor:pointer}.orders-pagination button:disabled{opacity:.45;cursor:not-allowed}.orders-pagination span{font-size:.8rem;color:#475569}.orders-list-item{width:100%;max-width:100%;border:1px solid #e2e8f0;border-radius:6px;background:#fff;text-align:left;padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:8px;align-items:stretch;min-height:120px;min-width:0;box-sizing:border-box}.orders-list-item:hover{background:#fafafa}.orders-list-item.is-active{border-color:#93c5fd;background:#eff6ff}.orders-list-item.is-status-novo{border-color:#e2e8f0}.orders-list-item.is-status-aceito{border-color:#bfdbfe;background:#f8fafc}.orders-list-item.is-status-em_separacao{border-color:#86efac;background:#f8fafc}.orders-list-item.is-status-cancelado{border-color:#fecaca;background:#fef2f2}.orders-list-item.is-status-pausado{border-color:#fcd34d;background:#fffbeb}.orders-list-main{flex:1 1 auto;min-width:0;min-height:0;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.orders-list-id{margin:0;font-size:.92rem;font-weight:700;color:#0f172a;line-height:1.25}.orders-list-customer{margin:4px 0 0;color:#1e293b;font-size:.78rem;line-height:1.35;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.orders-list-customer small{color:#64748b}.orders-list-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;color:#0f172a;font-size:.74rem;flex-shrink:0;padding-top:8px;border-top:1px solid rgba(148,163,184,.28)}.orders-list-meta>span{white-space:nowrap}.orders-priority{color:#b45309;font-weight:700}.orders-status{width:72px;height:20px;padding:0 5px;border-radius:999px;font-size:.6rem;font-weight:700;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.03em}.status-novo{background:#fff;color:#334155;border:1px solid #cbd5e1}.status-aceito,.status-em_separacao{border:1px solid transparent}.status-aceito{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.status-em_separacao{background:#f0fdf4;color:#166534;border-color:#86efac}.status-pausado{background:#fffbeb;color:#92400e;border:1px solid #fcd34d}.status-cancelado{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.sla-normal{background:#16a34a;color:#fff}.sla-atencao{background:#f59e0b;color:#fff}.sla-critico{background:#dc2626;color:#fff}.orders-sla-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;border-radius:999px;position:relative;justify-self:center;flex-shrink:0;box-shadow:inset 0 0 0 2px #ffffff73}.orders-sla-icon:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%);background:#0f172a;color:#fff;border-radius:6px;padding:4px 7px;font-size:.7rem;font-weight:600;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .08s ease;z-index:20}.orders-sla-icon:hover:after{opacity:1}.orders-detail-panel{padding:14px;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:12px;background:linear-gradient(180deg,#f8fafc,#fff 18%);overflow:hidden}.orders-modal-overlay{position:fixed;inset:0;background:#0f172a80;z-index:10000;display:grid;place-items:center;padding:24px}.orders-modal{width:min(1080px,100%);height:min(92vh,900px);max-height:calc(100vh - 16px);border-radius:8px;border:1px solid #cbd5e1;background:#fff;box-shadow:0 20px 50px #02061740;padding:12px;position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px}.orders-modal-head{margin:-12px -12px 4px;padding:14px 48px 12px 16px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;border-radius:7px 7px 0 0}.orders-modal-title{margin:0;font-size:1.08rem;font-weight:800;letter-spacing:-.02em;color:#0f172a;line-height:1.2}.orders-modal-head-id{margin:4px 0 0;font-size:.8rem;font-weight:600;color:#64748b;font-variant-numeric:tabular-nums;letter-spacing:.02em}.orders-modal-close{position:absolute;top:10px;right:10px;z-index:6;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#0f172a;width:32px;height:32px;padding:0;cursor:pointer;font-size:1.25rem;line-height:1;font-weight:500;display:grid;place-items:center}.orders-modal-close:hover{background:#fff}.orders-detail-header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:16px;border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#fff}.orders-detail-order-id{margin:0;color:var(--primary-color);font-weight:700;font-size:.8rem}.orders-detail-header h3{margin:4px 0;font-size:1.1rem}.orders-detail-header p{margin:0;color:#64748b}.orders-detail-meta{display:grid;gap:5px;justify-items:end}.orders-detail-meta p{margin:0;font-size:.8rem;color:#334155}.orders-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#fff}.orders-actions button{height:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:.78rem;font-weight:600;padding:0 10px;cursor:pointer;width:100%}.orders-action-btn.action-aceitar{border-color:#16a34a;color:#166534}.orders-action-btn.action-enviar_entrega{border-color:#2563eb;color:#1d4ed8}.orders-action-btn.action-pausar{border-color:#f59e0b;color:#92400e}.orders-action-btn.action-cancelar{border-color:#dc2626;color:#b91c1c}.orders-actions button:disabled{cursor:not-allowed;opacity:.45}.orders-tabs{display:flex;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.orders-tabs button{border:0;flex:1;height:34px;border-radius:8px;padding:0 10px;background:transparent;color:#475569;font-size:.78rem;font-weight:600;cursor:pointer;min-width:0}.orders-tabs button.is-active{background:color-mix(in srgb,var(--primary-color) 13%,#ffffff);color:color-mix(in srgb,var(--primary-color) 74%,#111827)}.orders-tabs button:disabled{cursor:not-allowed;opacity:.5}.orders-tab-panel{min-height:0;overflow:hidden;display:flex;flex-direction:column}.orders-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.orders-summary-grid article,.orders-items-list article,.orders-sla-panel article{border:1px solid #e2e8f0;border-radius:10px;padding:10px}.orders-summary-grid h4,.orders-sla-panel h4{margin:0;color:#64748b;font-size:.76rem;text-transform:uppercase}.orders-summary-grid p,.orders-sla-panel p{margin:6px 0 0;color:#0f172a}.orders-items-list{display:grid;gap:8px}.orders-items-list p{margin:0}.orders-items-list small{display:block;margin-top:4px;color:#64748b}.orders-picking-panel{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}.orders-picking-content{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.orders-picking-content.is-ghost{opacity:.5;filter:grayscale(.38);pointer-events:none;-webkit-user-select:none;user-select:none;outline:1px dashed #cbd5e1;outline-offset:3px;border-radius:12px}.orders-picking-locked{border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;padding:10px}.orders-picking-locked h4{margin:0;font-size:.84rem;color:#0f172a}.orders-picking-locked p{margin:4px 0 0;color:#64748b;font-size:.76rem}.orders-picking-header{border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#f8fafc;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:sticky;top:0;z-index:20;box-shadow:0 6px 12px #0f172a0a}.orders-picking-header h4{margin:0;font-size:.92rem;color:#0f172a}.orders-picking-header p{margin:4px 0 0;color:#64748b;font-size:.8rem}.orders-picking-actions{display:flex;gap:8px}.orders-picking-actions button,.orders-picking-missing button{height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1e293b;font-size:.76rem;padding:0 10px;cursor:pointer}.orders-picking-actions button:disabled,.orders-picking-missing button:disabled{cursor:not-allowed;opacity:.5}.orders-picking-list{display:grid;gap:8px;min-height:0;overflow:visible;padding-right:2px;align-content:start;grid-auto-rows:max-content}.orders-picking-item{position:relative;z-index:1;border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 200px;grid-template-areas:"name actions" "note actions";gap:2px 10px;align-items:center}.orders-picking-item.is-dropdown-open{z-index:3000;box-shadow:0 12px 28px #0f172a1a}.orders-picking-item-head{grid-area:name;min-width:0;display:flex;flex-direction:column;gap:3px;align-self:start}.orders-picking-item-name{margin:0;color:#0f172a;font-size:.86rem;line-height:1.25}.orders-picking-item-name strong{font-weight:700}.orders-picking-item-qty{margin:0;color:#64748b;font-size:.78rem;font-weight:400;line-height:1.25}.orders-picking-note{margin:0;color:#64748b;font-size:.74rem;grid-area:note}.orders-picking-row-actions{margin-top:0;display:flex;align-items:end;justify-content:flex-end;gap:10px;grid-area:actions}.orders-picking-row-actions label{display:grid;gap:3px;color:#64748b;font-size:.7rem;font-weight:600;min-width:130px}.orders-picking-row-actions>button{height:32px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#1e293b;font-size:1rem;width:32px;min-width:32px;padding:0;cursor:pointer}.orders-picking-row-actions>button:disabled{cursor:not-allowed;opacity:.5}.picking-status-select{position:relative;width:100%;min-width:0;z-index:1}.orders-picking-item.is-dropdown-open .picking-status-select{z-index:2}.picking-status-trigger{width:100%;min-width:138px;height:32px;border-radius:8px;border:1px solid #cbd5e1;font-size:.76rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 10px;cursor:pointer;transition:box-shadow .15s ease,transform .1s ease;box-sizing:border-box;text-align:left}.picking-status-trigger-label{display:inline-flex;align-items:center;gap:8px;min-width:0}.picking-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.picking-status-trigger.status-separar .picking-status-dot{background:#2563eb}.picking-status-trigger.status-em_separacao .picking-status-dot{background:#ca8a04}.picking-status-trigger.status-separado .picking-status-dot{background:#16a34a}.picking-status-trigger.status-cancelado .picking-status-dot{background:#dc2626}.picking-status-chevron{color:#64748b;font-size:.65rem;line-height:1;flex-shrink:0;transition:transform .15s ease}.picking-status-chevron.is-open{transform:rotate(180deg)}.picking-status-trigger:hover{box-shadow:0 0 0 2px #33415514}.picking-status-trigger:active{transform:translateY(.5px)}.picking-status-trigger.status-separar{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.picking-status-trigger.status-em_separacao{background:#fffbeb;color:#92400e;border-color:#fcd34d}.picking-status-trigger.status-separado{background:#f0fdf4;color:#15803d;border-color:#86efac}.picking-status-trigger.status-cancelado{background:#fef2f2;color:#b91c1c;border-color:#fca5a5}.picking-status-menu{list-style:none;margin:0;padding:6px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 10px 22px #0f172a26;position:absolute;top:calc(100% + 6px);left:0;right:0;width:100%;box-sizing:border-box;z-index:5000}.picking-status-menu-portal{max-height:min(320px,calc(100vh - 24px));overflow-y:auto;-webkit-overflow-scrolling:touch}.picking-status-menu li{list-style:none;margin:0;padding:0}.picking-status-menu li+li{margin-top:2px}.picking-status-option{width:100%;min-height:34px;border-radius:7px;border:0;font-size:.74rem;font-weight:600;cursor:pointer;padding:7px 10px;display:flex;align-items:center;gap:8px;box-sizing:border-box;text-align:left;background:transparent;color:#0f172a}.picking-status-option.status-separar{color:#1d4ed8}.picking-status-option.status-em_separacao{color:#92400e}.picking-status-option.status-separado{color:#15803d}.picking-status-option.status-cancelado{color:#b91c1c}.picking-status-option .picking-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.picking-status-option.status-separar .picking-status-dot{background:#2563eb}.picking-status-option.status-em_separacao .picking-status-dot{background:#ca8a04}.picking-status-option.status-separado .picking-status-dot{background:#16a34a}.picking-status-option.status-cancelado .picking-status-dot{background:#dc2626}.picking-status-option:hover{background:#f1f5f9}.picking-status-option:focus-visible{outline:2px solid #334155;outline-offset:1px}.orders-delivery-modal{width:min(560px,calc(100vw - 32px));border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 20px 50px #0f172a47;padding:20px;position:relative;display:grid;gap:12px}.orders-delivery-modal .orders-modal-close{position:absolute;top:12px;right:12px;z-index:2}.orders-delivery-modal h3{margin:0;color:#0f172a;font-size:1rem}.orders-delivery-summary p{margin:0;color:#1e293b;font-size:.86rem}.orders-delivery-products h4{margin:0;color:#475569;font-size:.78rem;text-transform:uppercase}.orders-delivery-products ul{margin:6px 0 0;padding-left:18px}.orders-delivery-products li{color:#1e293b;font-size:.84rem;line-height:1.35}.orders-delivery-product-line{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.orders-delivery-product-line:last-child{margin-bottom:0}.orders-delivery-product-name{font-weight:700;color:#1e293b}.orders-delivery-product-qty{font-weight:400;color:#64748b;font-size:.78rem}.orders-delivery-checks{border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#f8fafc;display:grid;gap:6px}.orders-delivery-checks p{margin:0;font-size:.82rem;font-weight:600}.orders-delivery-checks p.is-ok{color:#15803d}.orders-delivery-checks p.is-pending{color:#b45309}.orders-delivery-confirm{height:36px;border:1px solid #16a34a;border-radius:9px;background:#16a34a;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer}.orders-delivery-confirm:disabled{opacity:.55;cursor:not-allowed}@media(max-width:980px){.orders-picking-item{grid-template-columns:1fr;grid-template-areas:"name" "note" "actions"}.orders-picking-row-actions{justify-content:flex-start;flex-wrap:wrap}}.orders-modal-picking-meta{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;flex-shrink:0}.orders-modal-picking-meta p{margin:0;color:#475569;font-size:.78rem}.orders-timeline{list-style:none;margin:0;padding:0;display:grid;gap:10px}.orders-timeline li{border-left:2px solid #cbd5e1;padding:0 0 0 10px}.orders-timeline li.is-alert{border-left-color:#f59e0b}.orders-timeline-title{margin:0;font-weight:700;color:#0f172a}.orders-timeline-meta{margin:2px 0 0;color:#64748b;font-size:.8rem}.orders-timeline-note{margin:5px 0 0;color:#92400e;font-size:.82rem}.orders-sla-panel{display:grid;gap:8px}@media(max-width:980px){.expedicao-tabs{flex-direction:column}.orders-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-layout{min-height:auto}.orders-list-body{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:stretch}.orders-list-tools{flex-direction:column;align-items:stretch}.orders-date-range,.orders-detail-header{grid-template-columns:1fr}.orders-detail-meta{justify-items:start}.orders-actions{grid-template-columns:1fr 1fr}.orders-picking-header{flex-direction:column}.orders-modal-picking-meta{grid-template-columns:1fr}.orders-modal-overlay{padding:12px}}@media(max-width:640px){.orders-list-body{grid-template-columns:1fr;justify-items:stretch}}.expedicao-page .expedicao-card-meta.orders-list-meta{flex-direction:column;align-items:stretch;gap:8px}.expedicao-page .orders-list-meta-row{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;width:100%}.expedicao-page .orders-list-meta-price{display:block;width:100%;text-align:center;font-weight:700;font-size:.82rem;color:#0f172a}.expedicao-page .expedicao-dispatch-handoff-inline{flex:1;min-width:0;text-align:right;font-size:.72rem;color:#475569;font-weight:600;line-height:1.2}.expedicao-page .expedicao-conference-list.orders-list-body:not(.orders-list-body--list),.expedicao-page .expedicao-logistica-list:not(.orders-list-body--list){grid-template-columns:repeat(5,minmax(0,1fr));justify-items:stretch}.expedicao-page .expedicao-conference-list.orders-list-body:not(.orders-list-body--list)>.orders-list-item,.expedicao-page .expedicao-logistica-list:not(.orders-list-body--list)>.orders-list-item{justify-self:stretch;width:100%;min-width:0;max-width:100%}.expedicao-conference-filters{flex-wrap:wrap}@media(max-width:1200px){.expedicao-page .expedicao-conference-list.orders-list-body:not(.orders-list-body--list),.expedicao-page .expedicao-logistica-list:not(.orders-list-body--list){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.expedicao-page .expedicao-conference-list.orders-list-body:not(.orders-list-body--list),.expedicao-page .expedicao-logistica-list:not(.orders-list-body--list){grid-template-columns:1fr}}.expedicao-card-queuehint{margin:4px 0 0;font-size:.72rem;color:#64748b;font-weight:600}.expedicao-modal.orders-modal{max-width:920px;max-height:min(92vh,880px);display:flex;flex-direction:column;grid-template-rows:unset}.expedicao-modal .orders-modal-close{position:absolute;top:12px;right:12px}.expedicao-modal .orders-modal-head{flex-shrink:0}.expedicao-modal .orders-detail-panel{overflow-y:auto;flex:1;min-height:0}.expedicao-modal-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.expedicao-panel{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc}.expedicao-panel-wide,.expedicao-panel--items-troca{grid-column:1 / -1}.expedicao-items-troca-scroll{margin-top:8px;max-height:min(21rem,50vh);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;overscroll-behavior:contain;min-height:0;border-radius:8px}.expedicao-items-troca-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}@media(max-width:720px){.expedicao-items-troca-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.expedicao-items-troca-list{grid-template-columns:1fr}}.expedicao-item-troca{border:1px solid #e2e8f0;border-radius:8px;padding:7px 8px;background:#fff;min-width:0;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.expedicao-item-troca.is-item-conferido{border-color:#86efac;background:#f0fdf4;box-shadow:inset 2px 0 #22c55e}.expedicao-item-troca-head{display:flex;flex-direction:column;align-items:stretch;gap:5px}.expedicao-item-troca-head-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:6px;flex-shrink:0}.expedicao-item-conferido-check{display:inline-flex;align-items:center;gap:4px;margin:0;font-size:.65rem;font-weight:600;color:#166534;cursor:pointer;-webkit-user-select:none;user-select:none}.expedicao-item-troca:not(.is-item-conferido) .expedicao-item-conferido-check{color:#475569}.expedicao-item-conferido-check input{width:13px;height:13px;accent-color:#16a34a;cursor:pointer;flex-shrink:0}.expedicao-item-troca-name{font-size:.74rem;font-weight:700;color:#0f172a;line-height:1.2;overflow-wrap:break-word}.expedicao-item-troca-qty{font-size:.7rem;font-weight:800;font-variant-numeric:tabular-nums;color:#64748b;flex-shrink:0}.expedicao-item-troca-line{margin:5px 0 0;display:grid;gap:1px;font-size:.66rem;line-height:1.32;color:#334155}.expedicao-item-troca-label{font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.expedicao-item-troca-note{margin:5px 0 0;font-size:.64rem;color:#64748b;font-weight:500;line-height:1.3}.expedicao-item-troca-alert{margin:5px 0 0;font-size:.64rem;font-weight:700;color:#b45309;line-height:1.3}.expedicao-step{position:relative;transition:opacity .15s ease,box-shadow .15s ease}.expedicao-step.is-locked{opacity:.52;pointer-events:none;-webkit-user-select:none;user-select:none}.expedicao-step.is-step-done:not(.is-locked){box-shadow:inset 0 0 0 1px color-mix(in srgb,#16a34a 35%,#e2e8f0)}.expedicao-step-head{display:grid;gap:4px;margin-bottom:8px}.expedicao-step-head h4{margin:0}.expedicao-step-kicker{font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.expedicao-step-lock-msg{margin:0;font-size:.74rem;font-weight:600;color:#b45309}.expedicao-step .expedicao-panel-hint em{font-style:normal;font-weight:700;color:#475569}.expedicao-release-row label.is-disabled{opacity:.7;cursor:not-allowed}.expedicao-conference-single:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.expedicao-panel h4{margin:0 0 8px;font-size:.88rem;color:#0f172a}.expedicao-panel-hint{margin:0 0 10px;font-size:.76rem;color:#64748b;line-height:1.35}.expedicao-panel-hint--troca em{font-style:normal;font-weight:700;color:#334155}.expedicao-recipe-confirm{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:.8rem;color:#334155;cursor:pointer}.expedicao-double-grid{display:flex;flex-wrap:wrap;gap:8px}.expedicao-chip{border:1px dashed #94a3b8;border-radius:8px;padding:8px 12px;background:#fff;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer}.expedicao-chip.is-on{border-style:solid;border-color:#16a34a;background:#ecfdf3;color:#14532d}.expedicao-conference-single{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;background:#fff;color:#334155;font-size:.82rem;font-weight:700;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.expedicao-conference-single:hover{border-color:#94a3b8;background:#f8fafc}.expedicao-conference-single.is-confirmed{border-color:#16a34a;background:#ecfdf3;color:#14532d}.expedicao-conference-single.is-confirmed:hover{border-color:#15803d;background:#dcfce7}.expedicao-conference-single:focus-visible{outline:2px solid #334155;outline-offset:2px}.expedicao-doc-actions{flex-wrap:wrap}.expedicao-doc-actions button.is-done{border-color:#16a34a;color:#14532d;background:#ecfdf3}.expedicao-volume-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.expedicao-volume-code{flex:1;min-width:0;padding:8px 10px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;font-size:.84rem;color:#0f172a}.expedicao-volume-row button{height:32px;border:1px solid #334155;border-radius:8px;background:#fff;color:#0f172a;font-size:.76rem;font-weight:600;padding:0 12px;cursor:pointer}.expedicao-volume-row button:disabled{opacity:.5;cursor:not-allowed}.expedicao-release-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.expedicao-release-row label{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#334155;cursor:pointer}.expedicao-handoff{display:grid;gap:10px;margin-bottom:12px}.expedicao-handoff label{display:grid;gap:4px;font-size:.72rem;font-weight:600;color:#64748b}.expedicao-handoff select,.expedicao-handoff input[type=text]{height:32px;border:1px solid #cbd5e1;border-radius:8px;padding:0 8px;font-size:.82rem}.expedicao-pickup-code-input{font-variant-numeric:tabular-nums;letter-spacing:.2em;max-width:8rem;font-weight:700}.expedicao-pickup-code-hint{margin-top:0}.expedicao-handoff-readonly{margin:0;font-size:.8rem;color:#475569}.expedicao-summary-address{border-top:1px solid #e2e8f0;padding-top:10px;margin-bottom:10px}.expedicao-summary-address p{margin:4px 0 0;font-size:.8rem;color:#334155;line-height:1.35}.expedicao-order-items ul{margin:6px 0 0;padding-left:18px;font-size:.8rem;color:#1e293b}.expedicao-order-item-line{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.expedicao-order-item-line:last-child{margin-bottom:0}.expedicao-order-item-name{font-weight:700;color:#1e293b}.expedicao-order-item-qty{font-weight:400;color:#64748b;font-size:.74rem}.expedicao-handoff-btn{margin-top:12px;width:100%}@media(max-width:980px){.expedicao-modal-grid{grid-template-columns:1fr}}.pedidos-ops-page{flex:1;min-height:0;display:flex;flex-direction:column;padding:clamp(12px,2vw,20px) clamp(12px,2vw,24px) clamp(16px,2.5vw,28px);color:#0f172a;background:transparent}.pedidos-ops-hero{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.pedidos-ops-eyebrow{margin:0 0 6px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.pedidos-ops-title{margin:0 0 8px;font-size:clamp(1.65rem,3.2vw,2.15rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:#020617}.pedidos-ops-sub{margin:0;max-width:46ch;font-size:.95rem;line-height:1.55;color:#475569}.pedidos-ops-stats{display:flex;flex-wrap:wrap;gap:10px;margin:0}button.pedidos-ops-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:108px;padding:12px 16px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 28px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;font:inherit;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}button.pedidos-ops-stat:hover:not(.pedidos-ops-stat--amber):not(.pedidos-ops-stat--rose):not(.pedidos-ops-stat--muted){border-color:#94a3b8;box-shadow:0 12px 32px #0f172a17}button.pedidos-ops-stat:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.pedidos-ops-stat-label{margin:0;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;text-align:center}.pedidos-ops-stat-value{margin:4px 0 0;font-size:1.45rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#0f172a;text-align:center}button.pedidos-ops-stat.pedidos-ops-stat--amber{border-color:#f59e0b73;background:linear-gradient(145deg,#fffbebf2,#ffffffd9)}button.pedidos-ops-stat.pedidos-ops-stat--amber:hover{border-color:#d977068c;box-shadow:0 12px 32px #f59e0b1f}button.pedidos-ops-stat.pedidos-ops-stat--rose{border-color:#f43f5e66;background:linear-gradient(145deg,#fff1f2f2,#ffffffd9)}button.pedidos-ops-stat.pedidos-ops-stat--rose:hover{border-color:#e11d4880;box-shadow:0 12px 32px #f43f5e1f}button.pedidos-ops-stat.is-kpi-active{border-color:#0284c7;box-shadow:0 0 0 2px #0ea5e959,0 12px 28px #0ea5e91f}button.pedidos-ops-stat.pedidos-ops-stat--amber.is-kpi-active{background:linear-gradient(145deg,#fffbebf2,#ffffffd9)}button.pedidos-ops-stat.pedidos-ops-stat--rose.is-kpi-active{background:linear-gradient(145deg,#fff1f2f2,#ffffffd9)}button.pedidos-ops-stat.pedidos-ops-stat--emerald{border-color:#10b98173;background:linear-gradient(145deg,#ecfdf5f2,#ffffffd9)}button.pedidos-ops-stat.pedidos-ops-stat--emerald:hover{border-color:#0596698c;box-shadow:0 12px 32px #10b9811f}button.pedidos-ops-stat.pedidos-ops-stat--emerald.is-kpi-active{background:linear-gradient(145deg,#ecfdf5f2,#ffffffd9)}.pedidos-ops-stat--muted .pedidos-ops-stat-value{color:#475569}.pedidos-ops-shell{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:20px;background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 18px 40px #0f172a0f;overflow:hidden}.pedidos-ops-toolbar{flex-shrink:0;padding:18px 18px 12px;border-bottom:1px solid rgba(226,232,240,.9)}.pedidos-ops-search-wrap{margin-bottom:14px}.pedidos-ops-search-label{display:block;margin-bottom:6px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.pedidos-ops-search{width:100%;height:46px;padding:0 16px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:.95rem;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.pedidos-ops-search::placeholder{color:#94a3b8}.pedidos-ops-search:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf838}.pedidos-ops-filters{display:flex;flex-wrap:nowrap;gap:8px;align-items:stretch;width:100%;min-width:0}.pedidos-ops-select{position:relative;flex:1 1 0;min-width:0}.pedidos-ops-select .custom-select-trigger>span:first-of-type{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.pedidos-ops-select .custom-select-trigger{width:100%;height:40px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.82rem}.pedidos-ops-range{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;padding-top:12px;border-top:1px dashed rgba(148,163,184,.5)}.pedidos-ops-range label{display:flex;flex-direction:column;gap:4px;font-size:.72rem;font-weight:600;color:#64748b}.pedidos-ops-range input[type=date]{height:38px;padding:0 10px;border-radius:8px;border:1px solid #e2e8f0;font-size:.85rem}.pedidos-ops-toolbar-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(226,232,240,.85)}.pedidos-ops-count{margin:0;font-size:.88rem;color:#475569}.pedidos-ops-count strong{color:#0f172a;font-weight:800}.pedidos-ops-count-muted{font-weight:500;color:#94a3b8}.pedidos-ops-toolbar-foot-actions{display:inline-flex;align-items:center;gap:10px}button.pedidos-ops-sound-test{display:inline-flex;align-items:center;justify-content:center;width:40px;height:38px;margin:0;padding:0;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}button.pedidos-ops-sound-test:hover{background:#fff;color:#0f172a;border-color:#cbd5e1}button.pedidos-ops-sound-test:focus-visible{outline:2px solid #0284c7;outline-offset:2px}.pedidos-new-order-toast{position:fixed;top:24px;right:24px;z-index:10050;max-width:min(360px,calc(100vw - 48px));padding:14px 18px;border-radius:12px;font-size:.92rem;line-height:1.35;color:#052e16;background:linear-gradient(135deg,#bbf7d0,#86efac);border:1px solid rgba(22,163,74,.35);box-shadow:0 10px 30px #0f172a1f,0 2px 8px #16a34a26;animation:pedidosToastSlideIn .4s ease-out forwards}.pedidos-new-order-toast strong{font-weight:800;color:#14532d}.pedidos-new-order-toast.pedidos-new-order-toast--exit{animation:pedidosToastSlideOut .4s ease-in forwards}@keyframes pedidosToastSlideIn{0%{transform:translate(calc(100% + 28px));opacity:.75}to{transform:translate(0);opacity:1}}@keyframes pedidosToastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 28px));opacity:.75}}.estoque-ops-page .pedidos-ops-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,400px)}.estoque-ops-page .pedidos-ops-stats button.pedidos-ops-stat{min-width:0;width:100%;box-sizing:border-box}@media(max-width:520px){.estoque-ops-page .pedidos-ops-stats{width:100%}.estoque-ops-page .pedidos-ops-stats button.pedidos-ops-stat{flex:none}}.equipe-ops-page .pedidos-ops-stats.equipe-hero-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,400px)}.equipe-ops-page .pedidos-ops-stats.equipe-hero-kpis button.pedidos-ops-stat{min-width:0;width:100%;box-sizing:border-box}@media(max-width:520px){.equipe-ops-page .pedidos-ops-stats.equipe-hero-kpis{width:100%}}.pedidos-ops-toolbar.estoque-ops-toolbar{padding-bottom:14px}.estoque-ops-upload{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;padding:16px 18px;border-radius:16px;border:1px dashed rgba(148,163,184,.85);background:linear-gradient(180deg,#f8fafcf2,#f1f5f9a6);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.estoque-ops-upload--active{border-color:#0284c7;box-shadow:0 0 0 2px #0ea5e940;background:linear-gradient(180deg,#f0f9fffa,#e0f2fe8c)}.estoque-ops-upload-text{min-width:min(100%,280px);flex:1 1 280px}.estoque-ops-upload-title{margin:0 0 10px;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#475569}.estoque-ops-upload-meta{margin:0;font-size:.82rem;color:#475569;line-height:1.45}.estoque-ops-upload-meta strong{font-weight:700;color:#0f172a}.estoque-ops-upload-meta--muted{color:#94a3b8}.estoque-ops-filename{font-style:italic;word-break:break-all}.estoque-ops-upload-actions{flex-shrink:0;display:flex;align-items:center;gap:10px}.estoque-ops-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.estoque-ops-import-btn{font:inherit;font-weight:700;font-size:.88rem;padding:12px 20px;border-radius:12px;border:1px solid rgba(14,165,233,.45);background:linear-gradient(180deg,#0ea5e9,#0284c7);color:#fff;cursor:pointer;box-shadow:0 8px 20px #0284c738;transition:transform .1s ease,box-shadow .15s ease,filter .15s ease}.estoque-ops-import-btn:hover:not(:disabled){filter:brightness(1.03);box-shadow:0 10px 24px #0284c747}.estoque-ops-import-btn:active:not(:disabled){transform:scale(.98)}.estoque-ops-import-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.estoque-ops-import-btn:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.estoque-ops-feedback{margin:0 0 14px;padding:10px 14px;border-radius:10px;font-size:.88rem;line-height:1.45}.estoque-ops-feedback--ok{color:#14532d;background:#dcfce7f2;border:1px solid rgba(34,197,94,.35)}.estoque-ops-feedback--err{color:#7f1d1d;background:#fee2e2f2;border:1px solid rgba(248,113,113,.45)}.estoque-ops-alpha{margin-top:4px;margin-bottom:4px}.estoque-ops-alpha-label{display:block;margin-bottom:8px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.estoque-ops-alpha-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.pedidos-ops-toolbar.estoque-ops-toolbar .estoque-ops-alpha-row{display:grid;width:100%;gap:6px;grid-template-columns:repeat(28,minmax(0,1fr));align-items:stretch}.pedidos-ops-toolbar.estoque-ops-toolbar button.estoque-ops-alpha-btn{display:inline-flex;align-items:center;justify-content:center;min-width:0;width:100%;box-sizing:border-box;padding:0 4px}.pedidos-ops-toolbar.estoque-ops-toolbar .estoque-ops-alpha-row>button.estoque-ops-alpha-btn:first-child{font-size:.62rem;letter-spacing:-.03em}@media(max-width:720px){.pedidos-ops-toolbar.estoque-ops-toolbar .estoque-ops-alpha-row{grid-template-columns:repeat(14,minmax(0,1fr))}}button.estoque-ops-alpha-btn{min-width:34px;height:34px;padding:0 10px;border-radius:9px;border:1px solid #e2e8f0;background:#f8fafc;font:inherit;font-size:.78rem;font-weight:700;color:#475569;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}button.estoque-ops-alpha-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f1f5f9}button.estoque-ops-alpha-btn:disabled{opacity:.45;cursor:not-allowed}button.estoque-ops-alpha-btn.is-active{border-color:#0284c7;background:#e0f2fef2;color:#0369a1;box-shadow:0 0 0 1px #0ea5e959}button.estoque-ops-alpha-btn:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}button.estoque-ops-alpha-btn--hash{min-width:36px;font-size:.85rem}.estoque-ops-table{table-layout:fixed;width:100%;min-width:880px;--estoque-rpa-reserved: 9%;--estoque-rpa-price: 16%;--estoque-rpa-avail: 9%}.estoque-ops-table col.estoque-col-code{width:10%}.estoque-ops-table col.estoque-col-ean{width:16%}.estoque-ops-table col.estoque-col-product{width:28%}.estoque-ops-table col.estoque-col-qty{width:6%}.estoque-ops-table col.estoque-col-reserved{width:var(--estoque-rpa-reserved)}.estoque-ops-table col.estoque-col-price{width:var(--estoque-rpa-price)}.estoque-ops-table col.estoque-col-avail{width:var(--estoque-rpa-avail)}.estoque-ops-table col.estoque-col-actions{width:6%}.estoque-ops-table .pedidos-ops-th,.estoque-ops-table .pedidos-ops-td{padding:8px 6px}.estoque-ops-table .pedidos-ops-th:first-child,.estoque-ops-table .pedidos-ops-td:first-child{padding-left:12px}.estoque-ops-table .pedidos-ops-th:last-child,.estoque-ops-table .pedidos-ops-td:last-child{padding-right:12px}.estoque-ops-th-actions{min-width:40px;padding-left:2px!important;padding-right:2px!important}.estoque-ops-table .estoque-ops-td-qty{text-align:left!important;padding-left:4px;padding-right:10px;vertical-align:middle}.estoque-ops-table .estoque-ops-td-reserved,.estoque-ops-table .estoque-ops-td-price{text-align:center!important;padding-left:8px;padding-right:8px}.estoque-ops-table thead th.estoque-ops-th-qty{text-align:left!important;padding-left:4px!important;padding-right:10px!important}.estoque-ops-table thead th.estoque-ops-th-reserved{text-align:center!important;padding-left:8px!important;padding-right:8px!important;white-space:nowrap}.estoque-ops-table thead th.estoque-ops-th-price{text-align:center!important;padding-left:8px!important;padding-right:8px!important}.estoque-ops-table .pedidos-ops-th--customer,.estoque-ops-table .pedidos-ops-td--customer{padding-right:12px}.estoque-ops-table .estoque-ops-td-reserved{vertical-align:middle}.estoque-ops-table .estoque-ops-qty-inner{display:inline-flex;align-items:center;width:100%;font-variant-numeric:tabular-nums}.estoque-ops-table .estoque-ops-td-qty .estoque-ops-qty-inner{justify-content:flex-start}.estoque-ops-table .estoque-ops-td-reserved .estoque-ops-qty-inner{justify-content:center}.estoque-ops-table .estoque-ops-qty-inner--reserved{color:#9a3412;font-weight:700}.estoque-ops-table .pedidos-ops-td--total{font-variant-numeric:tabular-nums;font-size:.8rem}.estoque-ops-table tbody td:nth-child(2){font-variant-numeric:tabular-nums;letter-spacing:-.01em}.estoque-ops-table .pedidos-ops-td--status{vertical-align:middle;text-align:center}.estoque-ops-table .pedidos-ops-td--customer{max-width:0}.estoque-ops-table .pedidos-ops-td--customer .pedidos-ops-name{max-width:100%}.estoque-ops-trow{cursor:default}.estoque-ops-trow:hover{background:#fafbfc}.estoque-ops-td-price{text-align:center!important;vertical-align:middle}.estoque-ops-price-cell-inner{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;max-width:100%}.estoque-ops-price-plain{font-weight:700;font-size:.82rem;color:#0f172a}.estoque-ops-price-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.2}.estoque-ops-price-base{font-size:.72rem;font-weight:600;color:#94a3b8;text-decoration:line-through}.estoque-ops-price-eff{font-size:.82rem;font-weight:700;color:#0f172a}.estoque-ops-promo-dot{display:inline-block;margin-left:6px;padding:0 5px;border-radius:4px;font-size:.58rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#b45309;background:#fef3c7e6;border:1px solid rgba(245,158,11,.35);vertical-align:middle}.estoque-ops-td-actions{text-align:center!important;vertical-align:middle;min-width:40px;padding-left:2px!important;padding-right:2px!important}.estoque-ops-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer;transition:background .12s ease,color .12s ease}.estoque-ops-menu-trigger:hover{background:#f1f5f9;color:#0f172a}.estoque-ops-menu-trigger:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.estoque-ops-menu-backdrop{position:fixed;inset:0;z-index:10040;background:transparent}.estoque-ops-row-menu{position:fixed;z-index:10045;min-width:200px;padding:6px;border-radius:12px;border:1px solid rgba(226,232,240,.98);background:#fff;box-shadow:0 14px 36px #0f172a1f,0 0 0 1px #0f172a0a}.estoque-ops-row-menu-item{display:block;width:100%;margin:0;padding:10px 12px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.86rem;font-weight:600;color:#334155;text-align:left;cursor:pointer;transition:background .12s ease}.estoque-ops-row-menu-item:hover{background:#f1f5f9}.estoque-ops-row-menu-item:focus-visible{outline:2px solid #38bdf8;outline-offset:-2px}.estoque-ops-compact-modal.orders-modal{width:min(440px,100%);height:auto;max-height:calc(100vh - 32px);grid-template-rows:auto auto auto;padding:0}.estoque-ops-adjust-modal.orders-modal{width:min(560px,100%);max-height:calc(100vh - 20px)}.estoque-ops-adjust-modal .estoque-ops-modal-body{max-height:min(72vh,640px);padding-top:18px;padding-bottom:20px;gap:16px}.estoque-ops-adjust-modal .estoque-ops-textarea{min-height:132px}.estoque-ops-adjust-modal .estoque-ops-adjust-success-body{padding-top:12px;padding-bottom:24px}.estoque-ops-req-mark{color:#dc2626;font-weight:800;flex-shrink:0;line-height:1}.estoque-ops-field-label-row{display:inline-flex;flex-direction:row;align-items:baseline;gap:5px;flex-wrap:nowrap}.estoque-ops-compact-modal .orders-modal-head{margin:0;border-radius:7px 7px 0 0}.estoque-ops-compact-modal .orders-modal-close{top:8px;right:8px}.estoque-ops-compact-modal--success.orders-modal{overflow:hidden}.estoque-ops-adjust-success-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 18px 20px}.estoque-ops-adjust-success-lottie{width:168px;height:168px;margin:-4px auto 4px;display:flex;align-items:center;justify-content:center}.estoque-ops-adjust-success-lead{margin:0 0 8px;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#047857}.estoque-ops-adjust-success-copy{margin:0 0 18px;font-size:.9rem;line-height:1.5;font-weight:600;color:#334155;max-width:34ch}.estoque-ops-adjust-success-copy strong{color:#0f172a;font-weight:800}.estoque-ops-modal-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px;max-height:min(50vh,380px);overflow-y:auto}.estoque-ops-textarea{min-height:88px;resize:vertical;padding-top:10px;padding-bottom:10px;line-height:1.45;vertical-align:top}.estoque-ops-adjust-audit-foot{margin:0;padding:10px 14px 12px;border-top:1px solid #e2e8f0;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);font-size:.65rem;line-height:1.45;color:#475569;text-align:center}.estoque-ops-adjust-audit-foot-line{margin:0 0 6px;font-weight:600}.estoque-ops-adjust-audit-foot-line strong{font-weight:800;color:#334155;letter-spacing:.04em;text-transform:uppercase;font-size:.6rem}.estoque-ops-adjust-audit-foot-operator{color:#0f172a;font-weight:700}.estoque-ops-adjust-audit-foot-muted{font-weight:600;color:#64748b}.estoque-ops-adjust-audit-foot-time{font-variant-numeric:tabular-nums;font-weight:700;color:#0f172a}.estoque-ops-adjust-audit-foot-hint{margin:0;font-size:.62rem;font-weight:600;color:#64748b;letter-spacing:.02em}.estoque-ops-modal-inline-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.estoque-ops-modal-inline-row .estoque-ops-field{min-width:0}.estoque-ops-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.estoque-ops-field--modal-qty{position:relative;gap:0}.estoque-ops-modal-inline-row .estoque-ops-input{text-align:center;font-variant-numeric:tabular-nums}.estoque-ops-modal-inline-row .estoque-ops-input::placeholder{text-align:center;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;opacity:1}@media(max-width:420px){.estoque-ops-modal-inline-row{grid-template-columns:1fr}}.estoque-ops-modal-text{margin:0;font-size:.9rem;line-height:1.5;color:#475569}.estoque-ops-field{display:flex;flex-direction:column;gap:6px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.estoque-ops-input{width:100%;box-sizing:border-box;height:42px;padding:0 12px;border-radius:10px;border:1px solid #e2e8f0;font:inherit;font-size:.95rem;font-weight:600;color:#0f172a;background:#fff}.estoque-ops-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.estoque-ops-input--readonly{background:#f8fafc;color:#64748b}.estoque-ops-fieldset{margin:0;padding:0;border:none;display:flex;flex-direction:column;gap:8px}.estoque-ops-legend{padding:0;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:4px}.estoque-ops-radio{display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:600;color:#334155;cursor:pointer}.estoque-ops-check{display:flex;align-items:center;gap:10px;font-size:.86rem;font-weight:600;color:#334155;cursor:pointer}.estoque-ops-modal-err{margin:0;font-size:.84rem;font-weight:600;color:#b91c1c}.estoque-ops-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px}.estoque-ops-modal-actions--adjust{width:100%;justify-content:stretch}.estoque-ops-modal-actions--adjust .estoque-ops-btn-confirm-adjust{width:100%;min-width:0}.estoque-ops-modal-actions--split{justify-content:space-between;align-items:center}.estoque-ops-modal-actions-right{display:flex;flex-wrap:wrap;gap:10px}.estoque-ops-promo-current{margin:0;font-size:.9rem;color:#475569}.estoque-ops-btn-primary,.estoque-ops-btn-secondary,.estoque-ops-btn-danger,.estoque-ops-btn-ghost{font:inherit;font-size:.86rem;font-weight:700;padding:10px 16px;border-radius:10px;cursor:pointer;border:1px solid transparent;transition:background .12s ease,border-color .12s ease,color .12s ease}.estoque-ops-btn-primary{background:linear-gradient(180deg,#0ea5e9,#0284c7);color:#fff;border-color:#0284c766}.estoque-ops-btn-primary:hover{filter:brightness(1.03)}.estoque-ops-btn-secondary{background:#f8fafc;color:#334155;border-color:#e2e8f0}.estoque-ops-btn-secondary:hover{background:#f1f5f9}.estoque-ops-btn-danger{background:#fef2f2;color:#991b1b;border-color:#f8717180}.estoque-ops-btn-danger:hover{background:#fee2e2}.estoque-ops-btn-ghost{background:transparent;color:#64748b;border-color:transparent;text-decoration:underline;text-underline-offset:3px;padding-left:0}.estoque-ops-btn-ghost:hover{color:#0f172a}.estoque-ops-btn-ghost:disabled{opacity:.38;cursor:not-allowed;color:#94a3b8;text-decoration:none}.estoque-ops-btn-confirm-adjust{font:inherit;font-size:.88rem;font-weight:700;letter-spacing:.03em;padding:11px 20px;border-radius:12px;box-sizing:border-box;border:1px solid rgba(14,165,233,.5);cursor:pointer;color:#fff;background:linear-gradient(165deg,#38bdf8,#0ea5e9 42%,#0284c7);box-shadow:0 1px #fff3 inset,0 1px 2px #0f172a0f,0 6px 18px #0284c759;transition:transform .12s ease,box-shadow .18s ease,filter .15s ease,border-color .15s ease}.estoque-ops-btn-confirm-adjust:hover:not(:disabled){filter:brightness(1.05);border-color:#0ea5e9bf;box-shadow:0 1px #ffffff38 inset,0 2px 4px #0f172a12,0 10px 26px #0284c766}.estoque-ops-btn-confirm-adjust:active:not(:disabled){transform:scale(.985);filter:brightness(.98)}.estoque-ops-btn-confirm-adjust:focus-visible{outline:2px solid #7dd3fc;outline-offset:3px}.estoque-ops-btn-confirm-adjust:disabled{color:#94a3b8;cursor:not-allowed;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-color:#e2e8f0;box-shadow:none;opacity:1}.estoque-ops-pill{display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border-radius:3px;font-size:.5625rem;font-weight:600;letter-spacing:.02em;line-height:1.25;text-transform:none}.estoque-ops-pill--ok{color:#166534;background:#dcfce7e6;border:1px solid rgba(34,197,94,.28)}.estoque-ops-pill--zero{color:#991b1b;background:#fef2f2f2;border:1px solid rgba(252,165,165,.45)}.pedidos-ops-page .orders-view-toggle{display:inline-flex;align-items:center;gap:0;height:auto;min-height:38px;padding:3px;box-sizing:border-box;border-radius:11px;border:none;background:#e2e8f0;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a0f}.pedidos-ops-page .orders-view-toggle button{width:44px;height:32px;min-height:32px;margin:0;padding:0;border:none;border-radius:9px;color:#64748b;background:transparent;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.pedidos-ops-page .orders-view-toggle button+button{border-left:none}.pedidos-ops-page .orders-view-toggle button:hover:not(.is-active){color:#334155;background:#ffffff73}.pedidos-ops-page .orders-view-toggle button.is-active{background:#fff;color:#0284c7;box-shadow:0 1px 2px #0f172a14,0 0 0 1px #94a3b859}.pedidos-ops-page .orders-view-toggle button.is-active:hover{color:#0369a1}.pedidos-ops-page .orders-view-toggle button svg{width:18px;height:18px}.pedidos-ops-queue{flex:1;min-height:0;max-height:none;overflow:auto;padding:10px 12px 14px;scrollbar-gutter:stable}.pedidos-ops-empty{padding:48px 20px;text-align:center;color:#64748b}.pedidos-ops-empty p{margin:0;font-size:.95rem}.pedidos-ops-empty-hint{margin-top:8px!important;font-size:.85rem!important;color:#94a3b8}.pedidos-ops-queue--list{display:flex;flex-direction:column;gap:6px}.pedidos-ops-table-wrap{min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.pedidos-ops-table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed;font:inherit;color:inherit}.pedidos-ops-col--id{width:7.5rem}.pedidos-ops-col--customer{width:22%}.pedidos-ops-col--oms{width:6.5rem}.pedidos-ops-col--stage{width:6.75rem}.pedidos-ops-col--status{width:5.75rem}.pedidos-ops-col--sla{width:2.75rem}.pedidos-ops-col--time{width:4.25rem}.pedidos-ops-col--created{width:6.25rem}.pedidos-ops-col--total{width:6.75rem}.pedidos-ops-col--prio{width:8.5rem}.pedidos-ops-table thead tr{border-bottom:1px solid #e2e8f0}.pedidos-ops-th{padding:8px 10px 10px;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;text-align:left;vertical-align:bottom}.pedidos-ops-th--stage,.pedidos-ops-th--oms,.pedidos-ops-th--status,.pedidos-ops-th--sla,.pedidos-ops-th--time,.pedidos-ops-th--created,.pedidos-ops-th--total,.pedidos-ops-th--prio{text-align:center}.pedidos-ops-trow{cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background-color .12s ease,box-shadow .12s ease}.pedidos-ops-trow:hover{background:#f8fafc}.pedidos-ops-trow:focus-visible{outline:2px solid #38bdf8;outline-offset:-2px}.pedidos-ops-trow.is-active{background:#eff6ff;box-shadow:inset 3px 0 #38bdf8}.pedidos-ops-td{padding:10px;vertical-align:middle;text-align:left}.pedidos-ops-td--id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:700;color:#334155}.pedidos-ops-td--customer{min-width:0}.pedidos-ops-td--customer .pedidos-ops-name,.pedidos-ops-td--customer .pedidos-ops-phone{display:block}.pedidos-ops-name{font-weight:700;font-size:.88rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pedidos-ops-phone{margin-top:2px;font-size:.75rem;color:#64748b}.pedidos-ops-td--stage,.pedidos-ops-td--oms,.pedidos-ops-td--status,.pedidos-ops-td--sla,.pedidos-ops-td--time,.pedidos-ops-td--created,.pedidos-ops-td--total,.pedidos-ops-td--prio{text-align:center}.pedidos-ops-td--stage{font-size:.78rem;font-weight:600;color:#475569}.pedidos-ops-td--oms{font-size:.78rem;font-weight:600;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pedidos-ops-td--created{font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pedidos-ops-td--status .orders-status,.pedidos-ops-td--sla .orders-sla-icon{vertical-align:middle}.pedidos-ops-td--time{font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums;color:#64748b}.pedidos-ops-td--total{font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.pedidos-ops-td-prio-inner{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}.pedidos-ops-table .pedidos-ops-prio{display:inline-block;padding:2px 7px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.25;background:linear-gradient(135deg,#fbbf2440,#f59e0b33);color:#b45309}.pedidos-ops-table .pedidos-ops-prio-off{font-size:.78rem;font-weight:600;color:#cbd5e1}.pedidos-ops-table .pedidos-ops-badge-exp{padding:2px 7px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.pedidos-ops-prio{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:700;background:linear-gradient(135deg,#fbbf2440,#f59e0b33);color:#b45309}.pedidos-ops-prio-off{color:#cbd5e1}.pedidos-ops-badge-exp{padding:4px 10px;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.pedidos-ops-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.pedidos-ops-card{display:flex;flex-direction:column;align-items:stretch;padding:14px 14px 12px;border-radius:16px;border:1px solid #e8eef5;background:#fff;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.pedidos-ops-card:hover{border-color:#cbd5e1;box-shadow:0 12px 28px #0f172a14;transform:translateY(-2px)}.pedidos-ops-card.is-active{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf859,0 14px 32px #0ea5e924}.pedidos-ops-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pedidos-ops-card-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:800;color:#475569}.pedidos-ops-card-name{margin:0 0 2px;font-size:.92rem;font-weight:800;color:#0f172a;line-height:1.25}.pedidos-ops-card-phone{margin:0 0 10px;font-size:.78rem;color:#64748b}.pedidos-ops-card-mid{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.pedidos-ops-card-foot{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid #f1f5f9;font-size:.78rem;color:#64748b}.pedidos-ops-card-foot strong{font-size:.92rem;color:#0f172a}.pedidos-ops-pagination{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding:14px 16px 16px;border-top:1px solid rgba(226,232,240,.9);background:#f8fafc}.pedidos-ops-page-btn{min-width:108px;height:40px;padding:0 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.85rem;font-weight:700;color:#334155;cursor:pointer;transition:background .12s ease,border-color .12s ease}.pedidos-ops-page-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.pedidos-ops-page-btn:disabled{opacity:.45;cursor:not-allowed}.pedidos-ops-page-info{font-size:.85rem;font-weight:600;color:#64748b;font-variant-numeric:tabular-nums}@media(max-width:720px){.pedidos-ops-filters{flex-wrap:wrap}.pedidos-ops-select{flex:1 1 calc(50% - 4px);min-width:0}}@media(max-width:1100px){.pedidos-ops-table{min-width:640px}}@media(max-width:520px){.pedidos-ops-stats{width:100%}.pedidos-ops-stat{flex:1 1 calc(50% - 6px)}}.retirada-shell.pedidos-ops-shell{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pedidos-ops-shell.retirada-shell>.retirada-main-outer.orders-layout{flex:1;min-height:0;padding:0;gap:0;background:transparent;border:0;border-radius:0}.pedidos-ops-shell.retirada-shell .orders-list-panel.retirada-ops-panel{border:0;border-radius:0}.retirada-ops-panel.orders-list-panel{flex:1;min-height:0}.retirada-grid{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:20px;align-items:stretch;padding:0 12px 12px;box-sizing:border-box}.retirada-grid .retirada-desk{align-self:start;width:100%;max-height:100%;overflow-x:hidden;margin-top:10px}@media(max-width:1024px){.retirada-grid{grid-template-columns:1fr;padding:0 12px 12px}}.retirada-grid>.retirada-queue.pedidos-ops-queue{min-height:0;min-width:0}.pedidos-ops-page .pedidos-ops-stats.retirada-hero-kpis{flex:0 0 auto}.pedidos-ops-table.retirada-table.retirada-table--compact{min-width:520px}.retirada-table .pedidos-ops-td--id{vertical-align:middle}.retirada-table .pedidos-ops-td--pedido{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;font-weight:700;color:#334155}.retirada-vol{display:block;font-weight:800;font-size:.82rem;letter-spacing:.04em;color:#0f172a}.retirada-entregue-chip{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.03em}.retirada-entregue-chip--sim{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.retirada-entregue-chip--nao{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.retirada-pickup-card-mid.pedidos-ops-card-mid{flex-direction:column;align-items:flex-start;gap:4px}.retirada-card-order-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:800;color:#334155}.retirada-card-ready{font-size:.72rem;font-weight:600;color:#64748b}.retirada-pickup-card.pedidos-ops-card.is-active{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf859,0 14px 32px #0ea5e924}.retirada-desk{display:flex;flex-direction:column;gap:12px;padding:20px 26px 26px 20px;border-radius:18px;border:1px solid rgba(148,163,184,.35);background:#ffffffd1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 14px 36px #0f172a12;min-height:0;overflow:auto}.retirada-desk-selected-head{flex-shrink:0;margin:0 0 12px;padding:10px 12px 11px;border-radius:12px;background:#f8fafcfa;border:1px solid rgba(226,232,240,.95);box-shadow:0 1px #ffffffbf inset}.retirada-desk-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px}.retirada-desk-kicker{margin:0 0 2px;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;line-height:1.2}.retirada-desk-title{margin:0;font-size:1.02rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;color:#020617}.retirada-desk-sub{font-weight:600;color:#64748b}.retirada-rx-badge{padding:4px 9px;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#fbbf2440;color:#b45309;border:1px solid rgba(245,158,11,.4)}.retirada-desk-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin:0;padding:8px 0 4px;border-top:1px solid rgba(226,232,240,.9);border-bottom:1px solid rgba(226,232,240,.9)}.retirada-desk-meta div{min-width:0}.retirada-desk-meta dt{margin:0 0 2px;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.retirada-desk-meta dd{margin:0;font-size:.82rem;font-weight:600;line-height:1.4;color:#334155}.retirada-desk-meta div:nth-child(3),.retirada-desk-meta div:nth-child(4){grid-column:1 / -1}.retirada-desk-meta--simple div:nth-child(3){grid-column:1 / -1}.retirada-panel{padding:14px 14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafce6}.retirada-panel--done{border-color:#a7f3d0;background:#ecfdf5a6}.retirada-panel--stock{border-color:#cbd5e1;background:#f8fafc}.retirada-panel--alert{border-color:#f8717173;background:#fef2f2bf}.retirada-panel--soft{border-color:#94a3b873;background:#f1f5f9d9}.retirada-panel-title{margin:0 0 6px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#0f172a}.retirada-panel-hint{margin:0 0 12px;font-size:.82rem;line-height:1.5;color:#64748b}.retirada-panel-text{margin:0;font-size:.9rem;font-weight:600;color:#0f172a}.retirada-panel-muted{margin:8px 0 0;font-size:.78rem;color:#64748b;line-height:1.45}.retirada-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin-bottom:12px}.retirada-field--wide{grid-column:1 / -1}.retirada-field{display:flex;flex-direction:column;gap:5px;min-width:0}.retirada-field span{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.retirada-field input{height:40px;padding:0 12px;border-radius:10px;border:1px solid #e2e8f0;font-size:.88rem;font-weight:600;color:#0f172a;background:#fff}.retirada-field input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.retirada-field input:disabled{opacity:.65;background:#f1f5f9}.retirada-error{margin:0 0 10px;font-size:.82rem;font-weight:600;color:#dc2626}.retirada-code-modal .retirada-error{color:#dc2626}.retirada-code-overlay.orders-modal-overlay{z-index:10001}.retirada-code-modal.orders-modal{width:min(420px,100%);height:auto;max-height:none;display:flex;flex-direction:column;padding:0;grid-template-rows:none;gap:0}.retirada-code-modal .retirada-code-modal-head.orders-modal-head{margin:0;border-radius:7px 7px 0 0}.retirada-code-modal-body{padding:20px 20px 22px}.retirada-code-modal-mock-hint{margin:0 0 14px;font-size:.78rem;font-weight:600;color:#64748b;line-height:1.4}.retirada-code-modal-input{height:52px!important;font-size:1.5rem!important;font-weight:800!important;letter-spacing:.4em!important;text-align:center!important;font-variant-numeric:tabular-nums}.retirada-code-modal-actions{display:flex;gap:10px;margin-top:18px}.retirada-code-modal-actions .retirada-ghost-btn,.retirada-code-modal-actions .retirada-primary-btn{flex:1;margin-top:0;width:auto}.retirada-code-modal--success.orders-modal{overflow:hidden}.retirada-code-modal-body--success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 12px 22px!important}.retirada-code-success-lottie{width:168px;height:168px;margin:-4px auto 4px;display:flex;align-items:center;justify-content:center}.retirada-code-success-lead{margin:0 0 8px;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#047857}.retirada-code-success-copy{margin:0 0 12px;font-size:.9rem;line-height:1.5;font-weight:600;color:#334155;max-width:34ch}.retirada-code-success-copy strong{color:#0f172a;font-weight:800}.retirada-code-success-meta{margin:0 0 18px;font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums;color:#64748b}.retirada-code-modal-body--success .retirada-primary-btn{max-width:220px}.retirada-success{margin:0 0 12px;font-size:.84rem;font-weight:600;color:#047857}.retirada-check{display:flex;align-items:flex-start;gap:10px;margin:12px 0 14px;font-size:.82rem;font-weight:600;line-height:1.4;color:#334155;cursor:pointer}.retirada-check input{margin-top:3px;flex-shrink:0}.retirada-primary-btn{width:100%;height:42px;border:none;border-radius:12px;font-size:.88rem;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#6366f1);box-shadow:0 10px 24px #0ea5e947;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease}.retirada-primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #6366f140}.retirada-primary-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.retirada-handoff-btn{margin-top:10px;width:100%;height:44px;border-radius:12px;border:2px solid #047857;background:#ecfdf5;font-size:.88rem;font-weight:800;color:#065f46;cursor:pointer;transition:background .12s ease,border-color .12s ease}.retirada-handoff-btn:hover{background:#d1fae5;border-color:#059669}.retirada-ghost-btn{margin-top:4px;width:100%;height:40px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.82rem;font-weight:700;color:#64748b;cursor:pointer}.retirada-ghost-btn:hover:not(:disabled){border-color:#cbd5e1;color:#475569}.retirada-ghost-btn:disabled{opacity:.45;cursor:not-allowed}.retirada-desk-empty{margin:auto 0;text-align:center;font-size:.9rem;font-weight:600;color:#94a3b8}.rastreio-ops-page .pedidos-ops-stats .rastreio-kpi-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:108px;padding:12px 16px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 28px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.rastreio-ops-page .pedidos-ops-stats .rastreio-kpi-tile.pedidos-ops-stat--amber{border-color:#f59e0b73;background:linear-gradient(145deg,#fffbebf2,#ffffffd9)}.rastreio-ops-page .pedidos-ops-stats .rastreio-kpi-tile.pedidos-ops-stat--rose{border-color:#f43f5e66;background:linear-gradient(145deg,#fff1f2f2,#ffffffd9)}.rastreio-ops-page .pedidos-ops-stats .rastreio-kpi-tile.pedidos-ops-stat--muted .pedidos-ops-stat-value{color:#475569}.pedidos-ops-shell.rastreio-shell{flex:1;min-height:0}.pedidos-ops-toolbar.rastreio-toolbar{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.rastreio-toolbar-search{flex:1;min-width:200px;max-width:420px}.rastreio-toolbar-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.rastreio-toolbar-actions .rastreio-toolbar-count{margin:0;width:auto;text-align:right;font-size:.88rem;color:#475569;line-height:1.3}.rastreio-toolbar-actions .rastreio-toolbar-count strong{color:#0f172a;font-weight:800}.rastreio-body{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,1.12fr);flex:1;min-height:0;border-top:1px solid rgba(226,232,240,.9)}.rastreio-map-panel{display:flex;flex-direction:column;min-height:0;padding:16px 14px 18px 18px;border-right:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#f8fafca6,#fff6)}.rastreio-map-head{margin-bottom:10px}.rastreio-panel-title{margin:0 0 4px;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.rastreio-map-hint{margin:0;font-size:.8rem;line-height:1.45;color:#94a3b8}.rastreio-map-frame{position:relative;display:flex;flex-direction:column;flex:1;min-height:220px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden;box-shadow:inset 0 1px #fffc}.rastreio-map-svg,.rastreio-map-gmaps-wrap{flex:1;min-height:0;width:100%}.rastreio-map-key-hint{margin:12px 0 0;padding:10px 12px;border-radius:12px;font-size:.76rem;line-height:1.5;color:#64748b;background:#f1f5f9e6;border:1px solid #e2e8f0}.rastreio-map-key-hint code{font-size:.85em;padding:1px 5px;border-radius:4px;background:#e2e8f0;color:#334155}.rastreio-map-key-hint a{color:#0ea5e9;font-weight:600;word-break:break-all}.rastreio-map-gmaps-error-wrap{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:16px;background:#f8fafceb}.rastreio-map-gmaps-error{margin:0;font-size:.85rem;font-weight:600;color:#b45309;text-align:center;max-width:280px}.rastreio-moto-fab{position:relative;z-index:1;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 22px #0f172a14;cursor:pointer;flex-shrink:0;transition:transform .12s ease,box-shadow .15s ease}.rastreio-moto-fab:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a1a}.rastreio-moto-fab:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e959}.rastreio-moto-fab img{width:28px;height:28px;display:block;object-fit:contain;opacity:.9}.rastreio-map-svg{display:block;width:100%;height:100%}@keyframes rastreio-rider-pulse{0%,to{transform:scale(1);opacity:.35}50%{transform:scale(1.35);opacity:.12}}.rastreio-rider-pulse{transform-origin:center;animation:rastreio-rider-pulse 2.4s ease-in-out infinite}.rastreio-map-legend{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 16px}.rastreio-map-legend li{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#475569}.rastreio-legend-swatch{width:10px;height:10px;border-radius:999px;flex-shrink:0;box-shadow:0 0 0 2px #ffffffe6}.rastreio-legend-text{display:flex;flex-direction:column;gap:1px;line-height:1.25}.rastreio-legend-text strong{font-size:.8rem;font-weight:700;color:#0f172a}.rastreio-legend-text span{font-size:.72rem;color:#64748b}.rastreio-side{display:flex;flex-direction:column;gap:0;min-height:0;overflow:hidden;padding:14px 18px 14px 14px}.rastreio-table-panel{flex:1;min-height:0;display:flex;flex-direction:column;margin-bottom:0}.rastreio-table-panel-hint{margin:4px 0 8px;font-size:.78rem;font-weight:600;color:#94a3b8;line-height:1.4}.pedidos-ops-table.rastreio-table{min-width:0;width:100%;border-collapse:separate;border-spacing:18px 0;table-layout:fixed}.pedidos-ops-table.rastreio-table col.rastreio-col-pedido{width:auto}.pedidos-ops-table.rastreio-table .pedidos-ops-th--id,.pedidos-ops-table.rastreio-table .rastreio-td-pedido{min-width:6.75rem}.pedidos-ops-table.rastreio-table col.rastreio-col-pill{width:7.5rem}.pedidos-ops-table.rastreio-table col.rastreio-col-saida{width:5.25rem}.rastreio-td-saida{text-align:center;vertical-align:middle}.rastreio-saida-hora{display:block;font-variant-numeric:tabular-nums;font-weight:700;font-size:.78rem;color:#334155}.rastreio-saida-data{display:block;margin-top:3px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.68rem;font-weight:600;color:#94a3b8;line-height:1.2}.pedidos-ops-table.rastreio-table col.rastreio-col-parada{width:4.5rem}.pedidos-ops-table.rastreio-table thead .pedidos-ops-th{border-bottom:1px solid #e2e8f0}.pedidos-ops-table.rastreio-table tbody .pedidos-ops-td{border-bottom:1px solid #f1f5f9}.pedidos-ops-table.rastreio-table tbody tr:last-child .pedidos-ops-td{border-bottom:none}.pedidos-ops-table.rastreio-table .pedidos-ops-th,.pedidos-ops-table.rastreio-table .pedidos-ops-td{padding-left:0!important;padding-right:0!important;padding-top:10px;padding-bottom:10px}.rastreio-th-alerta,.pedidos-ops-table.rastreio-table .pedidos-ops-th--status{text-align:center}.rastreio-col-sort-btn{appearance:none;border:0;background:none;padding:0;margin:0;max-width:100%;font:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:text-decoration-color .12s ease}.rastreio-col-sort-btn:hover{text-decoration-color:currentColor}.rastreio-col-sort-btn:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px;border-radius:2px}.pedidos-ops-table.rastreio-table .pedidos-ops-th--id .rastreio-col-sort-btn{justify-content:flex-start}.pedidos-ops-table.rastreio-table .rastreio-th-alerta .rastreio-col-sort-btn,.pedidos-ops-table.rastreio-table .pedidos-ops-th--status .rastreio-col-sort-btn{justify-content:center}.rastreio-col-sort-btn.is-sorted--asc:after{content:"▲";font-size:.5rem;opacity:.55;line-height:1;text-decoration:none}.rastreio-col-sort-btn.is-sorted--desc:after{content:"▼";font-size:.5rem;opacity:.55;line-height:1;text-decoration:none}.rastreio-td-pedido .rastreio-order-id{display:block}.rastreio-td-pedido .rastreio-order-driver{display:block;margin-top:4px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.72rem;font-weight:600;color:#64748b;line-height:1.3}.rastreio-td-alerta,.pedidos-ops-table.rastreio-table .pedidos-ops-td--status{vertical-align:middle;text-align:center}.rastreio-cell-muted{font-size:.78rem;font-weight:600;color:#cbd5e1}.rastreio-alert-text-stack{display:flex;flex-direction:column;gap:4px;align-items:center;width:100%}.rastreio-alert-text{font-size:.78rem;font-weight:700;line-height:1.25;text-align:center;white-space:nowrap}.rastreio-alert-text--red{color:#be123c}.rastreio-alert-text--yellow{color:#b45309}.rastreio-modal-alerts{margin:0 0 16px;padding:12px 14px;border-radius:12px;border:1px solid rgba(245,158,11,.35);background:linear-gradient(135deg,#fffbebd9,#fffffff2)}.rastreio-modal-alerts-title{margin:0 0 10px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#b45309}.rastreio-modal-alert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.rastreio-modal-alert{margin:0;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.rastreio-modal-alert--atraso{border-color:#f43f5e59;background:linear-gradient(135deg,#fff1f280,#fff)}.rastreio-modal-alert--parada_longa{border-color:#f59e0b66;background:linear-gradient(135deg,#fffbeba6,#fff)}.rastreio-modal-alert--desvio_rota{border-color:#0ea5e959;background:linear-gradient(135deg,#f0f9ffa6,#fff)}.rastreio-modal-alert-type{display:block;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:4px}.rastreio-modal-alert-msg{margin:0 0 6px;font-size:.84rem;font-weight:600;line-height:1.45;color:#0f172a}.rastreio-modal-alert-at{font-size:.72rem;font-weight:600;color:#94a3b8}.rastreio-trow[role=button]{cursor:pointer}.rastreio-trow[role=button]:focus-visible{outline:2px solid #0ea5e9;outline-offset:-2px}.rastreio-table-wrap{flex:1;min-height:200px;margin-top:8px;overflow:auto;border-radius:12px;border:1px solid #e2e8f0}.rastreio-table.pedidos-ops-table{margin:0}.rastreio-trow{cursor:pointer}.pedidos-ops-table.rastreio-table .pedidos-ops-trow{border-bottom:none}.rastreio-stop-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em;text-transform:none;background:#0ea5e91f;color:#0369a1}.rastreio-table-empty{margin:0;padding:20px 12px;text-align:center;font-size:.85rem;font-weight:600;color:#94a3b8;line-height:1.45}.rastreio-status-text{font-size:.78rem;font-weight:700;line-height:1.25;white-space:nowrap}.rastreio-status-text--em_rota{color:#4f46e5}.rastreio-status-text--retorno{color:#475569}.rastreio-status-text--entregue{color:#047857}.rastreio-detail{padding-top:4px;border-top:1px solid rgba(226,232,240,.95)}.rastreio-detail-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,340px);gap:18px 22px;align-items:start}.rastreio-detail-col{min-width:0}.rastreio-trow.is-row-selected{background:#0ea5e914}.rastreio-trow.is-row-selected .pedidos-ops-td--id{font-weight:800}.rastreio-drivers-modal.orders-modal{max-width:520px;width:calc(100% - 32px);max-height:min(86vh,720px);display:flex;flex-direction:column}.rastreio-detail-modal.orders-modal{max-width:720px;width:calc(100% - 32px);max-height:min(90vh,760px);display:flex;flex-direction:column}.rastreio-detail-modal-body{padding:0 18px 18px;overflow-y:auto;flex:1;min-height:0}.rastreio-route-detail-intro{margin:0 0 14px;font-size:.82rem;font-weight:600;color:#64748b;line-height:1.4}.rastreio-route-empty{margin:0;padding:12px 0;font-size:.88rem;font-weight:600;color:#94a3b8}.rastreio-route-stop-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.rastreio-route-stop-card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;overflow:hidden}.rastreio-route-stop-card--picked{box-shadow:0 0 0 2px #0ea5e959}.rastreio-route-stop-head{display:grid;grid-template-columns:minmax(5.25rem,auto) minmax(0,1.05fr) minmax(0,1fr) auto auto min-content;gap:8px 12px;align-items:center;width:100%;padding:12px 14px;border:none;background:#f8fafc;font:inherit;cursor:pointer;text-align:left}.rastreio-route-stop-head:hover{background:#f1f5f9}.rastreio-route-stop-cell{font-size:.82rem;line-height:1.35;min-width:0}.rastreio-route-stop-cell--order{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.74rem;font-weight:800;color:#334155;white-space:nowrap}.rastreio-route-stop-cell--customer{font-weight:700;color:#0f172a}.rastreio-route-stop-cell--phone{font-weight:600;color:#475569}.rastreio-route-stop-cell--idx{font-weight:800;font-size:.78rem;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#0369a1;white-space:nowrap}.rastreio-route-stop-cell--status{font-size:.78rem;white-space:nowrap}.rastreio-route-stop-chevron{font-size:.75rem;color:#94a3b8;padding-left:4px}.rastreio-route-stop-panel{padding:14px 14px 16px;border-top:1px solid #e2e8f0;background:#fff}.rastreio-route-stop-address{margin:0 0 14px;font-size:.8rem;font-weight:600;color:#334155;line-height:1.45}.rastreio-route-stop-alerts{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#fffbebe6;border:1px solid rgba(245,158,11,.35)}.rastreio-route-stop-alerts-title{margin:0 0 8px;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#b45309}.rastreio-route-stop-alerts ul{margin:0;padding-left:1.1rem;font-size:.8rem;font-weight:600;color:#78350f;line-height:1.45}.rastreio-route-stop-alert-at{font-weight:600;color:#94a3b8}.rastreio-route-timeline-blocks{display:flex;flex-direction:column;gap:14px}.rastreio-route-tl-block{padding:0 0 0 12px;border-left:3px solid #e2e8f0}.rastreio-route-tl-block--ok{border-left-color:#22c55e}.rastreio-route-tl-block--warn{border-left-color:#f59e0b}.rastreio-route-tl-block--pendente{border-left-color:#0ea5e9}.rastreio-route-tl-label{margin:0;font-size:.88rem;font-weight:700;color:#0f172a}.rastreio-route-tl-at{margin:4px 0 6px;font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;color:#475569}.rastreio-route-tl-detail{margin:0;font-size:.8rem;font-weight:600;color:#64748b;line-height:1.45}@media(max-width:560px){.rastreio-route-stop-head{grid-template-columns:minmax(0,1fr) min-content;grid-template-areas:"order chevron" "customer customer" "phone phone" "idx status"}.rastreio-route-stop-cell--order{grid-area:order}.rastreio-route-stop-cell--customer{grid-area:customer}.rastreio-route-stop-cell--phone{grid-area:phone}.rastreio-route-stop-cell--idx{grid-area:idx}.rastreio-route-stop-cell--status{grid-area:status;justify-self:start}.rastreio-route-stop-chevron{grid-area:chevron;align-self:start;justify-self:end}}.rastreio-detail-modal .rastreio-detail-columns{margin-top:4px}.rastreio-drivers-modal-body{padding:0 18px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.rastreio-driver-card{border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.rastreio-driver-card-head{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border:none;background:transparent;font:inherit;cursor:pointer;text-align:left}.rastreio-driver-card-head:hover{background:#ffffffa6}.rastreio-driver-card-name{flex:1;font-weight:800;font-size:.95rem;color:#0f172a}.rastreio-driver-card-chevron{font-size:.85rem;color:#64748b}.rastreio-driver-card-body{padding:0 14px 14px;border-top:1px solid rgba(226,232,240,.95);background:#fff}.rastreio-driver-card-meta{margin:10px 0 12px;font-size:.82rem;color:#64748b;font-weight:600}.rastreio-driver-active-label{margin:14px 0 6px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.rastreio-driver-active-empty{margin:0;font-size:.82rem;color:#94a3b8;font-weight:600}.rastreio-driver-active-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.rastreio-driver-active-list button{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.84rem;font-weight:700;color:#0f172a;cursor:pointer}.rastreio-driver-active-list button:hover{border-color:#cbd5e1;background:#fff}.rastreio-detail-customer{margin:6px 0 2px;font-weight:700;font-size:.92rem;color:#0f172a}.rastreio-detail-address{margin:0 0 8px;font-size:.84rem;line-height:1.45;color:#64748b}.rastreio-detail-route-meta{margin:0 0 14px;font-size:.8rem;line-height:1.5;color:#475569}.rastreio-timeline{list-style:none;margin:0 0 16px;padding:0 0 0 4px}.rastreio-timeline-item{position:relative;padding:0 0 14px 20px;border-left:2px solid #e2e8f0}.rastreio-timeline-item:last-child{border-left-color:transparent}.rastreio-timeline-dot{position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:999px;background:#fff;border:2px solid #94a3b8}.rastreio-timeline-item--ok .rastreio-timeline-dot{border-color:#10b981;background:#ecfdf5}.rastreio-timeline-item--warn .rastreio-timeline-dot{border-color:#f59e0b;background:#fffbeb}.rastreio-timeline-item--pendente .rastreio-timeline-dot{border-color:#6366f1;background:#eef2ff}.rastreio-timeline-body{display:flex;flex-direction:column;gap:2px}.rastreio-timeline-label{font-size:.86rem;font-weight:700;color:#0f172a}.rastreio-timeline-at{font-size:.72rem;font-weight:600;color:#94a3b8}.rastreio-timeline-detail{font-size:.78rem;line-height:1.45;color:#64748b}.rastreio-otp-form{padding:14px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.rastreio-otp-label{margin:0 0 4px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.rastreio-otp-hint{margin:0 0 10px;font-size:.8rem;line-height:1.45;color:#64748b}.rastreio-otp-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.rastreio-otp-input{width:120px;height:44px;padding:0 14px;border-radius:12px;border:1px solid #e2e8f0;font-size:1.1rem;font-weight:800;letter-spacing:.2em;text-align:center;font-variant-numeric:tabular-nums}.rastreio-otp-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0ea5e933}.rastreio-otp-submit{height:44px;padding:0 18px;border:none;border-radius:12px;font-size:.86rem;font-weight:800;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#6366f1);box-shadow:0 8px 20px #0ea5e947;transition:transform .1s ease,box-shadow .15s ease}.rastreio-otp-submit:hover{transform:translateY(-1px);box-shadow:0 10px 24px #6366f138}.rastreio-otp-error{margin:8px 0 0;font-size:.8rem;font-weight:600;color:#e11d48}.rastreio-otp-dev{margin:10px 0 0;font-size:.72rem;color:#94a3b8}.rastreio-otp-dev code{font-size:.85em;padding:1px 6px;border-radius:6px;background:#e2e8f0;color:#475569}.rastreio-closed-note{margin:0;padding:12px 14px;border-radius:12px;background:#ecfdf5;border:1px solid #a7f3d0;font-size:.84rem;font-weight:600;color:#065f46}.rastreio-empty-detail{margin:12px 0 0;font-size:.88rem;color:#94a3b8;font-weight:600}.rastreio-performance{flex-shrink:0;padding:16px 18px 18px;border-top:1px solid rgba(226,232,240,.95);background:#f8fafc80}.rastreio-perf-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.rastreio-perf-card{margin:0;padding:14px 14px 12px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 20px #0f172a0a}.rastreio-perf-card h3{margin:0 0 10px;font-size:.92rem;font-weight:800;color:#0f172a}.rastreio-perf-dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.rastreio-perf-dl div{display:flex;flex-direction:column;gap:2px}.rastreio-perf-dl dt{margin:0;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.rastreio-perf-dl dd{margin:0;font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:#0f172a}@media(max-width:1100px){.rastreio-body{grid-template-columns:1fr}.rastreio-map-panel{border-right:none;border-bottom:1px solid rgba(226,232,240,.95)}.rastreio-map-frame{min-height:200px}.rastreio-side{overflow-y:auto;min-height:0}.rastreio-detail-columns{grid-template-columns:1fr}}.dashboard-layout:has(.atendimento-ops-page){background:radial-gradient(1200px 520px at 6% -8%,rgba(14,165,233,.14),transparent 55%),radial-gradient(900px 480px at 100% 8%,rgba(99,102,241,.1),transparent 52%),linear-gradient(168deg,#e8eef5,#e2e8f0 40%,#f1f5f9)}.dashboard-layout:has(.atendimento-ops-page) .dashboard-sidebar{background:#ffffffc7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dashboard-layout:has(.atendimento-ops-page) .sidebar-brand{background:transparent}main.dashboard-content.no-page-header:has(.atendimento-ops-page),main.dashboard-content.no-page-header:has(.atendimento-ops-page) .dashboard-body.ops-workspace{background:transparent}.atendimento-ops-page .pedidos-ops-stats.atendimento-hero-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:min(100%,520px)}.atendimento-ops-page .pedidos-ops-stats.atendimento-hero-kpis button.pedidos-ops-stat{min-width:0;width:100%;box-sizing:border-box}@media(max-width:900px){.atendimento-ops-page .pedidos-ops-stats.atendimento-hero-kpis{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}.pedidos-ops-page.dashboard-store-page .atendimento-ops-shell.pedidos-ops-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pedidos-ops-toolbar.atendimento-ops-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:14px;padding-bottom:12px}.atendimento-toolbar-hint{margin:0;font-size:.88rem;font-weight:600;color:#475569}.atendimento-toolbar-hint-muted{font-weight:500;color:#94a3b8}.atendimento-toolbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.atendimento-toolbar-simulate{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#fff;color:#475569;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.atendimento-toolbar-simulate svg{width:20px;height:20px}.atendimento-toolbar-simulate:hover:not(:disabled){background:#f0f9ff;border-color:#7dd3fc;color:#0369a1}.atendimento-toolbar-simulate:disabled{opacity:.55;cursor:not-allowed}.atendimento-toolbar-refresh{flex-shrink:0;border:1px solid rgba(148,163,184,.45);background:#fff;color:#334155;font-size:.84rem;font-weight:600;padding:9px 16px;border-radius:10px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.atendimento-toolbar-refresh:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.atendimento-toolbar-refresh:disabled{opacity:.65;cursor:not-allowed}.pedidos-ops-shell.atendimento-ops-shell>.atendimento-shell{flex:1;min-height:0;border-radius:0;border:none;box-shadow:none;background:transparent}.atendimento-shell{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(260px,300px) 1fr minmax(260px,300px);overflow:hidden}.atendimento-rail{display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-right:1px solid rgba(226,232,240,.95)}.atendimento-rail-search{padding:10px 10px 6px;flex-shrink:0}.atendimento-search-input{width:100%;height:40px;border-radius:10px;border:1px solid #e2e8f0;padding:0 12px;font-size:.88rem;outline:none;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.atendimento-search-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.atendimento-rail-list{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-color:#cbd5e1 transparent}.atendimento-convo-list{list-style:none;margin:0;padding:6px 6px 10px}.atendimento-convo-item{width:100%;display:flex;align-items:flex-start;gap:10px;padding:10px 8px;border:none;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background-color .12s ease}.atendimento-convo-item:hover{background:#ffffffbf}.atendimento-convo-item.is-active{background:#fff;box-shadow:0 0 0 1px #38bdf859,0 8px 22px #0f172a0f}.atendimento-convo-avatar-wrap{position:relative;flex-shrink:0;align-self:flex-start}.atendimento-convo-avatar{width:44px;height:44px;border-radius:999px;flex-shrink:0;display:grid;place-items:center;font-size:.78rem;font-weight:700;color:#0c4a6e;background:linear-gradient(145deg,#bae6fd,#7dd3fc);border:1px solid rgba(125,211,252,.6)}.atendimento-convo-unread-badge{position:absolute;right:-4px;top:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#22c55e;color:#fff;font-size:.65rem;font-weight:800;line-height:20px;text-align:center;box-shadow:0 0 0 2px #fffffff2;font-variant-numeric:tabular-nums;pointer-events:none}.atendimento-convo-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.atendimento-convo-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.atendimento-convo-name{font-size:.9rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atendimento-convo-name.is-unread{font-weight:800}.atendimento-convo-time{font-size:.68rem;font-weight:600;color:#94a3b8;flex-shrink:0;font-variant-numeric:tabular-nums}.atendimento-convo-preview{font-size:.78rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atendimento-convo-typing{display:inline-flex;align-items:center;gap:3px;font-size:.78rem;font-weight:700;color:#15803d;letter-spacing:.02em}.atendimento-typing-dots{display:inline-flex;align-items:flex-end;gap:3px;height:14px;padding-bottom:1px}.atendimento-typing-dots span{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.35;animation:atendimento-typing-dot .9s ease-in-out infinite}.atendimento-typing-dots span:nth-child(1){animation-delay:0s}.atendimento-typing-dots span:nth-child(2){animation-delay:.2s}.atendimento-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes atendimento-typing-dot{0%,70%,to{transform:translateY(0);opacity:.3}35%{transform:translateY(-5px);opacity:1}}.atendimento-rail-empty,.atendimento-chat-empty,.atendimento-profile-empty{padding:24px 14px;text-align:center;font-size:.88rem;color:#64748b;line-height:1.5}.atendimento-link-btn{margin-top:10px;border:none;background:none;color:#0284c7;font-weight:600;font-size:.86rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.atendimento-skeleton-list{padding:10px;display:flex;flex-direction:column;gap:10px}.atendimento-skeleton-row{height:56px;border-radius:12px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0 90%);background-size:200% 100%;animation:atendimento-shimmer 1.1s ease-in-out infinite}@keyframes atendimento-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.atendimento-chat{display:flex;flex-direction:column;min-width:0;min-height:0;background-color:#e8ecf1;background-image:radial-gradient(circle at 12% 18%,rgba(148,163,184,.12) 0,transparent 42%),radial-gradient(circle at 88% 72%,rgba(56,189,248,.08) 0,transparent 38%),repeating-linear-gradient(-8deg,transparent,transparent 11px,rgba(255,255,255,.045) 11px,rgba(255,255,255,.045) 12px)}.atendimento-chat-header{flex-shrink:0;padding:12px 16px;background:#ffffffeb;border-bottom:1px solid rgba(226,232,240,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.atendimento-chat-subject{margin:0;font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.atendimento-chat-meta{margin:4px 0 0;font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.atendimento-chat-stream{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 14px 12px;scrollbar-color:#94a3b8 transparent}.atendimento-chat-loading{padding:20px;text-align:center;color:#64748b;font-size:.88rem}.atendimento-bubbles{display:flex;flex-direction:column;gap:10px}.atendimento-bubble-row{display:flex}.atendimento-bubble-row.is-user{justify-content:flex-end}.atendimento-bubble-row.is-agent{justify-content:flex-start}.atendimento-bubble-stack{display:flex;flex-direction:column;gap:3px;max-width:min(72%,420px)}.atendimento-bubble-row.is-user .atendimento-bubble-stack{align-items:flex-end}.atendimento-bubble-row.is-agent .atendimento-bubble-stack{align-items:flex-start}.atendimento-bubble-author{font-size:.68rem;font-weight:700;color:#64748b;line-height:1.2;max-width:100%;padding:0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atendimento-bubble-row.is-user .atendimento-bubble-author{text-align:right}.atendimento-bubble{max-width:100%;padding:8px 11px 6px;border-radius:12px;box-shadow:0 1px 2px #0f172a0f;position:relative}.atendimento-bubble.is-user{background:#dcf8c6;border:1px solid rgba(134,197,94,.35);border-top-right-radius:4px}.atendimento-bubble.is-agent{background:#fff;border:1px solid rgba(226,232,240,.95);border-top-left-radius:4px;border-left:3px solid #38bdf8}.atendimento-bubble-text{margin:0;font-size:.9rem;line-height:1.45;color:#0f172a;white-space:pre-wrap;word-break:break-word}.atendimento-bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:4px;flex-wrap:nowrap}.atendimento-bubble-time{font-size:.65rem;font-weight:600;color:#0f172a73;font-variant-numeric:tabular-nums;line-height:1.2}.atendimento-bubble-receipts{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.atendimento-bubble-receipts svg{display:block}.atendimento-bubble-img{display:block;max-width:min(280px,72vw);max-height:220px;width:auto;height:auto;border-radius:8px;margin:0 0 4px;object-fit:cover}.atendimento-bubble-file{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#f1f5f9f2;border:1px solid rgba(226,232,240,.98);text-decoration:none;color:#0f172a;margin:0 0 4px;transition:background-color .15s ease,border-color .15s ease}.atendimento-bubble-file:hover{background:#fff;border-color:#38bdf8}.atendimento-bubble-file-icon{flex-shrink:0;font-size:.62rem;font-weight:800;letter-spacing:.04em;color:#b91c1c;background:#fee2e2;padding:6px 8px;border-radius:6px}.atendimento-bubble-file-name{font-size:.82rem;font-weight:600;line-height:1.3;word-break:break-word}.atendimento-bubble.is-user .atendimento-bubble-file{background:#ffffff8c}.atendimento-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.atendimento-composer-wrap{flex-shrink:0;padding:10px 12px 12px;background:#f1f5f9f5;border-top:1px solid rgba(226,232,240,.95)}.atendimento-pending-attach{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding:8px 12px;border-radius:12px;background:#fff;border:1px solid rgba(56,189,248,.35);box-shadow:0 2px 8px #0f172a0a}.atendimento-pending-label{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.82rem;color:#334155;min-width:0}.atendimento-pending-label strong{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.atendimento-pending-thumb-wrap{flex-shrink:0}.atendimento-pending-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;display:block;border:1px solid #e2e8f0}.atendimento-pending-remove{flex-shrink:0;border:none;background:#f1f5f9e6;color:#64748b;width:32px;height:32px;border-radius:999px;font-size:1rem;line-height:1;cursor:pointer;transition:background-color .15s ease,color .15s ease}.atendimento-pending-remove:hover{background:#fee2e2;color:#b91c1c}.atendimento-composer{display:flex;align-items:flex-end;gap:6px;background:#fff;border-radius:999px;border:1px solid #e2e8f0;padding:6px 6px 6px 8px;box-shadow:0 2px 10px #0f172a0a}.atendimento-attach-btn{flex-shrink:0;width:44px;height:44px;border:none;border-radius:999px;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.atendimento-attach-btn svg{width:24px;height:24px}.atendimento-attach-btn:hover:not(:disabled){background:#f1f5f9;color:#0284c7}.atendimento-attach-btn:disabled{opacity:.45;cursor:not-allowed}.atendimento-composer-input{flex:1;min-height:40px;max-height:120px;border:none;resize:none;font:inherit;font-size:.9rem;line-height:1.4;padding:9px 0;outline:none;color:#0f172a;background:transparent}.atendimento-send-btn{width:44px;height:44px;border-radius:999px;border:none;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(145deg,#0ea5e9,#0284c7);color:#fff;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.atendimento-send-btn svg{width:22px;height:22px}.atendimento-send-btn:hover:not(:disabled){transform:scale(1.04)}.atendimento-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.atendimento-composer-blocked{text-align:center;padding:12px 14px;border-radius:14px;background:#fff;border:1px dashed #cbd5e1}.atendimento-composer-blocked p{margin:0 0 10px;font-size:.88rem;color:#475569}.atendimento-composer-blocked.is-muted p{margin:0}.atendimento-assume-btn{border:none;border-radius:999px;padding:10px 18px;font-size:.86rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(145deg,#334155,#0f172a);box-shadow:0 6px 18px #0f172a2e}.atendimento-assume-btn:disabled{opacity:.6;cursor:wait}.atendimento-profile{display:flex;flex-direction:column;gap:14px;padding:18px 16px;background:linear-gradient(180deg,#fff,#f8fafc);border-left:1px solid rgba(226,232,240,.95);min-height:0;overflow-y:auto}.atendimento-profile-card{text-align:center;padding-bottom:8px;border-bottom:1px solid rgba(226,232,240,.9)}.atendimento-profile-avatar{width:72px;height:72px;margin:0 auto 12px;border-radius:999px;display:grid;place-items:center;font-size:1.35rem;font-weight:800;color:#0c4a6e;background:linear-gradient(160deg,#e0f2fe,#bae6fd);border:2px solid rgba(56,189,248,.45);box-shadow:0 12px 28px #0ea5e926}.atendimento-profile-name{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.atendimento-profile-email{margin:6px 0 12px;font-size:.82rem;color:#64748b;word-break:break-all}.atendimento-profile-status-row{text-align:left;margin-top:4px}.atendimento-status-label{display:block;margin:0 0 6px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.atendimento-status-closed-readonly{width:100%;padding:8px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;box-sizing:border-box}.atendimento-status-closed-hint{margin:6px 0 0;font-size:.72rem;font-weight:500;color:#64748b;line-height:1.4}.atendimento-status-dropdown.custom-select{width:100%;min-width:0;z-index:50}.atendimento-status-dropdown-trigger.custom-select-trigger{min-height:44px;padding:8px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0a}.atendimento-status-dropdown-trigger.custom-select-trigger:hover:not(:disabled){border-color:#cbd5e1}.atendimento-status-dropdown-trigger.custom-select-trigger:focus-visible{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf838}.atendimento-status-dropdown-trigger.custom-select-trigger:disabled{opacity:.65;cursor:wait}.atendimento-status-dropdown-menu.custom-select-menu{margin-top:6px;padding:8px}.atendimento-status-dropdown-option.custom-select-option{height:auto;min-height:auto;padding:10px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;white-space:normal;line-height:1.35}.atendimento-status-dropdown-option-main{display:block}.atendimento-status-dropdown-option-hint{display:block;font-size:.72rem;font-weight:500;color:#64748b;line-height:1.4}.atendimento-status-saving{display:block;margin-top:6px;font-size:.72rem;color:#64748b}.atendimento-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.atendimento-status--open{background:#dcfce7;color:#15803d}.atendimento-status--progress{background:#dbeafe;color:#1d4ed8}.atendimento-status--closed{background:#ffedd5;color:#c2410c}.atendimento-profile-block{padding:0 2px}.atendimento-profile-label{margin:0 0 4px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.atendimento-profile-value{margin:0;font-size:.88rem;color:#334155;line-height:1.45}@media(max-width:1180px){.atendimento-shell{grid-template-columns:minmax(220px,260px) 1fr;grid-template-rows:1fr auto}.atendimento-profile{grid-column:1 / -1;border-left:none;border-top:1px solid rgba(226,232,240,.95);flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:20px}.atendimento-profile-card{border-bottom:none;padding-bottom:0;flex:1 1 200px;max-width:280px}.atendimento-profile-block{flex:1 1 140px;max-width:200px}}@media(max-width:820px){.atendimento-shell{grid-template-columns:1fr;grid-template-rows:minmax(180px,32vh) 1fr auto}.atendimento-rail{border-right:none;border-bottom:1px solid rgba(226,232,240,.95)}.atendimento-topbar{flex-direction:column;align-items:flex-start}}.sidebar-item.sidebar-item--blocked{opacity:.48;cursor:not-allowed;filter:grayscale(.2)}.loja-access-denied-page .pedidos-ops-shell{display:flex;align-items:center;justify-content:center;min-height:min(520px,70vh)}.loja-access-denied-card{max-width:480px;padding:28px 32px;border-radius:20px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(165deg,#fff,#f8fafc80);box-shadow:0 18px 48px #0f172a14}.loja-access-denied-eyebrow{margin:0 0 8px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.loja-access-denied-title{margin:0 0 12px;font-size:1.45rem;color:#0f172a;line-height:1.2}.loja-access-denied-text{margin:0 0 22px;color:#475569;line-height:1.55;font-size:.95rem}.loja-access-denied-actions{display:flex;flex-wrap:wrap;gap:10px}.loja-access-denied-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:12px;font-size:.88rem;font-weight:700;text-decoration:none;transition:filter .15s ease,background .15s ease}.loja-access-denied-btn--primary{border:1px solid rgba(14,165,233,.45);background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 2px 12px #0ea5e938}.loja-access-denied-btn--primary:hover{filter:brightness(1.05)}.loja-access-denied-btn--ghost{border:1px solid #cbd5e1;background:#fff;color:#334155}.loja-access-denied-btn--ghost:hover{background:#f8fafc}.equipe-ops-shell{display:flex;flex-direction:column;gap:16px}.pedidos-ops-shell.equipe-ops-shell{padding:20px 22px 24px;overflow:auto}.loja-blocked-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#f8fafc,#e2e8f0)}.loja-blocked-main{max-width:420px;width:100%;padding:28px 26px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0f172a14;text-align:center}.loja-blocked-main h1{margin:0 0 10px;font-size:1.25rem;color:#0f172a}.loja-blocked-main p{margin:0 0 22px;font-size:.9rem;line-height:1.5;color:#64748b}.equipe-status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em}.equipe-status-pill--ok{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.35)}.equipe-status-pill--blocked{background:#fff1f2;color:#be123c;border:1px solid rgba(244,63,94,.35)}.equipe-col-actions{display:flex;flex-wrap:wrap;gap:6px}.equipe-th-acao{text-align:center}.equipe-actions-td{width:1%;white-space:nowrap;vertical-align:middle;text-align:center}.equipe-actions-cell{display:flex;justify-content:center;align-items:center}.equipe-modal-overlay--confirm-front{z-index:1250}.equipe-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.equipe-menu-trigger:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}.equipe-menu-trigger[aria-expanded=true]{border-color:#0ea5e973;background:#e0f2fea6;color:#0369a1}.equipe-actions-popover{z-index:1150;padding:6px 0;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 40px #0f172a24}.equipe-actions-popover-item{display:block;width:100%;padding:11px 14px;border:none;background:transparent;text-align:left;font-size:.86rem;font-weight:600;color:#334155;cursor:pointer;transition:background .12s ease}.equipe-actions-popover-item:hover{background:#f1f5f9}.equipe-actions-popover-item--danger{color:#be123c}.equipe-actions-popover-item--danger:hover{background:#fff1f2}.equipe-modal--with-x{position:relative;padding-top:48px}.equipe-modal-x{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.equipe-modal-x:hover{background:#f1f5f9;color:#0f172a}.equipe-modal--confirm{max-width:420px;gap:18px}.equipe-modal--confirm .equipe-modal-title{padding-right:36px}.equipe-confirm-wide-btn{width:100%;min-height:48px;justify-content:center;margin-top:4px}.equipe-modal-overlay--add-wide{align-items:center;justify-content:center;padding:max(10px,2vh)}.equipe-modal.equipe-modal--add-full{width:80vw;height:80vh;max-width:none;max-height:none;display:flex;flex-direction:column;overflow:hidden;gap:12px}.equipe-add-modal-top{flex-shrink:0}.equipe-add-modal-grid{flex:1;min-height:0;display:grid;grid-template-columns:minmax(280px,42%) 1fr;gap:0 20px}.equipe-add-modal-grid--picker-left{grid-template-columns:minmax(300px,44%) 1fr}.equipe-add-modal-left{display:flex;flex-direction:column;min-height:0;gap:10px}.equipe-add-modal-picker{padding-right:20px;border-right:1px solid #e2e8f0}.equipe-add-modal-perms-panel{padding-left:4px;min-height:0}.equipe-add-modal-perms-scroll{flex:1;min-height:140px;overflow-y:auto;padding-right:6px}.equipe-add-modal-left-scroll{flex:1;min-height:120px;overflow-y:auto;padding-right:6px}.equipe-add-submit-btn{flex-shrink:0;margin-top:4px}.equipe-add-modal-right{display:flex;flex-direction:column;min-height:0;gap:10px}.equipe-add-search-input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;font-size:.88rem;color:#0f172a;background:#fff}.equipe-add-search-input::placeholder{color:#94a3b8}.equipe-add-search-input:focus{outline:none;border-color:#0ea5e98c;box-shadow:0 0 0 3px #0ea5e926}.equipe-add-alpha{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.equipe-add-alpha-btn{min-width:28px;height:30px;padding:0 6px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:.7rem;font-weight:700;color:#475569;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.equipe-add-alpha-btn:hover{border-color:#cbd5e1;background:#f8fafc}.equipe-add-alpha-btn.is-active{border-color:#0ea5e980;background:#e0f2fed9;color:#0369a1}.equipe-add-list{flex:1;min-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px}.equipe-add-list-empty{margin:0;padding:20px 12px;text-align:center;color:#64748b;font-size:.86rem}.equipe-add-row{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;text-align:left;cursor:pointer;font:inherit;transition:border-color .12s ease,background .12s ease}.equipe-add-row:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.equipe-add-row.is-selected{border-color:#0ea5e98c;background:#e0f2fe73}.equipe-add-row.is-in-unit,.equipe-add-row:disabled{opacity:.58;cursor:not-allowed}.equipe-add-row-name{font-weight:700;color:#0f172a;font-size:.88rem}.equipe-add-row-meta{font-size:.78rem;color:#64748b}.equipe-add-row-email,.equipe-add-row-cpf{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem}.equipe-add-row-badge{margin-top:4px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b45309}.equipe-ops-btn--sm{min-height:34px;padding:0 12px;font-size:.75rem}.equipe-ops-btn--ghost{background:#f8fafc}.equipe-ops-btn--ghost:hover{background:#f1f5f9}.equipe-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.equipe-modal{width:100%;max-width:480px;max-height:min(90vh,720px);display:flex;flex-direction:column;gap:14px;padding:22px 22px 18px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 24px 60px #0f172a2e;overflow:hidden}.equipe-modal-head{display:flex;flex-direction:column;gap:4px}.equipe-modal-title{margin:0;font-size:1.05rem;color:#0f172a}.equipe-modal-sub{margin:0;font-size:.82rem;color:#64748b;line-height:1.45}.equipe-modal-body{overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:12px}.equipe-modal-perms{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.equipe-modal-footer{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding-top:6px;border-top:1px solid #f1f5f9}.equipe-ops-tabs{display:flex;flex-wrap:wrap;gap:8px}.equipe-ops-tab{border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.82rem;font-weight:700;padding:10px 16px;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.equipe-ops-tab:hover{border-color:#cbd5e1;color:#0f172a}.equipe-ops-tab.is-active{border-color:#0ea5e980;background:linear-gradient(135deg,#e0f2fee6,#fff);color:#0369a1;box-shadow:0 2px 10px #0ea5e91f}.equipe-ops-save-hint{margin:0;padding:10px 14px;border-radius:12px;background:#ecfdf5;border:1px solid rgba(16,185,129,.35);color:#047857;font-size:.86rem;font-weight:600}.equipe-ops-panel{display:flex;flex-direction:column;gap:14px}.equipe-ops-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.equipe-ops-h2{margin:0;font-size:1.05rem;color:#0f172a}.equipe-ops-btn{min-height:40px;padding:0 18px;border-radius:12px;font-size:.82rem;font-weight:700;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#334155}.equipe-ops-btn--primary{border-color:#0ea5e973;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 2px 10px #0ea5e92e}.equipe-ops-btn--primary:hover{filter:brightness(1.05)}.equipe-ops-btn--danger{border-color:#f43f5e73;background:linear-gradient(135deg,#fb7185,#e11d48);color:#fff}.equipe-ops-btn--danger:hover{filter:brightness(1.05)}.equipe-ops-table-wrap{overflow-x:auto}.equipe-collab-card{display:flex;flex-direction:column;min-height:min(560px,calc(100vh - 200px));max-height:min(760px,calc(100vh - 132px));border-radius:14px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 1px 2px #0f172a0a,0 8px 28px #0f172a0e;overflow:hidden}.equipe-collab-toolbar{flex-shrink:0;padding:12px 16px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fff,#fafbfc)}.equipe-collab-search-label{display:block;margin:0 0 8px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.equipe-collab-search-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.equipe-collab-search-input{flex:1;min-width:min(100%,220px);height:40px;padding:0 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:.88rem;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.equipe-collab-search-input::placeholder{color:#94a3b8}.equipe-collab-search-input:focus{border-color:#0ea5e98c;box-shadow:0 0 0 3px #0ea5e91f}.equipe-collab-filter-meta{flex-shrink:0;font-size:.78rem;font-weight:600;color:#94a3b8;white-space:nowrap}.equipe-collab-table-wrap{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#f4f6f9}.equipe-collab-table{min-width:520px;width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;background:#fff}.equipe-collab-table thead tr{border-bottom:none}.equipe-collab-table thead .pedidos-ops-th{padding:0;border-bottom:none}.equipe-collab-th{position:sticky;top:0;z-index:2;padding:11px 16px 9px!important;font-size:.65rem!important;font-weight:750!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#64748b!important;vertical-align:bottom!important;background:linear-gradient(180deg,#f8fafc,#eef2f6);border-bottom:1px solid #e2e8f0!important;box-shadow:0 1px #0f172a0a}.equipe-collab-col--name{width:24%}.equipe-collab-col--role{width:22%}.equipe-collab-col--email{width:auto}.equipe-collab-col--status{width:104px}.equipe-collab-col--action{width:64px}.equipe-collab-row{cursor:default!important}.equipe-collab-row:hover{background:#f8fafc!important;box-shadow:none!important}.equipe-collab-row:last-child .equipe-collab-td:first-child{border-bottom-left-radius:13px}.equipe-collab-row:last-child .equipe-collab-td:last-child{border-bottom-right-radius:13px}.equipe-collab-td{padding:10px 16px!important;border-bottom:1px solid #f1f5f9!important;font-size:.875rem!important;line-height:1.38!important;vertical-align:middle!important}.equipe-collab-row:last-child .equipe-collab-td{border-bottom:none!important}.equipe-collab-row--empty .equipe-collab-empty-cell{text-align:center;vertical-align:middle!important;padding:min(12vh,72px) 20px!important;border-bottom:none!important;background:#f4f6f9}.equipe-collab-empty-msg{margin:0;font-size:.88rem;font-weight:600;color:#64748b}.equipe-collab-name{display:block;font-weight:650;color:#0f172a;letter-spacing:-.015em}.equipe-collab-td--role{color:#475569;font-size:.84rem!important}.equipe-collab-td--email{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8rem!important;font-weight:500!important;color:#64748b!important;word-break:break-word}.equipe-collab-td--status,.equipe-collab-td--action{width:1%}.equipe-collab-table .equipe-status-pill{padding:3px 9px;font-size:.7rem}.equipe-collab-table .equipe-menu-trigger{width:34px;height:34px;border-radius:9px;border-color:#e8ecf1;background:#fafbfc}.equipe-collab-table .equipe-menu-trigger:hover{background:#fff;border-color:#cbd5e1;color:#0f172a}.equipe-collab-footnote{margin-top:4px;padding-left:2px;font-size:.76rem;color:#94a3b8}.equipe-ops-table .equipe-ops-input{width:100%;min-width:140px;max-width:220px;height:36px;border-radius:10px;border:1px solid #cbd5e1;padding:0 10px;font-size:.85rem}.equipe-ops-select{min-width:160px;height:36px;border-radius:10px;border:1px solid #cbd5e1;padding:0 10px;font-size:.82rem;background:#fff}.equipe-ops-select--full{width:100%;max-width:320px}.equipe-ops-check{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:600;color:#334155;cursor:pointer}.equipe-ops-check--block{display:flex;width:100%}.equipe-ops-footnote{margin:0;font-size:.78rem;color:#64748b;line-height:1.45;max-width:72ch}.equipe-roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.equipe-role-card{border:1px solid rgba(226,232,240,.95);border-radius:16px;padding:16px 16px 14px;background:linear-gradient(165deg,#fff,#f8fafc99);box-shadow:0 4px 18px #0f172a0a}.equipe-role-card-head{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.equipe-role-title{margin:0 0 4px;font-size:.95rem;color:#0f172a}.equipe-role-desc{margin:0;font-size:.78rem;color:#64748b;line-height:1.4}.equipe-role-card--granular .equipe-granular-editor{max-height:min(52vh,420px);overflow-y:auto;padding-right:4px}.equipe-modal-body--granular{max-height:min(58vh,480px);overflow-y:auto;padding-right:4px}.equipe-granular-editor{display:flex;flex-direction:column;gap:14px}.equipe-granular-disclosure{border:1px solid #e2e8f0;border-radius:12px;padding:0;background:#fafbfc;overflow:hidden}.equipe-granular-disclosure-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.equipe-granular-disclosure-summary::-webkit-details-marker{display:none}.equipe-granular-disclosure-title{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.equipe-granular-disclosure-chevron{flex-shrink:0;font-size:.7rem;line-height:1;color:#94a3b8;transition:transform .2s ease}.equipe-granular-disclosure[open] .equipe-granular-disclosure-chevron{transform:rotate(180deg)}.equipe-granular-list{list-style:none;margin:0;padding:0 14px 14px;display:flex;flex-direction:column;gap:8px}.equipe-granular-list-item{list-style:none;margin:0;padding:0}.equipe-granular-row{display:flex;align-items:flex-start;gap:10px;width:100%;font-size:.84rem;font-weight:600;color:#334155;cursor:pointer;line-height:1.35}.equipe-granular-row input[type=checkbox]{width:1.05rem;height:1.05rem;margin-top:2px;flex-shrink:0;border-radius:4px;accent-color:var(--primary-color, #334155);cursor:pointer}.equipe-granular-row-text{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0;font-weight:600}.equipe-granular-hint{display:block;font-size:.76rem;font-weight:500;color:#64748b;line-height:1.35}.equipe-role-modules{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.equipe-role-estoque-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:6px}.equipe-shift-card{max-width:420px;padding:22px 22px 20px;border-radius:16px;border:1px solid #e2e8f0;background:#fff}.equipe-shift-status{margin:0 0 8px;font-size:1.1rem;font-weight:800;color:#0f172a}.equipe-shift-status--open{color:#047857}.equipe-shift-status--closed{color:#64748b}.equipe-shift-meta{margin:0 0 18px;font-size:.88rem;color:#475569;line-height:1.45}.equipe-audit-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.equipe-audit-toolbar-title{margin:0}.equipe-audit-refresh{min-height:36px}.equipe-ops-audit-intro{margin:0 0 8px;font-size:.86rem;color:#64748b}.equipe-audit-actor{display:block;font-weight:700;color:#0f172a;font-size:.84rem}.equipe-audit-email{display:block;font-size:.84rem;color:#64748b}.equipe-audit-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.25}.equipe-audit-pill--sky{background:#e0f2fe;color:#0369a1}.equipe-audit-pill--amber{background:#fef3c7;color:#b45309}.equipe-audit-pill--rose{background:#ffe4e6;color:#be123c}.equipe-audit-pill--slate{background:#f1f5f9;color:#475569}.equipe-audit-pill--indigo{background:#e0e7ff;color:#3730a3}.equipe-audit-pill--emerald{background:#d1fae5;color:#047857}.equipe-audit-pill--unknown{background:#f3f4f6;color:#4b5563}.equipe-audit-pill--teal{background:#ccfbf1;color:#0f766e}.equipe-audit-detail-cell{max-width:42vw;word-break:break-word;white-space:pre-wrap}.equipe-audit-detail-cell--ellipsis{max-width:min(42vw,360px);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.equipe-audit-filters{margin:0 0 14px;padding:14px 16px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.equipe-audit-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) repeat(2,minmax(140px,1fr));gap:12px 14px}@media(max-width:960px){.equipe-audit-filter-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.equipe-audit-filter-grid{grid-template-columns:1fr}}.equipe-audit-filter-field{display:flex;flex-direction:column;gap:4px;min-width:0}.equipe-audit-filter-field--grow{grid-column:span 1}.equipe-audit-filter-detail-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 12px;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.equipe-audit-filter-detail-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;margin-left:auto}.equipe-audit-clear-filters-btn{flex-shrink:0}.equipe-audit-filter-field--detail-stretch{flex:1;min-width:min(100%,220px)}.equipe-audit-filter-meta-row{margin-top:10px}.equipe-audit-filter-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.equipe-audit-filter-input{width:100%;min-height:40px;padding:8px 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:.84rem;color:#0f172a}.equipe-audit-filter-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.equipe-audit-filter-meta{font-size:.82rem;color:#64748b}.equipe-audit-empty{margin:12px 0 0;padding:14px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:.86rem}.equipe-audit-row-clickable{cursor:pointer;transition:background .12s ease}.equipe-audit-row-clickable:hover{background:#f1f5f9d9}.equipe-audit-row-clickable:focus-visible{outline:2px solid #38bdf8;outline-offset:-2px}.equipe-audit-report-intro{margin:0 0 14px;font-size:.86rem;line-height:1.5;color:#475569}.equipe-audit-report-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.equipe-audit-report-combo{position:relative;z-index:3}.equipe-audit-report-combo-input{width:100%;min-height:44px;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:.88rem;color:#0f172a}.equipe-audit-report-combo-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.equipe-audit-report-combo.is-open .equipe-audit-report-combo-input{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent;box-shadow:none}.equipe-audit-report-combo.is-open .equipe-audit-report-combo-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf840}.equipe-audit-report-combo-panel{display:none;position:absolute;left:0;right:0;top:100%;margin-top:-1px;max-height:min(240px,40vh);overflow:auto;padding:4px 0;border:1px solid #cbd5e1;border-top:none;border-radius:0 0 10px 10px;background:#fff;box-shadow:0 12px 28px #0f172a1f}.equipe-audit-report-combo.is-open .equipe-audit-report-combo-panel{display:block}.equipe-audit-report-combo-empty{padding:12px 14px;font-size:.84rem;color:#64748b;line-height:1.45}.equipe-audit-report-combo-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:#0f172a;transition:background .1s ease}.equipe-audit-report-combo-option:hover,.equipe-audit-report-combo-option:focus-visible{background:#f1f5f9;outline:none}.equipe-audit-report-combo-option-name{font-size:.88rem;font-weight:600;color:#0f172a}.equipe-audit-report-combo-option-email{font-size:.78rem;color:#64748b}.equipe-audit-report-preview-wrap{margin:0 0 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.equipe-audit-report-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0;padding:10px 12px;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.equipe-audit-report-preview-scroll{flex:1;min-height:0;max-height:none;overflow:auto;background:#fff}.equipe-audit-report-preview-scroll .equipe-ops-audit-table{margin:0}.equipe-audit-report-preview-msg{margin:0;border-radius:0}.equipe-audit-report-export{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding-top:4px;border-top:1px solid #e2e8f0}.equipe-audit-report-export-label{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b;width:100%;margin-bottom:2px}.equipe-audit-report-export-btns{display:flex;flex-wrap:wrap;gap:8px}.equipe-audit-entry-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:max(12px,3vh);background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.equipe-audit-entry-modal{position:relative;width:min(560px,100%);max-height:min(88vh,720px);overflow:auto;padding:22px 22px 20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 24px 64px #0f172a33}.equipe-audit-entry-modal.equipe-audit-report-modal{width:min(920px,100%);height:85vh;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.equipe-audit-entry-modal.equipe-audit-report-modal>.equipe-audit-entry-title,.equipe-audit-entry-modal.equipe-audit-report-modal>.equipe-audit-report-intro,.equipe-audit-entry-modal.equipe-audit-report-modal>.equipe-audit-report-field,.equipe-audit-entry-modal.equipe-audit-report-modal>.equipe-audit-report-export{flex-shrink:0}.equipe-audit-entry-x{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:10px;background:transparent;color:#64748b;cursor:pointer}.equipe-audit-entry-x:hover{background:#f1f5f9;color:#0f172a}.equipe-audit-entry-title{margin:0 40px 6px 0;font-size:1.25rem;font-weight:800;color:#0f172a}.equipe-audit-entry-sub{margin:0 0 16px;font-size:.86rem;color:#64748b}.equipe-audit-entry-dl{margin:0;padding:0}.equipe-audit-entry-row{display:grid;grid-template-columns:120px 1fr;gap:8px 14px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:.84rem}.equipe-audit-entry-row--block{grid-template-columns:1fr}.equipe-audit-entry-row--block dt{font-weight:800;color:#334155}.equipe-audit-entry-row--block dd{margin:6px 0 0}.equipe-audit-entry-row dt{margin:0;font-weight:700;color:#64748b;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.equipe-audit-entry-row dd{margin:0;color:#0f172a;word-break:break-word}.equipe-audit-entry-iso{display:block;margin-top:4px;font-size:.72rem;color:#94a3b8;font-weight:500}.equipe-audit-entry-muted{color:#64748b;font-size:.82rem}.equipe-audit-entry-detail{white-space:pre-wrap;line-height:1.5;max-height:40vh;overflow:auto;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.84rem}.equipe-audit-entry-downloads{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.equipe-audit-entry-downloads-label{display:block;margin-bottom:10px;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.equipe-audit-entry-download-btns{display:flex;flex-wrap:wrap;gap:10px}.equipe-ops-audit-table .pedidos-ops-td{vertical-align:top;font-size:.84rem}.equipe-ops-audit-table .pedidos-ops-td--created{font-size:.84rem}.estoque-ops-perm-banner{margin:12px 0 0;padding:10px 14px;border-radius:12px;background:#fef3c7a6;border:1px solid rgba(245,158,11,.4);color:#92400e;font-size:.86rem;line-height:1.45;max-width:56ch}.estoque-ops-upload.estoque-ops-upload--locked{opacity:.72;pointer-events:none;position:relative}.estoque-ops-upload.estoque-ops-upload--locked:after{content:"Bloqueado para o seu perfil";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:.82rem;font-weight:700;color:#64748b;background:#ffffffd1;border-radius:inherit;pointer-events:none}.estoque-ops-actions-muted{display:inline-flex;align-items:center;justify-content:center;width:36px;color:#cbd5e1;font-weight:700;font-size:1rem}
