@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap");:root{--ink:#17202a;--muted:#65727e;--line:#e6ebef;--brand:#1677ff;--mint:#e9f8f2;--bg:#f6f8fa}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Inter,Noto Sans SC,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:232px;background:#101820;color:#d8e0e8;padding:24px 14px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:18px;padding:0 12px 28px}.brand-mark{width:30px;height:30px;display:grid;place-items:center;background:#1677ff;border-radius:7px;color:#fff}.nav-title{color:#7f8d9b;font-size:11px;letter-spacing:.08em;padding:18px 12px 8px}.nav-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:7px;color:#bbc6d0;font-size:14px}.nav-item.active,.nav-item:hover{background:#1e2b37;color:#fff}.main{flex:1 1;min-width:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px}.topbar small{color:var(--muted)}.content{padding:30px 34px 48px;max-width:1440px;margin:auto}.eyebrow{color:var(--brand);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}h1{margin:7px 0 8px;font-size:27px;letter-spacing:-.02em}.subtitle{color:var(--muted);margin:0 0 26px}.grid{display:grid;grid-gap:16px;gap:16px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}.stat-label{color:var(--muted);font-size:13px;display:flex;align-items:center;justify-content:space-between}.stat-value{font-size:29px;font-weight:700;margin-top:13px}.stat-foot{font-size:12px;color:#1e9b69;margin-top:9px}.section-row{display:flex;justify-content:space-between;align-items:center;margin:28px 0 14px}.section-row h2{margin:0;font-size:17px}.btn{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:6px;padding:9px 13px;cursor:pointer}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}td,th{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-weight:500;background:#fbfcfd}.tag{display:inline-flex;padding:4px 8px;border-radius:4px;font-size:12px;background:#eef5ff;color:#1769d1}.tag.green{background:#e9f8f2;color:#178657}.tag.orange{background:#fff4e6;color:#b96900}.shop-shell{min-height:100vh;background:#fff}.shop-header{height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:32px;padding:0 6vw}.shop-nav{display:flex;gap:22px;color:var(--muted);font-size:14px}.shop-nav a:first-child{color:var(--ink);font-weight:600}.shop-hero{background:linear-gradient(100deg,#eaf3ff,#f4fbff);padding:56px 8vw;display:flex;justify-content:space-between;align-items:center;min-height:270px}.shop-hero h1{font-size:40px;max-width:560px}.shop-hero p{color:var(--muted);max-width:530px;line-height:1.7}.shop-content{max-width:1200px;margin:0 auto;padding:34px 24px 70px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-cover{aspect-ratio:1/1;background:#f0f3f5;border-radius:6px;margin-bottom:13px;display:grid;place-items:center;color:#9ba8b2}.product-name{font-weight:600}.product-meta{color:var(--muted);font-size:12px;margin-top:6px}.product-price{margin-top:12px;font-size:18px;color:#e95545;font-weight:700}@media (max-width:900px){.sidebar{width:72px;padding:20px 8px}.brand span,.nav-item span,.nav-title{display:none}.brand{padding:0 12px 28px}.stats{grid-template-columns:repeat(2,1fr)}.content{padding:24px 18px}.product-grid{grid-template-columns:repeat(2,1fr)}.shop-hero{padding:38px 6vw}.shop-hero h1{font-size:30px}}@media (max-width:560px){.stats{grid-template-columns:1fr 1fr}.topbar{padding:0 18px}.product-grid{gap:10px}.card{padding:14px}}