:root{--bg:#faf8f8;--surface:#ffffff;--text:#1c1917;--muted:#57534e;--accent:#b42318;--accent-soft:rgba(180,35,24,0.08);--accent-border:rgba(180,35,24,0.22);--border:#e7e5e4;--ok:#15803d;--ok-soft:rgba(21,128,61,0.1);--danger:#b42318;--danger-soft:rgba(180,35,24,0.08);--shadow-sm:0 1px 2px rgba(28,25,23,0.06);--shadow-md:0 4px 14px rgba(28,25,23,0.08);--sidebar-w:240px;--topbar-h:52px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent)}.admin-layout{width:100%}.admin-layout,.admin-sidebar{display:flex;min-height:100dvh}.admin-sidebar{width:var(--sidebar-w);flex-shrink:0;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);box-shadow:var(--shadow-sm);position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;z-index:20}.admin-sidebar__brand{padding:1rem 1.1rem .75rem;border-bottom:3px solid var(--accent);display:flex;flex-direction:column;gap:.1rem}.admin-sidebar__logo{font-weight:800;font-size:1.15rem;letter-spacing:.06em;color:var(--accent)}.admin-sidebar__tag{font-size:.75rem;color:var(--muted);font-weight:600}.admin-sidebar__nav{flex:1 1;padding:.65rem .5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.15rem}.admin-nav-link{display:block;padding:.5rem .75rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.88rem;color:var(--muted);line-height:1.3}.admin-nav-link--active,.admin-nav-link:hover{background:var(--accent-soft);color:var(--accent)}.admin-nav-link--active{box-shadow:inset 3px 0 0 var(--accent)}.admin-sidebar__pdv{margin:.5rem .65rem 1rem;padding:.55rem .75rem;border-radius:8px;text-align:center;text-decoration:none;font-weight:700;font-size:.85rem;background:#78716c;color:#fff}.admin-sidebar__pdv:hover{filter:brightness(1.05)}.admin-stage{flex:1 1;min-width:0;display:flex;flex-direction:column;min-height:100dvh}.admin-topbar{flex-shrink:0;height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.admin-topbar__title{margin:0;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.01em}.admin-page-head{margin-bottom:1rem}.admin-page-head__lede{margin:0;font-size:.9rem;line-height:1.5;max-width:96ch}.admin-page-head__lede code{font-size:.88em}.admin-page-head__actions{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-btn-secondary{background:#78716c!important;color:#fff!important}.admin-btn-secondary:disabled{opacity:.55}main.nfe-import-page{padding-top:.5rem}.nfe-import-steps{margin-bottom:1rem;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:.88rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center}.nfe-import-steps strong{color:var(--accent)}.nfe-import-steps__badge{padding:.2rem .55rem;border-radius:6px;background:rgba(180,120,20,.12);color:#92400e;font-size:.82rem;font-weight:600}.nfe-import-card h2{margin-top:0;font-size:1.05rem}.nfe-import-toolbar{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center;margin-bottom:.75rem}.nfe-import-table-wrap{border:1px solid var(--border);border-radius:10px;overflow:auto;max-height:min(65vh,640px);background:var(--surface);margin-bottom:1rem}.nfe-import-table-wrap table{width:100%;border-collapse:collapse;font-size:.86rem}.nfe-import-table-wrap td,.nfe-import-table-wrap th{padding:.4rem .55rem;border-bottom:1px solid var(--border);text-align:left}.nfe-import-table-wrap thead th{position:-webkit-sticky;position:sticky;top:0;background:#f5f5f4;z-index:1;font-weight:700;color:var(--muted);font-size:.78rem}.nfe-import-line-card{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin-bottom:.85rem;background:var(--surface);box-shadow:var(--shadow-sm)}.nfe-import-line-card__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-weight:600}@media (min-width:1100px){.nfe-import-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:start}}.admin-topbar__actions{display:flex;align-items:center;gap:.75rem 1rem}.admin-topbar__user{font-size:.85rem;color:var(--muted)}.admin-content{flex:1 1;min-height:0;width:100%;overflow:auto}.admin-content main,.admin-content>main{max-width:none;width:100%;margin:0;padding:1rem 1.25rem 1.5rem;box-sizing:border-box}main.produtos-page{padding:.85rem 1.1rem 1.25rem}.login-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-md)}.login-card h1{margin:0;font-size:1.5rem;color:var(--accent)}.login-card__lede{margin:0;color:var(--muted);font-size:.9rem}.login-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--muted)}.login-card input{padding:.55rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem}.login-card button[type=submit]{margin-top:.25rem;padding:.65rem;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;font-size:1rem;cursor:pointer}.login-card button[type=submit]:disabled{opacity:.6;cursor:wait}.login-card__error{margin:0;color:var(--danger);font-size:.9rem}.login-card--operator{--bg:#0f1419;--surface:#1a2332;--text:#e7ecf3;--muted:#8b9cb3;--accent:#3d9cf5;--border:#2a3544;--danger:#f87171;border-top-color:var(--accent)}.login-page:has(.login-card--operator){background:#0f1419}.login-card--operator input{background:var(--bg);border-color:var(--border);color:var(--text)}.login-card--operator button[type=submit]{background:var(--accent);color:#0a0e14}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}button{background:var(--accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.admin-btn-ghost{border:1px solid var(--border);background:var(--surface);color:var(--muted);font-weight:600;font-size:.85rem;padding:.35rem .75rem;border-radius:8px;cursor:pointer}.admin-btn-ghost:hover{border-color:var(--accent-border);color:var(--accent)}input,select,textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.45rem .6rem;border-radius:8px;width:100%;max-width:320px}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem;font-weight:600}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:.75rem}.muted{color:var(--muted);font-size:.9rem}.admin-content table,.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-content table td,.admin-content table th,.data-table td,.data-table th{padding:.45rem .55rem;border-bottom:1px solid var(--border);text-align:left}.admin-content table thead th,.data-table thead th{background:#f5f5f4;color:var(--muted);font-weight:700;font-size:.78rem;white-space:nowrap}.data-table-wrap,.table-scroll{border:1px solid var(--border);border-radius:10px;overflow:auto;background:var(--surface)}.produtos-page__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1.25rem;margin-bottom:.75rem}.produtos-page__lede{margin:.15rem 0 0;font-size:.8rem;line-height:1.4;max-width:90ch}.produtos-page__links{font-size:.8rem;margin:0}.produtos-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.35rem;width:100%}.produtos-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem 1rem;margin-bottom:.5rem}.produtos-toolbar label{margin-bottom:.15rem;font-size:.78rem}.produtos-toolbar .produtos-search{flex:1 1 240px;min-width:180px;max-width:520px}.produtos-toolbar .produtos-search input{max-width:none;width:100%}.produtos-table-wrap{border:1px solid var(--border);border-radius:10px;overflow:auto;max-height:min(70vh,720px);background:var(--surface);box-shadow:var(--shadow-sm)}.produtos-page table{font-size:.82rem;width:100%;border-collapse:separate;border-spacing:0}.produtos-page thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#f5f5f4;box-shadow:0 1px 0 var(--border);padding:.4rem .45rem;font-weight:700;white-space:nowrap;font-size:.74rem;color:var(--muted);text-align:left}.produtos-page tbody td{padding:.32rem .45rem;border-bottom:1px solid var(--border);vertical-align:middle}.produtos-td-stock,.produtos-th-stock{text-align:right;background:var(--ok-soft)!important;border-left:1px solid rgba(21,128,61,.25)!important;font-weight:700;color:#166534;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.produtos-td-actions,.produtos-th-actions{position:-webkit-sticky;position:sticky;right:0;z-index:2;background:var(--surface);box-shadow:-4px 0 8px rgba(28,25,23,.06);white-space:nowrap}.produtos-page thead .produtos-th-actions{z-index:3;background:#f5f5f4}.produtos-btn-danger{background:var(--danger)!important;color:#fff!important}.produtos-btn-danger:disabled{opacity:.55}.produtos-delete-hint{margin:0 0 .75rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--accent-border);background:var(--danger-soft);font-size:.84rem;line-height:1.45}.produtos-tr-clickable{cursor:pointer;outline:none}.produtos-tr-clickable:hover,.produtos-tr-open{background:var(--accent-soft)}.produtos-tr-open{cursor:pointer;outline:none;box-shadow:inset 0 0 0 1px var(--accent-border)}.produtos-tr-clickable:focus-visible,.produtos-tr-open:focus-visible{box-shadow:inset 0 0 0 2px var(--accent)}.produtos-page tbody tr:last-child td{border-bottom:none}.produtos-pager{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.5rem;font-size:.86rem}.produtos-page .card.produtos-new-card h2{font-size:.95rem;margin-top:0;margin-bottom:.5rem}.produtos-page .row{margin-bottom:.55rem}.admin-two-col{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start;width:100%}@media (max-width:900px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;min-height:0;position:static;border-right:none;border-bottom:1px solid var(--border)}.admin-sidebar__nav{flex-direction:row;flex-wrap:wrap;max-height:none}.admin-nav-link{font-size:.8rem;padding:.4rem .55rem}.admin-sidebar__pdv{display:none}.admin-two-col{grid-template-columns:1fr}}@media (min-width:1400px){.admin-content main,.admin-content>main{padding:1.1rem 1.75rem 1.75rem}}.operator-layout{--bg:#0f1419;--surface:#1a2332;--text:#e7ecf3;--muted:#8b9cb3;--accent:#3d9cf5;--accent-soft:rgba(61,156,245,0.12);--accent-border:rgba(61,156,245,0.35);--border:#2a3544;--ok:#3dd68c;--danger:#f87171;--shadow-sm:0 1px 2px rgba(0,0,0,0.25);min-height:100dvh;background:var(--bg);color:var(--text)}.operator-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.operator-header__brand{display:flex;flex-direction:column;gap:.05rem;margin-right:.5rem}.operator-header__logo{font-weight:800;font-size:1rem;letter-spacing:.06em;color:var(--accent)}.operator-header__tag{font-size:.72rem;color:var(--muted);font-weight:600}.operator-header__nav{display:flex;flex-wrap:wrap;gap:.35rem .75rem;flex:1 1}.operator-nav-link{text-decoration:none;font-weight:600;font-size:.9rem;color:var(--muted);padding:.35rem .55rem;border-radius:8px}.operator-nav-link--active,.operator-nav-link:hover{color:var(--accent);background:var(--accent-soft)}.operator-header__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-left:auto}.operator-header__user{font-size:.85rem;color:var(--muted)}.operator-header__pdv{text-decoration:none;font-weight:700;font-size:.85rem;padding:.4rem .7rem;border-radius:8px;background:#3a4a5c;color:var(--text)}.operator-header__pdv:hover{filter:brightness(1.08)}.operator-header__logout{border:1px solid var(--border);background:transparent;color:var(--muted);font-weight:600;font-size:.85rem;padding:.35rem .65rem;border-radius:8px;cursor:pointer}.operator-header__logout:hover{color:var(--text);border-color:var(--accent)}.operator-stage{max-width:960px;margin:0 auto;padding:1rem 1.25rem 2rem;width:100%}.operator-page-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:var(--text)}.operator-content a{color:var(--accent)}.operator-content .card{box-shadow:none}.operator-content button{background:var(--accent);color:#0a0e14}.operator-content button:disabled{opacity:.5}.operator-content input,.operator-content select,.operator-content textarea{background:var(--bg);border-color:var(--border);color:var(--text)}.operator-content .data-table thead th,.operator-content .table-scroll thead th{background:#243044;color:var(--muted)}.operator-content .data-table td,.operator-content .data-table th,.operator-content .table-scroll td,.operator-content .table-scroll th{border-bottom-color:var(--border)}.operator-content .data-table-wrap,.operator-content .table-scroll{border-color:var(--border);background:var(--surface)}.operator-content .login-card__error{color:var(--danger)}.expiry-report-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1rem}.expiry-legend-swatch{display:inline-block;width:.85rem;height:.85rem;border-radius:3px;margin-right:.25rem;vertical-align:-.1em;border:1px solid rgba(255,255,255,.12)}.expiry-legend-swatch--expired{background:#fca5a5}.expiry-legend-swatch--critical{background:#f9a8d4}.expiry-legend-swatch--warning{background:#fde047}.expiry-row--expired td,.operator-content .expiry-row--expired td{background:rgba(239,68,68,.28)}.expiry-row--critical td,.operator-content .expiry-row--critical td{background:rgba(236,72,153,.22)}.expiry-row--warning td,.operator-content .expiry-row--warning td{background:rgba(234,179,8,.22)}.operator-content .admin-page-head__lede{color:var(--muted)}@media (max-width:640px){.operator-header{padding:.65rem 1rem}.operator-header__nav{order:3;width:100%}.operator-header__actions{margin-left:0}}