:root{
    --paper:#F4EFE6;
    --surface:#FBF8F1;
    --surface-2:#EDE6D7;
    --ink:#1D1E26;
    --ink-muted:#6D6F7A;
    --ink-faint:#9A968C;
    --rule:#D4CEC1;
    --rule-strong:#B8AE9A;
    --blueprint:#2647A6;
    --blueprint-tint:#DBE1F1;
    --done:#517A4E;
    --done-tint:#DDE6D8;
    --active:#C87F2A;
    --active-tint:#F4E3C7;
    --pending:#8B8578;
    --pending-tint:#E4DFD3;
    --attention:#B84A3E;
    --attention-tint:#F0D5CE;

    /* attribute palette — validated categorical, distinct from status hues */
    --attr-capacity:#1F5FBF;   /* 产能 · strong blue */
    --attr-capacity-tint:#D9E4F4;
    --attr-lighthouse:#E0A020; /* 灯塔 · amber */
    --attr-lighthouse-tint:#F7E8C4;
    --attr-oem:#C7302E;        /* 代工 · crimson */
    --attr-oem-tint:#F4D1D0;
    --attr-ext:#0E8A9C;        /* 外部主机厂 · deep teal */
    --attr-ext-tint:#CFE9EC;
    --attr-selfmgr:#7A32B0;    /* 自管灯塔 · purple */
    --attr-selfmgr-tint:#E4D3F0;
    --attr-planning:#9CA0A8;   /* 规划中 · neutral gray */
    --attr-planning-tint:#E5E6E9;

    --land:#EBE4D3;
    --land-stroke:#B8AE95;

    --shadow: 0 1px 0 rgba(0,0,0,.02), 0 8px 24px -12px rgba(29,30,38,.08);
  }
  @media (prefers-color-scheme: dark){
    :root:not([data-theme="light"]){
      --paper:#14161C;
      --surface:#1B1D24;
      --surface-2:#242731;
      --ink:#E8E5DC;
      --ink-muted:#9A9AA5;
      --ink-faint:#61636D;
      --rule:#2C2E36;
      --rule-strong:#3B3E48;
      --blueprint:#7C9CF0;
      --blueprint-tint:#1F2A48;
      --done:#7DA678;
      --done-tint:#1E2A20;
      --active:#E0A05C;
      --active-tint:#3A2A18;
      --pending:#A5A092;
      --pending-tint:#2B2A26;
      --attention:#D9705F;
      --attention-tint:#3A1E1A;

      --attr-capacity:#7BA6D0;
      --attr-capacity-tint:#22303D;
      --attr-lighthouse:#F0C561;
      --attr-lighthouse-tint:#3A2E17;
      --attr-oem:#F08078;
      --attr-oem-tint:#3A1E1B;
      --attr-ext:#5AC1CE;
      --attr-ext-tint:#153036;
      --attr-selfmgr:#C48CE5;
      --attr-selfmgr-tint:#2B1B38;
      --attr-planning:#A5A5AC;
      --attr-planning-tint:#2A2A2E;

      --land:#20232C;
      --land-stroke:#3A3D48;

      --shadow: 0 1px 0 rgba(0,0,0,.35), 0 12px 30px -14px rgba(0,0,0,.7);
    }
  }
  :root[data-theme="dark"]{
    --paper:#14161C; --surface:#1B1D24; --surface-2:#242731;
    --ink:#E8E5DC; --ink-muted:#9A9AA5; --ink-faint:#61636D;
    --rule:#2C2E36; --rule-strong:#3B3E48;
    --blueprint:#7C9CF0; --blueprint-tint:#1F2A48;
    --done:#7DA678; --done-tint:#1E2A20;
    --active:#E0A05C; --active-tint:#3A2A18;
    --pending:#A5A092; --pending-tint:#2B2A26;
    --attention:#D9705F; --attention-tint:#3A1E1A;
    --attr-capacity:#7BA6D0; --attr-capacity-tint:#22303D;
    --attr-lighthouse:#F0C561; --attr-lighthouse-tint:#3A2E17;
    --attr-oem:#F08078; --attr-oem-tint:#3A1E1B;
    --attr-ext:#5AC1CE; --attr-ext-tint:#153036;
    --attr-selfmgr:#C48CE5; --attr-selfmgr-tint:#2B1B38;
    --attr-planning:#A5A5AC; --attr-planning-tint:#2A2A2E;
    --land:#20232C; --land-stroke:#3A3D48;
    --shadow: 0 1px 0 rgba(0,0,0,.35), 0 12px 30px -14px rgba(0,0,0,.7);
  }

  :root[data-theme="sepia"]{
    --paper:#EFE6D2; --surface:#F5EEDB; --surface-2:#E5DAB9;
    --ink:#3D2E17; --ink-muted:#7A6A4F; --ink-faint:#A5967B;
    --rule:#D4C7A7; --rule-strong:#B8A87F;
    --blueprint:#5E4A7C; --blueprint-tint:#E3DCEB;
    --done:#4E7A3E; --done-tint:#DEE6CD;
    --active:#B87025; --active-tint:#F0DDBD;
    --pending:#8A7C62; --pending-tint:#E0D6BE;
    --attention:#A0413A; --attention-tint:#EFCFC6;
    --attr-capacity:#2F5A9E; --attr-capacity-tint:#D5DEEC;
    --attr-lighthouse:#C9911E; --attr-lighthouse-tint:#F0DCB6;
    --attr-oem:#B02E2E; --attr-oem-tint:#EDCAC5;
    --attr-ext:#1E7D8C; --attr-ext-tint:#C7E1E5;
    --attr-selfmgr:#6E2AA0; --attr-selfmgr-tint:#DFC9EA;
    --attr-planning:#8F8E88; --attr-planning-tint:#D9D6CC;
    --land:#DFCFA8; --land-stroke:#A69674;
    --shadow: 0 1px 0 rgba(60,45,25,.06), 0 8px 24px -12px rgba(60,45,25,.15);
  }

  :root[data-theme="midnight"]{
    --paper:#0B1220; --surface:#131A2A; --surface-2:#1B2338;
    --ink:#DCE4F5; --ink-muted:#8D9AB8; --ink-faint:#556180;
    --rule:#232C42; --rule-strong:#324058;
    --blueprint:#88A9F5; --blueprint-tint:#1A2650;
    --done:#5EC2A0; --done-tint:#0F2A25;
    --active:#F0B060; --active-tint:#3B2A16;
    --pending:#9AA6B8; --pending-tint:#242A38;
    --attention:#E86D6D; --attention-tint:#3C1B1B;
    --attr-capacity:#7CB0FF; --attr-capacity-tint:#182740;
    --attr-lighthouse:#F5C46C; --attr-lighthouse-tint:#3A2C16;
    --attr-oem:#F58585; --attr-oem-tint:#3A1F1F;
    --attr-ext:#5FD2E0; --attr-ext-tint:#132F35;
    --attr-selfmgr:#D28EF0; --attr-selfmgr-tint:#2A1A38;
    --attr-planning:#A5B0C4; --attr-planning-tint:#242A38;
    --land:#131A2A; --land-stroke:#2E3B58;
    --shadow: 0 1px 0 rgba(0,0,0,.4), 0 12px 30px -14px rgba(0,0,0,.75);
  }

  html,body{background:var(--paper); color:var(--ink);}
  body{
    font-family:"IBM Plex Sans","Noto Sans SC","PingFang SC",system-ui,sans-serif;
    font-size:14px; line-height:1.5;
    -webkit-font-smoothing:antialiased;
    padding:0; margin:0;
  }
  .wrap{max-width:1240px; margin:0 auto; padding:32px 28px 64px;}

  /* header */
  header{
    display:flex; justify-content:space-between; align-items:flex-end;
    padding-bottom:18px; border-bottom:1px solid var(--rule);
    gap:24px; flex-wrap:wrap;
  }
  .brand{display:flex; align-items:center; gap:14px;}
  .stamp{
    width:78px; height:56px; border:1.5px solid var(--ink);
    display:grid; place-items:center; border-radius:2px;
    font-family:"IBM Plex Mono",monospace; font-size:11px;
    letter-spacing:.06em; line-height:1.15; text-align:center;
    color:var(--ink); flex-shrink:0;
  }
  .stamp span{display:block;}
  .stamp .n{font-family:"IBM Plex Serif",serif; font-style:italic; font-size:18px; letter-spacing:0; margin-top:2px;}
  h1{
    font-family:"IBM Plex Serif",serif;
    font-weight:500; font-size:30px; line-height:1.1; margin:0;
    letter-spacing:-.01em; text-wrap:balance;
  }
  .sub{
    color:var(--ink-muted); font-size:13px; margin-top:6px;
    font-family:"IBM Plex Mono",monospace;
    text-transform:uppercase; letter-spacing:.06em;
  }
  .meta{
    text-align:right; font-family:"IBM Plex Mono",monospace;
    font-size:11px; color:var(--ink-muted); line-height:1.7;
    text-transform:uppercase; letter-spacing:.06em;
  }
  .meta .val{color:var(--ink); font-size:12px;}
  .theme-toggle{
    background:transparent; border:1px solid var(--rule-strong);
    color:var(--ink-muted); padding:5px 10px; font-family:inherit;
    font-size:11px; cursor:pointer; letter-spacing:.05em;
    text-transform:uppercase; border-radius:2px; margin-top:6px;
  }
  .theme-toggle:hover{color:var(--ink); border-color:var(--ink-muted);}
  #refreshBtn{ color:var(--blueprint); border-color:var(--blueprint); }
  #refreshBtn:hover{ background:var(--blueprint-tint); color:var(--blueprint); }
  .refresh-modal{
    display:none; position:fixed; inset:0; z-index:1100;
    background:rgba(29,30,38,.48); align-items:center; justify-content:center;
    padding:24px;
  }
  .refresh-modal.show{ display:flex; }
  .refresh-card{
    max-width:640px; width:100%; background:var(--surface); color:var(--ink);
    border:1px solid var(--rule-strong); border-radius:6px;
    padding:22px 24px; box-shadow:var(--shadow);
  }
  .refresh-title{
    font-size:15px; font-weight:600; margin:0 0 6px 0;
  }
  .refresh-sub{
    font-size:12.5px; color:var(--ink-muted); line-height:1.55; margin:0 0 12px 0;
  }
  .refresh-cmd{
    background:var(--surface-2); border:1px solid var(--rule);
    border-radius:4px; padding:10px 12px; margin:0 0 12px 0;
    font-family:"IBM Plex Mono",monospace; font-size:11.5px;
    white-space:pre-wrap; word-break:break-all; color:var(--ink);
  }
  .refresh-actions{ display:flex; gap:8px; margin-bottom:10px; }
  .refresh-foot{
    font-size:11px; color:var(--ink-faint); margin:0; line-height:1.5;
  }
  .refresh-foot code{
    background:var(--surface-2); padding:1px 5px; border-radius:2px;
    font-family:"IBM Plex Mono",monospace; font-size:10.5px;
  }

  /* KPI strip */
  .kpi-row{
    display:grid; grid-template-columns:repeat(5,1fr);
    gap:0; margin-top:24px;
    border:1px solid var(--rule); background:var(--surface);
    border-radius:3px; overflow:hidden;
  }
  .kpi{
    padding:18px 20px; border-right:1px solid var(--rule);
    position:relative;
  }
  .kpi:last-child{border-right:0;}
  .kpi .label{
    font-family:"IBM Plex Mono",monospace;
    font-size:10px; color:var(--ink-muted);
    letter-spacing:.09em; text-transform:uppercase;
    display:flex; align-items:center; gap:6px;
  }
  .kpi .dot{width:6px; height:6px; border-radius:50%;}
  .kpi .value{
    font-family:"IBM Plex Serif",serif;
    font-weight:400; font-size:32px; line-height:1.1;
    margin-top:8px; font-variant-numeric:tabular-nums;
    letter-spacing:-.01em;
  }
  .kpi .unit{
    font-family:"IBM Plex Sans",sans-serif;
    font-size:12px; color:var(--ink-muted);
    margin-left:4px; font-weight:400;
  }
  .kpi .foot{
    font-size:11px; color:var(--ink-muted); margin-top:4px;
  }

  /* main grid */
  .main{
    display:grid; grid-template-columns: 1.55fr 1fr;
    gap:18px; margin-top:18px;
  }
  @media (max-width: 960px){
    .main{grid-template-columns:1fr;}
    .kpi-row{grid-template-columns:repeat(2,1fr);}
    .kpi{border-bottom:1px solid var(--rule);}
    .kpi:nth-child(odd){border-right:1px solid var(--rule);}
    .kpi:nth-child(even){border-right:0;}
  }
  .panel{
    background:var(--surface); border:1px solid var(--rule);
    border-radius:3px; padding:20px;
  }
  .panel-head{
    display:flex; justify-content:space-between; align-items:baseline;
    gap:16px; margin-bottom:12px;
  }
  .panel-title{
    font-family:"IBM Plex Sans",sans-serif; font-weight:600;
    font-size:13px; letter-spacing:.02em; color:var(--ink);
  }
  .panel-sub{
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    color:var(--ink-muted); text-transform:uppercase; letter-spacing:.08em;
  }

  /* geo scatter */
  .geo-panel{position:relative;}
  .geo{width:100%; height:auto; display:block;}
  .geo .province{
    fill:var(--land); stroke:var(--land-stroke);
    stroke-width:.5; stroke-linejoin:round;
    transition: fill .12s;
  }
  .geo .province.has-site{fill:var(--surface-2);}
  .geo .province-name{
    font-family:"IBM Plex Sans","Noto Sans SC",sans-serif; font-size:9px;
    fill:var(--ink-faint); pointer-events:none;
    text-anchor:middle;
  }
  .geo .plot-dot{cursor:pointer;}
  .geo .plot-dot .hover-halo{
    fill:var(--ink); fill-opacity:0; pointer-events:none;
    transition:fill-opacity .12s;
  }
  .geo .plot-dot:hover .hover-halo{fill-opacity:.08;}
  .geo .plot-dot:hover circle:not(.hover-halo):not(.plot-ring):not(.plot-halo-pending){
    stroke-width:2.4;
  }
  .geo .plot-ring{fill:none; stroke:var(--surface); stroke-width:2;}
  .geo .plot-label{
    font-family:"IBM Plex Sans",sans-serif; font-size:10px;
    fill:var(--ink); pointer-events:none;
    paint-order:stroke; stroke:var(--surface); stroke-width:2.5px;
  }
  .geo .plot-halo-pending{
    fill:none; stroke-dasharray:2 2; stroke-width:1.2;
  }
  .legend{
    display:flex; gap:14px; flex-wrap:wrap; margin-top:10px;
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    color:var(--ink-muted); text-transform:uppercase; letter-spacing:.06em;
  }
  .legend .item{display:flex; align-items:center; gap:6px;}
  .legend .swatch{width:9px; height:9px; border-radius:50%;}

  /* watch list */
  .watch{display:flex; flex-direction:column; gap:12px;}
  .watch-item{
    padding:12px 14px; border:1px solid var(--rule);
    border-left:3px solid var(--rule-strong); border-radius:2px;
    background:var(--paper);
  }
  .watch-item.hot{border-left-color:var(--active); background:var(--active-tint);}
  .watch-item.attn{border-left-color:var(--attention); background:var(--attention-tint);}
  .watch-item.done{border-left-color:var(--done);}
  .watch-item.pending{border-left-color:var(--pending);}
  .watch-head{
    display:flex; justify-content:space-between; align-items:baseline;
    gap:10px; margin-bottom:4px;
  }
  .watch-title{font-weight:600; font-size:13px; color:var(--ink);}
  .watch-days{
    font-family:"IBM Plex Mono",monospace; font-size:11px;
    color:var(--ink); font-weight:500;
  }
  .watch-days .unit-sm{color:var(--ink-muted); font-size:9px; text-transform:uppercase; letter-spacing:.05em; margin-left:2px;}
  .watch-meta{font-size:11px; color:var(--ink-muted); line-height:1.5;}
  .progress{
    height:4px; background:var(--rule); border-radius:2px;
    margin-top:8px; overflow:hidden; position:relative;
  }
  .progress .bar{height:100%; background:var(--active); border-radius:2px;}
  .watch-item.done .progress .bar{background:var(--done);}
  .watch-item.attn .progress .bar{background:var(--attention);}
  .watch-item.pending .progress .bar{background:var(--pending);}

  /* charts row */
  .charts{
    display:grid; grid-template-columns: 1.7fr 1fr;
    gap:18px; margin-top:18px;
  }
  @media (max-width: 960px){
    .charts{grid-template-columns:1fr;}
  }
  .bars{display:flex; flex-direction:column; gap:8px; margin-top:8px;}
  .bar-row{
    display:grid; grid-template-columns:70px 1fr 68px;
    align-items:center; gap:10px; font-size:12px;
  }
  .bar-row .prov{
    color:var(--ink); font-weight:500;
    font-family:"IBM Plex Sans",sans-serif;
  }
  .bar-track{
    position:relative; height:22px; background:transparent;
    border-radius:2px;
  }
  .bar-stack{
    height:100%; display:flex; gap:2px; border-radius:2px; overflow:hidden;
  }
  .bar-seg{height:100%;}
  .bar-seg.done{background:var(--done);}
  .bar-seg.active{background:var(--active);}
  .bar-seg.pending{background:var(--pending);}
  .bar-seg.attention{background:var(--attention);}
  .bar-value{
    font-family:"IBM Plex Mono",monospace; font-size:12px;
    color:var(--ink); text-align:right; font-variant-numeric:tabular-nums;
  }
  .bar-value .u{color:var(--ink-muted); font-size:10px; margin-left:2px;}

  /* status donut */
  .donut-wrap{
    display:grid; grid-template-columns: 130px 1fr;
    gap:16px; align-items:center; margin-top:6px;
  }
  .donut svg{display:block; width:130px; height:130px;}
  .donut-center{
    font-family:"IBM Plex Serif",serif; font-size:26px;
    text-anchor:middle; fill:var(--ink); font-weight:400;
  }
  .donut-center-sub{
    font-family:"IBM Plex Mono",monospace; font-size:9px;
    text-anchor:middle; fill:var(--ink-muted);
    text-transform:uppercase; letter-spacing:.08em;
  }
  .donut-legend{display:flex; flex-direction:column; gap:8px;}
  .donut-legend .li{
    display:grid; grid-template-columns: 10px 1fr auto;
    gap:8px; align-items:center; font-size:12px;
  }
  .donut-legend .li .sq{width:10px; height:10px; border-radius:2px;}
  .donut-legend .li .label{color:var(--ink);}
  .donut-legend .li .val{
    font-family:"IBM Plex Mono",monospace;
    color:var(--ink-muted); font-size:11px;
    font-variant-numeric:tabular-nums;
  }

  /* factory table */
  .table-wrap{margin-top:18px;}
  .filters{
    display:flex; gap:8px; flex-wrap:wrap; margin-bottom:12px;
    align-items:center;
  }
  .filters .flabel{
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    color:var(--ink-muted); text-transform:uppercase;
    letter-spacing:.08em; margin-right:6px;
  }
  .chip{
    padding:5px 10px; border:1px solid var(--rule-strong);
    background:var(--surface); border-radius:100px;
    font-family:inherit; font-size:11px; color:var(--ink-muted);
    cursor:pointer; letter-spacing:.02em;
  }
  .chip:hover{color:var(--ink);}
  .chip.on{background:var(--ink); color:var(--paper); border-color:var(--ink);}
  .chip .cnt{
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    margin-left:6px; opacity:.6;
  }

  .tbl-scroll{overflow-x:auto; border:1px solid var(--rule); border-radius:3px; background:var(--surface);}
  table{
    width:100%; border-collapse:collapse; font-size:12.5px;
    min-width:1100px;
  }
  th{
    text-align:left; font-weight:500; padding:11px 14px;
    background:var(--surface-2);
    color:var(--ink-muted); border-bottom:1px solid var(--rule);
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    text-transform:uppercase; letter-spacing:.08em;
    white-space:nowrap; position:sticky; top:0;
  }
  td{
    padding:12px 14px; border-bottom:1px solid var(--rule);
    color:var(--ink); vertical-align:middle;
  }
  tr:last-child td{border-bottom:0;}
  tr:hover td{background:var(--paper);}
  td.mono, th.mono{
    font-family:"IBM Plex Mono",monospace;
    font-variant-numeric:tabular-nums;
  }
  td.weekly{
    min-width:220px; max-width:320px; vertical-align:top;
    padding-top:10px; padding-bottom:10px;
  }
  td.weekly .clamp{
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
    overflow:hidden; text-overflow:ellipsis;
    font-size:12px; line-height:1.45; color:var(--ink-muted);
    white-space:normal; word-break:break-word; cursor:pointer;
  }
  td.weekly .clamp:hover{ color:var(--ink); }
  td.weekly .empty{ color:var(--ink-faint); font-size:12px; }
  /* popover shown on hover / focus */
  .weekly-pop{
    position:fixed; z-index:1000; display:none;
    max-width:420px; max-height:60vh; overflow:auto;
    background:var(--surface); color:var(--ink);
    border:1px solid var(--rule-strong); border-radius:6px;
    box-shadow:var(--shadow);
    padding:12px 14px; font-size:12.5px; line-height:1.55;
    white-space:pre-wrap; word-break:break-word;
  }
  .weekly-pop.show{ display:block; }
  .weekly-pop-title{
    font-family:"IBM Plex Mono",monospace; font-size:10.5px;
    color:var(--ink-muted); letter-spacing:.06em; text-transform:uppercase;
    margin-bottom:6px; padding-bottom:6px; border-bottom:1px solid var(--rule);
  }
  .badge{
    display:inline-block; padding:2px 8px; border-radius:100px;
    font-size:10.5px; font-family:"IBM Plex Mono",monospace;
    letter-spacing:.04em; white-space:nowrap;
  }
  .b-done{background:var(--done-tint); color:var(--done);}
  .b-active{background:var(--active-tint); color:var(--active);}
  .b-pending{background:var(--pending-tint); color:var(--pending);}
  .b-attention{background:var(--attention-tint); color:var(--attention);}
  .b-outline{border:1px solid var(--rule-strong); color:var(--ink-muted);}
  .b-attr-capacity{background:var(--attr-capacity-tint); color:var(--attr-capacity);}
  .b-attr-lighthouse{background:var(--attr-lighthouse-tint); color:var(--attr-lighthouse);}
  .b-attr-oem{background:var(--attr-oem-tint); color:var(--attr-oem);}
  .b-attr-ext{background:var(--attr-ext-tint); color:var(--attr-ext);}
  .b-attr-selfmgr{background:var(--attr-selfmgr-tint); color:var(--attr-selfmgr);}
  .b-attr-planning{background:var(--attr-planning-tint); color:var(--attr-planning);}
  .tags{display:flex; gap:4px; flex-wrap:wrap;}
  .fresh{
    display:inline-block; width:8px; height:8px; border-radius:50%;
    background:var(--done); margin-right:6px; vertical-align:middle;
  }
  .fresh.stale{background:var(--pending);}
  .fresh.old{background:var(--attention);}
  .tbl-empty{
    padding:36px; text-align:center; color:var(--ink-muted);
    font-family:"IBM Plex Mono",monospace; font-size:12px;
  }

  /* tooltip */
  .tip{
    position:fixed; z-index:100; pointer-events:none;
    background:var(--ink); color:var(--paper);
    padding:10px 12px; border-radius:3px; font-size:12px;
    max-width:260px; line-height:1.4;
    box-shadow: var(--shadow);
    opacity:0; transition:opacity .1s;
  }
  .tip.show{opacity:1;}
  .tip .tt-t{font-weight:600; margin-bottom:2px;}
  .tip .tt-l{
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    opacity:.7; text-transform:uppercase; letter-spacing:.05em;
    margin-top:6px;
  }
  .tip .tt-v{font-family:"IBM Plex Mono",monospace; font-size:11px;}

  /* footer */
  footer{
    margin-top:32px; padding-top:20px; border-top:1px solid var(--rule);
    display:flex; justify-content:space-between; gap:16px;
    font-family:"IBM Plex Mono",monospace; font-size:10px;
    color:var(--ink-faint); text-transform:uppercase; letter-spacing:.06em;
    flex-wrap:wrap;
  }
/* ---- Output panel (full width, 2 columns) ---- */
.output-panel { margin-top: 18px; }
.watch.watch-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 720px){
  .watch.watch-2col { grid-template-columns: 1fr; }
}

/* factory link cells in table */
td.factory-link { cursor: pointer; }
td.factory-link:hover { color: var(--blueprint); background: var(--blueprint-tint); }

/* factory table col adjustments */
td.col-province { white-space: nowrap; min-width: 68px; line-height: 1.4; }
td.col-province strong { font-size: 13px; }
td.col-owner { white-space: nowrap; min-width: 68px; }
