.post-module__fFuUMG__postWrapper{max-width:800px;margin:0 auto;padding:6rem 0 4rem}.post-module__fFuUMG__coverWrapper{border:1px solid var(--color-border);cursor:pointer;border-radius:8px;width:100%;margin-bottom:2.5rem;transition:box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #0006}.post-module__fFuUMG__coverWrapper:hover{box-shadow:0 16px 40px #0000008c, 0 0 0 1px var(--color-primary)}.post-module__fFuUMG__coverImage{object-fit:cover;width:100%;max-height:420px;transition:transform .45s cubic-bezier(.25,.46,.45,.94);display:block}.post-module__fFuUMG__coverWrapper:hover .post-module__fFuUMG__coverImage{transform:scale(1.04)}.post-module__fFuUMG__postHeader{border-bottom:1px dashed var(--color-border);margin-bottom:2.5rem;padding-bottom:2rem}.post-module__fFuUMG__title{color:var(--color-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,2.8rem);line-height:1.2}.post-module__fFuUMG__meta{color:#888;font-family:var(--font-mono);flex-wrap:wrap;gap:1rem 1.5rem;font-size:.85rem;display:flex}.post-module__fFuUMG__articleBody{background:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text);border-radius:8px;padding:3rem;font-size:1.1rem;line-height:1.8;box-shadow:0 10px 30px #0000004d}.post-module__fFuUMG__articleBody h2{color:var(--color-primary);font-family:var(--font-mono);border-bottom:1px solid var(--color-border);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem}.post-module__fFuUMG__articleBody h3,.post-module__fFuUMG__articleBody h4{color:var(--color-text);margin-top:2rem;margin-bottom:.75rem}.post-module__fFuUMG__articleBody p{margin-bottom:1.5rem}.post-module__fFuUMG__articleBody strong{color:var(--color-primary)}.post-module__fFuUMG__articleBody em{color:var(--color-secondary)}body.theme-pm .post-module__fFuUMG__articleBody em{color:var(--color-text);opacity:.75}.post-module__fFuUMG__articleBody ul,.post-module__fFuUMG__articleBody ol{margin-bottom:1.5rem;padding-left:1.75rem}.post-module__fFuUMG__articleBody li{margin-bottom:.5rem}.post-module__fFuUMG__articleBody code{font-family:var(--font-mono);color:var(--color-primary);border:1px solid var(--color-border);background-color:#00000014;border-radius:3px;padding:.15rem .45rem;font-size:.88em}body.theme-pm .post-module__fFuUMG__articleBody code{color:#1d4ed8;background-color:#2563eb14}.post-module__fFuUMG__articleBody pre{border:1px solid var(--color-border);background-color:#1e1e1e;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem;overflow-x:auto}.post-module__fFuUMG__articleBody pre code{color:#e0e0e0;background:0 0;border:none;padding:0}.post-module__fFuUMG__articleBody blockquote{border-left:4px solid var(--color-primary);color:var(--color-secondary);background:#00000026;border-radius:0 4px 4px 0;margin:0 0 1.5rem;padding:.75rem 0 .75rem 1.25rem;font-style:italic}body.theme-pm .post-module__fFuUMG__articleBody blockquote{color:var(--color-text);background:#2563eb12}.post-module__fFuUMG__articleBody a{color:var(--color-primary);text-underline-offset:3px;text-decoration:underline}.post-module__fFuUMG__articleBody img{border:1px solid var(--color-border);border-radius:6px;max-width:100%;height:auto;margin:1rem 0 1.5rem;display:block}.post-module__fFuUMG__authorCard{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;align-items:center;gap:1rem;margin-top:3rem;padding:1.5rem;display:flex}.post-module__fFuUMG__authorAvatar{background:var(--color-card-bg);border:2px solid var(--color-primary);width:48px;height:48px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.post-module__fFuUMG__authorName{color:var(--color-text);margin-bottom:.25rem;font-weight:600}.post-module__fFuUMG__authorDate{color:var(--color-secondary);font-size:.8rem;font-family:var(--font-mono)}.post-module__fFuUMG__postFooter{text-align:center;background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .1), transparent);border:1px dashed var(--color-primary);border-radius:8px;margin-top:3rem;padding:3rem}.post-module__fFuUMG__shareButtons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.post-module__fFuUMG__shareBtn{font-size:.85rem;font-weight:600;font-family:var(--font-mono);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;text-decoration:none;transition:transform .15s,opacity .15s,filter .15s;display:inline-flex}.post-module__fFuUMG__shareBtn:hover{filter:brightness(1.15);transform:translateY(-2px)}.post-module__fFuUMG__shareBtn:active{transform:translateY(0)}.post-module__fFuUMG__shareBtnLinkedIn{color:#fff;background:#0077b5}.post-module__fFuUMG__shareBtnX{color:#fff;background:#000;border:1px solid #333}.post-module__fFuUMG__shareBtnWhatsApp{color:#fff;background:#25d366}.post-module__fFuUMG__shareBtnInstagram{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);transition:transform .15s,opacity .15s,filter .15s}@media (max-width:768px){.post-module__fFuUMG__postWrapper{padding:4rem 1rem 3rem}.post-module__fFuUMG__articleBody{padding:1.5rem}.post-module__fFuUMG__coverImage{max-height:220px}.post-module__fFuUMG__postFooter{padding:2rem 1rem}}.post-module__fFuUMG__socialFollow{border-top:1px dashed var(--color-border);text-align:center;margin-top:3rem;padding-top:2rem}.post-module__fFuUMG__socialFollow h3{margin-bottom:1.5rem;font-size:1.2rem}.post-module__fFuUMG__socialFollow .social-link{border-radius:4px}
