:root{--bg: #f3f6fa;--panel: #ffffff;--line: #e5eaf2;--line-strong: #cfd8e3;--text: #202631;--muted: #748092;--primary: #f97316;--primary-dark: #ea580c;--primary-soft: #fff7ed;--primary-line: #fed7aa;--slate: #2f3a4a;--row: #f8fafc;--surface-soft: #f8fafc;--table-head: #f7f9fc;--shadow: 0 12px 36px rgba(35, 43, 55, .14);--pagination-space: 76px;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg);font-size:14px;overflow:hidden}html{overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{height:100vh;min-height:0;overflow:hidden;padding-bottom:0}.topbar{position:sticky;top:0;z-index:20;height:58px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 24px;background:linear-gradient(90deg,#f9731609,#fff0 24%),linear-gradient(180deg,#fff,#fbfcff);border-bottom:1px solid var(--line);box-shadow:0 1px #ffffffe6 inset,0 10px 24px #0f172a0a}.brand{display:flex;align-items:center;gap:10px;min-width:240px}.brand-mark{position:relative;flex:0 0 auto;width:28px;height:28px;border-radius:8px;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.45),transparent 27%),linear-gradient(135deg,#fdba74 0%,#fb923c 48%,var(--primary) 100%);box-shadow:0 6px 14px #f9731633,0 0 0 1px #ffffffb3 inset}.brand-mark:before{content:"";position:absolute;left:7px;top:7px;width:9px;height:9px;border:2px solid rgba(255,255,255,.94);border-radius:50%}.brand-mark:after{content:"";position:absolute;right:7px;bottom:7px;width:9px;height:2px;border-radius:999px;background:#fffffff0;transform:rotate(-42deg);transform-origin:center}.brand strong{display:block;line-height:1.08;font-size:17px;font-weight:700;letter-spacing:0}.brand span{display:block;color:var(--muted);font-size:10.5px;line-height:1.2;margin-top:1px}.icon-button,.table-tool{width:32px;height:32px;border:0;display:inline-grid;place-items:center;color:#4b5563;background:transparent;border-radius:6px}.icon-button:hover,.table-tool:hover{color:var(--primary);background:var(--primary-soft)}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#596577;font-size:13px}.page{height:calc(100vh - 58px);min-height:0;display:flex;flex-direction:column;overflow:hidden}.tabs{flex:0 0 auto;height:50px;display:flex;align-items:center;gap:8px;padding:0 24px;background:#fbfcff;border-bottom:1px solid var(--line)}.tabs button{position:relative;height:34px;padding:0 15px;display:inline-flex;align-items:center;gap:6px;color:#3d4656;background:transparent;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:500;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.tabs button:hover{background:#fff;border-color:#dce3ed}.tab-label{position:relative;display:inline-flex;align-items:center;height:100%}.tab-close{flex:0 0 auto;margin-left:2px;color:currentColor}.tabs .workbench-tab{min-width:76px;justify-content:center;color:#333b49}.tabs .active{color:var(--primary);background:#fff;border-color:var(--primary-line);min-width:116px;font-weight:600;box-shadow:0 6px 16px #0f172a0f,inset 0 -2px 0 var(--primary)}.tabs .workbench-tab.workbench-active{min-width:76px}.tabs .active .tab-label:after{content:"";position:absolute;left:2px;right:2px;bottom:2px;height:0;background:transparent}.breadcrumb{flex:0 0 auto;height:38px;display:flex;align-items:center;padding:0 24px;color:#64748b;background:linear-gradient(90deg,#fff,#f8fafc 42%,#f3f6fa);border-bottom:1px solid var(--line);font-size:13px;box-shadow:inset 0 1px #ffffffdb}.workspace{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;margin:0 18px;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;overflow:hidden}.filter-card{flex:0 0 auto;padding:14px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcff)}.filters{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.filter-fields,.advanced-filters{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.advanced-filters{margin-top:12px;padding-top:12px;border-top:1px dashed var(--line-strong)}label{display:inline-flex;align-items:center;gap:8px}label span{color:#465366;white-space:nowrap;line-height:34px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}input,select,textarea{border:1px solid var(--line-strong);border-radius:6px;outline:0;background:#fff}input,select{height:34px;min-width:0;width:220px;padding:0 12px;color:#334155}textarea{width:100%;resize:vertical;padding:10px 12px}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #f9731624}input::placeholder{color:#94a3b8;opacity:1}select.select-placeholder{color:#94a3b8}select option{color:#202631}.filter-actions{display:flex;align-items:center;gap:7px;justify-content:flex-end;margin-left:2px;padding-left:20px;border-left:1px solid var(--line);white-space:nowrap}.ghost-button,.primary-button,.link-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;border:1px solid var(--line-strong);padding:0 14px;background:#fff;color:#344054;font-weight:500;line-height:1;white-space:nowrap;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.ghost-button svg,.primary-button svg,.link-button svg{width:15px;height:15px;flex:0 0 auto;display:block;stroke-width:2}.primary-button{border-color:var(--primary);color:#fff;background:var(--primary);box-shadow:0 4px 10px #f973162e}.primary-button:hover{background:var(--primary-dark)}.ghost-button:hover{color:var(--primary);border-color:var(--primary-line);background:var(--primary-soft)}.link-button{border-color:transparent;color:var(--primary);padding-inline:8px}.filter-actions .ghost-button{min-width:78px;color:#475467;border-color:var(--line-strong);background:#fff;box-shadow:0 1px 2px #1f2a3708}.filter-actions .ghost-button:hover{color:#303947;border-color:#c8d1dc;background:#f8fafc}.filter-actions .primary-button{min-width:82px;color:#fff;border-color:#c65f1a;background:#d96b1f;box-shadow:none;font-weight:600}.filter-actions .primary-button:hover{border-color:#b45309;background:#c65f1a}.filter-actions .link-button{padding:0 8px 0 10px;color:var(--primary-dark);border-color:transparent;background:transparent;font-weight:600}.filter-actions .link-button:hover{color:#c2410c;background:var(--primary-soft)}.rotated{transform:rotate(180deg)}.toolbar{flex:0 0 auto;min-height:54px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 20px;background:#fbfcff;border-bottom:1px solid var(--line)}.toolbar .primary-button{height:32px;min-width:86px;padding:0 13px;color:var(--primary);border-color:#fdba74;background:#fff;box-shadow:none}.toolbar .primary-button:hover{border-color:var(--primary);background:var(--primary-soft)}.toolbar-tools{height:34px;display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:0;border:0;background:transparent;box-shadow:none}.toolbar-tools .table-tool{width:32px;height:32px;color:#5d6675;border-radius:6px;border:1px solid #dfe6ef;background:#fff;box-shadow:0 1px 2px #1f2a3708}.toolbar-tools .table-tool:hover{color:var(--primary);border-color:var(--primary-line);background:var(--primary-soft)}.selection-text{margin-right:auto;min-width:110px;color:var(--primary)}.table-wrap{flex:1 1 auto;min-height:0;position:relative;overflow:auto;scrollbar-gutter:stable;margin:0;border:1px solid #dfe6ef;border-right:0;border-left:0;border-radius:0}table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;background:#fff}th,td{width:104px;min-width:104px;height:58px;padding:9px 10px;text-align:center;vertical-align:middle;border-right:1px solid #e5ebf3;border-bottom:1px solid #e5ebf3;color:#334155;font-size:13px;line-height:1.45}th{position:sticky;top:0;z-index:2;height:54px;background:var(--table-head);color:#1f2937;font-weight:600}tbody tr:nth-child(2n) td{background:var(--row)}tbody tr:hover td{background:#fff7ed}.checkbox-cell{width:50px;min-width:50px}.checkbox-cell input{min-width:0;width:16px;height:16px;padding:0}.sku-name{width:235px;min-width:235px}.plan-date{width:118px;min-width:118px;white-space:nowrap;font-variant-numeric:tabular-nums}.info{display:inline-grid;width:16px;height:16px;place-items:center;border-radius:50%;background:#ffedd5;color:var(--primary)}.operation{position:sticky;right:0;z-index:4;width:154px;min-width:154px;overflow:hidden;background:#fff;box-shadow:-1px 0 #e5ebf3}th.operation{z-index:5;background:var(--table-head)}.row-actions{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.operation button{border:0;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;padding:0;color:var(--primary);background:transparent;font-weight:600;line-height:1}.operation button:hover{color:var(--primary-dark)}tbody tr:nth-child(2n) td.operation{background:var(--row)}tbody tr:nth-child(odd) td.operation{background:#fff}tbody tr:hover td.operation{background:#fff7ed}.empty-state{height:220px;display:grid;place-items:center;color:var(--muted)}.pagination-shell{position:relative;flex:0 0 auto;z-index:12;display:flex;justify-content:flex-end;min-height:54px;margin:0;padding:5px 12px;background:#fffffffa;border:1px solid #e5ebf3;border-right:0;border-left:0;border-top:0;border-radius:0 0 8px 8px;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pagination{width:fit-content;min-height:44px;display:flex;align-items:center;gap:8px;margin:0;padding:7px 0;color:#475467;font-size:13px}.pagination button{min-width:24px;height:26px;display:inline-grid;place-items:center;padding:0 6px;border:0;border-radius:6px;background:transparent;color:#475467}.pagination .current{color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:var(--primary-soft)}.pagination select,.pagination input{min-width:auto;height:30px}.pagination select{width:104px}.pagination input{width:52px;padding:0 6px}.drawer-layer,.modal-layer{position:fixed;inset:0;z-index:50}.scrim{position:absolute;inset:0;border:0;background:#0f172a75;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.drawer{position:absolute;top:0;left:0;width:286px;height:100%;overflow-y:auto;padding:18px 14px 26px;background:linear-gradient(180deg,#fff7edb8,#fff0 148px),linear-gradient(180deg,#fff,#fbfcff);border-right:1px solid #edf1f6;box-shadow:24px 0 54px #0f172a2e}.drawer nav{display:grid;gap:3px}.nav-group{position:relative}.nav-group+.nav-group{margin-top:3px}.nav-main,.nav-subtitle,.nav-item{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;border-radius:8px;background:transparent;color:#4b586a;padding:0 12px;text-align:left;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.nav-main span{display:flex;align-items:center;gap:8px}.nav-chevron{flex:0 0 auto;color:#7a8797;transition:transform .16s ease,color .16s ease}.nav-chevron.open{transform:rotate(180deg)}.nav-main.active{color:var(--primary);font-weight:600}.nav-main.active .nav-chevron,.nav-subtitle.active .nav-chevron{color:var(--primary)}.nav-subtitle{margin-top:5px;padding-left:42px;color:#4b586a}.nav-subtitle.active{color:var(--primary);font-weight:600}.nav-item{justify-content:flex-start;gap:8px;height:38px;margin-top:2px;padding-left:58px;color:#566376}.nav-main:hover,.nav-subtitle:hover,.nav-item:hover{border-color:#edf1f6;background:#f8fafce6}.nav-main.active:hover,.nav-subtitle.active:hover,.nav-item.active:hover{border-color:transparent;background:transparent}.nav-item.active{color:var(--primary);font-weight:600}.modal-layer{display:grid;place-items:center;background:#0b122057}.modal{width:min(520px,calc(100vw - 32px));background:#fff;border-radius:8px;box-shadow:var(--shadow)}.modal header,.modal footer{height:58px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--line)}.modal header{justify-content:space-between}.modal footer{justify-content:flex-end;gap:10px;border-top:1px solid var(--line);border-bottom:0}.modal-body{padding:22px 18px}.modal-body label{display:grid;align-items:start;gap:8px}.toast{position:fixed;top:72px;left:50%;z-index:80;transform:translate(-50%);padding:10px 18px;color:#fff;background:#1f2a37eb;border-radius:8px;box-shadow:var(--shadow)}@media(max-width:900px){.topbar{grid-template-columns:1fr;height:auto;gap:10px;padding:10px 12px}.top-actions{display:none}.filters{grid-template-columns:1fr;gap:12px}.filter-fields,.advanced-filters{gap:12px}label,.filter-actions{width:100%}input,select{min-width:0;width:100%}.toolbar{justify-content:flex-start;overflow-x:auto}.drawer{width:min(86vw,320px)}}
