/* Page-specific styles extracted from blog/2026-07-10-nerdminer-v2-bitcoin-miner.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; }
        .post-img { width: 100%; border-radius: 10px; border: 1px solid var(--border); margin: 32px 0; display: block; cursor: zoom-in; transition: opacity 0.2s; }
        .stat-row { display: flex; gap: 16px; flex-wrap: wrap; margin: 24px 0; }
        .stat-box { background: #14161C; border: 1px solid var(--border); border-radius: 8px; padding: 16px 22px; flex: 1; min-width: 140px; }
        .stat-label { font-family: var(--font-head); font-size: 8px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; margin-bottom: 6px; }
        .stat-value { font-family: var(--font-head); font-size: 18px; color: var(--cyan); }
        .post-img:hover { opacity: 0.88; }
        .post-img-caption { font-size: 12px; color: var(--text-muted); text-align: center; margin: -20px 0 28px; letter-spacing: 0.5px; }
        #lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; cursor: zoom-out; align-items: center; justify-content: center; padding: 24px; }
        #lightbox.active { display: flex; }
        #lightbox img { max-width: 100%; max-height: 90vh; border-radius: 8px; border: 1px solid rgba(155,111,255,0.3); box-shadow: 0 0 60px rgba(0,229,255,0.1); }
        #lightbox-close { position: fixed; top: 20px; right: 24px; font-family: var(--font-head); font-size: 11px; letter-spacing: 2px; color: var(--text-muted); cursor: pointer; background: rgba(20,22,28,0.9); border: 1px solid var(--border); border-radius: 4px; padding: 6px 14px; text-transform: uppercase; }
        #lightbox-close:hover { color: var(--cyan); border-color: var(--cyan); }
