:root{--ink:#1d2826;--muted:#687571;--line:#dde4e1;--page:#f4f7f6;--surface:#fff;--nav:#1f2d2a;--nav-muted:#aebbb7;--teal:#18786b;--teal-soft:#e7f3f0;--red:#c83f42;--red-soft:#fdebec;--orange:#d96c28;--orange-soft:#fff0e6;--yellow:#a66d09;--yellow-soft:#fff5d8;--blue:#3777a8;--blue-soft:#eaf3f9;--green:#39805b;--green-soft:#eaf5ee;--purple:#7864a8;--purple-soft:#f0edf8;--gray-soft:#eef1f0}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);font:14px/1.45 Inter,system-ui,-apple-system,"Microsoft YaHei",sans-serif;letter-spacing:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:224px minmax(0,1fr)}.sidebar{background:var(--nav);color:#fff;padding:24px 16px;display:flex;flex-direction:column;min-height:100vh}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 25px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:6px;background:#d7a85c;color:#1f2d2a;font-size:18px;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{color:var(--nav-muted);font-size:11px;margin-top:1px}.sidebar nav{display:grid;gap:5px}.nav-item{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:6px;color:var(--nav-muted);text-decoration:none}.nav-item:hover,.nav-item.active{background:#30413d;color:#fff}.nav-item svg{width:18px}.nav-item b{margin-left:auto;display:grid;place-items:center;min-width:22px;height:20px;border-radius:10px;background:var(--red);font-size:11px}.sidebar-foot{margin-top:auto;border-top:1px solid #3a4946;padding:19px 8px 2px;display:flex;align-items:center;gap:10px}.sidebar-foot strong,.sidebar-foot small{display:block}.sidebar-foot strong{font-size:12px}.sidebar-foot small{font-size:11px;color:var(--nav-muted)}.connection-dot{width:8px;height:8px;border-radius:50%;background:#d7a85c}.connection-dot.live{background:#5ac18e}.connection-dot.error{background:#ef686b}main{min-width:0;padding:26px 30px 38px;max-width:1600px;width:100%;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:21px}.eyebrow{margin:0 0 3px;color:var(--teal);font-size:11px;font-weight:700;text-transform:uppercase}.topbar h1{font-size:26px;line-height:1.2;margin:0;font-weight:700}.subtitle{margin:4px 0 0;color:var(--muted)}.top-actions{display:flex;align-items:center;gap:9px}.sync-time{font-size:12px;color:var(--muted);margin-right:3px}.icon-button,.primary-button,.summary-item,.tab{font:inherit;cursor:pointer}.icon-button{width:38px;height:38px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);display:grid;place-items:center}.icon-button:hover{background:#edf2f0}.icon-button svg{width:17px}.primary-button{height:38px;border:0;border-radius:6px;background:var(--teal);color:#fff;padding:0 14px;display:flex;align-items:center;gap:8px;font-weight:600}.primary-button svg{width:16px}.notice{display:flex;gap:11px;align-items:flex-start;padding:12px 14px;border-radius:6px;margin-bottom:16px}.notice svg{width:18px;flex:0 0 auto}.notice strong,.notice span{display:block}.notice span{font-size:12px;margin-top:1px}.demo-notice{background:#fff8e8;color:#71531b;border:1px solid #eed99d}.error-notice{background:var(--red-soft);color:#8f2d30;border:1px solid #f1bfc1}.summary{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;margin-bottom:18px}.summary-item{height:92px;text-align:left;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:15px;display:flex;align-items:center;gap:12px;color:var(--ink)}.summary-item:hover{transform:translateY(-1px);box-shadow:0 4px 14px #20342e12}.summary-icon{width:39px;height:39px;border-radius:6px;display:grid;place-items:center}.summary-icon svg{width:19px}.summary-item small{display:block;color:var(--muted);margin-bottom:2px}.summary-item strong{font-size:26px;line-height:1;font-variant-numeric:tabular-nums}.summary-item em{font-style:normal;color:var(--muted);margin-left:3px}.summary-item.red .summary-icon{background:var(--red-soft);color:var(--red)}.summary-item.orange .summary-icon{background:var(--orange-soft);color:var(--orange)}.summary-item.yellow .summary-icon{background:var(--yellow-soft);color:var(--yellow)}.summary-item.blue .summary-icon{background:var(--blue-soft);color:var(--blue)}.summary-item.green .summary-icon{background:var(--green-soft);color:var(--green)}.workspace{background:var(--surface);border:1px solid var(--line);border-radius:6px}.toolbar{min-height:67px;padding:0 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.tabs{align-self:stretch;display:flex;gap:20px}.tab{position:relative;border:0;background:none;color:var(--muted);padding:0;font-weight:600;white-space:nowrap}.tab span{font-size:11px;background:var(--gray-soft);padding:2px 6px;border-radius:9px;margin-left:3px}.tab.active{color:var(--teal)}.tab.active:after{content:"";height:2px;position:absolute;left:0;right:0;bottom:0;background:var(--teal)}.filters{display:flex;gap:8px}.search{height:36px;width:240px;border:1px solid var(--line);border-radius:6px;background:#fafcfc;display:flex;align-items:center;gap:7px;padding:0 10px;color:var(--muted)}.search svg{width:15px}.search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.filters select{height:36px;border:1px solid var(--line);border-radius:6px;background:#fafcfc;color:var(--ink);padding:0 28px 0 10px;font:inherit}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:1050px}th,td{text-align:left;border-bottom:1px solid #edf1ef;padding:13px 14px;vertical-align:middle}th{height:43px;background:#fafbfb;color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap}tbody tr:hover{background:#fbfcfc}.right{text-align:right}.alert-badge{display:inline-flex;align-items:center;gap:6px;border-radius:4px;padding:4px 7px;font-size:12px;font-weight:600;white-space:nowrap}.alert-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.alert-badge.overdue,.alert-badge.today{background:var(--red-soft);color:var(--red)}.alert-badge.tomorrow{background:var(--orange-soft);color:var(--orange)}.alert-badge.three{background:var(--yellow-soft);color:var(--yellow)}.alert-badge.five{background:var(--blue-soft);color:var(--blue)}.alert-badge.seven{background:var(--green-soft);color:var(--green)}.alert-badge.later{background:var(--gray-soft);color:var(--muted)}.alert-badge.hold{background:var(--purple-soft);color:var(--purple)}.alert-badge.unscheduled{background:var(--gray-soft);color:#63706d}.ship-date{font-weight:600;white-space:nowrap}.ship-date small{display:block;color:var(--muted);font-weight:400}.order-id strong,.order-id small{display:block}.order-id strong{font-size:13px}.order-id small{color:var(--muted);font-size:11px;margin-top:2px}.product{max-width:270px}.product strong{font-weight:500;display:block}.product small{display:block;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:270px;margin-top:2px}.owner{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.avatar{width:25px;height:25px;border-radius:50%;background:var(--teal-soft);color:var(--teal);display:grid;place-items:center;font-size:11px;font-weight:700}.row-action{border:0;background:none;color:var(--teal);font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.empty{padding:60px 20px;text-align:center;color:var(--muted)}.empty svg{width:30px}.empty strong,.empty span{display:block}.empty strong{color:var(--ink);margin-top:8px}.table-footer{min-height:48px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.legend{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dot{width:7px;height:7px;border-radius:50%;margin-left:7px}.dot.overdue,.dot.today{background:var(--red)}.dot.tomorrow{background:var(--orange)}.dot.three{background:var(--yellow)}.dot.five{background:var(--blue)}.dot.seven{background:var(--green)}dialog{width:min(540px,calc(100% - 30px));border:0;border-radius:8px;padding:0;color:var(--ink);box-shadow:0 24px 80px #14201d42}dialog::backdrop{background:#15201d99}.dialog-head{padding:20px 22px 15px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.dialog-head h2{margin:0;font-size:20px}.dialog-body{padding:20px 22px 24px}.detail-status{display:flex;justify-content:space-between;align-items:center;background:var(--page);padding:12px;border-radius:6px;margin-bottom:18px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px}.detail-field.full{grid-column:1/-1}.detail-field small,.detail-field strong{display:block}.detail-field small{color:var(--muted);margin-bottom:3px}.detail-note{background:#fff8e8;border-left:3px solid #d7a85c;padding:10px 12px;font-weight:500}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.summary{grid-template-columns:repeat(3,1fr)}.toolbar{align-items:flex-start;flex-direction:column;padding-top:12px;padding-bottom:12px}.tabs{min-height:36px}.filters{width:100%}.search{flex:1}}@media(max-width:760px){.app-shell{display:block}.sidebar{min-height:auto;padding:13px 14px;display:block}.brand{padding:0}.sidebar nav{display:none}.sidebar-foot{display:none}main{padding:19px 14px}.topbar{align-items:flex-start}.top-actions{flex-wrap:wrap;justify-content:flex-end}.sync-time{width:100%;text-align:right}.primary-button{font-size:0;padding:0;width:38px;justify-content:center}.primary-button svg{width:17px}.summary{grid-template-columns:repeat(2,1fr)}.summary-item{height:78px;padding:11px}.summary-item strong{font-size:22px}.summary .summary-item:last-child{grid-column:1/-1}.tabs{width:100%;overflow-x:auto;gap:16px}.filters{flex-direction:column}.search,.filters select{width:100%}.table-footer{align-items:flex-start;flex-direction:column;padding:12px 14px}.legend{display:none}.detail-grid{grid-template-columns:1fr}}
