.google-visualization-orgchart-linebottom{
    border-bottom: 1px solid #000 !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 1px solid #000 !important;
}

.google-visualization-orgchart-lineright {
    border-right:1px solid #000 !important;
}

.google-visualization-orgchart-linetop {
    border-top: 1px solid #000 !important;
}
  .google-visualization-orgchart-table * {
    margin: 0;
    padding: 3px;
  }

  .noud {
    font-size: .75em !important;
    white-space: nowrap;
    border: 1px solid transparent !important;
    color: white;
    box-shadow: none !important;
    padding: 4px 8px !important;
    cursor: pointer;
    background-color: black !important;
  }

  .noud:hover {
    background: red !important;
    border-color: #a0a0a0 !important;
  }

  .google-visualization-orgchart-node {
    text-wrap: nowrap !important;
    width: 100px !important;
  }

  :root {
    --bg: #f3efe6;
    --panel: #fffdf8;
    --ink: #1f1c16;
    --muted: #5b564d;
    --line: #d8cfbe;
    --accent: #915f2a;
  }

  body {
    margin: 0;
    color: var(--ink);
    background:
      radial-gradient(circle at top left, rgba(145, 95, 42, 0.16), transparent 22%),
      linear-gradient(180deg, #faf6ee 0%, var(--bg) 100%);
    font-family: Georgia, "Times New Roman", serif;
  }

  a {
    color: var(--accent);
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  h1,
  h2,
  h3 {
    margin-top: 0;
    line-height: 1.1;
  }

  .site-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 56px;
  }

  .hero {
    margin-bottom: 32px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 18px 50px rgba(60, 42, 17, 0.08);
  }

  .eyebrow {
    margin: 0 0 10px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .lead {
    max-width: 72ch;
    font-size: 1.05rem;
    color: var(--muted);
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .site-nav a {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--panel);
  }

  .view-grid,
  .dataset-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .view-card,
  .dataset-card {
    display: block;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: 0 10px 28px rgba(60, 42, 17, 0.05);
  }

  .view-card strong,
  .dataset-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
  }

  .view-card span,
  .dataset-card span {
    display: block;
    color: var(--muted);
    line-height: 1.45;
  }

  .chart-page {
    padding: 24px 20px 40px;
  }

  .chart-page .site-nav {
    margin-bottom: 16px;
  }

  .chart-page svg {
    max-width: 100%;
    height: auto;
  }

  .chart-page h1 {
    margin-bottom: 12px;
  }

  .chart-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .chart-toolbar select {
    min-width: 220px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel);
    color: var(--ink);
  }

  .section-note {
    color: var(--muted);
    max-width: 68ch;
  }
