/* two-lies-the-orchestrator-told.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: 760px; 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: 28px; line-height: 1.3; color: var(--green); margin-bottom: 32px; }
      .article-wrap h2 { font-size: 18px; color: var(--green); margin-top: 48px; 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.7; 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; }
      .visual-flow .new { color: var(--green); font-weight: 700; }
      .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; }

      @media (max-width: 600px) { .concept-grid, .do-dont { grid-template-columns: 1fr; } }

      /* ============================================================
         ANIMATION 1 — SYNTH-GATE SCOREBOARD
         Side-by-side: BEFORE (Auditor-Scale rubber-stamps every tile)
         vs AFTER (Auditor-Synth gate demands per-post PASS, routes
         the unverified ones to judging_pending).
         ============================================================ */
      .synth-board { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
      .synth-panel { background: #000; border: 1px solid var(--border); font-family: 'JetBrains Mono', monospace; position: relative; overflow: hidden; }
      .synth-panel.is-bug { border-color: rgba(255,51,51,0.4); }
      .synth-panel.is-fix { border-color: var(--green-dark); }
      .synth-bar { display: flex; align-items: center; gap: 8px; padding: 6px 12px; background: var(--bg-terminal); border-bottom: 1px solid var(--border); }
      .synth-panel.is-bug .synth-bar { background: rgba(255,51,51,0.12); }
      .synth-panel.is-fix .synth-bar { background: rgba(0,255,65,0.08); }
      .synth-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--text-muted); }
      .synth-title { font-size: 11px; color: var(--text-dim); letter-spacing: 1px; text-transform: uppercase; flex: 1; }
      .synth-badge { font-size: 9px; font-weight: 700; letter-spacing: 2px; padding: 2px 6px; }
      .synth-panel.is-bug .synth-badge { color: #ff3333; border: 1px solid rgba(255,51,51,0.5); }
      .synth-panel.is-fix .synth-badge { color: var(--green); border: 1px solid var(--green-dark); }

      .synth-body { padding: 18px 16px 14px; min-height: 260px; position: relative; }
      .synth-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 14px; }
      .synth-tile { aspect-ratio: 1.4 / 1; border: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); position: relative; background: rgba(255,255,255,0.02); }
      .synth-tile .stamp { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; opacity: 0; }
      .synth-tile.is-real { color: var(--green); border-color: var(--green-dark); background: rgba(0,255,65,0.04); }
      .synth-tile.is-synth { color: #ffaa00; border-color: rgba(255,170,0,0.4); background: rgba(255,170,0,0.04); }
      .synth-tile .tag-label { font-size: 8px; opacity: 0.7; margin-top: 2px; }

      .synth-verdict { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border: 1px solid var(--border); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
      .synth-verdict .lbl { color: var(--text-muted); }
      .synth-panel.is-bug .synth-verdict { border-color: rgba(255,51,51,0.4); }
      .synth-panel.is-fix .synth-verdict { border-color: var(--green-dark); }
      .synth-verdict .val { font-weight: 700; opacity: 0; }
      .synth-overlay { position: absolute; left: 14px; right: 14px; bottom: 60px; padding: 6px 10px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; text-align: center; opacity: 0; }

      /* --- BEFORE: Auditor-Scale stamps every tile in sequence --- */
      @keyframes synthBugStamp { 0%, 16% { opacity: 0; transform: scale(0.6); } 22% { opacity: 1; transform: scale(1); } 86% { opacity: 1; transform: scale(1); } 92% { opacity: 0; transform: scale(1); } 100% { opacity: 0; transform: scale(1); } }
      @keyframes synthBugVerdict { 0%, 80% { opacity: 0; } 84% { opacity: 1; } 92% { opacity: 1; } 100% { opacity: 0; } }
      @keyframes synthBugBanner { 0%, 76% { opacity: 0; transform: translateY(8px); } 82% { opacity: 1; transform: translateY(0); } 92% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(8px); } }

      .synth-panel.is-bug .synth-tile .stamp { color: var(--green); }
      .synth-panel.is-bug .synth-tile:nth-child(1)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 0.40s; }
      .synth-panel.is-bug .synth-tile:nth-child(2)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 0.55s; }
      .synth-panel.is-bug .synth-tile:nth-child(3)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 0.70s; }
      .synth-panel.is-bug .synth-tile:nth-child(4)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 0.85s; }
      .synth-panel.is-bug .synth-tile:nth-child(5)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.00s; }
      .synth-panel.is-bug .synth-tile:nth-child(6)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.15s; }
      .synth-panel.is-bug .synth-tile:nth-child(7)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.30s; }
      .synth-panel.is-bug .synth-tile:nth-child(8)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.45s; }
      .synth-panel.is-bug .synth-tile:nth-child(9)  .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.60s; }
      .synth-panel.is-bug .synth-tile:nth-child(10) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.75s; }
      .synth-panel.is-bug .synth-tile:nth-child(11) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 1.90s; }
      .synth-panel.is-bug .synth-tile:nth-child(12) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.05s; }
      .synth-panel.is-bug .synth-tile:nth-child(13) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.20s; }
      .synth-panel.is-bug .synth-tile:nth-child(14) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.35s; }
      .synth-panel.is-bug .synth-tile:nth-child(15) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.50s; }
      .synth-panel.is-bug .synth-tile:nth-child(16) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.65s; }
      .synth-panel.is-bug .synth-tile:nth-child(17) .stamp { animation: synthBugStamp 10s ease infinite; animation-delay: 2.80s; }
      .synth-panel.is-bug .synth-verdict .val { color: var(--green); animation: synthBugVerdict 10s ease infinite; }
      .synth-panel.is-bug .synth-overlay { color: #ff3333; border: 1px solid rgba(255,51,51,0.5); background: rgba(255,51,51,0.12); animation: synthBugBanner 10s ease infinite; }

      /* --- AFTER: Auditor-Synth gate audits per-tile, real PASS, synth FAIL --- */
      @keyframes synthFixPass { 0%, 24% { opacity: 0; transform: scale(0.6); color: var(--green); } 30% { opacity: 1; transform: scale(1); color: var(--green); } 92% { opacity: 1; transform: scale(1); color: var(--green); } 100% { opacity: 0; color: var(--green); } }
      @keyframes synthFixFail { 0%, 24% { opacity: 0; transform: scale(0.6); color: #ff3333; } 30% { opacity: 1; transform: scale(1); color: #ff3333; } 92% { opacity: 1; transform: scale(1); color: #ff3333; } 100% { opacity: 0; color: #ff3333; } }
      @keyframes synthFixVerdict { 0%, 78% { opacity: 0; } 82% { opacity: 1; } 92% { opacity: 1; } 100% { opacity: 0; } }
      @keyframes synthFixBanner { 0%, 76% { opacity: 0; transform: translateY(8px); } 82% { opacity: 1; transform: translateY(0); } 92% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(8px); } }

      .synth-panel.is-fix .synth-tile.is-real .stamp { content: '\2714'; animation: synthFixPass 10s ease infinite; }
      .synth-panel.is-fix .synth-tile.is-synth .stamp { animation: synthFixFail 10s ease infinite; }

      /* Stagger reveals: real tiles first (PASS), then synth tiles fail one at a time */
      .synth-panel.is-fix .synth-tile:nth-child(1)  .stamp { animation-delay: 0.50s; }
      .synth-panel.is-fix .synth-tile:nth-child(2)  .stamp { animation-delay: 0.65s; }
      .synth-panel.is-fix .synth-tile:nth-child(3)  .stamp { animation-delay: 0.80s; }
      .synth-panel.is-fix .synth-tile:nth-child(4)  .stamp { animation-delay: 0.95s; }
      .synth-panel.is-fix .synth-tile:nth-child(5)  .stamp { animation-delay: 1.20s; }
      .synth-panel.is-fix .synth-tile:nth-child(6)  .stamp { animation-delay: 1.35s; }
      .synth-panel.is-fix .synth-tile:nth-child(7)  .stamp { animation-delay: 1.50s; }
      .synth-panel.is-fix .synth-tile:nth-child(8)  .stamp { animation-delay: 1.65s; }
      .synth-panel.is-fix .synth-tile:nth-child(9)  .stamp { animation-delay: 1.80s; }
      .synth-panel.is-fix .synth-tile:nth-child(10) .stamp { animation-delay: 1.95s; }
      .synth-panel.is-fix .synth-tile:nth-child(11) .stamp { animation-delay: 2.10s; }
      .synth-panel.is-fix .synth-tile:nth-child(12) .stamp { animation-delay: 2.25s; }
      .synth-panel.is-fix .synth-tile:nth-child(13) .stamp { animation-delay: 2.40s; }
      .synth-panel.is-fix .synth-tile:nth-child(14) .stamp { animation-delay: 2.55s; }
      .synth-panel.is-fix .synth-tile:nth-child(15) .stamp { animation-delay: 2.70s; }
      .synth-panel.is-fix .synth-tile:nth-child(16) .stamp { animation-delay: 2.85s; }
      .synth-panel.is-fix .synth-tile:nth-child(17) .stamp { animation-delay: 3.00s; }

      .synth-panel.is-fix .synth-verdict .val { color: #ffaa00; animation: synthFixVerdict 10s ease infinite; }
      .synth-panel.is-fix .synth-overlay { color: var(--green); border: 1px solid var(--green-dark); background: rgba(0,255,65,0.08); animation: synthFixBanner 10s ease infinite; }

      .synth-board:hover .synth-tile .stamp,
      .synth-board:hover .synth-verdict .val,
      .synth-board:hover .synth-overlay { animation-play-state: paused; }
      .synth-caption { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 14px; letter-spacing: 2px; text-transform: uppercase; }

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

      /* ============================================================
         ANIMATION 2 — HEARTBEAT REAPER TIMELINE
         Side-by-side: BEFORE (flat wall-clock kills mid-pause) vs
         AFTER (heartbeat freezes during pause, writes loud FAILED).
         ============================================================ */
      .beat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
      .beat-card { background: #000; border: 1px solid var(--border); padding: 18px 18px 14px; position: relative; overflow: hidden; }
      .beat-card.is-bug { border-color: rgba(255,51,51,0.4); }
      .beat-card.is-fix { border-color: var(--green-dark); }
      .beat-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
      .beat-title { font-size: 10px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; }
      .beat-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; padding: 2px 6px; }
      .beat-card.is-bug .beat-label { color: #ff3333; border: 1px solid rgba(255,51,51,0.5); }
      .beat-card.is-fix .beat-label { color: var(--green); border: 1px solid var(--green-dark); }

      .beat-budget { font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 700; color: var(--green); margin-bottom: 4px; }
      .beat-card.is-bug .beat-budget { color: var(--green); }
      .beat-budget .unit { font-size: 11px; color: var(--text-muted); margin-left: 4px; }
      .beat-sub { font-size: 11px; color: var(--text-dim); margin-bottom: 10px; }

      .beat-track { height: 16px; background: var(--bg-terminal); border: 1px solid var(--border); position: relative; overflow: hidden; margin-bottom: 8px; }
      .beat-bar { position: absolute; top: 0; left: 0; height: 100%; }
      .beat-card.is-bug .beat-bar { background: linear-gradient(90deg, rgba(0,255,65,0.45), rgba(0,255,65,0.85)); animation: beatBugDrain 10s linear infinite; }
      .beat-card.is-fix .beat-bar { background: linear-gradient(90deg, rgba(0,255,65,0.45), rgba(0,255,65,0.85)); animation: beatFixDrain 10s linear infinite; }

      /* Pause-flag pulse: orange chip that fires at the rate-limit moment */
      .beat-pause { position: absolute; top: -22px; left: 48%; padding: 2px 6px; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #ffaa00; border: 1px solid rgba(255,170,0,0.6); background: rgba(255,170,0,0.12); opacity: 0; }
      .beat-card.is-bug .beat-pause { animation: beatBugPause 10s ease infinite; }
      .beat-card.is-fix .beat-pause { animation: beatFixPause 10s ease infinite; }

      .beat-foot { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
      .beat-worker { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; background: var(--bg-terminal); color: var(--text-muted); }
      .beat-card.is-bug .beat-worker { animation: beatBugWorker 10s ease infinite; }
      .beat-card.is-fix .beat-worker { animation: beatFixWorker 10s ease infinite; }
      .beat-status { font-size: 11px; line-height: 1.5; flex: 1; }
      .beat-status .lbl { display: block; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; margin-bottom: 2px; }
      .beat-status .val { display: block; font-weight: 700; color: var(--green); transition: color 0.2s; }
      .beat-card.is-bug .beat-status .val { animation: beatBugStatus 10s ease infinite; }
      .beat-card.is-fix .beat-status .val { animation: beatFixStatus 10s ease infinite; }

      .beat-failedline { font-size: 10px; color: #ffaa00; font-family: 'JetBrains Mono', monospace; margin-top: 8px; min-height: 14px; opacity: 0; }
      .beat-card.is-fix .beat-failedline { animation: beatFixFailedline 10s ease infinite; }
      .beat-killline { font-size: 10px; color: #ff3333; font-family: 'JetBrains Mono', monospace; margin-top: 8px; min-height: 14px; opacity: 0; font-weight: 700; }
      .beat-card.is-bug .beat-killline { animation: beatBugKillline 10s ease infinite; }

      /* BEFORE: bar drains uninterrupted, kills mid-pause */
      @keyframes beatBugDrain {
        0%   { width: 100%; }
        55%  { width: 0%; }
        88%  { width: 0%; }
        100% { width: 0%; }
      }
      @keyframes beatBugPause {
        0%, 28% { opacity: 0; transform: translateY(0); }
        32% { opacity: 1; transform: translateY(0); }
        56% { opacity: 1; transform: translateY(0); }
        62% { opacity: 0; }
        100% { opacity: 0; }
      }
      @keyframes beatBugWorker {
        0%, 50% { color: var(--text-muted); border-color: var(--border); background: var(--bg-terminal); }
        55% { color: #ff3333; border-color: rgba(255,51,51,0.6); background: rgba(255,51,51,0.12); }
        92% { color: #ff3333; border-color: rgba(255,51,51,0.6); background: rgba(255,51,51,0.12); }
        100% { color: var(--text-muted); border-color: var(--border); background: var(--bg-terminal); }
      }
      @keyframes beatBugStatus {
        0%, 28% { color: var(--green); }
        32% { color: #ffaa00; }
        50% { color: #ffaa00; }
        55% { color: #ff3333; }
        92% { color: #ff3333; }
        100% { color: var(--green); }
      }
      @keyframes beatBugKillline {
        0%, 53% { opacity: 0; }
        58% { opacity: 1; }
        92% { opacity: 1; }
        100% { opacity: 0; }
      }

      /* AFTER: bar pauses during rate-limit, resumes, eventually loud FAILED */
      @keyframes beatFixDrain {
        0%   { width: 100%; }
        25%  { width: 60%; }   /* drain to 60% */
        32%  { width: 60%; }   /* freeze: pause begins */
        55%  { width: 60%; }   /* freeze: pause continues */
        62%  { width: 56%; }   /* resume slowly */
        85%  { width: 0%; }    /* drain to zero */
        92%  { width: 0%; }
        100% { width: 0%; }
      }
      @keyframes beatFixPause {
        0%, 28% { opacity: 0; transform: translateY(0); }
        32% { opacity: 1; transform: translateY(0); }
        55% { opacity: 1; transform: translateY(0); }
        62% { opacity: 0; }
        100% { opacity: 0; }
      }
      @keyframes beatFixWorker {
        0%, 80% { color: var(--text-muted); border-color: var(--border); background: var(--bg-terminal); }
        85% { color: #ffaa00; border-color: rgba(255,170,0,0.6); background: rgba(255,170,0,0.12); }
        92% { color: #ffaa00; border-color: rgba(255,170,0,0.6); background: rgba(255,170,0,0.12); }
        100% { color: var(--text-muted); border-color: var(--border); background: var(--bg-terminal); }
      }
      @keyframes beatFixStatus {
        0%, 28% { color: var(--green); }
        32% { color: #ffaa00; }
        55% { color: #ffaa00; }
        62% { color: var(--green); }
        80% { color: var(--green); }
        85% { color: #ffaa00; }
        92% { color: #ffaa00; }
        100% { color: var(--green); }
      }
      @keyframes beatFixFailedline {
        0%, 84% { opacity: 0; }
        88% { opacity: 1; }
        92% { opacity: 1; }
        100% { opacity: 0; }
      }

      .beat-grid:hover .beat-bar,
      .beat-grid:hover .beat-pause,
      .beat-grid:hover .beat-worker,
      .beat-grid:hover .beat-status .val,
      .beat-grid:hover .beat-failedline,
      .beat-grid:hover .beat-killline { animation-play-state: paused; }

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

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

      @media (prefers-reduced-motion: reduce) {
        .synth-tile .stamp,
        .synth-verdict .val,
        .synth-overlay,
        .beat-bar,
        .beat-pause,
        .beat-worker,
        .beat-status .val,
        .beat-failedline,
        .beat-killline { animation: none !important; }
        .synth-panel.is-bug .synth-tile .stamp,
        .synth-panel.is-fix .synth-tile.is-real .stamp,
        .synth-panel.is-fix .synth-tile.is-synth .stamp { opacity: 1; }
        .synth-panel.is-bug .synth-overlay,
        .synth-panel.is-fix .synth-overlay,
        .synth-verdict .val { opacity: 1; }
        .beat-card.is-bug .beat-bar { width: 0%; }
        .beat-card.is-fix .beat-bar { width: 0%; }
        .beat-card.is-bug .beat-killline,
        .beat-card.is-fix .beat-failedline { opacity: 1; }
        .beat-card.is-bug .beat-worker { color: #ff3333; border-color: rgba(255,51,51,0.6); background: rgba(255,51,51,0.12); }
        .beat-card.is-fix .beat-worker { color: #ffaa00; border-color: rgba(255,170,0,0.6); background: rgba(255,170,0,0.12); }
      }
