/* we-killed-workers-mid-thought.css — extracted from inline <style> blocks. Generated by scripts/h1-extract.mjs */
body { min-height: 100vh; }

      .article-wrap { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 80px 24px 60px; }
      .article-meta { margin-bottom: 32px; }
      .article-meta .tag { display: inline-block; background: var(--green); color: #000; font-weight: 700; font-size: 11px; padding: 4px 14px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px; }
      .article-meta time { display: block; font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }

      .article-wrap h1 { font-size: 26px; line-height: 1.3; color: var(--green); margin-bottom: 32px; }
      .article-wrap h2 { font-size: 18px; color: var(--green); margin-top: 40px; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
      .article-wrap h3 { font-size: 15px; color: var(--green-dim); margin-top: 28px; margin-bottom: 12px; }
      .article-wrap p { font-size: 14px; color: var(--white); line-height: 1.8; margin-bottom: 16px; }
      .article-wrap ul, .article-wrap ol { font-size: 14px; color: var(--white); line-height: 1.8; margin-bottom: 16px; padding-left: 24px; }
      .article-wrap li { margin-bottom: 8px; }
      .article-wrap code { background: var(--bg-terminal); border: 1px solid var(--border); padding: 2px 6px; font-size: 13px; color: var(--green); }
      .article-wrap pre { background: var(--bg-terminal); border: 1px solid var(--border); padding: 20px; overflow-x: auto; margin-bottom: 20px; font-size: 13px; line-height: 1.6; color: var(--green); }
      .article-wrap pre code { background: none; border: none; padding: 0; }
      .article-wrap strong { color: var(--green); font-weight: 600; }

      .tldr { border-left: 3px solid var(--green); background: var(--bg-terminal); padding: 16px 20px; margin-bottom: 32px; font-size: 13px; line-height: 1.6; color: var(--white); }
      .tldr .tldr-label { color: var(--green); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; }

      .cta-box { border: 2px solid var(--green); background: var(--bg-card); padding: 32px 28px; margin: 40px 0; text-align: center; box-shadow: 0 0 40px var(--green-glow); }
      .cta-box h3 { color: var(--green); margin-top: 0; margin-bottom: 12px; }
      .cta-box p { color: var(--text-dim); font-size: 13px; margin-bottom: 20px; }
      .cta-btn { display: inline-block; background: var(--green); color: #000; font-weight: 700; font-size: 13px; padding: 12px 28px; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; transition: background 0.2s; }
      .cta-btn:hover { background: #00cc33; }
      .cta-btn-secondary { display: inline-block; color: var(--green-dim); font-size: 12px; text-decoration: none; margin-left: 16px; text-transform: uppercase; letter-spacing: 1px; }
      .cta-btn-secondary:hover { color: var(--green); }

      .nav-links { margin-top: 48px; display: flex; justify-content: space-between; font-size: 12px; }
      .nav-links a { color: var(--green-dark); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
      .nav-links a:hover { color: var(--green); }

      .concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
      .concept-card { border: 1px solid var(--border); background: var(--bg-card); padding: 20px; }
      .concept-card .icon { font-size: 24px; margin-bottom: 8px; }
      .concept-card h4 { color: var(--green); font-size: 14px; margin-bottom: 8px; }
      .concept-card p { font-size: 13px; color: var(--text-dim); margin: 0; line-height: 1.6; }
      .visual-flow { border: 1px solid var(--border); background: var(--bg-terminal); padding: 24px; margin: 24px 0; text-align: center; font-size: 14px; line-height: 2; }
      .visual-flow .arrow { color: var(--green); font-size: 18px; }
      .key-point { border-left: 3px solid var(--green); padding: 12px 20px; margin: 16px 0; background: rgba(0, 255, 65, 0.03); }
      .key-point p { margin: 0; font-size: 13px; }
      .do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
      .do-dont .do, .do-dont .dont { border: 1px solid var(--border); padding: 16px; font-size: 13px; }
      .do-dont .do { border-color: var(--green-dark); }
      .do-dont .dont { border-color: #ff3333; }
      .do-dont h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
      .do-dont .do h4 { color: var(--green); }
      .do-dont .dont h4 { color: #ff3333; }
      .section-icon { font-size: 20px; margin-right: 8px; vertical-align: middle; }
      .info-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 13px; }
      .info-table th, .info-table td { border: 1px solid var(--border); padding: 10px 14px; text-align: left; }
      .info-table th { background: var(--bg-terminal); color: var(--green); font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }
      .info-table td { color: var(--white); }
      .credit-line { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; text-align: center; margin: 32px 0 0; opacity: 0.7; }

      /* === HERO: SIDE-BY-SIDE TERMINAL DEMO === */
      .reap-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
      .reap-tab { background: #000; border: 1px solid var(--border); font-family: 'JetBrains Mono', monospace; overflow: hidden; position: relative; }
      .reap-tab.is-bug { border-color: rgba(255,51,51,0.4); }
      .reap-tab.is-fix { border-color: var(--green-dark); }
      .reap-tabbar { display: flex; align-items: center; gap: 8px; padding: 6px 12px; background: var(--bg-terminal); border-bottom: 1px solid var(--border); }
      .reap-tab.is-bug .reap-tabbar { background: rgba(255,51,51,0.12); }
      .reap-tab.is-fix .reap-tabbar { background: rgba(0,255,65,0.08); }
      .reap-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-muted); }
      .reap-tabtitle { font-size: 11px; color: var(--text-dim); letter-spacing: 1px; text-transform: uppercase; flex: 1; }
      .reap-tabbadge { font-size: 9px; font-weight: 700; letter-spacing: 2px; padding: 2px 6px; }
      .reap-tab.is-bug .reap-tabbadge { color: #ff3333; border: 1px solid rgba(255,51,51,0.5); }
      .reap-tab.is-fix .reap-tabbadge { color: var(--green); border: 1px solid var(--green-dark); }
      .reap-body { padding: 16px; min-height: 220px; font-size: 12px; line-height: 1.7; color: var(--white); position: relative; }
      .reap-body .reap-prompt { color: var(--green); }
      .reap-body .reap-sys { color: var(--text-muted); font-style: italic; }
      .reap-body .reap-user { color: #88ddff; }
      .reap-body .reap-bad { color: #ff3333; font-weight: 700; }
      .reap-body .reap-good { color: var(--green); font-weight: 700; }
      .reap-line { opacity: 0; }

      @keyframes reapBugSeq {
        0% { opacity: 0; }
        2% { opacity: 1; }
        100% { opacity: 1; }
      }
      @keyframes reapBugKill {
        0%, 84% { opacity: 0; transform: translateY(4px); }
        86% { opacity: 1; transform: translateY(0); }
        100% { opacity: 1; transform: translateY(0); }
      }
      @keyframes reapBugFlash {
        0%, 84% { background: transparent; }
        86% { background: rgba(255,51,51,0.18); }
        92% { background: transparent; }
        100% { background: transparent; }
      }
      @keyframes reapFixSeq {
        0% { opacity: 0; }
        2% { opacity: 1; }
        100% { opacity: 1; }
      }
      @keyframes reapFixGood {
        0%, 84% { opacity: 0; transform: translateY(4px); }
        86% { opacity: 1; transform: translateY(0); }
        100% { opacity: 1; transform: translateY(0); }
      }
      @keyframes reapFixGlow {
        0%, 84% { box-shadow: inset 0 0 0 0 transparent; }
        86%, 96% { box-shadow: inset 0 0 30px var(--green-glow); }
        100% { box-shadow: inset 0 0 0 0 transparent; }
      }

      .reap-bug-l1 { animation: reapBugSeq 8s ease infinite; animation-delay: 0.4s; animation-fill-mode: both; }
      .reap-bug-l2 { animation: reapBugSeq 8s ease infinite; animation-delay: 1.6s; animation-fill-mode: both; }
      .reap-bug-l3 { animation: reapBugSeq 8s ease infinite; animation-delay: 3.0s; animation-fill-mode: both; }
      .reap-bug-l4 { animation: reapBugSeq 8s ease infinite; animation-delay: 4.6s; animation-fill-mode: both; }
      .reap-bug-l5 { animation: reapBugKill 8s ease infinite; animation-delay: 0s; animation-fill-mode: both; }
      .reap-tab.is-bug .reap-body { animation: reapBugFlash 8s ease infinite; }

      .reap-fix-l1 { animation: reapFixSeq 8s ease infinite; animation-delay: 0.4s; animation-fill-mode: both; }
      .reap-fix-l2 { animation: reapFixSeq 8s ease infinite; animation-delay: 1.6s; animation-fill-mode: both; }
      .reap-fix-l3 { animation: reapFixSeq 8s ease infinite; animation-delay: 3.0s; animation-fill-mode: both; }
      .reap-fix-l4 { animation: reapFixSeq 8s ease infinite; animation-delay: 4.6s; animation-fill-mode: both; }
      .reap-fix-l5 { animation: reapFixGood 8s ease infinite; animation-delay: 0s; animation-fill-mode: both; }
      .reap-tab.is-fix .reap-body { animation: reapFixGlow 8s ease infinite; }

      .reap-caption { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 14px; letter-spacing: 2px; text-transform: uppercase; }

      @media (max-width: 600px) {
        .reap-hero { grid-template-columns: 1fr; }
      }

      /* === CPU SPARKLINE COMPARISON === */
      .cpu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
      .cpu-card { border: 1px solid var(--border); background: var(--bg-terminal); padding: 18px 18px 14px; position: relative; }
      .cpu-card.is-busy { border-color: rgba(255,170,0,0.4); }
      .cpu-card.is-idle { border-color: var(--green-dark); }
      .cpu-label { font-size: 10px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; margin-bottom: 8px; }
      .cpu-value { font-size: 22px; font-weight: 700; color: var(--green); margin-bottom: 6px; font-family: 'JetBrains Mono', monospace; }
      .cpu-card.is-busy .cpu-value { color: #ffaa00; }
      .cpu-sub { font-size: 11px; color: var(--text-dim); margin-bottom: 12px; }
      .cpu-svg { width: 100%; height: 80px; display: block; }
      .cpu-grid-line { stroke: var(--border); stroke-width: 1; stroke-dasharray: 2 4; }
      .cpu-threshold { stroke: rgba(255,170,0,0.55); stroke-width: 1.2; stroke-dasharray: 4 3; }
      .cpu-threshold-label { fill: rgba(255,170,0,0.7); font-size: 9px; letter-spacing: 1px; }
      .cpu-line-idle { fill: none; stroke: var(--green); stroke-width: 2; filter: drop-shadow(0 0 4px var(--green-glow)); stroke-dasharray: 600; stroke-dashoffset: 600; animation: cpuDraw 4s linear infinite; }
      .cpu-line-busy { fill: none; stroke: #ffaa00; stroke-width: 2; filter: drop-shadow(0 0 4px rgba(255,170,0,0.55)); stroke-dasharray: 600; stroke-dashoffset: 600; animation: cpuDraw 4s linear infinite; }
      @keyframes cpuDraw {
        0%   { stroke-dashoffset: 600; }
        80%  { stroke-dashoffset: 0; }
        95%  { stroke-dashoffset: 0; }
        100% { stroke-dashoffset: 600; }
      }
      .cpu-verdict { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-top: 8px; font-weight: 700; }
      .cpu-card.is-idle .cpu-verdict { color: var(--green); }
      .cpu-card.is-busy .cpu-verdict { color: #ffaa00; }

      @media (max-width: 600px) {
        .cpu-grid { grid-template-columns: 1fr; }
      }
