:root{--bg: #f7f8fb;--surface: #ffffff;--surface-soft: #fff7ed;--text: #18202d;--muted: #667085;--line: #e6e9ef;--orange: #f97316;--orange-strong: #ea580c;--amber: #f59e0b;--teal: #0f9f8f;--blue: #2563eb;--green: #16a34a;--red: #dc2626;--purple: #7c3aed;--shadow: 0 18px 45px rgba(20, 26, 38, .08);--radius: 8px;--sidebar: 264px;font-family:Microsoft YaHei,PingFang SC,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}body.access-locked{overflow:hidden}body.access-locked .app,body.access-locked .drawer,body.access-locked .overlay,body.access-locked .toast{display:none}.access-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:22px;background:linear-gradient(135deg,#fff7edf0,#f7f8fbf5),url(/access-bg.jpg);background-size:cover;background-position:center}body:not(.access-locked) .access-gate{display:none}.access-card{width:min(420px,100%);background:#fffffff5;border:1px solid rgba(230,233,239,.9);border-radius:var(--radius);box-shadow:0 28px 70px #141a262e;padding:22px;display:grid;gap:18px}.access-card-head{display:flex;align-items:center;gap:12px}.access-lock{width:42px;height:42px;border-radius:var(--radius);display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--orange),#ffb020);box-shadow:0 12px 28px #f9731640;flex:0 0 auto}.access-card h1{margin:0;font-size:20px;letter-spacing:0}.access-card p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.access-form{display:grid;gap:12px}.access-error{display:none;min-height:32px;align-items:center;color:#b42318;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:0 10px;font-size:12px;font-weight:700}.access-error.show{display:flex}button,input,select{font:inherit}button{cursor:pointer}.app{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:18px 16px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh;z-index:10}.brand{display:flex;align-items:center;gap:10px;min-height:44px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),#ffb020);border-radius:var(--radius);color:#fff;box-shadow:0 10px 28px #f9731640;flex:0 0 auto}.brand .brand-mark strong{font-size:18px;line-height:1;color:#fff}.brand strong{display:block;font-size:16px;line-height:1.1}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:grid;gap:6px}.nav button{border:0;background:transparent;min-height:42px;border-radius:var(--radius);color:#475467;display:flex;align-items:center;gap:10px;padding:0 12px;text-align:left;width:100%}.nav button:hover{background:#f3f5f8;color:var(--text)}.nav button.active{background:var(--surface-soft);color:var(--orange-strong);font-weight:700}.nav-sub{display:grid;gap:4px;margin:-2px 0 6px 28px;padding-left:10px;border-left:1px solid #fed7aa}.nav button.nav-child{min-height:34px;padding:0 10px;font-size:13px;border-radius:6px}.nav button.nav-child i{width:16px;height:16px}.nav i,.icon{width:18px;height:18px;flex:0 0 auto}.sidebar-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;display:grid;gap:12px}.workspace-badge{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fafbfc}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#122034;color:#fff;font-size:13px;font-weight:700;flex:0 0 auto}.workspace-badge strong,.workspace-badge span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-badge strong{font-size:13px}.workspace-badge span{font-size:12px;color:var(--muted);margin-top:2px}.main{min-width:0;display:flex;flex-direction:column}.topbar{min-height:68px;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 28px;position:sticky;top:0;z-index:9}.shortcut-bar{min-height:46px;background:#ffffffeb;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:6px 28px;position:sticky;top:68px;z-index:8;overflow-x:auto}.shortcut-label{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap;flex:0 0 auto}.shortcut-list{display:flex;align-items:center;gap:8px;min-width:0}.shortcut-btn{min-height:30px;border:1px solid #fed7aa;background:#fff7ed;color:#c2410c;border-radius:999px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;white-space:nowrap}.shortcut-btn:hover,.shortcut-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.shortcut-empty{color:var(--muted);font-size:12px;white-space:nowrap}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.mobile-menu{display:none;width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:var(--radius);align-items:center;justify-content:center;color:var(--text)}.page-title{min-width:0}.page-title h1{margin:0;font-size:22px;line-height:1.2;letter-spacing:0}.page-title p{margin:4px 0 0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.search{width:min(340px,30vw);height:38px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius);padding:0 11px;background:#fff;color:var(--muted)}.search input{border:0;outline:0;min-width:0;width:100%;color:var(--text);background:transparent}.icon-btn{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:var(--radius);display:inline-grid;place-items:center;color:#344054;position:relative}.icon-btn:hover{border-color:#ffd0ad;color:var(--orange-strong);background:#fff9f4}.primary-btn,.secondary-btn,.ghost-btn{min-height:38px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;border:1px solid transparent;font-weight:700;white-space:nowrap}.primary-btn{background:var(--orange);color:#fff;box-shadow:0 10px 24px #f9731638}.primary-btn:hover{background:var(--orange-strong)}.primary-btn:disabled,.secondary-btn:disabled,.ghost-btn:disabled{cursor:not-allowed;opacity:.62}.secondary-btn{background:#fff;border-color:var(--line);color:#344054}.secondary-btn:hover{border-color:#ffd0ad;color:var(--orange-strong);background:#fff9f4}.ghost-btn{background:transparent;color:#475467;padding:0 8px;border-color:transparent}.ghost-btn:hover{color:var(--orange-strong);background:#fff7ed}.content{padding:24px 28px 34px;display:grid;gap:20px}.page{display:none;gap:20px}.page.active{display:grid}.band{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.band.pad{padding:18px}.hero-dashboard{min-height:218px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);overflow:hidden}.hero-copy{padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff,#fff7ed 48%,#effdf8)}.status-row,.chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.status-pill,.chip,.tag{min-height:26px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:700;white-space:nowrap}.status-pill{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.chip{background:#f2f4f7;color:#475467;border:1px solid #eaecf0}.chip.orange{background:#fff7ed;color:var(--orange-strong);border-color:#fed7aa}.chip.blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.chip.teal{background:#ecfdfa;color:#0f766e;border-color:#99f6e4}.hero-copy h2{margin:0;font-size:28px;line-height:1.2;letter-spacing:0}.hero-copy p{margin:8px 0 0;max-width:680px;color:var(--muted);line-height:1.65;font-size:14px}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.metric-tile{background:#ffffffc7;border:1px solid rgba(230,233,239,.86);border-radius:var(--radius);padding:12px;min-height:86px}.metric-tile span{color:var(--muted);font-size:12px;display:block}.metric-tile strong{display:block;font-size:23px;margin-top:8px;letter-spacing:0}.hero-visual{min-height:218px;position:relative;background-image:linear-gradient(90deg,#1220341f,#12203405),url(/hero-visual.jpg);background-size:cover;background-position:center}.visual-overlay{position:absolute;left:16px;right:16px;bottom:16px;display:grid;gap:10px}.visual-note{background:#fffffff0;border:1px solid rgba(255,255,255,.78);border-radius:var(--radius);padding:12px;box-shadow:0 15px 36px #12203429}.visual-note strong,.visual-note span{display:block}.visual-note span{margin-top:4px;color:var(--muted);font-size:12px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpi{min-height:122px;padding:16px;display:grid;align-content:space-between;gap:12px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px #141a260d}.kpi-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.kpi-icon{width:34px;height:34px;border-radius:var(--radius);display:grid;place-items:center;background:#fff7ed;color:var(--orange-strong);flex:0 0 auto}.kpi:nth-child(2) .kpi-icon{background:#ecfdfa;color:var(--teal)}.kpi:nth-child(3) .kpi-icon{background:#eff6ff;color:var(--blue)}.kpi:nth-child(4) .kpi-icon{background:#f5f3ff;color:var(--purple)}.kpi span{color:var(--muted);font-size:13px}.kpi strong{display:block;font-size:26px;margin-top:6px;letter-spacing:0}.delta{font-size:12px;color:var(--green);font-weight:700;white-space:nowrap}.delta.warn{color:var(--red)}.layout-2{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:16px}.layout-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.section-head h2{margin:0;font-size:16px;letter-spacing:0}.section-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.section-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.inventory-modules .section-actions{gap:6px;flex-wrap:nowrap}.inventory-modules .section-actions .primary-btn,.inventory-modules .section-actions .secondary-btn,.inventory-modules .section-actions .ghost-btn{min-height:32px;padding:0 9px;gap:5px;border-radius:8px;font-size:12px}.inventory-modules .section-actions svg{width:15px;height:15px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:13px 16px;border-bottom:1px solid #edf0f4;vertical-align:middle;font-size:13px}th{color:#667085;font-size:12px;font-weight:700;background:#fafbfc;white-space:nowrap}td strong{display:block;font-size:13px}td small{display:block;color:var(--muted);margin-top:3px;font-size:12px}tr:hover td{background:#fffaf6}.num{font-variant-numeric:tabular-nums;white-space:nowrap}.priority{border-radius:999px;padding:4px 8px;display:inline-flex;align-items:center;justify-content:center;min-width:42px;font-size:12px;font-weight:700;border:1px solid transparent}.priority.high{background:#fef2f2;color:#b42318;border-color:#fecaca}.priority.medium{background:#fffbeb;color:#b45309;border-color:#fde68a}.priority.low{background:#ecfdf3;color:#067647;border-color:#abefc6}.inventory-modules{display:grid;gap:18px}.module-summary{display:grid;grid-template-columns:repeat(4,minmax(118px,1fr));gap:8px;padding:8px 12px;border-bottom:1px solid var(--line);background:#fff}.module-stat{min-height:54px;padding:8px 10px;border:1px solid #fed7aa;border-radius:8px;background:#fff;display:grid;align-content:space-between;gap:4px}.module-stat span{color:var(--muted);font-size:12px}.module-stat strong{margin-top:0;font-size:18px;line-height:1}.restock-head{background:#fff7ed;color:#c2410c;border-left:1px solid #fed7aa;border-right:1px solid #fed7aa}.sort-head{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:700;white-space:nowrap}.sort-head i{width:14px;height:14px}.sort-head.active{color:var(--orange-strong)}.restock-cell{background:#fff7ed;border-left:1px solid #fed7aa;border-right:1px solid #fed7aa;min-width:112px}.restock-badge{display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:30px;padding:0 10px;border-radius:999px;background:#fed7aa;color:#9a3412;border:1px solid #fb923c;font-weight:800;font-variant-numeric:tabular-nums}.restock-badge.empty{background:#f2f4f7;color:#667085;border-color:#eaecf0}.copy-code{border:0;background:transparent;color:var(--text);padding:0;font:inherit;font-weight:700;text-align:left;-webkit-user-select:text;user-select:text;cursor:copy}.copy-code:hover{color:var(--orange-strong);text-decoration:underline}.code-cell{display:flex;align-items:center;gap:8px;min-width:190px}.status-toggle{min-height:24px;border-radius:999px;border:1px solid #abefc6;background:#ecfdf3;color:#067647;padding:0 8px;font-size:12px;font-weight:700;white-space:nowrap}.status-toggle.off{border-color:#eaecf0;background:#f2f4f7;color:#667085}.editable-number{min-height:28px;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;padding:0 8px;font:inherit;font-variant-numeric:tabular-nums;min-width:82px}.editable-number:hover{border-color:#fed7aa;background:#fff7ed;color:var(--orange-strong)}.editable-number i{width:13px;height:13px;flex:0 0 auto}.editable-number-input{min-height:28px;min-width:82px;border:1px solid #fb923c;border-radius:8px;background:#fff;padding:0 8px;font:inherit;font-variant-numeric:tabular-nums;text-align:right;color:var(--text);outline:0;box-shadow:0 0 0 3px #f973161f}tr.disabled-row td{color:#98a2b3;background:#fafbfc}.inventory-module-head{display:grid;gap:12px}.inventory-note{padding:12px;border:1px solid #fed7aa;border-radius:var(--radius);background:#fff7ed;color:#9a3412;line-height:1.55;font-size:13px}.calc-note{margin:14px 18px 0;padding:12px;border:1px dashed #fdba74;border-radius:var(--radius);background:#fff7ed;color:#9a3412;display:grid;gap:7px;font-size:13px;line-height:1.55}.calc-note strong{color:#7c2d12}.column-list{display:flex;flex-wrap:wrap;gap:8px}.column-pill{min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 10px;color:#475467;font-size:12px;font-weight:700}.column-pill.required{border-color:#fb923c;background:#fff7ed;color:#c2410c}.history-controls{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(180px,.7fr) minmax(0,1fr);gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:#fffaf6}.inventory-filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(140px,.8fr)) auto auto;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:#fffaf6;align-items:end}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line);background:#fff;flex-wrap:wrap}.pagination-info{color:#475467;font-size:13px;font-weight:700}.pagination-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-actions select{height:32px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);padding:0 8px;outline:0}.pagination-actions button{min-height:32px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#344054;padding:0 10px;font-weight:700}.pagination-actions button:disabled{cursor:not-allowed;color:#98a2b3;background:#f2f4f7}.empty-state{padding:22px;color:var(--muted);text-align:center;border-top:1px solid var(--line)}.progress{height:8px;width:96px;border-radius:999px;background:#eef2f6;overflow:hidden}.progress span{display:block;height:100%;border-radius:inherit;background:var(--orange)}.progress.teal span{background:var(--teal)}.progress.blue span{background:var(--blue)}.chart{padding:18px;display:grid;gap:14px}.bar-row{display:grid;grid-template-columns:92px minmax(0,1fr) 48px;gap:10px;align-items:center;font-size:13px}.bar-track{height:12px;border-radius:999px;background:#eef2f6;overflow:hidden}.bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--orange),#ffb020)}.bar-row:nth-child(2n) .bar-fill{background:linear-gradient(90deg,var(--teal),#5eead4)}.bar-row:nth-child(3n) .bar-fill{background:linear-gradient(90deg,var(--blue),#60a5fa)}.alert-list{display:grid;gap:0}.alert-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:14px 18px;border-bottom:1px solid #edf0f4;min-height:68px}.alert-item:last-child{border-bottom:0}.alert-icon{width:34px;height:34px;border-radius:var(--radius);display:grid;place-items:center;background:#fff7ed;color:var(--orange-strong)}.alert-item strong,.alert-item span{display:block}.alert-item span{color:var(--muted);font-size:12px;margin-top:4px;line-height:1.45}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 18px;border-bottom:1px solid var(--line)}.segmented{display:inline-flex;background:#f2f4f7;padding:4px;border-radius:var(--radius);gap:4px}.segmented button{min-height:30px;border:0;border-radius:6px;background:transparent;padding:0 11px;color:#475467;font-size:13px;white-space:nowrap}.segmented button.active{background:#fff;color:var(--orange-strong);box-shadow:0 3px 10px #141a2614;font-weight:700}.control-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:#fffaf6}.field{display:grid;gap:7px}.field label{color:#475467;font-size:12px;font-weight:700}.field input,.field select{height:38px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 10px;color:var(--text);outline:0;min-width:0}[data-product-line-owner]{width:min(260px,100%);height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 10px;color:var(--text);outline:0}[data-product-line-owner]:focus{border-color:#fb923c;box-shadow:0 0 0 3px #f973161f}.field input:focus,.field select:focus{border-color:#fb923c;box-shadow:0 0 0 3px #f973161f}.field input[type=file]{height:auto;min-height:38px;padding:7px 10px}.toggle-row{display:flex;align-items:center;gap:10px;min-height:38px}.switch{width:44px;height:24px;display:inline-flex;align-items:center;padding:2px;border-radius:999px;background:#cfd5df;transition:.2s ease;flex:0 0 auto}.switch input{display:none}.switch span{width:20px;height:20px;border-radius:50%;background:#fff;display:block;box-shadow:0 2px 6px #141a262e;transition:.2s ease}.switch:has(input:checked){background:var(--orange)}.switch:has(input:checked) span{transform:translate(20px)}.suggestion-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.summary-tile{border:1px solid var(--line);background:#fff;border-radius:var(--radius);min-height:92px;padding:14px;display:grid;align-content:space-between}.summary-tile span{color:var(--muted);font-size:12px}.summary-tile strong{font-size:24px;margin-top:8px;display:block}.sku-cell{display:flex;align-items:center;gap:10px;min-width:220px}.sku-thumb{width:42px;height:42px;border-radius:var(--radius);display:grid;place-items:center;background:#fff7ed;color:var(--orange-strong);flex:0 0 auto;border:1px solid #fed7aa}.sku-thumb.teal{background:#ecfdfa;color:#0f766e;border-color:#99f6e4}.sku-thumb.blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.sku-thumb.green{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.side-panel{display:grid;gap:16px}.mini-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 18px}.mini-stat{border:1px solid var(--line);border-radius:var(--radius);padding:12px;min-height:76px;background:#fff}.mini-stat span{color:var(--muted);font-size:12px}.mini-stat strong{display:block;font-size:20px;margin-top:7px}.formula{padding:16px 18px;display:grid;gap:12px}.formula-line{border:1px dashed #fdba74;background:#fff7ed;border-radius:var(--radius);padding:12px;color:#9a3412;font-weight:700;line-height:1.55}.timeline{padding:6px 18px 18px;display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px;align-items:start}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--orange);margin-top:5px;box-shadow:0 0 0 4px #fff1e7}.timeline-item strong{display:block;font-size:13px}.timeline-item span{display:block;color:var(--muted);margin-top:4px;font-size:12px;line-height:1.45}.supplier-grid,.employee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.supplier-card,.employee-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:15px;display:grid;gap:13px;min-height:196px}.supplier-card-head,.employee-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.supplier-card h3,.employee-card h3{margin:0;font-size:15px;letter-spacing:0}.supplier-card p,.employee-card p{margin:4px 0 0;color:var(--muted);font-size:12px}.rating{display:inline-flex;align-items:center;gap:4px;color:#b45309;font-weight:700;font-size:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:4px 8px;white-space:nowrap}.supplier-lines{display:grid;gap:8px;font-size:13px}.supplier-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f2f5;padding-bottom:8px}.supplier-line:last-child{border-bottom:0;padding-bottom:0}.supplier-line span:first-child{color:var(--muted)}.permission-matrix{overflow-x:auto}.permission-matrix table{min-width:960px}.check{width:26px;height:26px;border-radius:999px;display:inline-grid;place-items:center;background:#ecfdf3;color:#067647;border:1px solid #abefc6}.deny{width:26px;height:26px;border-radius:999px;display:inline-grid;place-items:center;background:#f2f4f7;color:#98a2b3;border:1px solid #eaecf0}.role-tab-row{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px}.role-tab{min-height:34px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 12px;color:#475467;font-weight:700}.role-tab.active{background:#fff7ed;border-color:#fed7aa;color:var(--orange-strong)}.drawer{position:fixed;top:0;right:0;width:min(460px,94vw);height:100vh;background:#fff;border-left:1px solid var(--line);box-shadow:-24px 0 50px #141a2629;z-index:30;transform:translate(105%);transition:.24s ease;display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-head{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0;font-size:17px}.drawer-body{overflow:auto;padding:18px;display:grid;gap:16px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#12203452;z-index:29;opacity:0;pointer-events:none;transition:.2s ease}.overlay.open{opacity:1;pointer-events:auto}.draft-list{display:grid;gap:10px}.draft-item{border:1px solid var(--line);border-radius:var(--radius);padding:12px;display:grid;gap:8px}.draft-item-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%,20px);background:#18202d;color:#fff;border-radius:var(--radius);min-height:42px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;opacity:0;pointer-events:none;transition:.2s ease;z-index:40;box-shadow:0 18px 40px #141a2638;font-size:13px}.toast.show{opacity:1;transform:translate(-50%)}@media (max-width: 1180px){.grid-4,.control-grid,.supplier-grid,.employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-dashboard,.layout-2{grid-template-columns:1fr}.hero-visual{min-height:210px}}@media (max-width: 860px){.app{display:block}.sidebar{position:fixed;transform:translate(-105%);transition:.24s ease;width:var(--sidebar);left:0;top:0;box-shadow:20px 0 42px #141a261f}.sidebar.open{transform:translate(0)}.mobile-menu{display:inline-flex}.topbar{padding:0 16px}.shortcut-bar{top:68px;padding:6px 16px}.content{padding:18px 16px 26px}.search,.page-title p{display:none}.hero-copy h2{font-size:23px}.hero-metrics,.suggestion-summary,.history-controls,.inventory-filters,.layout-3{grid-template-columns:1fr}.module-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-modules .section-actions{flex-wrap:wrap}}@media (max-width: 620px){.topbar-actions .secondary-btn{display:none}.grid-4,.control-grid,.supplier-grid,.employee-grid,.mini-stat-grid{grid-template-columns:1fr}.hero-dashboard{border-radius:var(--radius)}.hero-copy{padding:18px}.status-row,.chip-row,.section-actions,.toolbar{align-items:stretch}.module-summary{grid-template-columns:1fr}.toolbar>*,.section-actions>*{max-width:100%}.segmented{width:100%;overflow-x:auto}.segmented button{flex:1 0 auto}}
