:root{--vx-surface-1:rgba(255,255,255,0.04);--vx-surface-2:rgba(255,255,255,0.06);--vx-surface-3:rgba(255,255,255,0.08);--vx-surface-hover:rgba(255,255,255,0.10);--vx-border-soft:rgba(255,255,255,0.08);--vx-border:rgba(255,255,255,0.14);--vx-border-strong:rgba(255,255,255,0.24);--vx-text:#e6ebf2;--vx-text-muted:rgba(230,235,242,0.65);--vx-text-soft:rgba(230,235,242,0.45);--vx-color-success-bg:rgba(34,197,94,0.14);--vx-color-success-border:rgba(34,197,94,0.40);--vx-color-success-text:#6ee7a4;--vx-color-warning-bg:rgba(234,179,8,0.14);--vx-color-warning-border:rgba(234,179,8,0.40);--vx-color-warning-text:#facc15;--vx-color-danger-bg:rgba(248,113,113,0.14);--vx-color-danger-border:rgba(248,113,113,0.45);--vx-color-danger-text:#fca5a5;--vx-color-info-bg:rgba(76,110,245,0.14);--vx-color-info-border:rgba(76,110,245,0.45);--vx-color-info-text:#c8d1ff;--vx-color-neutral-bg:rgba(255,255,255,0.06);--vx-color-neutral-border:rgba(255,255,255,0.18);--vx-color-neutral-text:rgba(230,235,242,0.80);--vx-focus-ring:rgba(76,110,245,0.85)}.vx-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 1.5rem;min-height:12rem;border-radius:.75rem;background:var(--vx-surface-1);border:1px dashed var(--vx-border-soft);color:var(--vx-text)}.vx-empty-state-icon{font-size:1.75rem;line-height:1;margin-bottom:.75rem;opacity:.85}.vx-empty-state-title{font-size:.95rem;font-weight:600;color:var(--vx-text);margin:0}.vx-empty-state-description{font-size:.85rem;color:var(--vx-text-muted);margin:.5rem 0 0;max-width:38rem;line-height:1.5}.vx-empty-state-action{margin-top:1rem}.vx-data-table-wrapper{width:100%;overflow-x:auto;border-radius:.75rem;border:1px solid var(--vx-border-soft);background:var(--vx-surface-1)}.vx-data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;color:var(--vx-text)}.vx-data-table thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--vx-surface-2);z-index:1}.vx-data-table-th{padding:.6rem .85rem;text-align:left;font-weight:600;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--vx-text-muted);border-bottom:1px solid var(--vx-border);white-space:nowrap}.vx-data-table-td{padding:.65rem .85rem;border-bottom:1px solid var(--vx-border-soft);vertical-align:middle}.vx-data-table tbody tr:last-child .vx-data-table-td{border-bottom:none}.vx-data-table tbody tr:hover{background:var(--vx-surface-hover)}.vx-data-table-empty-cell{color:var(--vx-text-soft)}.vx-align-left{text-align:left}.vx-align-right{text-align:right}.vx-align-center{text-align:center}.vx-filter-bar{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;padding:.75rem .85rem;background:var(--vx-surface-1);border:1px solid var(--vx-border-soft);border-radius:.65rem;margin:.75rem 0 1rem}.vx-filter-bar>*{min-width:0}.vx-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.02em;border:1px solid transparent;white-space:nowrap}.vx-status-success{background:var(--vx-color-success-bg);border-color:var(--vx-color-success-border);color:var(--vx-color-success-text)}.vx-status-warning{background:var(--vx-color-warning-bg);border-color:var(--vx-color-warning-border);color:var(--vx-color-warning-text)}.vx-status-danger{background:var(--vx-color-danger-bg);border-color:var(--vx-color-danger-border);color:var(--vx-color-danger-text)}.vx-status-info{background:var(--vx-color-info-bg);border-color:var(--vx-color-info-border);color:var(--vx-color-info-text)}.vx-status-neutral{background:var(--vx-color-neutral-bg);border-color:var(--vx-color-neutral-border);color:var(--vx-color-neutral-text)}.vx-pagination{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .25rem;font-size:.85rem;color:var(--vx-text-muted);flex-wrap:wrap}.vx-pagination-link{display:inline-flex;align-items:center;padding:.35rem .7rem;border:1px solid var(--vx-border);border-radius:.45rem;background:var(--vx-surface-1);color:var(--vx-text);text-decoration:none;font-size:.8rem;font-weight:500;transition:background-color .12s ease,border-color .12s ease}.vx-pagination-link:hover{background:var(--vx-surface-hover);border-color:var(--vx-border-strong)}.vx-pagination-link:focus-visible{outline:2px solid var(--vx-focus-ring);outline-offset:2px}.vx-pagination-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.vx-pagination-status{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vx-pagination-total{color:var(--vx-text-soft)}.vx-search-input-form{display:flex;align-items:center;min-width:14rem;flex:1 1 18rem}.vx-search-input{width:100%;padding:.45rem .75rem;border-radius:.5rem;border:1px solid var(--vx-border);background:var(--vx-surface-2);color:var(--vx-text);font-size:.85rem;line-height:1.3;outline:none;transition:border-color .12s ease,background-color .12s ease}.vx-search-input::placeholder{color:var(--vx-text-soft)}.vx-search-input:focus-visible{border-color:var(--vx-focus-ring);background:var(--vx-surface-3)}.vx-confirm-dialog-trigger{display:inline-flex}.vx-confirm-dialog{border:1px solid var(--vx-border);background:#161a22;color:var(--vx-text);border-radius:.85rem;padding:1.25rem 1.25rem 1rem;max-width:28rem;width:calc(100vw - 2rem);box-shadow:0 24px 48px rgba(0,0,0,.45)}.vx-confirm-dialog::-webkit-backdrop{background:rgba(8,12,20,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vx-confirm-dialog::backdrop{background:rgba(8,12,20,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vx-confirm-dialog-title{font-size:1.05rem;font-weight:600;margin:0 0 .5rem}.vx-confirm-dialog-description{margin:0 0 1rem;font-size:.875rem;color:var(--vx-text-muted);line-height:1.5}.vx-confirm-dialog-error{margin:0 0 .85rem;padding:.5rem .7rem;border-radius:.45rem;background:var(--vx-color-danger-bg);border:1px solid var(--vx-color-danger-border);color:var(--vx-color-danger-text);font-size:.8rem}.vx-confirm-dialog-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.vx-confirm-dialog-cancel,.vx-confirm-dialog-confirm{padding:.45rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform 80ms ease}.vx-confirm-dialog-cancel{background:transparent;border:1px solid var(--vx-border);color:var(--vx-text)}.vx-confirm-dialog-cancel:hover{background:var(--vx-surface-hover)}.vx-confirm-dialog-confirm-default{background:var(--vx-color-info-bg);border:1px solid var(--vx-color-info-border);color:var(--vx-color-info-text)}.vx-confirm-dialog-confirm-default:hover{background:rgba(76,110,245,.28)}.vx-confirm-dialog-confirm-danger{background:var(--vx-color-danger-bg);border:1px solid var(--vx-color-danger-border);color:var(--vx-color-danger-text)}.vx-confirm-dialog-confirm-danger:hover{background:rgba(248,113,113,.24)}.vx-confirm-dialog-cancel:focus-visible,.vx-confirm-dialog-confirm:focus-visible{outline:2px solid var(--vx-focus-ring);outline-offset:2px}.vx-confirm-dialog-cancel[disabled],.vx-confirm-dialog-confirm[disabled]{opacity:.5;cursor:not-allowed}.vx-toast-region{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.6rem;z-index:60;max-width:calc(100vw - 2rem);pointer-events:none}.vx-toast{pointer-events:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:.65rem;gap:.65rem;padding:.75rem .9rem;border-radius:.65rem;background:#161a22;border:1px solid var(--vx-border);color:var(--vx-text);min-width:16rem;max-width:22rem;box-shadow:0 12px 28px rgba(0,0,0,.45);animation:vx-toast-in .18s ease-out}@keyframes vx-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.vx-toast{animation:none}}.vx-toast-icon{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;font-size:.85rem;line-height:1}.vx-toast-body{min-width:0}.vx-toast-title{font-size:.88rem;font-weight:600;margin:0;color:var(--vx-text);overflow-wrap:anywhere}.vx-toast-description{font-size:.8rem;margin:.2rem 0 0;color:var(--vx-text-muted);line-height:1.4;overflow-wrap:anywhere}.vx-toast-dismiss{background:transparent;border:none;color:var(--vx-text-muted);font-size:1.1rem;line-height:1;cursor:pointer;padding:.15rem .3rem;border-radius:.3rem}.vx-toast-dismiss:hover{background:var(--vx-surface-hover);color:var(--vx-text)}.vx-toast-dismiss:focus-visible{outline:2px solid var(--vx-focus-ring);outline-offset:2px}.vx-toast-success .vx-toast-icon{background:var(--vx-color-success-bg);color:var(--vx-color-success-text);border:1px solid var(--vx-color-success-border)}.vx-toast-error .vx-toast-icon{background:var(--vx-color-danger-bg);color:var(--vx-color-danger-text);border:1px solid var(--vx-color-danger-border)}.vx-toast-info .vx-toast-icon{background:var(--vx-color-info-bg);color:var(--vx-color-info-text);border:1px solid var(--vx-color-info-border)}.vx-toast-warning .vx-toast-icon{background:var(--vx-color-warning-bg);color:var(--vx-color-warning-text);border:1px solid var(--vx-color-warning-border)}.vx-module-disabled-icon{font-size:1.75rem;line-height:1;display:inline-block}.vx-tab-nav{display:flex;flex-wrap:wrap;gap:.25rem;border-bottom:1px solid var(--vx-border-soft);margin-bottom:1rem}.vx-tab-link{display:inline-flex;align-items:center;padding:.5rem .95rem;border-radius:.5rem .5rem 0 0;color:var(--vx-text-muted);font-size:.85rem;font-weight:500;text-decoration:none;border:1px solid transparent;border-bottom:none;background:transparent;transition:color .12s ease,background-color .12s ease,border-color .12s ease}.vx-tab-link:hover{color:var(--vx-text);background:var(--vx-surface-hover)}.vx-tab-link:focus-visible{outline:2px solid var(--vx-focus-ring);outline-offset:2px}.vx-tab-link-active{color:var(--vx-text);background:var(--vx-surface-2);border-color:var(--vx-border-soft);position:relative}.vx-tab-link-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--vx-color-info-border);border-radius:1px}.vx-admin-mapping-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);grid-gap:1rem;gap:1rem;margin-top:1rem}@media (max-width:880px){.vx-admin-mapping-grid{grid-template-columns:1fr}}.vx-admin-mapping-col{background:var(--vx-surface-1);border:1px solid var(--vx-border-soft);border-radius:.75rem;padding:.85rem;min-height:14rem;display:flex;flex-direction:column;gap:.75rem}.vx-admin-mapping-col-title{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vx-text-muted);margin:0}.vx-button-future{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:.5rem;background:var(--vx-surface-1);border:1px solid var(--vx-border-soft);color:var(--vx-text-soft);font-size:.85rem;font-weight:500;cursor:not-allowed}.vx-button-future:focus-visible{outline:2px solid var(--vx-focus-ring);outline-offset:2px}.vertex-shell{background:var(--vx-bg);color:var(--vx-text-primary)}.vertex-shell .vx-page{width:100%;max-width:1440px;margin:0 auto}.vertex-shell main[data-width=wide] .vx-page{max-width:1680px}.vertex-shell main[data-width=full] .vx-page{max-width:none}.app-shell:has(.control-dark-shell) .vx-page{max-width:none}.vertex-shell .vertex-sidebar{background:var(--vx-sidebar-bg);color:var(--vx-sidebar-text);border-right:1px solid var(--vx-sidebar-border);z-index:var(--vx-z-sidebar)}.vertex-shell .vertex-sidebar .brand,.vertex-shell .vertex-sidebar .vertex-brand{color:var(--vx-sidebar-text);border:none;background:transparent}.vertex-shell .vertex-sidebar .brand strong,.vertex-shell .vertex-sidebar .vertex-brand strong{color:var(--vx-sidebar-text-active)}.vertex-shell .vertex-sidebar .brand small,.vertex-shell .vertex-sidebar .vertex-brand small{color:var(--vx-sidebar-text);opacity:.6}.vertex-shell .vertex-sidebar .brand-mark,.vertex-shell .vertex-sidebar .vertex-brand-mark{background:linear-gradient(135deg,var(--vx-brand),var(--vx-brand-active));box-shadow:0 0 0 1px var(--vx-sidebar-border)}.vertex-shell .vertex-sidebar .nav-section-title,.vertex-shell .vertex-sidebar .section-title,.vertex-shell .vertex-sidebar .sidebar-section-title,.vertex-shell .vertex-sidebar .vx-section-title,.vertex-shell .vertex-sidebar h2,.vertex-shell .vertex-sidebar h3{color:var(--vx-sidebar-text);opacity:.55;font-size:var(--vx-text-xs);font-weight:var(--vx-weight-semibold);text-transform:uppercase;letter-spacing:.06em}.vertex-shell .vertex-sidebar .nav-link,.vertex-shell .vertex-sidebar .vx-section-link,.vertex-shell .vertex-sidebar .vx-sidebar-link,.vertex-shell .vertex-sidebar a,.vertex-shell .vertex-sidebar button{color:var(--vx-sidebar-text);background:transparent;border-radius:var(--vx-radius-md);transition:background-color var(--vx-transition-fast),color var(--vx-transition-fast)}.vertex-shell .vertex-sidebar .nav-link:hover,.vertex-shell .vertex-sidebar .vx-section-link:hover,.vertex-shell .vertex-sidebar .vx-sidebar-link:hover,.vertex-shell .vertex-sidebar a:hover,.vertex-shell .vertex-sidebar button:hover{background:var(--vx-sidebar-item-hover);color:var(--vx-sidebar-text-active)}.vertex-shell .vertex-sidebar .nav-link.is-active,.vertex-shell .vertex-sidebar .nav-link[aria-current=page],.vertex-shell .vertex-sidebar .vx-section-link.is-active,.vertex-shell .vertex-sidebar .vx-section-link[aria-current=page],.vertex-shell .vertex-sidebar .vx-sidebar-link.is-active,.vertex-shell .vertex-sidebar a[aria-current=page]{background:var(--vx-sidebar-item-active);color:var(--vx-sidebar-text-active);position:relative}.vertex-shell .vertex-sidebar .nav-link.is-active:before,.vertex-shell .vertex-sidebar .nav-link[aria-current=page]:before,.vertex-shell .vertex-sidebar .vx-section-link.is-active:before,.vertex-shell .vertex-sidebar .vx-section-link[aria-current=page]:before,.vertex-shell .vertex-sidebar .vx-sidebar-link.is-active:before,.vertex-shell .vertex-sidebar a[aria-current=page]:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;border-radius:0 2px 2px 0;background:var(--vx-brand)}.vertex-shell .vertex-sidebar .sidebar-session{background:transparent;border:1px solid var(--vx-sidebar-border);color:var(--vx-sidebar-text)}.vertex-shell .vertex-sidebar .sidebar-session strong{color:var(--vx-sidebar-text-active)}.vertex-shell .vertex-sidebar .sidebar-session span{color:var(--vx-sidebar-text);opacity:.6}.vertex-shell{font-family:var(--vx-font-sans-loaded),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-feature-settings:"cv11","ss01","calt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vertex-shell .vx-cashflow-total-value,.vertex-shell .vx-dashboard-table .vx-text-right,.vertex-shell .vx-data-table-td.vx-align-right,.vertex-shell .vx-kpi-value{font-family:var(--vx-font-mono-loaded),"SF Mono",Menlo,monospace;font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.vertex-shell .intranet-card,.vertex-shell .ops-panel,.vertex-shell .vx-dashboard-panel,.vertex-shell .vx-kpi-card{box-shadow:var(--vx-shadow-sm);transition:box-shadow var(--vx-transition-base)}.vertex-shell .vx-dashboard-panel:hover,.vertex-shell .vx-kpi-card:hover{box-shadow:var(--vx-shadow-md)}.vertex-shell .vx-kpi-value{font-size:var(--vx-text-3xl);font-weight:var(--vx-weight-bold);line-height:var(--vx-leading-tight);letter-spacing:-.025em;color:var(--vx-text-primary)}.vertex-shell .vx-kpi-label{font-size:var(--vx-text-xs);font-weight:var(--vx-weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--vx-text-secondary)}.vertex-shell .vx-kpi-delta{font-size:var(--vx-text-sm);font-weight:var(--vx-weight-medium)}.vertex-shell .vx-kpi-note,.vertex-shell .vx-kpi-previous{font-size:var(--vx-text-sm);color:var(--vx-text-secondary)}.vertex-shell .vx-dashboard-panel-header h2{font-size:var(--vx-text-lg);font-weight:var(--vx-weight-semibold);color:var(--vx-text-primary);letter-spacing:-.01em}.vertex-shell .vx-dashboard-panel-header p{font-size:var(--vx-text-sm);color:var(--vx-text-secondary)}.vertex-shell .operation-header h1,.vertex-shell .page-header h1{font-weight:var(--vx-weight-bold);letter-spacing:-.025em;color:var(--vx-text-primary)}.vertex-shell .operation-header p,.vertex-shell .page-header p{color:var(--vx-text-secondary)}.vertex-shell .vx-page a:not(.nav-link):not(.vx-button-primary):not(.vx-button-secondary):not(.vx-button-ghost):not(.vx-button-danger){color:var(--vx-text-primary);transition:color var(--vx-transition-fast)}.vertex-shell .vx-page a:not(.nav-link):not(.vx-button-primary):not(.vx-button-secondary):not(.vx-button-ghost):not(.vx-button-danger):hover{color:var(--vx-brand)}.vertex-shell .ops-table thead th,.vertex-shell .pedido-table thead th,.vertex-shell .purchase-table thead th,.vertex-shell .quote-table thead th,.vertex-shell .vx-dashboard-table thead th,.vertex-shell .vx-data-table thead th{font-size:var(--vx-text-xs);font-weight:var(--vx-weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--vx-text-muted)}.vertex-shell .ops-table tbody tr,.vertex-shell .quote-table tbody tr,.vertex-shell .vx-dashboard-table tbody tr,.vertex-shell .vx-data-table tbody tr{transition:background-color var(--vx-transition-fast)}.vertex-shell .ops-table tbody td,.vertex-shell .quote-table tbody td,.vertex-shell .vx-dashboard-table tbody td,.vertex-shell .vx-data-table-td{padding-top:var(--vx-space-3);padding-bottom:var(--vx-space-3);font-size:var(--vx-text-sm);color:var(--vx-text-primary)}.vertex-shell .vx-empty-state{padding:var(--vx-space-12) var(--vx-space-6);text-align:center}.vertex-shell .vx-empty-state-icon{font-size:var(--vx-text-2xl);opacity:.7;margin-bottom:var(--vx-space-3)}.vertex-shell .vx-empty-state-title{font-size:var(--vx-text-base);font-weight:var(--vx-weight-semibold);color:var(--vx-text-primary);letter-spacing:-.01em;margin:0 0 var(--vx-space-2)}.vertex-shell .vx-empty-state-description{font-size:var(--vx-text-sm);color:var(--vx-text-muted);max-width:42ch;margin:0 auto;line-height:var(--vx-leading-relaxed)}.vertex-shell .vx-empty-state-action{margin-top:var(--vx-space-4)}@keyframes vx-skeleton-pulse{0%,to{opacity:.55}50%{opacity:.85}}.vertex-shell .loading-skeleton,.vertex-shell .loading-skeleton-block,.vertex-shell .vx-skeleton{background:var(--vx-surface-2);border-radius:var(--vx-radius-sm);animation:vx-skeleton-pulse 1.6s ease-in-out infinite;color:transparent}.vertex-shell .vx-pagination{font-size:var(--vx-text-sm);color:var(--vx-text-muted)}.vertex-shell .vx-pagination-link{font-size:var(--vx-text-sm);font-weight:var(--vx-weight-medium);border-radius:var(--vx-radius-md);transition:background-color var(--vx-transition-fast),border-color var(--vx-transition-fast)}.vertex-shell .vx-pagination-status{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:var(--vx-font-mono-loaded),"SF Mono",Menlo,monospace}.vertex-shell .vx-search-input-form input[type=search],.vertex-shell .vx-search-input-form input[type=text]{font-size:var(--vx-text-sm);font-family:inherit}.vertex-shell .badge,.vertex-shell .status-pill,.vertex-shell .vx-status-badge{font-size:var(--vx-text-xs);font-weight:var(--vx-weight-semibold);letter-spacing:.04em}