body.community-modal-open{overflow:hidden}.community-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.community-modal[hidden]{display:none}.community-modal-backdrop{position:absolute;inset:0;background:#061522b8;backdrop-filter:blur(4px)}.community-modal-card{position:relative;width:min(430px,100%);padding:30px 28px 26px;text-align:center;border:1px solid #b9e8d4;border-radius:20px;background:#fff;color:#183247;box-shadow:0 24px 80px #06152266;animation:community-modal-in .25s ease-out}.community-modal-card .eyebrow{display:block;margin-bottom:8px;color:#087c5b;font-size:10px;letter-spacing:1.2px}.community-modal-card h2{margin:0 0 8px;font-size:26px;line-height:1.2}.community-modal-card p{margin:0 auto 18px;color:#526574;font-size:14px;line-height:1.55}.community-modal-card img{display:block;width:210px;height:210px;margin:0 auto 8px;object-fit:contain;border-radius:8px}.community-modal-card small{display:block;color:#667987;font-size:11px;margin-bottom:18px}.community-modal-card .community-join{display:inline-flex;padding:11px 17px;border-radius:8px;background:#0b8f61;color:#fff;font-weight:800}.community-modal-close{position:absolute;top:10px;right:12px;width:32px;height:32px;padding:0;border:0;background:transparent;color:#587080;font-size:27px;line-height:1;cursor:pointer}.community-modal-close:hover{color:#183247}@keyframes community-modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:480px){.community-modal-card{padding:25px 20px 22px}.community-modal-card img{width:180px;height:180px}}@media(prefers-reduced-motion:reduce){.community-modal-card{animation:none}}
