:root{--sct-order-dock-width:318px}
body.sct-order-dock-enabled{background:#f5f5f3}
body.sct-order-dock-enabled #app{box-sizing:border-box;width:calc(100% - var(--sct-order-dock-width));min-width:0}
#sct-order-dock{box-sizing:border-box;position:fixed;z-index:99990;top:60px;right:0;bottom:0;width:var(--sct-order-dock-width);display:flex;flex-direction:column;background:#fff;border-left:1px solid #e7e7e3;color:#171717;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;box-shadow:-8px 0 24px rgba(17,24,39,.035)}
.sct-order-head{height:76px;box-sizing:border-box;padding:17px 16px 12px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #eeeeeb}
.sct-order-head h2{margin:0;font-size:17px;line-height:23px;letter-spacing:0;font-weight:700}
.sct-order-head p{margin:2px 0 0;color:#92928d;font-size:12px;line-height:18px}
.sct-order-refresh{width:34px;height:34px;padding:0;border:1px solid #deded9;border-radius:6px;background:#fff;color:#282828;font-size:22px;line-height:31px;cursor:pointer;transition:background .18s,transform .18s}
.sct-order-refresh:hover{background:#f1f1ee}
.sct-order-refresh.loading{animation:sct-order-spin .8s linear infinite}
@keyframes sct-order-spin{to{transform:rotate(360deg)}}
.sct-order-list{min-height:0;flex:1;padding:8px 10px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d8d8d3 transparent}
.sct-order-item{box-sizing:border-box;width:100%;min-height:68px;margin:0 0 6px;padding:8px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;background:#fafaf8;text-align:left;cursor:pointer;transition:border-color .16s,background .16s}
.sct-order-item:hover{border-color:#d8d8d2;background:#f4f4f1}
.sct-order-thumb{width:50px;height:50px;border-radius:5px;overflow:hidden;background:#e9e9e5;display:flex;align-items:center;justify-content:center}
.sct-order-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.sct-order-thumb i{color:#999;font-size:12px;font-style:normal;font-weight:700}
.sct-order-body{min-width:0;display:flex;flex-direction:column;gap:6px}
.sct-order-body strong{display:block;max-width:100%;overflow:hidden;color:#202020;font-size:13px;line-height:18px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.sct-order-body small{display:block;max-width:100%;overflow:hidden;color:#96968f;font-size:11px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}
.sct-order-status{align-self:start;margin-top:2px;padding:3px 5px;border-radius:4px;background:#efefec;color:#666;font-size:10px;line-height:14px;white-space:nowrap}
.sct-order-status.ok{background:#e5f4eb;color:#167145}
.sct-order-status.run{background:#fff2d9;color:#956000}
.sct-order-status.bad{background:#fae7e7;color:#b22d2d}
.sct-order-status.batch{background:#e9edf6;color:#42577f}
.sct-order-all{height:50px;flex:none;margin:8px 10px 12px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:7px;background:#181818;color:#fff;font-size:13px;font-weight:600;cursor:pointer}
.sct-order-all:hover{background:#303030}
.sct-order-all span{font-size:21px;font-weight:400}
.sct-order-empty{box-sizing:border-box;width:100%;min-height:148px;padding:24px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:#888;text-align:center}
.sct-order-empty b{color:#555;font-size:13px;font-weight:600}
.sct-order-empty span{max-width:220px;font-size:11px;line-height:18px}
.sct-order-empty em{margin-top:4px;color:#111;font-size:12px;font-style:normal}
.sct-order-retry{cursor:pointer}
.sct-order-spinner{width:18px;height:18px;margin-bottom:4px;border:2px solid #deded8;border-top-color:#222;border-radius:50%;animation:sct-order-spin .8s linear infinite}
@media(max-width:1365px) and (min-width:901px){:root{--sct-order-dock-width:276px}.sct-order-item{grid-template-columns:44px minmax(0,1fr) auto}.sct-order-thumb{width:44px;height:44px}}
@media(max-width:900px){body.sct-order-dock-enabled #app{width:100%;padding-bottom:58px}#sct-order-dock{top:auto;left:0;right:0;bottom:0;width:100%;height:58px;border-left:0;border-top:1px solid #e7e7e3;box-shadow:0 -8px 24px rgba(17,24,39,.08);overflow:hidden;transition:height .2s ease}#sct-order-dock.open{height:min(72vh,560px)}.sct-order-head{height:58px;padding:10px 14px;align-items:center;cursor:pointer}.sct-order-head h2{font-size:15px;line-height:20px}.sct-order-head p{display:block;margin:0 42px 0 auto;font-size:11px}.sct-order-refresh{position:absolute;right:14px;top:12px;width:32px;height:32px;font-size:20px}.sct-order-list{display:none}.sct-order-all{display:none;height:36px;margin:0 12px 10px}#sct-order-dock.open .sct-order-list{display:block;height:calc(min(72vh,560px) - 106px)}#sct-order-dock.open .sct-order-all{display:flex}}
