html[data-color-scheme=light] .communityPostCard,:root:not([data-color-scheme=dark]):not(.dark) .communityPostCard{background:var(--color-bg-card);border-color:var(--color-border);box-shadow:var(--shadow-card)}html[data-color-scheme=light] .communityPostCard--moderator,:root:not([data-color-scheme=dark]):not(.dark) .communityPostCard--moderator{background:var(--color-bg-card);border-color:color-mix(in srgb, var(--color-accent) 22%, var(--color-border));border-left-width:3px;border-left-color:color-mix(in srgb, var(--color-accent) 50%, var(--color-border))}html[data-color-scheme=light] .communityPostCard--guide,:root:not([data-color-scheme=dark]):not(.dark) .communityPostCard--guide{background:var(--color-bg-card)}.communityPostBodyGuide--brief .communityPostBody--briefWhy{color:var(--color-text-secondary);margin-top:.5rem;font-size:.92rem}html[data-color-scheme=light] .communityPostBodyGuideSteps li,:root:not([data-color-scheme=dark]):not(.dark) .communityPostBodyGuideSteps li{background:var(--color-bg-card);border-color:var(--color-border-subtle);box-shadow:0 1px 0 color-mix(in srgb, var(--color-shadow) 6%, transparent)}html[data-color-scheme=light] .communityPostBodyGuideWhy,:root:not([data-color-scheme=dark]):not(.dark) .communityPostBodyGuideWhy{background:color-mix(in srgb, var(--color-accent) 6%, var(--color-bg-card));border-color:color-mix(in srgb, var(--color-accent) 18%, var(--color-border-subtle))}html[data-color-scheme=light] .communityPostMedia,:root:not([data-color-scheme=dark]):not(.dark) .communityPostMedia{background:var(--color-bg-subtle);border-color:var(--color-border-subtle)}.communityPostMedia--onBlack{border-color:color-mix(in srgb, var(--color-border) 35%, #000);background:#000}.communityPostMedia--onBlack img{object-fit:contain;object-position:center}html[data-color-scheme=light] .communityPostMedia--onBlack,:root:not([data-color-scheme=dark]):not(.dark) .communityPostMedia--onBlack{border-color:color-mix(in srgb, var(--color-border-subtle) 50%, #000);background:#000}.communityPage{gap:var(--ds-space-5,20px);display:grid}.communityFeed{gap:var(--ds-space-5,20px);margin-top:0;display:grid}.communityFeedSection{gap:var(--ds-space-4,16px);margin-top:0;display:grid}.communityFeedSection>.communitySectionHead{margin-bottom:0}.communityFeedSortRow{gap:var(--ds-space-2,8px);margin:0}.communityFeedBand{gap:var(--ds-space-3,12px);margin-top:0;display:grid}.communityFeedBandTitle{font-size:var(--text-body-sm,.875rem);color:var(--color-text-primary);margin:0;font-weight:700}.communityFeedBand .communityFeed{margin-top:0}.communityFeedLoadMore{padding-top:var(--ds-space-1,4px);margin:0}.communityPostCard--layout-carousel .communityPostContent,.communityPostCard--layout-podcast .communityPostContent,.communityPostCard--layout-resource .communityPostContent,.communityPostCard--layout-image .communityPostContent{gap:var(--ds-space-4,16px)}.communityPostMediaCaption{margin:calc(-1 * var(--ds-space-2,8px)) 0 0;font-size:var(--text-body-sm);color:var(--color-text-secondary);line-height:1.5}html[data-color-scheme=light] .communityPostActions .btnSoft.communityActionBtn,:root:not([data-color-scheme=dark]):not(.dark) .communityPostActions .btnSoft.communityActionBtn{background:var(--color-bg-card);border-color:var(--color-border-subtle);color:var(--color-text-primary);box-shadow:0 1px 0 color-mix(in srgb, var(--color-shadow) 5%, transparent)}html[data-color-scheme=light] .communityPostActions .communityActionBtn--like.isActive,:root:not([data-color-scheme=dark]):not(.dark) .communityPostActions .communityActionBtn--like.isActive{background:color-mix(in srgb, var(--color-accent) 10%, var(--color-bg-card));border-color:color-mix(in srgb, var(--color-accent) 32%, var(--color-border-subtle))}.communityPostMedia--feature{max-height:none}.communityPage .communityPostMedia{aspect-ratio:auto;background:0 0;height:auto;max-height:none}.communityPage .communityPostMedia img{object-fit:contain;object-position:center;width:100%;height:auto;max-height:min(720px,85vh)}.communityPage .communityPostMedia--onBlack{background:#000}.communityPage .communityPostMedia--carousel,.communityPage .communityPostMedia--podcast,.communityPage .communityPostMedia--resource,.communityPage .communityPostMedia--carousel img,.communityPage .communityPostMedia--podcast img,.communityPage .communityPostMedia--resource img{max-height:min(420px,70vh)}.communityPostCarousel{gap:var(--ds-space-3,12px);display:grid;position:relative}.communityPostMedia--carousel{max-height:min(380px,54vw)}.communityPostCarouselCaption{font-size:var(--text-body-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}.communityPostCarouselControls{padding:0 var(--ds-space-2,8px);pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.communityPostCarouselBtn{pointer-events:auto;border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-bg-card) 92%, transparent);width:44px;height:44px;color:var(--color-text-primary);cursor:pointer;box-shadow:var(--shadow-card);border-radius:50%;font-size:24px;line-height:1;transition:border-color .15s,background .15s}.communityPostCarouselBtn:hover{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));background:var(--color-bg-card);outline:none}.communityPostCarouselBtn:focus-visible{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));background:var(--color-bg-card);outline:none}.communityPostCarouselDots{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.communityPostCarouselDot{border:1px solid var(--color-border);background:var(--color-bg-card);cursor:pointer;border-radius:50%;width:10px;height:10px;padding:0}.communityPostCarouselDot.isActive{background:var(--color-accent);border-color:var(--color-accent)}.communityPostCarouselDot:focus-visible{outline:2px solid var(--color-accent-interactive);outline-offset:2px}.communityPostBody--brief{font-size:var(--text-body-sm);color:var(--color-text-secondary);margin:0;line-height:1.55}.communityPostCard--layout-carousel .communityPostBody--brief,.communityPostCard--layout-image .communityPostBody--brief,.communityPostCard--layout-podcast .communityPostBody--brief,.communityPostCard--layout-resource .communityPostBody--brief{margin-top:var(--ds-space-1,4px)}.communityPostPodcast{gap:var(--ds-space-4,16px);padding:var(--ds-space-4,16px);border-radius:var(--radius-input);border:1px solid var(--color-border-subtle);background:var(--color-bg-card);display:grid}@media (min-width:640px){.communityPostPodcast{grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);align-items:center}}.communityPostPodcast--loading,.communityPostPodcast--placeholder{grid-template-columns:1fr}.communityPostMedia--podcast{max-height:220px}.communityPostPodcastCopy{gap:var(--ds-space-2,8px);min-width:0;display:grid}.communityPostPodcastEyebrow{font-size:var(--text-eyebrow);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-hover);margin:0;font-weight:800}.communityPostPodcastTitle{font-size:var(--text-body);color:var(--color-text-primary);margin:0;font-weight:700;line-height:1.35}.communityPostPodcastDesc{font-size:var(--text-body-sm);color:var(--color-text-secondary);margin:0;line-height:1.55}.communityPostPodcastStatus{font-size:var(--text-body-sm);color:var(--color-text-muted);margin:0}.communityPostPodcastActions{gap:var(--ds-space-3,12px);margin-top:var(--ds-space-2,8px);flex-wrap:wrap;display:flex}.communityPostResource{gap:var(--ds-space-4,16px);padding:var(--ds-space-4,16px);border-radius:var(--radius-input);border:1px solid var(--color-border-subtle);background:var(--color-bg-card);color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:grid}.communityPostResource:hover{border-color:color-mix(in srgb, var(--color-accent) 35%, var(--color-border));box-shadow:var(--shadow-card);outline:none}.communityPostResource:focus-visible{border-color:color-mix(in srgb, var(--color-accent) 35%, var(--color-border));box-shadow:var(--shadow-card);outline:none}@media (min-width:640px){.communityPostResource{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:center}}.communityPostMedia--resource{max-height:200px}.communityPostResourceCopy{gap:var(--ds-space-2,8px);min-width:0;display:grid}.communityPostResourceCategory{font-size:var(--text-eyebrow);letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-weight:700}.communityPostResourceName{font-size:var(--text-body);color:var(--color-text-primary);margin:0;font-weight:700}.communityPostResourceDesc{font-size:var(--text-body-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}.communityPostResourceLink{font-size:var(--text-body-sm);color:var(--color-accent);font-weight:700}html[data-color-scheme=light] .communityPostPodcast,html[data-color-scheme=light] .communityPostResource,:root:not([data-color-scheme=dark]):not(.dark) .communityPostPodcast,:root:not([data-color-scheme=dark]):not(.dark) .communityPostResource{background:var(--color-bg-card);border-color:var(--color-border-subtle)}@media (max-width:760px){main.topApp[data-page-atmosphere=community] .appSiteHeader{margin-bottom:0;padding-bottom:max(2px,min(.6vw,6px))}main.topApp[data-page-atmosphere=community] .headerBrandStack img.brandMarkImg--header:not(.podcastBrandLogo),main.topApp[data-page-atmosphere=community] .headerBrandStack .brandMarkImg--header{margin-bottom:0!important}main.topApp[data-page-atmosphere=community]>.shell{margin-top:0;padding-top:0}.communityPage,.communityPageLayout,.communityPageLayout__main{gap:var(--ds-space-4,16px)}.communityPageLayout__rail,.communityConnectionsStack--rail{gap:var(--ds-space-3,12px)}.communityHeroTop{align-items:start;column-gap:var(--ds-space-2,8px);row-gap:var(--ds-space-1,4px);margin-bottom:var(--ds-space-2,8px);grid-template-columns:auto minmax(0,1fr)}.communityHeroTitles h2{font-size:max(1.35rem,min(5.2vw,1.65rem));line-height:1.28}.communityHeroText,.communityFeedIntro{font-size:var(--text-body-sm);line-height:1.55}.communitySectionHead{align-items:stretch;gap:var(--ds-space-3,12px);flex-direction:column}.communityPillRow{width:100%}.communityPostCard{padding:var(--ds-space-4,16px);gap:var(--ds-space-4,16px);min-width:0}.communityPostTop{align-items:start;gap:var(--ds-space-3,12px);grid-template-columns:auto minmax(0,1fr)}.communityPostMeta{min-width:0}.communityPostAuthorRow{gap:var(--ds-space-2,8px)}.communityPostModeratorBadge,.communityPostBadge,.communityPostTypeBadge,.communityPostStatusBadge{white-space:normal;text-align:left;max-width:100%;line-height:1.25}.communityPostTitle{overflow-wrap:anywhere;font-size:max(1.05rem,min(4.2vw,1.2rem));line-height:1.32}.communityPostBody,.communityPostBodyGuideIntro,.communityPostBodyGuideStepText,.communityPostBodyGuideWhyText{overflow-wrap:anywhere;word-break:break-word}.communityPostBodyGuideSteps li{gap:var(--ds-space-2,8px);padding:var(--ds-space-3,12px);grid-template-columns:1fr}.communityPostBodyGuideStepNum{white-space:normal}.communityPostMedia,.communityPostMedia--carousel,.communityPostMedia--feature,.communityPostMedia--podcast,.communityPostMedia--resource{max-height:none}.communityPage .communityPostMedia img{max-height:min(560px,70vh)}.communityPostCarousel{gap:var(--ds-space-3,12px)}.communityPostCarouselControls{justify-content:center;gap:var(--ds-space-4,16px);padding:var(--ds-space-1,4px) 0 0;pointer-events:auto;display:flex;position:static;transform:none}.communityPostCarouselBtn{touch-action:manipulation;width:48px;min-width:48px;height:48px;min-height:48px;font-size:22px}.communityPostCarouselDot{touch-action:manipulation;width:12px;min-width:12px;height:12px;min-height:12px}.communityPostPodcast,.communityPostResource{padding:var(--ds-space-3,12px);gap:var(--ds-space-3,12px);grid-template-columns:1fr}.communityPostPodcastCopy,.communityPostResourceCopy{min-width:0}.communityPostPodcastTitle,.communityPostResourceName{font-size:var(--text-body-sm);overflow-wrap:anywhere}.communityPostPodcastActions{flex-direction:column;align-items:stretch}.communityPostPodcastActions .btnSoft{justify-content:center;width:100%;min-height:44px}.communityPostCtaRow{flex-direction:column;align-items:stretch}.communityPostCta,.communityPostCtaRow .btnPrimary,.communityPostCtaRow .btnSoft,.communityPostCtaRow a.btnPrimary{text-align:center;box-sizing:border-box;justify-content:center;width:100%;min-height:44px}.communityPostActions{align-items:stretch;gap:var(--ds-space-2,8px);flex-direction:column}.communityPostActions .communityActionBtn{justify-content:center;width:100%;min-height:48px}.communityTrustDisclosureSummary,.communityConnectionsSummary{padding:var(--ds-space-3,12px) var(--ds-space-4,16px)}.communityTrustList{padding:var(--ds-space-3,12px) var(--ds-space-4,16px);padding-left:calc(40px + var(--ds-space-4,16px) + var(--ds-space-3,12px))}.communityConnectionsDisclosure>.communityConnectionsBody{padding:0 var(--ds-space-3,12px) var(--ds-space-3,12px)}}.communityV1Notice{border-left:3px solid color-mix(in srgb, var(--color-accent) 45%, var(--color-border))}.communityV1NoticeText{color:var(--color-text-secondary);font-size:var(--text-body-sm,.92rem);margin:0;line-height:1.55}.communityPostPinnedBadge{letter-spacing:.02em;text-transform:uppercase;border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--color-accent) 14%, var(--color-bg-subtle));color:var(--color-text-primary);padding:.15rem .45rem;font-size:.72rem;font-weight:600}.communityPostConnectionBadge{letter-spacing:.02em;text-transform:uppercase;border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--color-info,#2c7be5) 16%, var(--color-bg-subtle));color:var(--color-text-primary);padding:.15rem .45rem;font-size:.72rem;font-weight:600}.communityFeedSortRow .btnSoft.isActive{border-color:color-mix(in srgb, var(--color-accent) 45%, var(--color-border));background:color-mix(in srgb, var(--color-accent) 12%, var(--color-bg-card))}.communityPostCard--pinned{border-color:color-mix(in srgb, var(--color-accent) 28%, var(--color-border))}.communityPostVideoEmbed{aspect-ratio:16/9;border-radius:var(--radius-md,10px);background:#000;width:100%;margin:0;position:relative;overflow:hidden}.communityPostVideoEmbed iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.communityPostComments{padding-top:var(--ds-space-4,16px);border-top:1px solid var(--color-border-subtle);gap:var(--ds-space-3,12px);margin-top:0;display:grid}.communityPostCommentsTitle{font-size:var(--text-body-sm,.875rem);margin:0;font-weight:700}.communityPostCommentsList{gap:var(--ds-space-3,12px);margin:0;padding:0;list-style:none;display:grid}.communityPostComment{gap:var(--ds-space-2,8px);grid-template-columns:36px minmax(0,1fr);align-items:start;display:grid}.profileAvatarShell.communityPostCommentAvatar{min-width:36px;min-height:36px;box-shadow:0 0 0 1px color-mix(in srgb, var(--color-bg-app) 92%, var(--color-text-primary) 8%);width:36px!important;height:36px!important}.communityPostCommentMeta{gap:var(--ds-space-2,8px);font-size:var(--text-body-sm,.875rem);flex-wrap:wrap;align-items:baseline;display:flex}.communityPostCommentMeta time{color:var(--color-text-secondary)}.communityPostCommentBody p{margin:var(--ds-space-1,4px) 0 0;white-space:pre-wrap;word-break:break-word}.communityPostCommentForm{gap:var(--ds-space-2,8px);display:grid}.communityPostCommentInput{resize:vertical;border-radius:var(--radius-input,10px);border:1px solid var(--color-border);background:var(--color-bg-card);width:100%;min-height:4.5rem;color:var(--color-text-primary);padding:var(--ds-space-3,12px);font:inherit}.communityPostCommentsNote,.communityPostCommentsEmpty,.communityPostCommentsStatus{color:var(--color-text-secondary);font-size:var(--text-body-sm,.875rem);margin:0}.communityPostCommentMod{gap:var(--ds-space-2,8px);margin-top:var(--ds-space-1,4px);flex-wrap:wrap;display:flex}.communityPostCommentMod .btnSoft{font-size:var(--text-body-sm,.875rem);padding:var(--ds-space-1,4px) var(--ds-space-2,8px)}.communityPostReportRow{justify-content:flex-end;margin:0;padding:0;display:flex}.communityPostReportBtn{font-size:var(--text-body-sm,.875rem);padding:var(--ds-space-1,4px) var(--ds-space-2,8px)}.communityReportDialogCard{gap:0;width:min(440px,100vw - 24px);padding:0;overflow:hidden}.communityReportDialogBody{gap:var(--ds-space-4,16px);padding:var(--ds-space-4,16px) var(--ds-space-5,20px) var(--ds-space-5,20px);display:grid}.communityReportReasons{border:none;margin:0;padding:0}.communityReportDialogActions{gap:var(--ds-space-3,12px);flex-wrap:wrap;justify-content:flex-end;display:flex}.communityReportDialogDone{color:var(--color-text-secondary);margin:0}.communityPostCard--highlight{outline:2px solid var(--color-focus-ring,#3b82f6);outline-offset:2px}.communityShareStatus{font-size:var(--text-body-sm,.875rem);color:var(--color-text-muted,#6b7280);flex:100%;margin:0}.communityFeedSkeleton{gap:var(--ds-space-3,.75rem);margin:var(--ds-space-3,.75rem) 0;display:grid}.communityFeedSkeletonCard{border-radius:var(--radius-input,10px);background:linear-gradient(90deg, color-mix(in srgb, var(--color-surface-2,#1f2937) 80%, transparent) 0%, color-mix(in srgb, var(--color-surface-3,#374151) 90%, transparent) 50%, color-mix(in srgb, var(--color-surface-2,#1f2937) 80%, transparent) 100%);background-size:200% 100%;min-height:7.5rem;animation:1.2s ease-in-out infinite communitySkeletonPulse}@keyframes communitySkeletonPulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.communityFeedSkeletonCard{animation:none}}.communityPageLayout{gap:var(--ds-space-5,20px);flex-direction:column;display:flex}.communityPageLayout__main{gap:var(--ds-space-5,20px);min-width:0;display:grid}.communityPageLayout__rail{gap:var(--ds-space-4,16px);min-width:0;display:grid}.communityConnectionsStack--rail{gap:var(--ds-space-3,12px);min-width:0;display:grid}.communityRailActions{gap:var(--ds-space-3,12px);display:grid}.communityRailActions .btnPrimary{width:100%}.communityRailModLink{font-size:var(--text-body-sm,.875rem);margin:0}.communityPage .card.communitySection+.card.communitySection,.communityPage .card.communitySection+.communityConnectionsStack,.communityPage .communityConnectionsStack+.card.communitySection{margin-top:0}.communityFriendsList{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:min(40vh,280px);padding-right:2px;overflow-y:auto}.communityConnectionsStack--rail .communityConnectionsBody{overscroll-behavior:contain;max-height:min(50vh,360px);overflow-y:auto}.communityConnectionsStack--rail .communityMemberSearchBody{max-height:min(55vh,420px)}.communityMemberSearchBody .communitySearchResults{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:min(40vh,280px);padding-right:2px;overflow-y:auto}.communityConnectionsStack--rail .communityFriendsList{max-height:min(36vh,240px)}.communityConnectionsStack--rail .communitySearchResultRow{align-items:stretch;gap:var(--ds-space-2,8px);flex-direction:column;min-width:0}.communityConnectionsStack--rail .communityConnectionActions{justify-content:stretch;width:100%}.communityConnectionsStack--rail .communityConnectionActions .btnSoft,.communityConnectionsStack--rail .communityConnectionActions .btnPrimary{min-width:0;min-height:40px;font-size:var(--text-body-sm,.875rem);flex:auto;padding:8px 10px}.communityConnectionsStack--rail .communitySearchResultRow>.btnSoft,.communityConnectionsStack--rail .communitySearchResultRow>.btnPrimary{width:100%}.communityConnectionsStack--rail .communityConnectionsSummary{align-items:flex-start}.communityConnectionsStack--rail .communityConnectionsPreview{flex-wrap:wrap}@media (min-width:1100px){.communityPageLayout{gap:var(--ds-space-5,20px);grid-template-columns:minmax(0,1fr) minmax(280px,320px);align-items:start;display:grid}.communityPageLayout__rail{top:var(--ds-space-4,1rem);max-height:calc(100vh - var(--ds-space-6,1.5rem));align-self:start;position:-webkit-sticky;position:sticky;overflow:visible}.communityRailActions--desktop{display:grid}}@media (max-width:1099px){.communityPageLayout__rail{order:1}.communityPageLayout__main{order:2}.communityRailActions--desktop{display:none}.communityFriendsList{max-height:min(40vh,280px)}.communityConnectionsStack--rail .communityConnectionsBody,.communityConnectionsStack--rail .communityMemberSearchBody{max-height:none;overflow:visible}.communityMemberSearchBody .communitySearchResults{max-height:min(45vh,320px)}.communitySearchResultRow{align-items:stretch;gap:var(--ds-space-2,8px);flex-direction:column;min-width:0}.communityConnectionActions{justify-content:stretch;width:100%}.communityConnectionActions .btnSoft,.communityConnectionActions .btnPrimary,.communitySearchResultRow>.btnSoft,.communitySearchResultRow>.btnPrimary{flex:auto;min-width:0;min-height:44px}.communitySearchResultRow>.btnSoft,.communitySearchResultRow>.btnPrimary{width:100%}}@media (max-width:760px){.communityHeroActions{gap:var(--ds-space-2,8px);grid-template-columns:1fr;width:100%;display:grid}.communityHeroActions .btnPrimary,.communityHeroActions .btnSoft,.communityHeroActions a.btnSoft,.communityHeroActions a.btnPrimary{text-align:center;box-sizing:border-box;justify-content:center;width:100%;min-height:48px}.communityFeedSortRow{gap:var(--ds-space-2,8px);grid-template-columns:1fr;width:100%;display:grid}.communityFeedSortRow .btnSoft{justify-content:center;width:100%;min-height:44px}.communityFeedLoadMore{width:100%}.communityFeedLoadMore .btnSoft{justify-content:center;width:100%;min-height:48px}.communityFeedErrorWrap{gap:var(--ds-space-3,12px);display:grid}.communityFeedErrorWrap .btnSoft{justify-content:center;width:100%;min-height:44px}.communityPostComments{padding-top:var(--ds-space-3,12px);gap:var(--ds-space-3,12px)}.communityPostCommentForm .btnPrimary,.communityPostCommentForm .btnSoft{justify-content:center;width:100%;min-height:44px}.communityPostCommentMod{flex-wrap:wrap}.communityPostReportRow{padding-left:var(--ds-space-3,12px);padding-right:var(--ds-space-3,12px);justify-content:stretch}.communityPostReportBtn{justify-content:center;width:100%;min-height:44px}.communityReportDialogCard{border-radius:var(--radius-card,12px) var(--radius-card,12px) 0 0;width:100%;max-width:100%}.communityReportDialogActions{flex-direction:column-reverse;align-items:stretch}.communityReportDialogActions .btnPrimary,.communityReportDialogActions .btnSoft{justify-content:center;width:100%;min-height:48px}.communityPostVideoEmbed{border-radius:var(--radius-sm,8px);margin:.5rem 0}.communityShareStatus{text-align:center}.communityMemberProfileModal{-webkit-overflow-scrolling:touch;width:min(100%,100vw);max-width:100%;max-height:min(92dvh,100%);margin:0;overflow:auto}.communityMemberProfileActions{width:100%}.communityMemberProfileActions .btnPrimary,.communityMemberProfileActions .btnSoft{flex:auto;justify-content:center;min-height:44px}.communityPage .communitySearchResultRow{flex-direction:column;align-items:stretch}.communityPage .communitySearchResultRow>.btnSoft,.communityPage .communitySearchResultRow>.btnPrimary{width:100%}}@media (max-width:430px){.communityHeroTop{text-align:left;grid-template-columns:1fr}.communityHeroIcon{display:none}.communityFeedTabs{grid-template-columns:1fr}.profileAvatarShell.communityPostAvatar{min-width:44px;min-height:44px;width:44px!important;height:44px!important}.communityPage .card.communitySection,.communityPage .card.cardHero{padding:var(--ds-space-5,20px) var(--ds-space-4,16px)}.communityPostCard{padding:var(--ds-space-4,16px);gap:var(--ds-space-3,12px)}.communityConnectionsSummary{padding:var(--ds-space-3,12px) var(--ds-space-4,16px)}}
