.social-app{--portal-topbar:76px;--portal-radius:18px}.social-app-layout{display:grid;grid-template-columns:236px minmax(0,1fr);gap:28px;max-width:1320px;padding:28px 24px 64px;margin-inline:auto;align-items:start}.social-app-main{min-width:0}.social-app-main>.page-shell{padding:0}.social-topbar{position:sticky;top:0;z-index:40;border-bottom:1px solid rgb(var(--color-line));background:rgb(var(--color-surface)/.96);backdrop-filter:blur(16px)}.social-topbar-inner{display:flex;align-items:center;gap:30px;height:var(--portal-topbar);max-width:1320px;margin-inline:auto;padding-inline:24px}.social-topbar-logo{display:flex;flex-shrink:0;border-radius:8px}.social-topbar-logo>span{gap:9px}.social-topbar-logo svg{height:37px;width:37px}.social-topbar-logo .text-lg{font-size:21px;letter-spacing:-.045em}.social-topbar-search{flex:1;max-width:300px;min-width:0}.social-topbar-search label{position:relative;display:flex;align-items:center}.social-topbar-search label>svg{position:absolute;inset-inline-start:14px;pointer-events:none;color:rgb(var(--color-ink-3))}.social-topbar-search input{height:43px;width:100%;min-width:0;border-radius:999px;padding-inline:41px 14px;background:rgb(var(--color-surface-2));border:1px solid transparent;font-size:12px;color:rgb(var(--color-ink))}.social-topbar-search input::-moz-placeholder{color:rgb(var(--color-ink-3))}.social-topbar-search input::placeholder{color:rgb(var(--color-ink-3))}.social-topbar-search input:focus-visible{outline:2px solid rgb(var(--color-brand));outline-offset:2px;background:rgb(var(--color-surface))}.social-topbar-nav{display:flex;align-self:stretch;margin-inline-start:auto;gap:14px}.social-topbar-nav a{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:74px;font-size:12px;color:rgb(var(--color-ink-3));transition:color .15s}.social-topbar-nav a:hover{color:rgb(var(--color-ink))}.social-topbar-nav a.is-active{color:rgb(var(--color-brand));font-weight:700}.social-topbar-nav a.is-active:after{content:"";position:absolute;height:3px;inset-inline:11px;bottom:0;background:rgb(var(--color-brand));border-radius:3px 3px 0 0}.social-topbar-user{display:flex;gap:8px;align-items:center;padding-inline-start:20px;border-inline-start:1px solid rgb(var(--color-line))}.social-topbar-user>div>button{min-height:44px}.social-menu-toggle{display:none;height:44px;width:44px;align-items:center;justify-content:center;border-radius:50%}.social-menu-toggle:hover{background:rgb(var(--color-surface-2))}.social-mobile-menu{background:rgb(var(--color-surface));padding:12px 20px;border-top:1px solid rgb(var(--color-line));box-shadow:0 14px 24px rgb(var(--color-ink)/.06)}.social-mobile-menu:not([hidden]){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.social-mobile-menu a{display:flex;align-items:center;gap:12px;padding:14px;border-radius:10px;font-size:13px}.social-mobile-menu a:hover,.social-mobile-menu a[aria-current]{background:rgb(var(--color-brand)/.06);color:rgb(var(--color-brand))}.social-sidebar{position:sticky;top:calc(var(--portal-topbar) + 22px);display:grid;gap:18px;max-height:calc(100dvh - var(--portal-topbar) - 40px);overflow-y:auto;scrollbar-width:thin;padding-bottom:5px}.social-profile-card{overflow:hidden;border-radius:var(--portal-radius);border:1px solid rgb(var(--color-line));background:rgb(var(--color-surface))}.social-profile-cover{position:relative;height:78px;background:rgb(var(--color-ink));overflow:hidden}.social-profile-cover:after{content:"";position:absolute;inset:0;opacity:.28;background-image:radial-gradient(rgb(var(--color-surface)) .65px,transparent .65px);background-size:12px 12px}.social-profile-cover>span{position:absolute;width:170px;height:170px;border:1px solid rgb(var(--color-brand-vivid)/.5);border-radius:50%;top:-46px;left:60px}.social-profile-cover>span:nth-child(2){left:98px;border-width:18px;border-color:rgb(var(--color-brand-vivid)/.15)}.social-profile-cover>span:nth-child(3){left:-46px;top:15px;background:rgb(var(--color-brand-vivid)/.8);width:100px;height:100px}.social-profile-identity{display:flex;position:relative;flex-direction:column;align-items:center;text-align:center;padding:0 20px 18px}.social-profile-avatar{margin-top:-29px;background:rgb(var(--color-surface));border-radius:50%;outline:4px solid rgb(var(--color-surface));margin-bottom:12px}.social-profile-identity strong{font-size:16px;font-weight:800}.social-profile-identity p{margin-top:4px;font-size:12px;line-height:1.9;color:rgb(var(--color-ink-3));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.social-profile-edit{display:flex;align-items:center;justify-content:center;gap:8px;min-height:45px;border-top:1px solid rgb(var(--color-line));color:rgb(var(--color-ink-2));font-size:12px}.social-profile-edit:hover{color:rgb(var(--color-brand));background:rgb(var(--color-brand)/.025)}.social-navigation{border:1px solid rgb(var(--color-line));border-radius:var(--portal-radius);background:rgb(var(--color-surface));padding:10px}.social-nav-link{display:flex;align-items:center;gap:12px;min-height:46px;border-radius:10px;padding-inline:12px;color:rgb(var(--color-ink-2));font-size:13px;font-weight:600;transition:color .15s,background .15s}.social-nav-link>svg{color:rgb(var(--color-ink-3))}.social-nav-link:hover{background:rgb(var(--color-surface-2))}.social-nav-link.is-active{background:rgb(var(--color-brand)/.065);color:rgb(var(--color-brand));font-weight:700}.social-nav-link.is-active>svg{color:inherit}.social-nav-dot{height:5px;width:5px;border-radius:50%;background:currentColor;margin-inline-start:auto}.social-workspace-nav{border-top:1px solid rgb(var(--color-line));margin-top:10px;padding-top:12px}.social-workspace-nav>p{color:rgb(var(--color-ink-3));font-size:12px;padding:0 12px 8px}.social-my-groups{padding:2px 10px}.social-rail-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.social-rail-heading h2{font-size:13px;font-weight:800}.social-rail-heading>svg{color:rgb(var(--color-ink-3))}.social-rail-heading>a{display:grid;place-items:center;min-height:32px;min-width:32px;color:rgb(var(--color-ink-3));border-radius:50%}.social-rail-heading>a:hover{background:rgb(var(--color-surface-2));color:rgb(var(--color-brand))}.social-group-link{display:flex;align-items:center;gap:9px;min-height:51px}.social-group-link>span:nth-child(2){min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.social-group-link>svg{flex-shrink:0;color:rgb(var(--color-ink-3))}.social-group-icon{width:32px;height:32px;border:1px solid rgb(var(--color-line));border-radius:9px;display:grid;place-items:center;background:rgb(var(--color-surface));color:rgb(var(--color-brand));flex-shrink:0}.social-rail-muted{line-height:1.9}.social-rail-muted,.social-sidebar-footer{font-size:12px;color:rgb(var(--color-ink-3))}.social-sidebar-footer{line-height:2;padding-inline:12px}.social-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 264px;gap:24px;align-items:start}.social-feed-column{min-width:0}.social-feed-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-inline:3px}.social-feed-heading p{font-size:12px;color:rgb(var(--color-ink-3));margin-bottom:2px}.social-feed-heading h1{font-size:23px;font-weight:800;letter-spacing:-.03em}.social-feed-heading>button{color:rgb(var(--color-ink-3))}.social-spaces{display:flex;gap:17px;overflow-x:auto;background:rgb(var(--color-surface));border:1px solid rgb(var(--color-line));border-radius:var(--portal-radius);padding:20px 19px 16px;margin-bottom:18px;scrollbar-width:thin}.social-space{display:flex;flex:0 0 72px;width:72px;flex-direction:column;align-items:center;gap:10px;color:rgb(var(--color-ink-2))}.social-space>span:last-child{display:-webkit-box;width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.7;min-height:3.4em;font-size:12px;font-weight:600;text-align:center}.social-space-avatar{display:flex;align-items:center;justify-content:center;height:60px;width:60px;border-radius:50%;outline:1px solid rgb(var(--color-line));outline-offset:3px;border:2px solid rgb(var(--color-surface));background:rgb(var(--color-surface-2));flex-shrink:0;transition:outline-color .15s}.social-space-avatar>div{width:56px;height:56px}.social-space.is-selected .social-space-avatar{outline:2px solid rgb(var(--color-brand));color:rgb(var(--color-brand));background:rgb(var(--color-brand)/.055)}.social-space.is-selected>span:last-child{color:rgb(var(--color-brand))}.social-space-add .social-space-avatar{outline-style:dashed;background:transparent;color:rgb(var(--color-ink-3))}.social-space:hover .social-space-avatar{outline-color:rgb(var(--color-brand))}.social-composer{padding:20px!important;border-radius:var(--portal-radius)!important;box-shadow:0 2px 5px rgb(var(--color-ink)/.015)}.social-composer textarea{border-radius:22px;font-size:13px;min-height:46px}.social-composer.is-expanded textarea{border-radius:12px}.social-composer form>div:first-child{align-items:start}.social-composer-toolbar{gap:8px}.social-composer-toolbar>div:last-child{flex-wrap:wrap}.social-composer-toolbar>div:last-child>span{display:none}.social-composer-toolbar>div:last-child>[role=radiogroup]{order:2}.social-composer-toolbar .social-tool-label{font-size:12px}.social-feed-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:17px 1px 16px;border-bottom:1px solid rgb(var(--color-line))}.social-feed-scopes{display:flex;gap:23px}.social-feed-scopes button{position:relative;min-height:46px;padding-inline:3px;font-size:12px;font-weight:700;color:rgb(var(--color-ink-3))}.social-feed-scopes button[aria-pressed=true]{color:rgb(var(--color-ink))}.social-feed-scopes button[aria-pressed=true]:after{content:"";position:absolute;inset-inline:0;height:2px;bottom:-1px;background:rgb(var(--color-brand));border-radius:2px}.social-feed-filter select{background:transparent;min-height:44px;max-width:133px;font-size:12px;color:rgb(var(--color-ink-2));cursor:pointer;padding-inline:3px}.social-active-topic{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:14px;padding:5px 14px;background:rgb(var(--color-brand)/.05);border:1px solid rgb(var(--color-brand)/.1);border-radius:12px;font-size:12px;color:rgb(var(--color-brand))}.social-active-topic button{display:grid;place-items:center;height:36px;width:36px;border-radius:50%}.social-post-list{display:flex;flex-direction:column;gap:18px}.social-post{border-radius:var(--portal-radius)!important;box-shadow:0 2px 5px rgb(var(--color-ink)/.015)}.social-post-body{padding:22px!important}.social-post-text{font-size:14px;line-height:2}.social-read-more{min-height:36px;color:rgb(var(--color-brand));font-size:12px;font-weight:600}.social-post-actions{padding:5px 9px;margin-inline:15px}.social-post-actions>button{border-radius:10px;font-size:12px;height:44px;font-weight:600}.social-post-actions>button:disabled{cursor:wait}.social-post-actions svg{height:19px;width:19px;stroke-width:1.7}.social-post-media{margin-inline:-22px}.social-post-media>div{border-radius:0;border-inline:0}.social-post-media img{max-height:440px}.social-feed-end{display:flex;flex-direction:column;gap:5px;align-items:center;padding:15px;color:rgb(var(--color-ink-3));font-size:12px}.social-feed-end button{min-height:36px;color:rgb(var(--color-brand));font-weight:600}.social-refresh-error{border:1px solid rgb(var(--color-line));background:rgb(var(--color-surface));padding:16px;border-radius:12px;font-size:12px;color:rgb(var(--color-ink-2))}.social-inline-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:rgb(var(--color-brand));font-weight:600;font-size:13px}.social-discovery-rail{display:grid;gap:19px;min-width:0;position:sticky;top:calc(var(--portal-topbar) + 24px)}.social-rail-card{padding:20px 17px;border:1px solid rgb(var(--color-line));border-radius:var(--portal-radius);background:rgb(var(--color-surface))}.social-people-list{display:grid;gap:23px}.social-person{display:flex;gap:10px;min-width:0;align-items:start}.social-person-avatar{flex-shrink:0;border-radius:50%}.social-person-info{min-width:0;flex:1}.social-person h3{font-size:12px;font-weight:700;line-height:1.8}.social-person p{line-height:1.8;margin-top:2px;overflow-wrap:anywhere}.social-person p,.social-person-info>span{font-size:12px;color:rgb(var(--color-ink-3))}.social-person-info>span{display:block;margin-top:7px}.social-connect-button{border-radius:999px!important;margin-top:9px;height:32px!important;padding-inline:12px!important;font-size:12px!important;color:rgb(var(--color-brand))!important;border-color:rgb(var(--color-brand)/.3)!important;box-shadow:none!important}.social-connect-button:hover{background:rgb(var(--color-brand)/.04)!important}.social-connect-button:disabled{color:rgb(var(--color-ink-3))!important;opacity:1}.social-connect-button svg{width:14px!important;height:14px!important}.social-rail-more{display:flex;align-items:center;gap:7px;justify-content:center;min-height:45px;margin:17px -17px -20px;border-top:1px solid rgb(var(--color-line));font-size:12px;font-weight:600;color:rgb(var(--color-ink-2))}.social-rail-more:hover{color:rgb(var(--color-brand))}.social-suggestion-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:13px 4px}.social-suggestion-empty>svg{color:rgb(var(--color-brand))}.social-suggestion-empty p{font-size:12px;color:rgb(var(--color-ink-2))}.social-suggestion-empty>span{font-size:12px;color:rgb(var(--color-ink-3));line-height:1.9}.social-suggestion-empty a{display:inline-flex;align-items:center;gap:6px;min-height:40px;color:rgb(var(--color-brand));font-size:12px}.social-topic-list{display:grid;gap:13px}.social-topic-list button{display:flex;align-items:center;gap:9px;min-height:46px;text-align:start;width:100%;border-radius:9px}.social-topic-list button>span:nth-child(2){min-width:0;flex:1}.social-topic-list button strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.social-topic-list button small{display:block;font-size:12px;color:rgb(var(--color-ink-3));margin-top:3px}.social-topic-list button>svg{color:rgb(var(--color-ink-3))}.social-topic-list button:hover,.social-topic-list button[aria-pressed=true]{color:rgb(var(--color-brand));background:rgb(var(--color-brand)/.035)}.social-topic-hash{display:grid;place-items:center;height:31px;width:31px;border-radius:9px;background:rgb(var(--color-surface-2));color:rgb(var(--color-ink-3));font-size:18px;flex-shrink:0}.social-profile-prompt{background:rgb(var(--color-ink));padding:23px 20px;border-radius:var(--portal-radius);color:#fff}.social-profile-prompt>svg{color:rgb(var(--color-brand-vivid));margin-bottom:14px}.social-profile-prompt h2{font-size:16px;font-weight:700}.social-profile-prompt>p{line-height:1.9;margin-top:7px}.social-completion-label,.social-profile-prompt>p{color:rgb(var(--color-line-strong));font-size:12px}.social-completion-label{display:flex;justify-content:space-between;margin-top:23px}.social-completion-bar{height:4px;border-radius:4px;overflow:hidden;background:rgb(var(--color-surface)/.16);margin-top:8px}.social-completion-bar>span{display:block;height:100%;background:rgb(var(--color-brand-vivid));border-radius:4px}.social-profile-prompt>a{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-top:18px;min-height:28px}.social-business-link{display:flex;align-items:center;gap:9px;padding-inline:3px}.social-business-link>svg:first-child{color:rgb(var(--color-brand))}.social-business-link>span{flex:1}.social-business-link small,.social-business-link strong{display:block;font-size:12px}.social-business-link small{margin-top:4px}.social-business-link small,.social-business-link>svg:last-child,.social-rail-footer{color:rgb(var(--color-ink-3))}.social-rail-footer{display:flex;flex-wrap:wrap;gap:9px 16px;font-size:12px;padding-inline:3px}.social-rail-footer a:hover{color:rgb(var(--color-brand))}.social-rail-footer>span{flex-basis:100%}.social-network-heading{display:flex;align-items:start;gap:19px;margin:12px 0 34px}.social-heading-icon{display:grid;place-items:center;width:54px;height:54px;background:rgb(var(--color-brand)/.07);border-radius:16px;color:rgb(var(--color-brand));flex-shrink:0}.social-network-heading p{color:rgb(var(--color-brand));font-size:12px;margin-bottom:5px}.social-network-heading h1{font-size:27px;font-weight:800}.social-network-heading div>span{display:block;font-size:13px;line-height:1.9;margin-top:10px;color:rgb(var(--color-ink-2))}.social-suggestions-full .social-people-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.social-suggestions-full .social-person{flex-direction:column;align-items:center;text-align:center;border:1px solid rgb(var(--color-line));border-radius:var(--portal-radius);padding:27px 18px;background:rgb(var(--color-surface));gap:16px}.social-suggestions-full .social-person h3{font-size:15px}.social-suggestions-full .social-person p{font-size:12px}.social-suggestions-full .social-connect-button{min-height:40px;margin-top:18px;min-width:125px}.social-suggestions-full .social-person-info{display:flex;flex-direction:column;align-items:center;width:100%}.social-suggestions-full .social-connect-button{margin-top:auto}.social-suggestions-full .social-person-info>span{margin-bottom:18px}.social-suggestions-full .social-suggestion-empty{border:1px dashed rgb(var(--color-line-strong));border-radius:18px;padding:60px 25px;background:rgb(var(--color-surface))}@media (max-width:1199px){.social-app-layout{grid-template-columns:214px minmax(0,1fr);gap:22px;padding-inline:20px}.social-feed-layout{grid-template-columns:minmax(0,1fr) 235px;gap:18px}.social-topbar-inner{gap:23px}.social-topbar-nav{gap:5px}.social-topbar-nav a{width:62px}.social-topbar-user{padding-inline-start:14px}.social-topbar-user>div>button>span>span:nth-child(2){display:none}.social-rail-card{padding-inline:15px}.social-rail-more{margin-inline:-15px}.social-composer{padding:17px!important}.social-composer-toolbar>div:first-child button{padding-inline:8px}.social-composer-toolbar .social-tool-label{display:none}.social-post-body{padding:18px!important}.social-post-media{margin-inline:-18px}.social-suggestions-full .social-people-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1023px){.social-app{--portal-topbar:68px}.social-sidebar{display:none}.social-app-layout{grid-template-columns:minmax(0,1fr);padding-bottom:100px;max-width:960px}.social-topbar-inner{height:var(--portal-topbar);padding-inline:20px;gap:20px}.social-topbar-nav{display:none}.social-topbar-search{max-width:none}.social-topbar-user{padding-inline-start:0;border:0;margin-inline-start:auto}.social-menu-toggle{display:flex}.social-feed-layout{grid-template-columns:minmax(0,1fr) 255px;gap:23px}}@media (max-width:767px){.social-feed-layout{grid-template-columns:minmax(0,1fr);max-width:610px;margin-inline:auto}.social-discovery-rail{position:static}.social-discovery-rail>.social-suggestions{margin-top:2px}.social-discovery-rail .social-people-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.social-business-link,.social-discovery-rail .social-profile-prompt,.social-discovery-rail>.social-rail-card:not(:first-child){display:none}.social-rail-footer{padding-bottom:8px}.social-composer-toolbar .social-tool-label{display:inline}.social-topbar-user>div>button>span>svg{display:none}.social-topbar-logo .text-lg{font-size:19px}}@media (max-width:479px){.social-app{--portal-topbar:64px}.social-app-layout{padding:19px 12px 100px}.social-topbar-inner{padding-inline:12px;gap:12px}.social-topbar-logo>span>span{display:none}.social-topbar-logo svg{width:34px;height:34px}.social-topbar-search input{height:39px;font-size:12px;padding-inline:34px 8px}.social-topbar-search label>svg{width:16px;inset-inline-start:11px}.social-topbar-user{gap:2px}.social-menu-toggle{width:44px}.social-topbar-user>div>button>span{padding-inline-end:0}.social-feed-heading{margin-bottom:17px;padding-inline:3px}.social-feed-heading h1{font-size:22px}.social-feed-heading p{font-size:12px}.social-spaces{border-radius:16px;gap:13px;padding:19px 15px 14px;margin-bottom:15px}.social-space{flex-basis:66px;width:66px}.social-space-avatar{height:53px;width:53px}.social-space-avatar>div{height:49px;width:49px}.social-space>span:last-child{font-size:12px}.social-composer{padding:15px!important;border-radius:16px!important}.social-composer textarea{font-size:12px;padding-inline:12px}.social-composer-toolbar{gap:4px}.social-composer-toolbar .social-tool-label{display:none}.social-composer-toolbar>div:first-child button{height:44px;width:44px;padding-inline:6px}.social-composer-toolbar>div:last-child{gap:6px;justify-content:space-between;flex:1 1 auto}.social-feed-filter{margin-top:9px}.social-post{border-radius:16px!important}.social-post-body{padding:17px!important}.social-post-media{margin-inline:-17px}.social-post-body>div:first-child{gap:10px}.social-post-text{font-size:13px}.social-post-actions{margin-inline:9px;padding-inline:0}.social-post-actions>button{font-size:12px;gap:6px}.social-post-actions svg{width:17px;height:17px}.social-discovery-rail .social-people-list{grid-template-columns:1fr}.social-connect-button{min-height:44px}.social-network-heading{margin:9px 3px 27px;gap:12px}.social-heading-icon{width:40px;height:40px;border-radius:12px}.social-network-heading h1{font-size:23px}.social-network-heading div>span,.social-network-heading p{font-size:12px}.social-suggestions-full .social-people-list{grid-template-columns:1fr}.social-suggestions-full .social-person{flex-direction:row;align-items:start;text-align:start;padding:22px 18px}.social-suggestions-full .social-person-info{align-items:start}}@media (prefers-reduced-motion:reduce){.social-app *{scroll-behavior:auto!important}}