.elementor-4446 .elementor-element.elementor-element-f3b0856{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4446 .elementor-element.elementor-element-f3b0856:not(.elementor-motion-effects-element-type-background), .elementor-4446 .elementor-element.elementor-element-f3b0856 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F7;}.elementor-4446 .elementor-element.elementor-element-ea891c2{--display:flex;}.elementor-4446 .elementor-element.elementor-element-af42b88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-f3b0856 */<style>
  .viz-root {
    color-scheme: light;
    --surface-1:      #fcfcfb;
    --page-plane:     #f9f9f7;
    --text-primary:   #0b0b0b;
    --text-secondary: #52514e;
    --text-muted:     #898781;
    --gridline:       #e1e0d9;
    --baseline:       #c3c2b7;
    --border:         rgba(11,11,11,0.10);
    --good:           #006300;
    --bad:            #b3261e;
    --series-1: #2a78d6; --series-2: #eb6834; --series-3: #1baf7a;
    --series-4: #eda100; --series-5: #e87ba4; --series-6: #008300;
    --series-7: #4a3aa7; --series-8: #e34948;
    --tooltip-bg: #0b0b0b; --tooltip-text: #fcfcfb;
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .viz-root {
      color-scheme: dark;
      --surface-1:      #1a1a19;
      --page-plane:     #0d0d0d;
      --text-primary:   #ffffff;
      --text-secondary: #c3c2b7;
      --text-muted:     #898781;
      --gridline:       #2c2c2a;
      --baseline:       #383835;
      --border:         rgba(255,255,255,0.10);
      --good:           #0ca30c;
      --bad:            #e66767;
      --series-1: #3987e5; --series-2: #d95926; --series-3: #199e70;
      --series-4: #c98500; --series-5: #d55181; --series-6: #008300;
      --series-7: #9085e9; --series-8: #e66767;
      --tooltip-bg: #fcfcfb; --tooltip-text: #0b0b0b;
    }
  }
  :root[data-theme="dark"] .viz-root {
    color-scheme: dark;
    --surface-1:      #1a1a19;
    --page-plane:     #0d0d0d;
    --text-primary:   #ffffff;
    --text-secondary: #c3c2b7;
    --text-muted:     #898781;
    --gridline:       #2c2c2a;
    --baseline:       #383835;
    --border:         rgba(255,255,255,0.10);
    --good:           #0ca30c;
    --bad:            #e66767;
    --series-1: #3987e5; --series-2: #d95926; --series-3: #199e70;
    --series-4: #c98500; --series-5: #d55181; --series-6: #008300;
    --series-7: #9085e9; --series-8: #e66767;
    --tooltip-bg: #fcfcfb; --tooltip-text: #0b0b0b;
  }

  .viz-root, .viz-root * { box-sizing: border-box; }
  .viz-root {
    background: var(--page-plane);
    color: var(--text-primary);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.45;
    padding: 0 0 64px 0;
  }
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

  /* ---------- header ---------- */
  header.top { padding: 36px 0 20px; border-bottom: 1px solid var(--border); }
  .brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
  .brand-row img { height: 44px; width: auto; flex: none; }
  header.top h1 {
    font-family: Calibri, Candara, "Segoe UI", "Century Gothic", system-ui, sans-serif;
    font-size: 32px; font-weight: 700; letter-spacing: -0.01em; margin: 0; text-wrap: balance;
  }
  header.top h1 .brand-kraft { font-style: italic; font-weight: 700; color: #6B3A1E; }
  @media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) header.top h1 .brand-kraft { color: #A9764C; } }
  :root[data-theme="dark"] header.top h1 .brand-kraft { color: #A9764C; }
  header.top h1 .brand-land { font-style: italic; font-weight: 700; color: #D9841A; }
  @media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) header.top h1 .brand-land { color: #E8A23F; } }
  :root[data-theme="dark"] header.top h1 .brand-land { color: #E8A23F; }
  header.top h1 .brand-rest { font-style: normal; font-weight: 700; color: #1D6B76; }
  @media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) header.top h1 .brand-rest { color: #3E9AA6; } }
  :root[data-theme="dark"] header.top h1 .brand-rest { color: #3E9AA6; }
  header.top p.sub { color: var(--text-secondary); font-size: 15px; margin: 0 0 4px; max-width: 62ch; }
  header.top p.meta { color: var(--text-muted); font-size: 12.5px; margin: 10px 0 0; }
  header.top p.meta a { color: var(--text-muted); }

  /* ---------- sticky legend ---------- */
  .legend-bar {
    position: sticky; top: 0; z-index: 20;
    background: color-mix(in srgb, var(--page-plane) 92%, transparent);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
  }
  .legend-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .legend-row .hint { font-size: 11.5px; color: var(--text-muted); margin-right: 4px; }
  .chip {
    display: inline-flex; align-items: center; gap: 6px;
    border: 1px solid var(--border); border-radius: 999px;
    padding: 5px 12px 5px 9px; font-size: 12.5px; font-weight: 600;
    background: var(--surface-1); color: var(--text-primary);
    cursor: pointer; user-select: none; transition: opacity .15s ease;
  }
  .chip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c); flex: none; }
  .chip.off { opacity: 0.38; }
  .chip.off .dot { background: var(--text-muted); }

  /* ---------- tabs ---------- */
  .tabs-row { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border); }
  .tab-btn {
    border: none; background: transparent; cursor: pointer; font-family: inherit;
    font-size: 13px; font-weight: 700; color: var(--text-secondary);
    padding: 7px 14px; border-radius: 8px 8px 0 0; position: relative; top: 1px;
  }
  .tab-btn:hover { color: var(--text-primary); background: var(--border); }
  .tab-btn.active { color: var(--series-1); background: var(--surface-1); border: 1px solid var(--border); border-bottom: 1px solid var(--surface-1); }
  .tab-panel { animation: tabfade .15s ease; }
  @keyframes tabfade { from { opacity: 0; } to { opacity: 1; } }

  /* ---------- sections ---------- */
  section.grp { padding: 40px 0 8px; border-bottom: 1px solid var(--border); }
  section.grp:last-of-type { border-bottom: none; }
  .grp-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
  .grp-head h2 { font-size: 20px; font-weight: 750; margin: 0; letter-spacing: -0.01em; }
  .grp-head .eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
  .grp-note { color: var(--text-secondary); font-size: 13.5px; margin: 4px 0 18px; max-width: 78ch; }

  .chart-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; align-items: start; }
  @media (max-width: 860px) { .chart-grid { grid-template-columns: 1fr; } }
  .card {
    background: var(--surface-1); border: 1px solid var(--border); border-radius: 14px;
    padding: 16px 18px 12px;
  }
  .card h3 { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-secondary); margin: 0 0 10px; }
  .card svg { width: 100%; height: auto; display: block; overflow: visible; }

  details.tbl { margin-top: 10px; }
  details.tbl summary { cursor: pointer; font-size: 12.5px; color: var(--text-secondary); font-weight: 600; padding: 4px 0; }
  table.data { width: 100%; border-collapse: collapse; font-size: 12px; margin-top: 8px; }
  table.data caption { text-align: left; font-size: 11px; color: var(--text-muted); margin-bottom: 4px; }
  table.data th, table.data td { text-align: right; padding: 4px 8px; font-variant-numeric: tabular-nums; border-bottom: 1px solid var(--gridline); white-space: nowrap; }
  table.data th:first-child, table.data td:first-child { text-align: left; }
  table.data thead th { color: var(--text-muted); font-weight: 600; font-size: 10.5px; text-transform: uppercase; }
  .scrollx { overflow-x: auto; }

  /* tooltip */
  #tip {
    position: fixed; pointer-events: none; z-index: 9999;
    background: var(--tooltip-bg); color: var(--tooltip-text);
    font-size: 12px; font-weight: 600; padding: 6px 9px; border-radius: 8px;
    transform: translate(-50%, -115%); white-space: nowrap; opacity: 0; transition: opacity .08s ease;
    font-variant-numeric: tabular-nums;
  }
  #tip .t2 { font-weight: 400; color: var(--tooltip-text); opacity: .75; margin-left: 5px; }

  /* ---------- news ---------- */
  .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
  @media (max-width: 560px) { .news-grid { grid-template-columns: 1fr; } }
  .news-card { background: var(--surface-1); border: 1px solid var(--border); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
  .news-card h3 { font-size: 14.5px; font-weight: 800; margin: 0; }
  .news-cat { }
  .news-cat .lbl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); display: block; margin-bottom: 3px; }
  .news-cat p { font-size: 12.5px; color: var(--text-secondary); margin: 0 0 3px; }
  .news-cat a { font-size: 11px; color: var(--text-muted); }

  /* ---------- hiring ---------- */
  .legend-row .hint {
    font-size: 11.5px;
    color: var(--text-muted);
    margin-right: 4px;
    display: none;
}
  .hire-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
  @media (max-width: 560px) { .hire-grid { grid-template-columns: 1fr; } }
  .hire-card { background: var(--surface-1); border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
  .hire-card h3 { font-size: 14px; font-weight: 800; margin: 0 0 2px; }
  .hire-card .tot { font-size: 11.5px; color: var(--text-muted); margin-bottom: 12px; }
  .hbar-row { margin-bottom: 8px; }
  .hbar-row .lbl { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--text-secondary); margin-bottom: 3px; }
  .hbar-row .lbl b { color: var(--text-primary); font-variant-numeric: tabular-nums; }
  .hbar-track { height: 7px; border-radius: 4px; background: var(--gridline); overflow: hidden; }
  .hbar-fill { height: 100%; border-radius: 4px; }

  .callout { background: var(--surface-1); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; margin-top: 18px; }
  .callout h4 { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--text-secondary); margin: 0 0 10px; }
  .callout .co-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; font-size: 12.5px; }
  .callout .co-grid strong { display:block; margin-bottom: 3px; }
  .callout .co-grid span.n { color: var(--text-muted); }
  .callout .co-grid ul { margin: 6px 0 0; padding-left: 16px; color: var(--text-secondary); }
  .callout .co-grid li { margin-bottom: 2px; }

  footer.f { padding: 30px 0 0; color: var(--text-muted); font-size: 11.5px; max-width: 90ch; }
  footer.f .disclaimer { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--border); color: var(--text-secondary); }
  footer.f .disclaimer strong { color: var(--text-primary); }
  footer.f a { color: var(--text-muted); }
</style>/* End custom CSS */