.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-left,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}.community-embed_shell__8ncoB{height:100dvh;min-height:0;overflow:hidden;display:grid;grid-template-columns:236px minmax(0,1fr);background:#f5f7fa;color:#10233f;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.community-embed_rail__0FEFs{min-height:0;overflow-y:auto;padding:16px 14px;border-right:1px solid rgba(255,255,255,.15);background:var(--sidebar);color:var(--sidebar-text);display:flex;flex-direction:column;gap:22px}.community-embed_switcher__fTIOI{position:relative}.community-embed_switcherButton__5rwLf,.community-embed_switcherMenu__l_BTO button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:color-mix(in srgb,var(--sidebar-text),transparent 92%);color:var(--sidebar-text);border-radius:12px;padding:8px;text-align:left;cursor:pointer}.community-embed_switcherButton__5rwLf{border:1px solid color-mix(in srgb,var(--partner),white 35%)}.community-embed_switcherButton__5rwLf svg{width:16px;margin-left:auto;flex:none}.community-embed_switcherAvatar__NObVf{width:34px;height:34px;border-radius:10px;flex:none;object-fit:cover;background:var(--partner);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;background-size:cover;background-position:50%}.community-embed_switcherCopy__FuO86{min-width:0;display:grid}.community-embed_switcherCopy__FuO86 small{font-size:9px;letter-spacing:.12em;font-weight:800;opacity:.7}.community-embed_switcherCopy__FuO86 b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-embed_switcherMenu__l_BTO{position:absolute;z-index:8;top:calc(100% + 6px);left:0;right:auto;min-width:100%;width:max(100%,280px);max-height:min(420px,60vh);overflow:auto;padding:8px;border-radius:12px;background:#fff;color:#10233f;box-shadow:0 16px 40px rgba(0,0,0,.22)}.community-embed_switcherMenu__l_BTO button{background:transparent;color:#16324a;border-radius:9px;margin-bottom:2px}.community-embed_switcherMenu__l_BTO .community-embed_nested__YsLBI{padding-left:28px}.community-embed_switcherSection__rIvTE{margin:8px 8px 4px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#7a8ea3;text-transform:uppercase}.community-embed_switcherEmpty__K5DIX{margin:8px;font-size:12px;color:#708196}.community-embed_optionActive__JLiHU{background:color-mix(in srgb,var(--partner),white 72%)!important;color:#0f2a22!important}.community-embed_brand__Of9gj{display:flex;align-items:center;gap:10px;font-weight:800;font-size:14px;line-height:1.25}.community-embed_brand__Of9gj b,.community-embed_brand__Of9gj img,.community-embed_contextBrand__3Xf7X img{width:36px;height:36px;border-radius:12px;object-fit:cover;background:var(--partner);color:#fff;display:grid;place-items:center;font-size:12px}.community-embed_rail__0FEFs nav{display:grid;gap:5px}.community-embed_rail__0FEFs nav button{width:100%;display:flex;gap:12px;align-items:center;padding:11px 12px;border:0;border-radius:10px;background:transparent;color:color-mix(in srgb,var(--sidebar-text),transparent 26%);font-weight:650;text-align:left;cursor:pointer}.community-embed_rail__0FEFs nav button svg{width:17px}.community-embed_rail__0FEFs nav button.community-embed_active__BHb8N{background:color-mix(in srgb,var(--partner),white 16%);color:#fff}.community-embed_provenance__hFhB1{margin-top:auto;font-size:11px;color:color-mix(in srgb,var(--sidebar-text),transparent 32%);display:flex;gap:6px;align-items:center}.community-embed_provenance__hFhB1 svg{width:14px;color:#6ee7b7}.community-embed_returnNetwork__8g2xu{border:0;border-radius:9px;background:rgba(255,255,255,.1);color:var(--sidebar-text);padding:9px 10px;display:flex;align-items:center;gap:6px;font:700 12px inherit;cursor:pointer}.community-embed_returnNetwork__8g2xu svg{width:15px}.community-embed_content__H17oU{height:100dvh;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:22px}.community-embed_content__H17oU>:not(.community-embed_context__gQJ8n){width:min(100%,980px);margin-inline:auto}.community-embed_context__gQJ8n{width:min(100%,1280px);min-height:52px;margin:0 auto 8px;padding:12px 4px;background:transparent;color:#16324a;display:flex;align-items:center}.community-embed_context__gQJ8n>div:first-child>span,.community-embed_identity__D8zkL p,.community-embed_sectionHeading__tLgvw p{font-size:10px;font-weight:800;letter-spacing:.13em;margin:0 0 5px;opacity:.76}.community-embed_context__gQJ8n h1{font-size:20px;letter-spacing:-.02em;margin:0}.community-embed_contextBrand__3Xf7X{display:flex;align-items:center;gap:9px;font-weight:700;font-size:12px}.community-embed_contextBrand__3Xf7X img{width:30px;height:30px;border-radius:9px}.community-embed_sectionHeading__tLgvw{margin:26px 0 14px}.community-embed_sectionHeading__tLgvw h2{font-size:22px;letter-spacing:-.03em;margin:0}.community-embed_sectionHeading__tLgvw p{color:var(--partner)}.community-embed_grid__uzSXW{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:16px}.community-embed_chatRow__C6csN,.community-embed_eventCard__xfAge,.community-embed_groupCard__vGztT{border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-align:left;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s}.community-embed_chatRow__C6csN:hover,.community-embed_eventCard__xfAge:hover,.community-embed_groupCard__vGztT:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,35,63,.1)}.community-embed_cardImage__Uf6c4,.community-embed_detailImage__S6EnA,.community-embed_eventImage__BqckZ,.community-embed_groupMiniCover__u4bTQ{height:132px;background:#365879;background-size:cover;background-position:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;position:relative}.community-embed_access__hCuII,.community-embed_dateBadge__QqxUs{position:absolute;top:10px;left:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.92);color:#17394c;font-size:10px;font-weight:800;letter-spacing:.04em}.community-embed_groupCard__vGztT>div:last-child{padding:15px}.community-embed_cardTitle__urMVp{display:flex;justify-content:space-between;align-items:center;gap:8px}.community-embed_cardTitle__urMVp h3,.community-embed_chatRow__C6csN h3,.community-embed_eventCard__xfAge h3{font-size:15px;margin:0 0 6px}.community-embed_cardTitle__urMVp svg{width:16px;color:var(--partner)}.community-embed_chatRow__C6csN p,.community-embed_eventCard__xfAge p,.community-embed_groupCard__vGztT p{font-size:12px;color:#68788c;line-height:1.45;margin:0 0 10px}.community-embed_groupCard__vGztT small{display:flex;align-items:center;gap:5px;color:var(--partner);font-weight:700}.community-embed_groupCard__vGztT small svg{width:13px}.community-embed_chatList__HY62K,.community-embed_eventList__pCbE3{display:grid;gap:12px}.community-embed_eventCard__xfAge{padding:10px;display:flex;align-items:center;gap:15px}.community-embed_eventImage__BqckZ{height:86px;width:125px;flex:none;border-radius:11px}.community-embed_eventInfo__TNSb5{min-width:0;flex:1}.community-embed_eventInfo__TNSb5 small,.community-embed_host__ndTdA{display:flex;gap:5px;align-items:center;font-size:10px;font-weight:800;color:var(--partner);text-transform:uppercase}.community-embed_eventInfo__TNSb5 small svg{width:13px}.community-embed_host__ndTdA{color:#738095;text-transform:none;font-weight:600}.community-embed_eventAction__w9f_8{display:flex;align-items:center;gap:4px;color:var(--partner);font-size:12px;font-weight:800}.community-embed_eventAction__w9f_8 svg{width:14px}.community-embed_feed___e6lJ{max-width:680px}.community-embed_composer___Sf3L{margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;gap:12px}.community-embed_avatar__J62OP{height:40px;width:40px;border:0;border-radius:50%;overflow:hidden;flex:none;background:#dce9e6;color:var(--partner);display:grid;place-items:center;font-weight:800;font-size:12px}.community-embed_avatar__J62OP img{height:100%;width:100%;object-fit:cover}.community-embed_composerBody__3_26Y{flex:1;min-width:0}.community-embed_composer___Sf3L textarea,.community-embed_quickComment__KCAGX textarea{width:100%;min-height:72px;resize:vertical;border:1px solid #dbe4ee;border-radius:10px;padding:12px;font:14px inherit;color:#26384d}.community-embed_formatHint__f65qE{margin:6px 0 0;color:#748498;font-size:11px}.community-embed_composerActions__vFsK0{display:flex;align-items:center;gap:8px;margin-top:10px}.community-embed_composer___Sf3L select,.community-embed_groupPill__Y5fXm{max-width:55%;border:1px solid #dbe4ee;border-radius:8px;background:#fff;padding:7px;font:12px inherit;color:#42546a}.community-embed_groupPill__Y5fXm{background:#f4f7fb;border-color:#edf1f5}.community-embed_actionSpacer__rKGk3{flex:1}.community-embed_fileInput__gHpso{display:none}.community-embed_composerActions__vFsK0 button,.community-embed_primary__Rp85x,.community-embed_quickComment__KCAGX button{border:0;border-radius:8px;background:var(--partner);color:#fff;padding:8px 12px;font:700 12px inherit;cursor:pointer;display:inline-flex;gap:6px;align-items:center}.community-embed_composerActions__vFsK0 button:disabled,.community-embed_quickComment__KCAGX button:disabled{opacity:.55;cursor:not-allowed}.community-embed_composerActions__vFsK0 svg{width:14px}.community-embed_imageAction__JqhF1{background:#eff5f4!important;color:var(--partner)!important}.community-embed_uploadPreview__xu82A{margin-top:9px;position:relative;width:min(180px,100%)}.community-embed_uploadPreview__xu82A img{width:100%;max-height:160px;object-fit:cover;border-radius:10px;display:block}.community-embed_uploadPreview__xu82A button{position:absolute;right:6px;top:6px;border:0;border-radius:50%;padding:4px;background:#172638;color:#fff;cursor:pointer}.community-embed_uploadPreview__xu82A svg{width:14px;display:block}.community-embed_notice__oEiyI{color:#b42318;margin:9px 0 0;font-size:12px}.community-embed_post__7kq7D{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;margin-top:14px}.community-embed_post__7kq7D header{display:flex;gap:12px;align-items:center}.community-embed_author__gZC8v,.community-embed_post__7kq7D header b{display:block;border:0;background:transparent;padding:0;color:#132238;font:700 14px inherit;cursor:pointer;text-align:left}.community-embed_post__7kq7D header span{font-size:12px;color:#758499}.community-embed_postContent__ZOqoC{padding:12px 0 8px;color:#2c3d51;font:15px/1.6 inherit}.community-embed_linkEmbeds__9YQPr{margin-top:10px}.community-embed_mediaButton___6fV6{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.community-embed_postMedia__0chHg{width:100%;max-height:360px;object-fit:cover;border-radius:11px;display:block}.community-embed_post__7kq7D footer{display:flex;gap:8px;margin-top:8px;padding-top:10px;border-top:1px solid #eef2f6}.community-embed_post__7kq7D footer button{border:0;background:none;color:#63738a;font-size:13px;display:flex;align-items:center;gap:6px;cursor:pointer;padding:6px 8px;border-radius:8px}.community-embed_post__7kq7D footer button:hover{background:#f4f7fb}.community-embed_post__7kq7D footer svg{width:16px}.community-embed_post__7kq7D footer .community-embed_liked__3d6nx{color:#d44a61}.community-embed_thread__lL9yR{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:10px}.community-embed_thread__lL9yR li{display:flex;gap:10px}.community-embed_thread__lL9yR .community-embed_avatar__J62OP{height:32px;width:32px}.community-embed_thread__lL9yR b{display:block;font-size:13px;color:#173045}.community-embed_thread__lL9yR span{color:#8090a3;font-size:11px;margin-left:6px}.community-embed_thread__lL9yR p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#33485d}.community-embed_quickComment__KCAGX{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.community-embed_quickComment__KCAGX textarea{min-height:44px;padding:9px}.community-embed_chatRow__C6csN{padding:13px;display:flex;align-items:center;gap:13px}.community-embed_chatAvatar__Cl_hs{height:46px;width:46px;border-radius:13px;background:#395b78;background-size:cover;background-position:50%;color:#fff;display:grid;place-items:center;font-weight:800}.community-embed_chatRow__C6csN div:nth-child(2){flex:1}.community-embed_chatRow__C6csN span{display:flex;align-items:center;color:var(--partner);font-size:12px;font-weight:800}.community-embed_chatRow__C6csN span svg{width:14px}.community-embed_chatRoom__r4rD9{margin-top:18px;height:min(620px,calc(100dvh - 140px));border:1px solid #e2e8f0;border-radius:16px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.community-embed_chatRoom__r4rD9>header{padding:13px 15px;border-bottom:1px solid #e6edf4;display:flex;align-items:center;gap:15px}.community-embed_back__QaWAp,.community-embed_chatRoom__r4rD9>header button{border:0;background:none;color:var(--partner);display:flex;align-items:center;gap:4px;font:700 12px inherit;cursor:pointer}.community-embed_back__QaWAp svg,.community-embed_chatRoom__r4rD9>header button svg{width:16px}.community-embed_chatRoom__r4rD9>header div{display:grid;gap:2px}.community-embed_chatRoom__r4rD9>header b{font-size:14px}.community-embed_chatRoom__r4rD9>header span{font-size:11px;color:#758499}.community-embed_messagePanel__hqLov{min-height:0;flex:1;overflow:hidden}.community-embed_detail__Cm4_I{max-width:760px;margin-top:18px}.community-embed_back__QaWAp{margin:18px 0 14px}.community-embed_detailImage__S6EnA{height:260px;border-radius:17px}.community-embed_detailDate__HcTEA{display:block;margin-top:16px;color:var(--partner);font-size:11px;font-weight:800;letter-spacing:.08em}.community-embed_detail__Cm4_I h2{font-size:28px;letter-spacing:-.04em;margin:8px 0}.community-embed_detail__Cm4_I>p{font-size:14px;line-height:1.65;color:#52647a}.community-embed_meta__ls7kL{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.community-embed_meta__ls7kL span{display:flex;align-items:center;gap:5px;border:1px solid #dfe8ef;border-radius:999px;background:#fff;padding:7px 10px;font-size:12px;color:#53647b}.community-embed_meta__ls7kL svg{width:14px;color:var(--partner)}.community-embed_groupContext__P_qRg{margin-top:18px;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;display:flex;align-items:center;gap:14px}.community-embed_groupMiniCover__u4bTQ{width:74px;height:74px;flex:none;border-radius:14px;font-size:18px}.community-embed_groupContext__P_qRg span{color:var(--partner);font-weight:800;letter-spacing:.08em;font-size:10px}.community-embed_groupContext__P_qRg h2{margin:4px 0;font-size:20px}.community-embed_groupContext__P_qRg p{margin:0;color:#68788c;font-size:13px}.community-embed_lessonBadge__Fah9V{align-self:flex-end;margin:0 0 10px 10px;padding:4px 8px;border-radius:999px;background:#fff;color:#18324d;font-size:10px}.community-embed_identity__D8zkL{margin-top:22px;border-radius:20px;padding:25px;background:linear-gradient(120deg,var(--header),var(--partner));color:#fff;display:flex;align-items:center;gap:14px}.community-embed_identity__D8zkL h2{margin:0 0 5px;font-size:23px}.community-embed_identity__D8zkL span{font-size:13px;color:#e5f2ef}.community-embed_identity__D8zkL>b{margin-left:auto;font-size:28px}.community-embed_identity__D8zkL>b small{font-size:11px;font-weight:500}.community-embed_impactGrid__hby0e{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:15px}.community-embed_impactGrid__hby0e>div{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:18px}.community-embed_impactGrid__hby0e span{font-size:11px;color:#708096;display:block}.community-embed_impactGrid__hby0e strong{font-size:16px;margin:8px 0;display:block}.community-embed_impactGrid__hby0e p{font-size:12px;line-height:1.5;color:#718096;margin:0}.community-embed_impactGrid__hby0e i{height:7px;background:#e5ecec;border-radius:9px;display:block;overflow:hidden}.community-embed_impactGrid__hby0e em{display:block;height:100%;background:var(--partner);border-radius:9px}.community-embed_empty__jgA6H{text-align:center;padding:52px 25px;border:1px dashed #cbd7e5;border-radius:16px;background:#fff;color:#64748b}.community-embed_empty__jgA6H svg{color:var(--partner);width:28px;height:28px}.community-embed_empty__jgA6H h3{color:#26384d}.community-embed_center__3ayKi{min-height:100vh;display:flex;gap:11px;align-items:center;justify-content:center;flex-direction:column;color:#52647a;background:#f8fafc;font:14px Inter,system-ui}.community-embed_loader__oHNis{width:25px;height:25px;border:3px solid #d8e1e7;border-top-color:#1d8b70;border-radius:50%;animation:community-embed_spin__bRQcd .8s linear infinite}@keyframes community-embed_spin__bRQcd{to{transform:rotate(1turn)}}.community-embed_nativeAction__C4KmN{margin-left:auto;border-radius:8px;background:var(--partner);color:#fff;padding:8px 11px;text-decoration:none;font-size:12px;font-weight:800}.community-embed_subgroups__as_6T{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:12px 0 2px}.community-embed_subgroups__as_6T>span{color:#62748b;font-size:11px;font-weight:800;white-space:nowrap}.community-embed_subgroups__as_6T button{border:1px solid #dbe4ee;border-radius:999px;background:#fff;color:var(--partner);padding:6px 10px;font:700 11px inherit;white-space:nowrap;cursor:pointer}.community-embed_overview__z8v_i{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0 24px}.community-embed_overview__z8v_i>div{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:15px}.community-embed_overview__z8v_i span{display:block;color:#718096;font-size:11px}.community-embed_overview__z8v_i strong{display:block;color:var(--partner);font-size:24px;margin-top:6px}.community-embed_groupHero__4STiP{min-height:170px;margin-top:18px;border-radius:16px;overflow:hidden;background-color:#17394c;background-size:cover;background-position:50%;position:relative;display:flex;align-items:end;padding:18px}.community-embed_groupHero__4STiP:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(9,23,42,.9),rgba(9,23,42,.48))}.community-embed_groupHeroOverlay__4wvfY{position:relative;z-index:1;color:#fff;max-width:72%}.community-embed_groupHeroOverlay__4wvfY span{color:#f8d54a;font-size:10px;font-weight:800;letter-spacing:.1em}.community-embed_groupHeroOverlay__4wvfY h2{margin:5px 0;font-size:24px;letter-spacing:-.03em}.community-embed_groupHeroOverlay__4wvfY p{margin:0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.4}.community-embed_groupHero__4STiP .community-embed_nativeAction__C4KmN{position:relative;z-index:1}.community-embed_toolbar__QCGJj{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0}.community-embed_crumbs__Dt3qk{display:flex;gap:6px;flex:1;min-width:0;overflow:auto}.community-embed_crumbs__Dt3qk button{border:0;background:none;color:var(--partner);font:700 12px inherit;cursor:pointer}.community-embed_iconActive__dfBW_,.community-embed_iconButton__pjOVz{border:1px solid #dbe4ee;border-radius:8px;background:#fff;padding:7px;cursor:pointer}.community-embed_iconActive__dfBW_{background:color-mix(in srgb,var(--partner),white 82%);color:var(--partner)}.community-embed_iconActive__dfBW_ svg,.community-embed_iconButton__pjOVz svg{width:15px;display:block}.community-embed_inlineForm__k99Q6,.community-embed_rowActions__UKvVN{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.community-embed_eventForm__q5TEX input,.community-embed_eventForm__q5TEX select,.community-embed_eventForm__q5TEX textarea,.community-embed_inlineForm__k99Q6 input,.community-embed_inlineForm__k99Q6 select{border:1px solid #dbe4ee;border-radius:8px;padding:8px;font:13px inherit}.community-embed_rowActions__UKvVN button{border:0;background:#eef5f3;color:var(--partner);border-radius:8px;padding:6px 9px;font:700 11px inherit;cursor:pointer;display:inline-flex;gap:4px;align-items:center}.community-embed_resourceList__thi2Z{display:grid;gap:10px}.community-embed_resourceList__thi2Z .community-embed_groupCard__vGztT{display:grid;grid-template-columns:86px 1fr}.community-embed_resourceList__thi2Z .community-embed_cardImage__Uf6c4{height:86px}.community-embed_search__VscZo{display:flex;align-items:center;gap:6px;border:1px solid #dbe4ee;border-radius:8px;padding:6px 8px;background:#fff;flex:1}.community-embed_search__VscZo input{border:0;outline:none;width:100%;font:13px inherit}.community-embed_helper__78vEa{color:#66788c;font-size:12px}.community-embed_split__mTAhF{display:grid;grid-template-columns:220px 1fr;gap:16px;margin-top:16px}.community-embed_split__mTAhF aside{display:grid;align-content:start;gap:6px}.community-embed_split__mTAhF aside button{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:10px;text-align:left;cursor:pointer}.community-embed_activeLesson__TknSm{border-color:var(--partner)!important;background:color-mix(in srgb,var(--partner),white 88%)!important}.community-embed_richText__P4_VP{font-size:14px;line-height:1.65;color:#33465c}.community-embed_embedFrame__kD_Ol{width:100%;min-height:280px;border:0;border-radius:12px}.community-embed_eventForm__q5TEX{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:grid;gap:10px}.community-embed_eventForm__q5TEX header{display:flex;justify-content:space-between}.community-embed_check__x2LeT,.community-embed_eventForm__q5TEX label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#4a5d72}.community-embed_check__x2LeT{grid-template-columns:auto 1fr;align-items:center;font-weight:600}@media (max-width:720px){.community-embed_shell__8ncoB{grid-template-columns:1fr;padding-bottom:66px;padding-top:58px}.community-embed_rail__0FEFs{position:fixed;z-index:5;bottom:0;left:0;right:0;height:66px;min-height:66px;padding:7px;overflow:visible;background:var(--sidebar);border-top:1px solid rgba(255,255,255,.15);border-right:0}.community-embed_rail__0FEFs .community-embed_provenance__hFhB1,.community-embed_returnNetwork__8g2xu{display:none}.community-embed_rail__0FEFs .community-embed_switcher__fTIOI{position:fixed;top:0;left:0;right:0;z-index:6;padding:8px;background:var(--sidebar)}.community-embed_switcherMenu__l_BTO{max-height:60vh}.community-embed_rail__0FEFs nav{display:flex;overflow-x:auto;gap:1px}.community-embed_rail__0FEFs nav button{padding:7px 2px;justify-content:center;flex-direction:column;gap:2px;font-size:9px;min-width:56px;flex:1 0 auto}.community-embed_rail__0FEFs nav button svg{width:17px}.community-embed_content__H17oU{height:calc(100dvh - 124px);padding:10px}.community-embed_context__gQJ8n{min-height:58px;padding:10px 12px;border-radius:12px}.community-embed_context__gQJ8n h1{font-size:17px}.community-embed_contextBrand__3Xf7X span{display:none}.community-embed_grid__uzSXW{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.community-embed_cardImage__Uf6c4{height:98px}.community-embed_groupCard__vGztT>div:last-child{padding:11px}.community-embed_groupCard__vGztT p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-embed_eventCard__xfAge{gap:10px}.community-embed_eventImage__BqckZ{width:78px;height:75px}.community-embed_eventAction__w9f_8{display:none}.community-embed_chatRoom__r4rD9{height:calc(100dvh - 210px);margin-top:10px}.community-embed_detailImage__S6EnA{height:190px}.community-embed_impactGrid__hby0e{grid-template-columns:1fr}.community-embed_identity__D8zkL{padding:18px}.community-embed_identity__D8zkL>b{font-size:20px}.community-embed_identity__D8zkL .community-embed_avatar__J62OP{display:none}.community-embed_composerActions__vFsK0{flex-wrap:wrap}.community-embed_composer___Sf3L select,.community-embed_groupPill__Y5fXm{max-width:calc(100% - 4px)}.community-embed_actionSpacer__rKGk3{display:none;flex-basis:100%;height:0}.community-embed_quickComment__KCAGX{grid-template-columns:1fr}.community-embed_quickComment__KCAGX button{width:max-content}.community-embed_split__mTAhF{grid-template-columns:1fr}.community-embed_groupHero__4STiP{min-height:150px;padding:15px}.community-embed_groupHeroOverlay__4wvfY{max-width:100%}.community-embed_groupHero__4STiP .community-embed_nativeAction__C4KmN{display:none}}