:root{--bg:#f3efe6;--bg-elevated:#ece5d8;--surface:#fffcf6eb;--surface-strong:#fffdf9;--surface-muted:#f7f1e6;--text:#241f1a;--text-secondary:#5e564c;--muted:#7f7669;--line:#241f1a1f;--sidebar-bg:#22302d;--sidebar-text:#f3efe5;--sidebar-text-secondary:#c8c0b4;--sidebar-border:#f3efe51a;--brand:#416f64;--brand-light:#6e968c;--brand-dark:#27463f;--brand-soft:#416f641f;--success:#2d7a56;--success-light:#dff2e8;--danger:#b2463f;--danger-light:#f7e1de;--warning:#a06a19;--warning-light:#f7ecd4;--info:#316d7e;--info-light:#dbeef3;--shadow:0 8px 24px #35291914, 0 2px 6px #3529190a;--shadow-md:0 18px 40px #3529191a, 0 6px 14px #3529190f;--shadow-lg:0 28px 64px #35291924, 0 10px 22px #35291914}*{box-sizing:border-box}html,body{min-height:100%;color:var(--text);letter-spacing:.01em;text-rendering:optimizelegibility;background:radial-gradient(circle at 0 0,#6e968c1f,#0000 34%),radial-gradient(circle at right 12%,#a06a1914,#0000 24%),linear-gradient(#f6f1e8 0%,#efe8dc 100%);margin:0;font-family:Segoe UI Variable,Segoe UI,Inter,Calibri,sans-serif;font-size:15px;line-height:1.6}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}::selection{color:var(--text);background:#416f642e}a{color:var(--brand);text-decoration:none;transition:color .25s}a:hover{color:var(--brand-dark)}button,input,select,textarea{font-family:inherit;font-size:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-frame{flex:1;width:min(1320px,100vw - 40px);margin:0 auto;padding:28px 24px}.hero-card,.panel-card{background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #416f6424;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-card:hover,.panel-card:hover{box-shadow:var(--shadow-lg);border-color:#416f6442;transform:translateY(-2px)}.hero-card{border-radius:12px}.panel-card{border-radius:12px;padding:20px}.eyebrow{background:var(--brand-soft);color:var(--brand-dark);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:8px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);border-radius:50%;width:5px;height:5px}.login-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:100vh;padding:0;display:grid}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],select,textarea{width:100%;color:var(--text);background:#fffdf9f5;border:1px solid #241f1a24;border-radius:12px;padding:12px 14px;transition:all .25s}input::placeholder,textarea::placeholder{color:#8d8478}input:focus,select:focus,textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 4px #416f641f}button{background:var(--brand);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:12px;padding:11px 18px;font-size:14px;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}button:hover{background:var(--brand-dark);box-shadow:var(--shadow-md)}button:active{transform:scale(.98)}.inline-checkbox{color:var(--text-secondary);align-items:center;gap:8px;font-weight:600;display:inline-flex}.inline-checkbox input{width:16px;height:16px}.btn-secondary{color:var(--brand-dark);background:#fffdf9e6;border:1px solid #416f6433}.btn-secondary:hover{background:#416f6414}.btn-success{background:var(--success)}.btn-success:hover{background:#047857}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#b91c1c}.btn-warning{background:var(--warning)}.btn-warning:hover{background:#b45309}.btn-info{background:var(--info)}.btn-info:hover{background:#0e7490}table{border-collapse:collapse;width:100%}th{background:var(--bg);text-align:left;color:var(--text);border-bottom:1px solid var(--line);padding:12px;font-weight:600}td{border-bottom:1px solid var(--line);padding:12px}tr:hover{background:#416f640a}.badge{border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1;display:inline-block}.badge-brand{color:var(--brand-dark);background:#416f641f}.badge-success{background:var(--success-light);color:#065f46}.badge-danger{background:var(--danger-light);color:#7f1d1d}.badge-warning{background:var(--warning-light);color:#92400e}.badge-info{background:var(--info-light);color:#0c4a6e}.alert{border-left:4px solid;border-radius:6px;margin:16px 0;padding:12px 16px}.alert-success{background:var(--success-light);border-color:var(--success);color:#065f46}.alert-danger{background:var(--danger-light);border-color:var(--danger);color:#7f1d1d}.alert-warning{background:var(--warning-light);border-color:var(--warning);color:#92400e}.alert-info{background:var(--info-light);border-color:var(--info);color:#0c4a6e}h1,h2,h3,h4,h5,h6{color:var(--text);margin:0;font-weight:600}h1{font-size:32px}h2{font-size:24px}h3{font-size:18px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.purchase-items-section{background:var(--surface);border:1px solid var(--line);border-radius:18px;margin:20px 0;padding:24px}.section-header-compact{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.section-header-compact h4{margin:0 0 4px;font-size:16px}.section-header-compact p{color:var(--text-secondary);margin:0;font-size:13px}.actions-compact{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.button-refresh,.button-add-item{background:var(--brand);color:#fff;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:12px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .25s}.button-refresh:hover,.button-add-item:hover{background:var(--brand-dark);box-shadow:var(--shadow-md)}.button-refresh:disabled{opacity:.6;cursor:not-allowed}.purchase-items-table-container{--purchase-items-grid-columns:44px minmax(280px, 2.1fr) minmax(92px, .72fr) minmax(74px, .58fr) minmax(122px, .88fr) minmax(108px, .8fr) minmax(152px, 1fr) 56px;--purchase-items-grid-min-width:1020px;border:1px solid var(--line);background:#fffcf7b8;border-radius:16px;overflow:auto hidden;box-shadow:inset 0 1px #ffffff73}.purchase-items-table-header{grid-template-columns:var(--purchase-items-grid-columns);min-width:var(--purchase-items-grid-min-width);color:var(--text-secondary);border-bottom:2px solid var(--line);background:#416f6414;gap:10px;padding:10px 12px;font-size:12px;font-weight:600;display:grid}.purchase-items-table-header .table-cell{align-items:center;padding:0;display:flex}.purchase-items-table-body{flex-direction:column;display:flex}.purchase-items-table-row{grid-template-columns:var(--purchase-items-grid-columns);min-width:var(--purchase-items-grid-min-width);border-bottom:1px solid var(--line);background:#fffcf7eb;gap:10px;padding:12px;transition:background .2s,box-shadow .2s;display:grid}.purchase-items-table-row:hover{background:#416f640a;box-shadow:inset 0 1px #416f640a}.table-cell{align-items:center;min-width:0;padding:0;font-size:13px;display:flex}.table-cell-index{text-align:center;color:var(--muted);justify-content:center}.table-cell-product{position:relative}.product-selector-trigger{width:100%;min-height:52px;color:var(--text);text-align:left;cursor:pointer;background:#fffdf9f5;border:1px solid #416f6424;border-radius:14px;padding:10px 12px;transition:border-color .2s,box-shadow .2s,background .2s}.product-selector-trigger:hover{border-color:#416f6447;box-shadow:0 12px 24px #3529190f}.product-selector-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;display:block;overflow:hidden}.product-selector-meta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:11px;line-height:1.4;display:block;overflow:hidden}.table-cell-quantity,.table-cell-unit,.table-cell-price,.table-cell-discount{text-align:center;justify-content:center}.table-cell-taxes{justify-content:center}.input-numeric,.input-small,.input-tiny{width:100%;color:var(--text);text-align:right;background:#fffdf9f5;border:1px solid #241f1a1f;border-radius:10px;padding:8px 10px;font-size:12px;transition:all .2s}.input-numeric:focus,.input-small:focus,.input-tiny:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 2px #416f641f}.input-tiny{padding:4px;font-size:11px}.tax-inputs{gap:4px;width:100%;display:flex}.tax-inputs .input-tiny{flex:1}.table-cell-actions{justify-content:center}.btn-remove{min-width:38px;min-height:38px;color:var(--danger);cursor:pointer;background:#f7e1deb3;border:1px solid #b2463f38;border-radius:10px;padding:0;font-size:12px;font-weight:700;transition:all .2s}.btn-remove:hover{background:#b2463f1f}.purchase-items-table-row-expanded{grid-template-columns:var(--purchase-items-grid-columns);min-width:var(--purchase-items-grid-min-width);border-bottom:1px solid var(--line);background:#416f640a;gap:10px;padding:0 12px 12px;display:grid}.expanded-label{color:var(--brand);text-align:center;grid-column:1/2;padding:8px 0;font-size:11px;font-weight:600}.purchase-items-table-row-expanded .input-tiny{grid-column:auto;min-height:40px;padding:8px 10px}.empty-state{text-align:center;color:var(--text-secondary);background:#416f640d;border-radius:14px;padding:40px 20px;font-size:14px}.product-picker-backdrop{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1816135c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.product-picker-dialog{width:min(920px,100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);background:#fffcf7fa;border:1px solid #416f6424;border-radius:24px;grid-template-rows:auto auto minmax(0,1fr);display:grid;overflow:hidden}.product-picker-header{border-bottom:1px solid #416f641f;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 18px;display:flex}.product-picker-header h4{margin:12px 0 6px;font-size:28px}.product-picker-header p{max-width:48rem;color:var(--text-secondary);margin:0;line-height:1.7}.product-picker-toolbar{background:#416f640a;border-bottom:1px solid #416f641f;grid-template-columns:minmax(0,1.5fr) minmax(260px,.9fr);gap:16px;padding:20px 24px;display:grid}.product-picker-field{margin:0}.product-picker-input{min-height:52px}.product-picker-current{background:#fffdf9e6;border:1px solid #416f641f;border-radius:16px;gap:6px;padding:14px 16px;display:grid}.product-picker-current small,.product-picker-option-meta small{color:var(--text-secondary)}.product-picker-current strong{color:var(--text);font-size:14px}.product-picker-current span{color:var(--text-secondary);font-size:12px;line-height:1.5}.product-picker-results{gap:10px;padding:20px 24px 24px;display:grid;overflow-y:auto}.product-picker-option{text-align:left;cursor:pointer;background:#fffdf9f5;border:1px solid #416f641f;border-radius:18px;gap:10px;width:100%;padding:16px 18px;transition:border-color .2s,transform .2s,box-shadow .2s,background .2s;display:grid}.product-picker-option:hover,.product-picker-option.active{background:#416f6414;border-color:#416f6447;transform:translateY(-1px);box-shadow:0 16px 28px #35291914}.product-picker-option-main{gap:4px;display:grid}.product-picker-option-main strong{color:var(--brand-dark);font-size:14px}.product-picker-option-main span{color:var(--text);font-size:15px;line-height:1.5}.product-picker-option-meta{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:1200px){.purchase-items-table-container{--purchase-items-grid-columns:40px minmax(240px, 1.9fr) minmax(86px, .7fr) minmax(68px, .55fr) minmax(112px, .84fr) minmax(96px, .75fr) minmax(138px, .94fr) 52px;--purchase-items-grid-min-width:920px}.table-cell,.table-cell input{font-size:12px}.input-tiny{padding:3px;font-size:10px}}@media (max-width:1024px){.section-header-compact{flex-direction:column}.actions-compact{justify-content:flex-start;width:100%}.purchase-items-table-container{--purchase-items-grid-columns:38px minmax(220px, 1.8fr) minmax(78px, .68fr) minmax(64px, .5fr) minmax(104px, .8fr) minmax(88px, .72fr) minmax(126px, .9fr) 48px;--purchase-items-grid-min-width:840px}.product-picker-toolbar{grid-template-columns:1fr}}@media (max-width:720px){.product-picker-backdrop{padding:12px}.product-picker-dialog{border-radius:18px;width:100%;max-height:calc(100vh - 24px)}.product-picker-header,.product-picker-toolbar,.product-picker-results{padding-left:16px;padding-right:16px}.product-picker-header{flex-direction:column}}.login-copy{flex-direction:column;justify-content:space-between;padding:48px;display:flex}.login-copy h1{letter-spacing:-.04em;margin:24px 0;font-size:clamp(48px,6vw,88px);line-height:.95}.login-copy p{max-width:42rem;color:var(--text-secondary);font-size:18px;line-height:1.7}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.feature-box{background:#fffcf6c7;border:1px solid #416f641f;border-radius:20px;padding:18px}.feature-box strong{margin-bottom:8px;display:block}.login-panel{flex-direction:column;justify-content:center;padding:32px;display:flex}.login-panel h2{margin:0 0 8px;font-size:32px}.login-panel p{color:var(--muted);line-height:1.6}.login-form{gap:16px;margin-top:24px;display:grid}.field{gap:8px;display:grid}.field label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:12px;font-weight:700}.field input,.field select,.field textarea{width:100%;color:var(--text);background:#fffdf8f5;border:1px solid #241f1a1f;border-radius:16px;padding:16px 18px;box-shadow:inset 0 1px #ffffff80}.field input:focus,.field select:focus,.field textarea:focus{border-color:#416f647a;outline:2px solid #416f642e}.field textarea{resize:vertical;min-height:120px}.button-primary,.button-secondary{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;transition:transform .18s,opacity .18s;display:inline-flex}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:linear-gradient(135deg,#416f64 0%,#27463f 100%);font-weight:700;box-shadow:0 14px 28px #27463f2e}.button-secondary{color:var(--brand-dark);background:#fffcf7f5;border:1px solid #416f6433;font-weight:700;box-shadow:0 10px 24px #35291914}.button-primary:disabled,.button-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.inline-note{color:var(--brand-dark);background:#416f6414;border:1px solid #416f6429;border-radius:16px;padding:14px 16px;line-height:1.5}.error-box{color:var(--danger);background:#a9362d14;border:1px solid #a9362d33;border-radius:16px;padding:14px 16px;line-height:1.5}.success-box{color:var(--success);background:#2f7d4a14;border:1px solid #2f7d4a33;border-radius:16px;padding:14px 16px;line-height:1.5}.dashboard-inline-feedback{margin-top:16px}.warning-box{color:var(--brand-dark);background:#a06a191a;border:1px solid #a06a1938;border-radius:16px;gap:10px;padding:16px 18px;line-height:1.6;display:grid}.warning-box strong{font-size:15px}.warning-list{gap:8px;margin:0;padding-left:20px;display:grid}.dashboard-shell{background:radial-gradient(circle at top,#6e968c1f,#0000 24%),linear-gradient(#f6f1e8 0%,#efe7db 100%);grid-template-columns:280px 1fr;gap:0;width:100vw;min-height:100vh;margin:0 -50vw;padding:0;display:grid;position:relative;left:50%;right:50%}.dashboard-shell.is-collapsed{grid-template-columns:108px 1fr}.dashboard-sidebar{box-shadow:var(--shadow-lg);background:radial-gradient(circle at 0 0,#7ec7b229,#0000 32%),linear-gradient(#1e2d29 0%,#1c2825 100%);border-right:1px solid #ffffff14;max-height:100vh;padding:22px 18px;position:sticky;top:0;overflow-y:auto}.dashboard-brand-refined{border-bottom:1px solid #ffffff14;grid-template-columns:1fr;place-items:center;gap:10px;margin-bottom:20px;padding:0 2px 20px;display:grid;position:relative}.dashboard-brand-main{justify-content:center;align-items:center;gap:0;width:100%;text-decoration:none;display:flex}.dashboard-brand-logo-wrap{justify-content:center;align-items:center;width:96px;height:54px;transition:transform .2s,opacity .2s;display:inline-flex}.agile-brand-mark{width:76px;height:44px}.dashboard-brand-main:hover .dashboard-brand-logo-wrap{opacity:.92;transform:translateY(-1px)}.dashboard-brand-copy{gap:6px;min-width:0;display:grid}.dashboard-brand-copy .eyebrow{color:#dff4ed;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700;display:block}.dashboard-brand-copy h1{letter-spacing:-.04em;color:#f6fbf9;margin:0;font-size:30px;line-height:.92}.dashboard-brand-copy p{color:#e2eee9c7;max-width:20ch;margin:0;font-size:13px;line-height:1.35}.sidebar-collapse-button,.topbar-toggle-button,.sidebar-section-toggle{color:#f2fbf8;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.sidebar-collapse-button:hover,.topbar-toggle-button:hover,.sidebar-section-toggle:hover{color:#fff;background:#7ec7b238;border-color:#7ec7b247}.sidebar-collapse-button{background:#ffffff1f;border-color:#ffffff2e;border-radius:14px;flex-shrink:0;width:42px;height:42px;position:absolute;top:0;right:0;box-shadow:0 10px 20px #090e0c2e}.sidebar-collapse-button svg,.topbar-toggle-button svg,.sidebar-section-toggle svg{width:18px;height:18px}.dashboard-shell.is-collapsed .dashboard-brand-refined{justify-items:center}.dashboard-shell.is-collapsed .dashboard-brand-main{justify-content:center}.dashboard-main-refined{gap:18px;padding:20px 28px 32px}.dashboard-topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf3d1;border:1px solid #241f1a14;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:16px 20px;display:flex;position:sticky;top:0;box-shadow:0 20px 35px #35291914}.dashboard-topbar-main{align-items:flex-start;gap:14px;min-width:0;display:flex}.topbar-toggle-button{width:44px;height:44px;color:var(--brand-dark);background:#ffffffeb;border-color:#241f1a1a;border-radius:14px;box-shadow:0 10px 20px #241f1a14}.dashboard-topbar-copy{gap:4px;display:grid}.dashboard-topbar-copy h2{letter-spacing:-.04em;margin:0;font-size:clamp(24px,3vw,34px);line-height:.98}.dashboard-topbar-copy p{color:var(--text-secondary);max-width:64ch;margin:0;line-height:1.5}.company-brand-chip{background:#ffffffe6;border:1px solid #241f1a14;border-radius:18px;align-items:center;gap:12px;min-width:220px;padding:10px 12px;display:flex}.company-brand-chip-logo,.company-brand-chip-placeholder{border-radius:14px;flex-shrink:0;width:44px;height:44px}.company-brand-chip-logo{object-fit:cover;background:#fff;border:1px solid #241f1a14}.company-brand-chip-placeholder{color:#fff;background:linear-gradient(135deg,#7ec7b2 0%,#305e53 100%);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.company-brand-chip-copy{gap:2px;display:grid}.company-brand-chip-copy strong{font-size:14px}.company-brand-chip-copy small{color:var(--text-secondary)}.dashboard-content-slot{gap:24px;display:grid}.dashboard-brand{border-bottom:1px solid var(--sidebar-border);gap:12px;margin-bottom:40px;padding-bottom:24px;display:grid}.dashboard-brand .eyebrow{color:#d4e7df;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.dashboard-brand h1{color:var(--sidebar-text);margin:0;font-size:24px;font-weight:700}.dashboard-brand p{color:var(--sidebar-text-secondary);margin:0;font-size:13px;line-height:1.5}.sidebar-nav{gap:14px;display:grid}.sidebar-cluster{background:#ffffff09;border:1px solid #ffffff12;border-radius:22px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 1px #ffffff08}.sidebar-cluster+.sidebar-cluster{padding-top:14px}.sidebar-cluster-head{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;display:flex}.sidebar-cluster-head:hover .sidebar-section-title{color:#fff}.sidebar-cluster-head:hover .sidebar-section-icon-wrap{color:#f5fffb;background:#7ec7b233}.sidebar-cluster-head:hover .sidebar-section-toggle{background:#7ec7b238;border-color:#7ec7b247}.sidebar-section-heading{align-items:center;gap:10px;min-width:0;display:flex}.sidebar-section-icon-wrap{color:#dff4ed;background:#7ec7b21f;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.sidebar-section-icon{width:15px;height:15px}.sidebar-section-toggle{background:#ffffff24;border-color:#fff3;border-radius:12px;width:34px;height:34px;box-shadow:0 8px 18px #0a0e0d33}.sidebar-section-toggle svg{width:16px;height:16px}.sidebar-primary-list,.sidebar-secondary-groups{gap:6px;display:grid}.sidebar-link{color:#e2eee9db;cursor:pointer;background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;min-height:50px;padding:8px 10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.sidebar-link:hover{color:#f8fcfb;background:#ffffff14;border-color:#ffffff21;transform:translateY(-1px)}.sidebar-link.active{color:#fff;background:linear-gradient(#ffffff2e,#ffffff1c);border-color:#7ec7b257;box-shadow:inset 0 0 0 1px #7ec7b233,0 12px 24px #070b0a38}.sidebar-link.active:before{content:"";background:linear-gradient(#9fe1cf 0%,#69b69f 100%);border-radius:999px;width:4px;position:absolute;top:10px;bottom:10px;left:8px}.sidebar-section-title{color:#eef7f4;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.sidebar-link-icon-wrap,.sidebar-nav-group-icon-wrap,.sidebar-sublink-icon-wrap{border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.sidebar-link-icon-wrap{color:#ebf7f2;background:#ffffff14;width:40px;height:40px}.sidebar-link.active .sidebar-link-icon-wrap{color:#fff;background:#7ec7b23d}.sidebar-link-icon,.sidebar-nav-group-icon,.sidebar-sublink-icon{width:18px;height:18px}.sidebar-link-copy{min-width:0}.sidebar-nav-collapsed-mode{justify-items:center}.sidebar-compact-list{gap:12px;display:grid}.sidebar-link-compact{border-radius:18px;grid-template-columns:1fr;width:58px;min-height:58px;padding:8px}.sidebar-link-compact .sidebar-link-icon-wrap{width:42px;height:42px}.logout-form{border-top:1px solid var(--sidebar-border);margin-top:32px;padding-top:24px}.dashboard-shell.is-collapsed .logout-form .button-secondary{min-width:0;padding:0 12px}.company-brand-section{gap:18px}.company-brand-grid{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:18px;display:grid}.company-logo-preview-card{background:linear-gradient(#f8fcf9f5,#fffcf7eb);border:1px dashed #416f6438;border-radius:24px;justify-content:center;align-items:center;min-height:220px;padding:18px;display:flex}.company-logo-preview-image{object-fit:contain;max-width:100%;max-height:180px}.company-logo-preview-placeholder{color:#fff;background:linear-gradient(135deg,#7ec7b2 0%,#305e53 100%);border-radius:28px;justify-content:center;align-items:center;width:108px;height:108px;font-size:42px;font-weight:800;display:inline-flex}.company-brand-actions{align-content:start;gap:14px;display:grid}.dashboard-main{background:radial-gradient(circle at 0 0,#ffffff73,#0000 26%),linear-gradient(#f8f3ebd9 0%,#efe8ddd1 100%);gap:24px;width:100%;padding:32px 40px;display:grid;overflow-y:auto}.dashboard-section{gap:20px;padding:28px;display:grid}.dashboard-hero{padding:32px}.dashboard-hero h2{letter-spacing:-.04em;margin:16px 0;font-size:clamp(34px,5vw,56px);line-height:.98}.dashboard-hero p{max-width:52rem;color:var(--text-secondary);line-height:1.7}.pricing-hero-section{background:linear-gradient(135deg,#fffbf4f5 0%,#f8f2e7f0 52%,#e8f1e8eb 100%),radial-gradient(circle at 100% 0,#416f641f,#0000 34%);overflow:hidden}.pricing-hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);align-items:stretch;gap:24px;display:grid}.pricing-hero-copy{gap:16px;display:grid}.pricing-hero-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(34px,4.6vw,58px);line-height:.96}.pricing-hero-text{max-width:54rem}.pricing-hero-aside{display:grid}.pricing-hero-card{background:#fffcf7d6;border:1px solid #416f6424;border-radius:24px;align-content:start;gap:12px;padding:22px;display:grid;box-shadow:0 18px 36px #35291914}.pricing-hero-card small{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.pricing-hero-card strong{font-size:28px;line-height:1.05}.pricing-hero-card p{color:var(--text-secondary);margin:0;line-height:1.7}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.metric-card{padding:24px}.metric-card span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:14px;display:block}.metric-card strong{margin-top:14px;font-size:32px;display:block}.metric-text{word-break:break-word;line-height:1.3;font-size:22px!important}.dashboard-overview-hero{background:linear-gradient(135deg,#fffbf4fa 0%,#f7f1e6f5 48%,#e4eee9f0 100%),radial-gradient(circle at 100% 0,#416f6424,#0000 30%);overflow:hidden}.executive-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.executive-kpi-grid-secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.executive-kpi-card{align-content:start;gap:12px;min-height:190px;padding:24px;display:grid}.executive-kpi-card span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700}.executive-kpi-card strong{letter-spacing:-.04em;font-size:clamp(28px,3.4vw,40px);line-height:1}.executive-kpi-card small{color:var(--text-secondary);line-height:1.7}.executive-kpi-card.is-soft-warning{background:linear-gradient(160deg,#f7ecd4eb,#fffcf6eb)}.executive-kpi-card.is-soft-danger{background:linear-gradient(160deg,#f7e1dee6,#fffcf6eb)}.executive-kpi-card.is-soft-info{background:linear-gradient(160deg,#dbeef3e6,#fffcf6eb)}.executive-kpi-card.is-soft-accent{background:linear-gradient(160deg,#ddece8eb,#fffcf6eb)}.executive-alert-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.executive-alert-card{background:#fffcf7c2;border:1px solid #416f641f;border-radius:20px;align-content:start;gap:12px;padding:20px;display:grid}.executive-alert-card strong{letter-spacing:-.03em;font-size:30px;line-height:1}.executive-alert-card small{color:var(--text-secondary);line-height:1.7}.executive-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.executive-list-grid{gap:12px;display:grid}.executive-list-row{background:#fffcf7c2;border:1px solid #416f641a;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.executive-list-row strong{font-size:16px;display:block}.executive-list-row small{color:var(--text-secondary)}.executive-list-row span{color:var(--brand-dark);text-align:right;font-size:18px;font-weight:800}.pricing-workspace-nav{gap:18px}.pricing-workspace-nav-header{align-items:end}.pricing-tab-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.pricing-tab-card{color:inherit;text-align:left;cursor:pointer;background:#fffcf7c2;border:1px solid #416f641a;border-radius:22px;gap:8px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:grid}.pricing-tab-card:hover{border-color:#416f642e;transform:translateY(-1px);box-shadow:0 14px 28px #35291914}.pricing-tab-card.active{background:linear-gradient(#416f6424 0%,#fffcf7f5 100%);border-color:#416f643d;box-shadow:0 18px 34px #416f641a}.pricing-tab-card strong{font-size:17px;line-height:1.2}.pricing-tab-card small{color:var(--text-secondary);line-height:1.5}.pricing-tab-step{color:var(--brand-dark);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}.pricing-tab-panel{gap:24px;display:grid}.pricing-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.pricing-stage-card,.pricing-overview-card{background:#fffcf7c7;border:1px solid #416f641a;border-radius:22px;gap:12px;padding:22px;display:grid;box-shadow:0 14px 30px #3529190f}.pricing-stage-card h4,.pricing-overview-card strong{margin:0;font-size:24px;line-height:1.1}.pricing-stage-card p,.pricing-overview-card p{color:var(--text-secondary);margin:0;line-height:1.7}.pricing-stage-step,.pricing-overview-card small{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.pricing-overview-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:18px;display:grid}.pricing-overview-card.accent{background:linear-gradient(135deg,#e8f1e8d1 0%,#fffcf7f0 100%),#fffcf7e6}.pricing-profile-form-section{gap:20px}.pricing-profile-entry-card{background:linear-gradient(135deg,#fffcf7db 0%,#e8f1e885 100%);border:1px dashed #416f6433;border-radius:22px;justify-content:space-between;align-items:end;gap:20px;padding:22px 24px;display:flex}.pricing-profile-entry-copy{gap:8px;display:grid}.pricing-profile-entry-copy h4{margin:0;font-size:24px}.pricing-profile-entry-copy p{max-width:44rem;color:var(--text-secondary);margin:0;line-height:1.7}.pricing-profile-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1816136b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pricing-profile-dialog{width:min(1040px,100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);background:#fffcf7fa;border:1px solid #416f6424;border-radius:26px;gap:20px;padding:24px;display:grid;overflow:auto}.pricing-profile-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pricing-profile-dialog-header h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:30px}.pricing-profile-dialog-header p{max-width:46rem;color:var(--text-secondary);margin:0;line-height:1.7}.pricing-profile-dialog-body{gap:0}.shopee-import-backdrop{z-index:72;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1816136b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.shopee-import-dialog{width:min(1180px,100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);background:#fffcf7fb;border:1px solid #416f6424;border-radius:26px;gap:20px;padding:24px;display:grid;overflow:auto}.shopee-import-dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shopee-import-dialog-header h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:30px}.shopee-import-dialog-header p{max-width:48rem;color:var(--text-secondary);margin:0;line-height:1.7}.order-import-entry-card{background:linear-gradient(135deg,#416f6414,#fffcf7eb),#fffcf7eb;border:1px solid #416f641f;border-radius:20px;gap:16px;padding:22px;display:grid}.order-import-entry-copy{gap:8px;display:grid}.order-import-entry-copy strong{font-size:18px}.order-import-entry-copy p{max-width:52rem;color:var(--text-secondary);margin:0}.dashboard-inline-feedback{margin-bottom:20px}.orders-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.orders-workspace-card{background:linear-gradient(140deg,#416f6414,#fffcf7f0),#fffcf7e0;border:1px solid #416f641f;border-radius:22px;gap:18px;padding:24px;display:grid;box-shadow:0 14px 30px #3529190f}.orders-workspace-copy{gap:8px;display:grid}.orders-workspace-copy h4{letter-spacing:-.02em;margin:0;font-size:24px}.orders-workspace-copy p{color:var(--text-secondary);margin:0;line-height:1.7}.inventory-workspace-section{gap:20px}.inventory-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.inventory-workspace-card{text-align:left;background:linear-gradient(145deg,#416f6417,#fffcf7f5),#fffcf7eb;border:1px solid #416f641f;border-radius:22px;gap:14px;padding:22px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid;box-shadow:0 14px 30px #3529190f}.inventory-workspace-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #35291914}.inventory-workspace-card.is-active{border-color:#416f643d;box-shadow:0 22px 40px #2f52491f}.inventory-workspace-copy{gap:8px;display:grid}.inventory-workspace-copy h4{letter-spacing:-.02em;margin:0;font-size:24px}.inventory-workspace-copy p{color:var(--text-secondary);margin:0;line-height:1.7}.inventory-stage-panel{gap:20px}.inventory-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.inventory-action-card{background:#fffcf7d1;border:1px solid #416f641f;border-radius:20px;gap:12px;padding:20px;display:grid}.inventory-action-card h4{letter-spacing:-.02em;margin:0;font-size:24px}.inventory-action-card p{color:var(--text-secondary);margin:0;line-height:1.7}.inventory-stage-badges{align-items:flex-start}.inventory-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:14px;display:grid}.inventory-filter-actions{justify-content:flex-start;align-items:center;min-height:56px}.inventory-side-modal-backdrop{z-index:76;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#18161357;justify-content:flex-end;display:flex;position:fixed;inset:0}.inventory-side-modal-dialog{background:#fffcf7fc;border:0;border-left:1px solid #416f6424;border-radius:0;width:min(760px,100vw);height:100vh;max-height:100vh;margin:0;overflow:auto;box-shadow:-18px 0 42px #231e1829}.inventory-side-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.inventory-side-modal-header h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:30px}.inventory-side-modal-body{gap:18px;display:grid}.table-row.is-risk-row{background:#f6e3e0a3;border-color:#91473838}.orders-filter-bar{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(140px,.85fr)) auto;align-items:end;gap:14px;margin-bottom:16px;display:grid}.orders-search-field{min-width:0}.orders-archive-filter-bar{grid-template-columns:minmax(260px,1fr) auto}.orders-filter-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;min-height:56px}.orders-filter-summary{margin-bottom:18px}.orders-pagination-bar{background:#faf8f3e6;border-radius:0 0 22px 22px;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.orders-pagination-summary{color:var(--text-secondary);font-size:14px}.orders-pagination-controls{align-items:end;gap:12px;display:flex}.orders-page-size-field{min-width:128px}.orders-modal-backdrop{z-index:74;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1816136b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.orders-modal-dialog{width:min(1100px,100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);background:#fffcf7fb;border:1px solid #416f6424;border-radius:26px;gap:20px;padding:24px;display:grid;overflow:auto}.orders-editor-dialog,.orders-items-dialog{width:min(1180px,100vw - 48px)}.orders-fiscal-dialog,.orders-action-dialog{width:min(820px,100vw - 48px)}.orders-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orders-modal-header h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:30px}.orders-modal-header p{max-width:48rem;color:var(--text-secondary);margin:0;line-height:1.7}.orders-modal-body{gap:18px}.orders-modal-actions{justify-content:flex-start}.orders-editor-overview{background:#fffcf7db;border:1px solid #416f641f;border-radius:22px;gap:16px;padding:20px;display:grid}.status-badge-row{flex-wrap:wrap;gap:8px;display:flex}.status-badge{letter-spacing:.02em;border:1px solid #241f1a1f;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.status-badge.is-active{color:#1f6a49;background:#e4f6ec;border-color:#2d7a5638}.status-badge.is-inactive,.status-badge.is-neutral{color:#5b534a;background:#efe8e3;border-color:#5e564c33}.status-badge.is-warning{color:#8a5810;background:#f4ead8;border-color:#a06a1938}.status-badge.is-info{color:#285d6d;background:#e5f1f4;border-color:#316d7e33}.status-badge.is-accent{color:#2d5f55;background:#ddece8;border-color:#416f6438}.status-badge.is-danger{color:#8c4333;background:#f6e3e0;border-color:#91473838}.order-archive-section{background:#f7f3eee0;border-color:#5e564c24}.is-archived-order{opacity:.92}.shopee-import-scroll-area{padding-right:4px}.roadmap-card{padding:28px}.roadmap-card h3{margin-top:0;font-size:26px}.roadmap-list{gap:14px;padding:0;list-style:none;display:grid}.roadmap-list li{background:#fffcf7b8;border:1px solid #416f641a;border-radius:16px;padding:16px 18px}.logout-form{margin-top:24px}.section-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-header h3{letter-spacing:-.03em;margin:12px 0 0;font-size:30px}.section-text{color:var(--text-secondary);max-width:58rem;margin:0;line-height:1.75}.tag-row{flex-wrap:wrap;gap:10px;display:flex}.tag-row.compact{gap:8px}.tag-badge{min-height:32px;color:var(--brand-dark);background:#416f641f;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.product-type-status-row{align-items:center}.product-status-badge{letter-spacing:.02em;border:1px solid #241f1a1f;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.product-status-badge.is-active{color:#1f6a49;background:#e4f6ec;border-color:#2d7a5638}.product-status-badge.is-inactive{color:#8a5810;background:#f4ead8;border-color:#a06a1938}.product-status-badge.is-warning{color:#8c5d08;background:#fff3d9;border-color:#b87d1438}.product-status-badge.is-draft{color:#285d6d;background:#e5f1f4;border-color:#316d7e33}.product-status-badge.is-archived{color:#5b534a;background:#efe8e3;border-color:#5e564c33}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.info-tile{background:#fffcf7c7;border:1px solid #416f641a;border-radius:18px;gap:8px;padding:18px;display:grid;box-shadow:0 12px 24px #3529190f}.info-tile span,.info-tile small{color:var(--text-secondary)}.info-tile strong{font-size:22px}.selector-row{flex-wrap:wrap;gap:10px;display:flex}.selector-pill{border:1px solid var(--line);cursor:pointer;background:#fffcf7b8;border-radius:999px;min-height:42px;padding:0 16px}.selector-pill.active{background:#416f641f;border-color:#416f642e}.form-grid{gap:16px;display:grid}.form-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-section{background:#fffcf7bd;border:1px solid #416f641a;border-radius:22px;gap:18px;padding:24px;display:grid;box-shadow:0 14px 30px #3529190f}.form-section-header{gap:8px;display:grid}.form-section-header h4{margin:0;font-size:22px}.form-section-header p{color:var(--text-secondary);margin:0;line-height:1.6}.actions-row{flex-wrap:wrap;gap:12px;display:flex}.role-selector{flex-wrap:wrap;gap:10px;display:flex}.checkbox-field{background:#fffcf7d6;border:1px solid #416f641f;border-radius:16px;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:inline-flex}.checkbox-field input{width:18px;height:18px;margin:0}.checkbox-grid{flex-wrap:wrap;gap:12px;display:flex}.role-chip{border:1px solid var(--line);cursor:pointer;background:#fffcf7b8;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:0 16px;display:inline-flex}.role-chip input{margin:0}.role-chip.active{background:#416f641f;border-color:#416f642e}.table-shell{gap:10px;display:grid}.table-head,.table-row{align-items:center;gap:16px;display:grid}.table-grid-users{grid-template-columns:1.1fr 1.2fr .5fr 1.2fr}.table-grid-partners{grid-template-columns:.7fr 1.45fr .8fr .7fr .55fr}.table-grid-products{grid-template-columns:.9fr 1.45fr .8fr 1fr .55fr}.table-grid-products-compact{grid-template-columns:minmax(0,1.7fr) minmax(220px,.95fr) minmax(240px,1.1fr) minmax(110px,.45fr)}.table-grid-purchases{grid-template-columns:.95fr 1.2fr .9fr 1.05fr .55fr}.table-grid-purchases-compact{grid-template-columns:minmax(0,1.3fr) minmax(0,1.2fr) minmax(250px,1fr) minmax(110px,.45fr)}.table-grid-purchase-attachments{grid-template-columns:1.1fr .8fr .8fr .7fr .55fr}.table-grid-inventory-posting{grid-template-columns:.9fr 1.15fr .9fr .8fr .7fr}.table-grid-inventory-balances{grid-template-columns:1fr .9fr 1.05fr .65fr .65fr .75fr}.table-grid-inventory-movements{grid-template-columns:1fr .9fr .9fr .7fr .8fr}.table-grid-inventory-transfers{grid-template-columns:.9fr 1fr .95fr .8fr .85fr}.table-grid-inventory-reservations{grid-template-columns:.95fr .8fr .9fr .8fr .7fr}.table-grid-inventory-issues{grid-template-columns:.95fr .8fr .95fr .8fr .8fr}.table-grid-inventory-counts{grid-template-columns:.95fr .8fr .8fr .9fr .85fr}.table-grid-payables{grid-template-columns:.95fr 1.15fr .9fr .85fr 1.1fr}.table-grid-expenses{grid-template-columns:.85fr 1fr 1fr .9fr .75fr .8fr}.table-grid-expenses-compact{grid-template-columns:minmax(0,1.1fr) minmax(0,1.25fr) minmax(220px,1fr) minmax(170px,.7fr) minmax(180px,.75fr)}.table-grid-expense-categories{grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr) minmax(0,1fr) minmax(190px,.8fr)}.table-grid-orders{grid-template-columns:.95fr 1.05fr .8fr .85fr .85fr .7fr}.orders-table-shell{background:#fffcf7b3;border:1px solid #416f641f;border-radius:22px;overflow-x:auto;box-shadow:0 16px 30px #3529190f}.orders-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.orders-col-order{width:160px}.orders-col-external{width:150px}.orders-col-date{width:120px}.orders-col-recipient,.orders-col-customer{width:220px}.orders-col-source{width:110px}.orders-col-channel{width:120px}.orders-col-status{width:108px}.orders-col-channel-status{width:180px}.orders-col-total{width:120px}.orders-col-stock,.orders-col-billing{width:180px}.orders-col-fiscal-ref{width:160px}.orders-col-actions{width:216px}.orders-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;background:#fffcf7eb;border-bottom:1px solid #416f641f;padding:12px;font-size:12px;font-weight:700}.orders-table td{vertical-align:top;background:#fffcf7c7;border-bottom:1px solid #416f641a;padding:10px 12px;overflow:hidden}.orders-table th:first-child,.orders-table td:first-child{padding-left:16px}.orders-table th:last-child,.orders-table td:last-child{padding-right:16px}.orders-table-sticky-left{z-index:3;box-shadow:none;border-right:1px solid #416f6414;position:sticky;left:0}.orders-table-sticky-left-secondary{z-index:3;box-shadow:none;border-right:1px solid #416f6414;position:sticky;left:160px}.orders-table-sticky-left-tertiary{z-index:3;box-shadow:none;border-right:1px solid #416f6414;position:sticky;left:310px}.orders-table thead .orders-table-sticky-left,.orders-table thead .orders-table-sticky-left-secondary,.orders-table thead .orders-table-sticky-left-tertiary{z-index:4}.orders-table tbody .orders-table-sticky-left,.orders-table tbody .orders-table-sticky-left-secondary,.orders-table tbody .orders-table-sticky-left-tertiary{background:#fffcf7f5}.orders-table-row.is-archived-order td{background:#f7f3eee6}.orders-table-row.is-archived-order .orders-table-sticky-left,.orders-table-row.is-archived-order .orders-table-sticky-left-secondary,.orders-table-row.is-archived-order .orders-table-sticky-left-tertiary{background:#f7f3eefa}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table-cell-nowrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.orders-table-cell-text{min-width:0}.orders-table .table-cell-stack{gap:3px}.orders-table td strong{line-height:1.2}.orders-table td small{font-size:11px;line-height:1.2}.orders-table .status-badge{min-height:22px;padding:0 8px;font-size:10px}.orders-table-actions{flex-wrap:nowrap;gap:6px;min-width:0;display:flex}.orders-table-actions .button-primary,.orders-table-actions .button-secondary{flex:none;min-width:0;padding:0}.orders-action-icon-button{border-radius:10px;justify-content:center;align-items:center;gap:0;width:32px;min-width:32px;height:32px;min-height:32px;font-size:0;line-height:1;display:inline-flex}.orders-action-icon{width:14px;height:14px;display:block}.orders-action-legend{margin-bottom:12px}.orders-action-legend-badge{gap:8px;padding-left:10px;padding-right:10px}.orders-action-legend-badge .orders-action-icon{width:13px;height:13px}.inventory-ledger-table-shell{background:#fffcf7b8;border:1px solid #416f641f;border-radius:22px;overflow-x:auto}.inventory-ledger-modal-table-shell{border-radius:20px}.inventory-ledger-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.inventory-ledger-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;background:#fffcf7f0;border-bottom:1px solid #416f641f;padding:12px 14px;font-size:12px;font-weight:700}.inventory-ledger-table td{vertical-align:top;background:#fffcf7d1;border-bottom:1px solid #416f641a;padding:11px 14px;line-height:1.35}.inventory-ledger-table tbody tr:last-child td{border-bottom:none}.inventory-ledger-balances-table th,.inventory-ledger-balances-table td{text-align:center}.inventory-ledger-balances-table th:first-child,.inventory-ledger-balances-table td:first-child,.inventory-ledger-balances-table th:nth-child(3),.inventory-ledger-balances-table td:nth-child(3),.inventory-ledger-balances-table th:nth-child(4),.inventory-ledger-balances-table td:nth-child(4),.inventory-ledger-balances-table th:nth-child(5),.inventory-ledger-balances-table td:nth-child(5),.inventory-ledger-balances-table th:nth-child(6),.inventory-ledger-balances-table td:nth-child(6),.inventory-ledger-balances-table th:nth-child(7),.inventory-ledger-balances-table td:nth-child(7),.inventory-ledger-balances-table th:nth-child(8),.inventory-ledger-balances-table td:nth-child(8),.inventory-ledger-balances-table th:nth-child(9),.inventory-ledger-balances-table td:nth-child(9),.inventory-ledger-balances-table th:nth-child(10),.inventory-ledger-balances-table td:nth-child(10),.inventory-ledger-balances-table th:nth-child(11),.inventory-ledger-balances-table td:nth-child(11),.inventory-ledger-movements-table th:first-child,.inventory-ledger-movements-table td:first-child,.inventory-ledger-movements-table th:nth-child(2),.inventory-ledger-movements-table td:nth-child(2),.inventory-ledger-movements-table th:nth-child(3),.inventory-ledger-movements-table td:nth-child(3),.inventory-ledger-movements-table th:nth-child(5),.inventory-ledger-movements-table td:nth-child(5),.inventory-ledger-movements-table th:nth-child(6),.inventory-ledger-movements-table td:nth-child(6),.inventory-ledger-movements-table th:nth-child(8),.inventory-ledger-movements-table td:nth-child(8),.inventory-ledger-movements-table th:nth-child(9),.inventory-ledger-movements-table td:nth-child(9),.inventory-ledger-movements-table th:nth-child(10),.inventory-ledger-movements-table td:nth-child(10){white-space:nowrap}.inventory-ledger-balances-table th:nth-child(2),.inventory-ledger-balances-table td:nth-child(2){min-width:260px}.inventory-ledger-balances-table th:nth-child(5){color:#29584d;background:#7ec7b22e}.inventory-ledger-balances-table td:nth-child(5){color:#2f6256;font-weight:800}.inventory-ledger-movements-table th:nth-child(4),.inventory-ledger-movements-table td:nth-child(4){min-width:260px}.inventory-ledger-movements-table th:nth-child(7),.inventory-ledger-movements-table td:nth-child(7){min-width:280px}.inventory-ledger-risk-row td{background:#f6e3e0b8}.inventory-ledger-zero-row td{background:#f1eee7e6}.inventory-ledger-balances-table td:nth-child(5){color:#2f6256;background:#e5f4eef5;font-weight:800}.inventory-ledger-balances-table .inventory-ledger-risk-row td:nth-child(5){background:#ddeee6f5}.inventory-ledger-balances-table .inventory-ledger-zero-row td:nth-child(5){background:#dfe9e3f5}.inventory-ledger-cell-nowrap,.inventory-ledger-action-cell{white-space:nowrap}.inventory-ledger-action-button{border-radius:10px;justify-content:center;align-items:center;gap:0;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;font-size:0;line-height:1;display:inline-flex}.inventory-ledger-action-icon{width:14px;height:14px;display:block}.inventory-ledger-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.inventory-ledger-summary-item{background:#fffcf7c7;border:1px solid #416f641f;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.inventory-ledger-summary-item span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700}.inventory-ledger-summary-item strong{line-height:1.4}.orders-order-items-panel{background:0 0;border:none;border-radius:0;gap:16px;padding:0;display:grid}.orders-order-items-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orders-order-items-shell{overflow-x:auto}.orders-items-table{table-layout:auto;border-collapse:collapse;width:max-content;min-width:100%}.orders-items-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;background:0 0;border-bottom:1px solid #416f641f;padding:0 12px 12px;font-size:12px;font-weight:700}.orders-items-table td{vertical-align:top;background:0 0;border-bottom:1px solid #416f6414;padding:12px}.orders-items-table th:first-child,.orders-items-table td:first-child{padding-left:0}.orders-items-table th:last-child,.orders-items-table td:last-child{padding-right:0}.orders-items-table tbody tr:last-child td{border-bottom:none}.table-grid-receivables{grid-template-columns:.95fr 1fr .95fr .8fr 1.2fr}.table-grid-payable-settlement{grid-template-columns:.8fr .8fr .8fr .9fr}.table-grid-financial-movements{grid-template-columns:.9fr 1fr .85fr .7fr 1.35fr}.table-grid-pricing-profiles{grid-template-columns:.95fr 1fr .95fr .8fr .55fr}.table-grid-pricing-simulations{grid-template-columns:.95fr 1fr 1fr .85fr .9fr}.table-grid-price-tables{grid-template-columns:1fr .9fr .95fr .95fr .95fr .55fr}.table-grid-price-campaigns{grid-template-columns:.95fr .95fr 1fr 1fr .95fr .55fr}.table-grid-fiscal-profiles{grid-template-columns:1fr 1.2fr 1fr .8fr .55fr}.table-grid-users-manage{grid-template-columns:1.1fr 1.15fr .6fr 1.2fr .55fr}.table-grid-warehouses{grid-template-columns:.7fr 1.45fr 1fr .7fr .55fr}.table-head{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;padding:0 8px;font-size:12px;font-weight:700}.table-row{background:#fffcf7c7;border:1px solid #416f641a;border-radius:18px;padding:18px;box-shadow:0 12px 26px #3529190d}.table-cell-stack{gap:6px;display:grid}.table-cell-stack small{color:var(--text-secondary)}.status-tag{justify-self:start}.variant-list,.purchase-item-list,.xml-preview-list{gap:16px;display:grid}.installment-preview-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.variant-card,.purchase-item-card,.xml-preview-card{background:#fffcf7c7;border:1px solid #416f641a;border-radius:18px;gap:16px;padding:18px;display:grid}.installment-preview-card{background:#fffcf7c7;border:1px solid #416f641a;border-radius:18px;gap:8px;padding:18px;display:grid}.installment-preview-card small{color:var(--muted)}.installment-preview-card span{font-size:20px;font-weight:700}.accounts-payable-feedback,.accounts-receivable-feedback{margin-bottom:20px}.accounts-receivable-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.accounts-receivable-workspace-card{background:linear-gradient(160deg,#fffcf7f5,#f6efe5d1),#fffcf7e0;border:1px solid #416f641f;border-radius:24px;gap:16px;padding:22px;display:grid;box-shadow:0 18px 36px #35291914}.accounts-receivable-workspace-copy{gap:10px;display:grid}.accounts-receivable-workspace-copy h4{margin:0;font-size:24px}.accounts-receivable-workspace-copy p{color:var(--text-secondary);margin:0;line-height:1.65}.accounts-receivable-filters{grid-template-columns:1.5fr .8fr;align-items:end;gap:16px;margin-bottom:18px;display:grid}.accounts-receivable-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f232180;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.accounts-receivable-modal-dialog{background:linear-gradient(#fffbf6fa,#f8f0e6f5);border:1px solid #ffffff59;border-radius:30px;gap:18px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.accounts-receivable-create-dialog{width:min(1040px,100%)}.accounts-receivable-settlement-dialog{width:min(1140px,100%)}.accounts-receivable-detail-dialog{width:min(1240px,100%)}.accounts-receivable-row{text-align:left;cursor:pointer;border:none;width:100%;transition:transform .18s,box-shadow .18s,border-color .18s}.accounts-receivable-row:hover{border-color:#416f6429;transform:translateY(-2px);box-shadow:0 16px 28px #35291914}.accounts-receivable-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.accounts-receivable-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.accounts-receivable-modal-header p{color:var(--text-secondary);max-width:760px;margin:8px 0 0;line-height:1.7}.accounts-receivable-modal-body{gap:20px}.accounts-receivable-modal-actions{justify-content:flex-end}.dre-matrix-wrap{background:#fffcf7d1;border:1px solid #416f6424;border-radius:18px;overflow:auto}.dre-matrix-table{border-collapse:collapse;width:100%;min-width:860px}.dre-matrix-table th,.dre-matrix-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #416f641f;padding:12px 14px}.dre-matrix-table th:first-child,.dre-matrix-table td:first-child{text-align:left;min-width:300px}.dre-matrix-table thead th{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);background:#f1f8f4eb;font-size:12px}.dre-row-main td:first-child{font-weight:600}.dre-row-category td:first-child{color:var(--text-secondary);padding-left:30px}.dre-row-subtotal td{background:#ebf5efcc;font-weight:700}.accounts-payable-workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.accounts-payable-workspace-card{background:linear-gradient(160deg,#fffcf7f5,#f6efe5d1),#fffcf7e0;border:1px solid #416f641f;border-radius:24px;gap:16px;padding:22px;display:grid;box-shadow:0 18px 36px #35291914}.accounts-payable-workspace-card.is-highlighted{background:radial-gradient(circle at 100% 0,#d2ad662e,#0000 48%),linear-gradient(160deg,#fffcf7fa,#f3ece0e0)}.accounts-payable-workspace-copy{gap:10px;display:grid}.accounts-payable-workspace-copy h4{margin:0;font-size:24px}.accounts-payable-workspace-copy p{color:var(--text-secondary);margin:0;line-height:1.65}.accounts-payable-filter-bar{grid-template-columns:1.4fr .8fr 1fr auto;align-items:end;gap:16px;display:grid}.accounts-payable-filter-actions{justify-content:flex-end}.accounts-payable-filter-summary{margin-top:18px}.accounts-payable-row{transition:transform .18s,box-shadow .18s,border-color .18s}.accounts-payable-row:hover{border-color:#416f6429;transform:translateY(-2px);box-shadow:0 16px 28px #35291914}.accounts-payable-action-stack{align-items:stretch}.accounts-payable-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f232180;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.accounts-payable-modal-dialog{background:linear-gradient(#fffbf6fa,#f8f0e6f5);border:1px solid #ffffff59;border-radius:30px;gap:18px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.accounts-payable-create-dialog{width:min(1040px,100%)}.accounts-payable-settlement-dialog,.accounts-payable-detail-dialog{width:min(1180px,100%)}.accounts-payable-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.accounts-payable-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.accounts-payable-modal-header p{color:var(--text-secondary);max-width:760px;margin:8px 0 0;line-height:1.7}.accounts-payable-modal-body{gap:20px}.accounts-payable-modal-actions{justify-content:flex-end}.accounts-payable-mode-row{margin-top:4px}.accounts-payable-guide-note{border-left:4px solid #416f643d}.accounts-payable-warning-note{background:#fff5eaf0;border-left:4px solid #b05e3159}.accounts-payable-allocation-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.accounts-payable-allocation-card{background:#fffcf7d6;border:1px solid #416f641f;border-radius:20px;gap:12px;padding:18px;display:grid}.accounts-payable-allocation-card.is-selected{background:#f1f8f4f5;border-color:#416f6447;box-shadow:inset 0 0 0 1px #416f642e}.accounts-payable-allocation-check{align-items:center;gap:12px;font-weight:700;display:inline-flex}.accounts-payable-allocation-check input{width:18px;height:18px;margin:0}.accounts-payable-allocation-meta{gap:4px;display:grid}.accounts-payable-allocation-meta small{color:var(--text-secondary)}.partners-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.partners-workspace-card{background:linear-gradient(150deg,#fffcf7f5,#eaf2ecc7),#fffcf7e6;border:1px solid #416f641f;border-radius:24px;gap:16px;padding:22px;display:grid;box-shadow:0 18px 36px #35291914}.partners-workspace-copy{gap:10px;display:grid}.partners-workspace-copy h4{margin:0;font-size:24px}.partners-workspace-copy p{color:var(--text-secondary);margin:0;line-height:1.68}.partners-filter-bar{grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,.8fr)) auto;align-items:end;gap:16px;display:grid}.partners-filter-actions{justify-content:flex-end}.partners-filter-summary{margin-top:18px}.products-filter-bar{grid-template-columns:minmax(0,1.7fr) repeat(3,minmax(0,.8fr)) auto;align-items:end;gap:16px;display:grid}.products-filter-actions{justify-content:flex-end}.products-filter-summary{margin-top:18px}.purchases-filter-bar{grid-template-columns:minmax(0,1.7fr) repeat(3,minmax(0,.8fr)) auto;align-items:end;gap:16px;display:grid}.purchases-filter-actions{justify-content:flex-end}.purchases-filter-summary{margin-top:18px}.expenses-filter-bar{grid-template-columns:minmax(0,1.7fr) repeat(3,minmax(0,.8fr)) auto;align-items:end;gap:16px;display:grid}.expenses-filter-actions{justify-content:flex-end}.expenses-filter-summary{margin-top:18px}.expense-categories-filter-bar{grid-template-columns:minmax(0,1.7fr) repeat(2,minmax(0,.8fr)) auto;align-items:end;gap:16px;display:grid}.expense-categories-filter-actions{justify-content:flex-end}.expense-categories-filter-summary{margin-top:18px}.expense-categories-registry-shell{background:#fffcf7c7;border:1px solid #416f641f;border-radius:20px;gap:0;overflow:hidden}.expense-categories-registry-head{background:#eff7f1eb;border-bottom:1px solid #416f641f;padding:14px 18px}.expense-categories-registry-row{box-shadow:none;background:#fffcf7e0;border:0;border-bottom:1px solid #416f641a;border-radius:0;padding:12px 18px}.expense-categories-registry-row:last-of-type{border-bottom:1px solid #416f641a}.expense-categories-main-cell,.expense-categories-meta-cell,.expense-categories-notes-cell,.expense-categories-action-cell{gap:4px}.expense-categories-main-cell strong,.expense-categories-meta-cell strong{font-size:14px;line-height:1.3}.expense-categories-main-cell small,.expense-categories-meta-cell small,.expense-categories-notes-cell small{font-size:12px;line-height:1.35}.expense-categories-action-cell{justify-items:end}.expense-categories-action-cell .button-secondary{min-height:36px;padding:0 12px}.expense-categories-pagination-bar{background:#faf8f3e6;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.expense-categories-pagination-summary{color:var(--text-secondary);font-size:14px}.expense-categories-pagination-controls{align-items:end;gap:12px;display:flex}.expense-categories-page-size-field{min-width:110px}.expense-categories-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d211f7a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.expense-categories-modal-dialog{background:linear-gradient(#fffbf6fa,#f4f9f5f5);border:1px solid #ffffff52;border-radius:30px;gap:20px;width:min(920px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.expense-categories-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.expense-categories-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.expense-categories-modal-header p{max-width:760px;color:var(--text-secondary);margin:8px 0 0;line-height:1.7}.expense-category-form-embedded{gap:20px;display:grid}.expenses-registry-shell{background:#fffcf7c7;border:1px solid #416f641f;border-radius:20px;gap:0;overflow:hidden}.expenses-registry-head{background:#eff7f1eb;border-bottom:1px solid #416f641f;padding:14px 18px}.expenses-registry-row{box-shadow:none;cursor:pointer;background:#fffcf7e0;border:0;border-bottom:1px solid #416f641a;border-radius:0;padding:12px 18px;transition:background .18s,box-shadow .18s}.expenses-registry-row:hover{background:#f4fbf6fa;box-shadow:inset 0 0 0 1px #416f6414}.expenses-registry-row:focus-visible{outline-offset:-2px;outline:2px solid #2c5f5459}.expenses-registry-row:last-of-type{border-bottom:1px solid #416f641a}.expenses-registry-main-cell,.expenses-registry-meta-cell,.expenses-registry-financial-cell,.expenses-registry-status-cell{gap:4px}.expenses-registry-main-cell strong,.expenses-registry-meta-cell strong,.expenses-registry-financial-cell strong{font-size:14px;line-height:1.3}.expenses-registry-main-cell small,.expenses-registry-meta-cell small,.expenses-registry-financial-cell small,.expenses-registry-status-cell small{font-size:12px;line-height:1.35}.expenses-registry-action-cell{justify-content:center;align-items:flex-start}.expenses-registry-action-cell .button-secondary{width:100%}.expenses-registry-action-cell small{color:var(--text-secondary)}.expenses-pagination-bar{background:#faf8f3e6;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.expenses-pagination-summary{color:var(--text-secondary);font-size:14px}.expenses-pagination-controls{align-items:end;gap:12px;display:flex}.expenses-page-size-field{min-width:110px}.expenses-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d211f7a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.expenses-modal-dialog{background:linear-gradient(#fffbf6fa,#f4f9f5f5);border:1px solid #ffffff52;border-radius:30px;gap:20px;width:min(980px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.expenses-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.expenses-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.expenses-modal-header p{max-width:760px;color:var(--text-secondary);margin:8px 0 0;line-height:1.7}.expense-form-embedded{gap:20px;display:grid}.expenses-detail-overview{grid-template-columns:repeat(4,minmax(0,1fr))}.purchases-registry-shell{background:#fffcf7c7;border:1px solid #416f641f;border-radius:20px;gap:0;overflow:hidden}.purchases-registry-head{background:#eff7f1eb;border-bottom:1px solid #416f641f;padding:14px 18px}.purchases-registry-row{box-shadow:none;background:#fffcf7e0;border:0;border-bottom:1px solid #416f641a;border-radius:0;padding:12px 18px}.purchases-registry-row:last-of-type{border-bottom:1px solid #416f641a}.purchases-registry-main-cell,.purchases-registry-partner-cell,.purchases-registry-total-cell,.purchases-registry-action-cell{gap:4px}.purchases-registry-main-cell strong,.purchases-registry-partner-cell strong,.purchases-registry-total-cell strong{font-size:14px;line-height:1.3}.purchases-registry-main-cell small,.purchases-registry-partner-cell small,.purchases-registry-total-cell small{font-size:12px;line-height:1.35}.purchases-registry-action-cell{justify-items:end}.purchases-registry-action-cell .button-secondary{min-height:36px;padding:0 12px}.purchases-pagination-bar{background:#faf8f3e6;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.purchases-pagination-summary{color:var(--text-secondary);font-size:14px}.purchases-pagination-controls{align-items:end;gap:12px;display:flex}.purchases-page-size-field{min-width:110px}.purchases-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d211f7a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.purchases-modal-dialog{background:linear-gradient(#fffbf6fa,#f4f9f5f5);border:1px solid #ffffff52;border-radius:30px;gap:20px;width:min(1200px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.purchases-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.purchases-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.purchases-modal-header p{max-width:760px;color:var(--text-secondary);margin:8px 0 0;line-height:1.7}.purchase-form-embedded{gap:20px;display:grid}.products-registry-shell{background:#fffcf7c7;border:1px solid #416f641f;border-radius:20px;gap:0;overflow:hidden}.products-registry-head{background:#eff7f1eb;border-bottom:1px solid #416f641f;padding:14px 18px}.products-registry-row{box-shadow:none;background:#fffcf7e0;border:0;border-bottom:1px solid #416f641a;border-radius:0;padding:12px 18px}.products-registry-row:last-of-type{border-bottom:1px solid #416f641a}.products-registry-main-cell,.products-registry-meta-cell,.products-registry-fiscal-cell,.products-registry-action-cell{gap:4px}.products-registry-main-cell strong{font-size:14px;line-height:1.3}.products-registry-main-cell small,.products-registry-meta-cell small,.products-registry-fiscal-cell small{font-size:12px;line-height:1.35}.products-registry-action-cell{justify-items:end}.products-registry-action-cell .button-secondary{min-height:36px;padding:0 12px}.products-pagination-bar{background:#faf8f3e6;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.products-pagination-summary{color:var(--text-secondary);font-size:14px}.products-pagination-controls{align-items:end;gap:12px;display:flex}.products-page-size-field{min-width:110px}.products-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d211f7a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.products-modal-dialog{background:linear-gradient(#fffbf6fa,#f4f9f5f5);border:1px solid #ffffff52;border-radius:30px;gap:20px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.products-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.products-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.products-modal-header p{max-width:760px;color:var(--text-secondary);margin:8px 0 0;line-height:1.7}.product-form-embedded{gap:20px;display:grid}.partners-row{transition:transform .18s,box-shadow .18s,border-color .18s}.partners-row:hover{background:#f8fcf9f5}.partners-action-stack{align-items:stretch}.table-grid-partners-compact{grid-template-columns:minmax(0,1.3fr) minmax(220px,.9fr) minmax(220px,.9fr) auto}.partners-registry-shell{background:#fffcf7c7;border:1px solid #416f641f;border-radius:20px;gap:0;overflow:hidden}.partners-registry-head{background:#eff7f1eb;border-bottom:1px solid #416f641f;padding:14px 18px}.partners-registry-row{box-shadow:none;background:#fffcf7e0;border:0;border-bottom:1px solid #416f641a;border-radius:0;padding:12px 18px}.partners-registry-row:last-of-type{border-bottom:1px solid #416f641a}.partners-registry-main-cell,.partners-registry-meta-cell,.partners-registry-contact-cell{gap:4px}.partners-registry-main-cell strong,.partners-registry-contact-cell strong{font-size:14px;line-height:1.3}.partners-registry-main-cell small,.partners-registry-meta-cell small,.partners-registry-contact-cell small{font-size:12px;line-height:1.35}.partners-registry-action-cell{justify-items:end;gap:6px}.partners-registry-action-cell .button-primary,.partners-registry-action-cell .button-secondary{min-height:36px;padding:0 12px}.partners-pagination-bar{background:#faf8f3e6;justify-content:space-between;align-items:end;gap:16px;padding:14px 18px;display:flex}.partners-pagination-summary{color:var(--text-secondary);font-size:14px}.partners-pagination-controls{align-items:end;gap:12px;display:flex}.partners-page-size-field{min-width:110px}.partners-modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d211f7a;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.partners-modal-dialog{background:linear-gradient(#fffbf6fa,#f4f9f5f5);border:1px solid #ffffff52;border-radius:30px;gap:20px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;overflow:auto;box-shadow:0 28px 60px #18191847}.partners-detail-dialog{width:min(1080px,100%)}.partners-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.partners-modal-header h3{margin:0;font-size:clamp(28px,3vw,38px)}.partners-modal-header p{max-width:760px;color:var(--text-secondary);margin:8px 0 0;line-height:1.7}.partners-modal-body{gap:20px}.partners-modal-actions{justify-content:flex-end}.error-text{color:#b42318;margin-top:.25rem;font-size:.8rem;display:block}.input-error{box-shadow:0 0 0 1px #b4231840;border-color:#b42318!important}.xml-preview-meta{flex-wrap:wrap;gap:10px;display:flex}.xml-preview-meta span{border:1px solid var(--line);min-height:32px;color:var(--text-secondary);background:#fffcf7b3;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;display:inline-flex}.xml-preview-match{gap:6px;display:grid}.xml-preview-match small{color:var(--muted)}@media (max-width:960px){.login-grid,.dashboard-shell,.metrics-grid,.executive-kpi-grid,.executive-alert-grid,.executive-dashboard-grid,.pricing-hero-grid,.pricing-tab-grid,.pricing-stage-grid,.pricing-overview-grid,.info-grid,.table-grid-users,.table-grid-partners,.table-grid-products,.table-grid-products-compact,.table-grid-purchases,.table-grid-purchases-compact,.table-grid-purchase-attachments,.table-grid-inventory-posting,.table-grid-inventory-balances,.table-grid-inventory-movements,.table-grid-inventory-transfers,.table-grid-inventory-reservations,.table-grid-inventory-issues,.table-grid-inventory-counts,.table-grid-payables,.table-grid-expenses,.table-grid-expenses-compact,.table-grid-expense-categories,.table-grid-orders,.table-grid-receivables,.table-grid-payable-settlement,.table-grid-financial-movements,.table-grid-pricing-profiles,.table-grid-pricing-simulations,.table-grid-price-tables,.table-grid-price-campaigns,.table-grid-fiscal-profiles,.table-grid-users-manage,.table-grid-warehouses,.form-grid.columns-2{grid-template-columns:1fr}.page-frame{width:min(100vw - 24px,1120px)}.login-copy,.login-panel,.dashboard-sidebar,.dashboard-hero,.metric-card,.roadmap-card,.dashboard-section{padding:24px}.section-header{flex-direction:column}.dashboard-topbar{flex-direction:column;align-items:stretch}.company-brand-chip{min-width:0}.company-brand-grid{grid-template-columns:1fr}.sidebar-link{grid-template-columns:32px minmax(0,1fr)}.sidebar-nav-group-header,.sidebar-sublink,.logout-form{width:100%}.dashboard-shell.is-collapsed{grid-template-columns:1fr}.pricing-hero-copy h2{font-size:clamp(30px,10vw,44px)}.inventory-workspace-grid,.accounts-payable-workspace-grid,.accounts-receivable-workspace-grid,.accounts-receivable-filters,.partners-workspace-grid,.accounts-payable-filter-bar,.orders-archive-filter-bar,.purchases-filter-bar,.expense-categories-filter-bar,.expenses-filter-bar,.products-filter-bar,.partners-filter-bar,.table-grid-expense-categories,.table-grid-expenses-compact,.table-grid-purchases-compact,.table-grid-products-compact,.table-grid-partners-compact{grid-template-columns:1fr}.expense-categories-registry-head,.expenses-registry-head,.purchases-registry-head,.products-registry-head,.partners-registry-head{display:none}.expense-categories-registry-row,.expenses-registry-row,.purchases-registry-row,.products-registry-row,.partners-registry-row{padding:16px}.expenses-registry-action-cell{align-items:stretch}.expenses-detail-overview{grid-template-columns:1fr}.expense-categories-pagination-bar,.expense-categories-pagination-controls,.expenses-pagination-bar,.expenses-pagination-controls,.orders-pagination-bar,.orders-pagination-controls,.purchases-pagination-bar,.purchases-pagination-controls,.products-pagination-bar,.products-pagination-controls,.partners-pagination-bar,.partners-pagination-controls{flex-direction:column;align-items:stretch}.accounts-payable-filter-actions,.accounts-receivable-modal-actions,.orders-filter-actions,.expense-categories-filter-actions,.expenses-filter-actions,.purchases-filter-actions,.products-filter-actions,.partners-filter-actions,.accounts-payable-modal-actions{justify-content:stretch}.accounts-payable-modal-backdrop,.accounts-receivable-modal-backdrop,.partners-modal-backdrop,.orders-modal-backdrop,.expense-categories-modal-backdrop,.expenses-modal-backdrop,.purchases-modal-backdrop,.products-modal-backdrop{padding:12px}.accounts-payable-modal-dialog,.accounts-receivable-modal-dialog,.partners-modal-dialog,.expense-categories-modal-dialog,.expenses-modal-dialog,.purchases-modal-dialog,.products-modal-dialog{border-radius:24px;max-height:calc(100vh - 24px);padding:18px}.accounts-payable-modal-header,.accounts-receivable-modal-header,.partners-modal-header,.expense-categories-modal-header,.expenses-modal-header,.purchases-modal-header{flex-direction:column}.inventory-stage-grid,.inventory-filter-bar{grid-template-columns:1fr}.inventory-side-modal-dialog{width:100%;padding:18px}.inventory-side-modal-header{flex-direction:column}.inventory-ledger-summary-grid{grid-template-columns:1fr}.inventory-ledger-table th,.inventory-ledger-table td{padding:10px 12px}.inventory-ledger-action-button{width:32px;min-width:32px;min-height:32px}.pricing-profile-entry-card{flex-direction:column;align-items:stretch}.pricing-profile-dialog{border-radius:20px;width:100%;max-height:calc(100vh - 24px);padding:18px}.pricing-profile-dialog-header{flex-direction:column}.orders-workspace-grid,.orders-filter-bar{grid-template-columns:1fr}.orders-modal-dialog,.orders-editor-dialog,.orders-fiscal-dialog,.orders-action-dialog,.orders-items-dialog,.shopee-import-dialog{border-radius:20px;width:100%;max-height:calc(100vh - 24px);padding:18px}.orders-modal-header,.shopee-import-dialog-header{flex-direction:column}.orders-table-shell{border-radius:18px}.orders-table th,.orders-table td{padding-top:12px;padding-bottom:12px}}
