.post_article__LMzOI{background:var(--background-color);min-height:calc(100vh - 200px)}.post_container__YDZrk{max-width:900px;margin:0 auto;padding:3rem 2rem}.post_backLink__hXPI6{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;margin-bottom:3rem;font-size:1rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:var(--radius-sm)}.post_backLink__hXPI6:hover{color:var(--primary-color);background:var(--background-alt);transform:translateX(-4px)}.post_header__ZUiNa{margin-bottom:3rem;text-align:center}.post_meta__tDN9z{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.post_category__I4hsT{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-weight:600;font-size:.95rem;letter-spacing:.3px}.post_date__q7Poh{color:var(--text-secondary);font-size:1rem;font-weight:500}.post_title__lerbg{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:-.5px}.post_description__AG_Lo{font-size:1.4rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-weight:400}.post_author__ZaWwC{color:var(--text-light);font-size:1.05rem;margin-bottom:1.5rem;font-weight:500}.post_tags__8cvkl{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;justify-content:center}.post_tag__zG_bG{background:var(--background-alt);color:var(--text-secondary);padding:.5rem 1.2rem;border-radius:20px;font-size:.95rem;font-weight:500;transition:all .3s ease}.post_tag__zG_bG:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.post_imageWrapper__FjucQ{position:relative;margin:2rem 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);height:500px;width:100%}.post_featuredImage__644Ha{object-fit:cover}.post_content__VBBIG{font-size:1.15rem;line-height:1.8;color:var(--text-primary);margin:4rem 0}.post_content__VBBIG h2{font-size:2.25rem;font-weight:700;margin-top:3.5rem;margin-bottom:1.5rem;color:var(--primary-color);line-height:1.3}.post_content__VBBIG h3{font-size:1.75rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--secondary-color)}.post_content__VBBIG h4{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary)}.post_content__VBBIG p{margin-bottom:1.75rem;line-height:1.8}.post_content__VBBIG ol,.post_content__VBBIG ul{margin-bottom:2rem;padding-left:2.5rem}.post_content__VBBIG li{margin-bottom:.75rem;line-height:1.7}.post_content__VBBIG ul li{list-style-type:disc}.post_content__VBBIG blockquote{border-left:4px solid var(--primary-color);margin:2.5rem 0;font-style:italic;color:var(--text-secondary);background:var(--background-alt);padding:1.5rem 2rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.post_content__VBBIG a{color:var(--primary-color);text-decoration:underline;-webkit-text-decoration-color:var(--accent-color);text-decoration-color:var(--accent-color);transition:all .3s ease}.post_content__VBBIG a:hover{color:var(--secondary-color);-webkit-text-decoration-color:var(--secondary-color);text-decoration-color:var(--secondary-color)}.post_content__VBBIG code{background:var(--background-alt);padding:.3rem .6rem;border-radius:var(--radius-sm);font-size:.95em;font-family:Courier New,monospace;color:var(--primary-color);border:1px solid var(--border-color)}.post_content__VBBIG pre{background:var(--background-alt);padding:2rem;border-radius:var(--radius-md);overflow-x:auto;margin:2rem 0;border:1px solid var(--border-color)}.post_content__VBBIG pre code{background:none;padding:0;border:none;color:var(--text-primary)}.post_content__VBBIG img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:2.5rem 0;box-shadow:0 8px 30px rgba(0,0,0,.1)}.post_footer__hvKqy{margin-top:5rem;padding-top:3rem;border-top:2px solid var(--border-color)}.post_shareSection__sHWGs{margin-bottom:3rem;padding:2.5rem;background:var(--background-alt);border-radius:var(--radius-lg);text-align:center}.post_shareSection__sHWGs h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--primary-color);font-weight:600}.post_shareButtons__VrFvq{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.post_shareButton__sCIw4{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.9rem 2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(74,93,63,.3)}.post_shareButton__sCIw4:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(74,93,63,.4)}.post_backToAllPosts__AqYMR{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:1.05rem;font-weight:500;transition:all .3s ease;padding:.75rem 1.5rem;border-radius:var(--radius-md);border:1px solid var(--border-color)}.post_backToAllPosts__AqYMR:hover{color:var(--primary-color);border-color:var(--primary-color);background:var(--background-alt);transform:translateX(-4px)}@media (max-width:768px){.post_container__YDZrk{padding:2rem 1.5rem}.post_title__lerbg{font-size:2rem}.post_description__AG_Lo{font-size:1.15rem}.post_content__VBBIG{font-size:1.05rem}.post_content__VBBIG h2{font-size:1.75rem}.post_content__VBBIG h3{font-size:1.4rem}.post_shareSection__sHWGs{padding:1.5rem}.post_shareButtons__VrFvq{flex-direction:column}.post_shareButton__sCIw4{width:100%}}@media (max-width:480px){.post_title__lerbg{font-size:1.75rem}.post_description__AG_Lo{font-size:1.05rem}.post_meta__tDN9z{flex-direction:column;align-items:center;gap:1rem}}