.bf-ds-button{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:var(--bf-ds-space-2);border:1px solid transparent;border-radius:var(--bf-ds-radius-pill);font-weight:800;letter-spacing:0;line-height:1;text-decoration:none;transition:background var(--bf-ds-transition),border-color var(--bf-ds-transition),color var(--bf-ds-transition),box-shadow var(--bf-ds-transition)}.bf-ds-button:focus-visible,.bf-ds-icon-button:focus-visible,.bf-ds-tabs__tab:focus-visible,.bf-ds-bottom-nav__item:focus-visible,.bf-ds-toast__close:focus-visible{outline:0;box-shadow:var(--bf-ds-focus-ring)}.bf-ds-button--sm{min-height:34px;padding:0 14px;font-size:var(--bf-ds-text-sm)}.bf-ds-button--md{min-height:42px;padding:0 18px;font-size:var(--bf-ds-text-md)}.bf-ds-button--lg{min-height:50px;padding:0 22px;font-size:var(--bf-ds-text-md)}.bf-ds-button--primary{background:var(--bf-ds-green);color:#fff}.bf-ds-button--primary:hover:not(:disabled){background:var(--bf-ds-green-dark)}.bf-ds-button--secondary{border-color:var(--bf-ds-line);background:var(--bf-ds-surface);color:var(--bf-ds-ink)}.bf-ds-button--secondary:hover:not(:disabled){border-color:var(--bf-ds-line-strong);background:var(--bf-ds-surface-soft)}.bf-ds-button--ghost{background:transparent;color:var(--bf-ds-ink)}.bf-ds-button--ghost:hover:not(:disabled){background:var(--bf-ds-surface-soft)}.bf-ds-button--danger{background:var(--bf-ds-red-soft);color:var(--bf-ds-red)}.bf-ds-button:disabled{opacity:.48}.bf-ds-button__icon{display:inline-grid;flex:0 0 auto;place-items:center}.bf-ds-button__icon svg,.bf-ds-icon-button svg,.bf-ds-bottom-nav__icon svg{width:1.2em;height:1.2em}.bf-ds-button__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-ds-icon-button{position:relative;display:inline-grid;flex:0 0 auto;place-items:center;border:1px solid transparent;border-radius:var(--bf-ds-radius-pill);background:transparent;color:var(--bf-ds-ink);transition:background var(--bf-ds-transition),border-color var(--bf-ds-transition),color var(--bf-ds-transition),box-shadow var(--bf-ds-transition)}.bf-ds-icon-button--sm{width:34px;height:34px;font-size:1rem}.bf-ds-icon-button--md{width:42px;height:42px;font-size:1.125rem}.bf-ds-icon-button--lg{width:50px;height:50px;font-size:1.25rem}.bf-ds-icon-button--plain:hover:not(:disabled){background:var(--bf-ds-surface-soft)}.bf-ds-icon-button--soft{background:var(--bf-ds-green-soft);color:var(--bf-ds-green)}.bf-ds-icon-button--outline{border-color:var(--bf-ds-line);background:var(--bf-ds-surface)}.bf-ds-icon-button__badge{position:absolute;top:-2px;right:-1px;display:grid;min-width:18px;height:18px;place-items:center;border-radius:var(--bf-ds-radius-pill);background:var(--bf-ds-green);color:#fff;font-size:.68rem;font-weight:850;line-height:1}.bf-ds-avatar{display:inline-grid;flex:0 0 auto;overflow:hidden;place-items:center;border-radius:var(--bf-ds-radius-pill);background:var(--bf-ds-green-soft);color:var(--bf-ds-green);font-weight:900;letter-spacing:0}.bf-ds-avatar--sm{width:32px;height:32px;font-size:var(--bf-ds-text-sm)}.bf-ds-avatar--md{width:44px;height:44px;font-size:var(--bf-ds-text-md)}.bf-ds-avatar--lg{width:56px;height:56px;font-size:var(--bf-ds-text-lg)}.bf-ds-avatar img{width:100%;height:100%;object-fit:cover}.bf-ds-user-meta{display:flex;min-width:0;align-items:center;gap:var(--bf-ds-space-3)}.bf-ds-user-meta__body{min-width:0}.bf-ds-user-meta__line{display:flex;min-width:0;align-items:center;gap:6px;color:var(--bf-ds-muted);font-size:var(--bf-ds-text-sm);line-height:1.35}.bf-ds-user-meta__name{min-width:0;overflow:hidden;color:var(--bf-ds-ink);font-weight:820;text-overflow:ellipsis;white-space:nowrap}.bf-ds-user-meta__handle,.bf-ds-user-meta__context,.bf-ds-user-meta__time{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-ds-user-meta__dot{width:3px;height:3px;flex:0 0 auto;border-radius:var(--bf-ds-radius-pill);background:var(--bf-ds-subtle)}.bf-ds-user-meta__part{display:inline-flex;min-width:0;align-items:center;gap:6px}.bf-ds-tabs{display:flex;min-width:0;align-items:center;gap:var(--bf-ds-space-1);border-bottom:1px solid var(--bf-ds-line);overflow-x:auto;scrollbar-width:none}.bf-ds-tabs::-webkit-scrollbar{display:none}.bf-ds-tabs__tab{position:relative;display:inline-flex;min-height:44px;flex:0 0 auto;align-items:center;justify-content:center;border:0;background:transparent;color:var(--bf-ds-muted);padding:0 var(--bf-ds-space-4);font-weight:820;letter-spacing:0}.bf-ds-tabs__tab:after{content:"";position:absolute;right:var(--bf-ds-space-4);bottom:-1px;left:var(--bf-ds-space-4);height:3px;border-radius:var(--bf-ds-radius-pill) var(--bf-ds-radius-pill) 0 0;background:transparent}.bf-ds-tabs__tab:hover:not(:disabled){color:var(--bf-ds-ink)}.bf-ds-tabs__tab[aria-selected=true]{color:var(--bf-ds-green)}.bf-ds-tabs__tab[aria-selected=true]:after{background:var(--bf-ds-green)}.bf-ds-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:1px;overflow:hidden;border:1px solid var(--bf-ds-line);border-radius:var(--bf-ds-radius-sm);background:var(--bf-ds-line)}.bf-ds-stat-grid__item{min-width:0;background:var(--bf-ds-surface);padding:var(--bf-ds-space-3)}.bf-ds-stat-grid__value{color:var(--bf-ds-ink);font-size:var(--bf-ds-text-xl);font-weight:880;line-height:1.1}.bf-ds-stat-grid__label{margin-top:3px;color:var(--bf-ds-muted);font-size:var(--bf-ds-text-xs);font-weight:760;line-height:1.25}.bf-ds-stat-grid__trend{margin-top:7px;color:var(--bf-ds-green);font-size:var(--bf-ds-text-xs);font-weight:800;line-height:1.25}.bf-ds-tag-list{display:flex;min-width:0;flex-wrap:wrap;gap:var(--bf-ds-space-2)}.bf-ds-tag-list__tag{display:inline-flex;min-width:0;align-items:center;gap:9px;border:0;border-radius:var(--bf-ds-radius-xs);background:var(--bf-ds-green-soft);color:var(--bf-ds-green);padding:9px 14px;font-size:var(--bf-ds-text-sm);font-weight:820;line-height:1.1}.bf-ds-tag-list__tag--active{border-color:transparent;background:var(--bf-ds-green-soft);color:var(--bf-ds-green)}.bf-ds-tag-list__icon{width:15px;height:15px;flex:0 0 auto;stroke-width:2.4}.bf-ds-source-label{display:inline-flex;min-width:0;align-items:center;gap:11px;border:1px solid var(--bf-ds-line-strong);border-radius:var(--bf-ds-radius-sm);background:var(--bf-ds-surface);color:var(--bf-ds-ink);padding:9px 14px 9px 10px;font-size:var(--bf-ds-text-md);font-weight:740;line-height:1}.bf-ds-source-label__icon{width:28px;height:28px;flex:0 0 auto;border-radius:var(--bf-ds-radius-pill);background:var(--bf-ds-green);color:#fff;padding:6px}.bf-ds-source-label__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-ds-pill{display:inline-flex;min-width:0;align-items:center;gap:8px;border:1px solid currentColor;border-radius:var(--bf-ds-radius-pill);padding:9px 13px;font-size:var(--bf-ds-text-sm);font-weight:820;line-height:1;white-space:nowrap}.bf-ds-pill__icon{width:17px;height:17px;flex:0 0 auto;stroke-width:2.2}.bf-ds-pill--filled{border-color:var(--bf-ds-green);background:var(--bf-ds-green);color:#fff}.bf-ds-pill--outline{background:#fff;color:var(--bf-ds-green)}.bf-ds-pill--neutral{border-color:var(--bf-ds-line);background:#fff;color:var(--bf-ds-muted)}.bf-ds-pill--soft{border-color:transparent;background:var(--bf-ds-green-soft);color:var(--bf-ds-green)}.bf-ds-quote-card{display:grid;gap:var(--bf-ds-space-2);border:1px solid var(--bf-ds-line);border-radius:var(--bf-ds-radius-sm);background:var(--bf-ds-surface);padding:var(--bf-ds-space-3);text-align:left}.bf-ds-quote-card__meta{display:flex;min-width:0;align-items:center;gap:6px;color:var(--bf-ds-muted);font-size:var(--bf-ds-text-xs);font-weight:760}.bf-ds-quote-card__title{color:var(--bf-ds-ink);font-size:var(--bf-ds-text-md);font-weight:840;line-height:1.25}.bf-ds-quote-card__body{display:-webkit-box;overflow:hidden;color:var(--bf-ds-muted);font-size:var(--bf-ds-text-sm);line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}.bf-ds-poll-results{display:grid;gap:var(--bf-ds-space-3)}.bf-ds-poll-results__option{display:grid;gap:7px}.bf-ds-poll-results__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;align-items:center;gap:var(--bf-ds-space-3);color:var(--bf-ds-ink);font-size:var(--bf-ds-text-sm);font-weight:760;line-height:1.25}.bf-ds-poll-results__label{min-width:0;overflow-wrap:anywhere}.bf-ds-poll-results__value{flex:0 0 auto;color:var(--bf-ds-muted);font-variant-numeric:tabular-nums}.bf-ds-poll-results__value>span{margin-left:4px;color:var(--bf-ds-muted)}.bf-ds-poll-results__track{height:8px;overflow:hidden;border-radius:var(--bf-ds-radius-pill);background:var(--bf-ds-surface-soft)}.bf-ds-poll-results__bar{height:100%;border-radius:inherit;background:#a9dcc4}.bf-ds-poll-results__option--selected .bf-ds-poll-results__bar{background:var(--bf-ds-green)}.bf-ds-poll-results__summary{color:var(--bf-ds-muted);font-size:var(--bf-ds-text-xs);font-weight:760}.bf-ds-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:20;display:grid;grid-template-columns:repeat(var(--bf-ds-bottom-nav-count, 4),minmax(0,1fr));min-height:var(--bf-ds-bottom-nav-h);border-top:1px solid var(--bf-ds-line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bf-ds-bottom-nav__item{position:relative;display:grid;min-width:0;place-items:center;align-content:center;gap:4px;border:0;background:transparent;color:var(--bf-ds-muted);padding:8px 6px calc(8px + env(safe-area-inset-bottom));font-size:var(--bf-ds-text-xs);font-weight:780}.bf-ds-bottom-nav__item:before{content:"";position:absolute;top:0;left:50%;width:34px;height:3px;border-radius:0 0 var(--bf-ds-radius-pill) var(--bf-ds-radius-pill);background:transparent;transform:translate(-50%)}.bf-ds-bottom-nav__item[aria-current=page]{color:var(--bf-ds-green)}.bf-ds-bottom-nav__item[aria-current=page]:before{background:var(--bf-ds-green)}.bf-ds-bottom-nav__icon{display:inline-grid;place-items:center;font-size:1.25rem}.bf-ds-bottom-nav__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-ds-toast-region{position:fixed;right:var(--bf-ds-space-4);bottom:calc(var(--bf-ds-bottom-nav-h) + var(--bf-ds-space-4));z-index:40;display:grid;width:min(360px,calc(100vw - 32px));gap:var(--bf-ds-space-3)}.bf-ds-toast{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--bf-ds-space-3);border:1px solid var(--bf-ds-line);border-radius:var(--bf-ds-radius-sm);background:var(--bf-ds-surface);color:var(--bf-ds-ink);padding:var(--bf-ds-space-3);box-shadow:0 14px 34px #111a1724}.bf-ds-toast--success{border-color:#006b4f47}.bf-ds-toast--warning{border-color:#c7651352}.bf-ds-toast--danger{border-color:#b3261e42}.bf-ds-toast__title{font-size:var(--bf-ds-text-sm);font-weight:860;line-height:1.25}.bf-ds-toast__message{margin-top:3px;color:var(--bf-ds-muted);font-size:var(--bf-ds-text-sm);line-height:1.35}.bf-ds-toast__close{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:var(--bf-ds-radius-pill);background:transparent;color:var(--bf-ds-muted)}.bf-ds-toast__close:hover{background:var(--bf-ds-surface-soft);color:var(--bf-ds-ink)}@media(max-width:560px){.bf-ds-toast-region{right:var(--bf-ds-space-3);bottom:calc(var(--bf-ds-bottom-nav-h) + var(--bf-ds-space-3));width:calc(100vw - 24px)}.bf-ds-tabs__tab{padding:0 var(--bf-ds-space-3)}}.bfCreateView{display:grid;gap:11px;max-width:880px;margin:0 auto;padding:18px 14px calc(var(--nav-h, 78px) + 132px);color:#121b18;background:#fff}.bfCreateHeader{display:grid;gap:8px;padding-top:2px;text-align:center}.bfCreateHeader__top{display:grid;grid-template-columns:84px minmax(0,1fr) 84px;align-items:center;gap:8px}.bfCreateHeader h1{margin:0;font-size:1.28rem;font-weight:880;line-height:1.1;letter-spacing:0}.bfCreateHeader p{margin:0;color:#64716d;font-size:.84rem;line-height:1.35}.bfCreateHeader button{display:inline-flex;align-items:center;justify-self:end;gap:5px;border:0;background:transparent;color:#00765b;padding:5px 0;font:inherit;font-size:.92rem;font-weight:830}.bfCreateHeader button svg{width:18px;height:18px}.bfCreateTypeRail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dce6e1;border-radius:8px;background:#fff;scrollbar-width:none}.bfCreateTypeRail::-webkit-scrollbar{display:none}.bfCreateTypeRail__item{position:relative;display:grid;min-height:62px;min-width:0;place-items:center;align-content:center;gap:4px;border:0;border-right:1px solid #e3ebe7;background:transparent;color:#4f5b68;padding:6px 2px;font:inherit;font-size:.52rem;font-weight:850;line-height:1.1;text-align:center}.bfCreateTypeRail__item:last-child{border-right:0}.bfCreateTypeRail__item svg{width:21px;height:21px;stroke-width:1.8}.bfCreateTypeRail__item[aria-selected=true]{border-color:#00765b59;border-right:1px solid rgba(0,118,91,.35);background:linear-gradient(180deg,#f7fcf9,#fff);color:#006b4f}.bfCreateTypeRail__item[aria-selected=true]:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px 999px 0 0;background:#00765b}.bfCreateForm{display:grid;gap:5px}.bfCreateContextBanner{display:grid;grid-template-columns:32px minmax(0,1fr) 34px;align-items:center;gap:9px;border:1px solid rgba(0,118,91,.24);border-radius:8px;background:#f1faf6;color:#14221d;padding:10px 11px}.bfCreateContextBanner div{display:grid;min-width:0;gap:2px}.bfCreateContextBanner strong{overflow:hidden;font-size:.88rem;font-weight:880;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.bfCreateContextBanner p{margin:0;color:#52615b;font-size:.74rem;line-height:1.32}.bfCreateContextBanner>button{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(0,118,91,.18);border-radius:999px;background:#fff;color:#075f4c;padding:0}.bfCreateFieldError{display:block;grid-column:1 / -1;margin-top:4px;color:#b42318;font-size:.78rem;font-style:normal;font-weight:760}.bfCreateFormSection{display:grid;gap:12px;border:1px solid #dfe8e4;border-radius:12px;background:#fbfdfc;padding:12px}.bfCreateFormSection>header{display:grid;gap:2px}.bfCreateFormSection>header span{color:#006b4f;font-size:.68rem;font-weight:940;text-transform:uppercase}.bfCreateFormSection>header strong{color:#101915;font-size:1rem}.bfCreateDetails{gap:12px}.bfCreateDetails summary{cursor:pointer;color:#101915;font-weight:920}.bfCreateDetails[open] summary{margin-bottom:4px}.bfCreateAudience{display:grid;gap:5px}.bfCreateAudience h2{margin:0;font-size:.8rem;font-weight:800;line-height:1.25}.bfCreateAudienceSelect{display:grid;grid-template-columns:30px minmax(0,1fr) 17px;align-items:center;gap:8px;min-height:46px;border:1px solid #dce6e1;border-radius:8px;background:#fff;color:#17211d;padding:6px 10px;text-align:left}.bfCreateAudienceSelect>span:nth-child(2){display:grid;gap:3px;min-width:0}.bfCreateAudienceSelect strong{overflow:hidden;font-size:.82rem;font-weight:720;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bfCreateAudienceSelect small{overflow:hidden;color:#64716d;font-size:.66rem;font-weight:630;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bfCreateCircleIcon{display:grid;width:26px;height:26px;place-items:center;border-radius:999px;background:#edf8f3;color:#00765b}.bfCreateCircleIcon svg{width:17px;height:17px}.bfCreateSuggestionCard{display:grid;gap:5px;border:1px solid #dce8e2;border-radius:8px;background:#f7fbf9;padding:7px 10px}.bfCreateSuggestionCard>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.bfCreateSuggestionCard span{color:#2e3a36;font-size:.66rem;line-height:1.3}.bfCreateSuggestionCard>div button{border:0;background:transparent;color:#006b4f;padding:0;font:inherit;font-size:.66rem;font-weight:850;white-space:nowrap}.bfCreateSuggestionCard p{display:flex;flex-wrap:wrap;gap:8px;margin:0}.bfCreateSuggestionCard p button{min-height:24px;border:1px solid #cfe3da;border-radius:999px;background:#edf8f3;color:#006b4f;padding:0 10px;font:inherit;font-size:.72rem;font-weight:720}.bfCreateHelper{margin:0;color:#64716d;font-size:.66rem;line-height:1.35}.bfCreateTextArea{position:relative;display:grid}.bfCreateTextArea textarea,.bfCreateField input,.bfCreateField textarea,.bfCreateField select,.bfCreateSelectField__control{width:100%;box-sizing:border-box;border:1px solid #dce4e0;border-radius:8px;background:#fff;color:#17211d;font:inherit}.bfCreateTextArea textarea{height:48px;min-height:48px;resize:vertical;padding:8px 10px 20px;font-size:.72rem;line-height:1.45}.bfCreateTextArea span{position:absolute;right:10px;bottom:7px;color:#4f5b68;font-size:.64rem;font-weight:700}.bfCreateSelectField{display:grid;gap:4px}.bfCreateSelectField>span:first-child,.bfCreateField span{color:#17211d;font-size:.7rem;line-height:1.25}.bfCreateSelectField>span:first-child strong{font-weight:880}.bfCreateSelectField__control{display:grid;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;min-height:38px;gap:8px;padding:0 10px}.bfCreateSelectField__control svg{color:#17211d}.bfCreateSelectField__control select{width:100%;border:0;appearance:none;background:transparent;color:#4f5b68;font:inherit;outline:0}.bfCreateInfo{display:flex;align-items:flex-start;gap:7px;color:#64716d;font-size:.66rem;line-height:1.35}.bfCreateInfo svg{width:13px;height:13px;flex:0 0 auto}.bfCreateAttachmentBar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #dce4e0;border-radius:8px;background:#fff}.bfCreateAttachmentSet{display:grid;gap:8px}.bfCreateAttachmentBar button{display:grid;min-width:0;min-height:46px;place-items:center;align-content:center;gap:3px;border:0;border-right:1px solid #e3ebe7;background:transparent;color:#64716d;padding:4px 2px;font:inherit;font-size:.56rem;font-weight:700}.bfCreateAttachmentBar button:last-child{border-right:0}.bfCreateAttachmentBar svg{width:17px;height:17px;color:#4f5b68}.bfCreateAttachmentPreview{display:grid;gap:6px}.bfCreateAttachmentPreview article{display:grid;grid-template-columns:minmax(58px,auto) minmax(0,1fr) 32px;align-items:center;gap:8px;min-height:34px;border:1px solid #dce4e0;border-radius:8px;background:#f7fbf9;color:#17211d;padding:7px 10px;font:inherit;text-align:left}.bfCreateAttachmentPreview strong{font-size:.72rem;font-weight:850}.bfCreateAttachmentPreview input{min-width:0;border:0;background:transparent;color:#64716d;font:inherit;font-size:.68rem;font-weight:680;outline:0}.bfCreateAttachmentPreview button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;background:#fff;color:#64716d;padding:0}.bfCreateAttachmentPreview button svg{width:16px;height:16px}.bfCreateActions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:7px;padding:1px 0 0}.bfCreateActions button{display:inline-flex;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:8px;border-radius:8px;font:inherit;font-size:.72rem;font-weight:840;line-height:1}.bfCreateActions button{white-space:nowrap}.bfCreateActions button:disabled{cursor:not-allowed;opacity:.48}.bfCreateActions .bfCreatePublishButton:disabled{background:#d8e1dd;box-shadow:none;color:#fff;filter:saturate(.45);opacity:1}.bfCreateDraftButton{font-size:.8rem}.bfCreateActions svg{width:16px;height:16px}.bfCreateDraftButton{border:1px solid #00765b;background:#fff;color:#006b4f}.bfCreatePreviewButton{border:0;background:transparent;color:#5c6770}.bfCreatePublishButton{border:0;background:#00765b;color:#fff;box-shadow:inset -18px 0 36px #0047382e}.bfCreateField,.bfCreateGrid{display:grid;gap:9px}.bfCreateField input,.bfCreateField textarea,.bfCreateField select{padding:12px 14px}.bfCreateField textarea{resize:vertical}.bfCreateGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.bfCreateTags{display:flex;flex-wrap:wrap;gap:8px}.bfCreateOptionEditor{display:grid;gap:8px}.bfCreateInlineAsk{display:grid;gap:10px;border:1px solid #dce8e2;border-radius:8px;background:#f7fbf9;padding:10px}.bfCreateAskSwitch{border:1px solid #dce8e2;border-radius:8px;background:#fff}.bfCreateAskSwitch.is-selected{border-color:#00765b61;background:#f4fbf7}.bfCreateAskSwitch button{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:58px;border:0;background:transparent;color:#17211d;padding:8px 10px;font:inherit;text-align:left}.bfCreateAskSwitch button>span:nth-child(2){display:grid;gap:2px;min-width:0}.bfCreateAskSwitch strong{font-size:.82rem;font-weight:880}.bfCreateAskSwitch small{color:#64716d;font-size:.68rem;line-height:1.28}.bfCreateAskSwitch em{border-radius:999px;background:#edf8f3;color:#006b4f;padding:5px 9px;font-size:.7rem;font-style:normal;font-weight:880}.bfCreateInlineAsk>header{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px}.bfCreateInlineAsk>header>svg{width:22px;height:22px;color:#006b4f}.bfCreateInlineAsk>header div{display:grid;gap:2px}.bfCreateInlineAsk>header strong{color:#17211d;font-size:.78rem}.bfCreateInlineAsk>header span{color:#64716d;font-size:.68rem;line-height:1.3}.bfCreateStatsPresets{display:grid;gap:7px}.bfCreateStatsPresets>span{color:#17211d;font-size:.7rem;font-weight:820}.bfCreateStatsPresets>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bfCreateStatsPresets button{display:grid;gap:3px;min-width:0;border:1px solid #dce4e0;border-radius:8px;background:#fff;color:#17211d;padding:8px 9px;font:inherit;text-align:left}.bfCreateStatsPresets button.is-selected{border-color:#00765b73;background:#edf8f3}.bfCreateStatsPresets strong{font-size:.72rem;font-weight:850}.bfCreateStatsPresets small{overflow:hidden;color:#64716d;font-size:.64rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bfCreateOptionEditor>span{color:#17211d;font-size:.7rem;font-weight:820;line-height:1.25}.bfCreateOptionEditor label{display:grid;grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:8px}.bfCreateOptionEditor strong{display:grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#edf8f3;color:#006b4f;font-size:.72rem}.bfCreateOptionEditor input{min-height:38px;min-width:0;border:1px solid #dce4e0;border-radius:8px;padding:0 12px;font:inherit}.bfCreateOptionEditor label button,.bfCreateOptionEditor>button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:7px;border:1px solid #dce4e0;border-radius:8px;background:#fff;color:#006b4f;font:inherit;font-size:.72rem;font-weight:820}.bfCreateOptionEditor label button{width:34px;padding:0;color:#8a3a3a}.bfCreateOptionEditor button:disabled{opacity:.42}.bfCreateOptionEditor svg{width:15px;height:15px}.bfCreateStatsPreview{display:grid;gap:4px;border:1px solid #dce4e0;border-radius:8px;background:#fff;padding:10px}.bfCreateStatsPreview span{color:#006b4f;font-size:.66rem;font-weight:850;text-transform:uppercase}.bfCreateStatsPreview strong{color:#17211d;font-size:.84rem}.bfCreateStatsPreview p{margin:0;color:#64716d;font-size:.72rem;line-height:1.35}.bfCreateTags span{border:1px solid #dce4e0;border-radius:999px;padding:5px 9px;background:#f7fbf9;color:#64716d;font-size:.82rem;font-weight:750}.bfCreateNotice{display:grid;gap:4px;border:1px solid #dce4e0;border-radius:8px;padding:12px;background:#f7fbf9}.bfCreateNotice span{color:#64716d}.bfCreateDraftHistory{display:grid;gap:8px;margin-top:8px;border-top:1px solid #dce4e0;padding-top:10px}.bfCreateDraftHistory>strong{color:#17211d;font-size:.78rem}.bfCreateDraftHistory article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid #dce4e0;border-radius:8px;background:#fff;padding:8px}.bfCreateDraftHistory article button{min-width:0;border:0;background:transparent;color:#17211d;padding:0;text-align:left}.bfCreateDraftHistory article button:last-child{color:#9b2c2c;font-size:.72rem;font-weight:820}.bfCreateDraftHistory span{display:block;color:#006b4f;font-size:.72rem;font-weight:820}.bfCreateDraftHistory p{margin:3px 0 0;overflow:hidden;color:#64716d;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.bfCreateView{padding:16px 14px calc(var(--nav-h, 78px) + 132px)}.bfCreateHeader__top{grid-template-columns:72px minmax(0,1fr) 72px}.bfCreateTypeRail{margin-inline:-2px}.bfCreateGrid{grid-template-columns:1fr}.bfCreateActions{grid-template-columns:repeat(2,minmax(0,1fr))}.bfCreateStatsPresets>div{grid-template-columns:1fr}}.bfCreatePreview,.bfCreateChoicePanel{border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff}.bfCreatePreview{display:grid;gap:8px;margin:12px 16px 24px;padding:14px}.bfCreatePreview span{color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.bfCreatePreview strong{color:#0f172a}.bfCreatePreview p{margin:0;color:#475569}.bfCreateChoicePanel{display:grid;gap:8px;margin-top:10px;padding:10px}.bfCreateChoicePanel.is-inline{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.bfCreateChoicePanel button{border:1px solid #dce4e0;background:#fff;color:#17211d}.bfCreateChoicePanel button.is-selected,.bfCreateAttachmentBar button.is-selected{background:#ecfeff;border-color:#0891b2;color:#0e7490}.bfCreateChoicePanel button{display:grid;gap:3px;justify-items:start;text-align:left}.bfCreateChoicePanel button small{color:#4f646b;font-size:.78rem;font-weight:650}.bfCreateField small{color:#64716d;font-size:.76rem;line-height:1.32}.bfCreateJourney{display:grid;gap:10px;margin:0 16px 12px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#f8fafc;padding:12px}.bfCreateJourney>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.bfCreateJourney>div:first-child span,.bfCreateJourney ol{color:#0e7490;font-size:.72rem;font-weight:850;text-transform:uppercase}.bfCreateJourney__choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bfCreateJourney__choices button{display:flex;min-width:0;min-height:72px;align-items:center;gap:8px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font:inherit;text-align:left}.bfCreateJourney__choices button.is-selected{border-color:#0891b2;background:#ecfeff;color:#0e7490}.bfCreateJourney__choices svg{flex:0 0 auto}.bfCreateJourney__choices small{display:block;color:#64748b;font-size:.72rem;line-height:1.2}.bfCreateJourney ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.bfCreateJourney li{border-radius:999px;background:#e0f2fe;padding:5px 8px}@media(max-width:640px){.bfCreateJourney__choices{grid-template-columns:1fr 1fr}}.bfMeetupsView{display:grid;gap:14px;max-width:940px;margin:0 auto;padding:14px 16px calc(var(--nav-h, 76px) + 132px);color:#111a17}.bfMeetupsView{min-height:calc(100dvh - var(--nav-h, 76px));max-width:560px;gap:10px;padding:10px 12px calc(var(--nav-h, 76px) + 18px);background:linear-gradient(180deg,#f5f9f7f5,#eff5f2fa),#f4f8f6}.bfMeetupsHeader{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:0;padding-bottom:0}.bfMeetupsHeader h1{margin:0;font-size:1.36rem;line-height:1}.bfMeetupsHeader p{max-width:none;margin:4px 0 0;font-size:.82rem;line-height:1.25}.bfMeetupsHeader button{min-height:36px;border-radius:10px;padding:0 12px;font-size:.84rem}.bfMeetupsDiscoveryBar{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(112px,.72fr) 42px;gap:8px;align-items:stretch}.bfMeetupsDiscoveryBar button{border:0;font:inherit}.bfMeetupsDiscoveryBar__chip,.bfMeetupsDiscoveryBar__icon{min-width:0;min-height:46px;border:1px solid #d7e3de!important;border-radius:12px;background:#fff;color:#101a16;box-shadow:0 8px 18px #16261f0f}.bfMeetupsDiscoveryBar__chip{display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:1px 6px;padding:6px 8px 6px 10px;text-align:left}.bfMeetupsDiscoveryBar__chip span{min-width:0;color:#66756f;font-size:.65rem;font-weight:900;line-height:1;text-transform:uppercase}.bfMeetupsDiscoveryBar__chip strong{min-width:0;overflow:hidden;color:#10201a;font-size:.84rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDiscoveryBar__chip .bfMeetupsIcon{grid-row:1 / 3;grid-column:2;align-self:center;width:15px;height:15px}.bfMeetupsDiscoveryBar__icon{display:grid;place-items:center}.bfMeetupsSearch{min-height:42px;border-radius:12px}.bfMeetupsStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.bfMeetupsStats article{min-height:44px;gap:1px;border-radius:12px;padding:8px 9px}.bfMeetupsStats strong{font-size:1rem}.bfMeetupsStats span{overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeck{position:relative;min-height:min(66dvh,690px);align-items:start;padding-top:4px;perspective:1100px}.bfMeetupsDeck.has-card:before,.bfMeetupsDeck.has-card:after{content:"";position:absolute;top:20px;width:min(92%,500px);height:min(61dvh,610px);border:1px solid #dbe6e2;border-radius:24px;background:#fff;box-shadow:0 14px 34px #111c1714}.bfMeetupsDeck.has-card:before{transform:translateY(14px) scale(.965) rotate(-2.2deg)}.bfMeetupsDeck.has-card:after{transform:translateY(26px) scale(.93) rotate(2deg);opacity:.62}.bfMeetupsDeckCard{position:relative;z-index:2;width:min(100%,500px);min-height:min(64dvh,640px);overflow:hidden;gap:0;border:1px solid #cfded8;border-radius:24px;box-shadow:0 22px 58px #0f1d172e;padding:0}.bfMeetupsDeckCard__cover{position:relative;min-height:clamp(180px,28dvh,290px);overflow:hidden;background-position:center;background-size:cover}.bfMeetupsDeckCard__cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#050e0b05 30%,#050e0bb8),linear-gradient(90deg,#006b4f24,#ee7e5b14)}.bfMeetupsDeckCard__coverMeta{position:absolute;inset:auto 12px 12px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:10px}.bfMeetupsDeckCard__coverMeta span{color:#ffffffd6;font-size:.74rem;font-weight:820}.bfMeetupsDeckCard__coverMeta strong{border-radius:999px;background:#ffffffeb;color:#075f4c;padding:7px 10px;font-size:.76rem;white-space:nowrap}.bfMeetupsDeckCard__stamp{position:absolute;z-index:3;top:18px;display:grid;min-height:36px;place-items:center;border:3px solid currentColor;border-radius:8px;background:#ffffffb3;padding:0 12px;font-size:.86rem;font-weight:980;letter-spacing:0;text-transform:uppercase;opacity:0;transform:rotate(-13deg);transition:opacity .12s ease}.bfMeetupsDeckCard__stamp.is-skip{left:14px;color:#9a342f}.bfMeetupsDeckCard__stamp.is-like{right:14px;color:#007a5c;transform:rotate(13deg)}.bfMeetupsDeckCard[style*="-"] .bfMeetupsDeckCard__stamp.is-skip,.bfMeetupsDeckCard[style*="translateX(1"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(2"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(3"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(4"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(5"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(6"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(7"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(8"] .bfMeetupsDeckCard__stamp.is-like,.bfMeetupsDeckCard[style*="translateX(9"] .bfMeetupsDeckCard__stamp.is-like{opacity:1}.bfMeetupsDeckCard__body{gap:10px;padding:14px 14px 0}.bfMeetupsDeckCard__body header span{color:#006b4f;font-size:.78rem}.bfMeetupsDeckCard__body h2{margin-top:5px;font-size:clamp(1.55rem,6vw,2.18rem);line-height:1.02}.bfMeetupsDeckCard__body p{display:-webkit-box;overflow:hidden;margin-top:8px;color:#31423c;font-size:.95rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bfMeetupsDeckCard__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.bfMeetupsDeckCard__facts span,.bfMeetupsDeckCard__host{border-radius:12px;background:#f7faf8;padding:8px 9px;font-size:.79rem}.bfMeetupsLogisticsPreview{flex-wrap:nowrap;overflow-x:auto;padding-bottom:1px;scrollbar-width:none}.bfMeetupsLogisticsPreview::-webkit-scrollbar{display:none}.bfMeetupsLogisticsPreview span{flex:0 0 auto;max-width:220px;overflow:hidden;border-radius:999px;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeckCard__host{grid-template-columns:minmax(0,1fr);gap:2px}.bfMeetupsDeckCard__actions{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;padding:12px 14px 14px}.bfMeetupsDeckCard__actions button{min-height:52px;border-radius:16px;justify-content:center}.bfMeetupsDeckCard__actions .is-info{width:54px;padding:0;font-size:0}.bfMeetupsDeckCard__actions .is-info .bfMeetupsIcon{width:20px;height:20px}.bfMeetupsScopePicker__sheet.is-compact{grid-template-rows:auto minmax(0,1fr);width:min(calc(100vw - 24px),390px)}.bfMeetupsTabChoices{display:grid;overflow:hidden;border:1px solid #dce5e1;border-radius:16px}.bfMeetupsTabChoices button{display:grid;gap:2px;min-height:58px;border:0;border-radius:0;background:#fff;color:#101a16;padding:10px 12px;text-align:left;font:inherit}.bfMeetupsTabChoices button+button{border-top:1px solid #edf2ef}.bfMeetupsTabChoices button.is-selected{background:#e8f4ef;color:#006b4f}.bfMeetupsTabChoices span{font-weight:920}.bfMeetupsTabChoices em,.bfMeetupsScopePicker__national span{color:#65736e;font-size:.78rem;font-style:normal;line-height:1.25}.bfMeetupsScopePicker__national{display:grid;gap:6px;border:1px solid #dce5e1;border-radius:16px;background:#f8fbfa;padding:14px}.bfMeetupsScopePicker__national strong{color:#101915;font-size:1rem}@media(min-width:780px){.bfMeetupsView{max-width:620px;padding-top:16px}.bfMeetupsDeck{min-height:min(72dvh,720px)}.bfMeetupsDeckCard{min-height:min(69dvh,680px)}}@media(max-width:430px){.bfMeetupsView{padding-inline:10px}.bfMeetupsHeader p{display:none}.bfMeetupsDiscoveryBar{grid-template-columns:minmax(0,1.35fr) minmax(100px,.7fr) 40px;gap:6px}.bfMeetupsDiscoveryBar__chip{padding-inline:8px}.bfMeetupsDiscoveryBar__chip strong{font-size:.78rem}.bfMeetupsStats article{padding-inline:7px}.bfMeetupsDeckCard__cover{min-height:136px}.bfMeetupsStats article{min-height:38px;padding-block:6px}.bfMeetupsDeck{min-height:calc(100dvh - var(--nav-h, 76px) - 170px)}.bfMeetupsDeck:before,.bfMeetupsDeck:after{height:calc(100dvh - var(--nav-h, 76px) - 178px)}.bfMeetupsDeckCard{min-height:0}.bfMeetupsDeckCard__body h2{font-size:1.34rem}.bfMeetupsDeckCard__body{gap:7px;padding-top:10px}.bfMeetupsDeckCard__body p{margin-top:5px;font-size:.86rem;-webkit-line-clamp:2}.bfMeetupsDeckCard__facts{gap:5px}.bfMeetupsDeckCard__facts span,.bfMeetupsDeckCard__host{min-height:34px;padding:6px 8px;font-size:.74rem}.bfMeetupsLogisticsPreview span{padding-block:5px;font-size:.72rem}.bfMeetupsDeckCard__host span,.bfMeetupsDeckCard__host em{font-size:.7rem}.bfMeetupsDeckCard__host strong{font-size:.78rem}.bfMeetupsDeckCard__actions button{min-height:44px;padding-inline:9px;font-size:.78rem}.bfMeetupsDeckCard__actions{padding-block:8px 10px}}.bfMeetupsSearch{position:fixed!important;z-index:10001!important;top:max(58px,calc(env(safe-area-inset-top) + 54px))!important;left:12px!important;right:12px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;height:auto!important;min-height:52px!important;max-height:none!important;align-items:center!important;gap:8px!important;border:1px solid rgba(219,231,226,.92)!important;border-radius:18px!important;background:#fffffff2!important;box-shadow:0 18px 44px #02061433!important;padding:7px 8px 7px 12px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;width:auto!important;min-width:0!important;height:44px!important;min-height:44px!important;align-items:center!important;justify-content:center!important;overflow:visible!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#050d0aa8!important;color:#fff!important;padding:2px 12px 3px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls strong{min-width:0!important;overflow:hidden!important;color:#fff!important;font-size:.78rem!important;font-weight:860!important;line-height:1.18!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__body header span{color:#006b4f!important;font-size:.82rem!important;font-weight:940!important;line-height:1.25!important}.bfMeetupsDeckCard__body h2{margin:0!important;color:#06120f!important;font-size:clamp(1.72rem,7.4vw,2.7rem)!important;line-height:1.08!important;padding-bottom:2px!important}.bfMeetupsSearch{position:fixed!important;z-index:10001!important;top:max(58px,calc(env(safe-area-inset-top) + 54px))!important;left:12px!important;right:12px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;min-height:52px!important;align-items:center!important;gap:8px!important;border:1px solid rgba(219,231,226,.92)!important;border-radius:18px!important;background:#fffffff2!important;box-shadow:0 18px 44px #02061433!important;padding:7px 8px 7px 12px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDetail__brief{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}.bfMeetupsDetail__brief strong{min-width:0!important;color:#13231e!important;font-size:.84rem!important;line-height:1.25!important;overflow-wrap:anywhere!important}.bfMeetupsDetail__brief button{display:inline-flex!important;grid-column:span 2!important;min-height:44px!important;align-items:center!important;justify-content:center!important;gap:6px!important;align-self:center!important;border:1px solid #bad9cc!important;border-radius:999px!important;background:#fff!important;color:#075f4c!important;padding:0 12px!important;font:inherit!important;font-size:.82rem!important;font-weight:880!important}@media(max-width:640px){.bfMeetupsView{margin:-12px -12px 0!important}.bfMeetupsDeckCard__imageControls{grid-template-columns:40px minmax(0,1fr) minmax(78px,auto) 40px 40px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:42px!important;min-height:42px!important;padding:2px 9px 3px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:40px!important}.bfMeetupsDeckCard__imageControls strong{font-size:.72rem!important}.bfMeetupsDetail__brief{grid-template-columns:1fr!important}.bfMeetupsDetail__brief button{width:100%!important}}.bfMeetupsDeckCard__imageControls{position:absolute!important;z-index:8!important;top:max(28px,calc(env(safe-area-inset-top) + 28px))!important;right:14px!important;left:14px!important;display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;width:auto!important;min-width:0!important;height:38px!important;min-height:38px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:#050d0a61!important;color:#fff!important;box-shadow:none!important;padding:0 10px!important;text-align:center!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){flex:0 0 38px!important;width:38px!important;padding:0!important}.bfMeetupsDeckCard__imageControls button:nth-child(2){flex:0 1 128px!important;max-width:128px!important}.bfMeetupsDeckCard__imageControls button:nth-child(3){flex:0 1 104px!important;max-width:104px!important}.bfMeetupsDeckCard__imageControls strong{display:block!important;min-width:0!important;overflow:hidden!important;color:#fff!important;font-size:.76rem!important;font-weight:820!important;letter-spacing:0!important;line-height:1!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{width:18px!important;height:18px!important;color:currentColor!important;stroke-width:2.1!important}@media(max-width:380px){.bfMeetupsDeckCard__imageControls{right:10px!important;left:10px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:36px!important;min-height:36px!important;padding-inline:8px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){flex-basis:36px!important;width:36px!important}.bfMeetupsDeckCard__imageControls button:nth-child(2){flex-basis:112px!important;max-width:112px!important}.bfMeetupsDeckCard__imageControls button:nth-child(3){flex-basis:88px!important;max-width:88px!important}.bfMeetupsDeckCard__imageControls strong{font-size:.7rem!important}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{width:17px!important;height:17px!important}}.bfMeetupsDeckCard__imageControls{position:absolute!important;z-index:5!important;inset:max(12px,env(safe-area-inset-top)) 12px auto!important;display:grid!important;grid-template-columns:38px minmax(104px,1fr) minmax(86px,auto) 38px 38px!important;gap:6px!important;align-items:center!important}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;width:auto!important;min-width:0!important;height:38px!important;min-height:38px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:#050d0a6b!important;color:#fff!important;box-shadow:none!important;padding:0 11px!important;text-align:center!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:38px!important;padding:0!important}.bfMeetupsDeckCard__imageControls strong{overflow:hidden!important;color:#fff!important;font-size:.78rem!important;font-weight:820!important;letter-spacing:0!important;line-height:1!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{width:18.5px!important;height:18.5px!important;color:currentColor!important;stroke-width:2.1!important}@media(max-width:380px){.bfMeetupsDeckCard__imageControls{inset-inline:10px!important;grid-template-columns:36px minmax(94px,1fr) minmax(78px,auto) 36px 36px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:36px!important;min-height:36px!important;padding-inline:8px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:36px!important;padding:0!important}.bfMeetupsDeckCard__imageControls strong{font-size:.72rem!important}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{width:18px!important;height:18px!important}}.bfMeetupsView{position:relative!important;display:block!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;margin:-18px -14px 0!important;overflow:hidden!important;background:#07120f!important;padding:0!important}.bfMeetupsDeckCard{position:relative!important;z-index:1!important;display:grid!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;grid-template-rows:minmax(0,1fr) auto auto!important;gap:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#07120f!important;box-shadow:none!important;padding:0!important;touch-action:pan-y!important}.bfMeetupsDeckCard__cover{position:relative!important;min-height:0!important;height:auto!important;overflow:hidden!important;border-radius:0!important;background-position:center top!important;background-size:cover!important}.bfMeetupsDeckCard__cover:after{position:absolute!important;inset:0!important;display:block!important;content:""!important;pointer-events:none!important;background:linear-gradient(180deg,#040c0abd,#040c0a33 28%,#040c0a14 58%,#040c0a8f)!important}.bfMeetupsDeckCard__imageControls{position:absolute!important;z-index:3!important;inset:max(10px,env(safe-area-inset-top)) 10px auto!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(86px,auto) 42px 42px!important;gap:6px!important;align-items:center!important}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;width:auto!important;min-width:0!important;height:42px!important;min-height:42px!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#050d0aad!important;color:#fff!important;padding:0 13px!important;box-shadow:0 8px 24px #00000029!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{width:20px!important;height:20px!important;color:currentColor!important}.bfMeetupsDeckCard__stamp{z-index:4!important;top:76px!important}.bfMeetupsDeckCard__body{position:relative!important;z-index:2!important;display:grid!important;gap:12px!important;margin:-28px 0 0!important;border-radius:24px 24px 0 0!important;background:#fff!important;padding:22px 18px 10px!important}.bfMeetupsDeckCard__body header span{overflow:hidden!important;margin:0!important;color:#00654d!important;font-size:.83rem!important;font-weight:900!important;letter-spacing:0!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__coverMeta,.bfMeetupsDeckCard__facts,.bfMeetupsDeckCard__host,.bfMeetupsLogisticsPreview{display:none!important}.bfMeetupsDeckCard__actions{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr)!important;gap:10px!important;margin:0!important;background:#fff!important;padding:10px 18px calc(20px + env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions button{display:inline-flex!important;min-width:0!important;min-height:56px!important;align-items:center!important;justify-content:center!important;gap:6px!important;overflow:hidden!important;border-radius:999px!important;padding:0 13px!important;font-size:.86rem!important;font-weight:900!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__actions .is-info .bfMeetupsIcon{width:20px!important;height:20px!important}.bfMeetupsDeckCard__actions .is-interest{border-color:#3c8563!important;background:#3c8563!important;color:#fff!important}.bfMeetupsEmpty{height:100dvh!important;place-content:center!important;background:#fff!important}@media(min-width:720px){.bfMeetupsView{width:min(430px,100vw)!important;margin:-18px auto 0!important}}@media(max-width:380px){.bfMeetupsDeckCard__imageControls{grid-template-columns:40px minmax(0,1fr) minmax(76px,auto) 40px 40px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:40px!important;min-height:40px!important;padding-inline:10px!important}.bfMeetupsDeckCard__imageControls strong{font-size:.76rem!important}.bfMeetupsDeckCard__body{padding-inline:16px!important}.bfMeetupsDeckCard__actions{grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr)!important;gap:8px!important;padding-inline:14px!important}.bfMeetupsDeckCard__actions button{min-height:52px!important;padding-inline:10px!important;font-size:.8rem!important}}.bfMeetupsView{position:relative!important;display:block!important;height:100dvh!important;min-height:100dvh!important;margin:-18px -14px 0!important;overflow:hidden!important;background:#07120f!important;padding:0!important}.bfMeetupsDeck{position:relative!important;display:block!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;background:#07120f!important;padding:0!important}.bfMeetupsDeck:before,.bfMeetupsDeck:after{display:none!important}.bfMeetupsDeckCard{position:relative!important;display:grid!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;grid-template-rows:minmax(0,1fr) auto auto!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#07120f!important;box-shadow:none!important;touch-action:pan-y!important}.bfMeetupsDeckCard__cover:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(180deg,#040c0abd,#040c0a2e,#040c0a14 56%,#040c0a8a)}.bfMeetupsDeckCard__imageControls{position:absolute!important;z-index:2!important;top:max(10px,env(safe-area-inset-top))!important;right:10px!important;left:10px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(86px,auto) 42px 42px!important;gap:6px!important;align-items:center!important}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;min-width:0!important;height:42px!important;min-height:42px!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#050d0aad!important;color:#fff!important;padding:0 13px!important;box-shadow:0 8px 24px #00000029!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls strong{overflow:hidden!important;color:#fff!important;font-size:.82rem!important;font-weight:920!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__stamp{z-index:3!important;top:92px!important}.bfMeetupsDeckCard__body{position:relative!important;z-index:2!important;display:grid!important;gap:12px!important;margin-top:-28px!important;border-radius:24px 24px 0 0!important;background:#fff!important;padding:22px 18px 10px!important}.bfMeetupsDeckCard__body header{display:grid!important;gap:6px!important}.bfMeetupsDeckCard__body header span{color:#00654d!important;font-size:.83rem!important;font-weight:900!important;letter-spacing:0!important}.bfMeetupsDeckCard__body h2{display:-webkit-box!important;overflow:hidden!important;margin:0!important;color:#030706!important;font-size:clamp(1.65rem,7vw,2.25rem)!important;font-weight:950!important;line-height:1.03!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bfMeetupsDeckCard__body p{display:-webkit-box!important;overflow:hidden!important;margin:0!important;color:#1f2f2a!important;font-size:.98rem!important;line-height:1.35!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bfMeetupsDeckCard__essentials{display:flex!important;gap:8px!important;overflow:hidden!important}.bfMeetupsDeckCard__essentials span{display:inline-flex!important;min-width:0!important;max-width:58%!important;min-height:40px!important;align-items:center!important;gap:7px!important;overflow:hidden!important;border:1px solid #dfe8e4!important;border-radius:999px!important;background:#fbfdfc!important;color:#09211a!important;padding:0 13px!important;font-size:.86rem!important;font-weight:850!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__essentials span:last-child{flex:0 0 auto!important;max-width:42%!important}.bfMeetupsDeckCard__facts,.bfMeetupsDeckCard__coverMeta,.bfMeetupsDeckCard__host,.bfMeetupsLogisticsPreview{display:none!important}.bfMeetupsDeckCard__actions{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr)!important;gap:10px!important;background:#fff!important;padding:10px 18px calc(20px + env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions button{display:inline-flex!important;min-width:0!important;min-height:56px!important;align-items:center!important;justify-content:center!important;gap:6px!important;border-radius:999px!important;padding:0 13px!important;font-size:.86rem!important;font-weight:900!important;white-space:nowrap!important}.bfMeetupsDeckCard__actions .is-info{width:56px!important;border-color:#dbe5e1!important;background:#f6faf8!important;color:#00654d!important;padding:0!important;font-size:0!important}.bfMeetupsDeckCard__actions .is-interest{background:#3c8563!important;color:#fff!important}.bfMeetupsDeckCard__actions .is-skip{border-color:#edf1ef!important;background:#fff!important;color:#8c312d!important}.bfMeetupsSearch{inset:auto 16px calc(16px + env(safe-area-inset-bottom)) 16px!important}@media(min-width:720px){.bfMeetupsView{width:min(430px,100vw)!important;margin:-18px auto 0!important}.bfMeetupsDeck{width:100%!important}}@media(max-width:380px){.bfMeetupsDeckCard__imageControls{grid-template-columns:40px minmax(0,1fr) minmax(76px,auto) 40px 40px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:40px!important;min-height:40px!important;padding-inline:10px!important}.bfMeetupsDeckCard__actions{grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr)!important;gap:8px!important;padding-inline:14px!important}.bfMeetupsDeckCard__actions button{min-height:52px!important;font-size:.8rem!important;padding-inline:10px!important}}.bfMeetupsView{position:relative!important;width:auto!important;max-width:none!important;min-height:100dvh!important;margin:-18px -14px 0!important;padding:0!important;overflow-x:hidden!important;background:#eef4f1!important}.bfMeetupsDeck{position:relative!important;min-height:100dvh!important;margin:0!important;padding:0!important;align-items:start!important;justify-items:stretch!important}.bfMeetupsDeck.has-card:before,.bfMeetupsDeck.has-card:after{display:none!important}.bfMeetupsDeckCard{width:100%!important;min-height:100dvh!important;border:0!important;border-radius:0!important;background:#eef4f1!important;box-shadow:none!important;overflow:hidden!important;padding:0!important}.bfMeetupsDeckCard__cover{width:100%!important;min-height:clamp(520px,70dvh,700px)!important;margin:0!important;border-radius:0!important;background-position:center top!important;background-size:cover!important}.bfMeetupsDeckCard__cover:after{background:linear-gradient(180deg,#0000008a,#00000014 34%,#000000c2),linear-gradient(90deg,#006b4f2e,#0000)!important}.bfMeetupsDeckCard__imageControls{position:absolute!important;inset:max(14px,env(safe-area-inset-top)) 12px auto!important;z-index:4!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) minmax(86px,auto) 40px 40px!important;gap:6px!important;align-items:stretch!important}.bfMeetupsDeckCard__imageControls button{display:grid!important;min-width:0!important;min-height:40px!important;place-items:center!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:999px!important;background:#08100d8f!important;color:#fff!important;padding:0!important;font:inherit!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.bfMeetupsDeckCard__imageControls button:nth-child(2),.bfMeetupsDeckCard__imageControls button:nth-child(3){justify-items:start!important;padding:0 12px!important;text-align:left!important}.bfMeetupsDeckCard__imageControls span{display:none!important}.bfMeetupsDeckCard__imageControls strong{overflow:hidden!important;color:#fff!important;font-size:.82rem!important;font-weight:900!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{color:currentColor!important}.bfMeetupsDeckCard__coverMeta,.bfMeetupsDeckCard__facts,.bfMeetupsLogisticsPreview,.bfMeetupsDeckCard__host{display:none!important}.bfMeetupsDeckCard__body{position:relative!important;z-index:4!important;display:grid!important;gap:12px!important;margin:-78px 0 0!important;border-radius:30px 30px 0 0!important;background:#fff!important;padding:18px 18px 8px!important}.bfMeetupsDeckCard__body h2{margin-top:6px!important;color:#061510!important;font-size:clamp(1.88rem,8vw,2.56rem)!important;line-height:.98!important}.bfMeetupsDeckCard__body p{display:-webkit-box!important;overflow:hidden!important;margin-top:8px!important;color:#34443e!important;font-size:.96rem!important;line-height:1.32!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bfMeetupsDeckCard__essentials span{display:inline-flex!important;min-height:40px!important;max-width:100%!important;align-items:center!important;gap:6px!important;border:1px solid #dbe7e2!important;border-radius:999px!important;background:#f8fbfa!important;color:#1c2c26!important;padding:0 12px!important;font-size:.86rem!important;font-weight:850!important}.bfMeetupsDeckCard__actions{position:relative!important;z-index:5!important;display:grid!important;grid-template-columns:1fr 58px 1fr!important;gap:10px!important;margin:0!important;background:#fff!important;padding:10px 18px calc(18px + env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions button{display:inline-flex!important;min-height:58px!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:.86rem!important}.bfMeetupsDeckCard__actions .is-info{width:58px!important;padding:0!important;font-size:0!important}.bfMeetupsDeckCard__actions .is-interest{border-color:#2e755a!important;background:#2e755a!important}.bfMeetupsSearch{position:fixed!important;z-index:10001!important;top:max(62px,calc(env(safe-area-inset-top) + 58px))!important;left:12px!important;right:12px!important;margin:0!important;background:#fffffff5!important}.bfMeetupsView{left:auto!important;width:auto!important;max-width:none!important;margin:-36px -14px 0!important;padding:0 0 var(--nav-h, 76px)!important;background:#eef4f1!important}.bfMeetupsDeck{min-height:calc(100dvh - var(--nav-h, 76px))!important;margin:0!important;padding:0!important;place-items:stretch!important}.bfMeetupsDeckCard{width:100%!important;min-height:calc(100dvh - var(--nav-h, 76px))!important;border:0!important;border-radius:0!important;background:#eef4f1!important;box-shadow:none!important}.bfMeetupsDeckCard__cover{width:100%!important;min-height:clamp(500px,66dvh,680px)!important;margin:0!important;border-radius:0!important;background-position:center top!important}.bfMeetupsDeckCard__body{position:relative!important;z-index:4!important;margin:-72px 0 0!important;border-radius:30px 30px 0 0!important;background:#fff!important;padding:18px 20px 8px!important}.bfMeetupsDeckCard__actions{position:relative!important;z-index:5!important;margin:0!important;background:#fff!important;padding:10px 20px 18px!important}@media(max-width:430px){.bfMeetupsDeckCard__cover{min-height:clamp(500px,66dvh,580px)!important}.bfMeetupsDeckCard__body{margin-top:-70px!important;padding:17px 18px 7px!important}}.bfMeetupsView{position:relative;left:auto;width:auto;max-width:none;margin:-18px -14px 0;padding:0 0 var(--nav-h, 76px);overflow-x:hidden;background:#eef4f1}.bfMeetupsDeck{min-height:calc(100dvh - var(--nav-h, 76px));margin:0;padding:0;place-items:stretch}.bfMeetupsDeckCard{width:100%;min-height:calc(100dvh - var(--nav-h, 76px));border:0;border-radius:0;background:#eef4f1;box-shadow:none}.bfMeetupsDeckCard__cover{width:100%;min-height:clamp(500px,66dvh,680px);margin:0;border-radius:0;background-position:center top}.bfMeetupsDeckCard__cover:after{background:linear-gradient(180deg,#00000085,#00000014 34%,#000000bd),linear-gradient(90deg,#006b4f2e,#0000)}.bfMeetupsDeckCard__imageControls{inset:max(18px,env(safe-area-inset-top)) 14px auto;grid-template-columns:minmax(0,1fr) minmax(104px,auto) 42px 42px;gap:8px}.bfMeetupsDeckCard__imageControls button{min-height:42px;border-color:#ffffff3d;background:#09100e80;box-shadow:0 8px 22px #0000002e}.bfMeetupsDeckCard__body{z-index:4;min-height:0;margin:-72px 0 0;border-radius:30px 30px 0 0;padding:18px 20px 8px}.bfMeetupsDeckCard__body header span{color:#006b4f;font-size:.82rem;font-weight:940}.bfMeetupsDeckCard__body h2{margin-top:7px;font-size:clamp(2rem,8.8vw,2.72rem);line-height:.98}.bfMeetupsDeckCard__body p{max-width:34rem;margin-top:9px;color:#34443e;font-size:1rem;line-height:1.32}.bfMeetupsDeckCard__essentials{margin-top:2px}.bfMeetupsDeckCard__essentials span{min-height:38px;background:#f8fbfa;font-size:.86rem}.bfMeetupsDeckCard__actions{z-index:5;grid-template-columns:1fr 58px 1fr;gap:10px;margin:0;border-radius:0;background:#fff;padding:10px 20px 18px}.bfMeetupsDeckCard__actions button{min-height:58px;border-radius:999px;font-size:.86rem;box-shadow:none}.bfMeetupsDeckCard__actions .is-info{width:58px}.bfMeetupsDeckCard__actions .is-skip{border-color:#e4ece8;color:#8b2b2b}.bfMeetupsDeckCard__actions .is-interest{background:#2e755a}.bfMeetupsSearch{position:absolute;z-index:10;top:70px;left:14px;right:14px;margin:0;background:#fffffff0}@media(max-width:430px){.bfMeetupsView{margin-top:-18px}.bfMeetupsDeckCard__cover{min-height:clamp(500px,66dvh,580px)}.bfMeetupsDeckCard__imageControls{inset-inline:12px;grid-template-columns:minmax(0,1fr) minmax(94px,auto) 40px 40px;gap:6px}.bfMeetupsDeckCard__imageControls button{min-height:40px}.bfMeetupsDeckCard__imageControls button:nth-child(1),.bfMeetupsDeckCard__imageControls button:nth-child(2){padding-inline:10px}.bfMeetupsDeckCard__body{margin-top:-70px;padding:17px 18px 7px}.bfMeetupsDeckCard__body h2{font-size:1.88rem}.bfMeetupsDeckCard__body p{font-size:.95rem}.bfMeetupsDeckCard__actions{grid-template-columns:1fr 56px 1fr;padding-inline:18px}}.bfMeetupsView{width:calc(100% + 28px);max-width:none;gap:0;margin:0 -14px;padding:0 0 calc(var(--nav-h, 76px) + 8px);background:#eef4f1}.bfMeetupsSearch{margin:10px 12px}.bfMeetupsDeck{min-height:calc(100dvh - var(--nav-h, 76px) - 8px);margin-top:-18px;padding:0;align-items:start;justify-items:stretch}.bfMeetupsDeck.has-card:before,.bfMeetupsDeck.has-card:after{display:none}.bfMeetupsDeckCard{width:100%;min-height:calc(100dvh - var(--nav-h, 76px) - 8px);border:0;border-radius:0;background:transparent;box-shadow:none}.bfMeetupsDeckCard__cover{width:100vw;min-height:clamp(420px,62dvh,620px);margin-left:calc((100% - 100vw)/2);border-radius:0}.bfMeetupsDeckCard__cover:after{background:linear-gradient(180deg,#02080675,#0208060a 34%,#020806c7),linear-gradient(90deg,#006b4f29,#0000)}.bfMeetupsDeckCard__imageControls{position:absolute;inset:14px 12px auto;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) auto 42px 42px;gap:8px;align-items:stretch}.bfMeetupsDeckCard__imageControls button{min-width:0;min-height:42px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#05100c75;color:#fff;font:inherit;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls button:nth-child(1),.bfMeetupsDeckCard__imageControls button:nth-child(2){display:grid;align-content:center;gap:1px;padding:5px 12px;text-align:left}.bfMeetupsDeckCard__imageControls span{overflow:hidden;color:#ffffffb8;font-size:.62rem;font-weight:900;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.bfMeetupsDeckCard__imageControls strong{overflow:hidden;font-size:.82rem;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeckCard__imageControls .bfMeetupsIcon{color:#fff}.bfMeetupsDeckCard__coverMeta{inset:auto 16px 18px;align-items:center}.bfMeetupsDeckCard__coverMeta span{font-size:.86rem}.bfMeetupsDeckCard__coverMeta strong{background:#fffffff0;color:#0b5f4d}.bfMeetupsDeckCard__body{position:relative;z-index:3;gap:12px;margin:-28px 12px 0;border-radius:24px 24px 0 0;background:#fff;padding:18px 16px 8px}.bfMeetupsDeckCard__body header span{color:#08705a;font-size:.82rem;font-weight:920}.bfMeetupsDeckCard__body h2{margin-top:6px;font-size:clamp(1.9rem,8vw,2.6rem)}.bfMeetupsDeckCard__body p{margin-top:8px;color:#384842;font-size:1rem;-webkit-line-clamp:2}.bfMeetupsDeckCard__essentials{display:flex;flex-wrap:wrap;gap:8px}.bfMeetupsDeckCard__essentials span{display:inline-flex;min-height:36px;max-width:100%;align-items:center;gap:6px;border:1px solid #dbe7e2;border-radius:999px;background:#f8fbfa;color:#1c2c26;padding:0 11px;font-size:.84rem;font-weight:850}.bfMeetupsDeckCard__essentials span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeckCard__actions{grid-template-columns:1fr 54px 1fr;margin:0 12px;background:#fff;padding:8px 16px 16px}.bfMeetupsDeckCard__actions button{min-height:52px;border-radius:999px}@media(max-width:430px){.bfMeetupsDeckCard__cover{min-height:clamp(390px,58dvh,520px)}.bfMeetupsDeckCard__imageControls{grid-template-columns:minmax(0,1fr) minmax(92px,auto) 38px 38px;gap:6px}.bfMeetupsDeckCard__imageControls button{min-height:38px}.bfMeetupsDeckCard__imageControls button:nth-child(1),.bfMeetupsDeckCard__imageControls button:nth-child(2){padding-inline:9px}.bfMeetupsDeckCard__imageControls strong{font-size:.74rem}.bfMeetupsDeckCard__body{margin-top:-26px;padding:16px 16px 6px}.bfMeetupsDeckCard__body h2{font-size:1.66rem}.bfMeetupsDeckCard__body p{font-size:.92rem}}.bfMeetupsHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;border-bottom:1px solid #dfe7e3;padding-bottom:14px}.bfMeetupsHeader span{color:#006b4f;font-size:.82rem;font-weight:850;text-transform:uppercase}.bfMeetupsHeader h1{margin:4px 0 0;font-size:clamp(1.7rem,8vw,2.35rem);line-height:1;letter-spacing:0}.bfMeetupsHeader p{max-width:620px;margin:8px 0 0;color:#5f6f69;line-height:1.42}.bfMeetupsHeader button,.bfMeetupsTabs button,.bfMeetupsCard footer button{border:0;font:inherit}.bfMeetupsHeader button{min-height:40px;border-radius:999px;background:#006b4f;color:#fff;padding:0 16px;font-weight:880}.bfMeetupsStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bfMeetupsStats article{display:grid;gap:3px;border:1px solid #dfe7e3;border-radius:8px;background:#fff;padding:11px 12px}.bfMeetupsStats strong{color:#006b4f;font-size:1.25rem;line-height:1}.bfMeetupsStats span{color:#65736e;font-size:.78rem;font-weight:780}.bfMeetupsSearch{display:flex;min-height:48px;align-items:center;gap:10px;border:1px solid #dfe7e3;border-radius:8px;background:#fff;padding:0 13px}.bfMeetupsSearch input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#111a17}.bfMeetupsTabs,.bfMeetupsScopes{display:grid;gap:6px;border-bottom:1px solid #dfe7e3;padding-bottom:8px}.bfMeetupsTabs{grid-template-columns:repeat(4,minmax(0,1fr))}.bfMeetupsScopes{display:flex;overflow-x:auto;border-bottom:0;padding-bottom:2px;scrollbar-width:none}.bfMeetupsScopes::-webkit-scrollbar{display:none}.bfMeetupsTabs button,.bfMeetupsScopes button{min-height:38px;border-radius:999px;background:#f3f7f5;color:#5f6f69;padding:0 8px;font-size:.82rem;font-weight:820}.bfMeetupsScopes button{flex:0 0 auto;border:1px solid #dfe7e3;background:#fff}.bfMeetupsTabs button.is-active,.bfMeetupsScopes button.is-active{background:#006b4f;color:#fff}.bfMeetupsList{display:grid;gap:12px}.bfMeetupsDeck{display:grid;min-height:430px;place-items:center}.bfMeetupsDeckCard{display:grid;width:min(100%,520px);min-height:420px;gap:14px;border:1px solid #cfddd7;border-radius:8px;background:#fff;box-shadow:0 18px 42px #111a171f;padding:14px;touch-action:pan-y;transition:transform .16s ease,box-shadow .16s ease}.bfMeetupsDeckCard:focus-visible{outline:3px solid rgba(0,107,79,.28);outline-offset:4px}.bfMeetupsDeckCard__topline,.bfMeetupsDeckCard__host,.bfMeetupsDeckCard__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.bfMeetupsDeckCard__topline span,.bfMeetupsDeckCard__host span{color:#6a7772;font-size:.78rem;font-weight:780}.bfMeetupsDeckCard__topline strong{border:1px solid #cfe0d9;border-radius:999px;background:#e8f4ef;color:#006b4f;padding:6px 10px;font-size:.78rem}.bfMeetupsDeckCard__date{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-block:1px solid #e3ece8;padding:12px 0}.bfMeetupsDeckCard__date span{color:#006b4f;font-size:.8rem;font-weight:900;text-transform:uppercase}.bfMeetupsDeckCard__date strong{color:#101d19;font-size:2.35rem;line-height:1}.bfMeetupsDeckCard__date em{justify-self:end;color:#4d5d57;font-size:.84rem;font-style:normal;font-weight:820}.bfMeetupsDeckCard__body{display:grid;gap:13px}.bfMeetupsDeckCard__body header span{color:#65736e;font-size:.82rem;font-weight:820}.bfMeetupsDeckCard__body h2{margin:4px 0 0;color:#0c1713;font-size:1.55rem;line-height:1.08;letter-spacing:0}.bfMeetupsDeckCard__body p{margin:8px 0 0;color:#40504b;line-height:1.42}.bfMeetupsDeckCard__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bfMeetupsDeckCard__facts span,.bfMeetupsDeckCard__host{min-width:0;border:1px solid #e0e9e5;border-radius:8px;background:#f8fbfa;color:#17231f;padding:9px 10px;font-size:.84rem;font-weight:780}.bfMeetupsDeckCard__facts span{display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeckCard__host{display:grid;grid-template-columns:minmax(0,1fr) auto}.bfMeetupsDeckCard__host span{grid-column:1 / -1}.bfMeetupsDeckCard__host strong,.bfMeetupsDeckCard__host em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsDeckCard__host em{color:#65736e;font-style:normal;font-weight:760}.bfMeetupsDeckCard__actions button,.bfMeetupsEmpty div button{min-height:42px;border:1px solid #dbe6e1;border-radius:999px;background:#fff;color:#17231f;font:inherit;font-size:.86rem;font-weight:850;padding:0 13px}.bfMeetupsDeckCard__actions .is-interest{border-color:#006b4f;background:#006b4f;color:#fff}.bfMeetupsDeckCard__actions .is-skip{color:#8b2b2b}.bfMeetupsDeckCard__actions .is-info{background:#f3f7f5}.bfMeetupsEmpty div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.bfMeetupsCard{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;border:1px solid #dfe7e3;border-radius:8px;background:#fff;padding:12px}.bfMeetupsDateBlock{display:grid;height:76px;align-content:center;justify-items:center;border:1px solid #cfe0d9;border-radius:8px;background:#e8f4ef;color:#006b4f}.bfMeetupsDateBlock span{font-size:.76rem;font-weight:880;text-transform:uppercase}.bfMeetupsDateBlock strong{color:#101d19;font-size:1.6rem;line-height:1}.bfMeetupsCardBody{display:grid;min-width:0;gap:11px}.bfMeetupsCard header span{color:#006b4f;font-size:.78rem;font-weight:860}.bfMeetupsCard h2{margin:3px 0 0;color:#0c1713;font-size:1.08rem;line-height:1.2;letter-spacing:0}.bfMeetupsCard p{margin:6px 0 0;color:#40504b;font-size:.92rem;line-height:1.42}.bfMeetupsMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin:0}.bfMeetupsMeta div,.bfMeetupsCapacity{min-width:0}.bfMeetupsMeta dt{display:flex;align-items:center;gap:5px;color:#65736e;font-size:.72rem;font-weight:820}.bfMeetupsMeta dd{margin:3px 0 0;overflow:hidden;color:#17231f;font-size:.82rem;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsIcon{width:17px;height:17px;flex:0 0 auto;color:#006b4f}.bfMeetupsTags{display:flex;flex-wrap:wrap;gap:6px}.bfMeetupsTags span{border:1px solid #d8e3df;border-radius:999px;background:#fbfdfc;color:#40504b;padding:5px 8px;font-size:.76rem;font-weight:760}.bfMeetupsCapacity{display:flex;flex-wrap:wrap;gap:7px;color:#65736e;font-size:.78rem;font-weight:780}.bfMeetupsCapacity span{display:inline-flex;min-height:28px;align-items:center;border:1px solid #dfe7e3;border-radius:999px;background:#f8fbfa;color:#35443f;padding:0 9px}.bfMeetupsLogisticsPreview{display:flex;flex-wrap:wrap;gap:6px}.bfMeetupsLogisticsPreview span{min-width:0;border:1px solid #dfe8e4;border-radius:8px;background:#f8fbfa;color:#35443f;padding:7px 9px;font-size:.78rem;line-height:1.25}.bfMeetupsCard footer{display:flex;flex-wrap:wrap;gap:7px}.bfMeetupsCard footer button{display:inline-flex;min-height:36px;align-items:center;gap:6px;border:1px solid #dbe5e1;border-radius:999px;background:#fff;color:#21332d;padding:0 11px;font-size:.82rem;font-weight:820}.bfMeetupsCard footer button.is-primary,.bfMeetupsCard footer button[aria-pressed=true]{border-color:#006b4f;background:#006b4f;color:#fff}.bfMeetupsCard footer button[aria-pressed=true] .bfMeetupsIcon,.bfMeetupsCard footer button.is-primary .bfMeetupsIcon{color:currentColor}.bfMeetupsCard footer button:disabled{cursor:not-allowed;border-color:#dfe6e2;background:#f3f7f5;color:#7c8883}.bfMeetupsDetailOverlay{position:fixed;inset:0;z-index:9997;display:grid;align-items:end;justify-items:center;background:#0206146b;padding:10px}.bfMeetupsDetail{display:grid;width:min(100%,720px);max-height:min(92dvh,860px);overflow:hidden;grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:14px;border:1px solid #dce5e1;border-radius:18px 18px 12px 12px;background:#fff;padding:14px;box-shadow:0 -16px 46px #0206143d}.bfMeetupsCreateSheet{display:grid;width:min(100%,760px);max-height:min(92dvh,880px);overflow:hidden;grid-template-rows:auto minmax(0,1fr);gap:14px;border:1px solid #dce5e1;border-radius:18px 18px 12px 12px;background:#fff;padding:14px;box-shadow:0 -16px 46px #0206143d}.bfMeetupsCreateSheet .bfCreateForm{min-height:0;overflow-y:auto;padding-bottom:0;padding-right:4px;scrollbar-width:thin}.bfMeetupsCreateSheet .bfCreateActions{position:sticky;bottom:0;z-index:2;border-top:1px solid #e5ece8;background:#fff;padding-top:12px}.bfMeetupsDetail__header{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start}.bfMeetupsDetail__header>button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:999px;background:#eef4f1}.bfMeetupsDetail__header span,.bfMeetupsQa header span{color:#006b4f;font-size:.75rem;font-weight:880;text-transform:uppercase}.bfMeetupsDetail__header h2{margin:3px 0 0;color:#101915;font-size:clamp(1.35rem,5vw,2rem);line-height:1.05}.bfMeetupsDetail__header p,.bfMeetupsDetail section p{margin:6px 0 0;color:#41514b;line-height:1.42}.bfMeetupsDetail__status{display:flex;flex-wrap:wrap;gap:7px}.bfMeetupsDetail__status span{display:inline-flex;min-height:30px;align-items:center;border:1px solid #dfe8e4;border-radius:999px;background:#f8fbfa;color:#35443f;padding:0 10px;font-size:.78rem;font-weight:820}.bfMeetupsDetailTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bfMeetupsDetailTabs button{min-height:38px;border:1px solid #dbe5e1;border-radius:8px;background:#fff;color:#21332d;font:inherit;font-size:.85rem;font-weight:860}.bfMeetupsDetailTabs button.is-active{border-color:#006b4f;background:#e8f5f0;color:#075f4c}.bfMeetupsDetail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.bfMeetupsDetail__grid>section,.bfMeetupsQa{display:grid;min-width:0;min-height:0;gap:8px;border:1px solid #dfe7e3;border-radius:8px;background:#fbfdfc;padding:11px}.bfMeetupsDetail__grid h3{display:flex;align-items:center;gap:6px;margin:0;color:#111a17;font-size:.9rem}.bfMeetupsDetail__grid ul{display:grid;gap:6px;margin:0;padding-left:18px;color:#40504b;font-size:.86rem;line-height:1.35}.bfMeetupsDetail__grid button,.bfMeetupsQa button,.bfMeetupsDetail__actions button{border:0;font:inherit}.bfMeetupsDetail__grid button{width:fit-content;min-height:32px;border-radius:999px;background:#e8f4ef;color:#006b4f;padding:0 10px;font-size:.8rem;font-weight:860}.bfMeetupsQa header{display:flex;align-items:center;justify-content:space-between;gap:10px}.bfMeetupsQa header>div{display:grid;gap:2px}.bfMeetupsQa header strong{color:#111a17;font-size:1rem}.bfMeetupsQa header button,.bfMeetupsDetail__actions button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;border:1px solid #dbe5e1;border-radius:999px;background:#fff;color:#21332d;padding:0 11px;font-size:.82rem;font-weight:840}.bfMeetupsQa form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.bfMeetupsQa input{min-width:0;min-height:42px;border:1px solid #dce5e1;border-radius:999px;background:#fff;color:#111a17;padding:0 13px;font:inherit;outline:none}.bfMeetupsQa form button{display:inline-flex;min-height:42px;align-items:center;gap:6px;border-radius:999px;background:#006b4f;color:#fff;padding:0 13px;font-weight:880}.bfMeetupsQa__list{display:grid;gap:8px;min-height:0;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.bfMeetupsQa__list article{display:grid;gap:4px;border-top:1px solid #e5ece9;padding-top:8px}.bfMeetupsQa__list strong{color:#111a17;font-size:.83rem}.bfMeetupsQa__list p{margin:0;color:#25342f;font-size:.9rem;line-height:1.36}.bfMeetupsQa__list span{color:#65736e;font-size:.8rem;line-height:1.34}.bfMeetupsDetail__actions{position:sticky;bottom:0;z-index:2;display:flex;flex-wrap:wrap;gap:8px;align-items:center;border-top:1px solid #e5ece8;background:#fff;padding-top:12px}.bfMeetupsDetail__actions span{flex:1 1 220px;color:#5d6e68;font-size:.84rem;line-height:1.32}.bfMeetupsDetail__actions button.is-primary,.bfMeetupsDetail__actions button[aria-pressed=true]{border-color:#006b4f;background:#006b4f;color:#fff}.bfMeetupsDetail__actions button:disabled{cursor:not-allowed;border-color:#dfe6e2;background:#f3f7f5;color:#7c8883}.bfMeetupsEmpty{display:grid;gap:4px;border:1px solid #dfe7e3;border-radius:8px;padding:18px;color:#65736e}.bfMeetupsEmpty strong{color:#111a17}.bfMeetupsEmpty button{justify-self:start;min-height:34px;margin-top:6px;border:1px solid #bad9cc;border-radius:8px;background:#fff;color:#075f4c;padding:0 12px;font:inherit;font-size:.84rem;font-weight:820}.bfMeetupsScopePicker{position:fixed;inset:0;z-index:9998;display:grid;align-items:end;justify-items:center;background:#02061475;padding:12px}.bfMeetupsScopePicker__sheet{display:grid;width:min(100%,430px);max-height:min(88dvh,720px);overflow:auto;gap:14px;border-radius:22px 22px 18px 18px;background:#fff;padding:16px}.bfMeetupsScopePicker__sheet header{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:10px}.bfMeetupsScopePicker__sheet header strong{color:#111a17;font-size:1.1rem}.bfMeetupsScopePicker__sheet header button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:#eef4f1}.bfMeetupsScopePicker__sheet nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;border-radius:999px;background:#eef3f0;padding:3px}.bfMeetupsScopePicker__sheet nav button,.bfMeetupsScopePicker__choices button,.bfMeetupsScopePicker__sheet footer button{border:0;font:inherit}.bfMeetupsScopePicker__sheet nav button{min-height:38px;border-radius:999px;background:transparent;color:#52615c;font-size:.84rem;font-weight:860}.bfMeetupsScopePicker__sheet nav button.is-active{background:#fff;color:#006b4f;box-shadow:0 6px 14px #111a1714}.bfMeetupsScopePicker__choices{display:grid;gap:10px}.bfMeetupsScopePicker__choices>div:first-child,.bfMeetupsScopePicker__choices button{display:flex;align-items:center}.bfMeetupsScopePicker__choices>div:first-child{justify-content:space-between;gap:10px}.bfMeetupsScopePicker__choices>div:first-child span,.bfMeetupsScopePicker__choices em{color:#006b4f;font-size:.78rem;font-style:normal;font-weight:860}.bfMeetupsScopePicker__choices label{display:flex;min-height:46px;align-items:center;gap:9px;border:1px solid #dce5e1;border-radius:12px;background:#f8fbfa;padding:0 11px}.bfMeetupsScopePicker__choices label input{min-width:0;flex:1;border:0;background:transparent;color:#111a17;font:inherit;outline:none}.bfMeetupsScopePicker__choices>div:last-child{display:grid;overflow:hidden;border:1px solid #dce5e1;border-radius:14px}.bfMeetupsScopePicker__choices button{min-height:48px;justify-content:space-between;gap:8px;border-radius:0;background:#fff;color:#17231f;padding:0 12px;text-align:left}.bfMeetupsScopePicker__choices button+button{border-top:1px solid #edf2ef}.bfMeetupsScopePicker__choices button.is-selected{background:#e8f4ef;color:#006b4f}.bfMeetupsScopePicker__sheet footer{display:grid;gap:10px}.bfMeetupsScopePicker__sheet footer div{display:flex;flex-wrap:wrap;gap:6px}.bfMeetupsScopePicker__sheet footer span{border-radius:999px;background:#eef6f2;color:#006b4f;padding:6px 9px;font-size:.78rem;font-weight:820}.bfMeetupsScopePicker__sheet footer button{min-height:44px;border-radius:999px;background:#006b4f;color:#fff;font-weight:920}.bfMeetupsScopePicker__sheet{grid-template-rows:auto auto minmax(0,1fr) auto;width:min(calc(100vw - 24px),430px);max-height:min(84dvh,690px);overflow:hidden;gap:12px;border-radius:24px 24px 18px 18px;box-shadow:0 -18px 50px #0206143d}.bfMeetupsScopePicker__choices{min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.bfMeetupsScopePicker__choices>div:last-child{max-height:clamp(240px,42dvh,390px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.bfMeetupsScopePicker__choices button{min-height:50px;padding:0 13px}.bfMeetupsScopePicker__sheet footer{position:relative;z-index:2;margin:0 -2px -2px;padding-top:2px;background:#fff}.bfMeetupsScopePicker__preview{display:flex!important;align-items:center;justify-content:space-between;gap:10px;color:#53615c}.bfMeetupsScopePicker__preview strong{color:#101915;font-size:.86rem;font-weight:920}.bfMeetupsScopePicker__preview span{color:#006b4f;font-size:.76rem;font-weight:880}.bfMeetupsScopePicker__sheet footer div:not(.bfMeetupsScopePicker__preview){max-height:72px;overflow-y:auto;padding-right:2px}.bfMeetupsScopePicker__sheet footer span{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 9px}.bfMeetupsScopePicker__sheet footer small{color:#66756f;font-size:.65rem;font-weight:900;text-transform:uppercase}.bfMeetupsCurrentScope{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dfe8e4;border-radius:14px;background:#fff;color:#111a17;padding:8px 10px 8px 12px;text-align:left}.bfMeetupsCurrentScope span{display:grid;min-width:0;gap:2px}.bfMeetupsCurrentScope small{color:#66756f;font-size:.68rem;font-weight:850;text-transform:uppercase}.bfMeetupsCurrentScope strong{overflow:hidden;font-size:.95rem;font-weight:920;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsCurrentScope em{flex:0 0 auto;border-radius:999px;background:#e8f4ef;color:#006b4f;padding:7px 11px;font-size:.76rem;font-style:normal;font-weight:920}.bfMeetupsScopePicker__sheet{grid-template-rows:auto minmax(0,1fr) auto}.bfMeetupsScopePicker__preview span{max-width:58%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bfMeetupsNextAction{display:grid;gap:3px;border:1px solid #dce8e2;border-radius:8px;background:#f7fbf9;padding:8px}.bfMeetupsNextAction span,.bfMeetupsDetail__actions>span{color:#006b4f;font-size:.72rem;font-weight:900;text-transform:uppercase}.bfMeetupsNextAction strong{color:#10231f;font-size:.82rem}.bfMeetupsDetail__actions>span{flex:1 1 100%}@media(max-width:640px){.bfMeetupsView{padding:12px 12px calc(var(--nav-h, 76px) + 132px)}.bfMeetupsCard{grid-template-columns:58px minmax(0,1fr);gap:10px;padding:10px}.bfMeetupsDateBlock{height:68px}.bfMeetupsMeta{grid-template-columns:1fr}.bfMeetupsCard footer button{flex:1 1 auto;justify-content:center}.bfMeetupsDetail,.bfMeetupsCreateSheet{max-height:94dvh;border-radius:18px 18px 0 0;padding:12px}.bfMeetupsDetail__grid,.bfMeetupsQa form{grid-template-columns:1fr}.bfMeetupsQa form button,.bfMeetupsDetail__actions button{width:100%}}.bfMeetupsView{position:relative!important;display:block!important;width:auto!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;margin:-18px -14px 0!important;overflow:hidden!important;background:#07120f!important;padding:0!important}.bfMeetupsHeader,.bfMeetupsDiscoveryBar,.bfMeetupsStats,.bfMeetupsCurrentScope{display:none!important}.bfMeetupsDeck{position:relative!important;display:block!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;overflow:hidden!important;background:#07120f!important;padding:0!important}.bfMeetupsDeck.has-card:before,.bfMeetupsDeck.has-card:after{display:none!important;content:none!important}.bfMeetupsDeckCard{position:relative!important;display:grid!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;grid-template-rows:minmax(0,1fr) auto auto!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#07120f!important;box-shadow:none!important;padding:0!important;touch-action:pan-y!important}.bfMeetupsDeckCard__cover{position:relative!important;min-height:0!important;height:auto!important;border-radius:0!important;background-position:center top!important;background-size:cover!important}.bfMeetupsDeckCard__cover:after{position:absolute!important;inset:0!important;display:block!important;content:""!important;pointer-events:none!important;background:linear-gradient(180deg,#040c0ab3,#040c0a26 32%,#040c0a14 58%,#040c0a94)!important}.bfMeetupsDeckCard__imageControls{position:absolute!important;z-index:8!important;inset:max(10px,env(safe-area-inset-top)) 10px auto!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(84px,auto) 42px 42px!important;gap:6px!important;align-items:center!important}.bfMeetupsDeckCard__imageControls button{display:inline-flex!important;width:auto!important;min-width:0!important;height:42px!important;min-height:42px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:#050d0aa8!important;color:#fff!important;padding:0 12px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:42px!important;padding:0!important}.bfMeetupsDeckCard__imageControls strong{min-width:0!important;overflow:hidden!important;color:#fff!important;font-size:.78rem!important;font-weight:860!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__body{position:relative!important;z-index:4!important;display:grid!important;gap:12px!important;margin:0!important;border-radius:24px 24px 0 0!important;background:#fff!important;padding:18px 18px 8px!important}.bfMeetupsDeckCard__body header{display:grid!important;gap:5px!important}.bfMeetupsDeckCard__body header span{color:#006b4f!important;font-size:.82rem!important;font-weight:940!important}.bfMeetupsDeckCard__body header em{color:#6b7973!important;font-size:.72rem!important;font-style:normal!important;font-weight:860!important;text-transform:uppercase!important}.bfMeetupsDeckCard__body h2{margin:0!important;color:#06120f!important;font-size:clamp(1.72rem,7.4vw,2.7rem)!important;line-height:1!important}.bfMeetupsDeckCard__body p{display:-webkit-box!important;max-width:38rem!important;overflow:hidden!important;margin:0!important;color:#31423c!important;font-size:.96rem!important;line-height:1.36!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bfMeetupsDeckCard__essentials{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.bfMeetupsDeckCard__essentials span{display:inline-flex!important;min-width:0!important;max-width:100%!important;min-height:38px!important;align-items:center!important;gap:6px!important;border:1px solid #dbe7e2!important;border-radius:999px!important;background:#f8fbfa!important;color:#10231f!important;padding:0 12px!important;font-size:.84rem!important;font-weight:880!important}.bfMeetupsDeckCard__essentials span:first-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfMeetupsDeckCard__actions{position:relative!important;z-index:5!important;display:grid!important;grid-template-columns:1fr 56px 1fr!important;gap:10px!important;margin:0!important;background:#fff!important;padding:10px 18px max(18px,env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions button{display:inline-flex!important;min-width:0!important;min-height:54px!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:999px!important;font-size:.86rem!important;font-weight:900!important}.bfMeetupsDeckCard__actions .is-info{width:56px!important;padding:0!important;font-size:0!important}.bfMeetupsDeckCard__actions .is-interest{border-color:#2e755a!important;background:#2e755a!important;color:#fff!important}.bfMeetupsSearch{position:fixed!important;z-index:10001!important;top:max(58px,calc(env(safe-area-inset-top) + 54px))!important;right:12px!important;bottom:auto!important;left:12px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;height:auto!important;min-height:52px!important;max-height:none!important;align-items:center!important;gap:8px!important;border:1px solid rgba(219,231,226,.92)!important;border-radius:18px!important;background:#fffffff2!important;box-shadow:0 18px 44px #02061433!important;padding:7px 8px 7px 12px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bfMeetupsSearch label{display:grid!important;min-width:0!important;gap:1px!important}.bfMeetupsSearch label span{color:#006b4f!important;font-size:.66rem!important;font-weight:940!important;text-transform:uppercase!important}.bfMeetupsSearch input{width:100%!important;min-width:0!important;border:0!important;background:transparent!important;color:#111a17!important;font:inherit!important;outline:none!important}.bfMeetupsSearch button{display:grid!important;width:34px!important;height:34px!important;place-items:center!important;border:0!important;border-radius:999px!important;background:#eef4f1!important}.bfMeetupsDetail{grid-template-rows:auto auto auto auto minmax(0,1fr) auto!important}.bfMeetupsDetail__brief{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto auto!important;gap:8px!important;align-items:stretch!important}.bfMeetupsDetail__brief div{display:grid!important;min-width:0!important;gap:3px!important;border:1px solid #dfe8e4!important;border-radius:10px!important;background:#f8fbfa!important;padding:9px 10px!important}.bfMeetupsDetail__brief span{color:#006b4f!important;font-size:.68rem!important;font-weight:940!important;text-transform:uppercase!important}.bfMeetupsDetail__brief strong{min-width:0!important;overflow:hidden!important;color:#13231e!important;font-size:.84rem!important;line-height:1.25!important;text-overflow:ellipsis!important}.bfMeetupsDetail__brief button{display:inline-flex!important;min-height:44px!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:1px solid #bad9cc!important;border-radius:999px!important;background:#fff!important;color:#075f4c!important;padding:0 12px!important;font:inherit!important;font-size:.82rem!important;font-weight:880!important}.bfMeetupsDetail__grid>section.is-wide{grid-column:1 / -1!important}@media(max-width:640px){.bfMeetupsView{margin:-12px -12px 0!important}.bfMeetupsDeckCard__imageControls{grid-template-columns:40px minmax(0,1fr) minmax(78px,auto) 40px 40px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:40px!important;min-height:40px!important;padding-inline:9px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:40px!important}.bfMeetupsDeckCard__imageControls strong{font-size:.72rem!important}.bfMeetupsDetail__brief{grid-template-columns:1fr!important}.bfMeetupsDetail__brief button{width:100%!important}}.bfMeetupsDeckCard__imageControls button{height:44px!important;min-height:44px!important;overflow:visible!important;padding:2px 12px 3px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){padding:0!important}.bfMeetupsDeckCard__imageControls strong{line-height:1.18!important}.bfMeetupsDeckCard__body header span{line-height:1.25!important}.bfMeetupsDeckCard__body h2{line-height:1.08!important;padding-bottom:2px!important}.bfMeetupsView,.bfMeetupsDeck,.bfMeetupsDeckCard{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow-x:clip!important}.bfMeetupsView{width:100dvw!important;max-width:100dvw!important;margin-inline:calc(50% - 50dvw)!important}.bfMeetupsDeck,.bfMeetupsDeckCard{width:100%!important}.bfMeetupsDetailOverlay{box-sizing:border-box!important;inset-inline:0!important;width:auto!important;max-width:100%!important;overflow-x:clip!important}.bfMeetupsDetail{box-sizing:border-box!important;width:min(720px,calc(100% - 20px))!important;max-width:calc(100% - 20px)!important}.bfMeetupsDetail__brief{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bfMeetupsDetail__brief div,.bfMeetupsDetail__grid>section,.bfMeetupsQa{border-radius:0!important;background:transparent!important;box-shadow:none!important}.bfMeetupsDetail__brief div{border-width:0 0 1px!important;padding:7px 0 9px!important}.bfMeetupsDetail__brief strong{overflow-wrap:anywhere!important;text-overflow:clip!important}.bfMeetupsDetail__brief button{align-self:center!important}.bfMeetupsDetail__grid{grid-template-columns:1fr!important}.bfMeetupsDetail__grid>section{border-width:1px 0 0!important;padding:10px 0!important}@media(max-width:640px){.bfMeetupsDeckCard__imageControls button{height:42px!important;min-height:42px!important;padding:2px 9px 3px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){padding:0!important}.bfMeetupsDetail__brief{grid-template-columns:1fr!important}.bfMeetupsDetailOverlay{padding-inline:8px!important}.bfMeetupsDetail{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important}.bfMeetupsDetail__brief button{grid-column:auto!important}}.bfMeetupsDeckCard__imageControls{grid-template-columns:40px minmax(0,1fr) minmax(76px,max-content) 40px 40px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button{height:40px!important;min-height:40px!important;border-color:#fff3!important;background:#040b0994!important;box-shadow:inset 0 1px #ffffff1a!important;padding:2px 10px 3px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:40px!important;padding:0!important}.bfMeetupsDeckCard__imageControls strong{font-size:.74rem!important}.bfMeetupsDeckCard__body{gap:10px!important;padding:17px 18px 8px!important}.bfMeetupsDeckCard__body header{gap:4px!important}.bfMeetupsDeckCard__essentials{gap:6px!important}.bfMeetupsDeckCard__essentials span{min-height:34px!important;border-radius:10px!important;background:#fff!important;padding:0 10px!important;font-size:.8rem!important}.bfMeetupsDeckCard__actions{grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr)!important;gap:8px!important;padding-top:8px!important}.bfMeetupsDeckCard__actions button{min-height:48px!important;border-radius:14px!important}.bfMeetupsDeckCard__actions .is-info{width:48px!important}.bfMeetupsDetail{gap:10px!important;border-radius:18px!important;padding:12px!important}.bfMeetupsDetail__header{grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important}.bfMeetupsDetail__header>button{width:34px!important;height:34px!important;background:transparent!important;border:1px solid #dce9e3!important}.bfMeetupsDetail__header h2{line-height:1.12!important}.bfMeetupsDetail__status{gap:5px!important}.bfMeetupsDetail__status span{min-height:28px!important;border-radius:9px!important;background:#fff!important;padding:0 9px!important;font-size:.75rem!important}.bfMeetupsDetail__brief{gap:0 14px!important}.bfMeetupsDetail__brief div{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:baseline!important;gap:8px!important}.bfMeetupsDetail__brief span,.bfMeetupsQa header span{font-size:.68rem!important}.bfMeetupsDetail__brief strong{font-size:.86rem!important}.bfMeetupsDetail__brief button{min-height:40px!important;border-radius:12px!important}.bfMeetupsDetailTabs{gap:0!important;border:1px solid #dbe8e2!important;border-radius:12px!important;overflow:hidden!important}.bfMeetupsDetailTabs button{min-height:40px!important;border:0!important;border-radius:0!important}.bfMeetupsDetailTabs button+button{border-left:1px solid #dbe8e2!important}.bfMeetupsDetail__grid{gap:0!important}.bfMeetupsDetail__grid>section{display:block!important;min-height:auto!important;gap:0!important;overflow:visible!important}.bfMeetupsDetail__grid h3{display:flex!important;font-size:.84rem!important;line-height:1.25!important;margin-bottom:5px!important}.bfMeetupsDetail__grid p{margin:3px 0 0!important;font-size:.86rem!important;line-height:1.36!important}.bfMeetupsDetail__grid ul{display:grid!important;gap:4px!important;padding-left:16px!important;line-height:1.34!important}.bfMeetupsDetail__grid li{min-height:0!important}.bfMeetupsQa{gap:10px!important;padding:0!important}.bfMeetupsQa form{grid-template-columns:minmax(0,1fr) 46px!important}.bfMeetupsQa input{border-radius:12px!important}.bfMeetupsQa form button{min-width:46px!important;border-radius:12px!important;padding:0!important;font-size:0!important}.bfMeetupsDetail__actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,1fr)!important;gap:7px!important;padding-top:9px!important}.bfMeetupsDetail__actions button{min-width:0!important;min-height:42px!important;border-radius:12px!important;padding:0 8px!important;font-size:.78rem!important}@media(max-width:640px){.bfMeetupsDeckCard__imageControls{grid-template-columns:38px minmax(0,1fr) minmax(70px,max-content) 38px 38px!important}.bfMeetupsDeckCard__imageControls button{height:38px!important;min-height:38px!important;padding-inline:8px!important}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){width:38px!important;padding:0!important}.bfMeetupsDetail__brief div{grid-template-columns:68px minmax(0,1fr)!important}.bfMeetupsDetail__actions{grid-template-columns:1fr!important}}.bfMeetupsDeckCard__cover:after{background:linear-gradient(180deg,#040c0a42,#040c0a14 45%,#040c0a80)!important}.bfMeetupsDeckCard__imageControls{inset:max(14px,calc(env(safe-area-inset-top) + 10px)) clamp(14px,3.5vw,20px) auto!important;gap:8px!important}.bfMeetupsDeckCard__imageControls button{border:1px solid rgba(255,255,255,.18)!important;background:#040c0a94!important;color:#fff!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bfMeetupsDeckCard__imageControls button:first-child,.bfMeetupsDeckCard__imageControls button:nth-last-child(-n+2){background:#040c0a80!important}.bfMeetupsDeckCard__imageControls strong{color:#fff!important;font-weight:900!important}.bfMeetupsDeckCard__body{gap:11px!important;border-radius:28px 28px 0 0!important;padding:20px 18px 10px!important}.bfMeetupsDeckCard__body header span{color:#0d785a!important;font-size:.8rem!important}.bfMeetupsDeckCard__body header em{color:#77847f!important;font-size:.68rem!important}.bfMeetupsDeckCard__body h2{font-size:clamp(1.55rem,6.8vw,2.34rem)!important}.bfMeetupsDeckCard__body p{max-width:34rem!important;color:#4b5a55!important;font-size:.93rem!important;-webkit-line-clamp:2!important}.bfMeetupsDeck.is-fullStack{display:block!important;overflow-x:hidden!important;overflow-y:hidden!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.bfMeetupsDeckTrack{display:grid!important;width:100%!important;height:100%!important;grid-auto-columns:100%!important;grid-auto-flow:column!important;will-change:transform!important;transition:transform .36s cubic-bezier(.22,1,.36,1)!important}.bfMeetupsDeckTrack.is-dragging{transition:none!important}.bfMeetupsDeck.is-fullStack .bfMeetupsDeckCard{width:100%!important;min-width:100%!important;max-width:100%!important;transform:none!important;touch-action:pan-y!important}.bfMeetupsDeck.is-fullStack .bfMeetupsDeckCard+.bfMeetupsDeckCard{border-left:1px solid rgba(255,255,255,.16)!important;border-top:0!important}.bfMeetupsDeckCard__essentials span{border:1px solid #dfe8e4!important;border-radius:999px!important;background:#f9fbfa!important;font-size:.78rem!important}.bfMeetupsDeckCard__actions{grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr)!important;padding:9px 18px max(14px,env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions button{min-height:46px!important;border-radius:999px!important;background:#fff!important}.bfMeetupsDeckCard__actions .is-interest{background:#34785d!important}.bfMeetupsDeckCard__actions .is-info{width:46px!important}.bfMeetupsDetail{width:min(560px,calc(100% - 24px))!important;max-width:calc(100% - 24px)!important;gap:12px!important;border:0!important;border-radius:24px!important;padding:14px!important}.bfMeetupsDetail__header{grid-template-columns:32px minmax(0,1fr)!important}.bfMeetupsDetail__header>button{width:32px!important;height:32px!important}.bfMeetupsDetail__header span{color:#0d785a!important;font-size:.68rem!important}.bfMeetupsDetail__header h2{margin-top:1px!important;font-size:clamp(1.25rem,5vw,1.78rem)!important}.bfMeetupsDetail__header p{margin-top:5px!important;font-size:.95rem!important}.bfMeetupsDetail__brief{grid-template-columns:1fr!important;gap:0!important}.bfMeetupsDetail__brief div{grid-template-columns:64px minmax(0,1fr)!important;padding:8px 0!important}.bfMeetupsDetail__brief span{color:#0d785a!important;font-size:.64rem!important}.bfMeetupsDetail__brief strong{color:#1d2925!important;font-size:.86rem!important;line-height:1.28!important}.bfMeetupsDetail__brief button{margin-top:8px!important;min-height:42px!important;border-radius:999px!important}.bfMeetupsDetailTabs{margin-top:2px!important;border-radius:999px!important}.bfMeetupsDetailTabs button{min-height:42px!important;font-size:.82rem!important}.bfMeetupsDetail__grid{max-height:132px!important;padding-right:2px!important}.bfMeetupsDetail__grid>section{padding:8px 0!important}.bfMeetupsDetail__grid h3{font-size:.82rem!important}.bfMeetupsDetail__grid p,.bfMeetupsDetail__grid ul{color:#57635f!important;font-size:.82rem!important}.bfMeetupsDetail__actions{grid-template-columns:1fr!important;padding-top:8px!important}.bfMeetupsDetail__actions button{min-height:42px!important;border-radius:999px!important;font-size:.82rem!important}@media(max-width:640px){.bfMeetupsDetail{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;max-height:94dvh!important}}.bfMeetupsDeckCard__imageControls{inset:max(10px,env(safe-area-inset-top)) 12px auto!important;display:grid!important;grid-template-columns:38px minmax(104px,1fr) minmax(86px,auto) 38px 38px!important;gap:7px!important;align-items:center!important}.bfMeetupsDeckCard__imageControls button{height:38px!important;min-height:38px!important;background:#050d0a7a!important;border-color:#fff3!important;box-shadow:none!important;padding-inline:10px!important}.bfMeetupsDeckCard__imageControls .is-back,.bfMeetupsDeckCard__imageControls .is-search,.bfMeetupsDeckCard__imageControls .is-create{width:38px!important;padding:0!important}.bfMeetupsDeckCard__imageControls strong{max-width:100%!important;font-size:.74rem!important;font-weight:860!important}.bfMeetupsDeckCard__body{gap:10px!important;padding:16px 18px 7px!important;max-height:44dvh!important;overflow:hidden!important;transition:max-height .24s ease,padding .24s ease,transform .24s ease!important;will-change:max-height,transform!important}.bfMeetupsDeckCard__essentials{gap:7px!important}.bfMeetupsDeckCard__essentials span{min-height:34px!important;padding-inline:10px!important;font-size:.76rem!important}.bfMeetupsDeckCard.is-expanded .bfMeetupsDeckCard__body{max-height:min(72dvh,620px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}.bfMeetupsDeckCard__inlineDetails{display:grid!important;gap:9px!important;border-top:1px solid #edf2ef!important;padding-top:8px!important;animation:bfMeetupsInlineDetailsIn .22s ease both!important}.bfMeetupsDeckCard__comments{display:grid!important;gap:8px!important;border:0!important;padding-top:4px!important}.bfMeetupsDeckCard__comments>header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.bfMeetupsDeckCard__comments>header span,.bfMeetupsDeckCard__comments>header strong{color:#0a7559!important;font-size:.68rem!important;font-weight:940!important;text-transform:uppercase!important}.bfMeetupsDeckCard__comments .bf-react-comment-composer{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}.bfMeetupsDeckCard__comments .bf-react-comment-composer>div,.bfMeetupsDeckCard__comments .bf-react-comment-composer textarea{background:#f7faf9!important;border:0!important;box-shadow:none!important;border-radius:12px!important}.bfMeetupsDeckCard__comments .bf-react-comment-tree{display:grid!important;gap:8px!important}.bfMeetupsDeckCard__comments .bf-react-comment-branch{border:0!important;box-shadow:none!important}.bfMeetupsDeckCard__comments .bf-react-comment{background:transparent!important;border:0!important;box-shadow:none!important;padding-left:0!important}.bfMeetupsDeckCard__comments .bf-react-comment-content{background:transparent!important;border:0!important;box-shadow:none!important}.bfMeetupsDeckCard__commentsEmpty{display:grid!important;gap:3px!important;border:0!important;padding:8px 0!important}.bfMeetupsDeckCard__commentsEmpty strong{color:#0d1f1a!important;font-size:.9rem!important}.bfMeetupsDeckCard__commentsEmpty span{color:#64736d!important;font-size:.76rem!important;font-weight:820!important}.bfMeetupsDeckCard__detailGrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.bfMeetupsDeckCard__detailGrid div,.bfMeetupsDeckCard__detailBlock{display:grid!important;min-width:0!important;gap:3px!important;border:1px solid #e2ece7!important;border-radius:12px!important;background:#f8fbfa!important;padding:8px 9px!important}.bfMeetupsDeckCard__detailGrid span,.bfMeetupsDeckCard__detailBlock span{color:#0a7559!important;font-size:.62rem!important;font-weight:940!important;text-transform:uppercase!important}.bfMeetupsDeckCard__detailGrid strong,.bfMeetupsDeckCard__detailBlock p{min-width:0!important;overflow:hidden!important;margin:0!important;color:#1d2c27!important;font-size:.78rem!important;line-height:1.28!important;text-overflow:ellipsis!important}.bfMeetupsDeckCard__inlineActions{display:grid!important;grid-template-columns:.7fr .8fr 1fr!important;gap:8px!important}.bfMeetupsDeckCard__inlineActions button{min-height:40px!important;border:1px solid #dfe8e4!important;border-radius:999px!important;background:#fff!important;color:#15302a!important;font:inherit!important;font-size:.78rem!important;font-weight:900!important}.bfMeetupsDeckCard__inlineActions .is-primary{border-color:#2e755a!important;background:#2e755a!important;color:#fff!important}.bfMeetupsDeckCard__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;padding:9px 18px max(14px,env(safe-area-inset-bottom))!important}.bfMeetupsDeckCard__actions .is-info,.bfMeetupsDeckCard.is-expanded .bfMeetupsDeckCard__actions{display:none!important}@media(max-width:380px){.bfMeetupsDeckCard__imageControls{inset-inline:10px!important;grid-template-columns:36px minmax(92px,1fr) minmax(80px,auto) 36px 36px!important;gap:5px!important}.bfMeetupsDeckCard__imageControls button,.bfMeetupsDeckCard__imageControls .is-back,.bfMeetupsDeckCard__imageControls .is-search,.bfMeetupsDeckCard__imageControls .is-create{height:36px!important;min-height:36px!important}.bfMeetupsDeckCard__imageControls .is-back,.bfMeetupsDeckCard__imageControls .is-search,.bfMeetupsDeckCard__imageControls .is-create{width:36px!important}.bfMeetupsDeckCard__imageControls strong{font-size:.66rem!important}}@keyframes bfMeetupsInlineDetailsIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:root{--bf-react-green: #006b4f;--bf-react-ink: #111a17;--bf-react-muted: #65716d;--bf-react-line: #e0e6e3;--bf-react-soft: #e8f4ef}.bf-react-home-shell,.bf-react-detail-page{width:100%;max-width:940px;margin:0 auto;overflow-x:hidden;background:#fff;color:var(--bf-react-ink)}.bf-react-home-topbar,.bf-react-home-brand,.bf-react-home-actions,.bf-react-location-pill,.bf-react-search-bar,.bf-react-feed-tabs,.bf-react-composer,.bf-react-post-head,.bf-react-source-label,.bf-react-post-actions,.bf-react-post-footer,.bf-react-user-meta,.bf-react-detail-topbar,.bf-react-detail-topbar>div,.bf-react-detail-context,.bf-react-comment footer{display:flex;align-items:center}.bf-react-home-topbar{display:grid;grid-template-columns:auto minmax(0,1fr);justify-content:initial;gap:10px;padding:16px 16px 0}.bf-react-home-brand{display:contents;flex:1 1 auto;min-width:0;gap:12px}.bf-react-home-logo,.bf-react-location-pill,.bf-react-home-actions button,.bf-react-search-bar button,.bf-react-feed-tabs button,.bf-react-composer button,.bf-react-open-post-button,.bf-react-quote-card,.bf-react-project-board-link,.bf-react-detail-topbar button,.bf-react-engagement-bar button,.bf-react-replies-toolbar button,.bf-react-comments button,.bf-react-comment footer button{border:0;font:inherit}.bf-react-home-logo{flex:0 0 auto;background:transparent;color:var(--bf-react-green);padding:0;font-size:clamp(1.8rem,5vw,2.28rem);font-weight:900;letter-spacing:0;line-height:1}.bf-react-location-pill{justify-self:start;min-width:0;gap:5px;border:0;border-radius:0;background:transparent;color:var(--bf-react-ink);padding:4px 0;font-size:.95rem;font-weight:780}.bf-react-location-pill span:nth-child(2){max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-home-actions{justify-self:end;flex:0 0 auto;gap:4px}.bf-react-home-actions button,.bf-react-detail-topbar button{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:transparent;color:var(--bf-react-ink);padding:0}.bf-react-home-actions button:first-child{position:relative}.bf-react-home-actions button:first-child>span{position:absolute;top:-3px;right:-1px;display:grid;min-width:19px;height:19px;place-items:center;border-radius:999px;background:var(--bf-react-green);color:#fff;font-size:.72rem;font-weight:850;line-height:1}.bf-react-profile-button{width:38px!important;height:38px!important;overflow:hidden;background:var(--bf-react-soft)!important}.bf-react-profile-button img,.bf-react-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.bf-react-search-bar{height:42px;gap:9px;margin:12px 16px 0;border:0;border-radius:999px;background:#f3f6f5;color:#6a7772;padding:0 14px;font-size:.95rem}.bf-react-search-bar input,.bf-react-composer input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--bf-react-ink);font:inherit}.bf-react-search-bar input::placeholder,.bf-react-composer input::placeholder{color:#6f7b77}.bf-react-search-bar button{background:transparent;color:#53615c;padding:6px}.bf-react-feed-tabs{gap:14px;margin:10px 16px 0;border-bottom:1px solid var(--bf-react-line)}.bf-react-feed-tabs button{position:relative;background:transparent;color:var(--bf-react-muted);padding:12px 0;font-size:.95rem;font-weight:820}.bf-react-feed-tabs button.is-active{color:var(--bf-react-ink)}.bf-react-feed-tabs button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:999px;background:var(--bf-react-green);content:""}.bf-react-section-head{display:grid;gap:3px;padding:18px 20px 10px}.bf-react-section-head strong{font-size:1rem}.bf-react-section-head span,.bf-react-post-footer,.bf-react-user-meta,.bf-react-detail-context{color:var(--bf-react-muted);font-size:.9rem}.bf-react-composer{min-height:50px;gap:10px;margin:0 16px;border-top:1px solid var(--bf-react-line);border-bottom:1px solid var(--bf-react-line);padding:8px 0}.bf-react-composer>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--bf-react-soft);color:var(--bf-react-green)}.bf-react-composer button{border-radius:999px;background:var(--bf-react-green);color:#fff;padding:8px 13px;font-size:.9rem;font-weight:850}.bf-react-meetup-card{display:grid;gap:10px;border:1px solid #dfe7e3;border-radius:8px;background:#f8fbfa;padding:10px}.bf-react-meetup-card>div,.bf-react-meetup-card footer,.bf-react-meetup-detail__facts,.bf-react-meetup-detail__people,.bf-react-meetup-detail__actions,.bf-react-meetup-detail__host,.bf-react-meetup-detail__schedule div{display:flex;align-items:center;gap:8px}.bf-react-meetup-card>div,.bf-react-meetup-card footer{flex-wrap:wrap}.bf-react-meetup-card>div span,.bf-react-detail-badge.is-meetup{color:#006b4f;font-size:.8rem;font-weight:820}.bf-react-meetup-card footer button,.bf-react-meetup-detail__actions button,.bf-react-detail-primary.is-meetup{border:0;border-radius:999px;background:#006b4f;color:#fff;font:inherit;font-size:.82rem;font-weight:850;padding:8px 12px}.bf-react-meetup-detail__facts,.bf-react-meetup-detail__people,.bf-react-meetup-detail__host,.bf-react-meetup-detail__schedule{border:1px solid #dfe7e3;border-radius:8px;background:#fff;padding:12px}.bf-react-meetup-detail__actions button+button{background:#edf4f1;color:#17342d}.bf-react-composer button:disabled{cursor:not-allowed;opacity:.48}.bf-react-list{margin-top:0}.bf-react-post-row{display:block;width:100%;cursor:pointer;border-bottom:1px solid var(--bf-react-line);background:#fff;color:inherit;padding:13px 16px 12px;text-align:left}.bf-react-open-post-button:focus-visible,.bf-react-quote-card:focus-visible,.bf-react-engagement-bar button:focus-visible,.bf-react-replies-toolbar button:focus-visible,.bf-react-detail-actions button:focus-visible,.bf-react-comment button:focus-visible{outline:3px solid rgba(0,107,79,.25);outline-offset:2px}.bf-react-post-head{justify-content:space-between;gap:10px;margin-bottom:6px}.bf-react-source-label{min-width:0;max-width:100%;border:0;border-radius:0;background:transparent;color:#5e6b66;padding:0;font-size:.84rem;font-weight:720}.bf-react-source-label.is-compact{max-width:min(48vw,230px);font-size:.84rem}.bf-react-source-label .bf-ds-source-label__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-source-label .bf-ds-source-label__icon{width:15px;height:15px;border-radius:0;background:transparent;color:#6f7b77;padding:0;font-size:.82rem}.bf-react-post-actions{flex:0 1 auto;gap:6px}.bf-react-type-pill{border-color:#006b4f47;background:transparent;padding:5px 8px;font-size:.76rem;font-weight:830}.bf-react-source-button{display:inline-grid;min-width:0;border:0;padding:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.bf-react-source-button:focus-visible{outline:2px solid rgba(0,107,79,.42);outline-offset:3px}.bf-react-open-post-button{display:block;width:100%;margin:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.bf-react-post-row h2{margin:0;font-size:1.04rem;line-height:1.25;letter-spacing:0}.bf-react-post-row p{margin:5px 0 0;color:#34413d;font-size:.93rem;line-height:1.38}.bf-react-post-row.is-compact{padding-top:12px;padding-bottom:11px}.bf-react-post-row.is-compact .bf-react-post-head{margin-bottom:7px}.bf-react-post-row.is-quote h2{font-size:1rem;line-height:1.28}.bf-react-post-row.is-quote p{margin-top:5px;color:#4b5b56;font-size:.93rem}.bf-react-tags,.bf-react-role-gaps{display:flex;flex-wrap:wrap;gap:9px;margin-top:11px}.bf-react-tags .bf-ds-tag-list__tag,.bf-react-role-gaps span{border-radius:7px;background:#e7f4ef;color:#006b4f;padding:8px 11px;font-size:.86rem;font-weight:790}.bf-react-role-gaps strong{margin-left:6px;color:var(--bf-react-green)}.bf-react-post-footer{flex-wrap:wrap;gap:14px;margin-top:9px}.bf-react-post-footer-item{display:inline-flex;min-height:22px;align-items:center;gap:5px;border-radius:999px;color:#5f6d68;padding:0;font-size:.84rem;font-weight:720}.bf-react-post-footer-icon{width:16px;height:16px;flex:0 0 auto;color:#6f7b77;stroke-width:2}.bf-react-post-row.is-quote .bf-react-tags{margin-top:9px}.bf-react-post-row.is-quote .bf-react-tags .bf-ds-tag-list__tag{padding:6px 9px;font-size:.8rem}.bf-react-post-row.is-quote .bf-react-post-footer{gap:12px;margin-top:8px}.bf-react-post-row.is-quote .bf-react-post-footer-item{min-height:24px;padding:0;font-size:.82rem}.bf-react-poll-bars{display:grid;gap:10px;margin-top:12px}.bf-react-poll-card,.bf-react-detail-poll{margin-top:14px;border:1px solid rgba(17,26,23,.12);border-radius:7px;background:#fff;padding:14px 12px}.bf-react-detail-poll{max-width:680px;margin-top:18px;padding:16px 14px}.bf-react-poll-bars .bf-ds-poll-results__option{display:grid;gap:6px}.bf-react-poll-bars .bf-ds-poll-results__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;color:var(--bf-react-muted);font-size:.95rem}.bf-react-poll-bars .bf-ds-poll-results__label,.bf-react-poll-bars .bf-ds-poll-results__value{color:var(--bf-react-ink)}.bf-react-poll-bars .bf-ds-poll-results__track{height:8px;overflow:hidden;border-radius:999px;background:#edf2f0}.bf-react-poll-bars .bf-ds-poll-results__bar{display:block;height:100%;border-radius:inherit;background:var(--bf-react-green)}.bf-react-quote-card{display:grid;width:100%;grid-template-columns:4px 52px minmax(0,1fr) 18px;align-items:center;gap:10px;margin-top:12px;border:1px solid #dbe5e1;border-radius:8px;background:#fbfdfc;color:inherit;padding:11px;text-align:left}.bf-react-quote-card small,.bf-react-quote-card em{display:block;overflow:hidden;color:var(--bf-react-muted);font-style:normal;text-overflow:ellipsis;white-space:nowrap}.bf-react-quote-card strong{display:block;margin:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-project-board-link{margin-top:11px;border-radius:999px;background:var(--bf-react-soft);color:var(--bf-react-green);padding:7px 10px;font-weight:800}.bf-react-detail-topbar{position:sticky;top:0;z-index:2;justify-content:space-between;border-bottom:1px solid var(--bf-react-line);background:#fffffff5;padding:8px 12px}.bf-react-detail-topbar>div{gap:4px}.bf-react-detail-main{padding:16px 20px 120px}.bf-react-detail-context{justify-content:space-between;gap:12px;margin-bottom:12px}.bf-react-user-meta{gap:7px;min-width:0}.bf-react-user-meta .bf-ds-user-meta__body{min-width:0}.bf-react-user-meta .bf-ds-user-meta__name,.bf-react-user-meta .bf-ds-user-meta__line{font-size:inherit}.bf-react-avatar{display:grid;width:32px;height:32px;place-items:center;overflow:hidden;border-radius:999px;background:var(--bf-react-soft);color:var(--bf-react-green);font-weight:850}.bf-react-detail-main h1{margin:16px 0 0;font-size:1.55rem;line-height:1.18;letter-spacing:0}.bf-react-detail-body{margin:12px 0 0;color:#27332f;font-size:1.03rem;line-height:1.55}.bf-react-engagement-bar button,.bf-react-replies-toolbar button,.bf-react-comment footer button{gap:6px;border-radius:999px;background:#f4f7f6;color:var(--bf-react-ink);padding:8px 11px;font-weight:750}.bf-react-engagement-bar button[aria-pressed=true]{background:var(--bf-react-soft);color:var(--bf-react-green)}.bf-react-comments{border-top:1px solid var(--bf-react-line);margin-top:16px}.bf-react-comment{margin-left:calc(var(--depth) * 18px);border-top:1px solid var(--bf-react-line)}.bf-react-comment-content{position:relative;padding:13px 0 13px 12px}.bf-react-comment-content:before{position:absolute;top:12px;bottom:12px;left:0;width:2px;border-radius:999px;background:#d9e2de;content:""}.bf-react-comment p{margin:8px 0 0;color:#2f3d38;line-height:1.48}.bf-react-comment footer{gap:8px;margin-top:9px}.bf-react-comment-collapsed{color:var(--bf-react-muted)!important;font-style:italic}.bf-react-comment-toggle{min-width:34px}.bf-react-empty-state{display:grid;gap:4px;border-bottom:1px solid var(--bf-react-line);padding:28px 20px;color:var(--bf-react-muted)}.bf-react-empty-state strong{color:var(--bf-react-ink)}.bf-react-empty-state__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.bf-react-empty-state__actions button{min-height:34px;border:1px solid #bfd9cf;border-radius:8px;background:#fff;color:#075f4c;padding:0 12px;font:inherit;font-size:.84rem;font-weight:820}.bf-react-poll-reveal-lock{display:grid;gap:4px;border:1px solid rgba(0,107,79,.16);border-radius:8px;background:#f4fbf7;color:#111a17;padding:12px}.bf-react-poll-reveal-lock strong{font-size:.94rem}.bf-react-poll-reveal-lock span{color:#65716d;font-size:.84rem}.bf-react-home-panel{display:grid;gap:8px;margin:12px 17px 0;border:1px solid #dce5e1;border-radius:8px;background:#fff;padding:10px}.bf-react-home-panel header,.bf-react-home-panel button,.bf-react-detail-menu-popover button{display:flex;align-items:center}.bf-react-home-panel header{justify-content:space-between;gap:12px;padding:0 2px 4px}.bf-react-home-panel header button{border:0;background:transparent;color:#006b4f;font:inherit;font-weight:820}.bf-react-home-panel>button{min-height:42px;justify-content:flex-start;gap:10px;border:0;border-radius:7px;background:#f6f9f8;color:#111a17;padding:0 10px;font:inherit;font-weight:720;text-align:left}.bf-react-home-panel>button.is-selected{background:#e8f4ef;color:#006b4f}.bf-react-home-panel svg{width:19px;height:19px;flex:0 0 auto}.bf-react-detail-menu{position:relative}.bf-react-detail-menu-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:45;display:grid;width:min(220px,calc(100vw - 32px));overflow:hidden;border:1px solid #dce5e1;border-radius:8px;background:#fff;box-shadow:0 14px 30px #111a1724}.bf-react-detail-menu-popover button,.bf-react-detail-topbar .bf-react-detail-menu-popover button{width:100%!important;height:auto!important;min-height:44px!important;justify-content:flex-start;gap:10px;border-radius:0!important;color:#111a17!important;padding:0 12px!important;font:inherit;font-weight:720}.bf-react-detail-menu-popover button+button{border-top:1px solid #eef2f0}.bf-react-detail-menu-popover svg{width:18px;height:18px;flex:0 0 auto}@media(max-width:640px){.bf-react-home-shell{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}.bf-react-home-topbar{padding:14px 14px 0}.bf-react-home-brand{gap:9px}.bf-react-home-logo{font-size:1.76rem}.bf-react-location-pill{padding:3px 0;font-size:.82rem}.bf-react-location-pill span:nth-child(2){max-width:118px}.bf-react-search-bar{height:40px;margin:11px 14px 0}.bf-react-feed-tabs,.bf-react-composer{margin-inline:14px}.bf-react-post-row{padding-inline:14px}.bf-react-type-pill{padding-inline:7px}.bf-react-detail-main h1{font-size:1.34rem}}.bf-react-home-shell,.bf-react-detail-page{max-width:430px;min-height:100dvh}.bf-react-home-topbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:32px 18px 0}.bf-react-home-brand{display:flex;align-items:center;gap:28px}.bf-react-home-logo{font-size:2.7rem;font-weight:930}.bf-react-location-pill{gap:11px;color:#111a17;font-size:1.42rem;font-weight:520}.bf-react-location-pill .bf-react-home-topbar-icon:first-child{width:30px;height:30px;stroke-width:2}.bf-react-location-pill .bf-react-home-topbar-icon:last-child{width:18px;height:18px}.bf-react-home-actions{gap:14px}.bf-react-home-actions button{width:42px;height:42px;color:#1f2933}.bf-react-home-actions button:first-child>span{top:-3px;right:-6px;min-width:22px;height:22px;border:2px solid #fff;font-size:.78rem}.bf-react-profile-button{width:48px!important;height:48px!important;background:#eee9e2!important;color:#fff!important;font-size:1.3rem!important;font-weight:560!important}.bf-react-search-bar{height:49px;margin:26px 17px 0;border:1px solid #d7dedb;background:#fff;padding:0 18px;font-size:1.18rem}.bf-react-search-bar .bf-react-home-topbar-icon{width:25px;height:25px;color:#18221f}.bf-react-search-bar input::placeholder{color:#707a83}.bf-react-search-bar button{margin-left:auto}.bf-react-feed-tabs{justify-content:space-between;gap:0;margin:28px 17px 0}.bf-react-feed-tabs button{min-width:86px;padding:12px 0 14px;color:#20272c;font-size:1.18rem;font-weight:430}.bf-react-feed-tabs button.is-active{color:#006b4f;font-weight:760}.bf-react-feed-tabs button.is-active:after{height:2px}.bf-react-composer{min-height:68px;gap:18px;margin:23px 17px 20px;border:1px solid #dbe2df;border-radius:5px;padding:0 13px}.bf-react-composer>span{width:38px;height:38px;background:#e8f3ef;color:#006b4f;font-size:1.35rem}.bf-react-composer input{font-size:1.18rem}.bf-react-composer button{min-width:68px;min-height:38px;padding:0 16px;font-size:1.08rem;font-weight:880}.bf-react-post-row{position:relative;padding:18px 20px}.bf-react-post-head{display:grid;min-height:46px;grid-template-columns:56px minmax(0,1fr) 32px;align-items:start;gap:12px;margin-bottom:24px}.bf-react-feed-avatar{width:46px;height:46px;align-self:start;background:linear-gradient(135deg,#006b4f,#008864);color:#fff;font-size:1.14rem;font-weight:760}.bf-react-post-meta{display:grid;min-width:0;gap:7px}.bf-react-post-author-line,.bf-react-detail-author-line{display:flex;min-width:0;align-items:center;gap:8px;color:#5d6872;font-size:1rem;line-height:1.12}.bf-react-post-author-line strong,.bf-react-detail-author-line strong{overflow:hidden;color:#050b09;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.bf-react-source-label{gap:10px;color:#5c6872;font-size:1rem;font-weight:430}.bf-react-source-label .bf-ds-source-label__icon{width:18px;height:18px;color:#111a17}.bf-react-post-actions{justify-content:flex-end}.bf-react-post-actions button{display:grid;width:32px;height:32px;place-items:center;background:transparent;color:#253039}.bf-react-post-actions svg{width:22px;height:22px}.bf-react-post-row h2{font-size:1.46rem;font-weight:860;line-height:1.22}.bf-react-post-row p{margin-top:15px;color:#000;font-size:1.11rem;line-height:1.68}.bf-react-post-row>.bf-react-engagement-bar{margin-top:22px;border-top:1px solid #e1e6e3;padding-top:14px}.bf-react-engagement-icon{width:26px;height:26px;stroke-width:1.85}.bf-react-engagement-action{min-height:34px;gap:9px;color:#253039}.bf-react-engagement-action strong{font-size:1.04rem;font-weight:430}.bf-react-detail-page{background:#fff}.bf-react-detail-topbar{min-height:76px;grid-template-columns:52px minmax(0,1fr) 52px;border-bottom:1px solid #e1e6e3;padding:10px 20px 0}.bf-react-detail-topbar>strong{font-size:1.32rem}.bf-react-detail-topbar button{width:40px;height:40px;color:#111a17}.bf-react-detail-main{padding:16px 21px calc(var(--nav-h, 76px) + 116px)}.bf-react-detail-author{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center}.bf-react-detail-author .bf-react-avatar{width:36px;height:36px;background:#dce7e3;color:#fff}.bf-react-detail-context{display:flex;gap:8px;margin:7px 0 0;border:0;padding:0;color:#5c6872;font-size:1rem;font-weight:430}.bf-react-detail-context span:nth-child(2){color:#8b949c}.bf-react-detail-context span:first-child{color:#006b4f}.bf-react-detail-main h1{margin-top:22px;font-size:1.83rem;font-weight:860;line-height:1.25}.bf-react-detail-body{margin-top:18px;color:#050b09;font-size:1.22rem;line-height:1.52}.bf-react-detail-main .bf-react-quote-card{margin-top:25px}.bf-react-quote-card{grid-template-columns:3px 31px minmax(0,1fr)!important;gap:11px!important}.bf-react-quote-rail{min-height:56px;background:#dfe5e2}.bf-react-quote-doc{width:29px!important;height:29px!important}.bf-react-quote-card .bf-ds-quote-card__meta{color:#5f6972;font-size:1rem;font-weight:430}.bf-react-quote-card .bf-ds-quote-card__title{margin-top:3px;font-size:1.02rem;line-height:1.18}.bf-react-quote-card .bf-ds-quote-card__body{display:block;margin-top:5px;color:#5f6972;font-size:1rem}.bf-react-quote-card>.bf-react-quote-icon:last-child{display:none}.bf-react-detail-main>.bf-react-engagement-bar{margin:30px -21px 0;border-top:0;border-bottom:1px solid #e1e6e3;padding:0 21px 19px}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:not(:last-child){border-right:1px solid #dfe5e2;border-radius:0!important}.bf-react-comments{margin:0 -21px;border-top:0;padding:18px 21px 0}.bf-react-replies-toolbar{min-height:38px;justify-content:flex-start}.bf-react-replies-toolbar strong{font-size:1.12rem}.bf-react-replies-toolbar strong:after{content:""}.bf-react-replies-toolbar button{min-height:30px}.bf-react-comment{grid-template-columns:34px minmax(0,1fr);gap:12px}.bf-react-comment-rail{width:2px;min-height:100%;margin-top:46px;background:#e1e6e3}.bf-react-comment-content{border-bottom:0;padding:16px 0 10px}.bf-react-comment-content>.bf-react-user-meta{font-size:1.05rem}.bf-react-comment .bf-react-avatar{width:36px;height:36px}.bf-react-comment-content>p{margin-top:17px;color:#050b09;font-size:1.12rem;line-height:1.5}.bf-react-comment-content>footer{display:grid;max-width:260px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:15px}.bf-react-comment-content>footer button{justify-content:flex-start;gap:8px;color:#253039;padding:0}.bf-react-comment-content>footer button[data-comment-action=downvote],.bf-react-comment-content>footer .bf-react-comment-toggle{display:none}.bf-react-comment-content>footer button[data-comment-action=reply] span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.bf-react-detail-page>.bf-react-comment-composer{position:fixed;right:0;bottom:0;left:0;z-index:940;max-width:430px;grid-template-columns:42px minmax(0,1fr);margin:0 auto;border-top:1px solid #e1e6e3;background:#fff;padding:12px 18px 34px}.bf-react-detail-page>.bf-react-comment-composer textarea{min-height:48px;resize:none;border-radius:999px;background:#fff;padding:12px 18px;font-size:1.08rem}.bf-react-detail-page>.bf-react-comment-composer footer{display:none}@media(max-width:640px){.bf-react-home-shell{width:100vw;max-width:430px}.bf-react-home-topbar{padding-inline:18px}.bf-react-home-logo{font-size:2.45rem}.bf-react-location-pill{font-size:1.24rem}.bf-react-home-actions{gap:10px}.bf-react-statusbar{display:none}.bf-react-post-row{padding-inline:21px}}.bf-react-location-pill span:nth-child(2){max-width:170px!important}.bf-react-home-logo{font-size:2.34rem}.bf-react-home-brand{display:contents;gap:18px}.bf-react-home-topbar{grid-template-columns:auto minmax(0,1fr) auto}.bf-react-location-pill{justify-self:start}.bf-react-home-actions{gap:8px}.bf-react-post-actions button{border:0!important;outline:0}.bf-react-post-actions button:focus-visible{box-shadow:0 0 0 3px #006b4f2e}.bf-react-detail-page{min-height:100dvh;max-width:760px;background:linear-gradient(180deg,#f2f8f5b8,#fff0 190px),#fff}.bf-react-detail-topbar{display:grid;min-height:62px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:initial;gap:10px;border-bottom:1px solid rgba(17,26,23,.08);background:#ffffffeb;padding:8px clamp(14px,4vw,24px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bf-react-detail-topbar>strong{color:#081510;font-size:1rem;font-weight:900}.bf-react-detail-topbar button{display:inline-flex;width:auto;max-width:100%;height:40px;align-items:center;justify-content:center;gap:8px;border-radius:999px;color:#25352f;padding:0 10px;font-size:.92rem;font-weight:780}.bf-react-detail-back{justify-self:start}.bf-react-detail-menu{justify-self:end;gap:4px}.bf-react-detail-menu button:last-child{width:40px;padding:0}.bf-react-detail-menu button[aria-pressed=true]{background:#e8f4ef;color:#006b4f}.bf-react-detail-icon,.bf-react-comment-icon{width:18px;height:18px;flex:0 0 auto}.bf-react-detail-main{padding:18px clamp(18px,5vw,34px) calc(var(--nav-h, 76px) + 176px)}.bf-react-detail-context{display:grid;grid-template-columns:minmax(130px,max-content) minmax(0,1fr);align-items:start;gap:12px;margin-bottom:18px;border-bottom:1px solid rgba(17,26,23,.08);padding-bottom:16px}.bf-react-detail-context .bf-react-source-label{max-width:min(250px,48vw);min-height:32px;align-items:center;border-radius:999px;background:#e8f4efbf;color:#29433b;padding:0 10px;font-weight:840}.bf-react-detail-relevance{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;gap:7px;color:#53655f;font-size:.92rem;font-weight:720;line-height:1.32;text-align:right}.bf-react-detail-relevance span{min-width:0;overflow-wrap:anywhere}.bf-react-detail-main>.bf-react-user-meta{margin-top:2px;color:#53655f;font-size:.98rem}.bf-react-user-meta .bf-ds-user-meta__name{overflow:hidden;color:#31443e;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.bf-react-avatar{width:38px;height:38px;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.72),transparent 30px),linear-gradient(135deg,#d8f1e8,#bfe6d8);color:#fff;font-size:.86rem;font-weight:900}.bf-react-detail-main h1{max-width:690px;margin:22px 0 0;color:#05110d;font-size:clamp(1.48rem,4.6vw,2.08rem);font-weight:910;line-height:1.08}.bf-react-detail-body{max-width:660px;margin-top:16px;color:#182722;font-size:clamp(1.02rem,2.7vw,1.18rem);line-height:1.62}.bf-react-detail-main>.bf-react-tags{margin-top:20px}.bf-react-detail-main>.bf-react-tags .bf-ds-tag-list__tag{border-color:#d5e1dc;background:#e7f4ef;color:#006b4f;padding:9px 14px;font-size:.88rem;font-weight:830}.bf-react-comments{margin-top:22px;border-top:1px solid rgba(17,26,23,.1)}.bf-react-comment{margin-left:calc(min(var(--depth),4)*16px);border-top:1px solid rgba(17,26,23,.1)}.bf-react-comment-content{padding:18px 0 18px 16px}.bf-react-comment-content:before{top:18px;bottom:18px;width:2px;background:linear-gradient(#d9e6e1,#edf4f1)}.bf-react-comment .bf-react-user-meta{color:#64746f;font-size:.92rem}.bf-react-comment .bf-react-avatar{width:34px;height:34px;font-size:.82rem}.bf-react-comment p{max-width:620px;margin-top:12px;color:#172822;font-size:1rem;line-height:1.5}.bf-react-comment footer{flex-wrap:wrap;gap:7px;margin-top:14px}.bf-react-comment footer button{display:inline-flex;min-height:34px;align-items:center;gap:6px;border-radius:999px;background:#f6f9f8;color:#334641;padding:0 11px;font-size:.82rem;font-weight:820}.bf-react-comment footer button:hover,.bf-react-detail-topbar button:hover,.bf-react-detail-actions button:hover{background:#eef5f2}.bf-react-comment-toggle{width:34px;min-width:34px;padding:0!important}@media(max-width:640px){.bf-react-detail-page{max-width:100%}.bf-react-detail-topbar{min-height:58px;padding-inline:14px}.bf-react-detail-topbar button{height:38px;padding-inline:8px;font-size:.88rem}.bf-react-detail-menu button:first-child span{display:none}.bf-react-detail-main{padding:16px 18px calc(var(--nav-h, 76px) + 188px)}.bf-react-comment{margin-left:calc(min(var(--depth),3)*12px)}.bf-react-comment p{font-size:.98rem}}@media(max-width:380px){.bf-react-detail-context{grid-template-columns:minmax(0,1fr);gap:8px;margin-bottom:16px}.bf-react-detail-context .bf-react-source-label{width:max-content;max-width:100%}.bf-react-detail-relevance{justify-content:flex-start;text-align:left}}.bf-react-comments>header button{display:inline-flex;align-items:center;gap:8px}.bf-react-comments>header button span{color:#687872;font-size:.78rem;line-height:1}.bf-react-comment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;margin-left:calc(min(var(--depth),4)*18px);border-top:0}.bf-react-comment+.bf-react-comment{margin-top:2px}.bf-react-comment-rail{width:3px;min-height:54px;height:calc(100% - 12px);justify-self:center;margin-top:12px;border-radius:999px;background:linear-gradient(180deg,#b9ddd2,#daeae459)}.bf-react-comment-content{min-width:0;border-bottom:1px solid rgba(17,26,23,.08);padding:14px 0 18px}.bf-react-comment-content:before{content:none}.bf-react-comment-content>.bf-react-user-meta{color:#677771;font-size:.96rem}.bf-react-comment-content>p{max-width:650px;margin:12px 0 0;color:#12221d;font-size:1rem;line-height:1.54}.bf-react-comment-content>footer{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:14px}.bf-react-comment-content>footer button{display:inline-flex;min-height:34px;align-items:center;gap:7px;border-radius:999px;background:transparent;color:#5f6d68;padding:0 8px;font-size:.86rem;font-weight:840}.bf-react-comment-content>footer button:hover{background:#f0f6f3}.bf-react-comment-content>footer button[aria-pressed=true]{background:#e8f4ef;color:#006b4f}.bf-react-comment-content>footer button[data-comment-action=upvote] span{color:#00785a;font-weight:910}.bf-react-comment-content>footer .bf-react-comment-toggle{width:42px;min-width:42px;margin-left:auto;border:1px solid rgba(17,26,23,.11);border-radius:10px;background:#fff;padding:0;color:#16231f}.bf-react-comment-collapsed{color:#71807a!important;font-style:normal}.bf-react-comment-composer{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;margin:14px 0 18px}.bf-react-comment-composer>div{display:grid;min-width:0;gap:10px}.bf-react-comment-composer textarea{width:100%;min-height:86px;resize:vertical;border:1px solid rgba(17,26,23,.12);border-radius:14px;outline:0;background:#fbfdfc;color:#11211c;padding:12px 14px;font:inherit;line-height:1.42}.bf-react-comment-composer textarea:focus{border-color:#006b4f7a;box-shadow:0 0 0 4px #006b4f1a}.bf-react-comment-composer footer{display:flex;justify-content:flex-end;gap:8px;margin:0}.bf-react-comment-composer footer button{min-height:36px;border-radius:999px;background:#f2f6f4;color:#394944;padding:0 14px;font-weight:860}.bf-react-comment-composer footer button[type=submit]{background:#006b4f;color:#fff}.bf-react-comment-composer footer button:disabled{cursor:not-allowed;opacity:.46}@media(max-width:640px){.bf-react-comment{grid-template-columns:26px minmax(0,1fr);gap:10px;margin-left:calc(min(var(--depth),3)*10px)}.bf-react-comment-rail{width:3px}.bf-react-comment-content{padding:12px 0 17px}.bf-react-comment-content>p{font-size:.98rem}.bf-react-comment-composer{grid-template-columns:34px minmax(0,1fr)}.bf-react-comment-composer textarea{font-size:1rem}}.bf-react-source-icon{width:15px;height:15px;flex:0 0 auto;color:currentColor}.bf-react-home-topbar-icon{width:17px;height:17px;flex:0 0 auto;color:currentColor}.bf-react-detail-topbar{min-height:66px;grid-template-columns:48px minmax(0,1fr) 96px;align-items:center;padding-inline:clamp(12px,4vw,22px)}.bf-react-detail-topbar>strong{justify-self:center;font-size:1.08rem;letter-spacing:0}.bf-react-detail-topbar button{width:44px;height:44px;border-radius:999px;padding:0;color:#006b4f}.bf-react-detail-back{width:44px}.bf-react-detail-menu{justify-self:end}.bf-react-detail-menu button,.bf-react-detail-menu button:last-child{width:44px;padding:0}.bf-react-detail-menu button[aria-pressed=true]{background:#e8f4ef}.bf-react-detail-context{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:18px;border-bottom:1px solid rgba(17,26,23,.08);padding-bottom:16px}.bf-react-detail-chip{display:inline-flex;max-width:100%;min-height:38px;min-width:0;align-items:center;gap:8px;border:1px solid rgba(0,107,79,.1);border-radius:999px;background:#e8f4efc7;color:#244238;padding:0 12px;font-size:.9rem;font-weight:820;line-height:1}.bf-react-detail-chip .bf-react-detail-icon{width:17px;height:17px;color:#006b4f}.bf-react-detail-cmark,.bf-react-quote-cmark{display:inline-flex;flex:0 0 auto;color:#006b4f;font-weight:940;letter-spacing:0}.bf-react-detail-chip span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-quote-card{position:relative;display:grid;width:100%;grid-template-columns:3px 34px minmax(0,1fr) 18px;align-items:center;gap:9px;margin-top:10px;border:0;border-radius:0;background:transparent;color:#12231d;box-shadow:none;padding:7px 0;text-align:left}.bf-react-quote-card .bf-ds-quote-card{border:0;border-radius:0;background:transparent;padding:0}.bf-react-quote-card .bf-ds-quote-card__meta{color:#65716d;font-size:.72rem;font-weight:760;letter-spacing:0;text-transform:none}.bf-react-quote-card .bf-ds-quote-card__title{display:-webkit-box;overflow:hidden;color:#10201b;font-size:.92rem;font-weight:850;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-quote-card .bf-ds-quote-card__body{display:grid;min-width:0;gap:4px;color:#5c6670;font-size:.8rem;line-height:1.35}.bf-react-quote-card .bf-ds-quote-card__body>span:first-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-quote-card:hover{background:transparent}.bf-react-quote-rail{align-self:stretch;border-radius:0 999px 999px 0;background:#cbd7d2}.bf-react-quote-doc{display:grid;width:32px;height:32px;place-items:center;border-radius:0;background:transparent;color:#6f7b77}.bf-react-quote-doc svg{width:24px;height:24px;stroke-width:2}.bf-react-quote-body{display:grid;min-width:0;gap:4px}.bf-react-quote-meta{display:none;min-width:0;align-items:center;gap:6px;color:#60716b;font-size:.8rem;font-style:normal;font-weight:760;line-height:1.2}.bf-react-quote-card small span,.bf-react-quote-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-quote-card strong{display:-webkit-box;min-width:0;margin:0;overflow:hidden;color:#10201b;font-size:.9rem;font-weight:840;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-quote-card em{display:-webkit-box;min-width:0;overflow:hidden;color:#394b45;font-size:.8rem;font-style:normal;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-quote-icon{width:16px;height:16px;flex:0 0 auto;color:#006b4f}.bf-react-quote-card>.bf-react-quote-icon:last-child{width:18px;height:18px;justify-self:end;color:#74817d}.bf-react-engagement-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;margin:24px 0 18px}.bf-react-engagement-action{position:relative;display:grid;min-width:0;min-height:76px;grid-template-columns:auto auto;grid-template-rows:30px 18px;align-content:center;justify-content:center;justify-items:center;column-gap:8px;row-gap:4px;border:0;border-right:0;border-radius:0!important;background:transparent!important;color:#1f2933;padding:9px 4px 8px!important;line-height:1}.bf-react-engagement-action:last-child{border-right:0}.bf-react-engagement-action:not(:last-child):after{position:absolute;top:8px;right:0;bottom:8px;width:1px;background:#111a172e;content:""}.bf-react-engagement-icon{width:24px;height:24px;grid-column:1;grid-row:1;align-self:center;color:currentColor;stroke-width:2.1}.bf-react-engagement-action strong{grid-column:2;grid-row:1;align-self:center;min-height:18px;color:currentColor;font-size:.95rem;font-weight:500;line-height:1}.bf-react-engagement-action span{grid-column:1 / -1;grid-row:2;max-width:100%;overflow:visible;color:#38424d;font-size:.78rem;font-weight:500;letter-spacing:0;line-height:1;text-align:center;white-space:nowrap}.bf-react-replies-toolbar{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(17,26,23,.08);border-radius:13px;background:linear-gradient(180deg,#fff,#fbfdfc);padding:10px 12px 10px 16px}.bf-react-replies-toolbar strong{color:#081510;font-size:1.02rem;font-weight:910;line-height:1}.bf-react-replies-toolbar button{display:inline-flex;min-width:82px;min-height:40px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(17,26,23,.08);border-radius:999px;background:#f6f9f8;color:#14231e;padding:0 13px;font-weight:850}.bf-react-replies-toolbar button span{color:#182722;font-size:.88rem;font-weight:880;line-height:1}.bf-react-replies-toolbar button .bf-react-engagement-icon{width:15px;height:15px;color:#687872}@media(max-width:640px){.bf-react-detail-topbar{min-height:64px;grid-template-columns:46px minmax(0,1fr) 92px;padding-inline:10px 12px}.bf-react-detail-topbar button,.bf-react-detail-back,.bf-react-detail-menu button,.bf-react-detail-menu button:last-child{width:42px;height:42px}.bf-react-detail-context{gap:8px;margin-bottom:16px;padding-bottom:14px}.bf-react-detail-chip{max-width:100%;min-height:36px;padding-inline:11px;font-size:.86rem}.bf-react-quote-card{grid-template-columns:4px 50px minmax(0,1fr) 18px;gap:10px;border-radius:7px;padding:15px 11px 15px 0}.bf-react-quote-doc{width:48px;height:48px}.bf-react-engagement-action{min-height:72px;padding-inline:2px!important}.bf-react-engagement-action span{font-size:.64rem}.bf-react-engagement-action strong{font-size:.88rem}.bf-react-engagement-icon{width:23px;height:23px}.bf-react-replies-toolbar{min-height:58px;padding-left:14px}.bf-react-replies-toolbar button{min-width:76px;min-height:38px}}.bf-react-poll-bars .bf-ds-poll-results__summary{color:var(--bf-react-muted);font-size:.86rem;font-weight:760}.bf-react-post-row>.bf-react-engagement-bar,.bf-react-detail-main>.bf-react-engagement-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:12px 0 0;border:0;background:transparent}.bf-react-detail-main>.bf-react-engagement-bar{margin-top:18px;border-top:1px solid rgba(17,26,23,.08);border-bottom:1px solid rgba(17,26,23,.08);padding-block:4px}.bf-react-engagement-action{display:inline-flex;min-width:0;min-height:34px;align-items:center;justify-content:center;gap:5px;border-radius:999px!important;background:transparent!important;color:#5e6b66;padding:0 4px!important}.bf-react-engagement-action:after{content:none!important}.bf-react-engagement-action:hover{background:#f2f6f4!important;color:#12231d}.bf-react-engagement-action[aria-pressed=true]{color:#006b4f}.bf-react-engagement-icon{width:19px;height:19px;flex:0 0 auto;color:currentColor;stroke-width:2}.bf-react-engagement-action strong{min-width:0;color:currentColor;font-size:.82rem;font-weight:760;line-height:1}.bf-react-engagement-action>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action:first-child{justify-content:flex-start}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action:last-child{justify-content:flex-end}.bf-react-detail-context{display:flex;align-items:center;gap:10px;margin-bottom:16px;border-bottom:1px solid rgba(17,26,23,.08);padding-bottom:12px}.bf-react-detail-chip,.bf-react-detail-context .bf-react-source-label{min-height:0;border:0;border-radius:0;background:transparent;color:#5e6b66;padding:0;font-size:.88rem;font-weight:740}.bf-react-detail-chip .bf-react-detail-icon{width:15px;height:15px;color:#6f7b77}.bf-react-post-actions:empty{display:none}.bf-react-post-head{min-height:18px;margin-bottom:7px}.bf-react-source-label{gap:6px;color:#5f6e68;font-size:.84rem;font-weight:780}.bf-react-source-label .bf-ds-source-label__icon{width:14px;height:14px;color:#687872}.bf-react-post-row{padding:12px 18px 13px}.bf-react-post-row h2{color:#020b08;font-size:1.03rem;font-weight:910;line-height:1.2}.bf-react-post-row p{margin-top:6px;color:#24342f;font-size:.94rem;line-height:1.36}.bf-react-quote-card{grid-template-columns:4px 34px minmax(0,1fr) 16px!important;gap:8px!important;margin-top:11px;padding:7px 0!important}.bf-react-quote-rail{min-height:54px;background:#00785a}.bf-react-quote-doc{width:30px!important;height:30px!important;color:#6c7a75}.bf-react-quote-doc svg{width:20px;height:20px}.bf-react-quote-card .bf-ds-quote-card__meta{color:#007052;font-size:.72rem;font-weight:850}.bf-react-quote-card .bf-ds-quote-card__title{color:#05110d;font-size:.94rem;font-weight:910;line-height:1.16}.bf-react-quote-card .bf-ds-quote-card__body{color:#41524d;font-size:.78rem}.bf-react-quote-card>.bf-react-quote-icon:last-child{width:16px;height:16px;color:#7b8783}.bf-react-post-row>.bf-react-engagement-bar,.bf-react-detail-main>.bf-react-engagement-bar{margin-top:12px;padding-top:2px}.bf-react-engagement-action{min-height:32px;justify-content:center;gap:6px;color:#1d2a26;padding:0 3px!important}.bf-react-engagement-action:hover{background:transparent!important;color:#006b4f}.bf-react-engagement-icon{width:20px;height:20px;stroke-width:1.9}.bf-react-engagement-action strong{font-size:.82rem;font-weight:780}.bf-react-detail-context{gap:8px;margin-bottom:16px;padding-bottom:12px}.bf-react-detail-chip{gap:6px;color:#5f6e68;font-size:.86rem;font-weight:780}.bf-react-detail-main h1{max-width:650px;margin-top:20px;font-size:clamp(1.42rem,4vw,1.88rem);line-height:1.08}.bf-react-detail-body{margin-top:14px;font-size:clamp(1rem,2.35vw,1.12rem);line-height:1.54}.bf-react-comments{margin-top:18px;border-top:1px solid rgba(17,26,23,.08)}.bf-react-replies-toolbar{min-height:46px;border:0;border-radius:0;background:transparent;padding:0}.bf-react-replies-toolbar strong{font-size:.98rem;font-weight:900}.bf-react-replies-toolbar button{min-width:0;min-height:34px;border:0;background:transparent;color:#60716b;padding:0 4px 0 10px}.bf-react-comment{grid-template-columns:24px minmax(0,1fr);gap:8px}.bf-react-comment-rail{width:2px;min-height:48px;margin-top:10px;background:linear-gradient(180deg,#00785a7a,#d1e3dd5c)}.bf-react-comment-content{padding:12px 0 16px}.bf-react-comment-content>footer{gap:4px}.bf-react-comment-content>footer button{min-height:30px;padding:0 6px;color:#5f6d68;font-size:.82rem}.bf-react-comment-content>footer .bf-react-comment-toggle{width:30px;min-width:30px;border:0;background:transparent}@media(max-width:640px){.bf-react-post-row{padding-inline:18px}.bf-react-quote-card{grid-template-columns:4px 34px minmax(0,1fr) 16px!important;gap:8px!important;border-radius:0!important;padding:7px 0!important}.bf-react-detail-context{margin-bottom:14px;padding-bottom:12px}.bf-react-detail-chip{min-height:0;padding-inline:0}.bf-react-detail-main h1{font-size:1.52rem}.bf-react-engagement-icon{width:20px;height:20px}}.bf-react-home-topbar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;column-gap:18px!important;padding:30px 24px 0!important}.bf-react-home-brand{display:contents!important}.bf-react-home-logo{justify-self:start;color:#006b4f;font-size:2.5rem!important;font-weight:930!important;line-height:.95!important}.bf-react-location-pill{justify-self:start;gap:11px!important;color:#111a17;font-size:1.25rem!important;font-weight:520!important;line-height:1}.bf-react-location-pill span:nth-child(2){max-width:150px!important;overflow:visible!important}.bf-react-location-pill .bf-react-home-topbar-icon:first-child{width:29px!important;height:29px!important;color:#111a17;stroke-width:2!important}.bf-react-location-pill .bf-react-home-topbar-icon:last-child{width:18px!important;height:18px!important;color:#111a17}.bf-react-home-actions{justify-self:end;gap:13px!important}.bf-react-home-actions button{width:45px!important;height:45px!important}.bf-react-home-actions .bf-react-home-topbar-icon{width:31px!important;height:31px!important;color:#1f2933;stroke-width:1.75!important}.bf-react-home-actions button:first-child>span{top:0!important;right:-1px!important;min-width:23px!important;height:23px!important;border:2px solid #ffffff;background:#00785a;font-size:.82rem!important;font-weight:850!important}.bf-react-profile-button{width:52px!important;height:52px!important;background:#eee9e2!important;color:#fff!important;font-size:1.34rem!important;font-weight:560!important}.bf-react-search-bar{height:49px!important;margin:28px 17px 0!important;border:1px solid #d7dedb!important;border-radius:999px!important;background:#fff!important;padding:0 20px!important}.bf-react-search-bar input{color:#111a17;font-size:1.2rem!important;font-weight:410}.bf-react-search-bar input::placeholder{color:#6f7880!important}.bf-react-search-bar>.bf-react-home-topbar-icon,.bf-react-search-bar button .bf-react-home-topbar-icon{width:27px!important;height:27px!important;color:#17211d!important;stroke-width:1.85!important}.bf-react-search-bar button{display:grid;width:40px;height:40px;place-items:center;margin-right:-8px;padding:0!important}.bf-react-feed-tabs{margin:29px 17px 0!important;border-bottom-color:#dde3e0!important}.bf-react-feed-tabs button{min-width:86px;padding:12px 0 15px!important;color:#20272c;font-size:1.18rem!important;font-weight:430!important}.bf-react-feed-tabs button.is-active{color:#006b4f!important;font-weight:760!important}.bf-react-feed-tabs button.is-active:after{height:2px!important}.bf-react-composer{min-height:68px!important;margin:24px 17px 20px!important;border:1px solid #dbe2df!important;border-radius:5px!important;padding:0 13px!important}.bf-react-composer>span{width:38px!important;height:38px!important;font-size:1.35rem!important}.bf-react-composer input{font-size:1.18rem!important}.bf-react-composer button{min-width:68px;min-height:38px;padding:0 16px!important;font-size:1.08rem!important;font-weight:880!important}.bf-react-post-row h2{font-size:1.62rem!important;font-weight:860;line-height:1.22}.bf-react-post-row p{margin-top:18px!important;color:#000;font-size:1.28rem!important;line-height:1.66}.bf-react-post-row>.bf-react-engagement-bar{margin-top:26px!important;padding-top:16px!important}.bf-react-home-topbar{grid-template-columns:minmax(126px,auto) minmax(0,1fr) auto!important;column-gap:18px!important;padding:42px 24px 0!important}.bf-react-home-embedded-header{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid #e4e8e1;background:#fff}.bf-react-home-embedded-header button{display:grid;width:36px;height:36px;place-items:center;border:1px solid #dbe4de;border-radius:999px;background:#f8fbf9;color:#17231f}.bf-react-home-embedded-header svg{width:18px;height:18px}.bf-react-home-embedded-header div{display:grid;gap:2px;min-width:0}.bf-react-home-embedded-header strong{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.bf-react-home-embedded-header span{overflow:hidden;color:#68726d;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.bf-react-home-logo{font-size:2.42rem!important;letter-spacing:0!important}.bf-react-location-pill{gap:9px!important;min-width:0;font-size:1.28rem!important}.bf-react-location-pill span:nth-child(2){max-width:118px!important;overflow:hidden!important;text-overflow:ellipsis;white-space:nowrap}.bf-react-location-pill .bf-react-home-topbar-icon:first-child{width:28px!important;height:28px!important}.bf-react-home-actions{gap:10px!important}.bf-react-home-actions button{width:42px!important;height:42px!important}.bf-react-profile-button{width:48px!important;height:48px!important;font-size:1.28rem!important}.bf-react-search-bar{height:50px!important;margin:33px 17px 0!important;padding:0 19px!important}.bf-react-search-bar input{font-size:1.16rem!important}.bf-react-feed-tabs{margin:46px 17px 0!important}.bf-react-feed-tabs button{min-width:86px;padding:12px 0 16px!important;font-size:1.16rem!important}.bf-react-composer{min-height:68px!important;margin:47px 17px 22px!important;padding:0 14px!important}.bf-react-composer input{font-size:1.12rem!important}.bf-react-composer button{min-width:68px;min-height:38px;font-size:1.04rem!important}.bf-react-post-row h2{font-size:1.28rem!important;font-weight:850;line-height:1.24}.bf-react-post-row p{margin-top:12px!important;font-size:1.03rem!important;line-height:1.5}.bf-react-home-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;column-gap:14px!important}.bf-react-home-logo{font-size:2.05rem!important}.bf-react-location-pill{gap:8px!important;font-size:1.12rem!important}.bf-react-location-pill span:nth-child(2){max-width:126px!important}.bf-react-location-pill .bf-react-home-topbar-icon:first-child{width:25px!important;height:25px!important}.bf-react-location-pill .bf-react-home-topbar-icon:last-child{width:16px!important;height:16px!important}.bf-react-home-actions{gap:8px!important}.bf-react-home-actions button{width:36px!important;height:36px!important}.bf-react-home-actions .bf-react-home-topbar-icon{width:27px!important;height:27px!important}.bf-react-profile-button{width:46px!important;height:46px!important;font-size:1.2rem!important}.bf-react-home-shell,.bf-react-detail-page{width:min(calc(100vw - 24px),604px)!important;max-width:604px!important;margin-inline:auto!important}.bf-react-home-topbar{padding:22px 18px 0!important}.bf-react-search-bar{height:50px!important;margin:16px 17px 0!important}.bf-react-feed-tabs{margin:18px 17px 0!important}.bf-react-composer{margin:18px 17px!important}.bf-react-list{margin-top:0!important}@media(max-width:480px){.bf-react-home-shell,.bf-react-detail-page{width:min(calc(100vw - 24px),430px)!important;max-width:430px!important}.bf-react-home-topbar{column-gap:8px!important;padding:20px 14px 0!important}.bf-react-home-logo{font-size:1.55rem!important}.bf-react-location-pill{gap:6px!important;font-size:.9rem!important}.bf-react-location-pill span:nth-child(2){max-width:82px!important}.bf-react-location-pill .bf-react-home-topbar-icon:first-child{width:20px!important;height:20px!important}.bf-react-location-pill .bf-react-home-topbar-icon:last-child{width:14px!important;height:14px!important}.bf-react-home-actions{gap:4px!important}.bf-react-home-actions button{width:30px!important;height:30px!important}.bf-react-home-actions .bf-react-home-topbar-icon{width:22px!important;height:22px!important}.bf-react-profile-button{width:36px!important;height:36px!important;font-size:.96rem!important}.bf-react-search-bar{height:46px!important;margin:14px 14px 0!important}.bf-react-feed-tabs{margin:16px 14px 0!important}.bf-react-composer{min-height:64px!important;margin:16px 14px!important}}.bf-react-stat-card,.bf-react-event-card{display:grid;gap:12px;margin-top:14px;border:1px solid rgba(0,107,79,.32);border-radius:8px;background:#f8fffb;padding:14px}.bf-react-event-card{border-color:#f55c1e57;background:#fffaf7}.bf-react-stat-card__meta,.bf-react-event-card>div,.bf-react-event-card footer,.bf-react-stat-detail__facts,.bf-react-event-detail__facts,.bf-react-event-detail__people,.bf-react-event-detail__actions,.bf-react-event-detail__host,.bf-react-event-detail__schedule div,.bf-react-avatar-stack{display:flex;align-items:center}.bf-react-stat-card__meta{flex-wrap:wrap;gap:8px;color:#596762;font-size:.86rem}.bf-react-stat-card__meta span,.bf-react-event-card>div span,.bf-react-detail-badge{display:inline-flex;align-items:center;gap:6px;border-radius:6px;background:#e8f4ef;color:#006b4f;padding:4px 7px;font-size:.76rem;font-weight:900;text-transform:uppercase}.bf-react-event-card>div span,.bf-react-detail-badge.is-event{background:#fff0e8;color:#e65100}.bf-react-stat-card__meta svg,.bf-react-event-card svg{width:16px;height:16px}.bf-react-stat-card__meta em{font-style:normal}.bf-react-stat-card>button,.bf-react-detail-primary,.bf-react-event-detail__actions button{min-height:44px;border:0;border-radius:8px;background:#006b4f;color:#fff;font:inherit;font-weight:880}.bf-react-stat-bars{display:grid;gap:8px}.bf-react-stat-bars .bf-ds-poll-results__option{display:grid;gap:5px}.bf-react-stat-bars .bf-ds-poll-results__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;color:#25303a;font-size:.86rem}.bf-react-stat-bars .bf-ds-poll-results__track{height:7px;overflow:hidden;border-radius:999px;background:#e7efeb}.bf-react-stat-bars .bf-ds-poll-results__bar{display:block;height:100%;border-radius:inherit;background:#006b4f}.bf-react-event-card>div{flex-wrap:wrap;gap:8px}.bf-react-event-card footer{justify-content:space-between;gap:10px;color:#596762}.bf-react-avatar-stack{flex:0 0 auto;padding-left:6px}.bf-react-avatar-stack i{display:grid;width:26px;height:26px;place-items:center;border:2px solid #fff;border-radius:999px;background:#e8f4ef;color:#006b4f;font-size:.65rem;font-style:normal;font-weight:850;margin-left:-6px}.bf-react-event-card footer button{min-height:34px;border:1px solid #f06b2f;border-radius:8px;background:#fff;color:#e65100;padding:0 12px;font:inherit;font-weight:850}.bf-react-stat-detail__byline{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;margin-top:18px}.bf-react-stat-detail__byline>div,.bf-react-event-detail__host>div{display:grid;gap:4px}.bf-react-stat-detail__byline span,.bf-react-event-detail__host span{color:#65716d}.bf-react-stat-detail__facts,.bf-react-event-detail__facts{flex-wrap:wrap;gap:10px;margin-top:16px;color:#4f5b56;font-weight:720}.bf-react-stat-detail__facts span,.bf-react-event-detail__facts span{display:inline-flex;align-items:center;gap:6px}.bf-react-stat-detail__facts svg,.bf-react-event-detail__facts svg{width:18px;height:18px;color:#006b4f}.bf-react-event-detail__facts{align-items:flex-start;flex-direction:column}.bf-react-event-detail__facts small{color:#65716d}.bf-react-detail-explainer{display:grid;gap:6px;margin-top:20px;border-top:1px solid #e1e6e3;padding-top:16px}.bf-react-detail-explainer p{margin:0;color:#27332f;line-height:1.45}.bf-react-stat-detail__results{margin-top:18px}.bf-react-stat-detail__vote{display:grid;gap:8px;margin:12px 0}.bf-react-stat-detail__vote button{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dce5e1;border-radius:8px;background:#fff;color:#17201c;padding:0 12px;font:inherit;font-weight:720;text-align:left}.bf-react-stat-detail__vote button.is-selected{border-color:#006b4f;background:#f1fbf6;color:#006b4f}.bf-react-stat-detail__vote svg{width:18px;height:18px}.bf-react-detail-primary{width:100%;margin-top:20px}.bf-react-detail-primary.is-event,.bf-react-event-detail__actions button:first-child{background:#f05b1e}.bf-react-event-detail__people{gap:10px;margin-top:18px;color:#65716d}.bf-react-event-detail__people strong{color:#111a17}.bf-react-event-detail__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.bf-react-event-detail__actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.bf-react-event-detail__actions button:nth-child(2),.bf-react-event-detail__actions button:nth-child(3){border:1px solid #f05b1e;background:#fff;color:#e65100}.bf-react-event-detail__actions button:nth-child(3){grid-column:1 / -1}.bf-react-event-detail__actions button[aria-pressed=true]{border-color:#006b4f;background:#006b4f;color:#fff}.bf-react-event-detail__actions svg{width:18px;height:18px}.bf-react-event-detail__host,.bf-react-event-detail__schedule{margin-top:18px;border:1px solid #dce5e1;border-radius:8px;background:#fff;padding:14px}.bf-react-event-detail__host{gap:12px}.bf-react-event-detail__schedule{display:grid;gap:12px}.bf-react-event-detail__schedule div{gap:14px}.bf-react-event-detail__schedule span{width:72px;color:#65716d;font-size:.86rem;font-weight:780}.bf-react-event-detail__schedule p{margin:0}.bf-react-app:has(.bf-react-detail-page) .bf-bottom-nav{display:grid}.bf-react-detail-page{position:relative;min-height:100dvh!important;background:#fff!important;color:#050b09;overflow:hidden}.bf-react-detail-topbar{position:sticky;top:0;z-index:30;min-height:74px!important;grid-template-columns:56px minmax(0,1fr) 56px!important;border-bottom:1px solid #e1e4e2!important;background:#fffffffa!important;padding:0 17px!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bf-react-detail-topbar>strong{justify-self:center;color:#020807!important;font-size:1.5rem!important;font-weight:850!important;line-height:1}.bf-react-detail-topbar button,.bf-react-detail-back,.bf-react-detail-menu button,.bf-react-detail-menu button:last-child{width:48px!important;height:48px!important;border-radius:0!important;background:transparent!important;color:#18212a!important;padding:0!important}.bf-react-detail-topbar .bf-react-detail-icon{width:31px!important;height:31px!important;stroke-width:2!important}.bf-react-detail-menu .bf-react-detail-icon{width:29px!important;height:29px!important}.bf-react-detail-main{padding:20px 18px 104px!important}.bf-react-detail-author{display:flex;align-items:flex-start;gap:12px}.bf-react-detail-author .bf-react-avatar{width:42px!important;height:42px!important;flex:0 0 auto;font-size:.9rem!important}.bf-react-detail-author>div{display:grid;min-width:0;gap:5px}.bf-react-detail-author-line{display:flex;align-items:center;gap:8px;color:#5b6670;font-size:1.02rem;line-height:1.16}.bf-react-detail-author-line strong{overflow:hidden;color:#050b09;font-weight:820;text-overflow:ellipsis;white-space:nowrap}.bf-react-detail-context{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:8px!important;margin:0!important;border:0!important;padding:0!important;color:#58626d!important;font-size:1rem!important;font-weight:430!important;line-height:1.22}.bf-react-detail-context span:first-child{color:#4b555f}.bf-react-detail-context span:nth-child(3){color:#5b6670}.bf-react-detail-main h1{max-width:100%;margin:24px 0 0!important;color:#020706!important;font-size:clamp(1.48rem,6vw,1.9rem)!important;font-weight:820!important;letter-spacing:0;line-height:1.16!important}.bf-react-detail-body{max-width:100%;margin:18px 0 0!important;color:#121820!important;font-size:clamp(1.06rem,4vw,1.28rem)!important;font-weight:400;line-height:1.45!important}.bf-react-detail-main>.bf-react-tags{display:none}.bf-react-detail-main>.bf-react-quote-card{grid-template-columns:4px 38px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;margin:22px 0 0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}.bf-react-detail-main>.bf-react-quote-card:focus,.bf-react-detail-main>.bf-react-quote-card:focus-visible{outline:0!important;box-shadow:none!important}.bf-react-detail-main>.bf-react-quote-card .bf-ds-quote-card{border:0!important;background:transparent!important;padding:0!important}.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-rail{min-height:74px!important;border-radius:999px!important;background:#e2e6e4!important}.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-doc{width:30px!important;height:30px!important;color:#2d3741!important}.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-doc svg{width:26px!important;height:26px!important}.bf-react-detail-main>.bf-react-quote-card .bf-ds-quote-card__meta{color:#4f5a65!important;font-size:.96rem!important;font-weight:430!important;line-height:1.18}.bf-react-detail-main>.bf-react-quote-card .bf-ds-quote-card__title{margin-top:6px;color:#050b09!important;font-size:1rem!important;font-weight:800!important;line-height:1.22!important;-webkit-line-clamp:3}.bf-react-detail-main>.bf-react-quote-card .bf-ds-quote-card__body{margin-top:6px;color:#58626d!important;font-size:.94rem!important;line-height:1.18}.bf-react-detail-main>.bf-react-quote-card>.bf-react-quote-icon:last-child{display:none}.bf-react-detail-main>.bf-react-engagement-bar{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;margin:26px -2px 0!important;border:0!important;padding:0!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action{position:relative;display:grid!important;min-height:44px!important;grid-template-columns:auto auto;justify-content:center;align-content:center;column-gap:12px;border-radius:0!important;color:#25303a!important;padding:0 8px!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:not(:last-child):after{position:absolute;top:4px;right:0;bottom:4px;width:1px;background:#dfe4e2;content:""!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-icon{width:26px!important;height:26px!important;stroke-width:1.85!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action strong{min-width:14px;color:#25303a;font-size:1.08rem!important;font-weight:460!important}.bf-react-comments{margin:24px -18px 0!important;border-top:1px solid #e1e4e2!important}.bf-react-replies-toolbar{justify-content:flex-start!important;min-height:55px!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0 18px!important}.bf-react-replies-toolbar button{display:inline-flex!important;min-width:0!important;min-height:42px!important;align-items:center;justify-content:flex-start!important;gap:8px!important;border:0!important;background:transparent!important;color:#070d0b!important;padding:0!important}.bf-react-replies-toolbar button span{color:#070d0b!important;font-size:1.16rem!important;font-weight:760!important}.bf-react-replies-toolbar button .bf-react-engagement-icon{width:18px!important;height:18px!important;color:#0d1512!important}.bf-react-comments>.bf-react-comment{margin-left:0!important;padding:0 18px}.bf-react-comment{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:0!important;margin-left:calc(min(var(--depth),4)*34px)!important;border:0!important}.bf-react-comment-rail{position:relative;width:2px!important;min-height:100%!important;height:100%!important;justify-self:center;margin-top:54px!important;border-radius:999px!important;background:#e1e5e3!important}.bf-react-comment-rail:after{position:absolute;bottom:-1px;left:0;width:24px;height:20px;border-bottom:2px solid #e1e5e3;border-left:2px solid #e1e5e3;border-radius:0 0 0 18px;content:""}.bf-react-comment-content{min-width:0;border:0!important;padding:10px 0 16px!important}.bf-react-comment-content>.bf-react-user-meta{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:16px;color:#58626d!important;font-size:1rem!important}.bf-react-comment-content .bf-react-avatar{width:42px!important;height:42px!important;font-size:.96rem!important}.bf-react-comment-content .bf-ds-user-meta__body{display:grid;min-width:0;gap:6px}.bf-react-comment-content .bf-ds-user-meta__name{color:#050b09!important;font-size:1.18rem;font-weight:800!important;line-height:1}.bf-react-comment-content .bf-ds-user-meta__line{color:#58626d;font-size:1rem;line-height:1.1}.bf-react-comment-content>p{margin:18px 0 0 58px!important;color:#111820!important;font-size:1.04rem!important;line-height:1.48!important}.bf-react-comment-content>footer{display:flex!important;align-items:center;flex-wrap:nowrap!important;gap:28px!important;margin:18px 0 0 58px!important}.bf-react-comment-content>footer button{display:inline-flex!important;min-height:32px!important;align-items:center;gap:10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#25303a!important;padding:0!important;font-size:1rem!important;font-weight:430!important}.bf-react-comment-content>footer button span{color:#25303a;font-size:1.02rem;font-weight:430}.bf-react-comment-content>footer .bf-react-comment-icon{width:26px!important;height:26px!important;stroke-width:1.85!important}.bf-react-detail-page>.bf-react-comment-composer{position:fixed;right:max(4px,calc((100vw - min(calc(100vw - 8px),430px))/2));bottom:0;left:max(4px,calc((100vw - min(calc(100vw - 8px),430px))/2));z-index:35;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;margin:0!important;border-top:1px solid #e1e4e2;background:#fffffffa;padding:10px 18px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bf-react-detail-page>.bf-react-comment-composer .bf-react-avatar{width:42px!important;height:42px!important}.bf-react-detail-page>.bf-react-comment-composer>div{display:block;min-width:0}.bf-react-detail-page>.bf-react-comment-composer textarea{min-height:42px!important;height:42px!important;resize:none!important;overflow:hidden;border:1px solid #dfe4e2!important;border-radius:999px!important;background:#fff!important;color:#111820;padding:8px 18px!important;font-size:1.02rem!important;line-height:1.35!important}.bf-react-detail-page>.bf-react-comment-composer textarea::placeholder{color:#8c949d}.bf-react-detail-page>.bf-react-comment-composer footer{display:none!important}@media(max-width:480px){.bf-react-detail-page{width:min(calc(100vw - 8px),430px)!important}.bf-react-detail-main{padding-inline:17px!important}.bf-react-comments{margin-inline:-17px!important}.bf-react-comments>.bf-react-comment{padding-inline:17px}.bf-react-comment{grid-template-columns:34px minmax(0,1fr)!important;margin-left:calc(min(var(--depth),4)*31px)!important}.bf-react-comment-content>footer{gap:24px!important;margin-left:56px!important}.bf-react-comment-content>.bf-react-user-meta{gap:14px!important}.bf-react-comment-content>p{margin-left:56px!important}}.bf-react-post-row.is-user-created{background:linear-gradient(180deg,#fff,#f9fffc)}.bf-react-new-post-strip,.bf-react-flow-preview,.bf-react-detail-publish-flow,.bf-react-detail-publish-flow ol,.bf-react-comment-empty,.bf-react-comment-empty button{display:flex;align-items:center}.bf-react-new-post-strip{flex-wrap:wrap;gap:8px;margin:-8px 0 12px 58px;color:#4d5a55;font-size:.82rem;font-weight:780}.bf-react-new-post-strip span{display:inline-flex;min-height:26px;align-items:center;gap:6px;border:1px solid rgba(0,107,79,.14);border-radius:999px;background:#f1fbf6;color:#006b4f;padding:0 9px}.bf-react-new-post-strip span+span{max-width:100%;border-color:#dce5e1;background:#fff;color:#53615c}.bf-react-new-post-strip svg{width:15px;height:15px}.bf-react-flow-preview{flex-wrap:wrap;gap:8px;margin-top:12px}.bf-react-flow-preview span{display:inline-grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;min-height:30px;border-radius:7px;background:#f4f8f6;color:#3f4c47;padding:0 10px 0 6px;font-size:.8rem;font-weight:780}.bf-react-flow-preview span:first-child{background:#e8f4ef;color:#006b4f}.bf-react-flow-preview b{display:grid;width:20px;height:20px;place-items:center;border-radius:999px;background:#fff;color:currentColor;font-style:normal;font-weight:900}.bf-react-flow-preview em{overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.bf-react-detail-publish-flow{justify-content:space-between;gap:12px;margin-top:18px;border:1px solid #dce5e1;border-radius:8px;background:#f9fffc;padding:12px}.bf-react-detail-publish-flow div{display:grid;min-width:0;gap:3px}.bf-react-detail-publish-flow div span{color:#006b4f;font-size:.74rem;font-weight:900;text-transform:uppercase}.bf-react-detail-publish-flow div strong{overflow:hidden;color:#101916;font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.bf-react-detail-publish-flow ol{flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:0;padding:0;list-style:none}.bf-react-detail-publish-flow li{border-radius:999px;background:#e8f4ef;color:#006b4f;padding:6px 9px;font-size:.78rem;font-weight:820}.bf-react-detail-main{padding-bottom:calc(var(--nav-h, 76px) + 104px)!important}.bf-react-comment-empty{flex-direction:column;gap:8px;border-top:1px solid #e1e4e2;padding:26px 18px 34px;text-align:center}.bf-react-comment-empty svg{width:30px;height:30px;color:#006b4f}.bf-react-comment-empty strong{color:#06100c;font-size:1.08rem}.bf-react-comment-empty p{max-width:340px;margin:0;color:#5e6b66;line-height:1.38}.bf-react-comment-empty button{min-height:40px;justify-content:center;border:0;border-radius:999px;background:#006b4f;color:#fff;padding:0 16px;font:inherit;font-weight:850}.bf-react-detail-page>.bf-react-comment-composer{grid-template-columns:42px minmax(0,1fr)!important;bottom:calc(var(--nav-h, 76px) + 6px)!important;z-index:950!important}.bf-react-detail-page>.bf-react-comment-composer>div{display:grid!important;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:8px}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]{display:grid!important;width:42px;height:42px;min-height:42px!important;place-items:center;border:0;border-radius:999px;background:#006b4f;color:#fff;padding:0;font-size:0}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:before{font-size:1.1rem;content:">"}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:disabled{background:#dfe6e3;color:#75817c;opacity:1}@media(max-width:480px){.bf-react-detail-main{padding-bottom:calc(var(--nav-h, 76px) + 104px)!important}.bf-react-new-post-strip{margin-left:54px}.bf-react-detail-publish-flow{align-items:flex-start;flex-direction:column}.bf-react-detail-publish-flow ol{justify-content:flex-start}}.bf-react-composer__main{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:9px}.bf-react-composer__ask-button{display:inline-flex!important;align-items:center;gap:6px;border:1px solid rgba(0,107,79,.24)!important;background:#f8fffb!important;color:#006b4f!important}.bf-react-composer__ask-card button{border:1px solid #dce5e1!important;background:#fff!important;color:#53615c!important}.bf-react-attached-ask-actions{display:grid;gap:10px}.bf-react-attached-ask-actions button{min-height:44px;border:1px solid #dce5e1!important;border-radius:8px!important;background:#fff!important;color:#121c18!important;padding:0 12px!important;font:inherit;font-weight:820!important;text-align:left}.bf-react-attached-ask-actions button:hover{border-color:#006b4f!important;background:#f1fbf6!important;color:#006b4f!important}.bf-react-app:has(.bf-react-detail-page) .bf-home-view{padding-bottom:96px!important}.bf-react-comments{margin-top:24px!important;border-top:1px solid rgba(17,26,23,.08)!important;padding-top:8px!important}.bf-react-comments>.bf-react-comment{margin-left:0!important}.bf-react-comment{--thread-indent: min(calc(var(--depth) * 18px), 90px);display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;gap:10px!important;margin-left:var(--thread-indent)!important;border-top:1px solid rgba(17,26,23,.07)!important;padding:0!important}.bf-react-comment+.bf-react-comment{margin-top:0!important}.bf-react-comment-rail{width:2px!important;min-height:auto!important;height:calc(100% - 22px)!important;margin-top:56px!important;justify-self:center!important;border-radius:999px!important;background:#e1ece7!important;opacity:1!important}.bf-react-comment:not(.has-replies)>.bf-react-comment-rail{background:transparent!important;opacity:1!important}.bf-react-comment-content{min-width:0!important;border-bottom:0!important;padding:14px 0 16px!important}.bf-react-comment-content:before,.bf-react-comment-rail:after{content:none!important}.bf-react-comment-content>.bf-react-user-meta{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}.bf-react-comment-content .bf-react-avatar{width:36px!important;height:36px!important;font-size:.86rem!important}.bf-react-comment-content .bf-ds-user-meta__body{display:grid!important;min-width:0!important;gap:3px!important}.bf-react-comment-content .bf-ds-user-meta__name{color:#111a17!important;font-size:1rem!important;font-weight:820!important;line-height:1.05!important}.bf-react-comment-content .bf-ds-user-meta__line{color:#697872!important;font-size:.88rem!important;line-height:1.1!important}.bf-react-comment-content>p{max-width:640px!important;margin:10px 0 0 46px!important;color:#16241f!important;font-size:.98rem!important;line-height:1.44!important}.bf-react-comment-content>footer{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;margin:12px 0 0 46px!important}.bf-react-comment-content>footer button{display:inline-flex!important;min-width:0!important;min-height:30px!important;height:30px!important;align-items:center!important;justify-content:center!important;gap:5px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#3e4c46!important;padding:0 7px!important;font-size:.84rem!important;font-weight:760!important;line-height:1!important;white-space:nowrap!important}.bf-react-comment-content>footer button[data-comment-action=quote]{display:none!important}.bf-react-comment-content>footer button span,.bf-react-comment-content>footer button strong{color:currentColor!important;font-size:.84rem!important;font-weight:760!important;line-height:1!important}.bf-react-comment-content>footer .bf-react-comment-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;stroke-width:1.9!important}.bf-react-comment-replying,.bf-react-comment-thread-toggle{display:inline-flex!important;min-height:32px!important;align-items:center!important;gap:7px!important;margin:12px 0 0 46px!important;border:0!important;border-radius:999px!important;background:#eef7f3!important;color:#006b4f!important;padding:0 10px!important;font-size:.84rem!important;font-weight:820!important}.bf-react-comment-thread-toggle{cursor:pointer}.bf-react-comment-thread-toggle .bf-react-comment-icon{width:16px!important;height:16px!important}.bf-react-comment-replying{background:#f7fbf9!important;color:#596963!important}.bf-react-detail-page>.bf-react-comment-composer{position:fixed!important;right:max(0px,calc((100vw - min(100vw,430px))/2))!important;bottom:0!important;left:max(0px,calc((100vw - min(100vw,430px))/2))!important;z-index:1200!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;border-top:1px solid rgba(17,26,23,.1)!important;background:#fffffffa!important;box-shadow:0 -14px 30px #111a171a!important;padding:10px 16px max(10px,env(safe-area-inset-bottom))!important}.bf-react-detail-page>.bf-react-comment-composer .bf-react-avatar{width:38px!important;height:38px!important}.bf-react-detail-page>.bf-react-comment-composer>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:8px!important}.bf-react-detail-page>.bf-react-comment-composer textarea{min-height:42px!important;height:42px!important;resize:none!important;overflow:hidden!important;border:1px solid #dbe5e0!important;border-radius:999px!important;background:#fff!important;color:#14211d!important;padding:10px 14px!important;font-size:1rem!important;line-height:1.2!important}.bf-react-detail-page>.bf-react-comment-composer footer button{position:relative;display:inline-grid!important;min-width:42px!important;height:42px!important;min-height:42px!important;place-items:center!important;border:0!important;border-radius:999px!important;font-size:0!important;line-height:1!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=button]{background:#f1f5f3!important;color:#5d6a65!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=button]:before{content:"";width:14px;height:2px;border-radius:999px;background:currentColor;transform:rotate(45deg)}.bf-react-detail-page>.bf-react-comment-composer footer button[type=button]:after{content:"";position:absolute;width:14px;height:2px;border-radius:999px;background:currentColor;transform:rotate(-45deg)}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]{background:#006b4f!important;color:#fff!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:before{content:"";width:11px;height:11px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translate(-2px) rotate(45deg)}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:disabled{background:#dfe7e3!important;color:#78857f!important;opacity:1!important}@media(max-width:480px){.bf-react-comment{--thread-indent: min(calc(var(--depth) * 14px), 56px);grid-template-columns:14px minmax(0,1fr)!important;gap:8px!important}.bf-react-comment-content>p,.bf-react-comment-content>footer,.bf-react-comment-replying,.bf-react-comment-thread-toggle{margin-left:46px!important}.bf-react-comment-content>footer{gap:5px!important}.bf-react-comment-content>footer button{padding-inline:5px!important;font-size:.8rem!important}.bf-react-comment-content>footer button span,.bf-react-comment-content>footer button strong{font-size:.8rem!important}.bf-react-detail-page>.bf-react-comment-composer{right:0!important;left:0!important;grid-template-columns:34px minmax(0,1fr)!important;padding-inline:12px!important}.bf-react-detail-page>.bf-react-comment-composer>div{grid-template-columns:minmax(0,1fr) 40px 40px!important}}.bf-react-post-row>.bf-react-engagement-bar,.bf-react-detail-main>.bf-react-engagement-bar{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;border:0!important;padding-top:14px!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action{display:grid!important;min-height:58px!important;grid-template-columns:auto auto!important;grid-template-rows:24px 18px!important;align-content:center!important;justify-content:center!important;justify-items:center!important;gap:4px 7px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#25303a!important;padding:6px 4px!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action:after,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:after{content:none!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:not(:last-child){border-right:0!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action:hover,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:hover,.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action[aria-pressed=true],.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action[aria-pressed=true]{background:#f1f7f4!important;color:#006b4f!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-icon,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-icon{width:23px!important;height:23px!important;grid-column:1!important;grid-row:1!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action strong,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action strong{grid-column:2!important;grid-row:1!important;min-width:0!important;color:currentColor!important;font-size:.95rem!important;font-weight:720!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action>span,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action>span{position:static!important;display:block!important;width:auto!important;height:auto!important;grid-column:1 / -1!important;grid-row:2!important;overflow:visible!important;clip:auto!important;color:currentColor!important;font-size:.69rem!important;font-weight:780!important;line-height:1!important;text-align:center!important;text-transform:none!important;white-space:nowrap!important}.bf-react-detail-publish-flow{display:grid!important;grid-template-columns:minmax(0,1fr);gap:13px!important;border-color:#d7e6df!important;background:linear-gradient(180deg,#fbfffd,#f3fbf7)!important;box-shadow:inset 4px 0 #006b4f}.bf-react-detail-publish-flow ol{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;justify-content:stretch!important}.bf-react-detail-publish-flow li{display:grid;min-height:42px;align-items:center;border-radius:8px!important;background:#e8f4ef!important;padding:7px 10px!important;color:#006b4f!important;line-height:1.15}.bf-react-comment:not(.has-replies)>.bf-react-comment-rail{opacity:0!important}.bf-react-comment.has-replies>.bf-react-comment-rail{background:#edf3f0!important}.bf-react-comment-rail:after{content:none!important}.bf-react-comment-content>footer{gap:10px!important;margin-top:16px!important}.bf-react-comment-content>footer button{display:inline-flex!important;min-height:34px!important;align-items:center!important;gap:6px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#25303a!important;padding:0 8px!important;font-size:.9rem!important;font-weight:740!important}.bf-react-comment-content>footer button:hover,.bf-react-comment-content>footer button[aria-pressed=true]{background:#f1f7f4!important;color:#006b4f!important}.bf-react-comment-content>footer button span{color:currentColor!important;font-size:.9rem!important;font-weight:760!important}.bf-react-comment-content>footer button strong{color:currentColor;font-size:.92rem;font-weight:820}.bf-react-comment-content>footer .bf-react-comment-icon{width:22px!important;height:22px!important}@media(max-width:480px){.bf-react-detail-publish-flow ol{grid-template-columns:1fr}.bf-react-comment-content>footer{flex-wrap:wrap!important;gap:8px!important;margin-left:54px!important}.bf-react-comment-content>footer button{min-height:32px!important;padding-inline:7px!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action>span,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action>span{font-size:.63rem!important}}.bf-react-quote-card,.bf-react-detail-main>.bf-react-quote-card{display:grid!important;width:100%!important;grid-template-columns:5px 40px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;margin:18px 0 0!important;border:1px solid #d9e8e1!important;border-radius:8px!important;background:#fbfffd!important;color:#111a17!important;padding:12px!important;box-shadow:none!important;text-align:left!important}.bf-react-post-row .bf-react-quote-card{margin-top:16px!important}.bf-react-detail-main>.bf-react-quote-card{margin-top:22px!important}.bf-react-quote-card:hover{border-color:#bcd9cf!important;background:#f7fdf9!important}.bf-react-quote-rail,.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-rail{width:5px!important;min-height:100%!important;border-radius:999px!important;background:#006b4f!important}.bf-react-quote-doc,.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-doc{display:grid!important;width:40px!important;height:40px!important;place-items:center!important;border-radius:8px!important;background:#e8f4ef!important;color:#006b4f!important}.bf-react-quote-doc svg,.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-doc svg{width:22px!important;height:22px!important;stroke-width:1.9!important}.bf-react-quote-body{display:grid!important;min-width:0!important;gap:5px!important}.bf-react-quote-source{overflow:hidden;color:#006b4f!important;font-size:.82rem!important;font-weight:900!important;line-height:1.18!important;text-overflow:ellipsis;white-space:nowrap}.bf-react-quote-body strong{display:-webkit-box!important;overflow:hidden!important;color:#06100c!important;font-size:1rem!important;font-weight:860!important;line-height:1.2!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-body strong{font-size:1.02rem!important}.bf-react-quote-body em{display:-webkit-box!important;overflow:hidden!important;color:#41524d!important;font-size:.9rem!important;font-style:normal!important;line-height:1.34!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-quote-meta{display:flex!important;min-width:0!important;align-items:center!important;gap:6px!important;overflow:hidden!important;color:#5f6b66!important;font-size:.84rem!important;font-weight:680!important;line-height:1.2!important}.bf-react-quote-icon{display:none!important}.bf-react-engagement-action .bf-react-engagement-icon[name=quote],.bf-react-comment-content .bf-react-comment-icon[name=quote]{stroke-width:1.85!important}.bf-react-comment:not(.has-replies){grid-template-columns:0 minmax(0,1fr)!important}.bf-react-comment:not(.has-replies)>.bf-react-comment-content{padding-left:0!important}.bf-react-comment:not(.has-replies)>.bf-react-comment-content:before{content:none!important}.bf-react-comment-content>footer button[data-comment-action=more]{width:34px!important;min-width:34px!important;padding:0!important;justify-content:center!important}.bf-react-comment-tree{display:grid!important;min-width:0!important}.bf-react-comment-tree--nested{gap:0!important}.bf-react-comments>.bf-react-comment-tree>.bf-react-comment-branch:first-child>.bf-react-comment{border-top:0!important}.bf-react-comment-branch>.bf-react-comment{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;margin-left:0!important;border-top:1px solid rgba(17,26,23,.08)!important;padding:0!important}.bf-react-comment-branch>.bf-react-comment>.bf-react-comment-content{padding:14px 0 16px!important}.bf-react-comment-children{position:relative!important;display:grid!important;min-width:0!important;margin-left:18px!important;padding-left:28px!important}.bf-react-comment-children:before{position:absolute!important;top:0!important;bottom:18px!important;left:0!important;width:2px!important;border-radius:999px!important;background:#dfe8e4!important;content:""!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:before{position:absolute!important;top:31px!important;left:-28px!important;width:20px!important;height:2px!important;border-radius:999px!important;background:#dfe8e4!important;content:""!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:after{position:absolute!important;top:33px!important;bottom:0!important;left:-28px!important;width:2px!important;background:#fff!important;content:""!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:before{z-index:1!important}.bf-react-comment-children .bf-react-comment-branch>.bf-react-comment{border-top:0!important}.bf-react-comments{margin-top:20px!important;border-top:1px solid rgba(15,23,20,.1)!important;padding-top:8px!important}.bf-react-comment-branch{position:relative!important;display:grid!important;min-width:0!important}.bf-react-comment-branch:before,.bf-react-comment-branch:after{content:none!important}.bf-react-comment-branch.has-replies:before{position:absolute!important;top:52px!important;bottom:14px!important;left:17px!important;z-index:0!important;width:2px!important;border-radius:999px!important;background:#d8e4df!important;content:""!important;pointer-events:none!important}.bf-react-comments>.bf-react-comment-tree>.bf-react-comment-branch{border-bottom:1px solid rgba(15,23,20,.08)!important}.bf-react-comments>.bf-react-comment-tree>.bf-react-comment-branch:last-child{border-bottom:0!important}.bf-react-comment-branch>.bf-react-comment{position:relative!important;z-index:1!important;display:block!important;margin:0!important;border:0!important;padding:0!important;background:#fff!important}.bf-react-comment-branch>.bf-react-comment>.bf-react-comment-rail{display:none!important}.bf-react-comment-branch>.bf-react-comment>.bf-react-comment-content{display:grid!important;min-width:0!important;border:0!important;padding:14px 0!important}.bf-react-comment-content>.bf-react-user-meta{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}.bf-react-comment-content .bf-react-avatar{width:34px!important;height:34px!important;font-size:.82rem!important}.bf-react-comment-content .bf-ds-user-meta__body{display:flex!important;min-width:0!important;align-items:baseline!important;flex-wrap:wrap!important;gap:5px!important}.bf-react-comment-content .bf-ds-user-meta__name{color:#111a17!important;font-size:.96rem!important;font-weight:820!important}.bf-react-comment-content .bf-ds-user-meta__line{color:#6b7772!important;font-size:.9rem!important;line-height:1.2!important}.bf-react-comment-content>p{max-width:640px!important;margin:6px 0 0 44px!important;color:#17241f!important;font-size:.98rem!important;line-height:1.42!important}.bf-react-comment-content>footer{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px!important;margin:7px 0 0 44px!important}.bf-react-comment-content>footer button{display:inline-flex!important;min-width:0!important;min-height:28px!important;height:28px!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#53605b!important;padding:0 6px!important;font-size:.84rem!important;font-weight:740!important;line-height:1!important}.bf-react-comment-content>footer button:hover,.bf-react-comment-content>footer button[aria-pressed=true]{background:#eef6f2!important;color:#006b4f!important}.bf-react-comment-content>footer button[data-comment-action=reply][aria-pressed=true]{background:#e4f2ed!important;color:#006b4f!important}.bf-react-app:has(.bf-react-detail-page),.bf-react-app:has(.bf-react-detail-page) .bf-simple-view,.bf-react-app:has(.bf-react-detail-page) .bf-react-detail-page,.bf-react-app:has(.bf-react-detail-page) .bf-react-detail-main,.bf-react-app:has(.bf-react-detail-page) .bf-react-comments{background:#fff!important}.bf-react-home-shell,.bf-react-detail-page{width:min(calc(100vw - 24px),604px)!important;max-width:604px!important}.bf-react-detail-main{padding-bottom:196px!important}.bf-react-comment-empty{min-height:238px!important;padding-bottom:104px!important}.bf-react-detail-menu-popover{width:min(268px,calc(100vw - 32px))!important}.bf-react-detail-menu-popover button{white-space:nowrap!important}.bf-react-action-queue{position:relative}.bf-react-action-queue>div{padding-bottom:10px;scroll-padding-inline:12px;scrollbar-color:rgba(0,107,79,.35) transparent;scrollbar-width:thin}.bf-react-action-queue:after{content:"";position:absolute;right:0;bottom:0;width:42px;height:calc(100% - 42px);pointer-events:none;background:linear-gradient(90deg,#f8fbfa00,#f8fbfa 74%)}@media(max-width:480px){.bf-react-home-shell,.bf-react-detail-page{width:min(100vw,430px)!important;max-width:430px!important}.bf-react-detail-main{padding-bottom:210px!important}}.bf-react-search-panel input[type=search]::-webkit-search-cancel-button{display:none!important;appearance:none!important;-webkit-appearance:none!important}@media(max-width:760px){.bf-react-action-queue>div{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important;padding-bottom:0!important}.bf-react-action-queue article{width:100%!important;min-width:0!important;flex:none!important}}.bf-react-stat-detail,.bf-react-event-detail{padding-bottom:86px!important}.bf-react-stat-detail .bf-react-detail-main,.bf-react-event-detail .bf-react-detail-main{padding-bottom:8px!important}.bf-react-event-detail .bf-react-detail-badge{display:none!important}.bf-react-event-detail__people{display:grid!important;gap:2px!important;align-items:start!important;margin-top:14px!important;padding:10px 0 0!important;border-top:1px solid #e5ebe8!important}.bf-react-event-detail__people strong{font-size:.92rem!important}.bf-react-event-detail__people span{color:#697772!important;font-size:.78rem!important}.bf-react-event-detail__host,.bf-react-event-detail__schedule{border-radius:0!important;border-right:0!important;border-left:0!important;background:transparent!important;padding-right:0!important;padding-left:0!important}.bf-react-event-detail__host .bf-react-avatar{width:34px!important;height:34px!important}.bf-react-event-detail__schedule{gap:10px!important}.bf-react-event-detail__schedule div{align-items:flex-start!important}.bf-react-event-detail__schedule span{width:64px!important}.bf-react-event-detail .bf-react-comments,.bf-react-stat-detail .bf-react-comments{margin-top:12px!important}.bf-react-action-queue{display:grid;gap:10px;border-bottom:1px solid #dce5e1;background:#f7fbf9;padding:12px 14px}.bf-react-action-queue header{display:flex;align-items:end;justify-content:space-between;gap:12px}.bf-react-action-queue header span,.bf-react-action-queue article small{color:#006b4f;font-size:.72rem;font-weight:900;text-transform:uppercase}.bf-react-action-queue header span{display:inline-flex;align-items:center;gap:6px}.bf-react-action-queue header strong{color:#10231f;font-size:.84rem}.bf-react-action-queue>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bf-react-action-queue article{display:grid;gap:7px;min-width:0;border:1px solid #dce8e2;border-radius:8px;background:#fff;padding:10px}.bf-react-action-queue h2{margin:0;color:#101915;font-size:.92rem;line-height:1.18}.bf-react-action-queue p{display:-webkit-box;margin:0;overflow:hidden;color:#53615c;font-size:.78rem;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-react-action-queue article>div{display:flex;flex-wrap:wrap;gap:6px}.bf-react-action-queue button{min-height:32px;border:1px solid #dce8e2;border-radius:8px;background:#f7fbf9;color:#006b4f;font:inherit;font-size:.74rem;font-weight:850}.bf-react-action-queue button:first-child{border-color:#006b4f;background:#006b4f;color:#fff;padding-inline:10px}@media(max-width:760px){.bf-react-action-queue>div{display:flex;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-react-action-queue article{flex:0 0 min(78vw,300px)}}.bf-react-club-page-hero{overflow:hidden!important;border-radius:0 0 24px 24px!important;background:linear-gradient(180deg,#0e8f6833,#0e8f6800 38%),#070c1a!important;color:#fff!important;padding:18px 14px 0!important}.bf-react-club-page-topbar{display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px!important;align-items:center!important;gap:8px!important}.bf-react-club-page-topbar button{display:grid!important;width:38px!important;height:38px!important;place-items:center!important;border:0!important;border-radius:999px!important;background:#ffffff14!important;color:#fff!important}.bf-react-club-page-topbar div{display:grid!important;min-width:0!important;gap:1px!important}.bf-react-club-page-topbar strong,.bf-react-club-page-topbar span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-club-page-topbar strong{font-size:1rem!important;font-weight:930!important}.bf-react-club-page-topbar span{color:#ffffffa8!important;font-size:.76rem!important;font-weight:760!important}.bf-react-club-page-profile{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:20px 0 14px!important}.bf-react-club-page-profile__mark{display:grid!important;width:58px!important;height:58px!important;place-items:center!important;border:3px solid #ffffff!important;border-radius:999px!important;background:var(--club-icon-color, #0e8f68)!important;color:#fff!important}.bf-react-club-page-profile__mark svg{width:30px!important;height:30px!important}.bf-react-club-page-profile div{display:grid!important;min-width:0!important;gap:4px!important}.bf-react-club-page-profile h1,.bf-react-club-page-profile p{margin:0!important}.bf-react-club-page-profile h1{overflow:hidden!important;font-size:1.24rem!important;font-weight:950!important;line-height:1.08!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-club-page-profile p{display:-webkit-box!important;overflow:hidden!important;color:#fff!important;font-size:.84rem!important;line-height:1.3!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bf-react-club-page-profile div>span{overflow:hidden!important;color:#ffffffad!important;font-size:.72rem!important;font-weight:760!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-club-page-profile>button{min-height:36px!important;border:0!important;border-radius:999px!important;background:#0e8f68!important;color:#fff!important;padding:0 16px!important;font:inherit!important;font-size:.84rem!important;font-weight:920!important}.bf-react-club-page-profile>button.is-joined{background:#fff!important;color:#075f4c!important}.bf-react-stat-comments{display:grid!important;gap:10px!important;border-top:1px solid #e1e7e4!important;padding-top:14px!important}.bf-react-stat-comments header{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:10px!important}.bf-react-stat-comments header strong{color:#111a17!important;font-size:.98rem!important;font-weight:900!important}.bf-react-stat-comments header span,.bf-react-stat-comments time{color:#68746f!important;font-size:.76rem!important;font-weight:760!important}.bf-react-stat-comments article{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;gap:9px!important;border-top:1px solid #edf2ef!important;padding-top:10px!important}.bf-react-stat-comments article div{display:grid!important;min-width:0!important;gap:2px!important}.bf-react-stat-comments article strong{color:#17211d!important;font-size:.84rem!important;font-weight:850!important}.bf-react-stat-comments p{margin:0!important;color:#384640!important;font-size:.88rem!important;line-height:1.4!important}.bf-react-club-page-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:8px!important}.bf-react-club-page-tabs button{position:relative!important;min-height:42px!important;border:0!important;background:transparent!important;color:#ffffffb3!important;font:inherit!important;font-size:.86rem!important;font-weight:840!important}.bf-react-club-page-tabs button.is-active{color:#fff!important}.bf-react-club-page-tabs button.is-active:after{position:absolute!important;right:18px!important;bottom:0!important;left:18px!important;height:3px!important;border-radius:999px!important;background:#19c782!important;content:""!important}.bf-react-club-highlight,.bf-react-club-page-panel{display:grid!important;gap:10px!important;border-bottom:1px solid #e1e7e4!important;background:#fff!important;padding:12px 16px!important}.bf-react-club-highlight{margin:0!important}.bf-react-club-highlight span,.bf-react-club-page-panel article>span{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#006b4f!important;font-size:.76rem!important;font-weight:900!important}.bf-react-club-highlight strong,.bf-react-club-page-panel strong{color:#111a17!important;font-size:.98rem!important;line-height:1.26!important}.bf-react-club-highlight em,.bf-react-club-page-panel p{margin:0!important;color:#55635e!important;font-size:.86rem!important;font-style:normal!important;line-height:1.38!important}.bf-react-club-page-panel article{display:grid!important;gap:6px!important;border:1px solid #dfe7e3!important;border-radius:10px!important;background:#fff!important;padding:12px!important}.bf-react-club-page-panel button{justify-self:start!important;min-height:34px!important;border:0!important;border-radius:999px!important;background:#e8f4ef!important;color:#006b4f!important;padding:0 12px!important;font:inherit!important;font-size:.82rem!important;font-weight:900!important}.bf-react-post-row{padding:12px 16px 11px!important}.bf-react-post-head{margin-bottom:7px!important}.bf-react-feed-identity__avatar{width:28px!important;height:28px!important}.bf-react-feed-identity__body{font-size:.82rem!important}.bf-react-post-scope-line{overflow:hidden!important;color:#5a6863!important;font-size:.76rem!important;font-weight:760!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-post-row h2{font-size:1.02rem!important;line-height:1.2!important}.bf-react-post-row p{margin-top:6px!important;color:#26322e!important;font-size:.9rem!important;line-height:1.34!important}.bf-react-tags{gap:7px!important;margin-top:9px!important}.bf-react-tags .bf-ds-tag-list__tag{border-radius:999px!important;padding:5px 9px!important;font-size:.76rem!important;font-weight:820!important}.bf-react-post-row>.bf-react-engagement-bar{display:flex!important;gap:8px!important;justify-content:flex-start!important;margin-top:11px!important;overflow-x:auto!important;padding:0!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action{display:inline-flex!important;width:auto!important;min-width:0!important;min-height:30px!important;flex:0 0 auto!important;align-items:center!important;gap:5px!important;border-radius:999px!important;background:#f2f5f4!important;color:#26312d!important;padding:0 10px!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action>span{display:none!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-action strong{font-size:.78rem!important;font-weight:850!important}.bf-react-post-row>.bf-react-engagement-bar .bf-react-engagement-icon{width:17px!important;height:17px!important}.bf-react-stat-card,.bf-react-event-card,.bf-react-quote-card{border-radius:10px!important;margin-top:10px!important;padding:10px!important}.bf-react-current-scope{display:flex!important;width:calc(100% - 52px)!important;min-height:46px!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:12px 26px 0!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;background:#ffffff14!important;color:#fff!important;padding:7px 10px 7px 12px!important;text-align:left!important}.bf-react-current-scope span{display:grid!important;min-width:0!important;gap:2px!important}.bf-react-current-scope small{color:#ffffff9e!important;font-size:.67rem!important;font-weight:850!important;text-transform:uppercase!important}.bf-react-current-scope strong{overflow:hidden!important;color:#fff!important;font-size:.92rem!important;font-weight:920!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-current-scope em{flex:0 0 auto!important;border-radius:999px!important;background:#fff!important;color:#006b4f!important;padding:7px 11px!important;font-size:.76rem!important;font-style:normal!important;font-weight:920!important}.bf-react-scope-picker__sheet{grid-template-rows:auto minmax(0,1fr) auto!important}.bf-react-scope-picker__preview span{max-width:58%!important;overflow:hidden!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-scope-picker{position:fixed;inset:0;z-index:9998;display:grid;align-items:end;justify-items:center;background:#02061475;padding:12px}.bf-react-home-shell.is-modal-open>:not(.bf-react-scope-picker){display:none!important}.bf-react-app:has(.bf-react-home-shell.is-modal-open) .bf-bottom-nav{display:none!important}.bf-react-scope-picker__sheet{display:grid;width:min(100%,430px);max-height:min(88dvh,720px);overflow:auto;gap:14px;border-radius:22px 22px 18px 18px;background:#fff;padding:16px}.bf-react-scope-picker__sheet header{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center}.bf-react-scope-picker__sheet header strong{color:#111a17;font-size:1.1rem;text-align:center}.bf-react-scope-picker__sheet header button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:#eef4f1;color:#18251f}.bf-react-scope-picker__sheet nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;border-radius:999px;background:#eef3f0;padding:3px}.bf-react-scope-picker__sheet nav button,.bf-react-scope-picker__choices button,.bf-react-scope-picker__sheet footer button{border:0;font:inherit}.bf-react-scope-picker__sheet nav button{min-height:38px;border-radius:999px;background:transparent;color:#52615c;font-size:.84rem;font-weight:860}.bf-react-scope-picker__sheet nav button.is-active{background:#fff;color:#006b4f;box-shadow:0 6px 14px #111a1714}.bf-react-scope-picker__choices{display:grid;gap:10px}.bf-react-scope-picker__choices>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.bf-react-scope-picker__choices>div:first-child strong{color:#111a17;font-size:1rem}.bf-react-scope-picker__choices>div:first-child span,.bf-react-scope-picker__list em{color:#006b4f;font-size:.78rem;font-style:normal;font-weight:860}.bf-react-scope-picker__choices label{display:flex;min-height:46px;align-items:center;gap:9px;border:1px solid #dce5e1;border-radius:12px;background:#f8fbfa;padding:0 11px}.bf-react-scope-picker__choices label input{min-width:0;flex:1;border:0;background:transparent;color:#111a17;font:inherit;outline:none}.bf-react-scope-picker__list{display:grid;overflow:hidden;border:1px solid #dce5e1;border-radius:14px}.bf-react-scope-picker__list button{display:grid;grid-template-columns:minmax(0,1fr) auto auto;min-height:48px;align-items:center;gap:8px;border-radius:0;background:#fff;color:#17231f;padding:0 12px;text-align:left}.bf-react-scope-picker__list button+button{border-top:1px solid #edf2ef}.bf-react-scope-picker__list button.is-selected{background:#e8f4ef;color:#006b4f}.bf-react-scope-picker__list button svg{width:18px;height:18px}.bf-react-scope-picker__sheet footer{display:grid;gap:10px}.bf-react-scope-picker__chips{display:flex;flex-wrap:wrap;gap:6px}.bf-react-scope-picker__chips span{border-radius:999px;background:#eef6f2;color:#006b4f;padding:6px 9px;font-size:.78rem;font-weight:820}.bf-react-scope-picker__sheet footer button{min-height:44px;border-radius:999px;background:#006b4f;color:#fff;font-weight:920}.bf-react-scope-picker__sheet{grid-template-rows:auto auto minmax(0,1fr) auto!important;width:min(calc(100vw - 24px),430px)!important;max-height:min(84dvh,690px)!important;overflow:hidden!important;gap:12px!important;border-radius:24px 24px 18px 18px!important;box-shadow:0 -18px 50px #0206143d!important}.bf-react-scope-picker__choices{min-height:0!important;grid-template-rows:auto auto minmax(0,1fr)!important}.bf-react-scope-picker__list{max-height:clamp(240px,42dvh,390px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.bf-react-scope-picker__list button{min-height:50px!important;padding:0 13px!important}.bf-react-scope-picker__sheet footer{position:relative!important;z-index:2!important;margin:0 -2px -2px!important;padding-top:2px!important;background:#fff!important}.bf-react-scope-picker__preview{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:#53615c!important}.bf-react-scope-picker__preview strong{color:#101915!important;font-size:.86rem!important;font-weight:920!important}.bf-react-scope-picker__preview span{color:#006b4f!important;font-size:.76rem!important;font-weight:880!important}.bf-react-scope-picker__chips{max-height:72px!important;overflow-y:auto!important;padding-right:2px!important}.bf-react-scope-picker__chips span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:28px!important;padding:5px 9px!important}.bf-react-scope-picker__chips small{color:#66756f!important;font-size:.65rem!important;font-weight:900!important;text-transform:uppercase!important}.bf-react-home-hero .bf-react-club-strip button:before,.bf-react-home-hero .bf-react-club-strip button:after{content:none!important;display:none!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-strip__mark{display:grid!important;width:48px!important;height:48px!important;margin:0 auto 5px!important;place-items:center!important;border-radius:999px!important;background:linear-gradient(160deg,#13a978,#006c50)!important;color:#fff!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-strip__mark svg{display:block!important;width:25px!important;height:25px!important;color:currentColor!important}.bf-react-home-hero .bf-react-club-strip button{min-height:92px!important;align-content:center!important;gap:5px!important;box-shadow:none!important}.bf-react-home-hero .bf-react-club-strip button.is-active{box-shadow:inset 0 -3px #19c782!important}.bf-react-club-creator{z-index:9999!important;padding-bottom:max(16px,env(safe-area-inset-bottom))!important}.bf-react-club-creator__sheet{max-height:min(86dvh,720px)!important;padding-bottom:12px!important}.bf-react-club-creator__sheet footer{position:sticky!important;bottom:-12px!important;z-index:2!important;margin:0 -18px -12px!important;border-top:1px solid #e1e9e5!important;background:#fff!important;padding:12px 18px!important}.bf-react-home-hero{overflow:hidden!important;border-radius:0 0 22px 22px!important;background:radial-gradient(circle at 82% -12%,rgba(33,98,146,.3),transparent 38%),linear-gradient(160deg,#071225,#061024 48%,#020614)!important;color:#fff!important;padding-bottom:16px!important}.bf-react-home-hero .bf-react-home-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;min-height:46px!important;padding:22px 24px 0!important}.bf-react-home-hero .bf-react-home-brand{min-width:0!important}.bf-react-home-hero .bf-react-home-logo{display:inline-flex!important;align-items:center!important;max-width:100%!important;min-height:40px!important;gap:8px!important;border:0!important;background:transparent!important;color:#fff!important;padding:0!important;font-size:1.28rem!important;font-weight:920!important;letter-spacing:0!important;line-height:1!important}.bf-react-home-hero .bf-react-home-logo span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bf-react-home-hero .bf-react-home-logo svg:first-child{width:24px!important;height:24px!important;transform:rotate(8deg)!important}.bf-react-home-hero .bf-react-home-logo svg:last-child{width:16px!important;height:16px!important;opacity:.82!important}.bf-react-home-hero .bf-react-location-pill{display:none!important}.bf-react-home-hero .bf-react-home-actions{display:flex!important;align-items:center!important;gap:10px!important}.bf-react-home-hero .bf-react-home-actions button{position:relative!important;display:inline-grid!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;place-items:center!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#fff!important;padding:0!important;box-shadow:none!important}.bf-react-home-hero .bf-react-home-actions button svg{width:22px!important;height:22px!important;color:#fff!important;opacity:1!important;stroke:currentColor!important}.bf-react-home-hero .bf-react-home-actions button>span{position:absolute!important;top:2px!important;right:1px!important;display:grid!important;min-width:14px!important;height:14px!important;place-items:center!important;border:2px solid #071225!important;border-radius:999px!important;background:#2ed686!important;color:#052113!important;padding:0 2px!important;font-size:.52rem!important;font-weight:950!important;line-height:1!important}.bf-react-home-hero .bf-react-home-actions .bf-react-topbar-create{background:linear-gradient(180deg,#0eae79,#007f5d)!important;box-shadow:0 10px 20px #007f5d47!important}.bf-react-home-hero .bf-react-surface-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:auto!important;height:42px!important;margin:14px 24px 0!important;gap:0!important;overflow:hidden!important;border:0!important;border-radius:999px!important;background:#ffffff1a!important;padding:3px!important}.bf-react-home-hero .bf-react-surface-switch button{display:inline-flex!important;flex:1 1 auto!important;min-width:0!important;min-height:36px!important;justify-content:center!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#ffffffe6!important;padding:0 10px!important;font-size:.86rem!important;font-weight:860!important;box-shadow:none!important}.bf-react-home-hero .bf-react-surface-switch button svg{display:none!important}.bf-react-home-hero .bf-react-surface-switch button.is-active{background:#fff!important;color:#071225!important;box-shadow:0 7px 16px #0000002e!important}.bf-react-home-hero .bf-react-scope-rail{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin:18px 24px 0!important;gap:0!important;overflow:visible!important;padding:0!important}.bf-react-home-hero .bf-react-scope-rail button{position:relative!important;display:inline-flex!important;min-width:0!important;min-height:46px!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#ffffffe6!important;padding:0 4px 12px!important;font-size:.88rem!important;font-weight:860!important;box-shadow:none!important}.bf-react-home-hero .bf-react-scope-rail button:after{position:absolute!important;right:18px!important;bottom:0!important;left:18px!important;height:3px!important;border-radius:999px!important;background:transparent!important;content:""!important}.bf-react-home-hero .bf-react-scope-rail button.is-active{background:transparent!important;color:#fff!important}.bf-react-home-hero .bf-react-scope-rail button.is-active:after{background:#19c782!important}.bf-react-home-hero .bf-react-scope-rail svg{width:22px!important;height:22px!important}.bf-react-home-hero .bf-react-club-strip{display:flex!important;margin:16px 0 0!important;gap:8px!important;overflow-x:auto!important;padding:0 24px 1px!important;scrollbar-width:none!important}.bf-react-home-hero .bf-react-club-strip::-webkit-scrollbar{display:none!important}.bf-react-home-hero .bf-react-club-strip button{position:relative!important;display:grid!important;flex:0 0 88px!important;min-width:88px!important;min-height:92px!important;align-content:end!important;justify-items:center!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:14px!important;background:#ffffff12!important;color:#fff!important;padding:10px 8px 12px!important;text-align:center!important;box-shadow:none!important}.bf-react-home-hero .bf-react-club-strip button:before{display:grid!important;width:48px!important;height:48px!important;margin-bottom:7px!important;place-items:center!important;border-radius:999px!important;background:linear-gradient(160deg,#13a978,#006c50)!important;color:#fff!important;content:"••"!important;font-size:1.2rem!important;letter-spacing:-3px!important;line-height:1!important}.bf-react-home-hero .bf-react-club-strip button:nth-child(2):before{background:linear-gradient(160deg,#13a978,#006c50)!important;content:"••"!important;letter-spacing:-3px!important}.bf-react-home-hero .bf-react-club-strip button:nth-child(3):before{background:linear-gradient(160deg,#2e4055,#0d1828)!important;content:"◇"!important;letter-spacing:0!important}.bf-react-home-hero .bf-react-club-strip button:nth-child(4):before{background:linear-gradient(160deg,#75921b,#24430f)!important;content:"╱"!important;letter-spacing:0!important}.bf-react-home-hero .bf-react-club-strip button:nth-child(5):before{background:linear-gradient(160deg,#ee6c71,#a92935)!important;content:"+"!important;letter-spacing:0!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-create:before{background:linear-gradient(160deg,#0eae79,#006b4f)!important;content:"+"!important;letter-spacing:0!important}.bf-react-home-hero .bf-react-club-strip button:after{position:absolute!important;right:10px!important;bottom:-1px!important;left:10px!important;height:3px!important;border-radius:999px!important;background:transparent!important;content:""!important}.bf-react-home-hero .bf-react-club-strip button.is-active{border-color:#ffffff47!important;background:#ffffff1c!important;color:#fff!important}.bf-react-home-hero .bf-react-club-strip button.is-active:after{background:#19c782!important}.bf-react-home-hero .bf-react-club-strip strong{display:-webkit-box!important;width:100%!important;max-width:72px!important;overflow:hidden!important;text-overflow:clip!important;white-space:normal!important;color:currentColor!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:0!important;line-height:1.12!important;text-align:center!important;overflow-wrap:anywhere!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bf-react-home-hero .bf-react-club-strip span{display:none!important}.bf-react-home-hero .bf-react-search-bar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;height:58px!important;margin:16px 24px 0!important;border:0!important;border-radius:18px!important;background:#fff!important;color:#111827!important;padding:0 14px!important;box-shadow:0 12px 24px #00000038!important}.bf-react-home-hero .bf-react-search-bar>svg{width:23px!important;height:23px!important;color:#64748b!important}.bf-react-home-hero .bf-react-search-bar input{min-width:0!important;color:#111827!important;font-size:.92rem!important;font-weight:620!important}.bf-react-home-hero .bf-react-search-bar input::placeholder{color:#8893a3!important}.bf-react-home-hero .bf-react-search-bar button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border:0!important;background:transparent!important;color:#475569!important;padding:0!important}.bf-react-home-hero .bf-react-search-bar button svg{width:20px!important;height:20px!important}.bf-react-home-hero+.bf-react-feed-tabs,.bf-react-home-hero+.bf-react-club-home+.bf-react-feed-tabs{margin-top:14px!important}@media(max-width:380px){.bf-react-home-hero .bf-react-home-topbar,.bf-react-home-hero .bf-react-surface-switch,.bf-react-home-hero .bf-react-scope-rail,.bf-react-home-hero .bf-react-search-bar{margin-inline:18px!important}.bf-react-home-hero .bf-react-home-topbar{padding-inline:18px!important;margin-inline:0!important}.bf-react-home-hero .bf-react-club-strip{padding-inline:18px!important}.bf-react-home-hero .bf-react-home-actions{gap:6px!important}}.bf-react-home-hero{padding-bottom:18px!important}.bf-react-home-hero .bf-react-home-topbar,.bf-react-home-hero .bf-react-surface-switch,.bf-react-home-hero .bf-react-scope-rail{margin-inline:24px!important}.bf-react-home-hero .bf-react-home-topbar{padding-inline:0!important}.bf-react-home-hero .bf-react-club-strip{margin-top:16px!important;gap:10px!important;padding:0 24px!important}.bf-react-home-hero .bf-react-club-strip button{flex-basis:86px!important;min-width:86px!important;min-height:92px!important;align-content:start!important;gap:7px!important;padding:8px 7px 11px!important}.bf-react-home-hero .bf-react-club-strip button:before,.bf-react-home-hero .bf-react-club-strip button:after{content:none!important}.bf-react-club-strip__mark{display:grid!important;width:48px!important;height:48px!important;place-items:center!important;border-radius:999px!important;background:linear-gradient(160deg,#13a978,#006c50)!important;color:#fff!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-strip__mark{display:grid!important}.bf-react-club-strip button:nth-child(3) .bf-react-club-strip__mark{background:linear-gradient(160deg,#2e4055,#0d1828)!important}.bf-react-club-strip button:nth-child(4) .bf-react-club-strip__mark{background:linear-gradient(160deg,#75921b,#24430f)!important}.bf-react-club-strip .bf-react-club-create .bf-react-club-strip__mark{background:linear-gradient(160deg,#0eae79,#006b4f)!important}.bf-react-club-strip__mark svg{width:25px!important;height:25px!important;stroke-width:2.2!important}.bf-react-home-hero .bf-react-club-strip button.is-active{border-color:#ffffff52!important;box-shadow:inset 0 -3px #19c782!important}.bf-react-home-hero .bf-react-club-strip strong{max-width:74px!important;font-size:.73rem!important;line-height:1.08!important}.bf-react-search-panel label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;border:1px solid #dce5e1;border-radius:12px;background:#f8fbfa;padding:0 10px}.bf-react-search-panel label input{min-width:0;border:0;background:transparent;color:#111a17;font:inherit;font-size:.95rem;outline:none}.bf-react-search-panel label button{display:inline-grid;width:32px;height:32px;place-items:center;border:0;border-radius:999px;background:#eaf2ef;color:#006b4f;padding:0}.bf-react-search-panel label svg{width:19px;height:19px;color:#64716c}.bf-react-club-creator{position:fixed;inset:0;z-index:90;display:grid;align-items:end;justify-items:center;background:#02061475;padding:18px 12px}.bf-react-club-creator__sheet{display:grid;width:min(100%,430px);max-height:min(92dvh,720px);overflow:auto;gap:15px;border-radius:22px 22px 18px 18px;background:#fff;padding:18px;box-shadow:0 24px 70px #02061457}.bf-react-club-creator__sheet header,.bf-react-club-creator__sheet footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.bf-react-club-creator__sheet header span,.bf-react-club-creator__icons>span,.bf-react-club-creator__scope>span,.bf-react-club-creator__field>span{color:#006b4f;font-size:.72rem;font-weight:920;text-transform:uppercase}.bf-react-club-creator__sheet header strong{display:block;margin-top:3px;color:#111a17;font-size:1.22rem;line-height:1.12}.bf-react-club-creator__sheet header button{display:inline-grid;width:38px;height:38px;place-items:center;border:0;border-radius:999px;background:#eef4f1;color:#15231e}.bf-react-club-creator__field{display:grid;gap:7px}.bf-react-club-creator__field input,.bf-react-club-creator__field textarea{width:100%;border:1px solid #dce5e1;border-radius:12px;background:#fbfdfc;color:#111a17;font:inherit;outline:none;padding:12px}.bf-react-club-creator__field textarea{min-height:92px;resize:vertical}.bf-react-club-creator__icons,.bf-react-club-creator__scope{display:grid;gap:9px}.bf-react-club-creator__icons>div,.bf-react-club-creator__scope>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bf-react-club-creator__icons button,.bf-react-club-creator__scope button{display:grid;min-width:0;min-height:72px;justify-items:center;align-content:center;gap:6px;border:1px solid #dce5e1;border-radius:13px;background:#f8fbfa;color:#18251f;padding:8px 5px;font:inherit;font-size:.74rem;font-weight:820}.bf-react-club-creator__icons button.is-active,.bf-react-club-creator__scope button.is-active{border-color:#0a7c5c;background:#e6f5ef;color:#006b4f;box-shadow:inset 0 -3px #0a7c5c}.bf-react-club-creator__icons svg,.bf-react-club-creator__scope svg{width:23px;height:23px}.bf-react-club-creator__sheet footer button{flex:1 1 0;min-height:44px;border:0;border-radius:999px;background:#eef4f1;color:#15231e;font:inherit;font-weight:900}.bf-react-club-creator__sheet footer button:last-child{background:#006b4f;color:#fff}@media(max-width:380px){.bf-react-home-shell,.bf-react-detail-page{width:100vw!important;max-width:100vw!important}.bf-react-home-hero .bf-react-home-topbar,.bf-react-home-hero .bf-react-surface-switch,.bf-react-home-hero .bf-react-scope-rail{margin-inline:18px!important}.bf-react-home-hero .bf-react-club-strip{padding-inline:18px!important}}.bf-react-surface-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 17px 0;border:1px solid #dfe7e3;border-radius:8px;background:#f7faf8;padding:4px}.bf-react-surface-switch button,.bf-react-scope-rail button,.bf-react-club-strip button{border:0;font:inherit}.bf-react-surface-switch button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border-radius:6px;background:transparent;color:#50605b;font-size:.88rem;font-weight:900}.bf-react-surface-switch button.is-active{background:#fff;color:#006b4f;box-shadow:0 4px 12px #111a170f}.bf-react-surface-switch svg,.bf-react-scope-rail svg{width:17px;height:17px}.bf-react-scope-rail,.bf-react-club-strip{display:flex;gap:8px;margin:10px 17px 0;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-react-scope-rail::-webkit-scrollbar,.bf-react-club-strip::-webkit-scrollbar{display:none}.bf-react-scope-rail button{display:inline-flex;flex:0 0 auto;min-height:42px;align-items:center;gap:7px;border:1px solid #dce7e2;border-radius:999px;background:#fff;color:#31413c;padding:0 12px;font-size:.86rem;font-weight:880}.bf-react-scope-rail button.is-active{border-color:#006b4f;background:#e8f5f0;color:#006b4f}.bf-react-club-strip button{display:grid;flex:0 0 168px;min-height:58px;align-content:center;gap:4px;border:1px solid #dce7e2;border-radius:8px;background:#fff;color:#111a17;padding:8px 10px;text-align:left}.bf-react-club-strip strong,.bf-react-post-scope-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-react-club-strip strong{font-size:.84rem;font-weight:920}.bf-react-club-strip span,.bf-react-post-scope-line{color:#65716d;font-size:.76rem;font-weight:760}.bf-react-post-scope-line{display:block;max-width:100%;margin-top:3px}@media(max-width:360px){.bf-react-surface-switch,.bf-react-scope-rail,.bf-react-club-strip{margin-inline:14px}.bf-react-club-strip button{flex-basis:148px}}.bf-react-home-hero{overflow:hidden;border-radius:0 0 28px 28px;background:#050720;color:#fff;padding-bottom:18px}.bf-react-home-hero .bf-react-home-topbar{padding:24px 18px 0!important}.bf-react-home-hero .bf-react-home-logo,.bf-react-home-hero .bf-react-location-pill,.bf-react-home-hero .bf-react-home-actions button{color:#fff!important}.bf-react-home-hero .bf-react-location-pill{opacity:.92}.bf-react-home-hero .bf-react-profile-button{background:#fff!important;color:#050720!important}.bf-react-home-hero .bf-react-surface-switch{display:flex;gap:9px;margin:22px 0 0 18px;overflow-x:auto;border:0;border-radius:0;background:transparent;padding:0 22px 0 0;scrollbar-width:none}.bf-react-home-hero .bf-react-surface-switch::-webkit-scrollbar{display:none}.bf-react-home-hero .bf-react-surface-switch button{position:relative;flex:0 0 138px;min-height:78px;align-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px 18px 0 0;background:#ffffff12;color:#ffffffad;font-size:.96rem}.bf-react-home-hero .bf-react-surface-switch button.is-active{border-color:#ffffff57;background:#14175e;color:#fff;box-shadow:inset 0 3px #f0712f}.bf-react-home-hero .bf-react-surface-switch svg{width:28px;height:28px;color:currentColor}.bf-react-home-hero .bf-react-scope-rail,.bf-react-home-hero .bf-react-club-strip{margin:0;padding:14px 18px 0}.bf-react-home-hero .bf-react-scope-rail{gap:10px}.bf-react-home-hero .bf-react-scope-rail button{flex:1 1 0;justify-content:center;min-height:48px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#ffffff14;color:#ffffffc7;padding-inline:8px}.bf-react-home-hero .bf-react-scope-rail button.is-active{border-color:#fff;background:#fff;color:#050720}.bf-react-home-hero .bf-react-club-strip{gap:10px}.bf-react-home-hero .bf-react-club-strip button{flex:0 0 166px;min-height:68px;border-color:#fff3;background:#ffffff14;color:#fff}.bf-react-home-hero .bf-react-club-strip button.is-active,.bf-react-home-hero .bf-react-club-strip .bf-react-club-create{border-color:#fff;background:#fff;color:#050720}.bf-react-home-hero .bf-react-club-strip span{color:currentColor;opacity:.68}.bf-react-home-hero .bf-react-search-bar{height:56px;margin:18px 18px 0;border:0;border-radius:16px;background:#fff;color:#111a17;box-shadow:0 10px 24px #0000002e}.bf-react-home-hero .bf-react-search-bar input{color:#111a17}.bf-react-home-hero .bf-react-search-bar button,.bf-react-home-hero .bf-react-search-bar .bf-react-home-topbar-icon{color:#5d6872}.bf-react-club-home{display:grid;gap:10px;border-bottom:1px solid var(--bf-react-line);background:#fff;padding:14px 18px}.bf-react-club-home header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.bf-react-club-home h2,.bf-react-club-home p{margin:0}.bf-react-club-home header span{color:#006b4f;font-size:.76rem;font-weight:920;text-transform:uppercase}.bf-react-club-home h2{margin-top:2px;font-size:1.18rem;line-height:1.15}.bf-react-club-home p{margin-top:4px;color:#64716c;font-size:.84rem}.bf-react-club-home header button{min-height:38px;border:0;border-radius:999px;background:#006b4f;color:#fff;padding:0 15px;font:inherit;font-weight:900}.bf-react-club-home__rail{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.bf-react-club-home__rail::-webkit-scrollbar{display:none}.bf-react-club-home__rail article{flex:0 0 196px;border:1px solid #dfe8e4;border-radius:8px;background:#f8fbfa;padding:10px}.bf-react-club-home__rail strong,.bf-react-club-home__rail span{display:block}.bf-react-club-home__rail strong{color:#111a17;font-size:.86rem}.bf-react-club-home__rail span{margin-top:4px;color:#5f6d68;font-size:.78rem;line-height:1.28}.bf-react-home-hero+.bf-react-feed-tabs{margin-top:16px!important}@media(max-width:360px){.bf-react-home-hero .bf-react-surface-switch button{flex-basis:118px}.bf-react-home-hero .bf-react-club-strip button{flex-basis:146px}.bf-react-home-hero .bf-react-scope-rail{gap:7px}.bf-react-home-hero .bf-react-scope-rail button{font-size:.78rem}}.bf-react-comments{--comment-avatar-size: 42px;--comment-avatar-center-y: 21px;--comment-rail-x: 21px;--comment-child-indent: 34px;--comment-rail-color: #d8e7e1}.bf-react-comment-branch,.bf-react-comment,.bf-react-comment-content,.bf-react-comment-content>.bf-react-user-meta{position:relative!important}.bf-react-comment-branch:before,.bf-react-comment-branch:after,.bf-react-comment:before,.bf-react-comment:after,.bf-react-comment-children:before,.bf-react-comment-children:after{content:none!important}.bf-react-comment-content .bf-react-avatar{width:var(--comment-avatar-size)!important;height:var(--comment-avatar-size)!important;position:relative!important;z-index:4!important}.bf-react-comment-children,.bf-react-comment-children .bf-react-comment-children,.bf-react-comment-children .bf-react-comment-branch[data-depth]>.bf-react-comment-children{padding-left:var(--comment-child-indent)!important}.bf-react-comment-branch.has-replies{position:relative!important}.bf-react-comment-branch.has-replies:before{position:absolute!important;top:calc(10px + var(--comment-avatar-center-y))!important;bottom:18px!important;left:var(--comment-rail-x)!important;z-index:1!important;width:2px!important;border-radius:999px!important;background:var(--comment-rail-color)!important;content:""!important;pointer-events:none!important}.bf-react-comment-children .bf-react-comment-content>.bf-react-user-meta:before{position:absolute!important;top:var(--comment-avatar-center-y)!important;left:calc(-1 * var(--comment-child-indent) + var(--comment-rail-x))!important;z-index:5!important;width:calc(var(--comment-child-indent) + var(--comment-rail-x))!important;height:2px!important;border-radius:999px!important;background:var(--comment-rail-color)!important;content:""!important;pointer-events:none!important}.bf-react-comment-content>.bf-react-user-meta{z-index:3!important}.bf-react-post-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;min-height:0!important;align-items:center!important;gap:10px!important;margin-bottom:9px!important}.bf-react-post-meta{display:block!important;min-width:0!important}.bf-react-feed-identity,.bf-react-feed-identity__body{display:inline-flex;min-width:0;align-items:center}.bf-react-feed-identity{max-width:100%;gap:8px;color:#5d6964;font-size:.9rem;line-height:1.2}.bf-react-feed-identity--button{border:0;background:transparent;padding:0;font:inherit;text-align:left;cursor:pointer}.bf-react-feed-identity--button:focus-visible{outline:2px solid rgba(0,107,79,.42);outline-offset:3px}.bf-react-feed-identity__avatar,.bf-react-feed-identity .bf-ds-avatar{width:28px!important;height:28px!important;flex:0 0 auto}.bf-react-feed-identity__body{gap:6px}.bf-react-feed-identity__body strong{overflow:hidden;color:#17211d;font-weight:840;text-overflow:ellipsis;white-space:nowrap}.bf-react-feed-identity__body time{flex:0 0 auto;color:#69756f}.bf-react-post-context-line,.bf-react-new-post-strip,.bf-react-flow-preview,.bf-react-detail-publish-flow,.bf-react-detail-context,.bf-react-detail-badge,.bf-react-stat-card__meta span,.bf-react-quote-source{display:none!important}@media(max-width:360px){.bf-react-feed-identity{font-size:.84rem}.bf-react-feed-identity__avatar,.bf-react-feed-identity .bf-ds-avatar{width:25px!important;height:25px!important}}.bf-react-comment-content>footer button span,.bf-react-comment-content>footer button strong{color:currentColor!important;font-size:.84rem!important;font-weight:760!important}.bf-react-comment-content>footer .bf-react-comment-icon{width:17px!important;height:17px!important;stroke-width:2!important}.bf-react-comment-content>footer button[data-comment-action=more]{width:28px!important;min-width:28px!important;padding:0!important}.bf-react-comment-replying,.bf-react-comment-thread-toggle{display:inline-flex!important;width:fit-content!important;min-height:28px!important;align-items:center!important;gap:6px!important;margin:7px 0 0 44px!important;border:0!important;border-radius:999px!important;background:#f1f6f4!important;color:#006b4f!important;padding:0 9px!important;font-size:.82rem!important;font-weight:820!important}.bf-react-comment-thread-toggle .bf-react-comment-icon{width:15px!important;height:15px!important}.bf-react-comment-children{position:relative!important;display:grid!important;min-width:0!important;margin:-4px 0 0!important;padding:0 0 6px 44px!important}.bf-react-comment-branch[data-depth="1"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="2"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="3"]>.bf-react-comment-children{margin-left:0!important;padding-left:34px!important}.bf-react-comment-children:before{content:none!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:after,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:after{content:none!important}.bf-react-comment-children .bf-react-comment-content{padding-block:10px!important}@media(max-width:480px){.bf-react-quote-card,.bf-react-detail-main>.bf-react-quote-card{grid-template-columns:5px 36px minmax(0,1fr)!important;gap:10px!important;padding:11px!important}.bf-react-quote-doc,.bf-react-detail-main>.bf-react-quote-card .bf-react-quote-doc{width:36px!important;height:36px!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:before{left:-22px!important;width:15px!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:after{left:-22px!important}.bf-react-comment-content>p,.bf-react-comment-content>footer,.bf-react-comment-replying,.bf-react-comment-thread-toggle{margin-left:44px!important}.bf-react-comment-children{margin-left:0!important;padding-left:44px!important}.bf-react-comment-branch[data-depth="1"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="2"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="3"]>.bf-react-comment-children{margin-left:0!important;padding-left:34px!important}}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch.has-replies:before{top:48px!important;bottom:12px!important;left:17px!important;width:2px!important;background:#d8e4df!important;content:""!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:not(.has-replies):before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:not(.has-replies):after{content:none!important}.bf-react-composer{display:grid!important;align-items:stretch!important;gap:10px!important;padding-block:10px!important}.bf-react-composer__main{display:grid!important;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:9px}.bf-react-composer__main>span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:#e8f3ef;color:#006b4f;font-size:1.35rem}.bf-react-composer__ask-button{display:inline-flex!important;min-width:0!important;align-items:center;gap:6px;border:1px solid rgba(0,107,79,.24)!important;background:#f8fffb!important;color:#006b4f!important}.bf-react-composer__ask-button svg{width:16px;height:16px}.bf-react-composer__ask-panel,.bf-react-composer__ask-card{display:grid;gap:10px;border:1px solid #dce5e1;border-radius:8px;background:#fff;padding:12px}.bf-react-composer__ask-tabs,.bf-react-composer__ask-presets,.bf-react-composer__category-chips,.bf-react-composer__form-blocks{display:flex;flex-wrap:wrap;gap:8px}.bf-react-composer__ask-tabs button,.bf-react-composer__ask-presets button,.bf-react-composer__category-chips button{min-width:0!important;min-height:34px!important;border:1px solid #dce5e1!important;background:#fff!important;color:#2f3d37!important;padding:0 10px!important;font-size:.88rem!important}.bf-react-composer__ask-tabs button.is-selected,.bf-react-composer__ask-presets button.is-selected,.bf-react-composer__category-chips button.is-selected{border-color:#006b4f!important;background:#e8f4ef!important;color:#006b4f!important}.bf-react-composer__ask-panel label{display:grid;gap:6px}.bf-react-composer__ask-panel label span{color:#52605b;font-size:.82rem;font-weight:820}.bf-react-composer__ask-panel label input{min-height:42px;border:1px solid #dce5e1;border-radius:8px;padding:0 11px}.bf-react-composer__form-blocks span{display:inline-flex;align-items:center;gap:6px;border-radius:7px;background:#f4f8f6;color:#35443d;padding:7px 9px;font-size:.82rem;font-weight:820}.bf-react-composer__form-blocks svg{width:15px;height:15px}.bf-react-composer__attach{width:100%;border-radius:8px!important}.bf-react-composer__ask-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;border-color:#006b4f47;background:#f8fffb}.bf-react-composer__ask-card div{display:grid;min-width:0;gap:4px}.bf-react-composer__ask-card span{display:inline-flex;align-items:center;gap:6px;color:#006b4f;font-size:.76rem;font-weight:900;text-transform:uppercase}.bf-react-composer__ask-card strong,.bf-react-attached-ask-title{color:#111a17;font-size:.98rem;line-height:1.24}.bf-react-composer__ask-card em{overflow:hidden;color:#66736e;font-size:.82rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.bf-react-composer__ask-card button{min-width:0!important;border:1px solid #dce5e1!important;background:#fff!important;color:#53615c!important;padding-inline:12px!important}.bf-react-stat-card--attached{background:#fbfffd}.bf-react-attached-ask-title{display:block}@media(max-width:480px){.bf-react-composer__main{grid-template-columns:34px minmax(0,1fr) auto}.bf-react-composer__main>button[type=submit]{grid-column:3}.bf-react-composer__ask-button{grid-column:2 / 4;justify-content:center}}.bf-react-post-head{grid-template-columns:minmax(0,1fr) auto!important;min-height:0!important;align-items:start!important;margin-bottom:10px!important}.bf-react-post-meta{gap:4px!important}.bf-react-post-context-line{display:flex;min-width:0;align-items:center;gap:7px;color:#65716d;font-size:.86rem;font-weight:720;line-height:1.2}.bf-react-post-context-line span:first-child{color:#006b4f;font-weight:860}.bf-react-post-actions{position:relative;display:flex!important;min-width:0;align-items:center;justify-content:flex-end}.bf-react-post-actions>button[aria-label="More post options"]{display:grid;width:32px;height:32px;place-items:center;border-radius:999px;background:transparent;color:#25303a}.bf-react-feed-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:80;display:grid;width:min(210px,calc(100vw - 36px));overflow:hidden;border:1px solid #dce5e1;border-radius:8px;background:#fff;box-shadow:0 14px 30px #111a1724}.bf-react-feed-menu button{display:inline-flex;min-height:42px;align-items:center;justify-content:flex-start;gap:9px;border:0;border-radius:0;background:#fff;color:#111a17;padding:0 12px;font:inherit;font-size:.88rem;font-weight:760}.bf-react-feed-menu button+button{border-top:1px solid #eef2f0}.bf-react-feed-menu svg{width:17px;height:17px;color:#006b4f}@media(max-width:360px){.bf-react-home-shell,.bf-react-detail-page{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.bf-react-home-topbar{gap:10px!important;padding-inline:14px!important}.bf-react-home-logo{font-size:1.48rem!important}.bf-react-location-pill{gap:5px!important;font-size:.82rem!important}.bf-react-location-pill span:nth-child(2){max-width:88px!important}.bf-react-home-actions{gap:2px!important}.bf-react-feed-tabs button{min-width:74px!important;font-size:1rem!important}.bf-react-composer{margin-inline:14px!important;padding-inline:10px!important}.bf-react-composer__main{grid-template-columns:34px minmax(0,1fr) 64px!important;gap:7px!important}.bf-react-composer input{font-size:1rem!important}.bf-react-composer__ask-button{grid-column:2 / 4!important}.bf-react-event-card>div,.bf-react-event-card footer{display:flex!important;flex-wrap:wrap!important;min-width:0!important;width:100%!important;gap:8px!important}.bf-react-event-card footer span,.bf-react-event-card footer button{flex:1 1 120px!important;min-width:0!important}}.bf-react-app:has(.bf-react-detail-page) .bf-home-view{padding-bottom:132px!important}.bf-react-app:has(.bf-react-detail-page) .bf-simple-view{padding:0 0 calc(var(--nav-h, 76px) + 132px)!important;scroll-padding-bottom:calc(var(--nav-h, 76px) + 132px)!important}.bf-react-app:has(.bf-react-detail-page) .bf-view{background:#fff!important}.bf-react-detail-page{margin:0 auto!important;min-height:100dvh!important}.bf-react-detail-main{background:#fff!important;padding-bottom:calc(var(--nav-h, 76px) + 152px)!important}.bf-react-detail-main>.bf-react-engagement-bar{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;margin:22px -2px 0!important;border-top:1px solid rgba(17,26,23,.08)!important;border-bottom:1px solid rgba(17,26,23,.08)!important;padding:6px 0!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action{display:inline-flex!important;min-width:0!important;min-height:38px!important;align-items:center!important;justify-content:center!important;gap:5px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#1c2925!important;padding:0 4px!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:not(:last-child),.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:not(:last-child):after,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:after{border-right:0!important;content:none!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action:hover,.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action[aria-pressed=true]{background:#eef7f3!important;color:#006b4f!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-icon{width:20px!important;height:20px!important;stroke-width:1.9!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action strong{color:currentColor!important;font-size:.84rem!important;font-weight:780!important;line-height:1!important}.bf-react-detail-main>.bf-react-engagement-bar .bf-react-engagement-action>span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.bf-react-comments{margin:0 -21px!important;border-top:0!important;background:#fff!important;padding:16px 21px 0!important}.bf-react-replies-toolbar{min-height:34px!important;margin-bottom:6px!important}.bf-react-replies-toolbar button{min-height:30px!important;background:transparent!important;color:#0e1b16!important;padding:0!important;font-size:1rem!important}.bf-react-comment-tree,.bf-react-comment-tree--nested,.bf-react-comment-branch,.bf-react-comment,.bf-react-comment-children,.bf-react-comment-content{min-width:0!important}.bf-react-comment-tree{display:grid!important;gap:0!important}.bf-react-comment-branch{position:relative!important;margin:0!important;border:0!important}.bf-react-comment,.bf-react-comment:not(.has-replies),.bf-react-comment-branch>.bf-react-comment,.bf-react-comment-children .bf-react-comment-branch>.bf-react-comment{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;margin:0!important;border:0!important;background:transparent!important}.bf-react-comment-rail,.bf-react-comment-content:before,.bf-react-comment-content>.bf-react-user-meta:before,.bf-react-comment-content>.bf-react-user-meta:after,.bf-react-comment-branch:before,.bf-react-comment-branch:after,.bf-react-comment:before,.bf-react-comment:after,.bf-react-comment-children:before,.bf-react-comment-children:after{display:none!important;content:none!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:after,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:last-child:after,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch.has-replies:before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:not(.has-replies):before,.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch:not(.has-replies):after{display:none!important;width:0!important;height:0!important;background:transparent!important;content:none!important}.bf-react-comment-content{position:relative!important;padding:9px 0 6px!important}.bf-react-comment-content>.bf-react-user-meta,.bf-react-comment-content>p,.bf-react-comment-content>footer,.bf-react-comment-thread-toggle{position:relative!important;z-index:2!important}.bf-react-comment .bf-react-avatar{width:36px!important;height:36px!important;font-size:.82rem!important}.bf-react-comment-content>p{margin:6px 0 0 42px!important;color:#101b17!important;font-size:.98rem!important;line-height:1.45!important}.bf-react-comment-content>footer{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:5px 0 0 42px!important}.bf-react-comment-content>footer button{display:inline-flex!important;min-width:0!important;min-height:26px!important;align-items:center!important;justify-content:center!important;gap:4px!important;border-radius:999px!important;background:transparent!important;color:#53645e!important;padding:0 3px!important;font-size:.82rem!important;font-weight:760!important}.bf-react-comment-content>footer button:hover,.bf-react-comment-content>footer button[aria-pressed=true]{background:#eef7f3!important;color:#006b4f!important}.bf-react-comment-content>footer button[data-comment-action=reply] span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.bf-react-comment-content>footer .bf-react-comment-toggle{display:none!important}.bf-react-comment-icon{width:15px!important;height:15px!important;stroke-width:1.9!important}.bf-react-comment-thread-toggle{display:inline-flex!important;align-items:center!important;gap:4px!important;width:fit-content!important;min-height:22px!important;margin:4px 0 0 42px!important;border-radius:999px!important;background:transparent!important;color:#006b4f!important;padding:0 2px!important;font-size:.8rem!important;font-weight:820!important}.bf-react-comment-thread-toggle:hover{background:transparent!important;color:#004d39!important}.bf-react-comment-children{position:relative!important;margin:2px 0 0 18px!important;border-left:1px solid rgba(0,107,79,.14)!important;padding:0 0 0 17px!important}.bf-react-comment-children .bf-react-comment-children,.bf-react-comment-children .bf-react-comment-branch[data-depth]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="1"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="2"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="3"]>.bf-react-comment-children{margin:2px 0 0 18px!important;border-left:1px solid rgba(0,107,79,.14)!important;padding:0 0 0 17px!important}.bf-react-comment-children:before{display:none!important;content:none!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch>.bf-react-comment:before{display:none!important;content:none!important}.bf-react-comment-branch[data-depth="2"] .bf-react-comment-children,.bf-react-comment-branch[data-depth="3"] .bf-react-comment-children{margin:2px 0 0 18px!important;border-left:1px solid rgba(0,107,79,.14)!important;padding:0 0 0 17px!important}.bf-react-comment-branch[data-depth="2"] .bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch>.bf-react-comment:before{display:none!important;content:none!important}.bf-react-detail-page>.bf-react-comment-composer{grid-template-columns:34px minmax(0,1fr) 40px!important;align-items:center!important;gap:10px!important;box-shadow:0 -8px 22px #111a1714!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.bf-react-detail-page>.bf-react-comment-composer>div{display:contents!important}.bf-react-detail-page>.bf-react-comment-composer textarea{min-height:40px!important;max-height:96px!important;border-radius:999px!important;padding:10px 14px!important;font-size:.96rem!important;line-height:1.25!important}.bf-react-detail-page>.bf-react-comment-composer footer{display:contents!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=button]{display:none!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]{display:inline-flex!important;grid-column:3!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#006b4f!important;color:transparent!important;padding:0!important;font-size:0!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:before{width:11px!important;height:11px!important;border-top:2px solid currentColor!important;border-right:2px solid currentColor!important;color:#fff!important;content:""!important;transform:rotate(45deg) translate(-1px)!important}.bf-react-detail-page>.bf-react-comment-composer footer button[type=submit]:disabled{background:#d8e1dd!important;color:transparent!important}@media(max-width:380px){.bf-react-comment-children{margin-left:16px!important;padding-left:15px!important}.bf-react-comment-children .bf-react-comment-children,.bf-react-comment-children .bf-react-comment-branch[data-depth]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="1"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="2"]>.bf-react-comment-children,.bf-react-comment-branch[data-depth="3"]>.bf-react-comment-children{margin-left:16px!important;padding-left:15px!important}.bf-react-comment-children>.bf-react-comment-tree>.bf-react-comment-branch>.bf-react-comment:before{display:none!important;content:none!important}.bf-react-comment-content>p,.bf-react-comment-content>footer,.bf-react-comment-thread-toggle{margin-left:40px!important}}.bf-react-home-shell,.bf-react-detail-page{width:min(100vw,430px)!important;max-width:430px!important}.bf-react-home-hero .bf-react-search-bar{display:none!important}.bf-react-home-hero .bf-react-club-strip{display:flex!important;margin:16px 0 0!important;gap:10px!important;overflow-x:auto!important;padding:0 24px!important}.bf-react-home-hero .bf-react-club-strip button{display:grid!important;flex:0 0 86px!important;min-width:86px!important;min-height:92px!important;align-content:center!important;justify-items:center!important;gap:6px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:14px!important;background:#ffffff12!important;color:#fff!important;padding:9px 7px 11px!important;text-align:center!important;box-shadow:none!important}.bf-react-home-hero .bf-react-club-strip button:before,.bf-react-home-hero .bf-react-club-strip button:after{display:none!important;content:none!important}.bf-react-home-hero .bf-react-club-strip button.is-active{border-color:#ffffff57!important;background:#ffffff1a!important;box-shadow:inset 0 -3px #19c782!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-strip__mark{display:grid!important;width:48px!important;height:48px!important;margin:0 auto 4px!important;place-items:center!important;border-radius:999px!important;background:var(--club-icon-color, #0e8f68)!important;color:#fff!important}.bf-react-home-hero .bf-react-club-strip .bf-react-club-strip__mark svg{display:block!important;width:25px!important;height:25px!important;color:currentColor!important;stroke-width:2.2!important}.bf-react-home-hero .bf-react-club-strip strong{display:-webkit-box!important;width:100%!important;max-width:74px!important;overflow:hidden!important;color:currentColor!important;font-size:.73rem!important;font-weight:900!important;line-height:1.08!important;text-align:center!important;white-space:normal!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.bf-react-home-hero .bf-react-club-strip span:not(.bf-react-club-strip__mark){display:none!important}.bf-react-club-creator__icons>div{grid-template-columns:repeat(4,minmax(0,1fr))!important}.bf-react-club-creator__icons button{min-height:58px!important}.bf-react-club-creator__icons button svg{width:25px!important;height:25px!important}.bf-react-club-creator__colors{display:grid;gap:9px}.bf-react-club-creator__colors>span{color:#006b4f;font-size:.72rem;font-weight:920;text-transform:uppercase}.bf-react-club-creator__colors>div{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.bf-react-club-creator__colors button{width:100%;aspect-ratio:1;min-height:34px;border:2px solid transparent;border-radius:999px;background:var(--club-icon-color);box-shadow:inset 0 0 0 3px #fff,0 0 0 1px #dce5e1}.bf-react-club-creator__colors button.is-active{border-color:#111a17;box-shadow:inset 0 0 0 3px #fff,0 0 0 2px #006b4f}.bf-react-club-creator__scope button{min-height:66px!important}.bf-react-club-creator__sheet footer{position:sticky!important;bottom:-12px!important}.bfMapViewShell{position:relative;min-height:100%}.bfLegacyMapMount{position:relative;width:100%;height:100dvh;min-height:620px;overflow:hidden;background:#edf4f1}.bfMapFocusScene{position:absolute;inset:0;z-index:10;pointer-events:none;background:radial-gradient(circle at 56% 43%,rgba(0,107,79,.24) 0 .4rem,rgba(0,107,79,.08) .45rem 7rem,transparent 7.2rem),linear-gradient(90deg,rgba(0,107,79,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(0,107,79,.08) 1px,transparent 1px),linear-gradient(135deg,#e8f4effa,#f6faf8f2);background-size:auto,72px 72px,72px 72px,auto}.bfMapFocusScene:before,.bfMapFocusScene:after{content:"";position:absolute;border:2px solid rgba(0,107,79,.2);border-radius:999px}.bfMapFocusScene:before{right:18%;bottom:22%;width:34vw;height:34vw;max-width:360px;max-height:360px}.bfMapFocusScene:after{top:34%;left:28%;width:18vw;height:18vw;max-width:180px;max-height:180px;background:#ffffff6b}.bfMapFocusScene__pin{position:absolute;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(0,107,79,.24);border-radius:999px;background:#fff;color:#006b4f;box-shadow:0 12px 26px #111a1724}.bfMapFocusScene__pin svg{width:19px;height:19px}.bfMapFocusScene__pin.is-focus{top:43%;left:56%;width:48px;height:48px;background:#006b4f;color:#fff;box-shadow:0 0 0 18px #006b4f1f,0 18px 34px #111a1733}.bfMapFocusScene__pin.is-nearby{top:58%;left:42%}.bfMapFocusScene__pin.is-meetup{top:35%;left:70%}.bfLegacyMapStatus{display:grid;gap:6px;min-height:inherit;align-content:center;justify-items:center;color:#315149;padding:24px;text-align:center}.bfLegacyMapStatus strong{color:#10231f;font-size:1rem;font-weight:880}.bfLegacyMapStatus span{max-width:280px;color:#60736d;font-size:.88rem;line-height:1.35}.bfLegacyMapStatus__scene{position:relative;width:min(260px,74vw);aspect-ratio:1;overflow:hidden;border:1px solid rgba(0,107,79,.18);border-radius:999px;background:linear-gradient(90deg,rgba(0,107,79,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(0,107,79,.08) 1px,transparent 1px),#f8fcfa;background-size:34px 34px,34px 34px,auto}.bfLegacyMapStatus__scene span{position:absolute;display:block;max-width:none;border-radius:42% 58% 45% 55%;background:#006b4f42;animation:bfMapPulse 1.4s ease-in-out infinite alternate}.bfLegacyMapStatus__scene .is-wide{top:22%;left:27%;width:46%;height:38%}.bfLegacyMapStatus__scene .is-mid{right:18%;bottom:22%;width:28%;height:22%;animation-delay:.18s}.bfLegacyMapStatus__scene .is-south{bottom:14%;left:34%;width:18%;height:18%;animation-delay:.32s}.bfLegacyMapStatus__hint{max-width:280px}@keyframes bfMapPulse{0%{opacity:.55;transform:scale(.98)}to{opacity:.9;transform:scale(1.02)}}.bfLegacyMapMount .bf-sheet,.bfLegacyMapMount .bf-map-overlay,.bfLegacyMapMount .bf-project-preview,.bfLegacyMapMount .bf-profile-preview{z-index:60}.bfLegacyMapMount .bf-sheet{overscroll-behavior:contain;touch-action:pan-y}.bfLegacyMapMount .bf-map-home-post-row{padding:12px 16px!important}.bfLegacyMapMount .bf-map-home-post-row .bf-react-open-post-button{display:grid!important;gap:6px!important;min-height:0!important}.bfLegacyMapMount .bf-map-home-post-row h2{margin:0!important}.bfLegacyMapMount .bf-map-home-post-row p{display:-webkit-box!important;margin:0!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden!important}.bfLegacyMapMount .bf-map-home-post-row .bf-react-tags{margin-top:8px!important}.bfLegacyMapMount .bf-map-home-actions{margin-top:10px!important}.bfLegacyMapMount .bf-sheet.is-map-post-detail{bottom:0!important;max-height:100dvh;overflow:hidden;background:#fff;z-index:60}.bfLegacyMapMount:has(.bf-sheet.is-map-post-detail.is-open) .bf-map-canvas{bottom:0}.bf-react-app:has(.bfLegacyMapMount .bf-sheet.is-map-post-detail.is-open) .bf-bottom-nav{display:none!important}.bfLegacyMapMount .bf-map-post-detail-inner{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;overflow:hidden!important;overscroll-behavior:contain;background:#fff;padding-bottom:0!important}.bfLegacyMapMount .bf-map-post-detail{display:grid;align-content:start;gap:10px;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:6px 0 14px;scrollbar-width:none}.bfLegacyMapMount .bf-map-post-detail::-webkit-scrollbar{display:none}.bfLegacyMapMount .bf-map-post-back{display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:0;border-radius:999px;background:transparent;color:#07130f}.bfLegacyMapMount .bf-map-post-back svg{width:21px;height:21px;transform:rotate(180deg)}.bfLegacyMapMount .bf-map-post-detail-head{display:flex;min-width:0;align-items:center;gap:8px}.bfLegacyMapMount .bf-map-post-detail-head div{display:flex;min-width:0;align-items:center;gap:6px;color:#68766f;font-size:.88rem;font-weight:760}.bfLegacyMapMount .bf-map-post-detail-head strong{overflow:hidden;color:#10231f;text-overflow:ellipsis;white-space:nowrap}.bfLegacyMapMount .bf-map-post-detail h2{margin:0;color:#06110d;font-size:clamp(1.13rem,4.8vw,1.45rem);font-weight:900;letter-spacing:0;line-height:1.12}.bfLegacyMapMount .bf-map-post-detail-copy{display:grid;gap:7px;min-width:0}.bfLegacyMapMount .bf-map-post-detail-body{display:block!important;max-height:2.62em;margin:0!important;overflow:hidden!important;color:#17231f!important;font-size:.94rem!important;font-weight:500;line-height:1.34!important}.bfLegacyMapMount .bf-map-post-detail-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-inline:-16px;border-top:1px solid #e1e8e4;border-bottom:1px solid #e1e8e4;padding:6px 16px}.bfLegacyMapMount .bf-map-post-detail-actions button{display:grid;grid-template-columns:auto auto;grid-template-rows:22px 14px;min-width:0;min-height:42px;align-items:center;justify-content:center;justify-items:center;gap:2px 5px;border:0;background:transparent;color:#111a17;padding:0}.bfLegacyMapMount .bf-map-post-detail-actions svg{grid-column:1;grid-row:1;width:20px;height:20px}.bfLegacyMapMount .bf-map-post-detail-actions strong{grid-column:2;grid-row:1;color:#111a17;font-size:.83rem;font-weight:880;line-height:1}.bfLegacyMapMount .bf-map-post-detail-actions span{grid-column:1 / -1;grid-row:2;color:#38424d;font-size:.58rem;font-weight:760;line-height:1;white-space:nowrap}.bfLegacyMapMount .bf-map-post-comments{display:grid;gap:0;margin-inline:-16px;border-bottom:1px solid #e1e8e4}.bfLegacyMapMount .bf-map-post-comments header{border-bottom:1px solid #e1e8e4;padding:9px 16px}.bfLegacyMapMount .bf-map-post-comments header button{display:inline-flex;min-height:32px;align-items:center;gap:6px;border:0;background:transparent;color:#06110d;padding:0;font-weight:900}.bfLegacyMapMount .bf-map-post-empty{display:grid;min-height:132px;place-items:center;align-content:center;gap:8px;padding:18px 26px 24px;text-align:center}.bfLegacyMapMount .bf-map-post-empty svg{width:28px;height:28px;color:#007d63}.bfLegacyMapMount .bf-map-post-empty strong{color:#000;font-size:1rem;font-weight:900}.bfLegacyMapMount .bf-map-post-empty p{max-width:280px;margin:0;color:#66746e;font-size:.92rem;line-height:1.35}.bfLegacyMapMount .bf-map-post-empty button{min-height:40px;border:0;border-radius:999px;background:#007d63;color:#fff;padding:0 16px;font-weight:900}.bfLegacyMapMount .bf-map-post-reply{display:grid;grid-template-columns:34px minmax(0,1fr) 40px;align-items:center;gap:10px;margin-inline:-16px;border-top:1px solid rgba(205,219,214,.95);background:#fff;box-shadow:0 -8px 22px #111a1714;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.bfLegacyMapMount .bf-map-post-reply input{width:100%;height:40px;min-width:0;border:1px solid #d8e2dd;border-radius:999px;background:#fff;color:#17231f;padding:0 14px;font:inherit;font-size:.95rem}.bfLegacyMapMount .bf-map-post-reply button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:999px;background:#d8e1dd;color:#fff;padding:0}.bfLegacyMapMount .bf-map-post-reply button svg{width:20px;height:20px}.bfLegacyMapMount .leaflet-control-container{position:relative;z-index:50}.bfMapRegionFeed{position:absolute;inset:auto 0 0;z-index:90;max-height:min(78vh,760px);overflow:hidden;border-top:1px solid rgba(15,23,42,.12);border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -18px 42px #0f172a2e}.bfMapRegionFeed .bf-react-home-shell{max-height:inherit;min-height:0;overflow:auto;padding-bottom:102px}@media(min-width:900px){.bfMapRegionFeed{top:72px;right:16px;bottom:calc(var(--nav-h, 78px) + 16px);left:auto;width:min(440px,42vw);max-height:none;border:1px solid rgba(15,23,42,.14);border-radius:12px;box-shadow:0 18px 48px #0f172a33}.bfMapRegionFeed .bf-react-home-shell{height:100%}}.bfMapFocusBanner{position:absolute;bottom:calc(var(--nav-h, 78px) + 18px);left:16px;z-index:70;display:grid;max-width:min(320px,calc(100% - 32px));gap:3px;border:1px solid rgba(0,107,79,.24);border-radius:8px;background:#fffffff5;color:#111a17;padding:10px 12px;box-shadow:0 12px 28px #111a1724}.bfMapFocusBanner strong{overflow:hidden;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.bfMapFocusBanner span{color:#65716d;font-size:.78rem}@media(max-width:640px){.bfLegacyMapMount .bf-sheet,.bfLegacyMapMount .bf-sheet.is-compact{height:var(--sheet-height, min(42dvh, 360px))!important;min-height:238px!important}.bfLegacyMapMount .bf-sheet-inner{padding-inline:16px!important}.bfLegacyMapMount .bf-map-horizontal-rail{display:grid!important;grid-template-columns:1fr!important;overflow-x:visible!important;-webkit-mask-image:none!important;mask-image:none!important;padding:0!important;touch-action:pan-y!important}.bfLegacyMapMount .bf-map-rail-card{width:100%!important;min-height:0!important;flex:1 1 auto!important}}.bfMapFocusBanner ol{display:grid;gap:4px;margin:4px 0 2px;padding-left:18px;color:#384540;font-size:.72rem;line-height:1.35}.bfMapFocusBanner div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:4px}.bfMapFocusBanner button{display:inline-flex;min-width:0;min-height:32px;align-items:center;justify-content:center;gap:6px;border:1px solid #dce8e2;border-radius:8px;background:#f7fbf9;color:#006b4f;font:inherit;font-size:.72rem;font-weight:820}.bfMapFocusBanner button svg{width:15px;height:15px}@media(max-width:760px){.bfLegacyMapMount{min-height:100dvh}}.bfProfileView{display:grid;gap:14px;max-width:720px;margin:0 auto;padding:10px 14px calc(var(--nav-h, 76px) + 32px);color:var(--bf-text, #17211d)}.bfProfileHeader{display:grid;gap:14px;border-bottom:1px solid var(--bf-border, #dfe8e3);padding-bottom:16px}.bfProfileToolbar{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:42px}.bfProfileToolbar strong{justify-self:center;font-size:1rem}.bfProfileIdentity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center}.bfProfileIdentity .bf-ds-avatar{box-shadow:0 0 0 3px #e7f3ed}.bfProfileIdentityText{display:grid;min-width:0;gap:5px}.bfProfileIdentityText h1{margin:0;font-size:1.65rem;line-height:1.08;letter-spacing:0}.bfProfileIdentityText p{display:flex;flex-wrap:wrap;gap:6px 10px;margin:0;color:var(--bf-muted, #5c6c64);font-size:.92rem}.bfProfileBio{display:block!important;max-width:42rem;line-height:1.45}.bfProfileInterestRow{display:flex;flex-wrap:wrap;gap:8px}.bfProfileInterestRow span,.bfProfileBadgeRow span{border:1px solid var(--bf-border, #dfe8e3);border-radius:999px;padding:6px 10px;background:#f6fbf8;color:#245946;font-size:.82rem;font-weight:700}.bfProfileStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--bf-border, #dfe8e3);border-radius:8px;background:var(--bf-surface, #ffffff);overflow:hidden}.bfProfileStats div{display:grid;gap:2px;padding:12px 10px;text-align:center}.bfProfileStats div+div{border-left:1px solid var(--bf-border, #dfe8e3)}.bfProfileStats strong{font-size:1.05rem}.bfProfileStats span{color:var(--bf-muted, #5c6c64);font-size:.78rem;font-weight:700}.bfProfileEditDisabled{cursor:not-allowed;opacity:.68}.bfProfileOverview{display:grid;gap:18px}.bfProfileSection{display:grid;gap:10px}.bfProfileSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.bfProfileSectionHeader h2{margin:0;font-size:1rem;letter-spacing:0}.bfProfileSectionHeader button{border:0;padding:4px 0;background:transparent;color:#176b4c;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}.bfProfilePanels,.bfProfileList{display:grid;gap:10px}.bfProfilePostRow,.bfProfileNextRow,.bfProfileProjectRow,.bfProfileWikiRow,.bfProfileSavedRow{display:grid;gap:10px;border:1px solid var(--bf-border, #dfe8e3);border-radius:8px;padding:12px;background:var(--bf-surface, #ffffff)}.bfProfilePostRow h3,.bfProfileNextRow h3,.bfProfileProjectRow h3,.bfProfileWikiRow h3,.bfProfileSavedRow h3{margin:0;font-size:.98rem;line-height:1.25;letter-spacing:0}.bfProfilePostRow span,.bfProfileNextRow span,.bfProfileProjectRow span,.bfProfileWikiRow span,.bfProfileSavedRow span{color:var(--bf-muted, #5c6c64);font-size:.76rem;font-weight:800;text-transform:uppercase}.bfProfilePostRow p,.bfProfileNextRow p,.bfProfileProjectRow p,.bfProfileWikiRow p,.bfProfileSavedRow p{margin:4px 0 0;color:var(--bf-muted, #5c6c64);line-height:1.42}.bfProfilePostRow small,.bfProfileProjectRow small,.bfProfileWikiRow small,.bfProfileSavedRow small{color:#6f7d75}.bfProfilePostRow button{display:grid;width:100%;gap:5px;border:0;padding:0;background:transparent;color:inherit;text-align:start;font:inherit;cursor:pointer}.bfProfileBadgeRow{display:flex;flex-wrap:wrap;gap:6px}.bfProfileBadgeRow span{padding:4px 8px;font-size:.76rem}.bfProfilePostRow aside{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px 10px;border:1px solid var(--bf-border, #dfe8e3);border-radius:8px;padding:10px;background:#f8fbf9}.bfProfilePostRow aside span{grid-column:2;text-transform:none;font-weight:500}.bfProfileWikiRow,.bfProfileNextRow,.bfProfileProjectRow,.bfProfileSavedRow{grid-template-columns:minmax(0,1fr) auto;align-items:center}.bfProfileNextRow{border-color:#bad9cc;background:#f6fbf8}.bfProfileImpact,.bfProfileImpactGrid{display:none}@media(max-width:640px){.bfProfileView{padding:8px 12px calc(var(--nav-h, 76px) + 24px)}.bfProfileIdentityText h1{font-size:1.45rem}.bfProfileWikiRow,.bfProfileNextRow,.bfProfileProjectRow,.bfProfileSavedRow{grid-template-columns:1fr}}.bfProjectsHub{display:grid;box-sizing:border-box;gap:9px;width:100%;max-width:520px;margin:0 auto;overflow-x:hidden;padding:12px 14px calc(var(--nav-h, 76px) + 28px);color:#10231f;background:#fbfdfb}.bfProjectsHub *,.bfProjectsHub *:before,.bfProjectsHub *:after{box-sizing:border-box}.bfProjectsHub__header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:0;padding:2px 0 0}.bfProjectsHub__kicker,.bfProjectsHub__scope{overflow-wrap:anywhere;color:#0b6b52;font-size:.76rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.bfProjectsHub__scope{display:block;line-height:1.28}.bfProjectsHub h1,.bfProjectsHub h2,.bfProjectsHub p{margin:0}.bfProjectsHub h1{margin-top:4px;font-size:clamp(1.3rem,4vw,1.62rem);line-height:1.08}.bfProjectsHub__header p,.bfProjectsHub__ideaRow p{display:-webkit-box;overflow-wrap:anywhere;overflow:hidden;color:#4e605b;font-size:.9rem;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:3}.bfProjectsHub__create,.bfProjectsHub__actions button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid #d5e2dc;border-radius:999px;background:#fff;color:#0d211c;padding:0 12px;font-weight:850}.bfProjectsHub__create{flex:0 0 auto;width:36px;min-height:36px;border-color:#cfe2da;background:#eef8f3;color:#075f4c;padding:0}.bfIdeasDiscoveryBar{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:8px;padding-top:4px}.bfIdeasDiscoveryBar button,.bfIdeasScopeRail button,.bfIdeasIntentRail button,.bfIdeasMetaLine button{font:inherit}.bfIdeasDiscoveryBar__chip{min-width:0;min-height:46px;border:1px solid #d9e6e1;border-radius:12px;background:#fff;color:#14241f;box-shadow:0 8px 18px #162f260a}.bfIdeasDiscoveryBar__chip{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:1px 7px;padding:7px 10px;text-align:left}.bfIdeasDiscoveryBar__chip span{color:#70817a;font-size:.68rem;font-weight:860;letter-spacing:0;line-height:1;text-transform:uppercase}.bfIdeasDiscoveryBar__chip strong{min-width:0;overflow:hidden;color:#10231f;font-size:.88rem;font-weight:920;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.bfIdeasDiscoveryBar__chip svg{grid-row:1 / span 2;grid-column:2;align-self:center;color:#70817a}.bfIdeasScopeRail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;border-radius:999px;background:#eef4f1;padding:3px}.bfIdeasScopeRail button{min-width:0;min-height:34px;border:0;border-radius:999px;background:transparent;color:#65766f;padding:0 8px;font-size:.82rem;font-weight:850}.bfIdeasScopeRail button.is-active{background:#fff;color:#075f4c;box-shadow:0 5px 12px #0f271f12}.bfIdeasMetaLine{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:1px 1px 0}.bfIdeasMetaLine span{min-width:0;overflow:hidden;color:#67776f;font-size:.78rem;font-weight:780;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bfIdeasMetaLine button{flex:0 0 auto;min-height:30px;border:1px solid #d7e4df;border-radius:999px;background:#fff;color:#075f4c;padding:0 10px;font-size:.76rem;font-weight:880}.bfIdeasMetaLine button.is-active{background:#e9f7f1;border-color:#b8dbcd}.bfIdeasIntentRail{display:flex;gap:7px;overflow-x:auto;padding:1px 0 7px;border-bottom:1px solid #e5eeea;scrollbar-width:none}.bfIdeasIntentRail::-webkit-scrollbar{display:none}.bfIdeasIntentRail button{flex:0 0 auto;min-height:32px;border:1px solid transparent;border-radius:999px;background:transparent;color:#55665f;padding:0 10px;font-size:.8rem;font-weight:850;white-space:nowrap}.bfIdeasIntentRail button.is-active{border-color:#badbcf;background:#ecf8f2;color:#075f4c}.bfProjectsHub svg{width:18px;height:18px}.bfProjectsHub__rowMeta span{color:#66756f;font-size:.78rem;font-weight:750;line-height:1.2}.bfProjectsHub__row h2{font-size:1.06rem;line-height:1.2}.bfProjectsHub__myProjects,.bfProjectsHub__currentScope{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dce7e2;border-radius:8px;background:#fff;color:#10231f;padding:8px 12px;text-align:left;font:inherit}.bfProjectsHub__myProjects.is-active{border-color:#006b4f;background:#e8f5f0}.bfProjectsHub__myProjects span,.bfProjectsHub__currentScope span{display:grid;min-width:0;gap:2px}.bfProjectsHub__myProjects strong,.bfProjectsHub__currentScope strong{overflow:hidden;font-size:.94rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.bfProjectsHub__myProjects small,.bfProjectsHub__currentScope small{color:#66756f;font-size:.72rem;font-weight:820;text-transform:uppercase}.bfProjectsHub__myProjects em,.bfProjectsHub__currentScope em{flex:0 0 auto;border-radius:999px;background:#e8f4ef;color:#006b4f;padding:7px 11px;font-size:.76rem;font-style:normal;font-weight:880}.bfProjectsHub__ideaPanel,.bfProjectsHub__geoPanel{display:grid;gap:9px;border-bottom:1px solid #e1e8e5;padding-bottom:12px}.bfProjectsHub__geoTitle{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#56635f}.bfProjectsHub__geoTitle strong{color:#10231f;font-size:.9rem;font-weight:900}.bfProjectsHub__geoTitle span{overflow:hidden;color:#0b6b52;font-size:.78rem;font-weight:840;text-overflow:ellipsis;white-space:nowrap}.bfProjectsHub__scopeTabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;max-width:100%;gap:6px;border-radius:999px;background:#eef3f0;padding:4px}.bfProjectsHub__ideaTabs{display:flex;gap:7px;overflow-x:auto;padding:1px 0 4px;scrollbar-width:none}.bfProjectsHub__ideaTabs::-webkit-scrollbar{display:none}.bfProjectsHub__ideaTabs button{flex:0 0 auto;min-height:34px;border:1px solid #dbe6e1;border-radius:999px;background:#fff;color:#53615c;padding:0 12px;font:inherit;font-size:.8rem;font-weight:840;white-space:nowrap}.bfProjectsHub__ideaTabs button.is-active{border-color:#006b4f;background:#e8f5f0;color:#075f4c}.bfProjectsHub__scopeTabs button{min-width:0;min-height:36px;border:0;border-radius:999px;background:transparent;color:#56635f;padding:0 8px;font:inherit;font-size:.84rem;font-weight:820}.bfProjectsHub__scopeTabs button.is-active{background:#fff;color:#075f4c;box-shadow:0 6px 14px #111a1714}.bfProjectsHub__ideaRow{display:grid;gap:8px;border-bottom:1px solid #e4eeea;background:transparent;padding:15px 1px}.bfProjectsHub__ideaHead{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.bfProjectsHub__ideaHead span{min-width:0;overflow:hidden;color:#61736b;font-size:.72rem;font-weight:880;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.bfProjectsHub__ideaHead em{flex:0 0 auto;border-radius:999px;background:#eef8f3;color:#075f4c;padding:5px 8px;font-size:.72rem;font-style:normal;font-weight:860}.bfProjectsHub__ideaRow h2{margin:0;color:#0f201b;font-size:1.06rem;line-height:1.18}.bfProjectsHub__funding{display:grid;gap:5px;border:0;border-radius:0;background:transparent;padding:1px 0 0}.bfProjectsHub__funding>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.bfProjectsHub__funding strong{color:#10231f;font-size:.98rem;line-height:1}.bfProjectsHub__funding span,.bfProjectsHub__funding small{color:#66756f;font-size:.76rem;font-weight:780}.bfProjectsHub__bar{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#e8f0ec}.bfProjectsHub__bar span{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:#37a17c}.bfProjectsHub__reward,.bfProjectsHub__needLine{display:flex;min-width:0;align-items:baseline;gap:7px;border-left:0;padding-left:0}.bfProjectsHub__reward span,.bfProjectsHub__needLine span{flex:0 0 auto;color:#74847d;font-size:.68rem;font-weight:900;text-transform:uppercase}.bfProjectsHub__reward strong,.bfProjectsHub__needLine strong{min-width:0;color:#21322c;font-size:.82rem;line-height:1.3}.bfProjectsHub__supportActions{display:flex;gap:7px;min-width:0;overflow-x:auto;padding:1px 0 3px;scrollbar-width:none}.bfProjectsHub__supportActions::-webkit-scrollbar{display:none}.bfProjectsHub__supportActions button{display:inline-flex;flex:0 0 auto;min-height:34px;align-items:center;justify-content:center;gap:6px;border:1px solid #d3e2dc;border-radius:999px;background:#fff;color:#24352f;padding:0 11px;font:inherit;font-size:.78rem;font-weight:860;white-space:nowrap}.bfProjectsHub__supportActions button.is-selected{border-color:#006b4f;background:#e8f5f0;color:#075f4c}.bfProjectsHub__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;overflow:hidden;border-bottom:1px solid #e3ebe7;padding:14px 0}.bfProjectsHub__rowMain{display:grid;min-width:0;gap:7px}.bfProjectsHub__needs,.bfProjectsHub__contribute,.bfProjectsHub__ideaSignals{display:flex;flex-wrap:wrap;gap:6px}.bfProjectsHub__ideaSignals span{border:1px solid #dfe9e5;border-radius:999px;background:#fff;color:#31413c;padding:5px 8px;font-size:.74rem;font-weight:820}.bfProjectsHub__roleActions{display:flex;flex-wrap:wrap;gap:6px}.bfProjectsHub__updates{display:flex;min-width:0;max-width:100%;gap:8px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.bfProjectsHub__updates::-webkit-scrollbar{display:none}.bfProjectsHub__updates span{flex:1 1 188px;min-width:min(100%,188px);border:1px solid #dfe8e4;border-radius:8px;background:#f8fbfa;color:#24352f;padding:9px 10px;font-size:.82rem;font-weight:760;line-height:1.3}@media(max-width:640px){.bfProjectsHub__updates{flex-wrap:wrap;overflow-x:visible}.bfProjectsHub__updates span{flex-basis:100%}}.bfProjectsHub__needs span{border:1px solid #dce7e2;border-radius:7px;background:#fff;color:#31413c;padding:5px 8px;font-size:.76rem;font-weight:780}.bfProjectsHub__contribute button{min-height:30px;border:1px solid #dce7e2;border-radius:8px;background:#f8fbfa;color:#42524d;padding:0 10px;font:inherit;font-size:.76rem;font-weight:820}.bfProjectsHub__roleActions button{min-height:32px;border:1px solid #bad9cc;border-radius:8px;background:#fff;color:#075f4c;padding:0 10px;font:inherit;font-size:.76rem;font-weight:840}.bfProjectsHub__contribute button.is-selected,.bfProjectsHub__roleActions button.is-selected{border-color:#006b4f;background:#e8f5f0;color:#075f4c}.bfProjectsHub__nextStep{color:#5d6e68;font-size:.8rem;font-weight:760}.bfProjectsHub__rowMeta{display:grid;align-content:start;justify-items:end;gap:5px;min-width:112px}.bfProjectsHub__actions{display:flex;grid-column:1 / -1;gap:8px}.bfProjectsHub__actions button{flex:0 0 auto;min-height:30px;border:0;background:transparent;color:#075f4c;justify-content:flex-start;padding:0}.bfProjectsHub__actions button:first-child{color:#075f4c}.bfProjectsHub__actions button.is-joined{background:#e8f5f0}.bfProjectsHub__empty{display:grid;gap:5px;border-bottom:1px solid #e3ebe7;padding:24px 4px;color:#5d6e68;text-align:center}.bfProjectsHub__empty strong{color:#10231f;font-size:1rem}.bfProjectsHub__emptyActions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px}.bfProjectsHub__emptyActions button{min-height:36px;border:1px solid #b9d9cc;border-radius:8px;background:#fff;color:#075f4c;padding:0 12px;font:inherit;font-size:.84rem;font-weight:850}.bfProjectsHubScopePicker{position:fixed;inset:0;z-index:9998;display:grid;align-items:end;justify-items:center;background:#050c0970;padding:12px}.bfProjectsHubScopePicker__sheet{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(calc(100vw - 24px),430px);max-height:min(84dvh,690px);overflow:hidden;gap:12px;border-radius:18px;background:#fff;padding:14px;box-shadow:0 20px 60px #06130e3d}.bfProjectsHubScopePicker__sheet header{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:10px}.bfProjectsHubScopePicker__sheet header strong{color:#111a17;font-size:1.1rem}.bfProjectsHubScopePicker__sheet header button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:#f0f4f2;color:#20302b}.bfProjectsHubScopePicker__choices{display:grid;min-height:0;grid-template-rows:auto auto minmax(0,1fr);gap:10px}.bfProjectsHubScopePicker__choices>div:first-child,.bfProjectsHubScopePicker__choices button{display:flex;align-items:center}.bfProjectsHubScopePicker__choices>div:first-child{justify-content:space-between;gap:10px}.bfProjectsHubScopePicker__choices>div:first-child span{overflow:hidden;color:#006b4f;font-size:.78rem;font-weight:860;text-overflow:ellipsis;white-space:nowrap}.bfProjectsHubScopePicker__choices label{display:flex;min-height:46px;align-items:center;gap:9px;border:1px solid #dce5e1;border-radius:12px;background:#f8fbfa;padding:0 12px}.bfProjectsHubScopePicker__choices label input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#111a17;font:inherit}.bfProjectsHubScopePicker__choices>div:last-child{display:grid;max-height:clamp(240px,42dvh,390px);overflow-y:auto;border:1px solid #dce5e1;border-radius:14px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.bfProjectsHubScopePicker__choices button{min-height:50px;justify-content:space-between;gap:8px;border:0;border-radius:0;background:#fff;color:#20302b;padding:0 13px;font:inherit;font-weight:840}.bfProjectsHubScopePicker__choices button+button{border-top:1px solid #edf2ef}.bfProjectsHubScopePicker__choices button.is-selected{background:#e8f4ef;color:#006b4f}.bfProjectsHubScopePicker__sheet footer{display:grid;gap:10px;background:#fff}.bfProjectsHubScopePicker__preview{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#53615c}.bfProjectsHubScopePicker__preview strong{color:#101915;font-size:.86rem;font-weight:920}.bfProjectsHubScopePicker__preview span{max-width:58%;overflow:hidden;color:#006b4f;font-size:.76rem;font-weight:880;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bfProjectsHubScopePicker__sheet footer button{min-height:44px;border:0;border-radius:999px;background:#006b4f;color:#fff;font:inherit;font-weight:920}.bfIdeasFilterPicker{grid-template-rows:auto minmax(0,1fr);max-height:min(70dvh,420px)}.bfIdeasFilterChoices{display:grid;overflow:hidden;border:1px solid #dfe8e4;border-radius:14px;background:#fff}.bfIdeasFilterChoices button{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:10px;border:0;background:#fff;color:#20302b;padding:0 13px;font:inherit;font-weight:870}.bfIdeasFilterChoices button+button{border-top:1px solid #eef3f0}.bfIdeasFilterChoices button.is-selected{background:#ecf8f2;color:#075f4c}.bfProjectsHub__roleConfirm{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #b7dfcf;border-radius:8px;background:#f0fbf6;padding:8px}.bfProjectsHub__roleConfirm strong{color:#006b4f;font-size:.82rem}.bfProjectsHub__roleConfirm span{flex:1 1 180px;color:#53615c;font-size:.78rem}.bfProjectsHub__roleConfirm button{min-height:30px;border:1px solid #b7dfcf;border-radius:8px;background:#fff;color:#006b4f;font:inherit;font-size:.72rem;font-weight:850}@media(max-width:560px){.bfProjectsHub{max-width:360px;margin-right:0;margin-left:0;padding-right:12px;padding-left:12px}.bfProjectsHub__header{display:flex}.bfProjectsHub__create{width:36px}.bfIdeasDiscoveryBar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.bfIdeasDiscoveryBar__chip{padding-right:8px;padding-left:9px}.bfIdeasMetaLine span{white-space:normal}.bfProjectsHub__scopeTabs button{padding:0 4px;font-size:.8rem}.bfProjectsHub__row{grid-template-columns:1fr}.bfProjectsHub__rowMeta{display:flex;flex-wrap:wrap;justify-content:start;justify-items:start;min-width:0}}.bfProjectsHub{width:100%;max-width:840px;gap:0;padding:0 0 calc(var(--nav-h, 76px) + 26px);color:#101314;background:#fff}.bfIdeasTopbar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;padding:12px 0 28px}.bfIdeasTitle{display:grid;min-width:0;gap:3px}.bfIdeasTitle h1{margin:0;color:#05090a;font-size:clamp(2.2rem,7vw,3.65rem);font-weight:920;letter-spacing:0;line-height:.98}.bfIdeasTitle p{margin:0;color:#0a6a4f;font-size:.86rem;font-weight:820;line-height:1.1}.bfIdeasDiscoveryBar{display:grid;grid-template-columns:minmax(142px,1fr) minmax(180px,1.1fr) 58px;justify-content:end;gap:12px;min-width:0;padding:0}.bfIdeasDiscoveryBar__chip,.bfIdeasSearchButton{min-width:0;min-height:58px;border:1px solid #d7dfdd;border-radius:999px;background:#fff;color:#10231f;box-shadow:none}.bfIdeasDiscoveryBar__chip{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;text-align:left;white-space:nowrap}.bfIdeasDiscoveryBar__chip>svg:first-child{flex:0 0 auto;width:22px;height:22px;color:#0a513f}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{display:inline;overflow:visible;color:#17231f;font-size:1rem;font-weight:620;line-height:1;text-overflow:clip;text-transform:none;white-space:nowrap}.bfIdeasDiscoveryBar__chip strong{font-weight:720}.bfIdeasDiscoveryBar__chip>svg:last-child{position:static;flex:0 0 auto;width:18px;height:18px;color:#121817}.bfIdeasSearchButton{display:grid;width:58px;place-items:center;padding:0}.bfIdeasSearchButton svg{width:26px;height:26px;color:#0a1110}.bfIdeasScopeRail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;min-height:70px;margin:0 0 26px;border:1px solid #e2e6e4;border-radius:22px;background:#fff;padding:0}.bfIdeasScopeRail button{position:relative;min-height:68px;border:0;border-radius:0;background:transparent;color:#555b60;font-size:1.04rem;font-weight:720}.bfIdeasScopeRail button.is-active{background:#fff;color:#0a6a4f;box-shadow:none}.bfIdeasScopeRail button.is-active:after{content:"";position:absolute;right:18%;bottom:0;left:18%;height:3px;border-radius:999px;background:#13a678}.bfProjectsHub__list{display:grid;border-top:0}.bfIdeaListRow{display:grid;grid-template-columns:150px minmax(0,1fr);gap:28px;border-bottom:1px solid #e7ebe9;background:#fff;padding:0 0 28px;margin-bottom:28px}.bfIdeaListRow__imageButton{display:grid;width:132px;height:132px;align-self:start;place-items:center;border:0;border-radius:999px;background:transparent;padding:0}.bfIdeaListRow__imageButton img{display:block;width:100%;height:100%;border-radius:999px;object-fit:cover}.bfIdeaListRow__body{display:grid;min-width:0;gap:12px}.bfIdeaListRow__body header{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:start;gap:14px}.bfIdeaListRow__body header>button:first-child{border:0;background:transparent;color:#080b0d;padding:0;text-align:left;font:inherit;font-size:1.32rem;font-weight:860;line-height:1.16}.bfIdeaListRow__bookmark{display:grid;width:32px;height:38px;place-items:center;border:0;background:transparent;color:#6f767b;padding:0}.bfIdeaListRow__bookmark.is-selected{color:#0a6a4f}.bfIdeaListRow__bookmark svg{width:27px;height:27px}.bfIdeaListRow__meta,.bfIdeaListRow__fundingLine{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;color:#676d74;font-size:1rem;font-weight:560;line-height:1.1}.bfIdeaListRow__meta{justify-content:flex-start}.bfIdeaListRow__meta i{width:4px;height:4px;border-radius:999px;background:currentColor}.bfIdeaListRow__fundingLine strong{color:#0a6a4f;font-size:1.16rem;font-weight:850}.bfIdeaListRow__bar{position:relative;height:8px;overflow:hidden;border-radius:999px;background:#e4e6e7}.bfIdeaListRow__bar span{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#0c744e,#42a96f)}.bfIdeaListRow__reward{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:9px;color:#6a6262;font-size:.96rem;font-weight:560}.bfIdeaListRow__reward svg{width:22px;height:22px;color:#e4a000}.bfIdeaListRow__reward strong{color:#0a6a4f;font-weight:860}.bfIdeaListRow__metrics{display:flex;min-width:0;flex-wrap:wrap;gap:12px;padding-top:2px}.bfIdeaPill{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:0 15px;font:inherit;font-size:.93rem;font-weight:740;white-space:nowrap}.bfIdeaPill svg{width:20px;height:20px}.bfIdeaPill.is-interest{border-color:#d7e9df;background:#f0faf5;color:#0b673f}.bfIdeaPill.is-ready{border-color:#d7e9fb;background:#f0f8ff;color:#09558f}.bfIdeaPill.is-fund{border-color:#eadcf5;background:#fbf4ff;color:#6b3f8c}.bfIdeaPill.is-selected{box-shadow:inset 0 0 0 1px currentColor}.bfIdeaPill__rupee{display:grid;width:20px;height:20px;place-items:center;border:2px solid currentColor;border-radius:999px;font-size:.82rem;font-weight:900;line-height:1}@media(max-width:760px){.bfProjectsHub{max-width:100%;padding-bottom:calc(var(--nav-h, 76px) + 24px)}.bfIdeasTopbar{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:8px 0 22px}.bfIdeasTitle h1{font-size:2.2rem}.bfIdeasTitle p{font-size:.72rem}.bfIdeasDiscoveryBar{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) 42px;gap:7px}.bfIdeasDiscoveryBar__chip,.bfIdeasSearchButton{min-height:42px}.bfIdeasDiscoveryBar__chip{gap:5px;padding:0 8px}.bfIdeasDiscoveryBar__chip>svg:first-child{width:17px;height:17px}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{font-size:.78rem}.bfIdeasDiscoveryBar__chip>svg:last-child{width:15px;height:15px}.bfIdeasSearchButton{width:42px}.bfIdeasSearchButton svg{width:21px;height:21px}.bfIdeasScopeRail{min-height:60px;margin-bottom:24px;border-radius:18px}.bfIdeasScopeRail button{min-height:58px;font-size:.92rem}.bfIdeaListRow{grid-template-columns:86px minmax(0,1fr);gap:14px;padding-bottom:24px;margin-bottom:24px}.bfIdeaListRow__imageButton{width:76px;height:76px}.bfIdeaListRow__body{gap:9px}.bfIdeaListRow__body header{grid-template-columns:minmax(0,1fr) 28px;gap:8px}.bfIdeaListRow__body header>button:first-child{font-size:1rem;line-height:1.2}.bfIdeaListRow__bookmark{width:26px;height:30px}.bfIdeaListRow__bookmark svg{width:23px;height:23px}.bfIdeaListRow__meta,.bfIdeaListRow__fundingLine{gap:8px;font-size:.84rem}.bfIdeaListRow__fundingLine strong{font-size:1rem}.bfIdeaListRow__bar{height:7px}.bfIdeaListRow__reward{gap:7px;font-size:.82rem}.bfIdeaListRow__reward svg{width:18px;height:18px}.bfIdeaListRow__metrics{gap:7px}.bfIdeaPill{min-height:34px;gap:6px;padding:0 10px;font-size:.74rem}.bfIdeaPill svg,.bfIdeaPill__rupee{width:16px;height:16px}}@media(max-width:380px){.bfIdeasTitle h1{font-size:2rem}.bfIdeasTitle p{max-width:76px}.bfIdeasDiscoveryBar{gap:5px}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{font-size:.72rem}.bfIdeaListRow{grid-template-columns:76px minmax(0,1fr);gap:11px}.bfIdeaListRow__imageButton{width:68px;height:68px}}.bf-react-app .bf-simple-view[aria-label=Ideas]{padding:16px 14px calc(var(--nav-h, 86px) + 12px);background:#fff}.bfProjectsHub{max-width:432px;overflow-x:clip;background:#fff}.bfIdeasTopbar,.bfIdeasDiscoveryBar,.bfIdeaListRow,.bfIdeaListRow__body,.bfIdeaListRow__fundingLine{min-width:0}.bfIdeasTopbar{gap:10px;grid-template-columns:auto minmax(142px,1fr) minmax(180px,1.1fr) 58px}.bfIdeasDiscoveryBar{min-width:0}.bfIdeaListRow__fundingLine>span:first-child,.bfIdeaListRow__meta>span{min-width:0}.bfIdeaListRow__fundingLine>span:last-child{flex:0 0 auto;white-space:nowrap}@media(max-width:520px){.bfProjectsHub{width:calc(100vw - 28px);max-width:none;padding:0 0 calc(var(--nav-h, 86px) + 6px)}.bfIdeasTopbar{grid-template-columns:auto minmax(0,1fr);gap:8px;padding:8px 0 24px}.bfIdeasTitle h1{font-size:2.02rem;letter-spacing:0}.bfIdeasTitle p{position:absolute;top:34px;left:0;margin-top:0;color:#006b4f;font-size:.66rem;font-weight:900;white-space:nowrap}.bfIdeasDiscoveryBar{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr) 42px;gap:6px}.bfIdeasDiscoveryBar__chip,.bfIdeasSearchButton{min-height:42px;border-color:#d9dfdc;border-radius:999px;box-shadow:none}.bfIdeasDiscoveryBar__chip{gap:4px;padding:0 7px}.bfIdeasDiscoveryBar__chip>svg:first-child{width:15px;height:15px}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{font-size:.72rem;line-height:1}.bfIdeasDiscoveryBar__chip svg:last-child{width:13px;height:13px}.bfIdeasSearchButton{width:42px}.bfIdeasScopeRail{min-height:58px;margin-bottom:18px;border-radius:16px}.bfIdeasScopeRail button{min-height:58px;font-size:.88rem}.bfIdeaListRow{grid-template-columns:78px minmax(0,1fr);gap:12px;padding-bottom:20px;margin-bottom:20px}.bfIdeaListRow__imageButton{width:66px;height:66px;margin-top:1px}.bfIdeaListRow__body{gap:7px}.bfIdeaListRow__body header{grid-template-columns:minmax(0,1fr) 26px;gap:7px}.bfIdeaListRow__body header>button:first-child{font-size:.94rem;font-weight:890;line-height:1.16}.bfIdeaListRow__bookmark{width:26px;height:26px}.bfIdeaListRow__bookmark svg{width:21px;height:21px}.bfIdeaListRow__meta,.bfIdeaListRow__fundingLine{gap:7px;font-size:.76rem;line-height:1.1}.bfIdeaListRow__fundingLine strong{font-size:.9rem}.bfIdeaListRow__bar{height:6px}.bfIdeaListRow__reward{gap:6px;font-size:.76rem}.bfIdeaListRow__reward svg{width:16px;height:16px}.bfIdeaListRow__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,max-content));gap:6px;padding-top:2px}.bfIdeaPill{min-height:30px;gap:4px;padding:0 7px;font-size:.66rem;font-weight:800}.bfIdeaPill svg,.bfIdeaPill__rupee{width:14px;height:14px}.bfIdeaPill__rupee{border-width:1.5px;font-size:.68rem}}@media(max-width:400px){.bf-react-app .bf-simple-view[aria-label=Ideas]{padding-right:12px;padding-left:12px}.bfIdeasTopbar{gap:6px}.bfProjectsHub{width:calc(100vw - 24px)}.bfIdeasTitle h1{font-size:1.82rem}.bfIdeasTitle p{font-size:.62rem}.bfIdeasDiscoveryBar{grid-template-columns:minmax(0,.94fr) minmax(0,1fr) 39px;gap:5px}.bfIdeasDiscoveryBar__chip,.bfIdeasSearchButton{min-height:39px}.bfIdeasDiscoveryBar__chip{padding:0 6px}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{font-size:.66rem}.bfIdeasSearchButton{width:39px}.bfIdeaListRow{grid-template-columns:72px minmax(0,1fr);gap:10px}.bfIdeaListRow__imageButton{width:62px;height:62px}.bfIdeaPill{padding:0 6px;font-size:.62rem}}@media(max-width:520px){.bfIdeasDiscoveryBar__chip{overflow:hidden}.bfIdeasDiscoveryBar{overflow:visible}.bfIdeasTopbar{position:relative;grid-template-columns:auto 132px 132px 42px;gap:6px;padding-right:0}.bfIdeasTitle{position:relative}.bfIdeasDiscoveryBar{display:contents!important}.bfIdeasSearchButton{position:static;width:42px}.bfIdeasTopbar>.bfIdeasDiscoveryBar__chip,.bfIdeasTopbar>.bfIdeasSearchButton{transform:translate(-42px)}.bfIdeasTopbar>.bfIdeasDiscoveryBar__chip{gap:3px;padding-right:5px;padding-left:5px}.bfIdeasTopbar>.bfIdeasDiscoveryBar__chip>svg:first-child{width:13px;height:13px}.bfIdeasTopbar>.bfIdeasDiscoveryBar__chip>svg:last-child{width:12px;height:12px}.bfIdeasDiscoveryBar__chip span,.bfIdeasDiscoveryBar__chip strong{min-width:0;display:block;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.bfIdeasDiscoveryBar__chip span{flex:0 0 auto;overflow:visible}.bfIdeasDiscoveryBar__chip strong{flex:1 1 auto;overflow:hidden}.bfIdeaListRow{grid-template-columns:72px minmax(0,1fr);gap:10px;padding-right:14px;padding-bottom:16px;margin-bottom:16px}.bfIdeaListRow__imageButton{width:62px;height:62px}.bfIdeaListRow__body{gap:6px}.bfIdeaListRow__fundingLine{width:min(100%,236px)}.bfIdeaListRow__fundingLine>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfIdeaListRow__metrics{gap:5px}.bfIdeaListRow__bar{width:min(100%,236px)}.bfIdeaPill{min-height:28px;padding:0 6px}}@media(max-width:400px){.bfIdeasTopbar{grid-template-columns:auto 105px 116px 39px}}.bfIdeasTopbar{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-bottom:18px}.bfIdeasFilterButton{display:inline-flex;min-width:0;min-height:46px;max-width:210px;align-items:center;justify-content:center;gap:8px;border:1px solid #d9dfdc;border-radius:999px;background:#fff;color:#09120f;padding:0 14px;font:inherit;box-shadow:0 8px 20px #111a1708}.bfIdeasFilterButton svg{flex:0 0 auto;width:18px;height:18px;color:#075f4c}.bfIdeasFilterButton span{flex:0 0 auto;color:#101916;font-size:.9rem;font-weight:760}.bfIdeasFilterButton strong{min-width:0;overflow:hidden;color:#5c6461;font-size:.82rem;font-weight:640;text-overflow:ellipsis;white-space:nowrap}.bfIdeasFilterPicker{grid-template-rows:auto minmax(0,1fr) auto;max-height:min(86dvh,650px)}.bfIdeasFilterPicker__body{display:grid;min-height:0;gap:16px;overflow-y:auto;padding:2px 2px 4px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.bfIdeasCategoryRail{display:flex;gap:9px;overflow-x:auto;margin:0 -14px 22px;padding:0 14px 4px;scrollbar-width:none}.bfIdeasCategoryRail::-webkit-scrollbar{display:none}.bfIdeasCategoryRail button{display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;border:1px solid #dfe8e4;border-radius:999px;background:#fff;color:#4f5b57;padding:0 14px;font:inherit;font-size:.88rem;font-weight:760;white-space:nowrap}.bfIdeasCategoryRail button.is-active{border-color:#b8dccd;background:#eefaf4;color:#075f4c}.bfIdeasCategoryRail svg{width:15px;height:15px}.bfIdeasFilterGroup{display:grid;gap:10px}.bfIdeasFilterGroup>span{color:#5c6763;font-size:.78rem;font-weight:840;text-transform:uppercase}.bfIdeasScopeChoices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bfIdeasScopeChoices button{min-height:40px;border:1px solid #dbe5e1;border-radius:999px;background:#fff;color:#4d5a55;font:inherit;font-size:.82rem;font-weight:760}.bfIdeasScopeChoices button.is-selected{border-color:#a7d5c4;background:#eefaf4;color:#075f4c}.bfIdeasFilterChoices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bfIdeasFilterChoices button{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:8px;border:1px solid #dfe8e4;border-radius:14px;background:#fff;color:#10231f;padding:0 12px;font:inherit;font-size:.86rem;font-weight:740}.bfIdeasFilterChoices button.is-selected{border-color:#a7d5c4;background:#eefaf4;color:#075f4c}.bfIdeaListRow__summary{display:-webkit-box;max-width:100%;overflow:hidden;color:#59645f;font-size:.9rem;font-weight:600;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bfIdeaPill.is-funding{border-color:#eadcc8;background:#fff9ee;color:#8a5a00}.bfIdeaPill.is-open{border-color:#dfe4e2;background:#fff;color:#22302b}@media(max-width:520px){.bfIdeasTopbar{grid-template-columns:minmax(0,1fr) auto;gap:10px;position:relative;padding:8px 104px 16px 0}.bfIdeasTitle{min-width:0}.bfIdeasFilterButton{position:absolute;top:8px;right:44px;width:96px;max-width:96px;min-height:40px;gap:5px;padding:0 9px}.bfIdeasFilterButton span{font-size:.78rem}.bfIdeasFilterButton strong{display:none}.bfIdeasCategoryRail{margin-bottom:18px}.bfIdeasCategoryRail button{min-height:34px;padding:0 11px;font-size:.78rem}.bfIdeasFilterChoices,.bfIdeasScopeChoices{grid-template-columns:1fr}.bfIdeaListRow__summary{font-size:.76rem}.bfIdeaListRow__metrics{grid-template-columns:repeat(3,minmax(0,max-content))}}@media(max-width:400px){.bfIdeasTopbar{grid-template-columns:minmax(0,1fr) auto}.bfIdeasFilterButton{right:36px;width:92px;max-width:92px}}.bf-project-community{display:grid;min-height:100dvh;align-content:start;background:#fff;color:#0d1512;padding-bottom:calc(var(--nav-h, 76px) + 28px)}.bf-project-community *,.bf-project-community *:before,.bf-project-community *:after{box-sizing:border-box}.bf-project-community button,.bf-project-community textarea{font:inherit}.bfIdeaDetailHero{display:grid;gap:15px;border-bottom:1px solid #e6ece8;background:radial-gradient(circle at 50% 0%,rgba(226,246,238,.84),transparent 230px),#fff;padding:18px}.bfIdeaDetailTopbar,.bfIdeaDetailIntro,.bfIdeaActivityRow header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.bfIdeaDetailTopbar button,.bfIdeaActivityRow header button{display:grid;width:40px;height:40px;place-items:center;border:1px solid #dfe7e3;border-radius:999px;background:#fff;color:#22302b}.bfIdeaDetailTopbar strong,.bfIdeaDetailTopbar span,.bfIdeaDetailIntro h1,.bfIdeaDetailIntro p,.bfIdeaDetailIntro span,.bfIdeaActivityRow strong,.bfIdeaActivityRow span{overflow-wrap:anywhere}.bfIdeaDetailTopbar strong{display:block;font-size:.98rem;font-weight:880}.bfIdeaDetailTopbar span,.bfIdeaDetailIntro span,.bfIdeaDetailStats em,.bfIdeaActivityRow em,.bfIdeaPanel p{color:#64706c}.bfIdeaDetailIntro{align-items:start;grid-template-columns:66px minmax(0,1fr);gap:13px}.bfIdeaDetailIntro img{width:66px;height:66px;border-radius:999px;background:#eef6f2;object-fit:cover}.bfIdeaDetailIntro h1{margin:3px 0 7px;color:#07110e;font-size:clamp(1.52rem,6.7vw,2rem);font-weight:880;line-height:1.06;letter-spacing:0}.bfIdeaDetailIntro p{margin:0;color:#2d3b36;font-size:.96rem;font-weight:560;line-height:1.42}.bfIdeaDetailIntro span{font-size:.82rem;font-weight:780}.bfIdeaDetailGoal{display:grid;gap:7px;border:1px solid #e4eee9;border-radius:18px;background:#f7fbf8;padding:13px 14px}.bfIdeaDetailGoal>span{color:#0a694d;font-size:.72rem;font-weight:860;letter-spacing:.04em;text-transform:uppercase}.bfIdeaDetailGoal strong{color:#101915;font-size:.98rem;line-height:1.35}.bfIdeaDetailGoal em{color:#0a694d;font-size:.88rem;font-style:normal;font-weight:820}.bfIdeaDetailActions,.bfIdeaDetailHelp,.bfIdeaDetailRoles,.bfIdeaDetailTabs,.bfIdeaPostPrompt footer,.bfIdeaPostPrompt footer div,.bfIdeaActivityRow footer,.bfIdeaNeedGrid,.bfIdeaSupportGrid{display:flex;flex-wrap:wrap;gap:8px}.bfIdeaDetailActions button,.bfIdeaDetailRoles button,.bfIdeaDetailTabs button,.bfIdeaPostPrompt button,.bfIdeaActivityRow footer button,.bfIdeaPanel button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe7e3;border-radius:999px;background:#fff;color:#24322d;padding:0 13px;font-weight:780}.bfIdeaDetailActions button.is-active,.bfIdeaDetailRoles button.is-active,.bfIdeaDetailTabs button.is-active,.bfIdeaPostPrompt button.is-active,.bfIdeaActivityRow footer button.is-active,.bfIdeaPanel button.is-active{border-color:#a7d7c6;background:#effaf5;color:#086347}.bfIdeaDetailStats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bfIdeaDetailStats span{display:grid;gap:1px;border:1px solid #e8efeb;border-radius:16px;background:#ffffffdb;padding:11px 13px}.bfIdeaDetailStats strong{font-size:1rem;font-weight:900}.bfIdeaDetailStats em{font-size:.74rem;font-style:normal;font-weight:650}.bfIdeaDetailHelp{display:grid;gap:9px}.bfIdeaDetailHelp>span{color:#5e6c67;font-size:.78rem;font-weight:800}.bfIdeaDetailRoles{overflow-x:auto;flex-wrap:nowrap;margin-right:-18px;padding-right:18px;scrollbar-width:none}.bfIdeaDetailRoles::-webkit-scrollbar{display:none}.bfIdeaDetailRoles button{flex:0 0 auto;max-width:min(82vw,260px);border-color:#ddebe5;background:#f8fcfa;color:#0f5d46}.bfIdeaDetailRoles button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfIdeaDetailTabs{border-top:1px solid #eef3f0;padding-top:13px}.bfIdeaDetailTabs button{min-width:92px;min-height:40px;border-radius:999px}.bfIdeaPostPrompt{display:grid;gap:10px;border-bottom:1px solid #edf1ee;background:#fff;padding:13px 18px}.bfIdeaPostPrompt>button{width:100%;justify-content:center;border-style:dashed;color:#0a6349;min-height:44px}.bfIdeaPostPrompt textarea{min-height:92px;width:100%;resize:vertical;border:1px solid #dfe8e3;border-radius:8px;outline:0;background:#fff;color:#101915;padding:12px;line-height:1.4}.bfIdeaPostPrompt textarea:focus{border-color:#9bd1be;box-shadow:0 0 0 3px #13845f1f}.bfIdeaPostPrompt footer{align-items:center;justify-content:space-between}.bfIdeaActivityList{display:grid;background:#fff}.bfIdeaActivityRow{display:grid;gap:9px;border-bottom:1px solid #edf1ee;background:#fff;padding:15px 18px 14px}.bfIdeaActivityRow header{grid-template-columns:auto minmax(0,1fr) 34px;gap:10px}.bfIdeaActivityRow header>span{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:#dff1ea;color:#0b6049;font-size:.78rem;font-weight:900}.bfIdeaActivityRow header strong{display:block;color:#0d1512;font-size:.92rem}.bfIdeaActivityRow header em{display:block;margin-top:1px;font-size:.76rem;font-style:normal;font-weight:620}.bfIdeaActivityRow header button{width:34px;height:34px;border:0;color:#6a746f}.bfIdeaActivityRow__body{display:grid;gap:5px;border:0;background:transparent;padding:0;text-align:start}.bfIdeaActivityRow__body strong{color:#07110e;font-size:1rem;font-weight:830;line-height:1.2}.bfIdeaActivityRow__body span{color:#43504b;font-size:.92rem;line-height:1.38}.bfIdeaActivityRow footer{gap:7px}.bfIdeaActivityRow footer button{min-height:32px;padding:0 10px;font-size:.82rem}.bfIdeaPanel{display:grid;gap:12px;background:#fff;padding:14px 18px}.bfIdeaPanel article{display:grid;gap:10px;border:1px solid #e1e9e5;border-radius:8px;background:#fff;padding:14px}.bfIdeaPanel article>span{display:inline-flex;align-items:center;gap:7px;color:#0a694d;font-size:.78rem;font-weight:840;text-transform:uppercase}.bfIdeaPanel article>strong{color:#111a17;font-size:1rem;line-height:1.35}.bfIdeaPanel p{margin:0;line-height:1.4}.bfIdeaNeedGrid,.bfIdeaSupportGrid{flex-direction:column}.bfIdeaNeedGrid button,.bfIdeaSupportGrid button{justify-content:flex-start;border-radius:8px;padding:10px 12px;text-align:start}.bfIdeaNeedGrid button span{display:grid;gap:2px}.bfIdeaNeedGrid button strong{font-size:.9rem}.bfIdeaNeedGrid button em{color:#66726e;font-size:.78rem;font-style:normal}.bfProjectCommunityReact .bf-react-detail-page{min-height:100%}@media(min-width:720px){.bf-project-community{max-width:720px;margin:0 auto;border-right:1px solid #edf1ee;border-left:1px solid #edf1ee}}@media(max-width:420px){.bfIdeaDetailHero{padding:14px 13px}.bfIdeaDetailIntro{grid-template-columns:62px minmax(0,1fr);gap:10px}.bfIdeaDetailIntro img{width:62px;height:62px}.bfIdeaDetailActions button{flex:1 1 0}.bfIdeaPostPrompt,.bfIdeaActivityRow,.bfIdeaPanel{padding-right:13px;padding-left:13px}.bfIdeaPostPrompt footer{align-items:stretch;flex-direction:column}.bfIdeaPostPrompt footer>button{width:100%}}.bf-linked-context-chip{align-items:center;background:#006b4f12;border:1px solid rgba(0,107,79,.13);border-radius:999px;color:#006b4f;display:inline-flex;font:700 .74rem/1.1 inherit;gap:5px;max-width:100%;min-height:28px;padding:0 10px}.bf-linked-context-chip svg{height:14px;width:14px}.bf-compact-rail-card{align-items:flex-start;background:#ffffffe6;border:1px solid rgba(15,35,31,.08);border-radius:14px;display:flex;flex-direction:column;gap:8px;min-width:190px;padding:12px}.bf-compact-rail-card>button{background:transparent;border:0;color:#10231f;display:grid;gap:6px;padding:0;text-align:left}.bf-compact-rail-card__icon{align-items:center;background:#006b4f14;border-radius:999px;color:#006b4f;display:inline-flex;height:30px;justify-content:center;width:30px}.bf-compact-rail-card strong{font-size:.9rem;line-height:1.2}.bf-compact-rail-card p{color:#50615c;font-size:.78rem;line-height:1.35;margin:0}.bf-compact-rail-card em{color:#006b4f;font-size:.72rem;font-style:normal;font-weight:800}:root{color-scheme:light;--bf-ds-ink: #111a17;--bf-ds-muted: #65716d;--bf-ds-subtle: #8a9692;--bf-ds-paper: #ffffff;--bf-ds-canvas: #f7faf8;--bf-ds-surface: #ffffff;--bf-ds-surface-soft: #f3f7f5;--bf-ds-line: #dfe7e3;--bf-ds-line-strong: #cbd8d2;--bf-ds-green: #006b4f;--bf-ds-green-dark: #024f3d;--bf-ds-green-soft: #e7f4ef;--bf-ds-blue: #246aa5;--bf-ds-blue-soft: #e7f0f8;--bf-ds-orange: #c76513;--bf-ds-orange-soft: #fff1e3;--bf-ds-red: #b3261e;--bf-ds-red-soft: #fbe9e8;--bf-ds-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bf-ds-radius-xs: 6px;--bf-ds-radius-sm: 8px;--bf-ds-radius-md: 12px;--bf-ds-radius-pill: 999px;--bf-ds-space-1: 4px;--bf-ds-space-2: 8px;--bf-ds-space-3: 12px;--bf-ds-space-4: 16px;--bf-ds-space-5: 20px;--bf-ds-space-6: 24px;--bf-ds-text-xs: .75rem;--bf-ds-text-sm: .875rem;--bf-ds-text-md: 1rem;--bf-ds-text-lg: 1.125rem;--bf-ds-text-xl: 1.375rem;--bf-ds-transition: .15s ease;--bf-ds-focus-ring: 0 0 0 3px rgba(0, 107, 79, .22);--bf-ds-bottom-nav-h: 76px}html,body,#root,#brofuseApp{min-width:320px;min-height:100%}body{margin:0;background:var(--bf-ds-paper);color:var(--bf-ds-ink);font-family:var(--bf-ds-font);letter-spacing:0}button,input,textarea,select{font:inherit}button:disabled{cursor:not-allowed}img,svg{display:block}a{color:inherit}.bf-ds-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.bf-react-app{min-height:100vh;background:#fff}.bf-react-app .bf-home-view{padding:0 0 calc(var(--nav-h) + 104px);scroll-padding-bottom:calc(var(--nav-h) + 112px)}.bf-react-app .bf-simple-view{padding-bottom:calc(var(--nav-h, 76px) + 120px)!important;scroll-padding-bottom:calc(var(--nav-h, 76px) + 128px)}.bf-legacy-loading{display:grid;min-height:45vh;place-items:center;color:#0b5f4c;font-weight:850}.bf-shell-loading{padding:24px 18px;color:#647067;font-size:.95rem}.bf-react-app .bf-bottom-nav{left:0;right:0;z-index:900;display:grid;width:100%;max-width:none;height:var(--nav-h);grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;border-top:1px solid rgba(16,35,31,.08);border-radius:0;background:#fffffffa;box-shadow:none;padding:0;pointer-events:auto;transform:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bf-react-app.is-meetups-immersive .bf-bottom-nav{display:none}.bf-react-app.is-meetups-immersive .bf-simple-view.is-active{height:100dvh!important;overflow:hidden!important;padding:0!important;scroll-padding-bottom:0!important}.bf-react-app .bf-nav-button{position:relative;display:grid;width:100%;min-width:0;min-height:100%;grid-template-rows:30px 18px;align-content:center;justify-items:center;gap:3px;border-radius:0;background:transparent;color:#737c86;padding:8px 0 14px;font-size:.68rem;font-weight:730;line-height:1.08;pointer-events:auto}.bf-react-app .bf-nav-button:focus{outline:0}.bf-react-app .bf-nav-button:focus-visible .bf-nav-icon{outline:2px solid #f5a400;outline-offset:4px}.bf-react-app .bf-nav-button.is-active{background:transparent;color:var(--green)}.bf-react-app .bf-nav-icon{display:grid;width:28px;height:28px;margin:0;align-self:end;place-items:center}.bf-react-app .bf-nav-icon svg{width:24px;height:24px;stroke-width:1.85}.bf-react-app .bf-nav-button.is-create{width:100%;height:100%;border-radius:0;background:transparent;color:#737c86;font-size:.68rem;box-shadow:none}.bf-react-app .bf-nav-button.is-create.is-active{background:transparent;color:var(--green)}.bf-react-app .bf-nav-button.is-create .bf-nav-icon{width:42px;height:42px;border-radius:999px;background:var(--green);color:#fff;box-shadow:0 8px 18px #006b4f38}.bf-react-app .bf-nav-button.is-create .bf-nav-icon svg{width:27px;height:27px}@media(max-width:360px){.bf-react-app .bf-nav-button{font-size:.62rem}.bf-react-app .bf-nav-icon svg{width:21px;height:21px}.bf-react-app .bf-nav-button.is-create .bf-nav-icon{width:32px;height:32px}}@media(max-width:480px){.bf-react-app .bf-bottom-nav{width:100%}}.bf-react-map{position:relative;min-height:100vh;padding:18px 18px calc(var(--nav-h, 76px) + 18px);color:#12221e;background:#edf4f1}.bf-react-map__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px}.bf-react-map__canvas{display:grid;min-height:52vh;margin:18px 0;place-items:center;border:1px solid #d7e2dd;border-radius:8px;background:linear-gradient(90deg,rgba(0,107,79,.08) 1px,transparent 1px),linear-gradient(rgba(0,107,79,.08) 1px,transparent 1px),#f9fcfb;background-size:36px 36px}.bf-react-map__canvas>div{display:grid;gap:6px;max-width:320px;color:#50605b;text-align:center}.bf-react-map__canvas strong{color:#0b5f4c;font-size:1.5rem}.bf-react-map__sheet{display:grid;gap:10px;border:1px solid #d9e4df;border-radius:8px;background:#fff;padding:14px}.bf-react-map__sheet header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#65716d;font-weight:800}.bf-react-map__sheet header button,.bf-react-map__sheet article{border:1px solid #e1e8e5;border-radius:8px;background:#fff}.bf-react-map__sheet header button{min-height:38px;padding:0 14px;color:#fff;background:#075f4c;font-weight:850}.bf-react-map__sheet article{display:grid;gap:4px;padding:12px}.bf-react-map__sheet article span{color:#075f4c;font-size:.8rem;font-weight:850}.bf-react-map__sheet article small{color:#65716d}.bf-react-create .bf-create-mode-row button{min-width:120px}.bf-react-create textarea{min-height:120px}.bf-app-error{display:grid;min-height:100vh;place-items:center;padding:24px}.bf-app-error section{display:grid;max-width:420px;gap:12px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;padding:20px}.bf-app-error span{color:#006b4f;font-size:.78rem;font-weight:850;text-transform:uppercase}.bf-app-error h1{margin:0;font-size:1.35rem}.bf-app-error p{margin:0;color:#4b5b55}.bf-app-error button{min-height:42px;border:0;border-radius:8px;background:#006b4f;color:#fff;font-weight:850}.bf-inline-detail{inset:0;pointer-events:none;position:fixed;z-index:950}.bf-inline-detail__scrim{background:#0a14123d;inset:0;pointer-events:auto;position:absolute}.bf-inline-detail__sheet{background:#fff;border-radius:24px 24px 0 0;bottom:0;box-shadow:0 -18px 44px #0a141233;left:50%;max-height:min(86vh,820px);max-width:720px;overflow:auto;overflow-x:hidden;overscroll-behavior:contain;pointer-events:auto;position:absolute;transform:translate(-50%);width:min(100%,720px)}.bf-inline-detail__sheet .bf-react-detail-page{max-width:none!important;min-height:0!important;overflow-x:hidden!important;width:100%!important}.bf-inline-detail__sheet .bf-react-detail-main{padding-bottom:16px!important}.bf-inline-detail__sheet .bf-react-detail-page>.bf-react-comment-composer{background:#fffffffa!important;border-top:1px solid rgba(205,219,214,.95)!important;bottom:0!important;box-shadow:0 -8px 22px #111a1714!important;left:auto!important;max-width:none!important;position:sticky!important;right:auto!important;width:100%!important;z-index:4!important}.bf-inline-map-post-detail{background:#fff;display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:min(86vh,820px);min-height:0;overflow-x:hidden}.bf-react-app:has(.bf-inline-map-post-detail) .bf-bottom-nav{display:none!important}.bf-inline-detail__sheet:has(.bf-inline-map-post-detail){max-height:none;overflow:hidden}.bf-inline-map-post-detail__close{align-items:center;background:transparent;border:0;border-radius:999px;color:#07130f;display:inline-flex;height:42px;justify-content:center;margin:12px 0 -4px 10px;width:42px}.bf-inline-map-post-detail__close svg{height:24px;stroke-width:2.2;width:24px}.bf-inline-map-post-detail__main{display:grid;gap:16px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:12px 18px 0}.bf-inline-map-post-detail__main h2{color:#000;font-size:clamp(1.45rem,6.4vw,2rem);font-weight:900;letter-spacing:0;line-height:1.12;margin:0}.bf-inline-map-post-detail__main>p{color:#17231f;font-size:1.05rem;line-height:1.5;margin:-2px 0 0}.bf-inline-map-post-detail .bf-react-engagement-bar{border-bottom:1px solid #e1e8e4;border-top:1px solid #e1e8e4;display:grid!important;gap:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;margin:0 -18px!important;padding:8px 16px!important}.bf-inline-map-post-detail .bf-react-engagement-action{background:transparent!important;border:0!important;border-radius:0!important;color:#111a17!important;justify-content:center!important;min-height:34px!important;padding:0!important}.bf-inline-map-post-detail .bf-react-engagement-action>span{position:static!important;display:block!important;width:auto!important;height:auto!important;grid-column:1 / -1!important;grid-row:2!important;overflow:visible!important;clip:auto!important;color:#38424d!important;font-size:.62rem!important;font-weight:760!important;line-height:1!important;white-space:nowrap!important}.bf-inline-map-post-detail .bf-react-engagement-action{display:grid!important;grid-template-columns:auto auto!important;grid-template-rows:22px 14px!important;gap:2px 5px!important;justify-items:center!important}.bf-inline-map-post-detail .bf-react-comments{background:#fff;display:grid;gap:0;margin:0 -18px}.bf-inline-map-post-detail .bf-react-replies-toolbar{border-bottom:1px solid #e1e8e4;padding:12px 18px}.bf-inline-map-post-detail .bf-react-comment-empty{min-height:220px!important;padding:28px 28px 34px!important}.bf-inline-map-post-detail>.bf-react-comment-composer{align-items:center!important;background:#fffffffa!important;border-top:1px solid rgba(205,219,214,.95)!important;bottom:0;box-shadow:0 -8px 22px #111a1714!important;display:grid!important;gap:10px!important;grid-template-columns:34px minmax(0,1fr) 40px!important;margin:0!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;position:sticky;width:100%!important;z-index:4}.bf-inline-map-post-detail>.bf-react-comment-composer>div,.bf-inline-map-post-detail>.bf-react-comment-composer footer{display:contents!important}.bf-inline-map-post-detail>.bf-react-comment-composer textarea{background:#fff!important;border:1px solid #d8e2dd!important;border-radius:999px!important;font-size:.95rem!important;height:40px!important;line-height:1.2!important;max-height:96px!important;min-height:40px!important;overflow:hidden!important;padding:10px 14px!important;resize:none!important}.bf-inline-map-post-detail>.bf-react-comment-composer footer button[type=button]{display:none!important}.bf-inline-map-post-detail>.bf-react-comment-composer footer button[type=submit]{align-items:center!important;background:#d8e1dd!important;border:0!important;border-radius:999px!important;color:#fff!important;display:inline-flex!important;font-size:0!important;grid-column:3!important;height:40px!important;justify-content:center!important;min-height:40px!important;padding:0!important;position:relative!important;width:40px!important}.bf-inline-map-post-detail>.bf-react-comment-composer footer button[type=submit]:before{border-right:2px solid currentColor;border-top:2px solid currentColor;content:"";height:11px;transform:rotate(45deg);width:11px}.bf-inline-map-post-detail>.bf-react-comment-composer footer button[type=submit]:not(:disabled){background:#006b4f!important;color:#fff!important}.bf-inline-event-detail,.bf-inline-info-detail{display:grid;gap:18px;padding:18px}.bf-inline-event-detail header{align-items:flex-start;display:flex;gap:12px}.bf-inline-event-detail header button,.bf-inline-info-detail>button{align-items:center;background:#f3f7f5;border:1px solid rgba(15,35,31,.08);border-radius:999px;color:#10231f;display:inline-flex;height:38px;justify-content:center;width:38px}.bf-inline-event-detail h2,.bf-inline-info-detail h2{color:#10231f;font-size:1.35rem;line-height:1.12;margin:0}.bf-inline-event-detail p,.bf-inline-info-detail p{color:#50615c;margin:0}.bf-inline-event-detail__meta{display:grid;gap:8px}.bf-inline-event-detail__meta span{align-items:center;color:#50615c;display:flex;font-size:.86rem;gap:8px}.bf-inline-event-detail section{border-top:1px solid rgba(15,35,31,.08);display:grid;gap:8px;padding-top:14px}.bf-inline-event-detail h3{font-size:.9rem;margin:0}.bf-inline-event-detail ul{color:#50615c;margin:0;padding-left:18px}.bf-inline-event-detail footer{display:flex;flex-wrap:wrap;gap:8px}.bf-inline-event-detail footer button{background:#f3f7f5;border:1px solid rgba(15,35,31,.08);border-radius:999px;color:#10231f;font-weight:800;min-height:38px;padding:0 13px}.bf-inline-event-detail footer .is-primary{background:#006b4f;color:#fff}:root{--ink: #10231f;--muted: #66736f;--soft: #eef4f1;--line: #dbe3df;--paper: #f8fbf9;--surface: rgba(255, 255, 255, .92);--surface-solid: #ffffff;--green: #075f4c;--green-2: #258a72;--blue: #3979b8;--orange: #ff8a1f;--purple: #8a66c7;--shadow: 0 18px 48px rgba(16, 35, 31, .14);--soft-shadow: 0 10px 28px rgba(16, 35, 31, .1);--nav-h: 86px}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}svg{width:1.18em;height:1.18em}.leaflet-container svg{width:initial;height:initial}.bf-app{position:relative;width:100vw;height:100dvh;overflow:hidden;background:radial-gradient(circle at 84% -12%,rgba(37,138,114,.1),transparent 30%),var(--paper)}.bf-view{position:absolute;inset:0;display:none;overflow:hidden;padding-bottom:var(--nav-h)}.bf-view.is-active{display:block}.bf-home-view,.bf-simple-view{overflow-y:auto;padding:24px clamp(18px,3vw,34px) calc(var(--nav-h) + 18px);scrollbar-width:none}.bf-home-view::-webkit-scrollbar,.bf-simple-view::-webkit-scrollbar{display:none}.bf-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.bf-brand-row{display:flex;min-width:0;align-items:center;gap:22px}.bf-logo{border:0;background:transparent;color:var(--green);padding:0;font-size:clamp(2rem,5vw,2.55rem);font-weight:880;letter-spacing:0}.bf-location{display:inline-flex;min-width:0;align-items:center;gap:8px;border:0;background:transparent;color:var(--ink);padding:0;font-size:1.02rem;font-weight:760}.bf-location span:last-child{overflow:hidden;max-width:44vw;text-overflow:ellipsis;white-space:nowrap}.bf-top-actions{display:flex;flex:0 0 auto;align-items:center;gap:14px}.bf-icon-button,.bf-avatar,.bf-filter-button,.bf-sheet-close{display:grid;border:0;place-items:center}.bf-icon-button,.bf-filter-button,.bf-sheet-close{width:46px;height:46px;border-radius:18px;background:var(--surface);box-shadow:var(--soft-shadow);color:var(--ink)}.bf-sheet-close svg{transform:none}.bf-avatar{width:48px;height:48px;border-radius:999px;background:linear-gradient(135deg,#d8eee6,#fff 46%,#dce9f5);color:var(--green);box-shadow:var(--soft-shadow);font-weight:900}.bf-status-dot{position:relative}.bf-status-dot:after{content:"";position:absolute;top:7px;right:7px;width:8px;height:8px;border:2px solid white;border-radius:999px;background:var(--green)}.bf-search{position:relative;display:flex;height:70px;align-items:center;gap:16px;border:1px solid rgba(16,35,31,.08);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);padding:0 16px 0 22px}.bf-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:clamp(1rem,4vw,1.28rem)}.bf-search input::placeholder{color:#8b9692}.bf-search-icon,.bf-small-icon{position:relative;display:inline-block;flex:0 0 auto}.bf-search-icon{width:30px;height:30px;border:3px solid #20312d;border-radius:50%}.bf-search-icon:after{content:"";position:absolute;right:-9px;bottom:-5px;width:12px;height:3px;border-radius:6px;background:#20312d;transform:rotate(45deg)}.bf-chip-row{display:flex;gap:12px;margin:18px 0;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-chip-row::-webkit-scrollbar{display:none}.bf-chip,.bf-scope-chip,.bf-tab{min-height:46px;border:1px solid rgba(16,35,31,.08);border-radius:17px;background:#ffffffdb;box-shadow:var(--soft-shadow);color:var(--ink);padding:0 18px;white-space:nowrap;font-weight:760}.bf-chip.is-active,.bf-scope-chip.is-active,.bf-tab.is-active{border-color:transparent;background:var(--green);color:#fff;box-shadow:0 14px 30px #075f4c40}.bf-scope-chip{position:relative;min-height:30px;border-color:transparent;border-radius:0;background:transparent;box-shadow:none;color:#182b25c7;-webkit-backdrop-filter:none;backdrop-filter:none}.bf-scope-chip.is-active{border-color:transparent;background:transparent;box-shadow:none;color:var(--green)}.bf-feed-list{display:grid;gap:14px}.bf-card{border:1px solid rgba(16,35,31,.08);border-radius:22px;background:var(--surface-solid);box-shadow:var(--soft-shadow)}.bf-feed-card{overflow:hidden}.bf-feed-body{padding:18px}.bf-feed-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:start}.bf-author{display:grid;gap:4px}.bf-author-line{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-weight:650}.bf-author-line strong{color:var(--ink)}.bf-type-pill{display:inline-flex;width:max-content;align-items:center;border-radius:999px;background:#d8efe7;color:var(--green);padding:3px 10px;font-size:.78rem;font-weight:820}.bf-card-avatar,.bf-card-symbol{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border-radius:999px;background:#e7f1ed;color:var(--green);font-weight:900}.bf-card-symbol{border-radius:17px}.bf-feed-title{margin:14px 0 7px;color:var(--ink);font-size:clamp(1.08rem,4vw,1.38rem);line-height:1.16}.bf-feed-text{margin:0;color:#4e5b57;font-size:1rem;line-height:1.35}.bf-tag-row,.bf-role-row,.bf-feed-actions,.bf-mini-row{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.bf-tag-row{margin-top:15px}.bf-tag{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(16,35,31,.08);border-radius:10px;background:#f7faf8;color:#5a6763;padding:7px 10px;font-size:.82rem;font-weight:650}.bf-home-map-rail{display:grid;gap:12px}.bf-home-map-rail>div:first-child{display:grid;gap:3px;padding:0 4px}.bf-home-map-rail>div:first-child strong{color:var(--ink);font-size:1rem}.bf-home-map-rail>div:first-child span{color:var(--muted);font-size:.86rem;font-weight:690}.bf-home-map-rail>div:last-child{display:flex;gap:10px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.bf-home-map-rail>div:last-child::-webkit-scrollbar{display:none}.bf-home-map-rail button{display:grid;min-width:230px;gap:5px;border:1px solid rgba(16,35,31,.08);border-left:4px solid var(--green);border-radius:17px;background:#fff;box-shadow:var(--soft-shadow);color:var(--ink);padding:12px;text-align:left}.bf-home-map-rail button span{color:var(--green);font-size:.68rem;font-weight:900;text-transform:uppercase}.bf-home-map-rail button strong{overflow:hidden;font-size:.93rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.bf-feed-actions{justify-content:space-between;border-top:1px solid var(--line);padding:12px 18px;color:#59645f;font-weight:700}.bf-action-group{display:flex;gap:22px}.bf-text-button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#4d5a56;padding:0;font-weight:740}.bf-poll-options{display:grid;gap:12px;margin-top:16px}.bf-poll-option{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,42%) auto;gap:12px;align-items:center}.bf-poll-label{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:690}.bf-poll-track,.bf-breakdown-track{height:7px;overflow:hidden;border-radius:999px;background:#edf1ef}.bf-poll-fill{display:block;width:var(--value);height:100%;border-radius:inherit;background:var(--green-2)}.bf-poll-percent{color:#4d5a56;font-weight:720}.bf-role-card{display:flex;min-width:130px;flex:1 1 130px;align-items:center;gap:10px;border:1px solid rgba(16,35,31,.08);border-radius:14px;background:#fbfcfb;padding:10px}.bf-role-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--role-bg);color:var(--green);font-weight:900}.bf-role-card strong,.bf-role-card span{display:block;line-height:1.12}.bf-role-card span{margin-top:3px;color:var(--muted);font-size:.78rem}.bf-member-row{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-weight:680}.bf-map-view{background:#edf4f1}.bf-map-canvas{position:absolute;inset:0 0 var(--nav-h);z-index:1;background:#edf4f1}.leaflet-container{font:inherit;background:#edf4f1}.leaflet-container img.leaflet-tile{mix-blend-mode:normal;opacity:.38}.leaflet-control-attribution{display:none!important}.leaflet-container .leaflet-interactive:focus{outline:none}.bf-map-canvas .leaflet-pane svg{overflow:visible}.bf-state-path{transition:fill-opacity .16s ease,stroke-opacity .16s ease,stroke-width .16s ease}.bf-state-path-active,.bf-selected-boundary-main{filter:none}.bf-selected-boundary-glow{filter:none;stroke-linejoin:round;vector-effect:non-scaling-stroke}.bf-selected-boundary-main,.bf-selected-boundary-inner,.bf-selected-district-seam,.bf-district-path,.bf-district-path-active{stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.bf-selected-district-seam,.bf-district-path,.bf-district-path-active{filter:none}.leaflet-control-zoom{overflow:hidden;border:0!important;border-radius:20px;box-shadow:var(--soft-shadow)}.leaflet-control-zoom a{width:46px!important;height:46px!important;border-color:#10231f14!important;color:var(--ink)!important;font-size:1.7rem!important;line-height:46px!important}.bf-map-overlay{position:absolute;z-index:10;top:20px;left:clamp(16px,3vw,30px);right:clamp(16px,3vw,30px);display:grid;gap:8px;pointer-events:none}.bf-map-overlay>*{pointer-events:auto}.bf-map-search{height:60px}.bf-map-scope{display:flex;width:max-content;max-width:100%;gap:2px;overflow-x:auto;border:1px solid rgba(16,35,31,.055);border-radius:16px;background:#ffffff57;box-shadow:0 6px 18px #10231f0e;padding:2px;-webkit-backdrop-filter:blur(10px) saturate(1.04);backdrop-filter:blur(10px) saturate(1.04);scrollbar-width:none}.bf-map-scope::-webkit-scrollbar{display:none}.bf-map-toolbar{display:grid;width:min(100%,396px);max-width:100%;grid-template-columns:minmax(0,auto) auto;align-items:center;justify-content:start;gap:7px;overflow:visible;padding:0}.bf-map-context{display:grid;width:fit-content;min-width:min(100%,172px);max-width:100%;grid-template-columns:minmax(0,1fr);align-items:start;gap:2px;border:1px solid rgba(0,107,79,.06);border-radius:13px;background:#ffffff47;box-shadow:0 5px 14px #10231f0b;color:var(--green);padding:7px 11px;-webkit-backdrop-filter:blur(8px) saturate(1.02);backdrop-filter:blur(8px) saturate(1.02)}.bf-map-context[hidden]{display:none}.bf-map-context-icon{display:grid;width:27px;height:27px;place-items:center;flex:0 0 auto;grid-row:1 / span 2;border-radius:999px;background:#e0faf0eb;color:#00795b}.bf-map-context svg{width:15px;height:15px}.bf-map-context strong,.bf-map-context small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-map-context strong{color:#006b4f;font-size:.86rem;font-weight:920}.bf-map-context small{grid-column:1;color:#233731a8;font-size:.68rem;font-weight:780}.bf-map-context button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;grid-column:3;grid-row:1 / span 2;border:0;border-radius:12px;background:var(--green);color:#fff;padding:0 11px;font-size:.76rem;font-weight:860;white-space:nowrap}.bf-map-context button svg{width:16px;height:16px}.bf-map-filter-panel{display:grid;width:min(100%,390px);gap:10px;border:1px solid rgba(7,95,76,.12);border-radius:18px;background:#fffffff2;box-shadow:0 14px 30px #10231f21;padding:12px}.bf-map-filter-panel[hidden]{display:none}.bf-map-filter-panel header,.bf-map-filter-panel div{display:flex;align-items:center}.bf-map-filter-panel header{justify-content:space-between}.bf-map-filter-panel header button{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(16,35,31,.08);border-radius:10px;background:#f8fbf9;color:var(--green)}.bf-map-filter-panel header svg{width:16px;height:16px}.bf-map-filter-panel div{gap:8px}.bf-map-filter-panel div button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(16,35,31,.08);border-radius:12px;background:#f8fbf9;color:#30423c;padding:0 12px;font:inherit;font-size:.78rem;font-weight:820}.bf-map-filter-panel div button.is-active{background:var(--green);color:#fff}.bf-map-filter-panel div svg{width:16px;height:16px}.bf-map-filter-panel p{margin:0;color:#64736e;font-size:.76rem;line-height:1.35}.bf-map-toggle{display:inline-flex;overflow:hidden;flex:0 0 auto;gap:2px;border:1px solid rgba(16,35,31,.055);border-radius:16px;background:#ffffff57;box-shadow:0 6px 18px #10231f0e;padding:2px;-webkit-backdrop-filter:blur(10px) saturate(1.04);backdrop-filter:blur(10px) saturate(1.04)}.bf-map-toggle button{min-height:34px;border:0;border-radius:13px;background:transparent;color:#21352ed6;padding:0 10px;font-size:.78rem;font-weight:850;white-space:nowrap}.bf-map-toggle button.is-active{background:#006b4feb;box-shadow:0 6px 15px #075f4c24;color:#fff}.bf-layer-chips{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-layer-chips::-webkit-scrollbar{display:none}.bf-layer-chip{display:inline-flex;min-height:44px;align-items:center;gap:8px;border:1px solid rgba(16,35,31,.08);border-radius:999px;background:#ffffffe0;box-shadow:0 10px 26px #10231f14;color:#41504b;padding:0 16px;font-size:.9rem;font-weight:820;white-space:nowrap}.bf-layer-chip.is-active{border-color:transparent;background:var(--green);color:#fff}.bf-layer-chip svg,.bf-scope-chip svg,.bf-map-toggle svg{width:20px;height:20px}.bf-scope-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;flex:0 0 auto;border-color:transparent;border-radius:13px;background:transparent;box-shadow:none;color:#1d352edb;font-size:.78rem;padding:0 9px;white-space:nowrap}.bf-scope-chip.is-active{border-color:transparent;background:#006b4feb;box-shadow:0 6px 15px #075f4c24;color:#fff}.bf-map-legend{position:absolute;z-index:12;right:clamp(14px,3vw,28px);top:min(46dvh,430px);width:154px;border:1px solid rgba(16,35,31,.08);border-radius:18px;background:#ffffffeb;box-shadow:var(--soft-shadow);padding:13px 14px}.bf-map-legend-scale{display:grid;gap:10px}.bf-map-legend-scale div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center}.bf-map-legend-scale span{width:28px;height:28px;border-radius:7px;background:var(--legend-color);box-shadow:inset 0 0 0 1px #10231f0f}.bf-map-legend-scale strong,.bf-map-legend-scale small,.bf-map-legend p{display:block;line-height:1.12}.bf-map-legend-scale strong{color:var(--ink);font-size:.75rem}.bf-map-legend-scale small{margin-top:2px;color:var(--muted);font-size:.68rem;font-weight:720}.bf-map-legend p{margin:12px 0 0;border-top:1px solid rgba(16,35,31,.08);color:var(--green);padding-top:10px;font-size:.72rem;font-weight:820}.bf-map-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid rgba(16,35,31,.08);border-radius:24px;background:var(--surface);box-shadow:var(--soft-shadow);padding:16px 18px}.bf-map-summary h1{margin:0;overflow:hidden;font-size:clamp(1.28rem,5vw,1.7rem);line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.bf-map-summary p{margin:5px 0 0;overflow:hidden;color:var(--muted);font-size:.88rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bf-map-happenings{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.bf-map-happenings::-webkit-scrollbar{display:none}.bf-happening-card{display:grid;min-width:min(260px,78vw);gap:4px;border:1px solid rgba(16,35,31,.08);border-left:4px solid var(--green);border-radius:17px;background:#fffffff0;box-shadow:0 14px 34px #10231f1f;color:var(--ink);padding:12px 13px;text-align:left}.bf-happening-card span,.bf-flow-item span{color:var(--green);font-size:.68rem;font-weight:880;letter-spacing:0;text-transform:uppercase}.bf-happening-card strong{overflow:hidden;font-size:.94rem;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.bf-happening-card small{overflow:hidden;color:var(--muted);font-size:.74rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bf-flag{display:grid;width:48px;height:48px;place-items:center;overflow:hidden;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #10231f14}.bf-flag:before{content:"";width:40px;height:28px;border-radius:999px;background:linear-gradient(#f93 0 33%,#fff 33% 66%,#138808 66% 100%);box-shadow:inset 0 0 0 1px #10231f0a}.bf-map-open{position:absolute;z-index:10;right:clamp(16px,3vw,30px);bottom:calc(var(--nav-h) + 18px);display:inline-flex;min-height:58px;align-items:center;gap:10px;border:0;border-radius:28px;background:var(--green);box-shadow:0 18px 46px #075f4c40;color:#fff;padding:0 22px;font-size:1rem;font-weight:820}.bf-project-preview,.bf-profile-preview{position:absolute;z-index:26;right:clamp(14px,3vw,24px);bottom:calc(var(--nav-h) + 86px);display:grid;width:min(244px,calc(100vw - 28px));gap:7px;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fffffff5;box-shadow:0 18px 50px #10231f2e;padding:10px}.bf-project-preview[hidden],.bf-profile-preview[hidden]{display:none}.bf-profile-preview{top:100px;left:clamp(14px,3vw,24px);bottom:auto}.bf-preview-close{position:absolute;top:8px;right:8px;display:grid;width:26px;height:26px;border:0;border-radius:12px;background:#f3f7f5;color:var(--ink);place-items:center}.bf-preview-close svg{transform:none}.bf-preview-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding-right:30px}.bf-preview-avatar,.bf-thread-avatar{display:grid;place-items:center;border:2px solid white;border-radius:999px;background:radial-gradient(circle at 35% 25%,#bfe7d8,transparent 32px),linear-gradient(135deg,#075f4c,#2f8f78);color:#fff;font-weight:900}.bf-preview-avatar{width:30px;height:30px;font-size:.68rem}.bf-preview-head strong{display:block;font-size:.82rem;line-height:1.12}.bf-preview-head small,.bf-project-preview p,.bf-profile-preview p{color:var(--muted);font-size:.72rem;font-weight:720;line-height:1.22}.bf-project-preview p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.bf-preview-actions,.bf-board-actions{display:flex;flex-wrap:wrap;gap:6px}.bf-preview-actions button,.bf-board-actions button,.bf-board-column button{border:1px solid rgba(16,35,31,.1);border-radius:14px;background:#fff;color:var(--ink);padding:7px 9px;font-size:.72rem;font-weight:820}.bf-project-pin{position:relative;display:grid;width:28px;height:28px;border:2px solid white;border-radius:999px;background:radial-gradient(circle at 36% 28%,#d9fff1,transparent 22px),linear-gradient(135deg,#075f4c,#ff8a1f);box-shadow:0 8px 18px #10231f38;color:#fff;place-items:center}.bf-project-pin span{position:relative;z-index:1;font-size:.56rem;font-weight:900}.bf-state-label,.bf-district-label{display:inline-flex;max-width:150px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--ink);padding:0;font-size:.74rem;font-weight:850;line-height:1;overflow:hidden;pointer-events:auto;text-overflow:ellipsis;text-shadow:0 1px 0 rgba(255,255,255,.95),0 0 7px rgba(255,255,255,.95);white-space:nowrap}.bf-label-anchor,.bf-state-badge-anchor,.bf-district-badge-anchor{pointer-events:none}.bf-label-anchor.is-clickable,.bf-state-badge-anchor.is-clickable,.bf-district-badge-anchor.is-clickable{pointer-events:auto}.bf-state-badge,.bf-district-badge{display:grid;width:96px;min-height:38px;justify-items:center;align-content:center;gap:2px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#0b5d4d;padding:0;pointer-events:none;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.95),0 0 8px rgba(255,255,255,.95)}.bf-state-badge.is-clickable,.bf-district-badge.is-clickable,.bf-state-label.is-clickable,.bf-district-label.is-clickable{cursor:pointer;pointer-events:auto}.bf-state-badge{width:96px;min-height:38px;color:#12332c}.bf-state-badge span,.bf-district-badge span{overflow:hidden;max-width:88px;font-size:.6rem;font-weight:840;line-height:1.1;text-overflow:ellipsis;white-space:normal}.bf-state-badge span{max-width:90px;font-size:.61rem;color:#12332c}.bf-state-badge strong,.bf-district-badge strong{display:grid;min-width:28px;height:19px;place-items:center;border-radius:7px;background:#ffffffeb;box-shadow:0 5px 14px #10231f24;color:#078a68;font-size:.68rem;font-weight:900;line-height:1;text-shadow:none}.bf-state-badge strong{height:19px;border-radius:999px;color:#00755e;font-size:.66rem}.bf-district-badge.is-active{justify-items:center;background:transparent;box-shadow:none;color:#fff;text-shadow:0 1px 1px rgba(0,69,55,.55),0 0 8px rgba(0,69,55,.38)}.bf-district-badge.is-active span{max-width:96px;text-align:center}.bf-district-badge.is-active strong{min-width:44px;margin-top:2px;color:#00755e;background:#fff}.bf-state-label.is-active{background:transparent;color:var(--green)}.bf-district-label{max-width:120px;background:#ffffffd1;font-size:.66rem}.bf-district-label.is-active{background:#12332c;color:#fff}.bf-signal-dot{display:grid;width:20px;height:20px;place-items:center;border:3px solid white;border-radius:999px;background:var(--dot-color);box-shadow:0 8px 18px #10231f2e}.bf-map-pin{display:grid;width:122px;min-height:38px;gap:1px;border:1px solid rgba(16,35,31,.1);border-left:4px solid var(--pin-color);border-radius:999px;background:#ffffffeb;box-shadow:0 10px 26px #10231f1f;color:var(--ink);padding:6px 10px 6px 12px;text-align:left}.bf-map-pin span,.bf-map-pin strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-map-pin span{color:var(--muted);font-size:.55rem;font-weight:860;text-transform:uppercase}.bf-map-pin strong{font-size:.66rem;line-height:1.05}.bf-sheet{position:absolute;z-index:30;left:0;right:0;bottom:var(--nav-h);height:var(--sheet-height, min(34dvh, 320px));max-height:calc(100dvh - var(--nav-h));min-height:120px;border-radius:30px 30px 0 0;background:#fffffff5;box-shadow:0 -18px 60px #10231f2e;transform:translateY(calc(100% + 8px));transition:transform .22s ease}.bf-sheet.is-open{transform:translateY(var(--sheet-drag-y, 0))}.bf-sheet.is-dragging{transition:none}.bf-sheet.is-compact{height:var(--sheet-height, min(30dvh, 280px));border-radius:28px 28px 0 0;background:#fff}.bf-sheet-inner{height:100%;overflow-x:hidden;overflow-y:auto;padding:10px clamp(18px,3vw,28px) 22px;scrollbar-width:none}.bf-sheet-inner::-webkit-scrollbar{display:none}.bf-sheet-inner-compact{padding-bottom:16px}.bf-sheet-grip{width:48px;height:5px;margin:0 auto 12px;border-radius:999px;background:#c3cbc7;cursor:grab;touch-action:none}.bf-sheet.is-dragging .bf-sheet-grip{cursor:grabbing}.bf-sheet-head{display:flex;justify-content:space-between;gap:14px;align-items:start}.bf-sheet-title h2{margin:0;overflow-wrap:anywhere;font-size:1.58rem;line-height:1.08}.bf-sheet-title{min-width:0}.bf-sheet-title h2 span{color:var(--green);font-size:1.12rem;font-weight:780}.bf-sheet-title p{margin:7px 0 0;color:#4f5d58;font-weight:690}.bf-tab-row{display:flex;gap:10px;margin:18px 0 14px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-tab-row::-webkit-scrollbar{display:none}.bf-tab{min-height:40px;border-radius:14px;box-shadow:none}.bf-district-board{display:grid;gap:12px}.bf-state-explore-panel{display:grid;gap:12px;margin-top:4px;padding-top:14px}.bf-state-explore-panel header{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:center}.bf-state-explore-panel header span{color:var(--green);font-size:.72rem;font-weight:880;letter-spacing:0;text-transform:uppercase}.bf-state-explore-panel h3{margin:3px 0 4px;overflow:hidden;color:var(--ink);font-size:clamp(1.18rem,4vw,1.56rem);line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.bf-state-explore-panel p{margin:0;overflow:hidden;color:var(--muted);font-weight:730;text-overflow:ellipsis;white-space:nowrap}.bf-state-feed-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;border-radius:15px;font-weight:860;white-space:nowrap}.bf-state-feed-button{border:0;background:var(--green);color:#fff;padding:0 16px}.bf-state-feed-button svg{width:20px;height:20px}.bf-state-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bf-state-stat-grid article{display:grid;min-height:78px;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:12px}.bf-state-stat-grid article>span{color:var(--green)}.bf-state-stat-grid svg{width:22px;height:22px}.bf-state-stat-grid small,.bf-state-stat-grid em{display:block;color:var(--muted);font-size:.72rem;font-style:normal;font-weight:740;line-height:1.14}.bf-state-stat-grid strong{display:block;margin:4px 0 3px;color:var(--ink);font-size:1rem;line-height:1.05}.bf-map-metric-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 0 12px;scrollbar-width:none}.bf-map-metric-rail::-webkit-scrollbar{display:none}.bf-map-metric-rail article{display:grid;flex:0 0 168px;min-height:76px;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#f8fbf9;padding:11px}.bf-map-metric-rail article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#e6f5ee;color:var(--green)}.bf-map-metric-rail svg{width:18px;height:18px}.bf-map-metric-rail small,.bf-map-metric-rail em{display:block;overflow:hidden;color:var(--muted);font-size:.7rem;font-style:normal;font-weight:740;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.bf-map-metric-rail strong{display:block;margin:4px 0 3px;color:var(--ink);font-size:1.05rem;line-height:1.05}.bf-map-inline-feed{display:grid;gap:10px}.bf-map-inline-feed header{display:grid;gap:2px}.bf-map-inline-feed header strong{color:var(--ink);font-size:1rem;font-weight:880}.bf-map-inline-feed header span{overflow:hidden;color:var(--muted);font-size:.76rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bf-map-inline-feed .bf-location-card{margin:0}.bf-map-sheet-feed{display:grid}.bf-map-horizontal-section{display:grid;gap:10px;border-bottom:1px solid rgba(16,35,31,.08);padding:14px 0}.bf-map-horizontal-section:first-child{padding-top:2px}.bf-map-horizontal-section header{display:flex;align-items:center;justify-content:space-between;gap:2px}.bf-map-horizontal-section header div{display:grid;min-width:0;gap:2px}.bf-map-horizontal-section header strong{color:var(--ink);font-size:1rem;font-weight:900}.bf-map-horizontal-section header span{overflow:hidden;color:var(--muted);font-size:.78rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bf-map-stat-plus{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;border:1px solid rgba(16,35,31,.08);border-radius:999px;background:#eef8f3;color:var(--green)}.bf-map-stat-plus svg{width:17px;height:17px}.bf-map-horizontal-rail{display:flex;gap:10px;cursor:grab;overflow-x:scroll;overscroll-behavior-x:contain;padding:0 26px 2px 0;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}.bf-map-horizontal-rail.is-dragging{cursor:grabbing}.bf-map-horizontal-rail::-webkit-scrollbar{display:none}.bf-map-rail-card{display:grid;flex:0 0 min(72vw,244px);min-height:146px;gap:8px;align-content:start;border:1px solid rgba(16,35,31,.08);border-radius:14px;background:#f8fbf9;color:var(--ink);padding:12px;text-align:left;touch-action:pan-x;-webkit-user-select:none;user-select:none}.bf-map-rail-card>span{display:grid;width:32px;height:32px;place-items:center;border-radius:999px;background:#e7f6ef;color:var(--green)}.bf-map-rail-card svg{width:18px;height:18px}.bf-map-rail-card strong{display:-webkit-box;overflow:hidden;font-size:.95rem;line-height:1.16;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-map-rail-card p{display:-webkit-box;margin:0;overflow:hidden;color:#45534e;font-size:.82rem;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bf-map-rail-card em{overflow:hidden;color:var(--green);font-size:.75rem;font-style:normal;font-weight:820;text-overflow:ellipsis;white-space:nowrap}.bf-map-stat-result-card,.bf-map-stat-bars{display:grid;gap:7px}.bf-map-stat-bars button{display:grid;gap:5px;border:0;background:transparent;color:var(--ink);padding:0;text-align:left}.bf-map-stat-bars span{display:flex;justify-content:space-between;gap:8px;font-size:.76rem;font-weight:820}.bf-map-stat-bars i{color:var(--green);font-style:normal}.bf-map-stat-bars small{display:block;height:7px;overflow:hidden;border-radius:999px;background:#e4ede8}.bf-map-stat-bars small:before{display:block;width:var(--bar);height:100%;border-radius:inherit;background:var(--green);content:""}.bf-map-stat-composer{display:grid;gap:10px;border:1px solid rgba(7,95,76,.12);border-radius:14px;background:#f8fbf9;padding:12px}.bf-map-stat-composer label{display:grid;gap:5px;min-width:0}.bf-map-stat-composer label span{color:var(--muted);font-size:.72rem;font-weight:820}.bf-map-stat-composer input,.bf-map-stat-composer select{width:100%;min-height:36px;border:1px solid rgba(16,35,31,.1);border-radius:10px;background:#fff;color:var(--ink);padding:0 10px;font:inherit;font-size:.82rem}.bf-map-stat-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bf-map-stat-compose-row{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:8px;align-items:end}.bf-map-stat-composer button{min-height:34px;border:0;border-radius:10px;background:var(--green);color:#fff;font-weight:880}.bf-map-feed-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;border-bottom:1px solid rgba(16,35,31,.08);padding:14px 0}.bf-map-sheet-feed .bf-map-feed-row:first-child{padding-top:2px}.bf-map-row-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:#edf7f2;color:var(--green)}.bf-map-row-icon svg{width:21px;height:21px}.bf-map-row-body{display:grid;gap:7px;min-width:0}.bf-map-row-body header{display:flex;min-width:0;align-items:baseline;gap:8px}.bf-map-row-body header strong{color:var(--ink);font-size:.92rem;font-weight:900;white-space:nowrap}.bf-map-row-body header span{overflow:hidden;color:var(--muted);font-size:.8rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bf-map-row-body h3{margin:0;color:var(--ink);font-size:1.08rem;line-height:1.18}.bf-map-row-body p{margin:0;color:#45534e;line-height:1.38}.bf-map-row-body footer{display:flex;flex-wrap:wrap;gap:9px;align-items:center;color:var(--muted);font-size:.82rem;font-weight:760}.bf-map-row-body footer button{border:0;border-radius:999px;background:#edf7f2;color:var(--green);padding:7px 10px;font-weight:820}.bf-map-post-row .bf-thread-avatar{margin-top:1px}.bf-map-home-post-row{cursor:default;border-bottom:1px solid rgba(16,35,31,.08);padding:12px 0 13px}.bf-map-home-post-row .bf-react-post-head{display:flex;min-height:0;margin-bottom:7px}.bf-map-home-post-row .bf-react-feed-identity{display:inline-flex;min-width:0;align-items:center;gap:9px}.bf-map-home-post-row .bf-thread-avatar{flex:0 0 auto;width:34px;height:34px;font-size:.76rem}.bf-map-home-post-row .bf-react-feed-identity__body{display:inline-flex;min-width:0;align-items:center;gap:5px;color:var(--muted);font-size:.82rem;font-weight:720}.bf-map-home-post-row .bf-react-feed-identity__body strong,.bf-map-home-post-row .bf-react-feed-identity__body time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-map-home-post-row .bf-react-feed-identity__body strong{color:var(--ink);font-weight:900}.bf-map-home-post-row .bf-react-open-post-button{display:block;width:100%;border:0;background:transparent;color:inherit;padding:0;text-align:left}.bf-map-home-post-row h2{margin:0;color:var(--ink);font-size:1.02rem;font-weight:910;line-height:1.2}.bf-map-home-post-row p{margin:6px 0 0;color:#26322e;font-size:.9rem;line-height:1.34}.bf-map-home-post-row .bf-react-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.bf-map-home-post-row .bf-ds-tag-list__tag{border:1px solid rgba(16,35,31,.08);border-radius:999px;background:#f7faf8;color:var(--muted);padding:5px 8px;font-size:.74rem;font-weight:780}.bf-map-home-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.bf-map-home-actions button{display:inline-flex;min-height:30px;align-items:center;gap:6px;border:1px solid rgba(16,35,31,.08);border-radius:999px;background:transparent;color:var(--muted);padding:0 10px;font-size:.78rem;font-weight:850}.bf-map-home-actions svg{width:16px;height:16px}.bf-state-district-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bf-state-district-list button{display:grid;gap:4px;min-height:56px;align-content:center;border:1px solid rgba(16,35,31,.08);border-radius:14px;background:#f8fbf9;color:var(--ink);padding:10px 12px;text-align:left}.bf-state-district-list strong,.bf-state-district-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-state-district-list strong{font-size:.9rem;line-height:1.08}.bf-state-district-list span{color:var(--green);font-size:.76rem;font-weight:790}.bf-district-compact-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:14px}.bf-district-compact-title{min-width:0}.bf-district-compact-title h2{margin:0;overflow:hidden;color:var(--green);font-size:clamp(1.28rem,4vw,1.78rem);line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.bf-district-compact-title h2 span{color:var(--ink);font-size:.72em;font-weight:760}.bf-district-compact-title p{margin:6px 0 0;overflow:hidden;color:var(--muted);font-weight:740;text-overflow:ellipsis;white-space:nowrap}.bf-district-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center}.bf-district-hero-icon{display:grid;width:64px;height:64px;place-items:center;border:2px solid #16a976;border-radius:999px;background:#ecfbf4;color:var(--green)}.bf-district-hero-icon svg{width:34px;height:34px}.bf-district-hero h3{margin:0;color:var(--green);font-size:clamp(1.38rem,5vw,1.9rem);line-height:1.05}.bf-district-hero p{margin:7px 0 0;color:var(--muted);font-weight:760}.bf-district-category-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.bf-district-category-row article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:50px;align-items:center;gap:8px;border:1px solid rgba(16,35,31,.08);border-radius:14px;background:#fff;padding:9px 10px}.bf-district-category-row article span{color:var(--green)}.bf-district-category-row article svg{width:20px;height:20px}.bf-district-category-row article strong,.bf-district-category-row article b{overflow:hidden;color:#40504b;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.bf-district-category-row article b{color:var(--ink);font-weight:900}.bf-district-category-row .bf-more-category{display:grid;grid-template-columns:1fr;place-items:center}.bf-district-need,.bf-district-primary{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;font-weight:860}.bf-district-compact-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.bf-district-need{border:1px solid rgba(7,95,76,.12);background:linear-gradient(135deg,#f4fbf7,#eef8f3);color:var(--green);padding:0 16px}.bf-district-need span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-district-need svg,.bf-district-primary svg{width:22px;height:22px;flex:0 0 auto}.bf-district-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.bf-district-stat-grid article{display:grid;min-height:96px;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:13px}.bf-district-stat-grid article>span{color:var(--green)}.bf-district-stat-grid svg{width:24px;height:24px}.bf-district-stat-grid small,.bf-district-stat-grid em{display:block;color:var(--muted);font-size:.72rem;font-style:normal;font-weight:740;line-height:1.14}.bf-district-stat-grid strong{display:block;margin:5px 0 3px;color:var(--ink);font-size:1.02rem;line-height:1.05}.bf-district-primary{justify-content:center;border:0;background:var(--green);box-shadow:0 16px 34px #075f4c38;color:#fff;padding:0 20px}.bf-sheet.is-compact .bf-district-category-row,.bf-sheet.is-compact .bf-district-stat-grid{display:flex;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.bf-sheet.is-compact .bf-district-category-row::-webkit-scrollbar,.bf-sheet.is-compact .bf-district-stat-grid::-webkit-scrollbar{display:none}.bf-sheet.is-compact .bf-district-category-row article{flex:0 0 150px;min-height:44px;padding:7px 9px}.bf-sheet.is-compact .bf-district-stat-grid article{flex:0 0 168px;min-height:78px;padding:10px}.bf-sheet.is-compact .bf-district-need,.bf-sheet.is-compact .bf-district-primary{min-height:48px}.bf-district-project-card{grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:13px}.bf-district-project-card p,.bf-district-event-card p{margin:6px 0 10px;color:var(--muted);font-size:.86rem;line-height:1.32}.bf-district-project-card button,.bf-district-event-card button{width:fit-content;border:1px solid rgba(16,35,31,.1);border-radius:999px;background:#f7faf8;color:var(--green);padding:8px 11px;font-weight:820}.bf-district-event-card{padding:14px}.bf-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bf-metric-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:14px}.bf-metric-icon,.bf-tile-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:var(--metric-bg);color:var(--metric-color);font-weight:900}.bf-metric-card span,.bf-mini-tile span{display:block;color:var(--muted);font-size:.78rem;font-weight:760}.bf-metric-card strong{display:block;margin-top:3px;font-size:1.28rem;line-height:1.05}.bf-explain{margin-top:12px;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:15px}.bf-explain h3{margin:0 0 8px;font-size:1rem}.bf-explain ul{margin:0;padding-left:18px;color:#42504b;line-height:1.45}.bf-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:12px;overflow:hidden;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff}.bf-mini-tile{display:grid;min-height:92px;gap:6px;border-right:1px solid var(--line);padding:12px}.bf-mini-tile:last-child{border-right:0}.bf-mini-tile strong{font-size:.9rem;line-height:1.15}.bf-breakdown{margin-top:12px;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:15px}.bf-breakdown h3{margin:0 0 12px;font-size:1rem}.bf-breakdown-track{display:flex;height:12px}.bf-breakdown-track span{height:100%}.bf-breakdown-track span:nth-child(1){width:48%;background:var(--green)}.bf-breakdown-track span:nth-child(2){width:22%;background:var(--blue)}.bf-breakdown-track span:nth-child(3){width:30%;background:var(--orange)}.bf-feed-hero{border:1px solid rgba(7,95,76,.12);border-radius:18px;background:linear-gradient(135deg,#f8fcfa,#eef8f3)}.bf-thread-type{display:inline-flex;width:fit-content;border-radius:999px;background:#e8f5ef;color:var(--green);padding:4px 8px;font-size:.72rem;font-weight:900;text-transform:uppercase}.bf-thread-card{grid-template-columns:auto minmax(0,1fr);align-items:start;padding:14px}.bf-thread-avatar{width:42px;height:42px}.bf-thread-body{display:grid;gap:7px;min-width:0}.bf-thread-body header{display:flex;min-width:0;align-items:baseline;gap:8px}.bf-thread-body header strong{white-space:nowrap}.bf-thread-body header span{overflow:hidden;color:var(--muted);font-size:.82rem;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.bf-thread-body h3{margin:0;font-size:1.2rem;line-height:1.15}.bf-thread-body p{margin:0;color:#45534e;line-height:1.38}.bf-thread-body footer{display:flex;flex-wrap:wrap;gap:9px;align-items:center;color:var(--muted);font-size:.82rem;font-weight:760}.bf-thread-body footer button{border:1px solid rgba(16,35,31,.08);border-radius:999px;background:#f7faf8;color:var(--muted);padding:7px 10px;font-weight:760}.bf-location-card-list{display:grid;gap:10px;margin-top:12px}.bf-location-card-list h3{margin:0;font-size:1rem}.bf-location-card{display:grid;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff}.bf-profile-stats{display:grid;width:fit-content;border-radius:16px;background:#eef8f3;padding:10px 14px}.bf-profile-stats strong{font-size:1.4rem}.bf-profile-stats span{color:var(--muted);font-size:.78rem;font-weight:780}.bf-flow-list,.bf-action-grid,.bf-manual-tests{margin-top:12px}.bf-flow-list{display:grid;gap:10px}.bf-flow-list h3{margin:0;font-size:1rem}.bf-flow-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;padding:13px}.bf-flow-item strong{display:block;font-size:.98rem;line-height:1.18}.bf-flow-item p{margin:5px 0;color:#4f5d58;font-size:.9rem;line-height:1.35}.bf-flow-item small{color:var(--muted);font-size:.78rem;font-weight:760}.bf-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bf-flow-action{display:grid;gap:7px;min-height:112px;border:1px solid rgba(7,95,76,.16);border-radius:16px;background:#f7fbf9;color:var(--ink);padding:13px;text-align:left}.bf-flow-action strong{font-size:.96rem;line-height:1.1}.bf-flow-action span{color:#53615d;font-size:.82rem;line-height:1.3}.bf-manual-tests ol{margin:0;padding-left:18px;color:#42504b;line-height:1.45}.bf-bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;display:grid;height:var(--nav-h);grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;border-radius:26px 26px 0 0;background:#fffffff5;box-shadow:0 -14px 42px #10231f1f;padding:8px 12px 10px}.bf-nav-button{display:grid;min-width:0;min-height:62px;border:0;border-radius:19px;background:transparent;color:#8a928f;place-items:center;padding:6px 4px;font-size:.78rem;font-weight:760}.bf-nav-button.is-active{background:#eef7f3;color:var(--green)}.bf-nav-button.is-create{width:66px;height:66px;justify-self:center;border-radius:999px;background:var(--green);color:#fff;box-shadow:0 14px 36px #075f4c47;font-size:1.7rem}.bf-nav-icon{display:block;margin-bottom:3px;font-size:1.2rem;line-height:1}.bf-simple-card{max-width:720px;margin:36px auto;padding:28px}.bf-simple-card h1{margin:0 0 10px;font-size:2rem}.bf-simple-card p{margin:0;color:var(--muted);line-height:1.45}.bf-create-surface{display:grid;gap:16px;max-width:860px;margin:0 auto;padding:24px 18px calc(var(--nav-h) + 24px)}.bf-create-surface header{display:grid;gap:8px;border:1px solid rgba(16,35,31,.08);border-radius:24px;background:var(--surface);box-shadow:var(--soft-shadow);padding:20px}.bf-create-surface header span,.bf-create-field span,.bf-create-grid strong{color:var(--green);font-size:.75rem;font-weight:900;text-transform:uppercase}.bf-create-surface h1{margin:0;font-size:clamp(1.6rem,6vw,2.3rem);line-height:1.05}.bf-create-surface p{margin:0;color:var(--muted);line-height:1.42;font-weight:690}.bf-create-mode-row{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.bf-create-mode-row::-webkit-scrollbar{display:none}.bf-create-mode-row button,.bf-create-grid button,.bf-create-submit{border:1px solid rgba(16,35,31,.08);border-radius:16px;background:#fff;color:var(--ink);padding:11px 14px;font-weight:850}.bf-create-mode-row button.is-active,.bf-create-grid button.is-active,.bf-create-submit{background:var(--green);color:#fff}.bf-create-field{display:grid;gap:8px;border:1px solid rgba(16,35,31,.08);border-radius:18px;background:#fff;padding:14px}.bf-create-field input,.bf-create-field textarea{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-weight:760}.bf-create-field textarea{min-height:92px;resize:vertical}.bf-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bf-create-grid article{display:grid;gap:11px;border:1px solid rgba(16,35,31,.08);border-radius:18px;background:#fff;padding:14px}.bf-create-grid article div{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.bf-create-submit{min-height:54px;justify-self:start;padding-inline:22px}.bf-project-board{display:grid;gap:16px;max-width:940px;margin:0 auto;padding:24px 18px calc(var(--nav-h) + 24px)}.bf-board-hero{display:grid;gap:15px;border:1px solid rgba(16,35,31,.08);border-radius:24px;background:var(--surface);box-shadow:var(--soft-shadow);padding:18px}.bf-board-title{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.bf-board-title h1{margin:0;font-size:clamp(1.45rem,5vw,2rem);line-height:1.08}.bf-board-title p,.bf-board-hero>p,.bf-board-column p{margin:0;color:var(--muted);line-height:1.42;font-weight:690}.bf-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bf-board-column{display:grid;gap:12px;border:1px solid rgba(16,35,31,.08);border-radius:20px;background:#fff;padding:15px}.bf-board-column h2{margin:0;font-size:1.05rem}.bf-board-column div{display:flex;flex-wrap:wrap;gap:9px}.bf-toast{position:fixed;z-index:80;left:50%;bottom:calc(var(--nav-h) + 18px);width:min(420px,calc(100vw - 32px));border-radius:18px;background:var(--ink);color:#fff;opacity:0;padding:13px 16px;pointer-events:none;text-align:center;transform:translate(-50%,12px);transition:opacity .16s ease,transform .16s ease;font-weight:760}.bf-toast.is-visible{opacity:1;transform:translate(-50%)}@media(min-width:980px){.bf-home-view,.bf-simple-view{max-width:860px;margin:0 auto}.bf-map-view{max-width:940px;margin:0 auto;box-shadow:0 0 0 1px #10231f14}.bf-bottom-nav{left:50%;width:min(940px,100vw);transform:translate(-50%)}}@media(max-width:680px){:root{--nav-h: 78px}.bf-home-view,.bf-simple-view{padding:18px 14px calc(var(--nav-h) + 12px)}.bf-brand-row{gap:12px}.bf-location span:last-child{max-width:34vw}.bf-top-actions{gap:8px}.bf-icon-button,.bf-filter-button,.bf-sheet-close{width:40px;height:40px;border-radius:15px}.bf-avatar{width:42px;height:42px}.bf-search{height:58px;border-radius:21px}.bf-chip-row,.bf-map-scope{gap:3px}.bf-map-overlay{top:16px;gap:8px}.bf-map-toolbar{width:100%;grid-template-columns:minmax(0,1fr) auto;gap:5px}.bf-map-toggle{justify-self:start}.bf-state-explore-panel header,.bf-district-compact-actions{grid-template-columns:1fr}.bf-state-feed-button{width:100%}.bf-state-district-list,.bf-state-stat-grid{grid-template-columns:1fr}.bf-map-toggle button{min-height:33px;padding:0 8px;font-size:.76rem}.bf-layer-chip{min-height:40px;padding:0 13px;font-size:.84rem}.bf-map-legend{top:auto;right:12px;bottom:calc(var(--nav-h) + 108px);width:132px;padding:11px}.bf-map-legend-scale{gap:8px}.bf-map-legend-scale span{width:24px;height:24px}.bf-chip{min-height:40px;padding-inline:10px;font-size:.82rem}.bf-scope-chip{min-height:33px;padding:0 8px;font-size:.76rem}.bf-scope-chip svg{width:17px;height:17px}.bf-map-context{width:fit-content;min-width:min(100%,164px)}.bf-feed-head{grid-template-columns:auto minmax(0,1fr)}.bf-card-menu{grid-column:2;justify-self:end}.bf-poll-option{grid-template-columns:minmax(0,1fr) 42px}.bf-poll-track{grid-column:1 / -1;grid-row:2}.bf-map-summary{grid-template-columns:minmax(0,1fr) auto;padding:14px}.bf-flag{display:none}.bf-map-open{min-height:52px;padding:0 18px}.bf-sheet,.bf-sheet.is-compact{max-height:calc(100dvh - var(--nav-h))}.bf-district-category-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-district-category-row .bf-more-category{display:none}.bf-district-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bf-metric-grid,.bf-mini-grid,.bf-action-grid,.bf-flow-item,.bf-thread-card,.bf-location-card,.bf-board-grid,.bf-create-grid{grid-template-columns:1fr}.bf-mini-tile{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.bf-mini-tile:last-child{border-bottom:0}}:root{--bf-nav-safe-bottom: calc(var(--nav-h, 78px) + env(safe-area-inset-bottom));--bf-control-radius: 8px;--bf-panel-radius: 8px}.bf-react-app .bf-simple-view{padding-bottom:calc(var(--nav-h, 76px) + 142px)!important;scroll-padding-bottom:calc(var(--nav-h, 76px) + 150px)!important}.bf-react-app .bf-bottom-nav{height:calc(var(--nav-h, 76px) + 12px);box-shadow:0 -1px #111a170f}.bf-react-app .bf-nav-button{grid-template-rows:28px 16px;padding-bottom:20px;font-size:.66rem}.bf-react-app .bf-nav-button.is-create .bf-nav-icon{width:40px;height:40px}.bf-react-home-hero{border-radius:0 0 18px 18px!important;background:#07130f!important;box-shadow:none!important}.bf-react-home-hero .bf-react-home-topbar{padding:18px 18px 0!important}.bf-react-home-hero .bf-react-home-logo{color:#fff!important;font-size:1.88rem!important;line-height:1!important}.bf-react-home-hero .bf-react-home-actions{gap:6px!important}.bf-react-home-hero .bf-react-home-actions button{width:38px!important;height:38px!important}.bf-react-home-hero .bf-react-location-pill{max-width:min(44vw,190px)!important;opacity:.88!important}.bf-react-home-hero .bf-react-surface-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:auto!important;gap:4px!important;overflow:visible!important;margin:14px 18px 0!important;border-radius:999px!important;background:#ffffff1f!important;padding:4px!important}.bf-react-home-hero .bf-react-surface-switch button{display:inline-flex!important;flex:unset!important;min-width:0!important;min-height:36px!important;justify-content:center!important;gap:7px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#ffffffd6!important;padding:0 10px!important;font-size:.88rem!important}.bf-react-home-hero .bf-react-surface-switch button.is-active{background:#fff!important;color:#07130f!important;box-shadow:none!important}.bf-react-home-hero .bf-react-surface-switch svg{width:18px!important;height:18px!important}.bf-react-home-hero .bf-react-scope-rail{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;margin:0!important;padding:10px 18px 0!important}.bf-react-home-hero .bf-react-scope-rail button{min-width:0!important;min-height:36px!important;justify-content:center!important;gap:5px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#ffffffc2!important;padding:0 4px!important;font-size:.82rem!important;box-shadow:inset 0 -1px #ffffff24!important}.bf-react-home-hero .bf-react-scope-rail button.is-active{color:#fff!important;box-shadow:inset 0 -3px #19c782!important}.bf-react-home-hero .bf-react-scope-rail svg{width:16px!important;height:16px!important}.bf-react-current-scope{width:calc(100% - 36px)!important;min-height:42px!important;margin:10px 18px 0!important;border-radius:var(--bf-panel-radius)!important;padding:7px 8px 7px 12px!important}.bf-react-current-scope em{border-radius:var(--bf-control-radius)!important;padding:6px 10px!important}.bf-react-home-hero+.bf-react-feed-tabs{margin-top:12px!important}.bf-react-detail-main{padding-bottom:calc(var(--nav-h, 76px) + 190px)!important}.bf-react-detail-page>.bf-react-comment-composer{right:auto!important;bottom:env(safe-area-inset-bottom)!important;left:50%!important;z-index:920!important;width:min(100%,720px)!important;border-top:1px solid rgba(205,219,214,.95)!important;transform:translate(-50%)!important}.bf-react-app:has(.bf-react-detail-page) .bf-bottom-nav{display:none!important}.bfCreateView{gap:10px!important;max-width:760px!important;padding-bottom:calc(var(--nav-h, 78px) + 150px)!important}.bfCreateHeader{gap:5px!important}.bfCreateHeader__top{grid-template-columns:minmax(0,1fr) auto!important}.bfCreateHeader__top>span{display:none!important}.bfCreateHeader h1{justify-self:start!important;font-size:1.22rem!important}.bfCreateHeader p{font-size:.82rem!important}.bfCreateJourney{gap:8px!important;margin:0 0 4px!important;border-radius:var(--bf-panel-radius)!important;background:#fff!important;padding:10px!important}.bfCreateJourney>div:first-child span,.bfCreateJourney ol{color:#006b4f!important}.bfCreateJourney__choices{gap:6px!important}.bfCreateJourney__choices button{min-height:56px!important;border-radius:var(--bf-control-radius)!important;padding:8px!important}.bfCreateJourney__choices small{display:none!important}.bfCreateJourney ol{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.bfCreateJourney li{overflow:hidden!important;border-radius:var(--bf-control-radius)!important;background:#eef7f3!important;padding:5px 6px!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bfCreateActions button,.bfEventsHeader button,.bfEventsCard footer button,.bfProjectsHub__create,.bfProjectsHub__actions button,.bfProjectsHub__contribute button,.bfProjectsHub__roleActions button,.bfProfileSectionHeader button{border-radius:var(--bf-control-radius)!important}.bfEventsView,.bfProjectsHub,.bfProfileView{padding-bottom:calc(var(--nav-h, 76px) + 132px)!important}.bfEventsCard{border-radius:var(--bf-panel-radius)!important}.bfEventsDetail,.bfEventsCreateSheet,.bfProjectsHubScopePicker__sheet{border-radius:12px!important}.bfEventsCreateSheet{max-height:min(86dvh,760px)!important}.bfEventsCreateSheet .bfCreateView,.bfEventsCreateSheet .bfCreateForm{padding-bottom:0!important}.bfProjectsHub__row{gap:10px!important;padding-block:12px!important}.bfProjectsHub__updates span{flex-basis:160px!important;min-width:min(100%,160px)!important;border-radius:var(--bf-panel-radius)!important}.bfProjectsHub__myProjects,.bfProjectsHub__currentScope,.bfProfilePostRow,.bfProfileNextRow,.bfProfileProjectRow,.bfProfileWikiRow,.bfProfileSavedRow{border-radius:var(--bf-panel-radius)!important}.bfProfileEditDisabled{justify-self:start;min-height:34px;opacity:.52;padding-inline:12px}.bfProfileNextRow{border-color:#dfe8e3!important;background:#fff!important}.bfLegacyMapMount .bf-map-toolbar{width:min(100%,360px)!important;gap:6px!important}.bfLegacyMapMount .bf-map-toggle{border-radius:var(--bf-control-radius)!important;padding:3px!important}.bfLegacyMapMount .bf-map-toggle button{min-height:32px!important;border-radius:calc(var(--bf-control-radius) - 2px)!important;padding:0 10px!important}.bfLegacyMapMount .bf-map-filter-panel{width:min(calc(100vw - 32px),360px)!important;border-radius:12px!important}.bfLegacyMapMount .bf-sheet,.bfLegacyMapMount .bf-sheet.is-compact{border-radius:18px 18px 0 0!important}.bfLegacyMapMount .bf-sheet.is-compact .bf-sheet-title h2{font-size:1.28rem!important}.bfMapRegionFeed{max-height:min(64vh,620px)!important;border-radius:14px 14px 0 0!important}@media(min-width:900px){.bfMapRegionFeed{max-height:none!important;border-radius:12px!important}}@media(max-width:640px){.bf-react-home-hero .bf-react-home-logo{font-size:1.62rem!important}.bf-react-home-hero .bf-react-location-pill{max-width:36vw!important}.bf-react-detail-page>.bf-react-comment-composer{width:100%!important}.bfCreateJourney__choices{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bfCreateJourney ol{grid-template-columns:1fr!important}.bfEventsDetailOverlay{align-items:stretch!important;padding:0!important}.bfEventsDetail,.bfEventsCreateSheet{width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border-inline:0!important;padding:14px 14px calc(18px + env(safe-area-inset-bottom))!important}.bfLegacyMapMount .bf-sheet,.bfLegacyMapMount .bf-sheet.is-compact{height:var(--sheet-height, min(34dvh, 292px))!important;min-height:196px!important}.bfLegacyMapMount .bf-sheet-inner{padding-inline:14px!important}.bfMapRegionFeed{max-height:min(58vh,520px)!important}}@media(max-width:360px){.bf-react-home-hero .bf-react-home-logo{font-size:1.42rem!important}.bf-react-home-hero .bf-react-surface-switch button,.bf-react-home-hero .bf-react-scope-rail button{font-size:.76rem!important}}@media(min-width:980px){:root{--bf-desktop-shell: min(1180px, calc(100vw - 64px) );--bf-desktop-feed: min(860px, 100%);--bf-desktop-panel: min(960px, 100%);--bf-desktop-dock: min(760px, calc(100vw - 64px) )}.bf-react-app .bf-home-view,.bf-react-app .bf-simple-view,.bf-react-app .bf-map-view{max-width:var(--bf-desktop-shell)!important;margin:0 auto!important}.bf-react-app .bf-home-view,.bf-react-app .bf-simple-view{padding:24px 32px calc(var(--nav-h, 76px) + 148px)!important;scroll-padding-bottom:calc(var(--nav-h, 76px) + 156px)!important}.bf-react-app .bf-home-view{padding-top:0!important}.bf-react-app .bf-bottom-nav{right:auto!important;left:50%!important;width:var(--bf-desktop-dock)!important;max-width:var(--bf-desktop-dock)!important;overflow:hidden!important;border-right:1px solid rgba(16,35,31,.08)!important;border-left:1px solid rgba(16,35,31,.08)!important;border-radius:18px 18px 0 0!important;transform:translate(-50%)!important}.bf-react-app .bf-nav-button{padding-bottom:18px!important}.bf-react-app:has(.bf-simple-view.is-active[aria-label=Meetups] .bfMeetupsView) .bf-bottom-nav{display:none!important}.bf-react-app .bf-simple-view.is-active[aria-label=Meetups]{padding:24px 32px!important;scroll-padding-bottom:24px!important}.bf-react-home-shell,.bf-react-detail-page{width:var(--bf-desktop-feed)!important;max-width:var(--bf-desktop-feed)!important}.bf-react-home-hero{width:100%!important;max-width:none!important;border-radius:0 0 20px 20px!important}.bf-react-home-logo,.bf-react-home-logo span{line-height:1.08!important;overflow:visible!important}.bf-react-home-hero .bf-react-home-topbar,.bf-react-home-hero .bf-react-surface-switch,.bf-react-home-hero .bf-react-scope-rail,.bf-react-home-hero .bf-react-current-scope{max-width:none!important}.bf-react-home-hero .bf-react-home-topbar{grid-template-columns:minmax(0,1fr) auto auto!important}.bf-react-home-hero .bf-react-location-pill{max-width:280px!important}.bf-react-home-hero .bf-react-location-pill span:nth-child(2){max-width:220px!important}.bf-react-home-hero .bf-react-club-strip{justify-content:center!important}.bf-react-detail-page>.bf-react-comment-composer{width:var(--bf-desktop-feed)!important}.bfCreateView,.bfProfileView,.bfProjectCommunityView{width:var(--bf-desktop-panel)!important;max-width:var(--bf-desktop-panel)!important}.bfCreateView{padding-right:24px!important;padding-left:24px!important}.bfCreateForm{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start;gap:14px}.bfCreateForm>.bfCreateFormSection:first-child,.bfCreateForm>.bfCreateAudience,.bfCreateForm>.bfCreateActions,.bfCreateForm>.bfCreateDraftHistory,.bfCreateForm>.bfCreateNotice,.bfCreateForm>.bfCreatePreview,.bfCreateForm>.bfCreateJourney{grid-column:1 / -1}.bfCreateActions{max-width:620px;justify-self:end}.bfProjectsHub{width:var(--bf-desktop-panel)!important;max-width:var(--bf-desktop-panel)!important;padding-bottom:calc(var(--nav-h, 76px) + 64px)!important}.bfIdeasTopbar{grid-template-columns:auto minmax(180px,1fr) minmax(240px,1.25fr) 64px!important}.bfIdeaListRow{grid-template-columns:148px minmax(0,1fr)!important;gap:18px!important;padding:16px 0!important}.bfIdeaListRow__imageButton{width:132px!important;height:132px!important}.bfIdeaListRow__fundingLine,.bfIdeaListRow__meta,.bfIdeaListRow__actions{max-width:640px!important}.bfProfileView{padding-bottom:calc(var(--nav-h, 76px) + 76px)!important}.bfProfileHeader{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:start!important}.bfProfileTabs,.bfProfilePanel{max-width:none!important}.bfProfileEditDisabled,.bfProfileEditDisabled .bf-ds-button__label{min-height:38px!important;line-height:1.2!important;overflow:visible!important}.bfMeetupsView{width:min(820px,100%)!important;max-width:min(820px,100%)!important;height:calc(100dvh - 48px)!important;min-height:calc(100dvh - 48px)!important;margin:0 auto!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important}.bfMeetupsDeck,.bfMeetupsDeckCard{height:100%!important;min-height:100%!important}.bfMeetupsDeckCard__body{max-height:46dvh!important}.bfMeetupsDeckCard__imageControls{grid-template-columns:42px minmax(180px,1fr) minmax(110px,auto) 42px 42px!important}.bfMeetupsSearch{left:50%!important;right:auto!important;width:min(760px,calc(100vw - 96px))!important;transform:translate(-50%)!important}.bf-react-app .bf-map-view{--bf-map-panel: clamp(360px, 31vw, 430px);width:100vw!important;max-width:none!important;margin:0!important;box-shadow:none!important}.bfMapViewShell,.bfLegacyMapMount{width:100%!important;height:100dvh!important;min-height:720px!important}.bf-react-app:has(.bf-map-view.is-active) .bf-bottom-nav{display:none!important}.bfLegacyMapMount .bf-map-canvas{inset:0!important;background:linear-gradient(90deg,rgba(16,35,31,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(16,35,31,.045) 1px,transparent 1px),radial-gradient(circle at 46% 42%,rgba(37,138,114,.12),transparent 34%),#edf4f1!important;background-size:42px 42px,42px 42px,auto,auto!important}.bfLegacyMapMount .leaflet-tile-pane{display:none!important}.bfLegacyMapMount .bf-map-overlay{top:22px!important;right:calc(var(--bf-map-panel) + 56px)!important;left:28px!important;gap:10px!important}.bfLegacyMapMount .bf-search,.bfLegacyMapMount .bf-map-search{height:62px!important;border-radius:20px!important}.bfLegacyMapMount .bf-search input,.bfLegacyMapMount .bf-map-search input{font-size:1.05rem!important}.bfLegacyMapMount .bf-map-toolbar{width:min(560px,100%)!important}.bfLegacyMapMount .bf-map-legend{right:calc(var(--bf-map-panel) + 56px)!important;top:auto!important;bottom:28px!important}.bfLegacyMapMount .bf-sheet.is-compact,.bfLegacyMapMount .bf-sheet{inset:22px 24px 22px auto!important;width:var(--bf-map-panel)!important;height:auto!important;max-width:none!important;max-height:none!important;min-height:0!important;overflow:hidden!important;border:1px solid rgba(16,35,31,.1)!important;border-radius:22px!important;background:#fffffff7!important;box-shadow:0 22px 70px #10231f2e!important;transform:translate(calc(100% + 32px))!important}.bfLegacyMapMount .bf-sheet.is-open{transform:none!important}.bfLegacyMapMount .bf-sheet-inner{height:100%!important;padding:18px 18px 20px!important}.bfLegacyMapMount .bf-sheet-grip{display:none!important}.bfLegacyMapMount .bf-sheet-head,.bfLegacyMapMount .bf-district-compact-head{position:sticky!important;z-index:2!important;top:-18px!important;margin:-18px -18px 8px!important;border-bottom:1px solid rgba(16,35,31,.08)!important;background:#fffffffa!important;padding:18px!important}.bfLegacyMapMount .bf-sheet-title h2,.bfLegacyMapMount .bf-district-compact-title h2{font-size:1.34rem!important}.bfLegacyMapMount .bf-sheet-title p,.bfLegacyMapMount .bf-district-compact-title p{white-space:normal!important}.bfLegacyMapMount .bf-map-horizontal-rail,.bfLegacyMapMount .bf-sheet.is-compact .bf-district-category-row,.bfLegacyMapMount .bf-sheet.is-compact .bf-district-stat-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding:0!important;-webkit-mask-image:none!important;mask-image:none!important;touch-action:pan-y!important}.bfLegacyMapMount .bf-map-rail-card,.bfLegacyMapMount .bf-sheet.is-compact .bf-district-category-row article,.bfLegacyMapMount .bf-sheet.is-compact .bf-district-stat-grid article{width:100%!important;min-height:0!important;flex:none!important}.bfLegacyMapMount .bf-map-rail-card strong,.bfLegacyMapMount .bf-map-rail-card p,.bfLegacyMapMount .bf-map-stat-result-card strong{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important}.bfLegacyMapMount .bf-map-home-post-row p{-webkit-line-clamp:3!important}.bfLegacyMapMount .bf-action-grid{grid-template-columns:1fr!important}}
