.community-page{background:var(--bg);padding:60px 32px 80px;width:100%;box-sizing:border-box}.community-page .community-container{max-width:1000px;margin:0 auto}.community-page .community-hero{text-align:center;margin-bottom:60px}.community-page .community-heading{margin:0 0 16px;font-family:var(--font-sans);font-size:clamp(28px,5vw,48px);font-weight:300;letter-spacing:-.02em;line-height:1.2;color:var(--fg)}.community-page .community-subheading{margin:0 auto;font-family:var(--font-sans);font-size:clamp(14px,2vw,16px);font-weight:300;line-height:1.6;color:var(--fg-dimmer);max-width:600px}.community-page .community-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:12px;overflow:hidden;margin-bottom:80px}.community-page .community-pillar{background:#f5f3f008;padding:32px 28px;display:flex;flex-direction:column;gap:12px}.community-page .community-pillar-icon{width:40px;height:40px;border-radius:8px;border:1px solid var(--coral);display:flex;align-items:center;justify-content:center;color:var(--coral);margin-bottom:8px}.community-page .community-pillar-title{margin:0;font-family:var(--font-sans);font-size:18px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--fg)}.community-page .community-pillar-desc{margin:0;font-family:var(--font-sans);font-size:13px;font-weight:300;line-height:1.6;color:var(--fg-dimmer)}.community-page .community-channels-heading{margin:0 0 40px;font-family:var(--font-sans);font-size:clamp(24px,4vw,36px);font-weight:300;letter-spacing:-.02em;line-height:1.2;text-transform:none;color:var(--fg);max-width:22ch}.community-page .community-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:80px}.community-page .community-channel{background:#f5f3f008;border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:16px}.community-page .community-channel-icon{width:48px;height:48px;border-radius:10px;background:#ff4a801a;border:1px solid rgba(255,74,128,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.community-page .community-channel-icon svg{width:24px;height:24px;fill:var(--coral)}.community-page .community-channel-name{margin:0;font-family:var(--font-sans);font-size:16px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--fg)}.community-page .community-channel-desc{margin:0;font-family:var(--font-sans);font-size:13px;font-weight:300;line-height:1.5;color:var(--fg-dimmer)}.community-page .community-channel-btn{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:auto;padding:10px 20px;border:1px solid var(--border-1);border-radius:8px;background:transparent;font-family:var(--font-sans);font-size:13px;font-weight:400;color:var(--fg-dimmer);text-decoration:none;transition:border-color .2s ease,color .2s ease}.community-page .community-channel-btn:hover,.community-page .community-channel-btn:focus-visible{border-color:var(--coral);color:var(--fg)}.community-page .community-ctas{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.community-page .community-cta-primary,.community-page .community-cta-secondary{display:flex;align-items:center;justify-content:center;text-align:center;padding:14px 28px;border-radius:6px;font-family:var(--font-sans);font-size:15px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.community-page .community-cta-primary{border:1px solid var(--coral);background:var(--coral);color:var(--cta-fg)}.community-page .community-cta-primary:hover,.community-page .community-cta-primary:focus-visible{box-shadow:0 0 0 4px var(--coral-ring)}.community-page .community-cta-secondary{border:1px solid var(--border-strong);background:transparent;color:var(--fg-dimmer)}.community-page .community-cta-secondary:hover,.community-page .community-cta-secondary:focus-visible{border-color:var(--fg);color:var(--fg)}@media(max-width:768px){.community-page{padding:44px 20px 60px}.community-page .community-pillars{grid-template-columns:1fr;margin-bottom:60px}.community-page .community-channels{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.community-page .community-ctas{flex-direction:column;align-items:stretch}}@media(min-width:769px)and (max-width:1023px){.community-page .community-channels{grid-template-columns:repeat(2,1fr)}}
