.elementor-49804 .elementor-element.elementor-element-519936c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:50px;--margin-bottom:50px;--margin-left:50px;--margin-right:50px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-49804 .elementor-element.elementor-element-fa299de{--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:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49804 .elementor-element.elementor-element-0ed0318{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-49804 .elementor-element.elementor-element-2c6047d{width:100%;max-width:100%;}.elementor-49804 .elementor-element.elementor-element-f1751bd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-49804 .elementor-element.elementor-element-a4babe5{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-519936c */<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@400;600&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;1,300&display=swap" rel="stylesheet">
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy:      #0D1F3C;
      --red:       #C8102E;
      --gold:      #C9922A;
      --light-gold:#F5D98B;
      --cream:     #FDFBF8;
      --white:     #FFFFFF;
      --gray-mid:  #8A8A8A;
    }

    

    .card {
      background: var(--navy);
      max-width: 720px;
      width: 100%;
      border-top: 6px solid var(--red);
      border-bottom: 6px solid var(--gold);
      box-shadow: 0 12px 48px rgba(0,0,0,0.28);
    }

    .card-top {
      padding: 36px 48px 28px;
      border-bottom: 1px solid rgba(201,146,42,0.25);
    }

    .eyebrow {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
      margin-bottom: 16px;
    }

    .title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 58px;
      letter-spacing: 0.03em;
      color: var(--white);
      line-height: 1;
      margin-bottom: 10px;
    }

    .title span { color: var(--red); }

    .subtitle {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 12px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--light-gold);
      font-weight: 600;
    }

    .card-body {
      padding: 28px 48px 32px;
    }

    .promise-line {
      display: flex;
      align-items: baseline;
      gap: 16px;
      margin-bottom: 20px;
    }

    .promise-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 72px;
      color: var(--red);
      line-height: 1;
      flex-shrink: 0;
    }

    .promise-label {
      font-size: 18px;
      color: var(--white);
      font-weight: 300;
      line-height: 1.3;
    }

    .promise-label strong {
      font-weight: 600;
      color: var(--light-gold);
    }

    .tagline {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      letter-spacing: 0.08em;
      margin-bottom: 28px;
      padding-left: 2px;
    }

    .launch-bar {
      background: rgba(201,146,42,0.12);
      border-left: 4px solid var(--gold);
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .launch-label {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
    }

    .launch-date {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 28px;
      color: var(--white);
      letter-spacing: 0.05em;
    }

    .card-footer {
      padding: 16px 48px;
      background: rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .footer-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 18px;
      color: var(--white);
      letter-spacing: 0.06em;
    }

    .footer-url {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.12em;
      color: var(--gold);
      font-weight: 600;
      text-decoration: none;
    }

    .footer-url:hover { color: var(--light-gold); }

    .reality-tag {
      display: inline-block;
      background: var(--red);
      color: var(--white);
      font-family: 'IBM Plex Mono', monospace;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 4px 10px;
      margin-bottom: 20px;
    }

    @media (max-width: 520px) {
      .card-top, .card-body, .card-footer { padding-left: 24px; padding-right: 24px; }
      .title { font-size: 42px; }
      .promise-num { font-size: 56px; }
      .promise-label { font-size: 16px; }
    }
  </style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0ed0318 *//* Tracker Narrative Section */
.tracker-narrative-section {
    padding: 80px 20px;
    background-color: var(--white, #ffffff);
}

.narrative-content {
    max-width: 850px;
    margin: 0 auto;
}

.eyebrow-dark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.narrative-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: var(--red, #E02020);
    margin: 0 0 40px 0;
    line-height: 1.2;
}

.sub-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--navy, #002147);
    margin: 40px 0 20px 0;
}

.tracker-narrative-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 25px;
}

.tracker-narrative-section strong {
    color: var(--navy, #002147);
    font-weight: 800;
}

/* Opponent Quote Box (Styled to look like a highlighted record) */
.opponent-quote-box {
    background-color: #F8F5F0;
    border-left: 5px solid #cccccc;
    padding: 25px 30px;
    margin-bottom: 40px;
}

.opponent-quote-box blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-style: italic;
    color: #444444;
    margin: 0 0 15px 0;
    border: none;
    padding: 0;
}

.quote-citation {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

/* Candidate Quote Box (Styled to look authoritative) */
.candidate-quote-box {
    background-color: var(--navy, #002147);
    color: var(--white, #ffffff);
    padding: 40px;
    margin-top: 50px;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.candidate-quote-box blockquote {
    font-family: 'Georgia', serif;
    font-size: 24px;
    font-style: italic;
    color: var(--white, #ffffff);
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
    line-height: 1.5;
}

.candidate-quote-box .quote-author {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #C09A5B; /* Gold */
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .narrative-headline { font-size: 28px; }
    .tracker-narrative-section p { font-size: 16px; }
    .opponent-quote-box blockquote { font-size: 18px; }
    .candidate-quote-box blockquote { font-size: 20px; }
    .candidate-quote-box { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f1751bd */<style>
  @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap');

  :root {
    --navy:       #0D1F3C;  /* CANONICAL */
    --red:        #C8102E;  /* CANONICAL -- was #C00000, corrected 2.23.26 */
    --cream:      #F8F4EE;
    --gold:       #C9922A;  /* CANONICAL -- was #C8A84B, corrected 2.23.26 */
    --light-gold: #F5D98B;  /* CANONICAL -- added 2.23.26 */
    --gray:       #8896A8;
    --lgray:      #F0F3F7;
    --white:      #FDFBF8;  /* CANONICAL off-white -- was #FFFFFF, corrected 2.23.26 */
    --empty:      #E8EDF5;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body-inside {
    font-family: 'Source Sans 3', sans-serif;
    background: var(--cream);
    color: var(--navy);
  }

  /* ── HERO BANNER ── */
  .hero {
    background: var(--navy);
    padding: 28px 40px 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--red);
  }
  .hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(28px, 5vw, 48px);
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .hero h1 span { color: var(--red); }
  .hero-sub {
    font-size: 17px;
    color: #A8BEDA;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.55;
  }

  /* ── STAT ROW ── */
  .stat-row {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 680px;
    margin: 0 auto;
  }
  .stat-cell {
    flex: 1;
    min-width: 140px;
    padding: 18px 24px;
    border: 1px solid rgba(255,255,255,0.12);
    text-align: center;
  }
  .stat-cell:first-child { border-radius: 4px 0 0 4px; }
  .stat-cell:last-child  { border-radius: 0 4px 4px 0; }
  .stat-num {
    font-family: 'Libre Baskerville', serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-num.red   { color: var(--red); }
  .stat-num.white { color: var(--white); }
  .stat-num.gold  { color: var(--gold); }
  .stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gray);
  }

  /* ── INTRO STRIP ── */
  .intro-strip {
    background: var(--red);
    padding: 22px 40px;
    text-align: center;
  }
  .intro-strip p {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(14px, 2.2vw, 18px);
    color: var(--white);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
    font-style: italic;
  }

  /* ── ROB EXPLAINER ── */
  .rob-section {
    max-width: 900px;
    margin: 48px auto 0;
    padding: 0 24px;
  }
  .rob-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 18px;
    border-left: 4px solid var(--red);
    padding-left: 16px;
  }
  .rob-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
  }
  .rob-card {
    background: var(--white);
    border: 1px solid #D4DCE8;
    border-top: 3px solid var(--navy);
    padding: 22px 20px;
  }
  .rob-q {
    font-size: 32px;
    font-family: 'Libre Baskerville', serif;
    color: var(--red);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }
  .rob-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.55;
  }

  /* ── CONTROLS ── */
  .controls {
    max-width: 960px;
    margin: 0 auto 24px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
  }
  .filter-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gray);
    margin-right: 6px;
  }
  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .filter-btn {
    padding: 6px 14px;
    border: 1.5px solid #C0CBE0;
    background: var(--white);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.15s;
  }
  .filter-btn:hover, .filter-btn.active {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
  }
  .search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #search {
    padding: 7px 14px;
    border: 1.5px solid #C0CBE0;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Source Sans 3', sans-serif;
    color: var(--navy);
    background: var(--white);
    width: 200px;
  }
  #search:focus { outline: none; border-color: var(--navy); }
  #result-count {
    font-size: 12px;
    color: var(--gray);
    white-space: nowrap;
  }

  /* ── TABLE ── */
  .table-wrap {
    max-width: 960px;
    margin: 0 auto 60px;
    padding: 0 24px;
    overflow-x: auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: var(--white);
    box-shadow: 0 2px 16px rgba(13,31,60,0.08);
  }
  thead tr {
    background: var(--navy);
  }
  thead th {
    padding: 13px 16px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
  }
  thead th:hover { background: #1A3060; }
  thead th.sorted-asc::after  { content: ' ↑'; color: var(--gold); }
  thead th.sorted-desc::after { content: ' ↓'; color: var(--gold); }

  tbody tr {
    border-bottom: 1px solid #E8EDF5;
    transition: background 0.12s;
  }
  tbody tr:hover { background: #F4F7FC; }
  tbody tr.hidden { display: none; }

  td { padding: 13px 16px; vertical-align: top; }

  .td-num {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--navy);
    width: 42px;
    text-align: center;
  }
  .td-promise {
    color: #1A1A2E;
    line-height: 1.5;
    min-width: 220px;
  }
  .td-cat {
    white-space: nowrap;
  }
  .cat-badge {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .cat-fiscal      { background: #FFF0E8; color: #C05000; }
  .cat-safety      { background: #E8EEF8; color: #1F4E79; }
  .cat-health      { background: #E8F5EC; color: #1A5C38; }
  .cat-transit     { background: #F0E8FF; color: #5A1E8C; }
  .cat-housing     { background: #FFF8E0; color: #856A00; }
  .cat-water       { background: #E0F4FF; color: #005B9E; }
  .cat-governance  { background: #F5E8F0; color: #8C1E5A; }
  .cat-economic    { background: #F0F5E8; color: #3D6B1A; }


  .td-fiscal-acct {
    width: 130px;
    vertical-align: middle;
    color: #888;
    font-size: 11px;
    font-style: italic;
    line-height: 1.6;
  }
  .fa-line { display: block; }
  .fa-sep  { display: none; }

  .td-empty {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #C8CBd0;
    width: 110px;
  }
  .td-empty span {
    display: inline-block;
    padding: 3px 10px;
    background: #F0F2F6;
    border-radius: 2px;
    color: #B0B8C4;
  }

  .td-expand {
    width: 32px;
    text-align: center;
    cursor: pointer;
    color: var(--gray);
    font-size: 18px;
  }

  /* Expanded detail row */
  .detail-row { display: none; }
  .detail-row td {
    background: #F4F7FC;
    border-top: none;
    padding: 0 16px 20px 56px;
  }
  .detail-row.open { display: table-row; }
  .rob-questions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 10px;
  }
  .rob-q-box {
    background: var(--white);
    border: 1px solid #D4DCE8;
    border-left: 3px solid var(--red);
    padding: 12px 14px;
  }
  .rob-q-box .q-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 6px;
  }
  .rob-q-box .q-answer {
    font-size: 13px;
    color: var(--red);
    font-weight: 600;
  }

  /* ── FOOTER ── */
  .source-footer {
    background: var(--navy);
    padding: 28px 40px;
    text-align: center;
  }
  .source-footer p {
    font-size: 12px;
    color: #6888AA;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
  }
  .source-footer strong { color: #A8BEDA; }


  /* ══════════════════════════════════════════════════════════════
     MOBILE CARD LAYOUT — phones < 680px
     Table converts to vertically-stacked promise cards.
     ══════════════════════════════════════════════════════════════ */
  @media (max-width: 680px) {
    /* Kill the table structure */
    table, thead, tbody, tr, td, th { display: block; }
    thead { display: none; }

    /* Each row becomes a card */
    tbody tr {
      margin: 0 0 10px;
      border: 1px solid #D8D8E8;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    }
    tbody tr.has-contra {
      border-left: 4px solid var(--red);
    }

    /* Promise cell: full width card header */
    .td-promise {
      background: white;
      padding: 12px 14px 8px;
      font-size: 13.5px;
      font-weight: 600;
      color: #1A1A2E;
      border-bottom: 1px solid #EFEFEF;
      min-width: unset;
    }

    /* Number cell: inline with category */
    .td-num {
      display: inline-block !important;
      background: var(--navy);
      color: var(--gold);
      font-weight: 700;
      font-size: 11px;
      padding: 4px 10px;
      width: auto !important;
    }
    .td-cat {
      display: inline-block !important;
      padding: 4px 10px;
      vertical-align: top;
    }

    /* Fiscal accountability row */
    .td-fiscal-acct {
      padding: 6px 14px;
      font-size: 11px;
      background: #FAFAFA;
      border-top: 1px solid #EFEFEF;
      width: auto !important;
    }
    .fa-line { display: inline; }
    .fa-sep  { display: inline; }

    /* Detail row spans full card */
    .detail-row td {
      padding: 0 !important;
    }
    .detail-row .detail-inner {
      padding: 12px 14px;
      background: #F8F8FC;
    }

    /* Expand button full width on mobile */
    .expand-btn {
      display: block;
      margin: 6px 0 0;
      text-align: center;
      padding: 6px 12px;
      font-size: 11px;
    }

    /* Quote panel stacks vertically on mobile */
    .quote-panel {
      grid-template-columns: 1fr !important;
    }

    /* Hero adjustments */
    .hero-title { font-size: 22px; }
    .hero-stats { grid-template-columns: 1fr 1fr; }
    .hero-stat:last-child { grid-column: span 2; }

    /* Why built panel */
    .why-built-inner { flex-direction: column; align-items: center; text-align: center; }
    .why-built-photo { margin-bottom: 12px; }

    /* Header identity row */
    .candidate-header-row { flex-direction: column; text-align: center; gap: 10px; }
    .cand-info { text-align: center; }

    /* Footer */
    .candidate-footer-strip { flex-direction: column; align-items: flex-start; gap: 12px; }
  }


  /* ── CONTRADICTION BADGE ── */
  .contra-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #FFF0E8;
    border: 1.5px solid var(--red);
    color: var(--red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 2px;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .contra-badge::before { content: '⚑ '; }

  /* ── QUOTE PANEL in detail row ── */
  .quote-panel {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .niren-quote-box {
    background: #FFF8F8;
    border: 1px solid #E8C8C8;
    border-left: 4px solid var(--red);
    padding: 14px 16px;
  }
  .pvd-response-box {
    background: #F4F8FF;
    border: 1px solid #C8D8E8;
    border-left: 4px solid var(--navy);
    padding: 14px 16px;
  }
  .qp-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .niren-quote-box .qp-label { color: var(--red); }
  .pvd-response-box .qp-label { color: var(--navy); }
  .qp-quote {
    font-size: 13px;
    line-height: 1.55;
    color: #2A1A1A;
    font-style: italic;
  }
  .qp-source {
    font-size: 11px;
    color: var(--gray);
    margin-top: 6px;
  }
  .qp-response {
    font-size: 13px;
    line-height: 1.55;
    color: #1A1A2E;
  }

  /* ── CHART LINK ── */
  .chart-link-box {
    margin-top: 12px;
    background: #F0F5E8;
    border: 1px solid #A8C898;
    border-left: 4px solid #3D6B1A;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .chart-link-box .cl-icon { font-size: 18px; }
  .chart-link-box .cl-text { font-size: 13px; color: #2A3A1A; }
  .chart-link-box a { color: #3D6B1A; font-weight: 600; text-decoration: underline; }

  /* ── ROB NO-CONTRADICT ── */
  .rob-questions.full-width { grid-template-columns: repeat(3, 1fr); }

  /* quote-panel mobile handled in card layout above */

  /* ══════════════════════════════════════════════════════════════════════
     CANDIDATE IDENTITY HEADER ROW
     Appears at the very top of the navy hero -- Patrick is the first
     thing a visitor sees. Gold separator line divides identity from
     audit content. Mirrors footer for bookend symmetry.
     SHAWN: Photo swap instructions in HTML comments below.
  ══════════════════════════════════════════════════════════════════════ */
  .candidate-header-row {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 760px;
    margin: 0 auto 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--gold);
  }
  .cand-photo-wrap {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    overflow: hidden;
  }
  /* SHAWN: When swapping photo in, add this CSS:
     .cand-photo-wrap img { width:100%; height:100%; object-fit:cover; border-radius:50%; } */
  .cand-photo-placeholder {
    font-size: 9px;
    color: var(--gold);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .cand-info { flex: 1; text-align: left; }
  .cand-name {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px;
  }
  /* NEVER shorten, rephrase, or omit this credential line */
  .cand-credential {
    font-size: 11px;
    font-weight: 700;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  .cand-website-link {
    font-size: 11px;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 0.04em;
    flex-shrink: 0;
    opacity: 0.9;
  }
  .cand-website-link:hover { color: var(--light-gold); opacity: 1; }

  /* ══════════════════════════════════════════════════════════════════════
     CANDIDATE IDENTITY FOOTER STRIP
     Cream break between the data table and the dark source footer.
     Intentional visual pause -- draws the eye to Patrick before exit.
     SHAWN: Same photo swap spec as header row -- 128x128px min, circle.
  ══════════════════════════════════════════════════════════════════════ */
  .candidate-footer-strip {
    background: var(--cream);
    border-top: 3px solid var(--red);
    padding: 28px 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .cfs-photo-wrap {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid var(--red);
    overflow: hidden;
  }
  .cfs-photo-placeholder {
    font-size: 9px;
    color: var(--red);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .cfs-info { flex: 1; min-width: 220px; }
  .cfs-gold-rule {
    display: block;
    width: 36px;
    height: 3px;
    background: var(--gold);
    margin-bottom: 8px;
  }
  .cfs-name {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
  }
  .cfs-credential {
    font-size: 11px;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .cfs-source {
    font-size: 11px;
    color: var(--gray);
    font-style: italic;
    line-height: 1.55;
  }
  .cfs-right {
    text-align: right;
    flex-shrink: 0;
  }
  .cfs-website {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
  }
  .cfs-website:hover { color: var(--red); }
  .cfs-disclaimer {
    font-size: 10px;
    color: var(--gray);
    line-height: 1.5;
    max-width: 200px;
    text-align: right;
  }


  /* ── WHY I BUILT THIS PANEL ──────────────────────────────────────────
     Patrick's voice, between ROB grid and filter controls.
     Converts tracker from attack document to credibility document.
  ─────────────────────────────────────────────────────────────────── */
  .why-built {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 24px;
  }
  .why-built-inner {
    background: var(--navy);
    border-left: 5px solid var(--gold);
    padding: 28px 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }
  .why-built-photo {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    overflow: hidden;
  }
  /* SHAWN: Same photo swap as header -- add <img> inside, delete placeholder, remove dashed border */
  .why-built-photo-placeholder {
    font-size: 9px;
    color: var(--gold);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .why-built-body { flex: 1; }
  .why-built-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
  }
  .why-built-quote {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(14px, 2vw, 17px);
    color: var(--white);
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 14px;
  }
  .why-built-sig {
    font-size: 12px;
    font-weight: 700;
    color: var(--light-gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  /* ── IMPROVED EXPAND BUTTON ──────────────────────────────────────────
     Replaces ambiguous "+" with a styled button that signals content.
  ─────────────────────────────────────────────────────────────────── */
  .td-expand {
    width: 48px !important;
    text-align: center;
    cursor: pointer;
    padding: 0 8px !important;
  }
  .expand-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1.5px solid var(--navy);
    background: white;
    color: var(--navy);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    user-select: none;
    white-space: nowrap;
  }
  .expand-btn:hover { background: var(--navy); color: var(--white); }
  .expand-btn.open  { background: var(--navy); color: var(--white); border-color: var(--navy); }
  .expand-btn.contra-btn { background: #FFF0E8; border-color: var(--red); color: var(--red); }
  .expand-btn.contra-btn:hover { background: var(--red); color: var(--white); }
  .expand-btn.contra-btn.open  { background: var(--red); color: var(--white); }

  /* ── BADGE AS CLICK TARGET ───────────────────────────────────────────
     Clicking the red badge triggers row expansion directly.
  ─────────────────────────────────────────────────────────────────── */
  .contra-badge {
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
  }
  .contra-badge:hover {
    background: var(--red);
    color: var(--white);
  }

  /* ── CHART PANEL in detail row ───────────────────────────────────────
     Green accent -- below quote panels, financial data visual evidence.
  ─────────────────────────────────────────────────────────────────── */
  .chart-panel {
    margin-top: 14px;
    border: 1px solid #A8C898;
    border-left: 4px solid #2A7A4B;
    background: #F2F8F0;
    padding: 16px 18px;
  }
  .chart-panel-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .chart-panel-icon { font-size: 20px; }
  .chart-panel-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2A7A4B;
  }
  .chart-panel-note {
    font-size: 13px;
    color: #1A2A14;
    line-height: 1.6;
    margin-bottom: 10px;
    font-style: italic;
  }
  .chart-panel-note strong { font-style: normal; color: #2A7A4B; }
  .chart-panel-link {
    display: inline-block;
    padding: 6px 16px;
    background: #2A7A4B;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.15s;
  }
  .chart-panel-link:hover { background: #1A5C38; }

  /* ── DETAIL ROW SECTION LABEL ────────────────────────────────────── */
  .detail-section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gray);
    margin: 14px 0 6px;
  }

  /* header/footer mobile handled in card layout above */


  /* ══════════════════════════════════════════════════════════════
     PRINT STYLES — 8.5 x 11 LANDSCAPE leave-behind
     Shows promise list + all contradiction quotes inline.
     ══════════════════════════════════════════════════════════════ */
  @media print {
    @page { size: letter landscape; margin: 0.45in 0.5in; }

    /* Reset display from mobile card layout */
    table, thead, tbody, tr, td, th { display: revert; }

    /* Hide non-content elements */
    .candidate-header-row,
    .filter-controls,
    .why-built-panel,
    .candidate-footer-strip,
    .source-footer,
    .expand-btn,
    .chart-link-box { display: none !important; }

    /* Show ALL detail rows in print (contradictions visible) */
    .detail-row { display: table-row !important; }
    .detail-row td { display: table-cell !important; }
    .detail-inner { display: block !important; }

    /* Show only contradiction detail (not ROB boxes) */
    .rob-questions { display: none !important; }

    /* Flatten page */
    body { font-size: 7.5pt; background: white; color: black; }
    .tracker-wrap { padding: 0; max-width: none; }

    /* Mini header: title + Patrick credit */
    .hero {
      background: white !important;
      padding: 6px 0 8px;
      border-bottom: 2pt solid #0D1F3C;
      margin-bottom: 6px;
    }
    .hero-title {
      color: #0D1F3C !important;
      font-size: 14pt;
      margin: 0;
    }
    .hero-sub { color: #444 !important; font-size: 7.5pt; margin: 2px 0 0; }
    .hero-stats { display: none; }
    .hero-title::after {
      content: " | Analysis: Patrick Von Dohlen, 27-Year Financial Advisor | VotePatrick.net";
      font-size: 7pt;
      font-weight: 400;
      color: #C8102E;
      display: block;
      margin-top: 2px;
    }

    /* Table */
    table { border-collapse: collapse; width: 100%; table-layout: fixed; page-break-inside: auto; }
    thead { display: table-header-group; }

    /* Column widths for landscape letter (10in usable) */
    .td-num          { width: 22px; }
    .td-promise      { width: auto; }
    .td-cat          { width: 68px; }
    .td-fiscal-acct  { width: 110px; }

    thead th {
      background: #0D1F3C !important;
      color: white !important;
      font-size: 6.5pt;
      padding: 3px 5px;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }
    tbody td {
      padding: 3px 5px;
      border-bottom: 0.5pt solid #DDD;
      vertical-align: top;
      font-size: 7.5pt;
    }
    tbody tr:nth-child(4n+1) td,
    tbody tr:nth-child(4n+2) td { background: #F9F9F9 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }

    /* Category badges */
    .cat-badge {
      font-size: 5.5pt;
      padding: 1px 3px;
      border-radius: 2px;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }

    /* Contra badge */
    .contra-badge {
      font-size: 6pt;
      padding: 1px 4px;
      margin-left: 4px;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }

    /* Fiscal accountability cell */
    .td-fiscal-acct { color: #999; font-style: italic; font-size: 6.5pt; }
    .fa-line { display: inline; }
    .fa-sep  { display: inline; }

    /* Promise text */
    .td-promise { font-size: 7.5pt; line-height: 1.3; color: black; }

    /* Contradiction detail rows */
    .detail-row td { padding: 4px 5px 6px 22px; background: #FFF8F8 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .detail-inner { padding: 0; }
    .detail-section-label { display: none; }

    /* Print quote panel: side by side */
    .quote-panel {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      margin: 0;
    }
    .niren-quote-box,
    .pvd-response-box {
      padding: 4px 6px;
      font-size: 6.5pt;
      border-left-width: 3px;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }
    .qp-label { font-size: 5.5pt; margin-bottom: 2px; }
    .qp-quote, .qp-response { font-size: 6.5pt; line-height: 1.3; }
    .qp-source { font-size: 5.5pt; margin-top: 2px; }

    /* Has-contra rows: red left border */
    .has-contra > td:first-child {
      border-left: 3pt solid #C8102E;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }

    /* Page breaks */
    tr { page-break-inside: avoid; }
  }

</style>/* End custom CSS */