/* the-research-phase-one-shot-learned-to-look-before-building.css — extracted from inline <style> blocks. Generated by scripts/h1-extract.mjs */
/* per-post signature: the-research-phase-one-shot-learned-to-look-before-building */
      /* palette=red border=dotted-1 corner=rounded-2 density=staggered typography=italic-cap icon=ascii rhythm=centered */
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] {
        --sig-fg: #ff3333;
        --sig-accent: #ff6666;
        --sig-dim: #5a0a0a;
        --sig-glow: rgba(255,51,51,0.4);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .tldr,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .key-point,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .info-table,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .cta-box,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .concept-card,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow .step,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .do-dont .do,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .do-dont .dont {
        border: 1px dotted var(--sig-fg);
        border-radius: 2px;
        padding: 22px;
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .concept-grid,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .do-dont,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow {
        gap: 20px;
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .concept-grid > *:nth-child(even),
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .do-dont > *:nth-child(even),
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow .step:nth-child(even) {
        transform: translateY(8px);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .tldr-label,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .key-point strong,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .concept-card-title,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .cta-box h3,
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .do-dont h4 {
        font-style: italic;
        font-weight: 500;
        color: var(--sig-fg);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .key-point::before {
        content: ">> ";
        font-family: 'JetBrains Mono', monospace;
        color: var(--sig-fg);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow .step::before {
        content: "[" counter(rs-step) "] ";
        font-family: 'JetBrains Mono', monospace;
        color: var(--sig-accent);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow {
        counter-reset: rs-step;
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .visual-flow .step {
        counter-increment: rs-step;
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .info-table th {
        color: var(--sig-fg);
        border-bottom: 1px dotted var(--sig-fg);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .info-table td {
        border-bottom: 1px dotted var(--sig-dim);
      }
      .article-wrap[data-sig="the-research-phase-one-shot-learned-to-look-before-building"] .cta-box h3::before { content: "[*] "; color: var(--sig-accent); }
