.CommentsSection-module__wv4dlq__section{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--color-sand-dark)}.CommentsSection-module__wv4dlq__header{margin-bottom:var(--space-6)}.CommentsSection-module__wv4dlq__title{font-family:var(--font-sans);font-size:var(--text-xl);color:var(--text-primary);align-items:center;gap:var(--space-3);font-weight:700;display:flex}.CommentsSection-module__wv4dlq__count{min-width:24px;height:24px;padding:0 var(--space-2);background:var(--color-sand);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-muted);place-items:center;font-weight:600;display:grid}.CommentsSection-module__wv4dlq__form{gap:var(--space-3);margin-bottom:var(--space-6);flex-direction:column;display:flex}.CommentsSection-module__wv4dlq__textarea{resize:vertical;min-height:96px}.CommentsSection-module__wv4dlq__replyBanner{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--text-muted);background:#1b4f720f;display:flex}.CommentsSection-module__wv4dlq__replyBanner strong{color:var(--color-sea)}.CommentsSection-module__wv4dlq__cancelReply{font-size:var(--text-xs);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);margin-left:auto;padding:2px 6px}.CommentsSection-module__wv4dlq__cancelReply:hover{background:var(--color-sand-dark)}.CommentsSection-module__wv4dlq__formActions{justify-content:space-between;align-items:center;display:flex}.CommentsSection-module__wv4dlq__charCount{font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono)}.CommentsSection-module__wv4dlq__loginPrompt{align-items:center;gap:var(--space-3);padding:var(--space-5);background:var(--color-sand);border-radius:var(--radius-md);margin-bottom:var(--space-6);display:flex}.CommentsSection-module__wv4dlq__loginPrompt span{font-size:var(--text-sm);color:var(--text-muted)}.CommentsSection-module__wv4dlq__loading{gap:var(--space-5);flex-direction:column;display:flex}.CommentsSection-module__wv4dlq__skeletonComment{gap:var(--space-3);display:flex}.CommentsSection-module__wv4dlq__skeletonAvatar{border-radius:var(--radius-full);flex-shrink:0;width:36px;height:36px}.CommentsSection-module__wv4dlq__skeletonBody{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.CommentsSection-module__wv4dlq__skeletonName{border-radius:var(--radius-sm);width:30%;height:12px}.CommentsSection-module__wv4dlq__skeletonText{border-radius:var(--radius-sm);width:100%;height:48px}.CommentsSection-module__wv4dlq__empty{font-size:var(--text-sm);color:var(--text-muted);text-align:center;padding:var(--space-8) 0;font-style:italic}.CommentsSection-module__wv4dlq__commentsList{gap:var(--space-6);flex-direction:column;display:flex}.CommentsSection-module__wv4dlq__comment{gap:var(--space-3);flex-direction:column;display:flex}.CommentsSection-module__wv4dlq__comment.CommentsSection-module__wv4dlq__reply{margin-left:var(--space-8);padding-left:var(--space-5);border-left:2px solid var(--color-sand-dark)}.CommentsSection-module__wv4dlq__comment.CommentsSection-module__wv4dlq__featured{padding:var(--space-5);border-radius:var(--radius-md);background:#d4a8430f;border:1.5px solid #d4a84340}.CommentsSection-module__wv4dlq__featuredBadge{font-size:var(--text-xs);color:#9a6e0e;margin-bottom:var(--space-1);font-weight:600}.CommentsSection-module__wv4dlq__commentHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.CommentsSection-module__wv4dlq__commentAuthor{align-items:center;gap:var(--space-3);color:var(--text-primary);text-decoration:none;display:flex}.CommentsSection-module__wv4dlq__commentAvatar{border-radius:var(--radius-full);background:var(--color-sea);width:36px;height:36px;color:var(--color-white);font-weight:700;font-size:var(--text-sm);flex-shrink:0;place-items:center;display:grid;overflow:hidden}.CommentsSection-module__wv4dlq__commentAvatar img{object-fit:cover;width:100%;height:100%}.CommentsSection-module__wv4dlq__commentUsername{font-size:var(--text-sm);color:var(--text-primary);font-weight:600;display:block}.CommentsSection-module__wv4dlq__commentRole{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;margin-left:var(--space-2);vertical-align:middle;align-items:center;gap:3px;padding:1px 7px;font-size:10px;font-weight:700;display:inline-flex}.CommentsSection-module__wv4dlq__commentRole[data-role=admin]{background:var(--color-ink);color:var(--color-cream)}.CommentsSection-module__wv4dlq__commentRole[data-role=moderator]{color:var(--color-terra);background:#c4622d26;border:1px solid #c4622d4d}.CommentsSection-module__wv4dlq__commentRole[data-role=journalist]{color:var(--color-green);background:#2d6a4f1f;border:1px solid #2d6a4f40}.CommentsSection-module__wv4dlq__commentDate{font-size:var(--text-xs);color:var(--text-muted);margin-top:1px;display:block}.CommentsSection-module__wv4dlq__commentActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.CommentsSection-module__wv4dlq__replyBtn{font-size:var(--text-xs);color:var(--text-muted);padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);font-weight:500}.CommentsSection-module__wv4dlq__replyBtn:hover{background:var(--color-sand);color:var(--color-sea)}.CommentsSection-module__wv4dlq__deleteBtn{font-size:var(--text-xs);color:var(--text-muted);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);cursor:pointer;opacity:.5;transition:all var(--transition-fast)}.CommentsSection-module__wv4dlq__deleteBtn:hover{color:#c0392b;opacity:1;background:#c0392b14}.CommentsSection-module__wv4dlq__deleteConfirm{align-items:center;gap:var(--space-2);animation:.15s CommentsSection-module__wv4dlq__fadeIn;display:flex}@keyframes CommentsSection-module__wv4dlq__fadeIn{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}.CommentsSection-module__wv4dlq__deleteConfirmText{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap}.CommentsSection-module__wv4dlq__deleteConfirmYes{font-size:var(--text-xs);border-radius:var(--radius-sm);color:#fff;cursor:pointer;transition:opacity var(--transition-fast);background:#c0392b;border:1px solid #c0392b;padding:2px 8px;font-weight:600}.CommentsSection-module__wv4dlq__deleteConfirmYes:hover{opacity:.85}.CommentsSection-module__wv4dlq__deleteConfirmNo{font-size:var(--text-xs);border-radius:var(--radius-sm);border:1px solid var(--color-sand-dark);color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast);background:0 0;padding:2px 8px;font-weight:600}.CommentsSection-module__wv4dlq__deleteConfirmNo:hover{background:var(--color-sand)}.CommentsSection-module__wv4dlq__commentText{font-size:var(--text-base);color:var(--text-secondary);padding-left:calc(36px + var(--space-3));white-space:pre-line;word-break:break-word;line-height:1.6}.CommentsSection-module__wv4dlq__reply .CommentsSection-module__wv4dlq__commentText{padding-left:0}.CommentsSection-module__wv4dlq__replies{gap:var(--space-5);margin-top:var(--space-2);flex-direction:column;display:flex}
.ReactionButtons-module__7n3n-G__row{border:2px solid var(--color-sand-dark);border-radius:var(--radius-full);background:var(--bg-card);align-items:center;gap:0;display:inline-flex;overflow:hidden}.ReactionButtons-module__7n3n-G__btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);color:var(--text-secondary);font-size:var(--text-sm);font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);-webkit-user-select:none;user-select:none;background:0 0;border:none;line-height:1;display:inline-flex}.ReactionButtons-module__7n3n-G__btn:hover:not(:disabled){background:var(--color-sand);color:var(--text-primary)}.ReactionButtons-module__7n3n-G__btn:disabled{opacity:.6;cursor:not-allowed}.ReactionButtons-module__7n3n-G__activeLike{color:var(--color-terra)!important;background:#c4622d14!important}.ReactionButtons-module__7n3n-G__activeDislike{color:var(--color-sea)!important;background:#2c788614!important}.ReactionButtons-module__7n3n-G__divider{background:var(--color-sand-dark);flex-shrink:0;width:1px;height:24px}.ReactionButtons-module__7n3n-G__count{font-family:var(--font-serif);font-size:var(--text-base);text-align:center;min-width:14px;font-weight:700;line-height:1}.ReactionButtons-module__7n3n-G__label{font-size:var(--text-xs)}
.ShareButtons-module__1HOTMW__wrap{align-items:center;gap:var(--space-2);display:flex}.ShareButtons-module__1HOTMW__btn{border-radius:var(--radius-md);border:1.5px solid var(--color-sand-dark);background:var(--color-sand);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ShareButtons-module__1HOTMW__btn:hover{background:var(--color-terra);border-color:var(--color-terra);color:var(--color-cream);transform:translateY(-1px)}.ShareButtons-module__1HOTMW__btn:active{transform:translateY(0)}.ShareButtons-module__1HOTMW__copyDone{background:var(--color-terra)!important;border-color:var(--color-terra)!important;color:var(--color-cream)!important}
.PostPage-module__ZmFtwa__hero{background:var(--color-ink);align-items:flex-end;min-height:480px;display:flex;position:relative;overflow:hidden}.PostPage-module__ZmFtwa__heroImage{position:absolute;inset:0}.PostPage-module__ZmFtwa__heroImage img{object-fit:cover;opacity:.3;width:100%;height:100%}.PostPage-module__ZmFtwa__heroOverlay{background:linear-gradient(#1a120833 0%,#1a1208a6 50%,#1a1208fa 100%);position:absolute;inset:0}.PostPage-module__ZmFtwa__heroContent{z-index:1;padding-top:var(--space-12);padding-bottom:var(--space-12);gap:var(--space-4);flex-direction:column;max-width:800px;display:flex;position:relative}.PostPage-module__ZmFtwa__breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:#f5ede080;font-weight:500;display:flex}.PostPage-module__ZmFtwa__breadcrumb a{color:#f5ede080;transition:color var(--transition-fast);text-decoration:none}.PostPage-module__ZmFtwa__breadcrumb a:hover{color:var(--color-cream)}.PostPage-module__ZmFtwa__breadcrumb span{opacity:.3}.PostPage-module__ZmFtwa__meta{gap:var(--space-2);flex-wrap:wrap;display:flex}.PostPage-module__ZmFtwa__title{font-family:var(--font-serif);font-size:clamp(var(--text-3xl), 5vw, var(--text-5xl));color:var(--color-cream);max-width:720px;font-weight:700;line-height:1.15}.PostPage-module__ZmFtwa__excerpt{font-size:var(--text-lg);color:#f5ede0b3;max-width:620px;line-height:1.6}.PostPage-module__ZmFtwa__authorMeta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:#f5ede08c;margin-top:var(--space-1);display:flex}.PostPage-module__ZmFtwa__sentNotice{align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);margin:var(--space-8) 0;font-size:var(--text-sm);background:#2d6a4f14;border:1px solid #2d6a4f40;display:flex}.PostPage-module__ZmFtwa__sentNotice strong{color:var(--color-green);margin-bottom:var(--space-1);font-weight:600;display:block}.PostPage-module__ZmFtwa__sentNotice p{color:var(--text-muted)}.PostPage-module__ZmFtwa__layout{gap:var(--space-12);padding:var(--space-12) 0;grid-template-columns:1fr 300px;align-items:start;display:grid}.PostPage-module__ZmFtwa__mainCol{min-width:0}.PostPage-module__ZmFtwa__sources{margin-top:var(--space-10);padding:var(--space-6);background:var(--color-sand);border-radius:var(--radius-md);border-left:3px solid var(--color-terra)}.PostPage-module__ZmFtwa__sources h3{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-terra);margin-bottom:var(--space-4);font-weight:500}.PostPage-module__ZmFtwa__sources ul{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.PostPage-module__ZmFtwa__sources li{font-size:var(--text-sm);color:var(--text-muted);word-break:break-all}.PostPage-module__ZmFtwa__sources a{color:var(--color-sea);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.PostPage-module__ZmFtwa__likeRow{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-6) var(--space-6);background:var(--color-sand);border-radius:var(--radius-md);margin:var(--space-8) 0;flex-wrap:wrap;display:flex}.PostPage-module__ZmFtwa__shareCta{margin-top:var(--space-8);padding:var(--space-6) var(--space-6);border-radius:var(--radius-md);align-items:center;gap:var(--space-6);background:linear-gradient(135deg,#c4622d0f 0%,#c4622d05 100%);border:1.5px solid #c4622d33;flex-wrap:wrap;display:flex}.PostPage-module__ZmFtwa__shareCtaText{flex:1;min-width:180px}.PostPage-module__ZmFtwa__shareCtaText strong{font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--space-1);font-weight:700;display:block}.PostPage-module__ZmFtwa__shareCtaText span{font-size:var(--text-sm);color:var(--text-muted)}.PostPage-module__ZmFtwa__relatedMobile{display:none}.PostPage-module__ZmFtwa__relatedMobileGrid{gap:var(--space-3);margin-top:var(--space-4);grid-template-columns:1fr;display:grid}.PostPage-module__ZmFtwa__relatedMobileItem{align-items:center;gap:var(--space-3);color:var(--text-secondary);font-size:var(--text-sm);padding:var(--space-3);background:var(--bg-card);border:1.5px solid var(--color-sand-dark);border-radius:var(--radius-md);transition:border-color var(--transition-fast), color var(--transition-fast);text-decoration:none;display:flex}.PostPage-module__ZmFtwa__relatedMobileItem:hover{border-color:var(--color-terra);color:var(--color-terra)}.PostPage-module__ZmFtwa__relatedMobileImg{object-fit:cover;border-radius:var(--radius-sm);background:var(--color-sand-dark);flex-shrink:0;width:72px;height:52px}.PostPage-module__ZmFtwa__relatedMobileTitle{color:var(--text-primary);transition:color var(--transition-fast);font-weight:600;line-height:1.35}.PostPage-module__ZmFtwa__relatedMobileItem:hover .PostPage-module__ZmFtwa__relatedMobileTitle{color:var(--color-terra)}.PostPage-module__ZmFtwa__relatedMobileSection{font-size:var(--text-xs);color:var(--text-muted);margin-top:2px;display:block}.PostPage-module__ZmFtwa__sidebar{gap:var(--space-4);top:calc(var(--nav-height) + var(--space-6));flex-direction:column;display:flex;position:sticky}.PostPage-module__ZmFtwa__sideCard{padding:var(--space-5);background:var(--bg-card);border:1.5px solid var(--color-sand-dark);border-radius:var(--radius-md);gap:var(--space-3);flex-direction:column;display:flex}.PostPage-module__ZmFtwa__sideCard .PostPage-module__ZmFtwa__section-label{margin-bottom:var(--space-1)}.PostPage-module__ZmFtwa__barrioLink{color:var(--text-primary);transition:color var(--transition-fast);flex-direction:column;gap:2px;text-decoration:none;display:flex}.PostPage-module__ZmFtwa__barrioLink strong{font-size:var(--text-base);font-weight:600}.PostPage-module__ZmFtwa__barrioLink span{font-size:var(--text-xs);color:var(--text-muted)}.PostPage-module__ZmFtwa__barrioLink:hover strong{color:var(--color-terra)}.PostPage-module__ZmFtwa__authorCard{align-items:center;gap:var(--space-3);color:var(--text-primary);text-decoration:none;display:flex}.PostPage-module__ZmFtwa__authorCardAvatar{border-radius:var(--radius-full);background:var(--color-sea);width:40px;height:40px;color:var(--color-white);flex-shrink:0;place-items:center;font-weight:700;display:grid;overflow:hidden}.PostPage-module__ZmFtwa__authorCardAvatar img{object-fit:cover;width:100%;height:100%}.PostPage-module__ZmFtwa__authorCard strong{font-size:var(--text-sm);font-weight:600;display:block}.PostPage-module__ZmFtwa__authorCard span{font-size:var(--text-xs);color:var(--text-muted)}.PostPage-module__ZmFtwa__relatedList{gap:var(--space-3);flex-direction:column;display:flex}.PostPage-module__ZmFtwa__relatedItem{align-items:center;gap:var(--space-3);color:var(--text-secondary);font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none;display:flex}.PostPage-module__ZmFtwa__relatedItem img{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:56px;height:40px}.PostPage-module__ZmFtwa__relatedItem:hover{color:var(--color-terra)}@media (max-width:900px){.PostPage-module__ZmFtwa__layout{grid-template-columns:1fr}.PostPage-module__ZmFtwa__sidebar{position:static}.PostPage-module__ZmFtwa__relatedMobile{margin-top:var(--space-8);display:block}.PostPage-module__ZmFtwa__sideCardRelated{display:none}}@media (max-width:480px){.PostPage-module__ZmFtwa__shareCta{gap:var(--space-4);flex-direction:column;align-items:flex-start}}