/* Blog / article template. Plain reading layout: no hero, no pricing, no
   email capture. Light palette first; dark overrides at the end. */
.post { padding: 120px 0 64px; }
.post-head { max-width: 720px; margin: 0 auto 40px; }
.post-kicker { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #2563EB; margin-bottom: 16px; }
.post-head h1 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); margin-bottom: 18px; text-wrap: balance; }
.post-deck { font-size: 1.2rem; line-height: 1.55; color: #4B5563; font-weight: 300; margin-bottom: 22px; text-wrap: pretty; }
.post-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 0.9rem; color: #6B7280; align-items: center; }
.post-meta strong { color: #111827; font-weight: 600; }
.post-meta .dot { color: #9CA3AF; }
.article-prose { max-width: 720px; margin: 0 auto; }
.article-prose p { color: #374151; font-size: 1.06rem; line-height: 1.75; margin-bottom: 20px; }
.article-prose h2 { font-size: 1.55rem; margin: 44px 0 14px; }
.article-prose ul { margin: 0 0 20px 1.2em; color: #374151; font-size: 1.06rem; line-height: 1.7; }
.article-prose li { margin-bottom: 8px; }
.article-prose a { color: #2563EB; font-weight: 600; }
.evidence { max-width: 720px; margin: 28px auto; border-left: 4px solid #2563EB; background: #F8FAFC; padding: 18px 22px; border-radius: 0 12px 12px 0; }
.evidence p { font-style: italic; color: #1F2937; margin: 0 0 10px; font-size: 1.05rem; line-height: 1.65; }
.evidence cite { display: block; font-style: normal; color: #6B7280; font-size: 0.9rem; font-weight: 600; }
.post .steps { margin: 32px auto; max-width: 720px; }
.bypass .step-num { background: #DC2626; }
.fix { margin-top: 10px !important; color: #065F46 !important; font-size: 0.95rem !important; }
.fix strong { color: #047857; }
.checklist { max-width: 720px; margin: 8px auto 28px; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid #E5E7EB; color: #374151; font-size: 1.02rem; line-height: 1.6; }
.checklist li::before { content: '\2713'; position: absolute; left: 4px; top: 12px; color: #10B981; font-weight: 700; }
.checklist li:last-child { border-bottom: none; }
.disclosure { max-width: 720px; margin: 48px auto 0; padding: 22px 24px; border: 1px solid #E5E7EB; border-radius: 14px; background: #FAFAFA; }
.disclosure p { margin: 0; color: #4B5563; font-size: 0.98rem; line-height: 1.65; }
.disclosure strong { color: #111827; }
.post .faq { padding: 48px 0 0; }
.post .faq .section-header { margin-bottom: 24px; }
.post-figure { max-width: 720px; margin: 0 auto 36px; }
.post-figure img { display: block; width: 100%; height: auto; border-radius: 16px; border: 1px solid #DBEAFE; box-shadow: 0 8px 24px rgba(30,58,138,0.08); }
.post-figure figcaption { margin-top: 10px; font-size: 0.88rem; color: #6B7280; text-align: center; }
/* Blog index */
.post-thumb { display: block; margin-bottom: 18px; }
.post-thumb img { display: block; width: 100%; height: auto; border-radius: 14px; border: 1px solid #DBEAFE; }
.post-list { max-width: 720px; margin: 0 auto; }
.post-card { display: block; padding: 28px 0; border-bottom: 1px solid #E5E7EB; }
.post-card:last-child { border-bottom: none; }
.post-card h2 { font-size: 1.5rem; margin-bottom: 8px; }
.post-card h2 a { color: #111827; }
.post-card h2 a:hover { color: #2563EB; }
.post-card p { color: #4B5563; line-height: 1.65; margin-bottom: 10px; }
.post-card .post-meta { font-size: 0.85rem; }
@media (max-width: 768px) {
    .post { padding-top: 96px; }
}
@media (prefers-color-scheme: dark) {
    .post-deck { color: #9aa4b2; }
    .post-meta { color: #8b949e; }
    .post-meta strong { color: #e6edf3; }
    .article-prose p, .article-prose ul { color: #c9d1d9; }
    .evidence { background: #161b22; border-left-color: #3B82F6; }
    .evidence p { color: #e6edf3; }
    .evidence cite { color: #8b949e; }
    .fix { color: #34d399 !important; }
    .fix strong { color: #6ee7b7; }
    .checklist li { color: #c9d1d9; border-bottom-color: #262c36; }
    .disclosure { background: #161b22; border-color: #262c36; }
    .disclosure p { color: #9aa4b2; }
    .disclosure strong { color: #e6edf3; }
    .post-figure img, .post-thumb img { border-color: #30363d; box-shadow: none; }
    .post-figure figcaption { color: #8b949e; }
    .post-card { border-bottom-color: #262c36; }
    .post-card h2 a { color: #e6edf3; }
    .post-card p { color: #9aa4b2; }
}
