/* caught-claude-cheating.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); }

      @media (max-width: 600px) { .concept-grid, .do-dont { grid-template-columns: 1fr; } }
    
/* AVL-LIB-START */
/* ============================================================
   ANIMATED VISUAL LIBRARY (.avl-*)
   Lifted from blog/the-orchestra-that-wasnt.html and namespaced.
   Every animation is wrapped in a prefers-reduced-motion override
   at the bottom of this file so users with reduced-motion enabled
   see a static representation.
   ============================================================ */

/* --- Scene wrapper --- */
.avl-scene { border: 1px solid var(--border); background: var(--bg-terminal); padding: 24px; margin: 32px 0; position: relative; overflow: hidden; }
.avl-scene::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(0,255,65,0.05), transparent 70%); pointer-events: none; }
.avl-scene svg { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
.avl-caption { text-align: center; font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-top: 14px; }
.avl-scene .avl-caption { margin-top: 14px; }
.avl-term-caption { margin: -12px 0 24px; }
.avl-scan-cap     { margin: -16px 0 24px; }

/* --- Keyframes --- */
@keyframes avlDashflow { to { stroke-dashoffset: -20; } }
@keyframes avlPulseNode { 0%, 100% { filter: drop-shadow(0 0 6px #00FF41); } 50% { filter: drop-shadow(0 0 14px #00FF41); } }
@keyframes avlPulseRed { 0%, 100% { filter: drop-shadow(0 0 6px #ff3333); } 50% { filter: drop-shadow(0 0 14px #ff3333); } }
@keyframes avlFadeBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes avlScan { 0% { transform: translateY(-10%); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(110%); opacity: 0; } }
@keyframes avlCountFill { from { width: 0%; } to { width: var(--fill, 100%); } }
/* Static-first sweep: text is fully readable in stills (line is always 100% wide).
   The animation runs ONCE on load, sweeping a green highlight across the line. */
@keyframes avlTypeLine { from { background-position: -100% 0; } to { background-position: 200% 0; } }
@keyframes avlStamp { 0% { transform: rotate(-12deg) scale(2.2); opacity: 0; } 60% { transform: rotate(-12deg) scale(0.92); opacity: 1; } 100% { transform: rotate(-12deg) scale(1); opacity: 1; } }
@keyframes avlOrbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes avlOrbitRev { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }
@keyframes avlRingPulse { 0% { transform: scale(0.4); opacity: 0.9; } 100% { transform: scale(1.45); opacity: 0; } }
@keyframes avlOdoTick { 0% { transform: translateY(40px); opacity: 0; } 60% { transform: translateY(-3px); opacity: 1; } 100% { transform: translateY(0); opacity: 1; } }
@keyframes avlCursor { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

/* --- Pipeline / nodes --- */
.avl-flow-line { stroke: #00FF41; stroke-width: 2; stroke-dasharray: 6 4; animation: avlDashflow 1.2s linear infinite; fill: none; }
.avl-flow-line-dim { stroke: #00aa33; stroke-width: 1.5; stroke-dasharray: 4 6; animation: avlDashflow 2s linear infinite; fill: none; opacity: 0.55; }
.avl-flow-fail { stroke: #ff4444; stroke-width: 1.7; stroke-dasharray: 4 4; animation: avlDashflow 1.4s linear infinite; fill: none; opacity: 0.78; }
[class*="avl-seq"] { animation: avlPulseNode 2.4s ease-in-out infinite; }
.avl-seq2 { animation-delay: 0.35s; }
.avl-seq3 { animation-delay: 0.7s; }
.avl-seq4 { animation-delay: 1.05s; }
.avl-seq5 { animation-delay: 1.4s; }
.avl-seq6 { animation-delay: 1.75s; }
.avl-seq7 { animation-delay: 2.1s; }
.avl-seq8 { animation-delay: 2.45s; }
.avl-blink { animation: avlFadeBlink 1.8s ease-in-out infinite; }

/* --- Stamps --- */
.avl-fail-stamp { fill: none; stroke: #ff3333; stroke-width: 3.2; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 38px; letter-spacing: 4px; transform-origin: center; animation: avlStamp 1.4s cubic-bezier(.2,.8,.2,1) 0.5s backwards; }
.avl-pass-stamp { fill: none; stroke: #00FF41; stroke-width: 3.2; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 38px; letter-spacing: 4px; transform-origin: center; animation: avlStamp 1.4s cubic-bezier(.2,.8,.2,1) 0.5s backwards; }
.avl-warn-stamp { fill: none; stroke: #ffaa00; stroke-width: 3.2; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 38px; letter-spacing: 4px; transform-origin: center; animation: avlStamp 1.4s cubic-bezier(.2,.8,.2,1) 0.5s backwards; }

/* --- Animated terminal panel (CSS-only typed lines) --- */
.avl-term { border: 1px solid var(--border); background: #000; margin: 28px 0; box-shadow: 0 0 30px rgba(0,255,65,0.08); }
.avl-term-bar { display: flex; align-items: center; gap: 6px; background: linear-gradient(180deg, rgba(0,255,65,0.18), rgba(0,255,65,0.04)); border-bottom: 1px solid var(--border); padding: 8px 12px; }
.avl-term-bar .dot { width: 8px; height: 8px; border-radius: 50%; background: #00FF41; box-shadow: 0 0 6px #00FF41; }
.avl-term-bar .dot.r { background: #ff5555; box-shadow: 0 0 6px #ff5555; }
.avl-term-bar .dot.y { background: #ffaa00; box-shadow: 0 0 6px #ffaa00; }
.avl-term-bar .title { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #c0ffc0; margin-left: 12px; letter-spacing: 1px; }
.avl-term-body { padding: 16px 18px 18px; font-family: 'JetBrains Mono', monospace; font-size: 12.5px; line-height: 1.55; }
.avl-term-row { display: flex; gap: 8px; align-items: baseline; padding: 2px 0; }
.avl-term-row .pmt { color: #00FF41; font-weight: 700; flex-shrink: 0; }
.avl-term-row .pmt.usr { color: #00FF41; }
.avl-term-row .pmt.sys { color: #888; }
.avl-term-row .pmt.err { color: #ff5555; }
.avl-term-row .pmt.ok  { color: #00FF41; }
.avl-term-row .ln { color: #c8ffd0; white-space: nowrap; overflow: hidden; border-right: 2px solid #00FF41; max-width: 100%; width: 100%; background-image: linear-gradient(90deg, transparent 0%, rgba(0,255,65,0) 30%, rgba(0,255,65,0.55) 50%, rgba(0,255,65,0) 70%, transparent 100%); background-size: 200% 100%; background-position: -100% 0; background-repeat: no-repeat; animation: avlTypeLine 1.4s ease-out; }
.avl-term-row .ln.muted { color: #7a9d7a; border-right-color: #7a9d7a; }
.avl-term-row .ln.err { color: #ff8c8c; border-right-color: #ff5555; }
.avl-term-row .ln.ok  { color: #b9ffc4; border-right-color: #00FF41; }
.avl-term-row.t1 .ln { animation-delay: 0.1s; }
.avl-term-row.t2 .ln { animation-delay: 1.7s; }
.avl-term-row.t3 .ln { animation-delay: 3.3s; }
.avl-term-row.t4 .ln { animation-delay: 4.9s; }
.avl-term-row.t5 .ln { animation-delay: 6.5s; }
.avl-term-row.t6 .ln { animation-delay: 8.1s; }
.avl-term-cursor { display: inline-block; width: 8px; height: 14px; background: #00FF41; vertical-align: middle; margin-left: 4px; animation: avlCursor 1s step-end infinite; }

/* --- Bar gauges (count-fill) --- */
.avl-gauge { border: 1px solid var(--border); background: var(--bg-card); padding: 24px; margin: 28px 0; }
.avl-gauge h4 { font-size: 12px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; margin: 0 0 16px; }
.avl-gauge-row { display: grid; grid-template-columns: 140px 1fr 80px; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 12px; }
.avl-gauge-label { color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; font-size: 11px; }
.avl-gauge-track { background: #0a0a0a; border: 1px solid var(--border); height: 22px; position: relative; overflow: hidden; }
.avl-gauge-bar { height: 100%; background: linear-gradient(90deg, #003311, #00FF41); position: relative; animation: avlCountFill 2.2s cubic-bezier(.2,.8,.2,1) forwards; box-shadow: inset 0 0 10px rgba(0,255,65,0.5); width: var(--fill, 50%); }
.avl-gauge-bar.bad { background: linear-gradient(90deg, #331111, #ff4444); box-shadow: inset 0 0 10px rgba(255,68,68,0.5); }
.avl-gauge-bar.warn { background: linear-gradient(90deg, #332200, #ffaa00); box-shadow: inset 0 0 10px rgba(255,170,0,0.5); }
.avl-gauge-bar.dim { background: linear-gradient(90deg, #0a1f0a, #2a8a3a); box-shadow: inset 0 0 8px rgba(0,255,65,0.25); opacity: 0.85; }
.avl-gauge-bar::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(0,0,0,0.22) 6px 7px); }
.avl-gauge-count { color: var(--green); font-weight: 700; text-align: right; font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.avl-gauge-count.bad { color: #ff5555; }
.avl-gauge-count.warn { color: #ffbb33; }

/* --- Constellation / orbit --- */
.avl-const-link { stroke: #00FF41; stroke-width: 1.2; fill: none; stroke-dasharray: 4 4; animation: avlDashflow 1.6s linear infinite; opacity: 0.7; }
.avl-orbit-ring { fill: none; stroke: #00FF41; stroke-width: 1; stroke-dasharray: 2 6; opacity: 0.32; }

/* --- Contrast cards (hover-reveal) --- */
.avl-contrast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.avl-contrast-card { border: 1px solid var(--border); background: var(--bg-terminal); padding: 0; overflow: hidden; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.avl-contrast-card:hover { transform: translateY(-3px); box-shadow: 0 0 28px rgba(0,255,65,0.18); border-color: #00FF41; }
.avl-contrast-card.bad:hover { box-shadow: 0 0 28px rgba(255,51,51,0.18); border-color: #ff3333; }
.avl-contrast-card h5 { margin: 0; padding: 10px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.avl-contrast-card.bad h5 { color: #ff3333; background: rgba(255,51,51,0.08); }
.avl-contrast-card.good h5 { color: var(--green); background: rgba(0,255,65,0.08); }
.avl-contrast-card .body { padding: 14px; font-size: 12.5px; line-height: 1.55; color: var(--text-dim); min-height: 90px; }
.avl-contrast-card .reveal { padding: 0 14px; font-size: 11px; color: var(--green); max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease; border-top: 1px dashed transparent; }
.avl-contrast-card.bad .reveal { color: #ffb0b0; }
.avl-contrast-card:hover .reveal { max-height: 160px; opacity: 1; padding: 12px 14px 14px; border-top-color: var(--border); }

/* --- Scan-line monitor --- */
.avl-scan-frame { position: relative; border: 1px solid var(--border); background: #000; padding: 18px; margin: 28px 0; overflow: hidden; }
.avl-scan-frame::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 32px; background: linear-gradient(180deg, rgba(0,255,65,0.55), rgba(0,255,65,0)); animation: avlScan 3.2s linear infinite; pointer-events: none; z-index: 2; }
.avl-scan-frame::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 2px, rgba(0,255,65,0.04) 2px 3px); pointer-events: none; }
.avl-scan-frame pre { margin: 0; color: #c8ffd0; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; line-height: 1.55; white-space: pre-wrap; word-break: break-word; position: relative; z-index: 1; }
.avl-scan-frame pre .lno { color: #356a35; user-select: none; padding-right: 10px; }
.avl-scan-frame pre .kw { color: #00ff41; }
.avl-scan-frame pre .str { color: #ffd07a; }
.avl-scan-frame pre .com { color: #6a8a6a; }
.avl-scan-frame .avl-scan-caption { font-size: 10px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; }
.avl-scan-frame .avl-scan-caption .live::before { content: '\25CF'; color: #00FF41; margin-right: 6px; animation: avlFadeBlink 1.8s ease-in-out infinite; }

/* --- Sequence rings (pulsing concentric rings around a label) --- */
.avl-rings { position: relative; width: 240px; height: 240px; margin: 8px auto; }
.avl-rings .ring { position: absolute; left: 50%; top: 50%; width: 220px; height: 220px; margin: -110px 0 0 -110px; border-radius: 50%; border: 1.5px solid #00FF41; opacity: 0; animation: avlRingPulse 3.3s ease-out infinite; }
.avl-rings .ring.r2 { animation-delay: 1.1s; border-color: #00ff41; }
.avl-rings .ring.r3 { animation-delay: 2.2s; border-color: #00aa33; }
.avl-rings .satellite { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; margin: -11px 0 0 -11px; border-radius: 50%; background: #001a08; border: 1.4px solid #00FF41; box-shadow: 0 0 8px rgba(0,255,65,0.6); display: flex; align-items: center; justify-content: center; color: #00FF41; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; }
.avl-rings .core { position: absolute; left: 50%; top: 50%; width: 110px; height: 110px; margin: -55px 0 0 -55px; border-radius: 50%; border: 2px solid #00FF41; background: radial-gradient(circle, rgba(0,255,65,0.22), rgba(0,0,0,0.7) 75%); display: flex; align-items: center; justify-content: center; flex-direction: column; color: #00FF41; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: center; padding: 8px; box-shadow: 0 0 28px rgba(0,255,65,0.18); }
.avl-rings .core .num { font-size: 26px; line-height: 1; }
.avl-rings .core .label { font-size: 9px; color: #b8ffc4; opacity: 0.85; margin-top: 4px; letter-spacing: 1.5px; }

/* --- Odometer counter --- */
.avl-odo { display: flex; gap: 6px; align-items: center; justify-content: center; margin: 18px 0 8px; font-family: 'JetBrains Mono', monospace; flex-wrap: wrap; }
.avl-odo .digit { display: inline-flex; align-items: center; justify-content: center; min-width: 56px; height: 84px; padding: 0 6px; border: 1px solid var(--border); background: linear-gradient(180deg, #001a08, #000); color: #00FF41; font-size: 50px; font-weight: 800; box-shadow: inset 0 0 24px rgba(0,255,65,0.18), 0 0 18px rgba(0,255,65,0.06); animation: avlOdoTick 1.2s cubic-bezier(.2,.8,.2,1) backwards; position: relative; overflow: hidden; }
.avl-odo .digit::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0,0,0,0.5); }
.avl-odo .digit.d2 { animation-delay: 0.22s; }
.avl-odo .digit.d3 { animation-delay: 0.42s; }
.avl-odo .digit.d4 { animation-delay: 0.62s; }
.avl-odo .label { color: var(--text-dim); text-transform: uppercase; letter-spacing: 2px; font-size: 11px; margin-left: 12px; }

/* --- Reduced-motion override (mandatory accessibility gate) --- */
@media (prefers-reduced-motion: reduce) {
  .avl-flow-line, .avl-flow-line-dim, .avl-flow-fail, .avl-const-link,
  .avl-blink,
  [class*="avl-seq"],
  .avl-pass-stamp, .avl-fail-stamp, .avl-warn-stamp,
  .avl-rings .ring,
  .avl-term-row .ln,
  .avl-term-cursor,
  .avl-odo .digit { animation: none !important; }
  .avl-scan-frame::before { animation: none !important; opacity: 0 !important; }
  .avl-term-row .ln { width: 100% !important; border-right: 0 !important; background-image: none !important; }
  .avl-gauge-bar { animation: none !important; width: var(--fill, 50%) !important; }
  .avl-orbiter, .avl-orbiter-grp { animation: none !important; }
}

@media (max-width: 680px) {
  .avl-contrast-grid { grid-template-columns: 1fr; }
  .avl-gauge-row { grid-template-columns: 100px 1fr 60px; gap: 8px; }
  .avl-odo .digit { min-width: 38px; height: 60px; font-size: 34px; }
  .avl-rings { width: 200px; height: 200px; }
  .avl-rings .ring { width: 180px; height: 180px; margin: -90px 0 0 -90px; }
  .avl-term-body { font-size: 11px; padding: 12px 12px 14px; }
}
/* AVL-LIB-END */

/* ============================================================
   CGHT-START — caught-claude-cheating animations
   Namespace: .cght-*  · Pure SVG + CSS interactive paradigm
   ============================================================ */
.cght-fig { border: 1px solid var(--border); background: var(--bg-terminal); padding: 22px 20px 18px; margin: 32px 0; position: relative; overflow: hidden; }
.cght-fig::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,170,0,0.05), transparent 70%); pointer-events: none; }
.cght-fig svg { width: 100%; height: auto; display: block; position: relative; z-index: 1; overflow: visible; }
.cght-cap { text-align: center; font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-top: 14px; }
.cght-cap .ok { color: var(--green); }
.cght-cap .warn { color: #ffaa00; }

/* shared keyframes */
@keyframes cghtFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes cghtPulse { 0%, 100% { filter: drop-shadow(0 0 4px currentColor); } 50% { filter: drop-shadow(0 0 12px currentColor); } }
@keyframes cghtDash { to { stroke-dashoffset: -24; } }
@keyframes cghtCursor { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes cghtStampIn { 0% { transform: rotate(-12deg) scale(2.2); opacity: 0; } 60% { transform: rotate(-12deg) scale(0.92); opacity: 1; } 100% { transform: rotate(-12deg) scale(1); opacity: 1; } }

/* === A. tarball-quarantine-flow === */
.cght-quarantine { padding-top: 14px; }
.cght-quarantine svg { background: linear-gradient(180deg, rgba(255,170,0,0.02), transparent); }
.cght-quarantine .qf-stage-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; fill: #888; text-transform: uppercase; letter-spacing: 2px; }
.cght-quarantine .qf-folder { fill: rgba(0,255,65,0.02); stroke: #00aa33; stroke-width: 1.4; }
.cght-quarantine .qf-folder-tab { fill: rgba(0,170,51,0.18); stroke: #00aa33; stroke-width: 1.2; }
.cght-quarantine .qf-folder-archive { stroke: #ffaa00; fill: rgba(255,170,0,0.04); }
.cght-quarantine .qf-folder-tab-archive { fill: rgba(255,170,0,0.18); stroke: #ffaa00; }
.cght-quarantine .qf-arrow { stroke: #00ff41; stroke-width: 2; fill: none; stroke-dasharray: 5 4; }
.cght-quarantine .qf-arrow.warn { stroke: #ffaa00; }
.cght-quarantine.is-playing .qf-arrow { animation: cghtDash 1.4s linear infinite; }

.cght-quarantine .qf-file { transform-box: fill-box; transform-origin: 50% 50%; }
.cght-quarantine.is-playing .qf-file { animation: qfFile 12s linear infinite; }
@keyframes qfFile {
  0%, 22% { opacity: 1; transform: translate(0, 0) scale(1); }
  32% { opacity: 0; transform: translate(70px, 25px) scale(0.4); }
  100% { opacity: 0; transform: translate(70px, 25px) scale(0.4); }
}
.cght-quarantine .qf-files-group > g:nth-of-type(1) .qf-file { animation-delay: 0s; }
.cght-quarantine .qf-files-group > g:nth-of-type(2) .qf-file { animation-delay: 0.06s; }
.cght-quarantine .qf-files-group > g:nth-of-type(3) .qf-file { animation-delay: 0.12s; }
.cght-quarantine .qf-files-group > g:nth-of-type(4) .qf-file { animation-delay: 0.18s; }
.cght-quarantine .qf-files-group > g:nth-of-type(5) .qf-file { animation-delay: 0.24s; }

.cght-quarantine .qf-tar { transform-box: fill-box; }
.cght-quarantine.is-playing .qf-tar { animation: qfTar 12s ease-in-out infinite; }
@keyframes qfTar {
  0%, 10% { opacity: 0; transform: translate(-160px, 0); }
  18% { opacity: 1; transform: translate(0, 0); }
  35% { opacity: 1; transform: translate(0, 0); }
  44% { opacity: 0; transform: translate(40px, -8px); }
  100% { opacity: 0; transform: translate(40px, -8px); }
}

.cght-quarantine .qf-blob-form { transform-box: fill-box; transform-origin: 50% 50%; }
.cght-quarantine.is-playing .qf-blob-form { animation: qfBlobForm 12s linear infinite; }
@keyframes qfBlobForm {
  0%, 28% { opacity: 0; transform: scale(0.4); }
  36% { opacity: 1; transform: scale(1); }
  44% { opacity: 1; transform: scale(1) translate(0, 0); }
  56% { opacity: 0; transform: scale(0.85) translate(140px, 0); }
  100% { opacity: 0; transform: scale(0.85) translate(140px, 0); }
}

.cght-quarantine .qf-blob-archived { transform-box: fill-box; transform-origin: 50% 50%; }
.cght-quarantine.is-playing .qf-blob-archived { animation: qfBlobArchived 12s linear infinite; }
@keyframes qfBlobArchived {
  0%, 56% { opacity: 0; transform: scale(0.5); }
  66% { opacity: 1; transform: scale(1); }
  100% { opacity: 1; transform: scale(1); }
}

.cght-quarantine .qf-blob-shape { fill: #2a2a2a; stroke: #888; stroke-width: 1.5; }
.cght-quarantine .qf-blob-shape.archived { fill: #1a1108; stroke: #ffaa00; stroke-width: 1.6; }
.cght-quarantine .qf-padlock { fill: #ffaa00; }
.cght-quarantine .qf-padlock-arc { stroke: #ffaa00; stroke-width: 1.7; fill: none; }
.cght-quarantine .qf-blob-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; fill: #888; text-anchor: middle; letter-spacing: 1px; }
.cght-quarantine .qf-blob-label.warn { fill: #ffaa00; font-weight: 700; }

.cght-quarantine .qf-claude { transform-box: fill-box; }
.cght-quarantine.is-playing .qf-claude { animation: qfClaude 12s linear infinite; }
@keyframes qfClaude {
  0%, 62% { opacity: 0; transform: translate(0, 8px); }
  76% { opacity: 1; transform: translate(0, 0); }
  100% { opacity: 1; transform: translate(0, 0); }
}
.cght-quarantine .qf-claude-head { fill: rgba(0,255,65,0.08); stroke: #00ff41; stroke-width: 1.5; }
.cght-quarantine .qf-claude-blindfold { fill: #2a2a2a; stroke: #888; stroke-width: 1; }
.cght-quarantine .qf-claude-mouth { stroke: #00ff41; stroke-width: 1.4; fill: none; }

.cght-quarantine .qf-tooltip { opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
.cght-quarantine .qf-blob-archived-group:hover .qf-tooltip,
.cght-quarantine .qf-blob-archived-group:focus .qf-tooltip { opacity: 1; }
.cght-quarantine .qf-blob-archived-group { cursor: help; }
.cght-quarantine .qf-tooltip rect { fill: #000; stroke: #00ff41; stroke-width: 1; }
.cght-quarantine .qf-tooltip text { fill: #00ff41; font-family: 'JetBrains Mono', monospace; font-size: 10px; }
.cght-quarantine .qf-tooltip text.dim { fill: #888; font-size: 9px; }

.cght-quarantine .qf-stage-indicator { fill: #555; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; }
.cght-quarantine.is-playing .qf-stage-indicator.s1 { animation: qfStage1 12s linear infinite; }
.cght-quarantine.is-playing .qf-stage-indicator.s2 { animation: qfStage2 12s linear infinite; }
.cght-quarantine.is-playing .qf-stage-indicator.s3 { animation: qfStage3 12s linear infinite; }
@keyframes qfStage1 { 0%, 22% { fill: #00ff41; } 22.1%, 100% { fill: #555; } }
@keyframes qfStage2 { 0%, 22% { fill: #555; } 22.1%, 56% { fill: #ffaa00; } 56.1%, 100% { fill: #555; } }
@keyframes qfStage3 { 0%, 56% { fill: #555; } 56.1%, 100% { fill: #00ff41; } }

/* === B. old-vs-new-flowchart === */
.cght-vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
@media (max-width: 600px) { .cght-vs-grid { grid-template-columns: 1fr; } }
.cght-vs-card { border: 1px solid var(--border); background: var(--bg-terminal); padding: 0; position: relative; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.cght-vs-card:hover { transform: translateY(-2px); }
.cght-vs-card.bad { border-color: rgba(255,51,51,0.45); }
.cght-vs-card.bad:hover { box-shadow: 0 0 24px rgba(255,51,51,0.18); border-color: #ff3333; }
.cght-vs-card.good { border-color: rgba(0,255,65,0.45); }
.cght-vs-card.good:hover { box-shadow: 0 0 24px rgba(0,255,65,0.18); border-color: #00ff41; }
.cght-vs-card h5 { margin: 0; padding: 9px 12px; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; font-family: 'JetBrains Mono', monospace; }
.cght-vs-card.bad h5 { color: #ff3333; background: rgba(255,51,51,0.06); }
.cght-vs-card.good h5 { color: #00ff41; background: rgba(0,255,65,0.06); }
.cght-vs-card h5 .badge { font-size: 9px; padding: 2px 6px; border: 1px solid currentColor; letter-spacing: 1px; opacity: 0.75; }
.cght-vs-card svg { width: 100%; height: 220px; display: block; }
.cght-vs-reveal { padding: 0 12px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease; border-top: 1px dashed transparent; font-size: 11.5px; line-height: 1.55; color: var(--text-dim); font-family: 'JetBrains Mono', monospace; }
.cght-vs-card:hover .cght-vs-reveal,
.cght-vs-card:focus-within .cght-vs-reveal { max-height: 240px; opacity: 1; padding: 10px 12px 12px; border-top-color: var(--border); }
.cght-vs-card.bad .cght-vs-reveal { color: #ffb0b0; }
.cght-vs-card .cght-vs-reveal strong { color: inherit; }

.cght-vs-flowline { stroke: #00aa33; stroke-width: 1.6; fill: none; stroke-dasharray: 4 4; opacity: 0; }
.cght-vs-card.bad .cght-vs-flowline { stroke: #ff5555; }
.cght-vs-card.is-playing .cght-vs-flowline { animation: cghtDash 1.5s linear infinite, cghtFadeIn 0.4s ease forwards; }
.cght-vs-card.is-playing .cght-vs-flowline.f1 { animation-delay: 0.4s, 0.4s; }
.cght-vs-card.is-playing .cght-vs-flowline.f2 { animation-delay: 0.4s, 0.8s; }

.cght-vs-stage-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; fill: var(--white); text-anchor: middle; font-weight: 600; }
.cght-vs-stage-sub { font-family: 'JetBrains Mono', monospace; font-size: 9px; fill: var(--text-muted); text-anchor: middle; letter-spacing: 1px; }
.cght-vs-stage-box { fill: rgba(0,255,65,0.04); stroke: #00aa33; stroke-width: 1.2; opacity: 0; transform-box: fill-box; transform-origin: 50% 50%; }
.cght-vs-card.bad .cght-vs-stage-box { fill: rgba(255,51,51,0.05); stroke: #ff5555; }
.cght-vs-card.is-playing .cght-vs-stage-box { animation: cghtFadeIn 0.5s ease forwards; }
.cght-vs-card.is-playing .cght-vs-stage-box.s1 { animation-delay: 0.1s; }
.cght-vs-card.is-playing .cght-vs-stage-box.s2 { animation-delay: 0.6s; }
.cght-vs-card.is-playing .cght-vs-stage-box.s3 { animation-delay: 1.1s; }

.cght-vs-stamp { font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 800; letter-spacing: 3px; fill: none; stroke-width: 2.6; transform-origin: center; transform-box: fill-box; opacity: 0; }
.cght-vs-card.bad .cght-vs-stamp { stroke: #ff3333; }
.cght-vs-card.good .cght-vs-stamp { stroke: #00ff41; }
.cght-vs-card.is-playing .cght-vs-stamp { animation: cghtStampIn 0.9s cubic-bezier(.2,.8,.2,1) 1.6s forwards; }

.cght-vs-files-mini g { transform-box: fill-box; }
.cght-vs-card.is-playing .cght-vs-files-mini g.fb { animation: cghtFadeIn 0.4s ease 0.2s forwards; opacity: 0; }
.cght-vs-card.is-playing .cght-vs-files-mini g.fb-locked { animation: cghtFadeIn 0.4s ease 0.2s forwards; opacity: 0; }

/* === C. restore-rollback-demo === */
.cght-rollback { border: 1px solid var(--border); background: var(--bg-card); margin: 28px 0; padding: 0; box-shadow: 0 0 24px rgba(0,255,65,0.04); }
.cght-rollback-bar { display: flex; align-items: center; gap: 6px; background: linear-gradient(180deg, rgba(0,255,65,0.16), rgba(0,255,65,0.04)); border-bottom: 1px solid var(--border); padding: 7px 11px; }
.cght-rollback-bar .dot { width: 8px; height: 8px; border-radius: 50%; }
.cght-rollback-bar .dot.r { background: #ff5555; box-shadow: 0 0 6px #ff5555; }
.cght-rollback-bar .dot.y { background: #ffaa00; box-shadow: 0 0 6px #ffaa00; }
.cght-rollback-bar .dot.g { background: #00ff41; box-shadow: 0 0 6px #00ff41; }
.cght-rollback-bar .title { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #c0ffc0; margin-left: 10px; letter-spacing: 1px; }
.cght-rollback-stage { padding: 18px; min-height: 230px; position: relative; }
.cght-rollback-stage svg { width: 100%; height: 230px; display: block; }
.cght-rollback-term { background: #000; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 11px 14px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #c8ffd0; min-height: 22px; }
.cght-rollback-term .pmt { color: #00ff41; font-weight: 700; margin-right: 8px; }
.cght-rollback-term .typed { display: inline; color: #c8ffd0; white-space: pre-wrap; word-break: break-all; }
.cght-rollback-term .cursor { display: inline-block; width: 8px; height: 13px; background: #00ff41; vertical-align: middle; margin-left: 2px; animation: cghtCursor 1s step-end infinite; }
.cght-rollback-controls { display: flex; gap: 14px; padding: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.cght-rollback-btn { background: transparent; border: 1.5px solid var(--green); color: var(--green); padding: 9px 18px; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: all 0.2s ease; min-height: 44px; min-width: 220px; }
.cght-rollback-btn:hover, .cght-rollback-btn:focus { background: rgba(0,255,65,0.12); box-shadow: 0 0 16px rgba(0,255,65,0.25); outline: none; }
.cght-rollback-btn[data-state="quarantine"] { border-color: #ffaa00; color: #ffaa00; }
.cght-rollback-btn[data-state="quarantine"]:hover, .cght-rollback-btn[data-state="quarantine"]:focus { background: rgba(255,170,0,0.12); box-shadow: 0 0 16px rgba(255,170,0,0.25); }
.cght-rollback-state-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; }

.cght-rollback .rb-blob-shape { fill: #1a1108; stroke: #ffaa00; stroke-width: 1.6; }
.cght-rollback .rb-blob { transition: opacity 0.5s ease, transform 0.5s ease; transform-origin: 50% 50%; transform-box: fill-box; }
.cght-rollback[data-state="restored"] .rb-blob { opacity: 0; transform: scale(0.35); }
.cght-rollback .rb-padlock { fill: #ffaa00; }
.cght-rollback .rb-padlock-arc { stroke: #ffaa00; stroke-width: 1.7; fill: none; }
.cght-rollback .rb-archive-glow { animation: cghtPulse 2.6s ease-in-out infinite; color: #ffaa00; }
.cght-rollback[data-state="restored"] .rb-archive-glow { animation: none; }
.cght-rollback .rb-folder { fill: rgba(255,170,0,0.04); stroke: #ffaa00; stroke-width: 1.4; }
.cght-rollback .rb-folder-tab { fill: rgba(255,170,0,0.18); stroke: #ffaa00; stroke-width: 1.2; }
.cght-rollback .rb-folder-out { fill: rgba(0,255,65,0.04); stroke: #00aa33; stroke-width: 1.4; opacity: 0.4; transition: opacity 0.5s ease; }
.cght-rollback[data-state="restored"] .rb-folder-out { opacity: 1; }
.cght-rollback .rb-empty-placeholder { transition: opacity 0.4s ease; }
.cght-rollback[data-state="restored"] .rb-empty-placeholder { opacity: 0; }
.cght-rollback .rb-file { opacity: 0; transition: opacity 0.5s ease, transform 0.7s cubic-bezier(.2,.8,.2,1); transform-origin: 50% 50%; transform-box: fill-box; }
.cght-rollback[data-state="restored"] .rb-file { opacity: 1; }
.cght-rollback[data-state="restored"] .rb-file.f1 { transform: translate(225px, -44px); transition-delay: 0.18s; }
.cght-rollback[data-state="restored"] .rb-file.f2 { transform: translate(290px, -44px); transition-delay: 0.26s; }
.cght-rollback[data-state="restored"] .rb-file.f3 { transform: translate(355px, -44px); transition-delay: 0.34s; }
.cght-rollback[data-state="restored"] .rb-file.f4 { transform: translate(257px, 26px); transition-delay: 0.42s; }
.cght-rollback[data-state="restored"] .rb-file.f5 { transform: translate(322px, 26px); transition-delay: 0.50s; }
.cght-rollback .rb-stage-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; fill: #888; text-transform: uppercase; letter-spacing: 2px; }
.cght-rollback .rb-arrow { stroke: #00ff41; stroke-width: 2; fill: none; stroke-dasharray: 5 4; opacity: 0; transition: opacity 0.4s ease; }
.cght-rollback[data-state="restored"] .rb-arrow { opacity: 1; animation: cghtDash 1.4s linear infinite; transition-delay: 0.4s; }

/* === D. blind-rebuild-receipt-strip === */
.cght-receipts { display: grid; grid-template-columns: 1fr 90px 1fr; gap: 12px; align-items: stretch; margin: 28px 0; }
@media (max-width: 600px) {
  .cght-receipts { grid-template-columns: 1fr; }
  .cght-receipts .cght-receipt-seal { order: 2; min-height: 90px; }
  .cght-receipts .cght-receipt.r-original { order: 1; }
  .cght-receipts .cght-receipt.r-rebuild { order: 3; }
}
.cght-receipt { border: 1px solid var(--border); background: var(--bg-terminal); padding: 14px 16px; position: relative; opacity: 0; transform: translateY(8px); transition: opacity 0.6s ease, transform 0.6s ease; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--white); line-height: 1.65; }
.cght-receipts.is-playing .cght-receipt { opacity: 1; transform: translateY(0); }
.cght-receipts.is-playing .cght-receipt.r-original { transition-delay: 0.1s; }
.cght-receipts.is-playing .cght-receipt.r-rebuild { transition-delay: 0.5s; }
.cght-receipt.r-original { filter: grayscale(0.4); border-color: #555; }
.cght-receipts.is-playing .cght-receipt.r-original { opacity: 0.62; }
.cght-receipt.r-rebuild { border-color: var(--green); box-shadow: 0 0 18px rgba(0,255,65,0.1); }
.cght-receipt h6 { margin: 0 0 10px; font-size: 10px; color: var(--green-dim); text-transform: uppercase; letter-spacing: 2px; padding-bottom: 7px; border-bottom: 1px dashed var(--border); display: flex; justify-content: space-between; gap: 8px; }
.cght-receipt.r-original h6 { color: #888; }
.cght-receipt-row { display: flex; justify-content: space-between; padding: 3px 0; gap: 8px; }
.cght-receipt-row .lbl { color: var(--text-muted); }
.cght-receipt-row .val { color: var(--white); font-weight: 600; text-align: right; }
.cght-receipt.r-rebuild .cght-receipt-row .val.hi { color: #00ff41; }
.cght-receipt-stat { background: rgba(0,255,65,0.05); border: 1px solid var(--green-dark); padding: 10px 12px; margin-top: 10px; text-align: center; }
.cght-receipt.r-original .cght-receipt-stat { background: rgba(136,136,136,0.05); border-color: #444; }
.cght-receipt-stat .num { display: block; font-size: 22px; color: #00ff41; font-weight: 800; line-height: 1.1; }
.cght-receipt.r-original .cght-receipt-stat .num { color: #888; }
.cght-receipt-stat .label { display: block; font-size: 9px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; }
.cght-receipt.r-original::after { content: 'SEALED'; position: absolute; top: 8px; right: 12px; font-size: 8px; color: #ffaa00; border: 1px solid #ffaa00; padding: 2px 5px; letter-spacing: 2px; opacity: 0.7; font-family: 'JetBrains Mono', monospace; font-weight: 700; }
.cght-receipt.r-rebuild::after { content: 'BLIND'; position: absolute; top: 8px; right: 12px; font-size: 8px; color: #00ff41; border: 1px solid #00ff41; padding: 2px 5px; letter-spacing: 2px; font-family: 'JetBrains Mono', monospace; font-weight: 700; }

.cght-receipt-seal { display: flex; align-items: center; justify-content: center; min-height: 100px; }
.cght-receipt-seal svg { width: 90px; height: 90px; display: block; opacity: 0; transform: scale(0.6); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.2,.8,.2,1); }
.cght-receipts.is-playing .cght-receipt-seal svg { opacity: 1; transform: scale(1); transition-delay: 0.85s; }
.cght-receipt-seal-circle { fill: rgba(255,170,0,0.12); stroke: #ffaa00; stroke-width: 2; }
.cght-receipt-seal-text { font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 13px; fill: #ffaa00; text-anchor: middle; letter-spacing: 2px; }
.cght-receipt-seal-sub { font-family: 'JetBrains Mono', monospace; font-size: 7px; fill: #ffaa00; text-anchor: middle; letter-spacing: 1.5px; opacity: 0.7; }

/* Reduced-motion fallback (mandatory accessibility gate) */
@media (prefers-reduced-motion: reduce) {
  .cght-quarantine .qf-file,
  .cght-quarantine .qf-tar,
  .cght-quarantine .qf-blob-form,
  .cght-quarantine .qf-blob-archived,
  .cght-quarantine .qf-claude,
  .cght-quarantine .qf-arrow,
  .cght-quarantine .qf-stage-indicator,
  .cght-vs-flowline,
  .cght-vs-stamp,
  .cght-vs-stage-box,
  .cght-receipt,
  .cght-receipt-seal svg,
  .cght-rollback .rb-archive-glow,
  .cght-rollback .rb-blob,
  .cght-rollback .rb-file,
  .cght-rollback .rb-arrow,
  .cght-rollback .rb-folder-out,
  .cght-rollback-term .cursor { animation: none !important; transition: none !important; }
  .cght-quarantine .qf-file { opacity: 0; }
  .cght-quarantine .qf-tar { opacity: 0; }
  .cght-quarantine .qf-blob-form { opacity: 0; }
  .cght-quarantine .qf-blob-archived { opacity: 1; transform: scale(1); }
  .cght-quarantine .qf-claude { opacity: 1; transform: none; }
  .cght-quarantine .qf-stage-indicator.s3 { fill: #00ff41; }
  .cght-vs-stamp { opacity: 1; transform: rotate(-12deg) scale(1); }
  .cght-vs-stage-box { opacity: 1; }
  .cght-vs-flowline { opacity: 1; }
  .cght-receipt { opacity: 1; transform: none; }
  .cght-receipt.r-original { opacity: 0.65; }
  .cght-receipt-seal svg { opacity: 1; transform: scale(1); }
}
.cght-rm .qf-file,
.cght-rm .qf-tar,
.cght-rm .qf-blob-form,
.cght-rm .qf-arrow,
.cght-rm .qf-stage-indicator { animation: none !important; }
.cght-rm .qf-blob-archived,
.cght-rm .qf-claude { animation: none !important; opacity: 1 !important; transform: none !important; }
.cght-rm .qf-stage-indicator.s3 { fill: #00ff41 !important; }
.cght-rm .cght-vs-stamp { animation: none !important; opacity: 1 !important; transform: rotate(-12deg) scale(1) !important; }
.cght-rm .cght-vs-stage-box { animation: none !important; opacity: 1 !important; }
.cght-rm .cght-vs-flowline { animation: none !important; opacity: 1 !important; }
.cght-rm .cght-receipt { animation: none !important; opacity: 1 !important; transform: none !important; }
.cght-rm .cght-receipt.r-original { opacity: 0.65 !important; }
.cght-rm .cght-receipt-seal svg { animation: none !important; opacity: 1 !important; transform: scale(1) !important; }

/* mobile tweaks */
@media (max-width: 480px) {
  .cght-quarantine svg { font-size: 9px; }
  .cght-vs-card svg { height: 200px; }
  .cght-rollback-stage { padding: 12px; min-height: 200px; }
  .cght-rollback-stage svg { height: 200px; }
  .cght-rollback-btn { min-width: 100%; }
  .cght-receipt { font-size: 10.5px; }
  .cght-receipt-stat .num { font-size: 18px; }
}
/* CGHT-END */
