:root{--bg:#f6f7fb;--card:#fff;--text:#182033;--muted:#6b7280;--line:#e7eaf0;--brand:#111827;--brand2:#2f6fed;--green:#128a53;--green-bg:#eaf8f0;--amber:#a96800;--amber-bg:#fff6df;--red:#c23b3b;--red-bg:#fff0f0;--blue-bg:#eef4ff;--shadow:0 14px 40px rgba(17,24,39,.07)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#101522;color:#fff;padding:22px 16px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;padding:4px 8px 24px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#4f7cff,#8ba8ff);display:grid;place-items:center;font-weight:800}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{font-size:12px;color:#aab4c8;margin-top:2px}.nav{display:grid;gap:6px}.nav-item{border:0;background:transparent;color:#b8c0cf;text-align:left;padding:12px 12px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:600}.nav-item span{width:18px;text-align:center}.nav-item b{margin-left:auto;background:#252d3d;color:#cdd4df;font-size:11px;padding:2px 7px;border-radius:999px}.nav-item:hover,.nav-item.active{background:#1b2331;color:#fff}.sidebar-foot{margin-top:auto;display:grid;gap:12px}.prototype-note{display:flex;gap:10px;padding:12px;border:1px solid #293245;border-radius:12px;background:#151c29}.prototype-note .dot{width:9px;height:9px;border-radius:50%;background:#f2ad37;margin-top:5px;box-shadow:0 0 0 4px rgba(242,173,55,.12)}.prototype-note strong,.prototype-note small{display:block}.prototype-note strong{font-size:12px}.prototype-note small{font-size:11px;color:#98a2b3;margin-top:3px;line-height:1.4}.main{min-width:0}.topbar{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:15}.search-wrap{width:min(540px,48vw);height:42px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 12px;background:#fafbfc}.search-wrap input,.table-search input{border:0;outline:0;background:transparent;width:100%;color:var(--text)}.search-wrap kbd{font-size:10px;border:1px solid #d8dce5;border-bottom-width:2px;border-radius:5px;padding:2px 6px;color:#7a8496;background:#fff}.top-actions{display:flex;align-items:center;gap:16px}.icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;position:relative;cursor:pointer}.icon-btn i{position:absolute;width:7px;height:7px;background:#ef4444;border-radius:50%;top:7px;right:8px}.seller-chip{display:flex;gap:9px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:#e8edff;color:#315ec6;display:grid;place-items:center;font-size:12px;font-weight:800}.seller-chip strong,.seller-chip span{display:block}.seller-chip strong{font-size:13px}.seller-chip span{font-size:11px;color:var(--muted);margin-top:2px}.content{padding:34px;display:none}.content.active{display:block}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-head h1{margin:3px 0 7px;font-size:30px;letter-spacing:-.8px}.page-head p{margin:0;color:var(--muted);font-size:14px}.eyebrow{font-size:11px!important;font-weight:800!important;letter-spacing:1.25px!important;color:#778199!important}.primary,.ghost,.link-btn{border:0;cursor:pointer;font-weight:700}.primary{background:var(--brand2);color:#fff;padding:11px 16px;border-radius:10px;box-shadow:0 6px 14px rgba(47,111,237,.18)}.primary:hover{filter:brightness(.97)}.ghost{background:#fff;color:#384152;border:1px solid var(--line);padding:10px 14px;border-radius:10px}.sidebar .ghost{background:#171e2c;color:#c9d0dc;border-color:#30394a}.full{width:100%}.link-btn{background:transparent;color:var(--brand2);padding:6px 0}.notice{display:flex;gap:12px;padding:15px 16px;border-radius:13px;margin-bottom:22px}.notice.info{background:var(--blue-bg);border:1px solid #d8e5ff}.notice.warning{background:var(--amber-bg);border:1px solid #f3dfab}.notice.compact{margin:0}.notice-icon{width:26px;height:26px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-weight:800;background:#dbe7ff;color:#3564c7}.warning .notice-icon{background:#ffe9a8;color:#8b5a00}.notice strong{font-size:13px}.notice p{font-size:12px;line-height:1.5;color:#596274;margin:3px 0 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card,.panel{background:var(--card);border:1px solid var(--line);border-radius:15px;box-shadow:0 1px 0 rgba(17,24,39,.02)}.stat-card{padding:18px}.stat-top{display:flex;justify-content:space-between;color:#667085;font-size:12px;font-weight:700}.stat-top i{font-style:normal}.stat-top .green{color:var(--green)}.stat-top .amber{color:#d48a11}.stat-top .red{color:var(--red)}.stat-card>strong{display:block;font-size:30px;margin:13px 0 4px}.stat-card small{font-size:11px;color:#8b93a3}.grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.panel{overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;padding:19px 20px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:16px;margin:0 0 4px}.panel-head p{font-size:12px;color:var(--muted);margin:0}.compact-list,.activity-list{padding:6px 20px}.compact-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:13px 0;border-bottom:1px solid #f0f2f5}.compact-row:last-child{border-bottom:0}.product-id{display:flex;align-items:center;gap:11px;min-width:0}.thumb{width:44px;height:44px;border-radius:9px;background:linear-gradient(145deg,#e8ebf1,#f6f7fa);display:grid;place-items:center;overflow:hidden;flex:0 0 auto;color:#8a93a2;font-weight:800;font-size:11px}.thumb img{width:100%;height:100%;object-fit:cover}.product-id strong,.product-id span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-id strong{font-size:13px}.product-id span{font-size:11px;color:var(--muted);margin-top:3px}.status{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;border-radius:999px;padding:6px 9px;white-space:nowrap}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.approved{color:var(--green);background:var(--green-bg)}.status.pending{color:var(--amber);background:var(--amber-bg)}.status.rejected{color:var(--red);background:var(--red-bg)}.activity-item{display:grid;grid-template-columns:9px minmax(0,1fr);gap:12px;padding:13px 0;border-bottom:1px solid #f0f2f5}.activity-item:last-child{border-bottom:0}.activity-dot{width:9px;height:9px;border-radius:50%;margin-top:4px}.activity-dot.approved{background:var(--green)}.activity-dot.pending{background:#d48a11}.activity-dot.rejected{background:var(--red)}.activity-item strong{display:block;font-size:12px}.activity-item p{font-size:11px;line-height:1.45;color:var(--muted);margin:3px 0}.activity-item time{font-size:10px;color:#9aa2b1}.products-panel{min-height:520px}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);gap:16px}.tabs{display:flex;gap:6px}.tab{border:0;background:transparent;color:#677083;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.tab span{background:#eff1f5;border-radius:999px;padding:2px 6px;font-size:10px;margin-left:4px}.tab.active{background:#eef4ff;color:#2f62c9}.tab.active span{background:#dbe7ff}.table-search{height:36px;width:220px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 10px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 18px;border-bottom:1px solid #eff1f4;vertical-align:middle}th{font-size:10px;letter-spacing:.7px;color:#8a93a2;background:#fafbfc}td{font-size:12px;color:#444d5e}td .product-id{min-width:220px}.price strong{display:block;color:#202838}.price span{font-size:10px;color:#8a93a2}.row-actions{display:flex;justify-content:flex-end;gap:6px}.small-btn{border:1px solid var(--line);background:#fff;color:#4b5565;border-radius:8px;padding:7px 9px;font-size:11px;font-weight:700;cursor:pointer}.small-btn:hover{background:#f8f9fb}.small-btn.danger{color:var(--red)}.empty-state{text-align:center;padding:70px 20px}.empty-state>div{font-size:30px}.empty-state h3{margin:10px 0 5px}.empty-state p{color:var(--muted);font-size:12px;margin:0 0 14px}.review-cards{display:grid;gap:14px}.review-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;box-shadow:0 1px 0 rgba(17,24,39,.02)}.review-card .meta{display:flex;align-items:center;gap:12px}.review-card h3{margin:0;font-size:14px}.review-card .details{font-size:11px;color:var(--muted);margin:4px 0 0}.review-card .reason{margin:12px 0 0;padding:10px 12px;border-radius:9px;background:var(--red-bg);color:#8e3232;font-size:12px;line-height:1.45;border-left:3px solid #e36b6b}.review-card .pending-note{margin:12px 0 0;padding:10px 12px;border-radius:9px;background:var(--amber-bg);color:#7f5a11;font-size:12px}.review-actions{display:flex;align-items:center;gap:8px}.drawer-backdrop{position:fixed;inset:0;background:rgba(14,20,31,.42);z-index:40}.drawer{position:fixed;top:0;right:0;width:min(610px,94vw);height:100vh;background:#fff;z-index:50;box-shadow:-25px 0 60px rgba(9,15,26,.16);transform:translateX(102%);transition:.24s ease;display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:3px 0 0;font-size:22px}.close-btn{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:22px;cursor:pointer}.product-form{overflow:auto;padding:20px 24px 24px}.form-section{padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.form-section h3{font-size:14px;margin:0 0 4px}.form-section>p{font-size:11px;color:var(--muted);margin:0 0 14px}.product-form label{display:grid;gap:6px;font-size:11px;font-weight:700;color:#4d5668;margin-bottom:13px}.product-form input,.product-form textarea,.product-form select{width:100%;border:1px solid #dfe3ea;border-radius:9px;padding:10px 11px;outline:0;color:var(--text);background:#fff}.product-form input:focus,.product-form textarea:focus,.product-form select:focus{border-color:#7da1f4;box-shadow:0 0 0 3px rgba(47,111,237,.1)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.drawer-actions{display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:-24px;background:#fff;padding:16px 0 0}.toast{position:fixed;right:24px;bottom:24px;background:#111827;color:#fff;padding:12px 15px;border-radius:10px;font-size:12px;font-weight:700;box-shadow:var(--shadow);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s;z-index:80}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1100px){.shell{grid-template-columns:220px 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.topbar{padding:0 22px}.content{padding:26px 22px}}@media(max-width:760px){.shell{display:block}.sidebar{position:relative;height:auto}.nav{grid-template-columns:repeat(2,1fr)}.sidebar-foot{margin-top:18px}.topbar{position:relative}.seller-chip>div:last-child{display:none}.search-wrap{width:70vw}.content{padding:20px 14px}.page-head{display:grid}.stats-grid{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.tabs{overflow:auto}.table-search{width:100%}.review-card{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}
