:root{
  --orange:#ee9300;
  --orange-strong:#d97f00;
  --orange-soft:#fff4dc;
  --ink:#1d1b18;
  --text:#3d3933;
  --muted:#817a70;
  --line:#e7e1d7;
  --canvas:#f5f2ec;
  --card:#fff;
  --green:#2f9561;
  --green-soft:#eaf6ef;
  --red:#c95a4e;
  --red-soft:#fff0ed;
  --sidebar:250px;
  --text-body-size:12px;
  --text-body-line:18px;
  --text-meta-size:11px;
  --text-meta-line:16px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,"Noto Sans SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--canvas);font-size:14px}
button,input{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wb-shell{min-height:100vh}
.wb-sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:24px 16px 18px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}
.wb-brand{height:42px;display:flex;align-items:center;gap:10px;padding:0 8px;font-size:16px;font-weight:750;letter-spacing:-.02em}
.wb-brand-mark{width:30px;height:32px;display:grid;place-items:center;border-radius:8px;color:#1e170b;background:linear-gradient(145deg,#ffb217,#ed9200);box-shadow:0 6px 14px rgba(220,132,0,.18);font-weight:850}
.wb-nav{display:grid;gap:6px;margin-top:34px}
.wb-nav a,.wb-nav button{height:44px;border:0;border-radius:8px;padding:0 12px;display:flex;align-items:center;gap:11px;background:transparent;color:#6d675e;text-align:left;font-size:13px}
.wb-nav a:hover,.wb-nav button:hover{background:#faf7f1;color:#292620}
.wb-nav .active{background:var(--orange-soft);color:#b86c00;font-weight:650;box-shadow:inset 3px 0 0 var(--orange)}
.wb-sidebar-foot{margin-top:auto;padding:14px 10px 2px;border-top:1px solid #eee9e1;display:flex;align-items:center;gap:10px}
.wb-main{min-height:100vh;margin-left:var(--sidebar);padding:34px clamp(24px,4vw,56px) 48px}
#workbenchView{width:100%;max-width:1320px;margin:0 auto}
.wb-header,.archive-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.wb-eyebrow,.section-kicker{margin:0;color:#c97900;font-size:11px;line-height:16px;font-weight:750;letter-spacing:.16em}
.wb-header h1,.archive-header h1{font-size:28px;line-height:1.15;letter-spacing:-.04em;margin:6px 0 8px}
.wb-header p:last-child,.archive-header p:last-child{margin:0;color:var(--muted);font-size:13px}
.wb-header-action{height:40px;padding:0 16px;border-radius:8px;display:flex;align-items:center;gap:22px;color:#fff;background:linear-gradient(135deg,#ffad0a,#ec9000);box-shadow:0 8px 18px rgba(221,133,0,.16);font-size:13px;font-weight:650}
.wb-header-action:hover{background:linear-gradient(135deg,#f7a203,#df8500)}
.wb-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(290px,.72fr);gap:18px;align-items:start}
.status-grid{grid-column:1;grid-row:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.status-card{position:relative;min-height:104px;padding:17px 18px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;overflow:hidden;box-shadow:0 4px 14px rgba(47,39,26,.035)}
.status-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#d9d2c7;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.status-card:hover{border-color:#e0b96e;transform:translateY(-1px)}.status-card:hover:after{transform:scaleX(1);background:var(--orange)}
.status-card span{display:block;color:#756f66;font-size:12px}.status-card strong{display:block;margin-top:10px;font-size:27px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.04em}
.status-card b{position:absolute;right:16px;top:16px;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;background:#f5f2ec;color:#8e877e;font-size:13px;font-weight:500}
.status-card[data-status="草稿"] b{background:#fff5df;color:#c87500}.status-card[data-status="待检查"] b{background:var(--red-soft);color:var(--red)}.status-card[data-status="已完成"] b{background:var(--green-soft);color:var(--green)}
.wb-primary-column{display:contents}
.quick-create{grid-column:1;grid-row:2}
.recent-card{grid-column:1/-1;grid-row:3}
.wb-card{min-width:0;background:var(--card);border:1px solid var(--line);border-radius:11px;box-shadow:0 4px 16px rgba(45,37,24,.035)}
.quick-create,.recent-card,.task-card,.archive-card{padding:20px}
.card-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}
.card-heading h2{font-size:16px;margin:4px 0 0;letter-spacing:-.02em}
.text-button{border:0;background:transparent;color:#c67400;font-size:12px}.text-button:hover{text-decoration:underline}
.quick-actions{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.quick-action{width:100%;min-width:0;min-height:58px;border:1px solid #e5dfd5;border-radius:9px;padding:8px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;background:#fff;text-align:left;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}
.quick-action:hover{border-color:#e2b15b;background:#fffdf8;transform:translateY(-1px)}
.quick-action.primary{background:linear-gradient(135deg,#fff6e2,#ffefca);border-color:#edc87e;box-shadow:inset 3px 0 0 var(--orange)}
.quick-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#faf7f1;color:#c87500;border:1px solid #eee3cf;font-size:20px}
.quick-action.primary .quick-icon{background:#fff;color:#d67f00;border-color:#efd3a0}
.quick-icon svg{width:17px;height:17px}.copy-icon svg{width:17px}.quick-action span:nth-child(2){min-width:0;display:grid}.quick-action strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.quick-action>b{color:#c67600;font-size:15px;font-weight:500}
.table-wrap{max-width:100%;overflow-x:auto}
.recent-table-wrap{max-height:398px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c9c2b8 transparent}
.recent-table-wrap::-webkit-scrollbar{width:7px}.recent-table-wrap::-webkit-scrollbar-track{background:transparent}.recent-table-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:#c9c2b8}
.recent-table{table-layout:fixed}
.recent-table thead th{position:sticky;top:0;z-index:2;background:#fff}
.recent-product-column{width:31%}.recent-market-column{width:14%}.recent-status-column{width:11%}.recent-completeness-column{width:18%}.recent-updated-column{width:15%}.recent-action-column{width:11%}
table{width:100%;border-collapse:collapse;white-space:nowrap}
th{height:38px;color:#8b857c;font-size:var(--text-body-size);line-height:var(--text-body-line);font-weight:600;text-align:left;border-bottom:1px solid #ebe6de}
td{padding:12px 8px 12px 0;border-bottom:1px solid #f0ece5;color:#4b463e;font-size:12px}
tbody tr:last-child td{border-bottom:0}
tbody tr:hover td{background:#fffcf7}
.product-cell{display:flex;align-items:center;gap:10px;min-width:180px}
.product-thumb{width:40px;height:40px;flex:0 0 40px;border-radius:8px;border:1px solid #e6e0d7;background:#faf8f4;display:grid;place-items:center;overflow:hidden}
.product-thumb svg{width:34px;height:34px;stroke-width:1.4}.thumb-cup{color:#b9813e}.thumb-lamp{color:#54504a}.thumb-speaker{color:#586678}.thumb-box{color:#a46a45}.thumb-mat{color:#57846a}
.product-copy{display:grid;gap:3px}.product-copy strong{max-width:190px;overflow:hidden;text-overflow:ellipsis;font-size:var(--text-body-size);line-height:var(--text-body-line);color:#2d2a26}.product-copy small{font-size:var(--text-meta-size);line-height:var(--text-meta-line);color:#9a948b}
.market{display:flex;align-items:center;gap:6px}.flag{font-size:15px;line-height:1}
.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:var(--text-meta-size);line-height:var(--text-meta-line);font-weight:650}
.status-pill.draft{color:#b96d00;background:#fff3d8}.status-pill.check{color:#b35045;background:#ffefec}.status-pill.done{color:#277c52;background:#eaf5ee}
.completeness{display:flex;align-items:center;gap:8px}.progress-line{width:62px;height:4px;border-radius:999px;background:#eee9e1;overflow:hidden}.progress-line i{display:block;height:100%;border-radius:inherit;background:var(--orange)}.completeness.done .progress-line i{background:var(--green)}
.row-action{border:1px solid #e5dfd6;border-radius:6px;background:#fff;padding:6px 9px;color:#5b554d;font-size:var(--text-body-size);line-height:var(--text-body-line)}.row-action:hover{border-color:#dfa53d;color:#bd6e00}
.task-card{grid-column:2;grid-row:1/3;position:sticky;top:24px}
.task-total{min-width:28px;height:24px;border-radius:7px;display:grid;place-items:center;background:#fff1d3;color:#b76a00;font-size:11px;font-weight:700}
.task-list{display:grid}
.task-item{position:relative;width:100%;border:0;border-top:1px solid #eee9e1;background:#fff;padding:15px 24px 15px 14px;text-align:left;display:grid;grid-template-columns:8px minmax(0,1fr);gap:10px}
.task-item:first-child{border-top:0}.task-item:hover{background:#fffcf7}.task-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;background:var(--orange)}.task-item.risk .task-dot{background:var(--red)}.task-item.done .task-dot{background:var(--green)}
.task-item div{display:grid;gap:5px}.task-item strong{font-size:12px}.task-item small{font-size:11px;color:var(--muted);line-height:1.5}.task-item:after{content:"›";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#b5afa5;font-size:18px}
.archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.filter-tabs{display:flex;gap:5px;padding:3px;background:#f5f2ec;border-radius:8px}.filter-tabs button{border:0;border-radius:6px;background:transparent;padding:7px 11px;color:#777168;font-size:var(--text-body-size);line-height:var(--text-body-line)}.filter-tabs button.active{background:#fff;color:#bd6e00;box-shadow:0 1px 5px rgba(40,33,22,.08);font-weight:650}
.archive-search{width:220px;height:34px;border:1px solid #e5dfd6;border-radius:7px;display:flex;align-items:center;gap:7px;padding:0 9px;background:#fff}.archive-search svg{width:15px;color:#99938a}.archive-search input{min-width:0;width:100%;border:0;outline:0;font-size:var(--text-body-size);line-height:var(--text-body-line)}.archive-search input::placeholder{color:#aaa49b}
.archive-table td{padding-top:14px;padding-bottom:14px}.archive-empty{padding:60px 20px;text-align:center;color:var(--muted);font-size:12px}
.wb-toast{position:fixed;left:50%;bottom:26px;z-index:60;transform:translate(-50%,12px);opacity:0;pointer-events:none;padding:10px 14px;border-radius:7px;background:#27231d;color:#fff;font-size:12px;transition:.18s}.wb-toast.show{opacity:1;transform:translate(-50%,0)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid rgba(238,147,0,.28);outline-offset:2px}
@media(max-width:1100px){:root{--sidebar:210px}.wb-dashboard-grid{grid-template-columns:minmax(0,1fr)}.status-grid{grid-column:1;grid-row:1}.quick-create{grid-column:1;grid-row:2}.task-card{grid-column:1;grid-row:3;position:static}.recent-card{grid-column:1;grid-row:4}.task-list{grid-template-columns:repeat(2,minmax(0,1fr))}.task-item:nth-child(2){border-top:0}.recent-table-wrap{overflow-x:auto}.recent-table{min-width:820px}}
@media(max-width:760px){:root{--sidebar:0px}.wb-sidebar{position:sticky;top:0;width:100%;height:auto;padding:10px 12px;display:grid;grid-template-columns:auto 1fr;align-items:center}.wb-brand{padding:0}.wb-brand span:last-child{display:none}.wb-nav{margin:0 0 0 auto;display:flex;justify-content:flex-end}.wb-nav a,.wb-nav button{width:42px;padding:0;justify-content:center}.wb-nav span{display:none}.wb-sidebar-foot{display:none}.wb-main{margin-left:0;padding:22px 14px 36px}.wb-header,.archive-header{align-items:flex-start}.wb-header h1,.archive-header h1{font-size:24px}.wb-header-action{padding:0 12px;gap:10px}.status-grid{grid-template-columns:1fr 1fr}.quick-actions{grid-template-columns:1fr}.quick-create,.recent-card,.task-card,.archive-card{padding:16px}.task-list{grid-template-columns:1fr}.task-item:nth-child(2){border-top:1px solid #eee9e1}.archive-toolbar{align-items:stretch;flex-direction:column}.archive-search{width:100%}}
@media(max-width:470px){.status-grid{grid-template-columns:1fr}.wb-header p:last-child{max-width:220px}.wb-header-action span{display:none}.task-card{padding:15px}.filter-tabs{overflow-x:auto}.filter-tabs button{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* ---- Sidebar user ---- */
.wb-sidebar-foot{margin-top:auto;padding:12px 10px;border-top:1px solid #eee9e1}
.wb-user-btn{width:100%;height:44px;border:1px solid #e7e2d9;border-radius:9px;background:#fdfcf9;display:flex;align-items:center;gap:10px;padding:0 10px;cursor:pointer;transition:background .15s}
.wb-user-btn:hover{background:#faf7f1;border-color:#d4c9b6}
.wb-user-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ffd888;color:#3c2909;font-weight:700;font-size:13px;flex-shrink:0}.wb-user-avatar-guest{background:#e7e1d8;color:#9a9287}.wb-user-guest{color:#9a9287}
.wb-user-name{font-size:13px;color:#2d2a26;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ---- Login overlay ---- */
.login-overlay{position:fixed;inset:0;background:rgba(30,26,20,.5);display:grid;place-items:center;z-index:100;animation:loginFade .2s ease}
@keyframes loginFade{from{opacity:0}to{opacity:1}}
.login-card{width:min(400px,calc(100% - 28px));background:#fff;border-radius:14px;padding:36px 32px 28px;position:relative;box-shadow:0 16px 48px rgba(30,22,12,.2);animation:loginSlide .25s ease}
@keyframes loginSlide{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.login-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:22px;color:#bab2a8;cursor:pointer;line-height:1}
.login-close:hover{color:#4a4239}
.login-avatar-circle{width:72px;height:72px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;background:#e7e1d8;color:#9a9287;font-size:28px;font-weight:500}
.login-field{display:block;margin-bottom:14px}
.login-field span{display:block;margin-bottom:5px;font-size:12px;color:#5c544a;font-weight:500}
.login-field input{width:100%;height:42px;border:1px solid #e5dfd6;border-radius:8px;padding:0 12px;font-size:13px;outline:0;background:#fdfcf9}
.login-field input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(238,147,0,.1);background:#fff}
.login-submit{width:100%;height:44px;border:0;border-radius:9px;background:linear-gradient(135deg,#ffad0a,#ec9000);color:#fff;font-size:14px;font-weight:650;cursor:pointer;margin-top:8px;letter-spacing:.02em}
.login-submit:hover{background:linear-gradient(135deg,#f7a203,#df8500)}
/* ---- User profile panel ---- */
.user-panel{position:fixed;z-index:90;left:var(--sidebar);width:280px;background:#fff;border:1px solid #e7e1d7;border-radius:11px;box-shadow:0 10px 34px rgba(30,22,12,.14);overflow:hidden;animation:upIn .16s ease}
@keyframes upIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.up-head{padding:20px 18px 14px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #eee9e1}
.up-avatar-lg{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ffd888;color:#3c2909;font-weight:700;font-size:20px;flex-shrink:0}
.up-head strong{font-size:14px;display:block;color:#2d2a26}
.up-head small{font-size:11px;color:var(--muted);display:block;margin-top:2px}
.up-edit-btn,.up-save-btn{width:56px;height:30px;border:1px solid #e5dfd6;border-radius:7px;background:#fff;color:#5c544a;font-size:11px;cursor:pointer;flex-shrink:0}
.up-edit-btn:hover{background:#faf7f1;border-color:#d0c4b0}
.up-save-btn{background:linear-gradient(135deg,#ffad0a,#ec9000);color:#fff;border-color:transparent}
.up-save-btn:hover{background:linear-gradient(135deg,#f7a203,#df8500)}
.up-body{padding:8px 18px}
.up-row{display:flex;justify-content:space-between;padding:10px 0;font-size:11px;border-bottom:1px solid #f5f2ec}
.up-row:last-child{border-bottom:0}
.up-row span:first-child{color:#948d83}.up-row span:last-child{color:#4d453d}
.up-field{display:block;padding:8px 0;border-bottom:1px solid #f5f2ec}
.up-field:last-child{border-bottom:0}
.up-field span{display:block;margin-bottom:4px;font-size:11px;color:#948d83}
.up-field input{width:100%;height:36px;border:1px solid #e5dfd6;border-radius:6px;padding:0 9px;font-size:12px;outline:0;background:#fdfcf9}
.up-field input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(238,147,0,.08);background:#fff}
.up-foot{padding:10px 18px;border-top:1px solid #eee9e1}
.up-logout{width:100%;height:36px;border:1px solid #e5dfd6;border-radius:7px;background:#fff;color:#8e5a4e;font-size:12px;cursor:pointer}
.up-logout:hover{background:#fff5f3;border-color:#e8c8bf}

@media(max-width:760px){.user-panel{left:12px;right:12px;width:auto}}
@media(max-width:1100px){.user-panel{left:12px;width:260px}}

/* ---- Focused workbench ---- */
.workbench-three{width:100%;max-width:800px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start}
.archive-workbench-preview{max-width:none;margin-bottom:20px}
.workbench-three>.wb-card{padding:20px}
.workbench-quick-card{grid-column:1/-1;position:relative;display:grid;grid-template-columns:minmax(0,1fr);padding:0!important;overflow:visible}
.workbench-task-card{min-height:430px}
.workbench-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.workbench-card-heading h2{font-size:16px;margin:0}
.workbench-card-heading p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}
.quick-start-intro{position:relative;overflow:hidden;padding:26px 28px;background:linear-gradient(135deg,#fff0cd 0%,#fff8e8 78%);border-radius:11px 0 0 11px;border-right:1px solid #ecd7ad}
.quick-start-intro:after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(222,133,0,.12);border-radius:50%;right:-58px;bottom:-92px}
.quick-start-label{display:inline-flex;padding:4px 8px;border-radius:5px;background:#fff;color:#b66b00;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.08em}
.quick-start-intro h2{margin:14px 0 7px;color:#2b2722;font-size:20px;letter-spacing:-.025em}
.quick-start-intro p{margin:0;color:#756d63;font-size:11px}
.quick-start-flow{display:flex;align-items:center;gap:7px;margin-top:22px;color:#6e655b;font-size:12px;line-height:18px;white-space:nowrap}
.quick-start-flow span{padding:6px 8px;border:1px solid rgba(204,126,12,.2);border-radius:6px;background:rgba(255,255,255,.65)}
.quick-start-flow i{color:#c77900;font-style:normal}
.quick-start-actions{padding:14px 16px 15px;display:grid;align-content:center;gap:10px;background:#fff;border-radius:11px}
.quick-start-actions-head{display:flex;align-items:center;justify-content:space-between}
.quick-start-actions-head strong{font-size:12px;line-height:18px;color:#3f3932}.quick-start-actions-head span{font-size:11px;line-height:16px;color:#9a9389}
.workbench-three .quick-actions{max-width:none}
.quick-start-actions .quick-action{min-height:58px}
.copy-project-picker{position:absolute;z-index:20;top:96px;right:16px;width:min(360px,calc(100% - 32px));padding:12px;border:1px solid #e5dfd5;border-radius:10px;background:#fff;box-shadow:0 14px 36px rgba(45,37,24,.14)}
.copy-project-picker>div:first-child{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 10px;font-size:12px}
.copy-project-picker>div:first-child button{width:28px;height:28px;border:0;border-radius:6px;background:#f7f4ee;color:#777168;font-size:18px}
.copy-project-picker>div:last-child{display:grid;gap:7px;max-height:330px;padding-right:2px;overflow-y:auto}
.copy-project-picker [data-copy-project]{appearance:none;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid #eee9e1;border-radius:9px;background:#fff;color:#302c27;font:inherit;text-align:left;cursor:pointer}
.copy-project-picker [data-copy-project]:hover{border-color:#e4b461;background:#fffcf7}
.copy-project-picker [data-copy-project]:focus-visible{outline:2px solid #e99000;outline-offset:2px}
.dashboard-thumb{width:42px;height:42px;flex:0 0 42px;overflow:hidden;border:1px solid #e7e1d8;border-radius:8px;background:#faf7f1;display:grid;place-items:center;color:#b57825}
.dashboard-thumb img{width:100%;height:100%;object-fit:cover}
.dashboard-thumb svg{width:24px;height:24px}
.copy-project-thumb{width:42px;height:42px;overflow:hidden;border:1px solid #e7e1d8;border-radius:8px;background:#faf7f1;display:grid;place-items:center}
.copy-project-thumb img{width:100%;height:100%;object-fit:cover}.copy-project-thumb svg{width:24px;height:24px}
.copy-project-picker [data-copy-project]>span:nth-child(2){min-width:0;display:grid;gap:3px}
.copy-project-picker [data-copy-project] strong,.copy-project-picker [data-copy-project] small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.copy-project-picker [data-copy-project] strong{font-size:12px;line-height:18px}.copy-project-picker [data-copy-project] small{font-size:11px;line-height:16px;color:var(--muted)}
.copy-project-picker [data-copy-project]>b{color:#c27100;font-size:11px;font-weight:600;white-space:nowrap}
.workbench-task-list{display:grid}
.workbench-task-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 2px;border-top:1px solid #eee9e1;color:inherit;text-decoration:none}
.workbench-task-item:first-child{border-top:0}
.workbench-task-item:hover{background:#fffcf7}
.task-rank{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#f7f4ee;color:#8d857a;font:700 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace}
.workbench-task-item.listing .task-rank{background:#fff0d4;color:#b66a00}.workbench-task-item.image .task-rank{background:#edf3f8;color:#557593}.workbench-task-item.data .task-rank{background:#f6eee8;color:#9b6543}
.workbench-task-item .task-copy{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:start;gap:4px 8px}
.workbench-task-item .task-copy small{width:max-content;padding:2px 6px;border-radius:4px;background:#f6f3ed;color:#857d72;font-size:var(--text-meta-size);line-height:var(--text-meta-line)}
.workbench-task-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#302c27;font-size:12px}
.workbench-task-item em{grid-column:1/-1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777168;font-size:11px;font-style:normal}
.workbench-task-item>b{color:#bf7000;font-size:11px;font-weight:600;white-space:nowrap}
.workbench-empty{padding:70px 20px;text-align:center;color:#948d83;font-size:11px;line-height:1.7;display:grid;gap:5px}
.workbench-empty[hidden]{display:none}
@media(max-width:1080px){.workbench-quick-card{grid-column:1;grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-start-actions{border-radius:11px}.workbench-task-card{min-height:auto}.copy-project-picker{top:130px;right:16px}}
@media(max-width:760px){.workbench-three>.wb-card{padding:16px}.quick-start-actions{padding:14px}.copy-project-picker{left:14px;right:14px;top:130px;width:auto}}
@media(max-width:470px){.quick-actions{grid-template-columns:1fr}.quick-start-actions-head span{display:none}.copy-project-picker{top:270px}}
