@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Cabin:wght@400;500;600;700&display=swap";:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(165deg,#fff6e8 0%,#ecfdf5 35%,#f0fdfa 100%);font-family:Cabin,sans-serif}body{margin:0}h1,h2,h3,h4,strong{margin:0;font-family:Space Grotesk,sans-serif}p{margin:.35rem 0}:root{--bg-canvas:#f0efff;--bg-surface:#fff;--bg-muted:#f8faff;--bg-panel:#f5f3ff;--border-soft:#e2e8f0;--border-strong:#cbd5e1;--text-main:#1e1b4b;--text-muted:#64748b;--brand:#5a46a6;--brand-soft:#f0eeff;--brand-deep:#43318f;--success:#22c55e;--danger:#ef4444;--shadow-soft:0 4px 12px #5a46a614;--radius-sm:8px;--radius-md:12px;--radius-lg:20px}*{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}.app-shell{background:var(--bg-canvas);min-height:100vh;color:var(--text-main);max-width:100vw;padding-bottom:1rem;overflow-x:hidden}.erp-layout{align-items:flex-start;max-width:100%;margin:0 auto;padding:0;display:flex;overflow-x:hidden}.erp-sidebar{color:#f8fbff;background:linear-gradient(#6a57ba 0%,#4a3890 100%);border-right:1px solid #4a3890;flex-direction:column;width:228px;min-height:100vh;padding:1rem .75rem 0;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:4px 0 18px #0f172a1f}.erp-content{background:0 0;width:calc(100% - 228px);min-height:100vh;margin-left:228px;padding:1.5rem 1.5rem 2rem}.sidebar-header{border-bottom:1px solid #ffffff2e;margin-bottom:.5rem;padding:0 .5rem 1rem}.sidebar-header h3{color:#fff;letter-spacing:.01em;margin:0;font-size:1.05rem}.erp-nav{flex:1;gap:.35rem;margin-top:.75rem;display:grid}.nav-item{text-align:left;color:#ffffffe0;background:0 0;border:1px solid #0000;border-radius:10px;padding:.72rem .8rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:block}.nav-item:hover:not(.active){background:#ffffff14}.nav-item.active{color:#fff;background:#ffffff24;border-color:#ffffff2e;box-shadow:inset 3px 0 #c7bfff}.nav-item.active span{color:#fff;font-weight:700}.sidebar-footer{border-top:1px solid #ffffff29;justify-content:space-between;align-items:center;margin-top:auto;padding:.9rem .5rem;display:flex}.sidebar-user{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:500;overflow:hidden}.sidebar-logout{color:#fff;white-space:nowrap;background:#ffffff0f;border:1px solid #fff3;border-radius:6px;padding:.35rem .7rem;font-size:.78rem}.sidebar-logout:hover{color:#fff;background:#ffffff1f;border-color:#ffffff57}.erp-content{width:100%;min-width:0;overflow-x:hidden}.erp-content>*{max-width:1280px}.kpi-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:1rem;display:grid}.kpi-card{border:1px solid var(--border-soft);background:linear-gradient(#fff 0%,#f9fbff 100%);border-radius:12px;padding:1.15rem;transition:transform .18s,box-shadow .18s;box-shadow:0 6px 14px #0f172a0f}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a1a}.kpi-card p{margin-top:.4rem;font-size:1.9rem;font-weight:700}.kpi-card span{color:#64748b;font-size:.88rem;display:block}.kpi-card.feature{color:#fff;background:linear-gradient(135deg,#6d58be 0%,#5a46a6 100%);border-color:#0000}.kpi-card.feature h4,.kpi-card.feature p,.kpi-card.feature span{color:#fff}.kpi-card.feature span{opacity:.84}.auth-wrap{grid-template-columns:1.1fr 1fr;align-items:stretch;gap:1.25rem;max-width:980px;margin:0 auto;padding:3rem 1rem;display:grid}.brand-panel{color:#0f172a;box-shadow:none;background:#fff;border:1px solid #dbe2ea;border-radius:12px;gap:1rem;padding:2.4rem;display:grid}.hero-badge{color:#5a46a6;text-transform:uppercase;letter-spacing:.06em;background:#ebe6ff;border:1px solid #d8cffc;border-radius:999px;align-items:center;gap:.4rem;width:fit-content;padding:.45rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-copy{color:#475569;max-width:50ch;font-size:1.02rem}.hero-stats{gap:.8rem;display:grid}.hero-stat{background:#f8fafc;border:1px solid #dbe2ea;border-radius:10px;padding:.9rem 1rem}.hero-stat span{color:#64748b;margin-top:.2rem;font-size:.92rem;display:block}.auth-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #00000014}.section-card{background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:1.25rem}.auth-card{flex-direction:column;justify-content:center;gap:1rem;display:flex}.card-intro{gap:.35rem;display:grid}.muted{color:#64748b}.hint-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem .95rem}.hint-label{color:#0f766e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;font-size:.78rem;font-weight:700}.auth-card label,.form-row label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}input,select,button{font:inherit}input,select{background:#fafbfc;border:1px solid #cbd5e1;border-radius:8px;padding:.78rem .85rem;transition:border-color .2s,box-shadow .2s,transform .2s}input:focus,select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 4px #5a46a624}button{color:#fff;background:var(--brand);cursor:pointer;box-shadow:none;border:0;border-radius:8px;padding:.78rem 1rem;font-weight:700;transition:transform .16s,box-shadow .16s,opacity .16s,background .16s}button:hover:not(:disabled){background:var(--brand-deep);box-shadow:none;transform:translateY(-1px)}button:focus-visible{outline:none;box-shadow:0 0 0 4px #5a46a62e}button.ghost{color:#0f172a;box-shadow:none;background:#fafbfc;border:1px solid #cbd5e1}button.ghost:hover:not(:disabled){color:var(--brand);background:#f3efff;border-color:#c7bfff}.icon-only-btn{aspect-ratio:1;justify-content:center;align-items:center;min-width:40px;display:flex;padding:.6rem!important}.icon-only-btn:hover svg{animation:.6s ease-in-out refresh-spin}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.ghost.danger{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}button:disabled{opacity:.55;cursor:not-allowed}.main-nav,.topbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.main-nav{background:#fafbfc;border-bottom:1px solid #e2e8f0;max-width:100%;margin:0 auto;padding:.9rem 1.2rem;box-shadow:0 1px 3px #00000014}.main-nav-brand,.main-nav-user{align-items:center;gap:.8rem;display:flex}.main-nav-brand span{color:#475569}.user-pill{color:#5a46a6;background:#ebe6ff;border-radius:999px;align-items:center;height:2.4rem;padding:0 .85rem;font-weight:700;display:inline-flex}.page-wrap{max-width:100%;margin:0 auto;padding:1rem}.page-hero{background:#fafbfc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;padding:1.2rem 1.4rem;display:flex;box-shadow:0 1px 3px #00000014}.hero-subtext{color:#64748b;max-width:58ch;margin-top:.4rem}.hero-metrics,.hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:.8rem;display:flex}.metric-tile{min-width:140px;box-shadow:none;background:#fafbfc;border:1px solid #dbe2ea;border-radius:8px;padding:.85rem .95rem}.metric-tile span{color:#64748b;font-size:.82rem;display:block}.metric-tile strong{margin-top:.25rem;font-size:1.1rem;display:block}.metric-tile.compact{min-width:110px}.grid.two-col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.section-header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;margin-bottom:.9rem;padding-bottom:.8rem;display:flex}.section-header h3{color:#0f172a;margin:0;font-size:1.05rem}.section-lead{color:#64748b;margin-bottom:1rem;font-size:.95rem}.inline-form{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:start;gap:.75rem;max-width:100%;display:grid}.inline-form.four{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}@media (width<=640px){.inline-form,.inline-form.four{grid-template-columns:1fr}}.table-wrap{border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-surface);-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto visible;box-shadow:0 2px 6px #0f172a0a}.table-wrap.compact table{font-size:.8rem}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.9rem 1rem}tbody tr:hover{background:#f8fafc}tbody tr:nth-child(2n){background:#fcfdff}tbody tr:last-child td{border-bottom:none}th{color:#334155;letter-spacing:.06em;text-transform:uppercase;background:#f2efff;font-size:.76rem;font-weight:700}.action-buttons{flex-wrap:wrap;gap:.45rem;display:flex}.modal-overlay{z-index:40;background:#0f172a73;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{background:#fafbfc;border:1px solid #d7e7df;border-radius:10px;width:min(440px,100%);padding:1.15rem;box-shadow:0 20px 45px #0f172a2e}.revise-box,.product-item,.suggestion-card,.sticky-total{background:#fafbfc;border:1px solid #dceee4;border-radius:10px;margin-top:.9rem;padding:1rem}.salesman-layout{grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);align-items:start;gap:1rem;display:grid}@media (width<=1024px){.salesman-layout{grid-template-columns:1fr}.salesman-side{z-index:10;background:#fff;border-radius:8px;order:-1;padding:.75rem;position:sticky;top:0;box-shadow:0 2px 8px #00000014}}.salesman-mobile-shell{background:var(--bg-canvas);width:100%;max-width:520px;min-height:100vh;margin:0 auto;padding:0;position:relative;overflow-x:hidden}.wave-header{z-index:0;background:linear-gradient(135deg,#7c4dff 0%,#5a46a6 100%);border-bottom-right-radius:40% 30px;border-bottom-left-radius:40% 30px;width:100%;height:180px;position:absolute;top:0;left:0;box-shadow:0 4px 20px #5a46a633}.salesman-mobile-frame{z-index:1;width:100%;max-width:100%;padding:1.5rem 1rem;position:relative}.salesman-appbar{color:#fff;text-align:left;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.appbar-brand{text-align:left}.appbar-brand h1{color:#fff;margin:0;font-size:1.5rem;font-weight:800}.appbar-brand span{opacity:.8;font-size:.8rem;font-weight:500}.appbar-actions{align-items:center;gap:.6rem;display:flex}.user-pill-light{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:999px;padding:.4rem 1rem;font-size:.9rem;font-weight:600}.logout-icon-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:10px;place-items:center;width:40px;height:40px;padding:10px;transition:all .2s;display:grid}.logout-icon-btn:hover{background:#ffffff4d;transform:scale(1.05)}.logout-icon-btn:active{transform:scale(.95)}.salesman-greeting{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin:1rem 0;display:flex}.salesman-greeting h2{color:#fff;margin:0;font-size:1.8rem;font-weight:800}.appbar-avatar{background:var(--success);color:#fff;border:4px solid #fff;border-radius:50%;place-items:center;width:4rem;height:4rem;font-size:1.5rem;font-weight:800;display:grid;box-shadow:0 4px 12px #22c55e4d}.salesman-hero-minimal{border-radius:var(--radius-lg);border:1px solid var(--border-soft);background:#fff;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 10px 25px #5a46a614}.hero-stats-row{text-align:center;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.stat-compact{flex-direction:column;gap:.25rem;padding:.5rem;display:flex;position:relative}.stat-compact:not(:last-child):after{content:"";background:var(--border-soft);width:1px;position:absolute;top:20%;bottom:20%;right:0}.stat-compact span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.stat-compact strong{color:var(--brand);font-size:1.25rem;font-weight:900}.salesman-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:.75rem;margin:.5rem 0;padding:.6rem 1.25rem;display:flex;overflow-x:auto}.salesman-tabs::-webkit-scrollbar{display:none}.salesman-tab{color:var(--text-muted);border:1px solid var(--border-soft);white-space:nowrap;background:#fff;border-radius:999px;padding:.75rem 1.4rem;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #5a46a60d}.salesman-tab.active{background:var(--brand);color:#fff;border-color:var(--brand);transform:translateY(-2px);box-shadow:0 6px 16px #5a46a626}.salesman-tab:hover:not(.active){border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.salesman-mobile-content{grid-template-columns:minmax(0,1fr);gap:.9rem;min-width:0;padding-bottom:0;display:grid}.mobile-panel{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-soft);box-shadow:var(--shadow-soft);min-width:0;margin-bottom:.75rem;padding:1rem}.mobile-panel+.mobile-panel{margin-top:-.25rem}.mobile-panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.mobile-panel-header h3{color:var(--brand);margin:0;font-size:1.15rem;font-weight:800}.order-state-filter{flex:none;min-width:140px;max-width:180px}.order-state-filter select{border:1px solid var(--border-soft);background:var(--bg-surface);width:100%;min-height:40px;color:var(--text-main);border-radius:999px;padding:0 2rem 0 .9rem;font-size:.9rem}.mobile-field-grid,.mobile-qty-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.customer-select-field{grid-column:1/-1}.customer-select-field select{width:100%;min-height:46px}@media (width<=520px){.mobile-panel-header{align-items:flex-start}.order-state-filter{min-width:120px;max-width:150px}}.category-filter-block{min-width:0;max-width:100%;margin-top:.75rem}.category-filter-label{margin-bottom:.45rem}.category-filter-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;flex-wrap:nowrap;gap:.45rem;min-width:0;max-width:100%;padding-bottom:.15rem;display:flex;overflow:auto hidden}.category-filter-scroll::-webkit-scrollbar{display:none}.category-filter-chip{color:#0f172a;box-shadow:none;cursor:pointer;white-space:nowrap;background:#fafbfc;border:1px solid #dbe4ee;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.42rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.category-filter-chip:hover,.category-filter-chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.stepper-control{grid-template-columns:48px 1fr 48px;align-items:center;gap:.45rem;margin-top:.35rem;display:grid}.stepper-control input{text-align:center;font-weight:700}.stepper-btn{color:#0f172a;height:48px;box-shadow:none;background:#f8fafc;border:1px solid #dbe4ee;border-radius:8px;padding:0;font-size:1.35rem;line-height:1}.stepper-btn:hover:not(:disabled){color:#0f766e;background:#ecfeff;border-color:#99f6e4}.mobile-product-card,.mobile-product-card,.mobile-suggestion-card,.mobile-order-card,.mobile-empty-state{border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:var(--bg-surface);padding:.95rem}.mobile-chip-row{flex-wrap:wrap;gap:.45rem;margin-top:.5rem;display:flex}.mobile-chip-row span{color:#334155;background:#f8fafc;border:1px solid #dbe2ea;border-radius:999px;align-items:center;padding:.38rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-quick-products{flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem;display:flex}.mobile-quick-products span{color:#334155;background:#f8fafc;border:1px solid #dbe2ea;border-radius:999px;align-items:center;padding:.38rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-product-stack,.mobile-suggestion-stack,.mobile-order-stack{gap:.75rem;display:grid}.mobile-product-head,.mobile-product-footer{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.mobile-order-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.mobile-product-footer{margin-top:.85rem}.mobile-product-footer>div,.mobile-bottom-summary>div{gap:.15rem;display:grid}.mobile-suggestion-card{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.mobile-suggestion-card.capacity{background:#fafbfc}.mobile-empty-state{text-align:center;color:#64748b}.mobile-order-card.clickable{cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s}.mobile-order-card.clickable:hover,.mobile-order-card.clickable:focus-visible{border-color:#c7d2fe;outline:none;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}.order-detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.order-detail-summary-grid.compact{margin-top:.2rem}.order-detail-summary-card{background:#faf9ff;border:1px solid #ece7ff;border-radius:10px;gap:.14rem;padding:.7rem .75rem;display:grid}.order-detail-summary-card span{color:#7b7695;font-size:.74rem}.order-detail-summary-card strong{color:#241b58;font-size:.92rem;line-height:1.3}.shipment-detail-card{gap:.75rem;display:grid}.order-detail-list{gap:.5rem;display:grid}.order-detail-list-row{border-top:1px solid #ece7ff;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.order-detail-list-row:first-child{border-top:0;padding-top:0}.order-detail-list-row>div{gap:.12rem;display:grid}.order-detail-list-row strong{color:#1f2937;font-size:.86rem}.order-detail-list-row small{color:#7b7695;font-size:.73rem}.order-detail-list-row>span{color:#4c1d95;text-align:right;font-size:.8rem;font-weight:700}.status-pill{color:#5a46a6;background:#ebe6ff;border:1px solid #d8cffc;border-radius:999px;align-items:center;padding:.34rem .65rem;font-size:.76rem;font-weight:700;display:inline-flex}.mobile-bottom-sheet{color:#0f172a;box-shadow:none;background:#fafbfc;border:1px solid #dbe2ea;border-radius:10px;margin-top:-5rem;padding:.9rem;position:sticky;bottom:.75rem}.mobile-bottom-summary{gap:.55rem;display:grid}.mobile-bottom-summary-header{gap:.18rem;padding:0 .15rem .35rem;display:grid}.mobile-bottom-summary-header span{color:#241b58;font-size:1rem;font-weight:700}.mobile-bottom-summary-header small{color:#7b7695;font-size:.78rem}.mobile-bottom-summary-row{background:#f8f7ff;border:1px solid #e5e0fb;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.15rem 1rem;padding:.7rem .8rem;display:grid}.mobile-bottom-summary-row>div{gap:.14rem;display:grid}.mobile-bottom-summary-row span{color:#5b5676;font-size:.86rem;line-height:1.25}.mobile-bottom-summary-row small{color:#938fad;font-size:.73rem;line-height:1.2}.mobile-bottom-summary-row strong{color:#241b58;text-align:right;white-space:nowrap;place-self:center end;padding-top:0;font-size:1.02rem}.mobile-bottom-summary-row.highlight{background:linear-gradient(135deg,#f1ecff 0%,#ebe5ff 100%);border-color:#cbbcfb}.mobile-bottom-summary-row.highlight strong{font-size:1.12rem}.mobile-bottom-actions{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1rem;padding-top:.2rem;display:grid}.salesman-main,.salesman-side{min-width:0}.form-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.product-list{gap:.9rem;margin-top:.9rem;display:grid}.qty-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.product-item-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.product-meta{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.product-meta span,.info-strip span{color:#0f172a;background:#fafbfc;border:1px solid #dbe4ee;border-radius:999px;align-items:center;padding:.4rem .65rem;font-size:.82rem;font-weight:600;display:inline-flex}.info-strip{flex-wrap:wrap;gap:.55rem;margin-top:.9rem;display:flex}.line-summary{justify-content:space-between;align-items:center;gap:1rem;display:flex}.revise-box input[type=number]{width:88px}.line-total{margin-top:.5rem;font-weight:700}.action-row{flex-wrap:wrap;gap:.6rem;margin-top:.75rem;display:flex}.action-row.stacked{flex-direction:column}.summary-card-header{gap:.2rem;display:grid}.summary-list{gap:.7rem;margin-top:.9rem;display:grid}.summary-list>div{background:#ffffffb3;border:1px solid #dbe4ee;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .8rem;display:flex}.summary-list span{color:#64748b;font-size:.88rem}.pagination{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem;display:flex}.pagination-info{color:#64748b;font-size:.875rem}.pagination-controls{align-items:center;gap:.5rem;display:flex}.pagination-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{color:#94a3b8;padding:.5rem}.weight-indicator{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:8px;margin-top:1rem;padding:1rem}.weight-indicator-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.weight-label{color:#0c4a6e;font-size:.95rem;font-weight:600}.vehicle-label{color:#0369a1;background:#fff;border:1px solid #7dd3fc;border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.weight-progress-bar{background:#e0f2fe;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.weight-capacity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.weight-capacity-card{background:#ffffffd1;border:1px solid #bae6fd;border-radius:10px;flex-direction:column;gap:.18rem;padding:.75rem;display:flex}.weight-capacity-card span{color:#0369a1;font-size:.75rem;font-weight:600}.weight-capacity-card strong{color:#0c4a6e;font-size:1rem}.weight-capacity-card small{color:#475569;font-size:.72rem}.weight-progress-fill{background:linear-gradient(90deg,#0ea5e9 0%,#0284c7 100%);height:100%;transition:width .3s}.weight-indicator-footer{color:#0c4a6e;justify-content:space-between;font-size:.8rem;display:flex}.weight-warning{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin-top:.5rem;padding:.5rem;font-size:.85rem;font-weight:500}.shipment-plan-list{gap:.75rem;margin-bottom:.85rem;display:grid}.shipment-plan-card{background:#ffffffd1;border:1px solid #bae6fd;border-radius:10px;gap:.55rem;padding:.75rem;display:grid}.shipment-plan-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.shipment-plan-head div{flex-direction:column;gap:.12rem;display:flex}.shipment-plan-head strong{color:#0f172a}.shipment-plan-head small{color:#64748b}.remaining-boxes-panel{border-top:1px solid #0c4a6e1f;margin-top:.85rem;padding-top:.85rem}.remaining-boxes-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.remaining-boxes-header strong{color:#0c4a6e;font-size:.9rem}.remaining-boxes-header span{color:#0369a1;font-size:.74rem}.remaining-boxes-list{gap:.45rem;display:grid}.remaining-boxes-item{background:#ffffffb8;border:1px solid #dbeafe;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.remaining-boxes-item div{flex-direction:column;gap:.12rem;display:flex}.remaining-boxes-item strong{color:#0f172a;font-size:.88rem}.remaining-boxes-item small{color:#64748b;font-size:.72rem}.remaining-boxes-item span{color:#0c4a6e;white-space:nowrap;font-weight:700}.remaining-boxes-item.highlighted{background:#f5f3ffd9;border-color:#7c3aed;box-shadow:0 0 0 1px #7c3aed24}.dashboard-panels{grid-template-columns:1.1fr .9fr;gap:1rem;margin-top:1rem;display:grid}.admin-summary{margin-top:0}.feature-list{color:#334155;gap:.6rem;margin:0;padding-left:1.1rem;display:grid}.suggestion-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.ok-msg{z-index:50;color:#14532d;background:#dcfce7f2;border:1px solid #86efac;border-radius:8px;padding:.9rem 1.2rem;font-weight:700;animation:.3s slideIn;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 12px #00000026}.error{z-index:50;color:#b91c1c;background:#fee2e2f2;border:1px solid #fca5a5;border-radius:8px;padding:.9rem 1.2rem;font-weight:600;animation:.3s slideIn;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.hint,.eyebrow{color:#3f4a45;margin:0;font-size:.82rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700}@media (width<=860px){.erp-layout{flex-direction:column;grid-template-columns:1fr}.erp-sidebar{width:100%;min-height:auto;position:static}.kpi-grid{grid-template-columns:1fr 1fr}.auth-wrap,.grid.two-col,.form-row,.dashboard-panels,.mobile-kpi-strip,.mobile-bottom-summary,.mobile-bottom-actions,.mobile-field-grid,.mobile-qty-row{grid-template-columns:1fr}.main-nav,.topbar,.page-hero{flex-direction:column;align-items:flex-start}.sticky-total{position:sticky;bottom:.45rem}.salesman-mobile-frame{border-radius:26px;padding:.85rem}.mobile-suggestion-card,.mobile-product-head,.mobile-product-footer{flex-direction:column}.salesman-side{margin-bottom:1rem;position:static!important}.suggestion-card,.sticky-total{font-size:.9rem}.page-hero{padding:1rem}.hero-metrics{width:100%}.metric-tile{min-width:100px;padding:.7rem}.page-wrap{padding:.75rem}table{font-size:.85rem}th,td{padding:.6rem .7rem}}.reg-form{flex-direction:column;gap:1rem;display:flex}.reg-form label{color:#1e293b;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:500;display:flex}.reg-form label small{color:#64748b;font-size:.75rem;font-weight:400}.reg-form input,.reg-form textarea,.reg-form select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.7rem;font-size:.9rem}.reg-form textarea{resize:vertical;min-height:60px}.reg-section-title{color:var(--brand);border-bottom:2px solid var(--brand-soft);margin-top:1.25rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.reg-submit-btn{background:var(--brand);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #5a46a633}.reg-submit-btn:hover{background:var(--brand-deep);transform:translateY(-1px);box-shadow:0 6px 16px #5a46a64d}.reg-submit-btn:active{transform:translateY(0)}.status-approved{color:#065f46;background:#d1fae5}.status-rejected{color:#991b1b;background:#fee2e2}.mobile-product-card{border-bottom:1px solid var(--border-soft);flex-direction:column;gap:.75rem;padding:1.25rem .5rem;display:flex}.mobile-product-title{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.mobile-product-title strong{color:var(--text-main);font-size:1.05rem;line-height:1.3;display:block}.mobile-product-meta{color:var(--text-muted);font-size:.85rem}.mobile-product-actions{justify-content:flex-start;align-items:center;gap:.6rem;display:flex}.mobile-product-meta-row{width:100%}.scheme-info-btn{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;padding:0;font-size:.9rem;font-weight:700;display:inline-flex}.stepper-control{background:var(--brand-soft);border:1px solid var(--brand-soft);border-radius:8px;align-items:center;display:flex;overflow:hidden}.stepper-btn{background:var(--brand);color:#fff;cursor:pointer;width:32px;height:32px;box-shadow:none;border:none;justify-content:center;align-items:center;padding:0;font-size:1.25rem;font-weight:700;display:flex}.stepper-btn:active{background:var(--brand-deep)}.stepper-control input{text-align:center;width:40px;color:var(--brand);background:0 0;border:none;padding:0;font-size:1rem;font-weight:700}.stepper-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stepper-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.free-qty-box{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem}.free-qty-box input{text-align:center;color:#475569;background:0 0;border:none;width:45px;padding:.25rem 0;font-size:.85rem;font-weight:600}.scheme-inline-strip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;gap:.45rem;padding:.75rem;display:grid}.scheme-inline-strip.success{background:#ecfdf5;border-color:#a7f3d0}.scheme-inline-row{flex-direction:column;gap:.15rem;display:flex}.scheme-inline-row strong{color:#0c4a6e;font-size:.78rem}.scheme-inline-strip.success .scheme-inline-row strong{color:#065f46}.scheme-inline-row span{color:#334155;font-size:.82rem}.scheme-inline-hint{color:#64748b;font-size:.78rem}.mobile-product-stack{flex-direction:column;display:flex}.fab-button{background:var(--brand);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #5a46a666}.fab-button:hover{background:var(--brand-deep);transform:scale(1.1)}.fab-icon{font-size:24px}.fab-badge{color:#fff;background:#dc2626;border-radius:12px;min-width:20px;padding:2px 8px;font-size:.75rem;font-weight:600;position:absolute;top:-5px;right:-5px}.bottom-sheet-overlay{z-index:200;background:#00000080;animation:.2s fadeIn;position:fixed;inset:0}.bottom-sheet-slide{border-top:5px solid var(--brand);z-index:201;background:#fff;border-radius:24px 24px 0 0;padding:1.5rem;animation:.3s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.bottom-sheet-handle{background:#cbd5e1;border-radius:2px;width:40px;height:4px;margin:0 auto 1rem}.scheme-detail-sheet{max-height:78vh;overflow-y:auto}.scheme-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.scheme-detail-header h3{margin:.15rem 0 0}.scheme-detail-empty{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;font-size:.9rem}.scheme-detail-list{gap:.7rem;display:grid}.scheme-detail-item{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.scheme-detail-item div{flex-direction:column;gap:.15rem;display:flex}.scheme-detail-item strong{color:#0f172a}.scheme-detail-item small{color:#64748b}.scheme-detail-values{text-align:right}.scheme-detail-values span{color:#0c4a6e;font-size:.82rem;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.master-page{gap:1rem;display:grid}.master-header{border:1px solid var(--border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#fbfcff 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;display:flex}.master-header h2{color:var(--text-main);margin:0;font-size:1.25rem}.master-header p{max-width:70ch;color:var(--text-muted);margin:.35rem 0 0;font-size:.94rem}.form-section-grid{gap:1rem;display:grid}.form-section-block{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--bg-muted);padding:1rem}.form-section-block h4{color:var(--text-main);margin:0;font-size:.98rem}.form-section-block p{color:var(--text-muted);margin:.35rem 0 .9rem;font-size:.88rem}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.form-grid-two label{color:var(--text-main);flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.form-footer-actions{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:.65rem;margin-top:1rem;padding-top:1rem;display:flex}.list-meta-row{border:1px solid var(--border-soft);border-radius:var(--radius-sm);color:var(--text-muted);background:#f8fafc;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.85rem 1rem;font-size:.9rem;display:flex}.list-meta-row strong{color:var(--text-main)}.scheme-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start;gap:1rem;display:grid}.product-toolbar{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:1rem;display:grid}.product-list-meta{margin-bottom:0}.product-search{color:var(--text-main);gap:.35rem;margin:0;font-size:.9rem;font-weight:600;display:grid}.product-search-input-wrap{align-items:center;gap:.6rem;display:flex}.product-search-input-wrap input{background:#fff;width:100%}.scheme-list-meta{margin-bottom:0}.scheme-page-hint{color:var(--text-muted);font-size:.85rem;font-weight:500}.scheme-filter{color:var(--text-main);gap:.35rem;margin:0;font-size:.9rem;font-weight:600;display:grid}.scheme-filter select{background:#fff;width:100%}.scheme-basic-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.scheme-slabs-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.scheme-slabs-header p{margin-bottom:0}.scheme-slab-stack{gap:.85rem;display:grid}.scheme-slab-card{border:1px solid var(--border-soft);background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 10px #0f172a0a}.scheme-slab-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.scheme-slab-card-head strong{color:var(--text-main);font-size:.95rem;display:block}.scheme-slab-card-head span{color:var(--text-muted);margin-top:.2rem;font-size:.82rem;display:block}.scheme-slab-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;display:grid}.scheme-slab-grid label{color:var(--text-main);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.scheme-table-wrap table{min-width:980px}.scheme-name-cell,.scheme-product-cell{gap:.22rem;display:grid}.scheme-name-cell strong,.scheme-product-cell strong{color:var(--text-main);line-height:1.35}.scheme-name-cell span{color:var(--text-muted);font-size:.76rem}.scheme-category-badge,.scheme-customer-badge{border:1px solid var(--border-soft);color:#334155;white-space:nowrap;background:#f8fafc;border-radius:999px;align-items:center;padding:.38rem .68rem;font-size:.76rem;font-weight:700;display:inline-flex}.scheme-customer-badge{background:var(--brand-soft);color:var(--brand);border-color:#d8cffc}.scheme-slabs-cell{min-width:320px}.scheme-slab-line{color:#334155;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.77rem;line-height:1.45;display:flex}.scheme-slab-line:last-child{margin-bottom:0}.scheme-slab-line span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;padding:.2rem .46rem;display:inline-flex}.scheme-slab-line .scheme-slab-qty{color:#4338ca;background:#eef2ff;border-color:#c7d2fe;font-weight:700}.scheme-slab-line .scheme-slab-arrow{color:var(--text-muted);background:0 0;border:0;padding:0;font-weight:700}.scheme-slab-empty{color:#64748b;padding:.35rem 0;font-size:.78rem}@media (width<=860px){.product-toolbar,.scheme-toolbar,.scheme-slabs-header,.scheme-slab-card-head,.master-header,.list-meta-row{flex-direction:column;grid-template-columns:1fr}.scheme-filter{width:100%}.product-search-input-wrap{flex-direction:column;align-items:stretch}.salesman-hero-minimal{margin-bottom:.5rem;padding:.5rem}.mobile-product-card{gap:.2rem;padding:.5rem}}
