/* Page-specific styles extracted from blog/2026-07-12-pixelscope-live-monitor.html. */
        .post-body h2 { font-family: var(--font-head); font-size: 14px; letter-spacing: 3px; color: var(--cyan); text-transform: uppercase; margin: 40px 0 16px; }
        .post-body pre { background: #0a0a0f; border: 1px solid var(--border); border-left: 3px solid var(--purple); border-radius: 6px; padding: 20px; overflow-x: auto; margin: 20px 0; font-family: 'Courier New', monospace; font-size: 13px; color: var(--text-main); line-height: 1.6; }
        .callout { background: rgba(0,229,255,0.05); border: 1px solid rgba(0,229,255,0.2); border-left: 3px solid var(--cyan); border-radius: 6px; padding: 16px 20px; margin: 24px 0; font-size: 14px; color: var(--text-main); line-height: 1.7; }
        .callout-purple { background: rgba(155,111,255,0.05); border: 1px solid rgba(155,111,255,0.2); border-left: 3px solid var(--purple); border-radius: 6px; padding: 16px 20px; margin: 24px 0; font-size: 14px; color: var(--text-main); line-height: 1.7; }
        .callout-purple strong { color: var(--purple); }
        .post-footer-nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--border); padding-top: 32px; margin-top: 60px; }
        .series-label { font-family: var(--font-head); font-size: 8px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; text-align: center; flex-shrink: 0; }
        .module-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
        .module-table th { font-family: var(--font-head); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); border-bottom: 1px solid var(--border); padding: 10px 12px; text-align: left; }
        .module-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--text-main); vertical-align: top; }
        .module-table td:first-child { font-family: 'Courier New', monospace; font-size: 13px; color: var(--purple); white-space: nowrap; }
        .screenshot-wrap { margin: 30px 0; }
        .screenshot-wrap img { width: 100%; border-radius: 8px; border: 1px solid var(--border); cursor: zoom-in; display: block; }
        .screenshot-wrap figcaption { font-size: 12px; color: var(--text-muted); margin-top: 10px; text-align: center; font-style: italic; }
        #lightbox { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.92); z-index:9999; align-items:center; justify-content:center; cursor:zoom-out; }
        #lightbox.active { display:flex; }
        #lightbox img { max-width:92vw; max-height:92vh; border-radius:6px; border:1px solid var(--border); }
