/* blog-article.html — page-specific styles */

#progress{position:fixed;top:0;left:0;height:3px;background:#00c389;z-index:999;width:0;transition:width .08s linear;border-radius:0 2px 2px 0}
.prose{font-size:16.5px;line-height:1.85;color:#2a3635}
.prose h2{font-weight:800;font-size:1.5rem;color:#003532;margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid rgba(191,200,200,.1);scroll-margin-top:80px}
.prose h2:first-of-type{border:none;padding-top:0;margin-top:0}
.prose h3{font-weight:700;font-size:1.15rem;color:#191c1e;margin:2rem 0 .8rem}
.prose p{margin-bottom:1.4rem}
.prose strong{color:#191c1e;font-weight:600}
.prose a{color:#003532;text-decoration:underline;text-underline-offset:3px}
.prose ul,.prose ol{margin-bottom:1.4rem;padding-left:1.4rem}
.prose li{margin-bottom:.5rem;line-height:1.7}
.prose blockquote{border-left:3px solid #00c389;margin:2rem 0;padding:1.2rem 1.5rem;background:#f2f4f6;border-radius:0 12px 12px 0;font-style:italic;color:#515f74}
.prose blockquote p{margin:0}
.prose .ref-card{background:#fff;border:1px solid rgba(191,200,200,.1);border-radius:12px;padding:1rem 1.2rem;margin:1rem 0}
.prose .ref-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:5px;background:#003532;color:#fff;font-size:10px;font-weight:700;margin-right:8px}
.prose .highlight-box{background:linear-gradient(135deg,rgba(0,195,137,.06),rgba(181,237,231,.08));border:1px solid rgba(0,195,137,.12);border-radius:14px;padding:1.5rem;margin:2rem 0}
.prose .highlight-box h4{font-weight:700;color:#003532;font-size:.95rem;margin-bottom:.6rem;display:flex;align-items:center;gap:8px}
.tag{display:inline-block;padding:4px 12px;border-radius:8px;font-size:11px;font-weight:600;background:#f2f4f6;color:#515f74;text-decoration:none;transition:all .2s}
.tag:hover{background:#003532;color:#fff}
.share-btn{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f2f4f6;color:#515f74;border:none;cursor:pointer;transition:all .2s}
.share-btn:hover{background:#003532;color:#fff}
.rel-card{background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;display:block;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}
.rel-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,53,50,.06)}
