
.community-popup-overlay{position:fixed;inset:0;z-index:9999;background:rgba(7,25,31,.72);display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(3px)}.community-popup-overlay.show{display:flex}.community-popup{position:relative;width:min(560px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:30px;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.38);animation:popupIn .25s ease-out;border-top:8px solid #27758a}.community-popup.type-actividad{border-top-color:#2d8a5b}.community-popup.type-importante{border-top-color:#e2a814}.community-popup.type-emergencia{border-top-color:#c63d3d}.community-popup-close{position:absolute;right:13px;top:10px;border:0;background:#edf2f3;width:36px;height:36px;border-radius:50%;font-size:25px;cursor:pointer}.community-popup-icon{font-size:42px}.community-popup-label{display:inline-block;margin:4px 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800;color:#587079}.community-popup h2{margin:.2rem 0 1rem;font-size:clamp(1.45rem,4vw,2rem);color:#123743}.community-popup p{font-size:1.05rem;line-height:1.55;color:#334e57}.community-popup-image{display:block;width:100%;max-height:330px;object-fit:contain;border-radius:14px;margin:14px auto}.community-popup-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.community-popup-understood,.community-popup-link{border:0;border-radius:11px;padding:.82rem 1.1rem;font-weight:800;cursor:pointer;text-decoration:none}.community-popup-understood{background:#145e75;color:#fff}.community-popup-link{background:#e9f1f3;color:#123743}.type-emergencia .community-popup-understood{background:#b93434}@keyframes popupIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:520px){.community-popup{padding:25px 18px 20px;border-radius:20px}.community-popup-image{max-height:42vh}}
