:root{--bg:#f5f7f2;--surface:#fff;--surface-2:#f7f9f3;--text:#1f2613;--muted:#6a7652;--border:#e2e7d7;--green:#4e5c2d;--green-hover:#3e4a24;--green-sage:#afb768;--green-2:#f0f3e6;--sidebar:#1e2412;--shadow:0 1px 3px rgba(31,38,19,.05),0 8px 24px rgba(31,38,19,.04)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:14px}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}button,input,select{font:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:var(--sidebar);color:#acbbb4;padding:0 16px 18px;display:flex;flex-direction:column;z-index:20}.brand{height:80px;display:flex;align-items:center;gap:12px;padding:0 9px;color:white;border-bottom:1px solid rgba(255,255,255,.08)}.brand-logo-img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:10px;padding:3px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.brand-mark{width:35px;height:35px;border-radius:10px;background:#4e5c2d;display:flex;gap:3px;align-items:flex-end;justify-content:center;padding:8px}.brand-mark span{width:5px;border-radius:2px 2px 0 0;background:white}.brand-mark span:nth-child(1){height:10px}.brand-mark span:nth-child(2){height:18px}.brand-mark span:nth-child(3){height:14px}.brand strong{display:block;font-family:Manrope,sans-serif;font-size:16px;letter-spacing:.5px;color:#fff}.brand small{display:block;font-size:8px;letter-spacing:1.5px;color:#afb768;margin-top:1px}.nav{padding-top:15px;overflow:auto}.nav p{font-size:10px;letter-spacing:1.4px;color:#7a8764;margin:17px 11px 7px}.nav a,.sidebar-bottom>a{height:42px;padding:0 11px;display:flex;align-items:center;gap:12px;border-radius:8px;color:#abb898;text-decoration:none;font-weight:500;margin:2px 0;transition:.2s}.nav a:hover,.sidebar-bottom>a:hover{color:#fff;background:rgba(255,255,255,.07)}.nav a.active{background:#4e5c2d;color:#fff}.nav svg,.sidebar-bottom svg{width:18px}.nav a b{margin-left:auto;background:rgba(255,255,255,.1);font-size:11px;padding:3px 7px;border-radius:12px}.nav a i{margin-left:auto;background:#afb768;color:#1e2411;font-size:10px;font-style:normal;font-weight:700;padding:2px 7px;border-radius:10px}.sidebar-bottom{margin-top:auto}.support-card{background:#283218;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:11px;display:flex;align-items:center;gap:9px}.support-card>span{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#4e5c2d;color:white;font-size:11px;font-weight:700}.support-card strong,.support-card small{display:block}.support-card strong{font-size:12px;color:#e3eae7}.support-card small{font-size:9px;color:#9cb080;margin-top:2px}.support-card svg{margin-left:auto;width:15px}.sidebar-overlay{display:none}main{margin-left:244px;min-height:100vh}.topbar{height:72px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 31px;position:sticky;top:0;z-index:10}.global-search{width:min(460px,42vw);height:40px;border:1px solid var(--border);background:var(--surface-2);border-radius:9px;display:flex;align-items:center;padding:0 12px;gap:9px}.global-search svg{width:17px;color:#6a7652}.global-search input{border:0;outline:0;background:transparent;flex:1;color:var(--text);min-width:0}.global-search input::placeholder{color:#939f7e}.global-search kbd{font:10px 'DM Sans';color:#6a7652;border:1px solid var(--border);background:var(--surface);border-radius:5px;padding:3px 6px}.top-actions{display:flex;align-items:center;gap:8px}.icon-btn,.more-btn,.close-btn{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.icon-btn{width:38px;height:38px;border-radius:8px}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.notification-btn{position:relative}.notification-btn span{position:absolute;width:7px;height:7px;border-radius:50%;background:#e06a45;border:2px solid var(--surface);right:8px;top:7px}.profile{margin-left:8px;padding-left:16px;border-left:1px solid var(--border);display:flex;align-items:center;gap:9px}.avatar{width:36px;height:36px;border-radius:9px;background:#f0f3e6;color:#4e5c2d;display:grid;place-items:center;font-weight:700}.profile strong,.profile small{display:block}.profile strong{font-size:12px}.profile small{font-size:10px;color:var(--muted);margin-top:2px}.profile>span{color:var(--muted);margin-left:5px}.menu-btn{display:none}.content{padding:28px 31px 40px;max-width:1660px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.eyebrow{font-size:10px;letter-spacing:1.3px;font-weight:700;color:#6a7652;margin:0 0 5px}.page-heading h1{font:700 26px Manrope;margin:0 0 6px;letter-spacing:-.7px}.page-heading>div>p:last-child,.panel-head p,.table-title p,.dialog-head p{color:var(--muted);margin:0;font-size:12px}.primary-btn,.secondary-btn{border:0;border-radius:8px;height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer}.primary-btn{background:var(--green);color:white;box-shadow:0 3px 8px rgba(78,92,45,.2)}.primary-btn:hover{background:#3e4a24}.primary-btn svg,.secondary-btn svg{width:16px}.secondary-btn{border:1px solid var(--border);background:var(--surface);color:var(--text)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metric-card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:11px;box-shadow:var(--shadow)}.metric-card{padding:17px 18px;min-height:142px;position:relative;overflow:hidden}.metric-icon{width:35px;height:35px;border-radius:9px;display:grid;place-items:center;margin-bottom:14px;font-weight:800}.metric-icon svg{width:17px}.metric-icon.green{background:#f0f3e6;color:#4e5c2d}.metric-icon.blue{background:#edf2f7;color:#3e6ca5}.metric-icon.amber{background:#fbf3e6;color:#b37d2a}.metric-icon.purple{background:#f2edfa;color:#6a5299}.metric-label{position:absolute;left:64px;right:16px;top:21px;color:var(--muted);font-size:11px}.metric-label span{float:right;color:#4e5c2d;background:#f0f3e6;border-radius:10px;padding:2px 6px;font-size:9px}.metric-label em{float:right;color:#c77a1f;font-style:normal;background:#fff5e7;border-radius:10px;padding:2px 6px;font-size:9px}.metric-card>strong{display:block;font:700 23px Manrope;letter-spacing:-.5px}.metric-card>small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.metric-card>a{position:absolute;right:18px;bottom:20px;color:var(--green);text-decoration:none;font-weight:600;font-size:10px;display:flex;align-items:center;gap:4px}.metric-card>a svg{width:13px}.spark{position:absolute;right:14px;bottom:18px;height:31px;display:flex;align-items:end;gap:3px}.spark i{width:5px;background:#c8d3ad;border-radius:2px}.spark i:nth-child(1){height:8px}.spark i:nth-child(2){height:15px}.spark i:nth-child(3){height:11px}.spark i:nth-child(4){height:21px}.spark i:nth-child(5){height:17px}.spark i:nth-child(6){height:27px}.spark i:nth-child(7){height:24px}.blue-spark i{background:#bad0e8}.delivery{position:absolute;right:17px;bottom:23px;display:flex;gap:4px}.delivery span{width:15px;height:5px;border-radius:5px;background:#d9d2eb}.delivery span:nth-child(-n+3){background:#8068b1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.9fr);gap:16px;margin-bottom:16px}.panel{padding:20px}.panel-head,.table-title{display:flex;justify-content:space-between;align-items:flex-start}.panel h2,.table-title h2,.dialog-head h2{font:700 15px Manrope;margin:0 0 4px}.panel-head select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:7px;padding:7px 9px;font-size:10px}.chart-legend{display:flex;gap:18px;justify-content:flex-end;font-size:10px;color:var(--muted);margin-top:7px}.chart-legend i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.chart-legend .in{background:#4e5c2d}.chart-legend .out{background:#afb768}.chart-wrap{display:flex;height:202px;margin-top:6px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;color:#98a39e;font-size:9px;padding:1px 10px 22px 0}.chart-area{position:relative;flex:1;padding-bottom:22px}.grid-lines{position:absolute;inset:0 0 22px}.grid-lines i{display:block;height:33.33%;border-top:1px dashed #e8ecea}.chart-area>svg{position:absolute;inset:0 0 22px;width:100%;height:calc(100% - 22px);overflow:visible}.area{fill:url(#chartFill);stroke:none}.line-in{stroke:#4e5c2d;stroke-width:3;fill:none}.line-out{stroke:#afb768;stroke-width:2.5;stroke-dasharray:6 6;fill:none}.x-axis{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;color:#98a39e;font-size:9px}.category-panel{display:flex;flex-direction:column}.more-btn{width:28px;height:28px;border-radius:6px}.more-btn:hover{background:var(--surface-2)}.donut-wrap{display:flex;align-items:center;justify-content:center;gap:24px;flex:1;padding:13px 0}.donut{width:132px;height:132px;border-radius:50%;background:conic-gradient(#4e5c2d 0 37%,#afb768 37% 64%,#d6dc9b 64% 84%,#859365 84%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:19px;border-radius:50%;background:var(--surface)}.donut>div{z-index:1;text-align:center}.donut strong,.donut span{display:block}.donut strong{font:700 15px Manrope}.donut span{font-size:9px;color:var(--muted);margin-top:2px}.category-list{min-width:158px}.category-list>div{display:flex;align-items:center;border-bottom:1px solid var(--border);padding:7px 0;gap:7px}.category-list>div:last-child{border:0}.category-list i{width:7px;height:7px;border-radius:50%}.category-list .c1{background:#4e5c2d}.category-list .c2{background:#afb768}.category-list .c3{background:#d6dc9b}.category-list .c4{background:#859365}.category-list span{font-size:10px;flex:1}.category-list small{display:block;color:var(--muted);font-size:8px;margin-top:1px}.category-list b{font-size:10px}.panel-link{border-top:1px solid var(--border);padding-top:12px;color:var(--green);text-decoration:none;font-size:10px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:4px}.panel-link svg{width:13px}.inventory-table{padding:0}.table-title{padding:18px 20px 13px}.table-title>div:last-child{display:flex;gap:7px}.table-title .secondary-btn{height:34px;font-size:10px;padding:0 11px}.secondary-btn span{background:#f0f3e6;color:var(--green);border-radius:10px;padding:1px 5px}.table-tabs{padding:0 20px;display:flex;gap:24px;border-bottom:1px solid var(--border);overflow:auto}.table-tabs button{border:0;background:transparent;color:var(--muted);font-size:10px;padding:10px 0;white-space:nowrap;cursor:pointer;position:relative}.table-tabs button.active{color:var(--green);font-weight:700}.table-tabs button.active:after{content:"";position:absolute;height:2px;background:var(--green);left:0;right:0;bottom:-1px}.table-tabs span{font-size:8px;background:var(--surface-2);border-radius:9px;padding:2px 5px;margin-left:3px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px}th{text-align:left;color:#6a7652;font-size:8px;letter-spacing:.8px;background:var(--surface-2);padding:10px 17px;border-bottom:1px solid var(--border)}td{padding:11px 17px;border-bottom:1px solid var(--border);font-size:10px;color:#4c553d}td strong,td small{display:block}td strong{color:var(--text);font-size:11px}td small{color:#76835d;font-size:8px;margin-top:3px}.product-cell{display:flex;align-items:center;gap:10px;min-width:190px}.product-img{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;font-size:9px;font-weight:800}.steel{background:#f0f3e6;color:#4e5c2d}.adhesive{background:#f4f7ea;color:#3f4a24}.gloves{background:#ecedf6;color:#596190}.oil{background:#f4eadb;color:#98703d}.stock-bar{width:120px}.stock-bar>span{font-size:8px;color:#88948e}.stock-bar>span b{font-size:10px}.stock-bar>i{display:block;height:4px;background:#edf1ef;border-radius:4px;margin-top:6px;overflow:hidden}.stock-bar em{display:block;height:100%;background:var(--green);border-radius:4px}.stock-bar.warning em{background:#e5a53b}.stock-bar.danger em{background:#d8664a}.status{display:inline-flex;padding:4px 7px;border-radius:11px;font-size:8px;font-weight:700;white-space:nowrap}.in-stock{color:#4e5c2d;background:#f0f3e6}.low-stock{color:#b76d17;background:#fff3df}.out-stock{color:#bd513c;background:#fdebe7}.expiring{color:#7156a5;background:#eeeafa}.table-footer{height:48px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px}.table-footer a{color:var(--green);text-decoration:none;font-weight:600;display:flex;align-items:center;gap:5px}.table-footer svg{width:13px}.empty-state{display:none;text-align:center;padding:35px;color:var(--muted)}.backend-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding:5px 11px;border-radius:20px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);white-space:nowrap;transition:all .3s ease}.backend-status-pill .status-dot{width:8px;height:8px;border-radius:50%;background:#e5a53b;display:inline-block;box-shadow:0 0 6px rgba(229,165,59,.4)}.backend-status-pill.online{color:var(--green);border-color:rgba(78,92,45,.25);background:#f0f3e6}.backend-status-pill.online .status-dot{background:#4e5c2d;box-shadow:0 0 6px rgba(78,92,45,.5)}.backend-status-pill.offline{color:#c7482d;border-color:rgba(199,72,45,.2);background:#fdebe7}.backend-status-pill.offline .status-dot{background:#c7482d;box-shadow:0 0 6px rgba(199,72,45,.5)}.toast{position:fixed;right:24px;bottom:24px;background:#1d2412;color:#fff;border-radius:10px;padding:13px 17px;display:flex;align-items:center;gap:11px;box-shadow:0 12px 30px rgba(0,0,0,.2);transform:translateY(120px);opacity:0;transition:.3s;z-index:50}.toast.show{transform:none;opacity:1}.toast>span{width:25px;height:25px;border-radius:50%;background:#4e5c2d;display:grid;place-items:center}.toast strong,.toast small{display:block}.toast strong{font-size:11px}.toast small{font-size:9px;color:#c2cca8;margin-top:2px}dialog{width:min(580px,calc(100% - 30px));border:0;border-radius:14px;background:var(--surface);color:var(--text);padding:0;box-shadow:0 25px 70px rgba(0,0,0,.22)}dialog::backdrop{background:rgba(20,26,12,.6);backdrop-filter:blur(3px)}dialog.fallback-open{display:block;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:60}.dialog-fallback-backdrop{position:fixed;inset:0;background:rgba(20,26,12,.6);z-index:59}.dialog-head{padding:22px 24px;border-bottom:1px solid var(--border);position:relative}.dialog-head h2{font-size:20px}.close-btn{position:absolute;right:17px;top:17px;font-size:25px}.form-grid{padding:22px 24px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-size:10px;font-weight:700;color:#5c6946}.form-grid input,.form-grid select{display:block;width:100%;height:40px;border:1px solid var(--border);border-radius:8px;margin-top:6px;padding:0 11px;background:var(--surface-2);color:var(--text);outline:0}.form-grid input:focus,.form-grid select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(78,92,45,.15)}.form-grid .full{grid-column:1/-1}.dialog-actions{padding:15px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}
body.dark{--bg:#101713;--surface:#18211d;--surface-2:#1d2924;--text:#e6ede9;--muted:#8b9a92;--border:#2b3731;--sidebar:#0d1511;--shadow:none}.dark .product-img{filter:saturate(.7) brightness(.8)}.dark .metric-icon{filter:brightness(.85)}
@media(max-width:1180px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.category-panel{min-height:300px}.donut-wrap{justify-content:space-evenly}.profile>div:nth-child(2){display:none}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:19}.sidebar-overlay.show{display:block}main{margin-left:0}.topbar{padding:0 16px;height:64px}.menu-btn{display:grid}.global-search{flex:1;margin:0 10px}.global-search kbd,.profile{display:none}.content{padding:22px 16px 35px}.page-heading{align-items:flex-start;gap:15px}.page-heading h1{font-size:21px}.page-heading .primary-btn{font-size:0;width:40px;padding:0}.page-heading .primary-btn svg{margin:0}.metrics{grid-template-columns:1fr 1fr}.metric-card{padding:15px}.metric-label{left:58px}.dashboard-grid{grid-template-columns:1fr}.stock-chart{padding:16px}.donut-wrap{flex-wrap:wrap}.table-title{gap:12px}.table-title>div:last-child .secondary-btn{font-size:0;width:34px;padding:0}.table-title>div:last-child .secondary-btn svg{margin:0}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}
@media(max-width:500px){.metrics{grid-template-columns:1fr}.metric-card{min-height:132px}.page-heading>div>p:last-child{max-width:250px}.chart-wrap{height:170px}.category-list{width:100%}.table-tabs{gap:18px}.form-grid{padding:18px}.dialog-actions{padding:13px 18px}}
