#comunidadModal .community-card { max-width: 1400px; padding: 0; color: #101c25; background: #fff; overflow-y: auto; }
#comunidadModal .modal-close { position: sticky; top: 14px; margin: 14px 14px -50px auto; flex-shrink: 0; }
.community-layout { display: grid; flex-shrink: 0; grid-template-columns: 1.04fr 1fr; gap: 36px; padding: 38px; overflow: hidden; background: radial-gradient(ellipse at 82% 40%, #f7fbefff, transparent 50%); }
.community-copy { position: relative; z-index: 1; }
.community-logo { display: block; width: 245px; height: 64px; object-fit: contain; object-position: left center; margin-bottom: 25px; }
.community-eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 16px; color: #777e8d; font-size: 10px; font-weight: 700; letter-spacing: 2.6px; text-transform: uppercase; }
.community-eyebrow::before { content: ''; width: 36px; height: 2px; background: #83d51b; flex-shrink: 0; }
#comunidadModal h2 { margin: 0 0 12px; color: #101c25; font-size: clamp(34px, 4vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -2.5px; }
#comunidadModal h2 span { display: block; color: #64bd08; }
.community-intro { font-size: clamp(19px, 2vw, 26px); line-height: 1.2; letter-spacing: -.7px; margin: 0 0 15px; color: #15212b; }
.community-description { color: #737985; font-size: 16px; line-height: 1.5; margin: 0 0 22px; }
.community-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.community-features article { display: flex; gap: 14px; padding: 16px 13px; border: 1px solid #e4e7e9; border-radius: 15px; background: #ffffffb3; }
.community-icon { display: grid; place-items: center; flex: 0 0 47px; height: 47px; border-radius: 12px; background: #edffd9; color: #152b20; }
.community-icon svg, .community-actions svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.community-features h3 { margin: 3px 0 5px; color: #13212a; font-size: 14px; font-weight: 800; line-height: 1.25; }
.community-features p { margin: 0; color: #777e8a; font-size: 12px; line-height: 1.5; }
.community-actions { display: flex; align-items: center; gap: 20px; margin-top: 23px; }
.community-cta { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 15px 20px; border-radius: 13px; color: #122008; background: #a0e51b; box-shadow: 0 8px 22px #a0e51b40; font-size: 13px; font-weight: 800; text-decoration: none; transition: background .2s, transform .2s; }
.community-cta:hover { background: #b1ed3f; transform: translateY(-2px); }
.community-cta:focus-visible { outline: 3px solid #327b06; outline-offset: 4px; }
.community-cta span { font-size: 26px; line-height: 1; }
.community-actions > p { display: flex; align-items: center; gap: 12px; border-left: 2px solid #e5e7eb; padding-left: 20px; margin: 0; color: #7b8290; font-size: 11px; line-height: 1.5; }
.community-actions svg { flex-shrink: 0; width: 23px; }
.community-visual { position: relative; display: flex; justify-content: center; flex-direction: column; min-width: 0; padding-top: 60px; }
.community-visual::before { content: ''; position: absolute; inset: 15px 45px 0; border-radius: 48% 25% 48% 35%; background: #b6ee6930; transform: rotate(27deg); }
.community-dots { position: absolute; width: 110px; height: 65px; right: 10px; top: 8px; background: radial-gradient(circle, #98da42 2px, transparent 2.5px) 0 0 / 19px 19px; }
.community-browser { position: relative; padding: 0 12px 12px; background: #fff; border: 1px solid #f0f1f2; border-radius: 20px; box-shadow: 0 17px 40px #21352b24; transform: perspective(1600px) rotateY(-7deg) rotateZ(-1deg); }
.community-browser-bar { display: flex; gap: 5px; height: 27px; align-items: center; margin: 0 -12px; padding-left: 16px; border-bottom: 1px solid #eff1f4; background: #f8fafb; border-radius: 20px 20px 0 0; }
.community-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ff6159; }
.community-browser-bar i:nth-child(2) { background: #ffbe2f; }.community-browser-bar i:nth-child(3) { background: #29c840; }
.community-portal { display: grid; grid-template-columns: 26% 74%; min-height: 295px; }
.community-sidebar { padding: 18px 9px 0 0; border-right: 1px solid #f0f2f4; }
.community-sidebar img { width: 100%; height: 35px; object-fit: contain; margin-bottom: 15px; }
.community-sidebar > span { display: flex; align-items: center; gap: 8px; padding: 10px 6px; font-size: 20px; line-height: 1; color: #243140; margin-bottom: 3px; border-radius: 7px; }
.community-sidebar b { font-size: 9px; font-weight: 500; }.community-sidebar .selected { background: #eff8e3; color: #55af0e; }
.community-portal-main { padding: 19px 15px 15px 22px; }
.community-portal-top { display: flex; justify-content: space-between; align-items: center; gap: 5px; color: #737d8b; font-size: 6px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.3px; }
.community-avatar { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; color: #2b563b; background: #c3eba8; font-size: 16px; }
.community-portal-main h3 { margin: 10px 0; color: #12202b; font-size: clamp(17px, 1.9vw, 26px); line-height: 1.13; letter-spacing: -1px; }.community-portal-main em { color: #68b81f; font-style: normal; }
.community-portal-main > p { margin: 0 0 17px; font-size: 10px; color: #77818e; line-height: 1.6; }
.community-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.community-mini-grid > div { text-align: center; padding: 10px 2px; border: 1px solid #eef0f2; background: linear-gradient(#fff, #f8f9fa); border-radius: 10px; font-size: 8px; line-height: 1.4; }.community-mini-grid span { display: block; color: #63b818; font-size: 25px; margin-bottom: 5px; }
.community-portal-note { display: flex; align-items: center; gap: 10px; padding: 10px; margin-top: 13px; background: linear-gradient(110deg, #f4fcec, #f8f9fc); border: 1px solid #e9eee7; border-radius: 12px; }.community-portal-note > span { font-size: 29px; color: #70c220; }.community-portal-note p { margin: 0; font-size: 9px; line-height: 1.5; }.community-portal-note b { margin-left: auto; }
.community-landscape { position: relative; height: 110px; overflow: hidden; border-radius: 12px; }.community-landscape svg { width: 100%; height: 100%; display: block; }.community-landscape p { position: absolute; left: 24px; bottom: 17px; margin: 0; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; line-height: 1.6; font-weight: 700; }.community-landscape p::before { content: ''; display: block; width: 30px; height: 2px; margin-bottom: 12px; background: #9ae534; }
.community-signature { position: relative; align-self: flex-end; margin: 24px 8px 0; font: italic 23px/1.15 Georgia, serif; text-align: center; transform: rotate(-6deg); }.community-signature::after { content: ''; display: block; margin: 8px 0 0 auto; width: 100px; height: 4px; border-radius: 50%; background: #99df2b; }
@media (max-width: 1100px) { .community-layout { gap: 24px; padding: 32px; }.community-actions { flex-wrap: wrap; gap: 15px; }.community-actions > p { padding-left: 12px; }.community-features article { gap: 9px; padding: 12px 10px; }.community-icon { flex-basis: 38px; height: 38px; } }
@media (max-width: 850px) { .community-layout { grid-template-columns: 1fr; padding: 30px; }.community-logo { margin-bottom: 20px; }.community-visual { padding: 25px 12px 10px; max-width: 600px; width: 100%; margin: auto; }.community-portal-main h3 { font-size: 26px; }.community-portal-main > p { font-size: 12px; }.community-browser { transform: none; }.community-dots { top: 0; }.community-actions { flex-wrap: nowrap; }.community-signature { font-size: 21px; } }
@media (max-width: 480px) { .community-layout { padding: 25px 18px; gap: 15px; }.community-logo { width: 210px; height: 55px; }.community-eyebrow { font-size: 8px; letter-spacing: 1.5px; gap: 8px; }#comunidadModal h2 { font-size: 36px; letter-spacing: -1.5px; }.community-intro { font-size: 20px; }.community-description { font-size: 14px; }.community-features { grid-template-columns: 1fr; gap: 10px; }.community-features article { padding: 13px; }.community-features h3 { font-size: 14px; }.community-features p { font-size: 12px; }.community-actions { flex-direction: column; align-items: stretch; }.community-actions > p { justify-content: center; border-left: 0; padding: 0; }.community-cta { font-size: 12px; padding: 15px 10px; }.community-visual { padding: 22px 0 10px; }.community-sidebar { display: none; }.community-portal { grid-template-columns: 1fr; min-height: 0; }.community-portal-main { padding: 14px 5px; }.community-portal-main h3 { font-size: 24px; }.community-mini-grid > div { font-size: 9px; }.community-portal-note p { font-size: 10px; }.community-landscape { height: 95px; }.community-signature { font-size: 19px; } }
