*{box-sizing:border-box}:root{--ink:#252824;--muted:#8c9088;--line:#e9e8e3;--paper:#f6f6f3;--card:#fffdfa;--accent:#df5c45;--green:#5f8870}body,html{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.admin-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:5;display:flex;width:244px;flex-direction:column;border-right:1px solid var(--line);background:#fffdfa}.brand{padding:30px 28px 26px;border-bottom:1px solid var(--line)}.brand-mark{color:var(--accent);font-size:12px;letter-spacing:3px;font-weight:700}.brand-name{margin-top:9px;font-size:25px;font-weight:700;letter-spacing:.2px}.brand-sub{margin-top:4px;color:var(--muted);font-size:12px}.nav{padding:24px 14px}.nav-group{margin:20px 14px 9px;color:#afb1aa;font-size:10px;letter-spacing:1.5px;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:12px;width:100%;margin:3px 0;padding:12px 14px;border:0;border-radius:7px;background:transparent;color:#777b73;font-size:14px;text-align:left}.nav-item:hover{background:#f8f4f1;color:var(--accent)}.nav-item-active{background:#fceae5;color:#d95640;font-weight:600}.nav-item svg{width:17px;height:17px}.sidebar-footer{display:flex;align-items:center;gap:11px;margin-top:auto;padding:20px 22px;border-top:1px solid var(--line)}.avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#dce8df;color:#4d6a55;font-size:12px;font-weight:700}.admin-user{font-size:13px}.admin-role{margin-top:2px;color:var(--muted);font-size:11px}.main{min-width:0;flex:1 1;margin-left:244px}.topbar{display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 42px;border-bottom:1px solid var(--line);background:rgba(255,253,250,.92)}.breadcrumb{color:var(--muted);font-size:13px}.breadcrumb strong{color:var(--ink);font-weight:600}.top-actions{gap:14px}.top-actions,.top-search{display:flex;align-items:center}.top-search{gap:9px;width:230px;padding:10px 13px;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--muted)}.top-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.icon-btn{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fffdfa;color:#777b73}.content{padding:34px 42px 54px;max-width:1500px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.eyebrow{color:var(--accent);font-size:10px;letter-spacing:2px;font-weight:700}.page-title{margin:9px 0 0;font-size:30px;letter-spacing:-.5px}.page-description{margin:8px 0 0;color:var(--muted);font-size:13px}.primary-btn{border:0;border-radius:6px;background:var(--accent);color:#fff;font-weight:600}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 15px;font-size:13px}.secondary-btn{border:1px solid var(--line);border-radius:6px;background:var(--card);color:#656a62}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{padding:20px 22px;border:1px solid var(--line);border-radius:8px;background:var(--card)}.stat-label{display:flex;justify-content:space-between;color:#858981;font-size:12px}.stat-value{margin-top:15px;font-size:28px;font-weight:700}.stat-meta{display:flex;align-items:center;gap:5px;margin-top:9px;color:var(--green);font-size:11px}.stat-meta.warn{color:var(--accent)}.stat-icon{color:#c0c3bb}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);grid-gap:18px;gap:18px}.panel{border:1px solid var(--line);border-radius:8px;background:var(--card)}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid var(--line)}.panel-title{font-size:15px;font-weight:650}.panel-link{border:0;background:transparent;color:var(--accent);font-size:12px}.chart{display:flex;align-items:flex-end;gap:14px;height:220px;padding:28px 24px 24px}.bar-col{display:flex;height:100%;flex:1 1;flex-direction:column;align-items:center;justify-content:flex-end;gap:9px}.bar{width:100%;max-width:34px;border-radius:5px 5px 2px 2px;background:#e9ddd8}.bar.active{background:var(--accent)}.bar-label{color:#a2a39d;font-size:10px}.chart-note{padding:0 24px 20px;color:var(--muted);font-size:11px}.activity{padding:8px 22px 16px}.activity-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f0efeb}.activity-row:last-child{border-bottom:0}.activity-dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.activity-dot.green{background:var(--green)}.activity-copy{flex:1 1;font-size:12px}.activity-time{color:#a2a39d;font-size:10px}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.filters{display:flex;gap:9px}.filter-input,.filter-select{height:38px;padding:0 12px;border:1px solid var(--line);border-radius:6px;outline:0;background:var(--card);color:#6f736b;font-size:12px}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:14px 16px;background:#faf9f6;color:#9a9c95;font-size:11px;font-weight:500;text-align:left}.data-table td{padding:15px 16px;border-top:1px solid #f0efeb;color:#53574f;font-size:12px}.product-cell{display:flex;align-items:center;gap:11px}.product-thumb{width:42px;height:42px;border-radius:5px;object-fit:cover;background:#ebe8e1}.product-cell-name{color:#31352f;font-weight:600}.product-cell-sub{margin-top:4px;color:#a0a19b;font-size:10px}.price-cell{color:var(--accent);font-weight:650}.status{display:inline-flex;padding:5px 9px;border-radius:4px;background:#edf4ed;color:#608169;font-size:10px}.status.orange{background:#fff0e6;color:#b8784c}.status.gray{background:#f0f0ed;color:#858880}.table-actions{display:flex;gap:9px}.table-action{border:0;background:transparent;color:#8b8e87;font-size:11px}.table-action:hover{color:var(--accent)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.category-card{padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--card)}.category-card-title{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:650}.category-count{margin-top:14px;color:var(--muted);font-size:12px}.category-progress{height:5px;margin-top:16px;overflow:hidden;border-radius:3px;background:#f0efeb}.category-progress span{display:block;height:100%;border-radius:3px;background:var(--accent)}.empty-state{padding:60px 20px;color:var(--muted);text-align:center}@media (max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.sidebar{width:70px}.brand{padding:22px 0;text-align:center}.brand-name,.brand-sub,.nav-group,.nav-item span,.sidebar-footer>div{display:none}.nav-item{justify-content:center;padding:13px 0}.sidebar-footer{justify-content:center;padding:16px 0}.main{margin-left:70px}.topbar{padding:0 18px}.top-search{width:150px}.content{padding:24px 18px}.page-title{font-size:25px}.data-table{min-width:740px}.panel{overflow-x:auto}.category-grid{grid-template-columns:1fr}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}