
.hbp-community-shell {
    width: min(100% - 56px, 1420px);
    margin: 0 auto;
    padding: 34px 0 120px;
    color: var(--hbp-color-text);
}
.hbp-community-shell * { box-sizing: border-box; }
.hbp-community-shell a { color: inherit; text-decoration: none; }
.hbp-community-shell input,
.hbp-community-shell textarea,
.hbp-community-shell select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 12px;
    background: rgba(var(--hbp-contrast-rgb),.035);
    color: var(--hbp-color-text);
    font-size: 15px;
    outline: 0;
}
.hbp-community-shell input,
.hbp-community-shell select { padding: 0 14px; }
.hbp-community-shell textarea { padding: 14px; line-height: 1.7; resize: vertical; }
.hbp-community-shell input:focus,
.hbp-community-shell textarea:focus,
.hbp-community-shell select:focus {
    border-color: rgba(205,180,255,.42);
    box-shadow: 0 0 0 3px rgba(155,92,255,.09);
}
.hbp-kicker {
    margin: 0 0 6px;
    color: var(--hbp-color-primary-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}


.hbp-community-toolbar {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-community-toolbar__copy { display: flex; gap: 18px; align-items: center; min-width: 0; }
.hbp-community-toolbar__copy > div { min-width: 0; }
.hbp-community-toolbar h1 {
    margin: 0;
    font-size: clamp(34px,4.6vw,58px);
    line-height: .98;
    letter-spacing: -.055em;
}
.hbp-community-toolbar p:not(.hbp-kicker) {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--hbp-color-muted);
    font-size: 15px;
    line-height: 1.65;
}
.hbp-community-toolbar__actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.hbp-community-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--hbp-color-muted);
    font-size: 14px;
    font-weight: 700;
}
.hbp-community-back i { font-size: 12px; }
.hbp-community-back:hover { color:var(--hbp-color-strong); }
.hbp-community-me {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
    width: min(580px,100%);
    margin-top: 2px;
    padding: 11px 13px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.075);
    border-radius: 15px;
    background: linear-gradient(100deg,rgba(155,92,255,.06),rgba(var(--hbp-contrast-rgb),.015));
}
.hbp-community-me img { width: 44px; height: 44px; border-radius: 50%; }
.hbp-community-me > span:not(.hbp-community-me-points) { display: grid; gap: 2px; min-width: 0; }
.hbp-community-me small { color: var(--hbp-color-soft); font-size: 11px; }
.hbp-community-me strong { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hbp-community-me__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.hbp-community-me-points { display: grid; justify-items: end; font-size: 15px; font-weight: 780; }

.hbp-community-notice {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 12px;
    color: var(--hbp-color-muted);
    font-size: 13px;
}
.hbp-community-notice.is-success { border-color: rgba(98,216,165,.25); color: #baf4d7; background: rgba(98,216,165,.055); }
.hbp-community-notice.is-warning { border-color: rgba(255,190,90,.26); color: #ffdca6; background: rgba(255,190,90,.05); }
.hbp-community-notice.is-error { border-color: rgba(255,105,135,.28); color: #ffc1cf; background: rgba(255,105,135,.055); }


.hbp-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid var(--hbp-control-accent-border);
    border-radius: 11px;
    background: var(--hbp-control-accent-bg);
    color: var(--hbp-control-accent-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: .18s ease;
}
.hbp-button:hover,.hbp-button:focus-visible { border-color: rgba(215,190,255,.42); background: var(--hbp-control-accent-hover); color:var(--hbp-color-strong); transform: translateY(-1px); outline: 0; }
.hbp-button.is-secondary { border-color: var(--hbp-control-border); background: var(--hbp-control-bg); color: var(--hbp-control-text); }

.hbp-community-level,
.hbp-community-status-badge,
.hbp-community-rank-title,
.hbp-community-type,
.hbp-community-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 25px;
    gap: 6px;
    padding: 0 9px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.105);
    border-radius: 999px;
    color: rgba(var(--hbp-text-rgb),.78);
    background: rgba(var(--hbp-contrast-rgb),.035);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.hbp-community-level strong { color: var(--hbp-color-primary-2); font-size: 10px; }
.hbp-community-level.is-manual { border-color: rgba(205,180,255,.24); background: rgba(155,92,255,.075); }
.hbp-community-status-badge {
    min-height: 27px;
    border-color: rgba(205,180,255,.34);
    color: #f1e8ff;
    background: linear-gradient(110deg,rgba(155,92,255,.18),rgba(var(--hbp-contrast-rgb),.04));
    font-weight: 820;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.hbp-community-status-badge i { color: var(--hbp-color-primary-2); }
.hbp-community-rank-title {
    min-height: 27px;
    border-color: rgba(var(--hbp-contrast-rgb),.09);
    color: rgba(var(--hbp-text-rgb),.82);
    background: rgba(var(--hbp-contrast-rgb),.025);
    font-weight: 720;
}
.hbp-community-rank-title i { color: rgba(205,180,255,.76); font-size: 8px; }
.hbp-community-type { font-weight: 720; }
.hbp-community-type i { font-size: 10px; }
.hbp-community-type.is-question { color: #c8dcff; border-color: rgba(100,174,255,.24); background: rgba(100,174,255,.065); }
.hbp-community-type.is-feedback { color: #e9d6ff; border-color: rgba(192,132,255,.24); background: rgba(192,132,255,.065); }
.hbp-community-type.is-collaboration { color: #baf4d7; border-color: rgba(98,216,165,.24); background: rgba(98,216,165,.065); }
.hbp-community-type.is-showcase { color: #ffd8b6; border-color: rgba(255,154,99,.24); background: rgba(255,154,99,.065); }
.hbp-community-badge.is-helpful { color: #baf4d7; border-color: rgba(98,216,165,.27); background: rgba(98,216,165,.075); }


.hbp-community-discovery {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 9px;
    margin: 0 0 26px;
}
.hbp-community-discovery > a {
    min-width: 0;
    min-height: 78px;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.065);
    border-radius: 15px;
    background: rgba(var(--hbp-contrast-rgb),.017);
    transition: .18s ease;
}
.hbp-community-discovery > a:hover,
.hbp-community-discovery > a.is-active {
    border-color: rgba(205,180,255,.25);
    background: linear-gradient(145deg,rgba(155,92,255,.09),rgba(var(--hbp-contrast-rgb),.025));
    transform: translateY(-1px);
}
.hbp-community-discovery__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--hbp-color-primary-2);
    background: rgba(155,92,255,.09);
    font-size: 15px;
}
.hbp-community-discovery > a > span:last-child { min-width: 0; display: grid; gap: 4px; }
.hbp-community-discovery strong { font-size: 15px; line-height: 1.2; }
.hbp-community-discovery small { color: var(--hbp-color-soft); font-size: 12px; line-height: 1.45; }


.hbp-community-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 30px; align-items: start; }
.hbp-community-feed { min-width: 0; }
.hbp-community-quick-compose {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 13px;
    align-items: center;
    margin-bottom: 14px;
    padding: 14px 15px;
    border: 1px solid rgba(205,180,255,.15);
    border-radius: 18px;
    background: linear-gradient(115deg,rgba(155,92,255,.07),rgba(var(--hbp-contrast-rgb),.02) 52%,rgba(var(--hbp-contrast-rgb),.01));
}
.hbp-community-quick-compose__avatar img { display: block; width: 46px; height: 46px; border-radius: 50%; }
.hbp-community-quick-compose__prompt { min-width: 0; display: grid; gap: 4px; }
.hbp-community-quick-compose__prompt span { color:var(--hbp-color-strong); font-size: 15px; font-weight: 720; }
.hbp-community-quick-compose__prompt small { color: var(--hbp-color-soft); font-size: 12.5px; }
.hbp-community-quick-compose__types { display: flex; gap: 5px; }
.hbp-community-quick-compose__types a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.075);
    border-radius: 10px;
    color: var(--hbp-color-muted);
    background: rgba(var(--hbp-contrast-rgb),.025);
    font-size: 12px;
}
.hbp-community-quick-compose__types a:hover { color:var(--hbp-color-strong); border-color: rgba(205,180,255,.28); background: rgba(155,92,255,.09); }

.hbp-community-feed-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px 0 12px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-community-feed-tabs { display: flex; gap: 5px; }
.hbp-community-feed-tabs a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-radius: 10px;
    color: var(--hbp-color-muted);
    font-size: 14px;
    font-weight: 700;
}
.hbp-community-feed-tabs a i { font-size: 11px; }
.hbp-community-feed-tabs a.is-active,.hbp-community-feed-tabs a:hover { color:var(--hbp-color-strong); background: rgba(var(--hbp-contrast-rgb),.055); }
.hbp-community-search { display: grid; grid-template-columns: minmax(200px,280px) 38px; gap: 6px; }
.hbp-community-search label { position: relative; display: block; }
.hbp-community-search label > i { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--hbp-color-soft); font-size: 11px; pointer-events: none; }
.hbp-community-search input { min-height: 40px; padding-left: 36px; border-radius: 10px; font-size: 14px; }
.hbp-community-search button {
    width: 38px;
    min-height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--hbp-color-line);
    border-radius: 10px;
    background: rgba(var(--hbp-contrast-rgb),.04);
    color: var(--hbp-color-muted);
    cursor: pointer;
}
.hbp-community-search button:hover { color:var(--hbp-color-strong); background: rgba(155,92,255,.08); }
.hbp-community-feed-hint {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 12px;
    padding: 11px 13px;
    border: 1px solid rgba(205,180,255,.11);
    border-radius: 11px;
    color: var(--hbp-color-muted);
    background: rgba(155,92,255,.035);
    font-size: 13.5px;
    line-height: 1.6;
}
.hbp-community-feed-hint i { margin-top: 2px; color: var(--hbp-color-primary-2); }

.hbp-community-card {
    margin-bottom: 12px;
    padding: 18px 19px 16px;
    border:0;
    border-radius: 17px;
    background: rgba(var(--hbp-contrast-rgb),.015);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.hbp-community-card:hover { background: rgba(var(--hbp-contrast-rgb),.022); transform: translateY(-1px); }
.hbp-community-card-author { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 11px; align-items: center; }
.hbp-community-card-author__avatar img { display: block; width: 44px; height: 44px; border-radius: 50%; }
.hbp-community-card-author__identity { min-width: 0; }
.hbp-community-card-author__identity > a { display: block; width: max-content; max-width: 100%; font-size: 14.5px; }
.hbp-community-card-author__identity > div { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 5px; }
.hbp-community-card-author__identity small { display: inline-flex; align-items: center; gap: 5px; color: var(--hbp-color-soft); font-size: 12px; }
.hbp-community-card-body { display: block; padding: 14px 0 4px 55px; }
.hbp-community-card-title-line { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.hbp-community-card-body h2 { margin: 0; font-size: 22px; line-height: 1.28; letter-spacing: -.025em; }
.hbp-community-card-body p { margin: 9px 0 0; color: var(--hbp-color-muted); font-size: 15px; line-height: 1.7; }
.hbp-community-card .hbp-community-topic-chips,.hbp-community-card footer { padding-left: 55px; }
.hbp-community-card footer { margin-top: 12px; }
.hbp-community-card footer > a { display: flex; flex-wrap: wrap; gap: 16px; color: var(--hbp-color-soft); font-size: 12.5px; }
.hbp-community-card footer span { display: inline-flex; align-items: center; gap: 5px; }
.hbp-community-card footer i { color: rgba(205,180,255,.62); font-size: 10px; }
.hbp-community-card footer strong { color: var(--hbp-color-muted); }
.hbp-community-topic-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.hbp-community-topic-chips a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.055);
    border-radius: 999px;
    background: rgba(var(--hbp-contrast-rgb),.025);
    color: var(--hbp-color-muted);
    font-size: 12px;
}
.hbp-community-topic-chips a:hover { color:var(--hbp-color-strong); border-color: rgba(205,180,255,.18); background: rgba(155,92,255,.075); }


.hbp-community-rail { position: sticky; top: 106px; display: grid; gap: 14px; }
.hbp-community-rail-card {
    padding: 17px;
    border:0;
    border-radius: 18px;
    background: linear-gradient(160deg,rgba(var(--hbp-contrast-rgb),.024),rgba(var(--hbp-contrast-rgb),.012));
}
.hbp-community-section-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-end; }
.hbp-community-section-head .hbp-kicker { margin-bottom: 5px; }
.hbp-community-section-head h2,.hbp-community-section-head h3 { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 18px; letter-spacing: -.018em; }
.hbp-community-section-head h3 i { color: var(--hbp-color-primary-2); font-size: 13px; }
.hbp-community-section-head > small { max-width: 200px; color: var(--hbp-color-soft); font-size: 12px; line-height: 1.5; text-align: right; }
.hbp-community-topic-list { display: grid; gap: 7px; margin-top: 13px; }
.hbp-community-topic-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.05);
    border-radius: 12px;
    background: rgba(var(--hbp-contrast-rgb),.012);
}
.hbp-community-topic-row:hover { border-color: rgba(205,180,255,.13); background: rgba(155,92,255,.035); }
.hbp-community-topic-row > a { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 9px; align-items: center; min-width: 0; }
.hbp-community-topic-row__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.07); font-size: 14px; }
.hbp-community-topic-row__copy { display: grid; gap: 3px; min-width: 0; }
.hbp-community-topic-row__copy strong { overflow: hidden; color: rgba(var(--hbp-text-rgb),.9); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.hbp-community-topic-row__copy small { color: var(--hbp-color-soft); font-size: 12px; }
.hbp-community-topic-row > a.is-active .hbp-community-topic-row__icon,
.hbp-community-topic-row > a.is-active strong { color:var(--hbp-color-strong); }
.hbp-community-topic-follow { margin: 0; }
.hbp-community-topic-follow button {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 9px;
    background: rgba(var(--hbp-contrast-rgb),.035);
    color: var(--hbp-color-muted);
    font-size: 12px;
    cursor: pointer;
}
.hbp-community-topic-follow button:hover { color:var(--hbp-color-strong); border-color: rgba(205,180,255,.2); }
.hbp-community-level-card__badges,.hbp-community-profile-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.hbp-community-level-card .hbp-community-section-head > strong { display: grid; justify-items: end; font-size: 22px; line-height: 1; }
.hbp-community-level-card .hbp-community-section-head > strong small { margin-top: 4px; color: var(--hbp-color-soft); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hbp-community-level-card > p { margin: 10px 0 0; color: var(--hbp-color-muted); font-size: 12.5px; line-height: 1.6; }
.hbp-community-progress { width: 100%; height: 6px; margin-top: 13px; border: 0; border-radius: 999px; overflow: hidden; background: rgba(var(--hbp-contrast-rgb),.075); }
.hbp-community-progress::-webkit-progress-bar { background: rgba(var(--hbp-contrast-rgb),.075); }
.hbp-community-progress::-webkit-progress-value { background: linear-gradient(90deg,var(--hbp-color-primary-2),var(--hbp-color-primary)); }
.hbp-community-progress::-moz-progress-bar { background: linear-gradient(90deg,var(--hbp-color-primary-2),var(--hbp-color-primary)); }
.hbp-community-score-guide summary { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 9px; align-items: center; cursor: pointer; font-size: 14px; font-weight: 720; list-style: none; }
.hbp-community-score-guide summary::-webkit-details-marker { display: none; }
.hbp-community-score-guide summary > i:first-child { color: var(--hbp-color-primary-2); }
.hbp-community-score-guide summary > i:last-child { color: var(--hbp-color-soft); font-size: 9px; transition: transform .18s ease; }
.hbp-community-score-guide[open] summary > i:last-child { transform: rotate(180deg); }
.hbp-community-score-guide ul { display: grid; gap: 8px; margin: 15px 0 12px; padding: 0; list-style: none; }
.hbp-community-score-guide li { display: flex; justify-content: space-between; gap: 12px; color: var(--hbp-color-muted); font-size: 13px; }
.hbp-community-score-guide p { margin: 0; color: var(--hbp-color-soft); font-size: 12px; line-height: 1.6; }


.hbp-community-composer {
    position: relative;
    display: grid;
    gap: 20px;
    margin-top: 34px;
    padding: 24px;
    border: 1px solid rgba(205,180,255,.15);
    border-radius: 20px;
    background: linear-gradient(145deg,rgba(155,92,255,.055),rgba(var(--hbp-contrast-rgb),.018) 40%,rgba(var(--hbp-contrast-rgb),.01));
}
.hbp-community-composer::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; border-radius: 999px; background: linear-gradient(90deg,transparent,var(--hbp-color-primary-2),transparent); opacity: .7; }
.hbp-community-composer > label,.hbp-community-attachment-field { display: grid; gap: 8px; color: rgba(var(--hbp-text-rgb),.84); font-size: 14px; font-weight: 700; }
.hbp-community-attachment-field > span { display: inline-flex; align-items: center; gap: 8px; }
.hbp-community-attachment-field > span i { color: var(--hbp-color-primary-2); }
.hbp-community-type-picker,.hbp-community-topic-picker { margin: 0; padding: 17px; border: 1px solid rgba(var(--hbp-contrast-rgb),.065); border-radius: 16px; background: rgba(0,0,0,.08); }
.hbp-community-type-picker legend,.hbp-community-topic-picker legend { padding: 0 6px; color: var(--hbp-color-text); font-size: 14px; font-weight: 760; }
.hbp-community-type-picker { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.hbp-community-type-picker > legend { grid-column: 1 / -1; }
.hbp-community-type-picker label { position: relative; cursor: pointer; }
.hbp-community-type-picker input { position: absolute; opacity: 0; pointer-events: none; }
.hbp-community-type-picker span { min-height: 98px; display: grid; align-content: center; gap: 6px; padding: 13px; border: 1px solid rgba(var(--hbp-contrast-rgb),.07); border-radius: 13px; background: rgba(var(--hbp-contrast-rgb),.018); transition: .16s ease; }
.hbp-community-type-picker strong { font-size: 14px; }
.hbp-community-type-picker small { color: var(--hbp-color-soft); font-size: 12px; line-height: 1.45; }
.hbp-community-type-picker input:checked + span { border-color: rgba(205,180,255,.34); background: rgba(155,92,255,.09); transform: translateY(-1px); }
.hbp-community-topic-picker legend { display: flex; justify-content: space-between; gap: 12px; width: 100%; }
.hbp-community-topic-picker > p { margin: 0 0 12px; color: var(--hbp-color-soft); font-size: 12.5px; }
.hbp-community-topic-picker > div { display: flex; flex-wrap: wrap; gap: 7px; }
.hbp-community-topic-picker label { position: relative; }
.hbp-community-topic-picker input { position: absolute; opacity: 0; pointer-events: none; }
.hbp-community-topic-picker span { min-height: 34px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid var(--hbp-color-line); border-radius: 999px; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.025); font-size: 12.5px; cursor: pointer; }
.hbp-community-topic-picker input:checked + span { color:var(--hbp-color-strong); border-color: rgba(205,180,255,.35); background: rgba(155,92,255,.1); }
.hbp-community-topic-picker input:disabled + span { opacity: .35; cursor: not-allowed; }
.hbp-community-attachment-field small { color: var(--hbp-color-soft); font-size: 12px; font-weight: 400; line-height: 1.5; }
.hbp-community-composer-footer { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding-top: 4px; }
.hbp-community-composer-footer small { max-width: 660px; color: var(--hbp-color-soft); font-size: 12px; line-height: 1.5; }


.is-member-view .hbp-community-toolbar { margin-bottom: 16px; }
.hbp-community-profile {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 22px;
    align-items: center;
    padding: 22px 0 20px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-community-profile-avatar img { display: block; width: 94px; height: 94px; border-radius: 50%; }
.hbp-community-profile-main { min-width: 0; }
.hbp-community-profile-main h2 { margin: 0; font-size: 34px; line-height: 1.04; letter-spacing: -.045em; }
.hbp-community-profile-main > p:not(.hbp-kicker) { max-width: 720px; margin: 9px 0 0; color: var(--hbp-color-muted); font-size: 15px; line-height: 1.65; }
.hbp-community-profile-main > small,.hbp-community-level-note { display: block; margin-top: 8px; color: var(--hbp-color-soft); font-size: 12px; }
.hbp-community-profile-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin-top: 4px; }
.hbp-community-profile-stats span { display: grid; gap: 5px; padding: 13px 14px; border: 1px solid rgba(var(--hbp-contrast-rgb),.055); border-radius: 12px; color: var(--hbp-color-soft); background: rgba(var(--hbp-contrast-rgb),.015); font-size: 12px; }
.hbp-community-profile-stats strong { color:var(--hbp-color-strong); font-size: 19px; }
.hbp-community-profile-topics { padding: 18px 0; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-community-profile-topics h3 { margin: 0 0 10px; font-size: 16px; }
.hbp-community-feed.is-profile-feed { margin-top: 18px; }
.hbp-community-feed.is-profile-feed .hbp-community-section-head { padding: 0 0 10px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-community-feed.is-profile-feed .hbp-community-card { display: block; color: inherit; padding: 17px 18px; }
.hbp-community-feed.is-profile-feed .hbp-community-card-head { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.hbp-community-feed.is-profile-feed .hbp-community-card > h3 { margin: 11px 0 0; font-size: 18px; }
.hbp-community-feed.is-profile-feed .hbp-community-card > p { margin: 7px 0 0; color: var(--hbp-color-muted); font-size: 13px; line-height: 1.65; }
.hbp-community-feed.is-profile-feed .hbp-community-card .hbp-community-topic-chips,
.hbp-community-feed.is-profile-feed .hbp-community-card footer { padding-left: 0; }


.hbp-community-breadcrumb { display: flex; gap: 8px; align-items: center; margin: 0 0 14px; color: var(--hbp-color-soft); font-size: 13px; }
.hbp-community-topic-card {
    display: grid;
    grid-template-columns: 145px minmax(0,1fr);
    gap: 28px;
    padding: 22px;
    border:0;
    border-radius: 18px;
    background: rgba(var(--hbp-contrast-rgb),.014);
}
.hbp-community-topic-author { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.hbp-community-topic-author img { width: 54px; height: 54px; border-radius: 50%; }
.hbp-community-topic-author > a { font-size: 14px; font-weight: 720; }
.hbp-community-content h1 { margin: 10px 0 0; font-size: clamp(30px,4vw,46px); line-height: 1.08; letter-spacing: -.045em; }
.hbp-community-content > p { margin: 20px 0 0; color: rgba(var(--hbp-text-rgb),.84); font-size: 15.5px; line-height: 1.8; }
.hbp-community-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--hbp-color-soft); font-size: 12px; }
.hbp-community-topic-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; padding: 13px 0 16px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-community-topic-actions form { margin: 0; }
.hbp-community-replies { padding: 22px 0 0; }
.hbp-community-reply {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 13px;
    margin-top: 9px;
    padding: 16px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.055);
    border-radius: 14px;
    background: rgba(var(--hbp-contrast-rgb),.012);
}
.hbp-community-reply.is-helpful { border-color: rgba(98,216,165,.22); background: linear-gradient(100deg,rgba(98,216,165,.04),rgba(var(--hbp-contrast-rgb),.012) 44%); }
.hbp-community-reply-avatar img { width: 42px; height: 42px; border-radius: 50%; }
.hbp-community-reply p { margin: 9px 0 0; color: rgba(var(--hbp-text-rgb),.82); font-size: 14.5px; line-height: 1.75; }
.hbp-community-inline-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.hbp-community-inline-actions form { margin: 0; }
.hbp-community-inline-actions button,.hbp-community-report summary,.hbp-community-direct-reply summary {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.045);
    border-radius: 9px;
    background: rgba(var(--hbp-contrast-rgb),.025);
    color: var(--hbp-color-muted);
    font-size: 12px;
    cursor: pointer;
}
.hbp-community-report { position: relative; }
.hbp-community-report summary { list-style: none; }
.hbp-community-report summary::-webkit-details-marker { display: none; }
.hbp-community-report[open] form { position: absolute; right: 0; z-index: 30; display: grid; gap: 8px; width: min(320px,82vw); padding: 12px; border: 1px solid var(--hbp-color-line); border-radius: 13px; background: var(--hbp-surface-1); box-shadow: 0 18px 50px rgba(0,0,0,.42); }
.hbp-community-report textarea { min-height: 90px; }
.hbp-community-report form button { min-height: 36px; border: 1px solid var(--hbp-color-line); border-radius: 9px; background: rgba(var(--hbp-contrast-rgb),.05); color:var(--hbp-color-strong); }
.hbp-community-reply-linkage,.hbp-question-reply-target { display: inline-flex; align-items: center; gap: 6px; color: var(--hbp-color-primary-2); font-size: 11.5px; font-weight: 700; text-decoration: none; }
.hbp-community-reply-linkage { margin-top: 8px; }
.hbp-community-reply-linkage i,.hbp-question-reply-target i { font-size: 10px; opacity: .9; }
.hbp-community-reply-linkage:hover { color:var(--hbp-color-strong); }
.hbp-community-direct-reply { position: relative; }
.hbp-community-direct-reply summary { list-style: none; cursor: pointer; }
.hbp-community-direct-reply summary::-webkit-details-marker { display: none; }
.hbp-community-direct-reply[open] form { position: absolute; right: 0; z-index: 31; display: grid; gap: 9px; width: min(420px,86vw); padding: 12px; border: 1px solid var(--hbp-color-line); border-radius: 13px; background: var(--hbp-surface-1); box-shadow: 0 18px 50px rgba(0,0,0,.42); }
.hbp-community-direct-reply textarea { min-height: 92px; resize: vertical; }
.hbp-community-direct-reply .hbp-button { justify-self: end; }

.hbp-community-attachments { display: grid; gap: 8px; margin: 13px 0 0; }
.hbp-community-attachment-file { display: flex; align-items: center; gap: 9px; padding: 10px 11px; border: 1px solid var(--hbp-color-line); border-radius: 10px; color: var(--hbp-color-muted); font-size: 12px; }
.hbp-community-attachment-file i { color: #d6a65d; }
.hbp-community-attachment-file span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hbp-community-attachment-file small { color: var(--hbp-color-soft); }
.hbp-community-attachment-image { width: min(100%,720px); margin: 0; display: grid; gap: 6px; }
.hbp-community-attachment-image > a { display: block; overflow: hidden; border: 1px solid rgba(var(--hbp-contrast-rgb),.065); border-radius: 14px; background: var(--hbp-color-bg); }
.hbp-community-attachment-image img { width: 100%; max-height: 560px; display: block; object-fit: cover; }
.hbp-community-attachment-image figcaption { min-width: 0; display: flex; justify-content: space-between; gap: 10px; color: var(--hbp-color-soft); font-size: 9.5px; }
.hbp-community-attachment-image figcaption span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.hbp-community-empty,.hbp-community-login {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 230px;
    align-content: center;
    padding: 34px;
    border: 1px dashed rgba(var(--hbp-contrast-rgb),.08);
    border-radius: 17px;
    color: var(--hbp-color-muted);
    text-align: center;
}
.hbp-community-empty.is-small { min-height: 120px; padding: 20px; }
.hbp-community-empty__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.08); font-size: 17px; }
.hbp-community-empty h2 { margin: 0; color:var(--hbp-color-strong); font-size: 19px; }
.hbp-community-empty p,.hbp-community-login p { margin: 0; font-size: 14px; }
.hbp-community-empty .hbp-button { margin-top: 5px; }
.hbp-mention-results { position: relative; z-index: 20; display: grid; margin-top: -13px; border: 1px solid var(--hbp-color-line); border-radius: 11px; overflow: hidden; background: var(--hbp-surface-1); }
.hbp-mention-results button { padding: 10px 12px; border: 0; border-bottom: 1px solid var(--hbp-color-line); background: transparent; color: inherit; font-size: 12px; text-align: left; cursor: pointer; }
.hbp-mention-results button:last-child { border-bottom: 0; }
.hbp-mention-results button:hover { background: rgba(var(--hbp-contrast-rgb),.05); }
.page-numbers { display: flex; gap: 6px; justify-content: center; margin: 24px 0; padding: 0; list-style: none; }
.page-numbers a,.page-numbers span { display: grid; place-items: center; min-width: 36px; height: 36px; border: 1px solid var(--hbp-color-line); border-radius: 9px; color: var(--hbp-color-muted); font-size: 11px; text-decoration: none; }
.page-numbers .current { color:var(--hbp-color-strong); background: rgba(var(--hbp-contrast-rgb),.055); }


.bp-dock-app__icon > i { font-size: 18px; }

@media (max-width: 1240px) {
    .hbp-community-discovery { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hbp-community-layout { grid-template-columns: minmax(0,1fr) 320px; gap: 22px; }
}
@media (max-width: 980px) {
    .hbp-community-layout { grid-template-columns: 1fr; }
    .hbp-community-rail { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hbp-community-score-guide { grid-column: 1 / -1; }
    .hbp-community-type-picker { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
    .hbp-community-shell { width: min(100% - 28px,1420px); padding-top: 24px; }
    .hbp-community-toolbar { grid-template-columns: 1fr; align-items: start; }
    .hbp-community-toolbar__actions { justify-content: flex-start; }
    .hbp-community-me { grid-template-columns: auto minmax(0,1fr); }
    .hbp-community-me-points { grid-column: 2; justify-items: start; }
    .hbp-community-discovery { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
    .hbp-community-discovery::-webkit-scrollbar { display: none; }
    .hbp-community-discovery > a { flex: 0 0 210px; }
    .hbp-community-quick-compose { grid-template-columns: auto minmax(0,1fr); }
    .hbp-community-quick-compose__types { grid-column: 2; }
    .hbp-community-feed-toolbar { align-items: stretch; flex-direction: column; }
    .hbp-community-search { grid-template-columns: minmax(0,1fr) 40px; }
    .hbp-community-rail { grid-template-columns: 1fr; }
    .hbp-community-score-guide { grid-column: auto; }
    .hbp-community-profile-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hbp-community-topic-card { grid-template-columns: 1fr; gap: 18px; }
    .hbp-community-topic-author { flex-direction: row; flex-wrap: wrap; align-items: center; }
}
@media (max-width: 560px) {
    .hbp-community-shell { width: min(100% - 20px,1420px); }
    .hbp-community-toolbar__copy { align-items: flex-start; flex-direction: column; gap: 10px; }
    .hbp-community-toolbar h1 { font-size: 34px; }
    .hbp-community-toolbar p:not(.hbp-kicker) { font-size: 13px; }
    .hbp-community-quick-compose { grid-template-columns: auto minmax(0,1fr); padding: 12px; }
    .hbp-community-quick-compose__prompt small { display: none; }
    .hbp-community-quick-compose__types { grid-column: 1 / -1; justify-content: space-between; }
    .hbp-community-quick-compose__types a { width: 40px; height: 36px; }
    .hbp-community-feed-tabs { overflow-x: auto; scrollbar-width: none; }
    .hbp-community-feed-tabs::-webkit-scrollbar { display: none; }
    .hbp-community-card { padding: 15px; }
    .hbp-community-card-author { grid-template-columns: auto minmax(0,1fr); }
    .hbp-community-card-author > .hbp-community-type { grid-column: 2; justify-self: start; margin-top: 2px; }
    .hbp-community-card-body,.hbp-community-card .hbp-community-topic-chips,.hbp-community-card footer { padding-left: 0; }
    .hbp-community-card-body h2 { font-size: 18px; }
    .hbp-community-card-body p { font-size: 13px; }
    .hbp-community-type-picker { grid-template-columns: 1fr; }
    .hbp-community-composer { padding: 18px 15px; }
    .hbp-community-composer-footer { align-items: stretch; flex-direction: column; }
    .hbp-community-profile { grid-template-columns: 1fr; }
    .hbp-community-profile-avatar img { width: 78px; height: 78px; }
    .hbp-community-profile-main h2 { font-size: 29px; }
    .hbp-community-profile-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hbp-community-topic-card { padding: 16px; }
    .hbp-community-reply { grid-template-columns: 1fr; }
    .hbp-community-reply-avatar { display: none; }
    .hbp-community-section-head { align-items: flex-start; flex-direction: column; }
    .hbp-community-section-head > small { max-width: none; text-align: left; }
}


.hbp-community-type-picker span > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 1px;
    border-radius: 10px;
    color: var(--hbp-color-primary-2);
    background: rgba(155,92,255,.075);
    font-size: 13px;
}
.hbp-community-type-picker input:checked + span > i { color:var(--hbp-color-strong); background: rgba(155,92,255,.16); }


.hbp-topic-hub {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 26px;
    margin: 0 0 24px;
    padding: 24px 0 0;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-topic-hub__identity { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 18px; align-items: center; min-width: 0; }
.hbp-topic-hub__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(205,180,255,.18);
    border-radius: 18px;
    color: var(--hbp-color-primary-2);
    background: linear-gradient(145deg,rgba(155,92,255,.12),rgba(var(--hbp-contrast-rgb),.018));
    font-size: 24px;
}
.hbp-topic-hub h2 { margin: 0; font-size: clamp(30px,3.4vw,46px); line-height: 1; letter-spacing: -.045em; }
.hbp-topic-hub__identity p:not(.hbp-kicker) { max-width: 720px; margin: 9px 0 0; color: var(--hbp-color-muted); font-size: 15.5px; line-height: 1.65; }
.hbp-topic-hub__stats { display: grid; grid-template-columns: repeat(3,minmax(92px,1fr)); gap: 8px; align-self: center; }
.hbp-topic-hub__stats span { display: grid; gap: 4px; padding: 12px 14px; border-left: 1px solid var(--hbp-color-line); color: var(--hbp-color-soft); font-size: 12.5px; }
.hbp-topic-hub__stats strong { color:var(--hbp-color-strong); font-size: 21px; line-height: 1; }
.hbp-topic-hub__nav { grid-column: 1 / -1; display: flex; gap: 2px; overflow-x: auto; margin-top: 4px; }
.hbp-topic-hub__nav a { position: relative; min-height: 48px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; color: var(--hbp-color-muted); font-size: 14px; font-weight: 720; white-space: nowrap; }
.hbp-topic-hub__nav a::after { content: ''; position: absolute; right: 12px; bottom: -1px; left: 12px; height: 2px; border-radius: 999px 999px 0 0; background: transparent; }
.hbp-topic-hub__nav a:hover,.hbp-topic-hub__nav a.is-active { color:var(--hbp-color-strong); }
.hbp-topic-hub__nav a.is-active::after { background: var(--hbp-color-primary-2); }
.hbp-community-feed-context { display: inline-flex; align-items: center; gap: 9px; color:var(--hbp-color-strong); font-size: 15px; font-weight: 760; }
.hbp-community-feed-context i { color: var(--hbp-color-primary-2); }
.is-topic-hub-view .hbp-community-toolbar { margin-bottom: 0; }
.is-topic-hub-view .hbp-community-layout { margin-top: 2px; }


.is-question-view { width: min(100% - 56px,1320px); }
.is-question-view .hbp-community-toolbar { margin-bottom: 18px; }
.hbp-question-breadcrumb { gap: 9px; margin-bottom: 18px; }
.hbp-question-breadcrumb i { color: var(--hbp-color-soft); font-size: 9px; }
.hbp-question-breadcrumb a:hover { color:var(--hbp-color-strong); }

.hbp-question-card {
    display: grid;
    grid-template-columns: 92px minmax(0,1fr);
    gap: 24px;
    padding: 26px 0 24px;
    border-top: 1px solid var(--hbp-color-line);
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-question-card__state { display: grid; align-content: start; justify-items: center; gap: 10px; padding-top: 3px; text-align: center; }
.hbp-question-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(205,180,255,.2); border-radius: 17px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.08); font-size: 21px; }
.hbp-question-card.is-solved .hbp-question-mark { color: #8fe3bd; border-color: rgba(98,216,165,.24); background: rgba(98,216,165,.065); }
.hbp-question-card__state div { display: grid; gap: 2px; }
.hbp-question-card__state strong { color:var(--hbp-color-strong); font-size: 11px; letter-spacing: .13em; }
.hbp-question-card__state small { color: var(--hbp-color-soft); font-size: 11px; }
.hbp-question-card__main { min-width: 0; }
.hbp-question-card__top { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.hbp-question-card__badges { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.hbp-question-card h1 { max-width: 1040px; margin: 22px 0 0; font-size: clamp(34px,4.6vw,56px); line-height: 1.06; letter-spacing: -.052em; }
.hbp-question-body { max-width: 940px; margin-top: 22px; color: rgba(var(--hbp-text-rgb),.88); font-size: 17px; line-height: 1.82; }
.hbp-question-card .hbp-community-topic-chips { margin-top: 15px; }
.hbp-question-card__stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: var(--hbp-color-soft); }
.hbp-question-card__stats span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; }
.hbp-question-card__stats i { color: var(--hbp-color-muted); }
.hbp-question-card__stats strong { color:var(--hbp-color-strong); font-size: 14px; }
.hbp-question-identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.hbp-question-identity img { flex: 0 0 auto; border-radius: 50%; }
.hbp-question-identity > div { display: grid; gap: 4px; min-width: 0; }
.hbp-question-identity > div > a { width: max-content; max-width: 100%; }
.hbp-question-identity strong { display: block; overflow: hidden; color:var(--hbp-color-strong); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.hbp-question-identity > div > span { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--hbp-color-soft); font-size: 11.5px; }

.hbp-question-primary-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 14px 0 22px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-question-primary-actions form { margin: 0; }
.hbp-question-primary-actions .hbp-community-report summary { min-height: 42px; padding: 0 13px; border-radius: 11px; }

.hbp-question-comments { margin-top: 26px; padding: 0 0 24px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-question-comments .hbp-community-section-head h2,.hbp-question-answers h2 { font-size: 25px; letter-spacing: -.025em; }
.hbp-question-comment-list { display: grid; gap: 3px; margin-top: 14px; }
.hbp-question-comment { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px; padding: 9px 0; }
.hbp-question-comment > img { width: 32px; height: 32px; border-radius: 50%; }
.hbp-question-comment__meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--hbp-color-soft); font-size: 11.5px; }
.hbp-question-comment__meta strong { color: rgba(var(--hbp-text-rgb),.88); font-size: 13px; }
.hbp-question-comment p { margin: 4px 0 0; color: var(--hbp-color-muted); font-size: 14px; line-height: 1.65; }

.hbp-question-nested-composer { margin-top: 10px; }
.hbp-question-nested-composer > summary { width: max-content; display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 10px; border: 1px solid rgba(var(--hbp-contrast-rgb),.055); border-radius: 9px; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.018); font-size: 12.5px; font-weight: 700; cursor: pointer; list-style: none; }
.hbp-question-nested-composer > summary::-webkit-details-marker { display: none; }
.hbp-question-nested-composer[open] > summary { color:var(--hbp-color-strong); border-color: rgba(205,180,255,.16); }
.hbp-question-nested-composer form { display: grid; gap: 10px; max-width: 780px; margin-top: 10px; padding: 14px; border-left: 2px solid rgba(155,92,255,.24); background: rgba(var(--hbp-contrast-rgb),.012); }
.hbp-question-nested-composer textarea { min-height: 104px; }
.hbp-question-nested-composer__footer { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.hbp-question-nested-composer__footer small { color: var(--hbp-color-soft); font-size: 11.5px; line-height: 1.5; }
.hbp-button.is-small { min-height: 36px; padding: 0 12px; font-size: 12.5px; }

.hbp-question-answers { margin-top: 30px; }
.hbp-question-answer-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; padding-bottom: 13px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-question-answer-head h2 { margin: 0; }
.hbp-question-answer-head > span { display: inline-flex; align-items: center; gap: 7px; color: var(--hbp-color-soft); font-size: 12px; }
.hbp-question-answer { position: relative; padding: 24px 0 28px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-question-answer.is-accepted { margin-top: 14px; padding: 22px 20px 26px; border: 1px solid rgba(98,216,165,.18); border-radius: 18px; background: linear-gradient(110deg,rgba(98,216,165,.045),rgba(var(--hbp-contrast-rgb),.012) 42%,rgba(155,92,255,.018)); }
.hbp-question-answer__accepted { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: -2px 0 16px; color: #9ae9c4; font-size: 12.5px; }
.hbp-question-answer__accepted span { color: var(--hbp-color-soft); }
.hbp-question-answer__body { max-width: 930px; margin-top: 18px; color: rgba(var(--hbp-text-rgb),.86); font-size: 16px; line-height: 1.8; }
.hbp-question-answer .hbp-community-inline-actions { margin-top: 17px; }
.hbp-question-answer__conversation-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.hbp-question-answer__conversation-tools .hbp-question-nested-composer { margin-top: 0; }

.hbp-question-answer-thread { display: grid; gap: 7px; max-width: 900px; margin: 18px 0 0 28px; padding-left: 16px; border-left: 1px solid rgba(var(--hbp-contrast-rgb),.065); }
.hbp-question-thread-comment { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 9px; padding: 8px 0; }
.hbp-question-thread-comment > img { width: 30px; height: 30px; border-radius: 50%; }
.hbp-question-thread-comment p { margin: 4px 0 0; color: var(--hbp-color-muted); font-size: 13.5px; line-height: 1.62; }
.hbp-question-followup { margin: 5px 0; padding: 14px 15px; border: 1px solid rgba(205,180,255,.11); border-radius: 13px; background: rgba(155,92,255,.025); }
.hbp-question-followup__head { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.hbp-question-followup__head > span { display: inline-flex; align-items: center; gap: 7px; color: var(--hbp-color-primary-2); font-size: 11px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.hbp-question-followup > p { margin: 11px 0 0; color: rgba(var(--hbp-text-rgb),.84); font-size: 14.5px; line-height: 1.68; }
.hbp-question-followup-answers { display: grid; gap: 6px; margin: 13px 0 0 18px; padding-left: 13px; border-left: 1px solid rgba(98,216,165,.14); }
.hbp-question-followup-answers > article { padding: 8px 0; }
.hbp-question-followup-answer__meta { display: flex; gap: 8px; align-items: center; }
.hbp-question-followup-answer__meta > i { color: #8fe3bd; font-size: 11px; }
.hbp-question-followup-answers p { margin: 6px 0 0 28px; color: var(--hbp-color-muted); font-size: 13.5px; line-height: 1.62; }
.hbp-question-answer-composer { margin-top: 30px; }

@media (max-width: 900px) {
    .hbp-topic-hub { grid-template-columns: 1fr; gap: 18px; }
    .hbp-topic-hub__stats { grid-template-columns: repeat(3,1fr); }
    .hbp-topic-hub__stats span { border-left: 0; border-top: 1px solid var(--hbp-color-line); }
    .hbp-question-card { grid-template-columns: 64px minmax(0,1fr); gap: 16px; }
    .hbp-question-mark { width: 48px; height: 48px; }
    .hbp-question-card h1 { font-size: clamp(32px,6vw,46px); }
}

@media (max-width: 640px) {
    .is-question-view,.hbp-community-shell { width: min(100% - 28px,1420px); }
    .hbp-topic-hub { padding-top: 18px; }
    .hbp-topic-hub__identity { grid-template-columns: 48px minmax(0,1fr); gap: 12px; }
    .hbp-topic-hub__icon { width: 48px; height: 48px; border-radius: 14px; font-size: 18px; }
    .hbp-topic-hub h2 { font-size: 32px; }
    .hbp-topic-hub__stats { gap: 0; }
    .hbp-topic-hub__stats span { padding: 10px 7px; text-align: center; }
    .hbp-topic-hub__stats strong { font-size: 18px; }
    .hbp-topic-hub__nav { margin-right: -14px; margin-left: -14px; padding: 0 14px; }
    .hbp-question-card { grid-template-columns: 1fr; padding-top: 18px; }
    .hbp-question-card__state { grid-template-columns: auto auto; justify-content: start; align-items: center; text-align: left; }
    .hbp-question-mark { width: 42px; height: 42px; border-radius: 12px; }
    .hbp-question-card__top { align-items: flex-start; }
    .hbp-question-card h1 { margin-top: 18px; font-size: 34px; }
    .hbp-question-body { font-size: 16px; line-height: 1.75; }
    .hbp-question-card__stats { gap: 14px; }
    .hbp-question-answer.is-accepted { margin-right: -4px; margin-left: -4px; padding: 18px 14px 22px; }
    .hbp-question-answer-thread { margin-left: 10px; padding-left: 11px; }
    .hbp-question-followup__head { align-items: flex-start; flex-direction: column; }
    .hbp-question-nested-composer__footer,.hbp-question-answer-head { align-items: flex-start; flex-direction: column; }
}


.hbp-community-profile-links { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-top:13px; }
.hbp-community-profile-store { min-height:34px; display:inline-flex; align-items:center; gap:7px; border:1px solid rgba(var(--hbp-contrast-rgb),.075); border-radius:10px; background:rgba(var(--hbp-contrast-rgb),.025); color:rgba(var(--hbp-text-rgb),.76); padding:0 11px; font-size:10.5px; font-weight:650; }
.hbp-community-profile-store .hbp-icon { color:#b88758; }
.hbp-community-profile-store:hover,.hbp-community-profile-store:focus-visible { border-color:rgba(184,135,88,.3); background:rgba(184,135,88,.08); color:var(--hbp-color-strong); outline:0; }
.hbp-community-profile-socials { display:flex; align-items:center; gap:5px; }
.hbp-community-profile-socials a { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(var(--hbp-contrast-rgb),.065); border-radius:10px; background:rgba(var(--hbp-contrast-rgb),.018); color:rgba(var(--hbp-text-rgb),.5); transition:background .16s ease,color .16s ease,border-color .16s ease; }
.hbp-community-profile-socials a:hover,.hbp-community-profile-socials a:focus-visible { border-color:rgba(var(--hbp-contrast-rgb),.12); background:rgba(var(--hbp-contrast-rgb),.055); color:rgba(var(--hbp-text-rgb),.9); outline:0; }
.hbp-community-profile-socials .hbp-icon { width:14px; height:14px; }
.hbp-community-profile-socials a.is-instagram { color:#c97a8a; }
.hbp-community-profile-socials a.is-tiktok { color:#70aaa3; }
.hbp-community-profile-socials a.is-youtube { color:#c66761; }
.hbp-community-profile-socials a.is-soundcloud { color:#c98a55; }
.hbp-community-profile-socials a.is-spotify { color:#73a96c; }
.hbp-community-profile-socials a.is-x { color:#8e98ab; }


body.hbp-social-modal-open { overflow: hidden; }
.is-feed-view.hbp-community-shell,
.is-topic-hub-view.hbp-community-shell { width: min(100% - 48px,1280px); }
.is-feed-view .hbp-community-toolbar,
.is-topic-hub-view .hbp-community-toolbar { margin-bottom: 12px; padding-bottom: 16px; align-items: center; }
.is-feed-view .hbp-community-toolbar h1,
.is-topic-hub-view .hbp-community-toolbar h1 { font-size: clamp(28px,3vw,38px); line-height: 1.04; letter-spacing: -.035em; }
.is-feed-view .hbp-community-toolbar p:not(.hbp-kicker),
.is-topic-hub-view .hbp-community-toolbar p:not(.hbp-kicker) { margin-top: 6px; font-size: 13.5px; }
.is-feed-view .hbp-community-me,
.is-topic-hub-view .hbp-community-me { display: none; }

.hbp-social-compose-trigger { border: 0; }


.is-feed-view.hbp-community-shell,
.is-topic-hub-view.hbp-community-shell {
    width: min(100% - 40px,1280px);
    padding-top: 22px;
}
.is-feed-view .hbp-community-toolbar,
.is-topic-hub-view .hbp-community-toolbar {
    width: min(100%,1120px);
    margin: 0 auto 8px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.is-feed-view .hbp-community-toolbar h1,
.is-topic-hub-view .hbp-community-toolbar h1 {
    font-size: clamp(30px,4vw,42px);
}
.is-feed-view .hbp-community-toolbar p:not(.hbp-kicker),
.is-topic-hub-view .hbp-community-toolbar p:not(.hbp-kicker) {
    max-width: 620px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.55;
}
.is-feed-view .hbp-community-toolbar .hbp-kicker,
.is-topic-hub-view .hbp-community-toolbar .hbp-kicker,
.is-feed-view .hbp-community-me,
.is-topic-hub-view .hbp-community-me { display: none; }

.hbp-social-head { width: min(100%,1120px); margin: 0 auto; }
.hbp-social-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 54px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-social-nav__modes { display: flex; align-items: center; gap: 4px; }
.hbp-social-nav__modes a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 9px;
    color: var(--hbp-color-muted);
    font-size: 11px;
    font-weight: 760;
    transition: color .16s ease, background .16s ease;
}
.hbp-social-nav__modes a:hover,
.hbp-social-nav__modes a.is-active { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.045); }
.hbp-social-search { width: min(100%,300px); }
.hbp-social-search label { position: relative; display: block; }
.hbp-social-search i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: var(--hbp-color-soft);
    font-size: 11px;
    pointer-events: none;
}
.hbp-social-search input {
    min-height: 38px;
    padding: 0 12px 0 34px;
    border-radius: 11px;
    background: rgba(var(--hbp-contrast-rgb),.02);
    font-size: 12px;
}
.hbp-social-people-strip { display: none; }
.hbp-social-topic-context {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
    padding: 7px 10px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 999px;
    color: var(--hbp-color-muted);
    background: rgba(var(--hbp-contrast-rgb),.018);
    font-size: 11px;
}
.hbp-social-topic-context > i,
.hbp-social-topic-context a { color: var(--hbp-color-primary-2); }

.hbp-social-layout {
    width: min(100%,1120px);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: minmax(0,780px) 280px;
    gap: 34px;
    justify-content: center;
    align-items: start;
}
.hbp-social-feed { min-width: 0; }

.hbp-social-quick-compose {
    padding: 12px 2px 14px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-social-quick-compose__row {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 11px;
    align-items: center;
}
.hbp-social-quick-compose__avatar img {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--hbp-color-line);
}
.hbp-social-quick-compose__prompt {
    width: 100%;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 12px;
    color: var(--hbp-color-muted);
    background: rgba(var(--hbp-contrast-rgb),.016);
    font: inherit;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}
.hbp-social-quick-compose__prompt:hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.028); }
.hbp-social-quick-compose__tools {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 7px 0 0 53px;
}
.hbp-social-quick-compose__tools > button:not(.hbp-btn) {
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    border: 0;
    border-radius: 8px;
    color: var(--hbp-color-muted);
    background: transparent;
    font: inherit;
    font-size: 9.5px;
    font-weight: 760;
    cursor: pointer;
}
.hbp-social-quick-compose__tools > button:not(.hbp-btn):hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.035); }
.hbp-social-quick-compose__tools .is-collab { color: var(--hbp-color-primary-2); }
.hbp-social-quick-compose__publish { min-height: 30px; margin-left: auto; padding-inline: 12px; font-size: 9.5px; }

.hbp-social-post {
    padding: 16px 2px 14px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-social-post__grid {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 11px;
}
.hbp-social-post__avatar img {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--hbp-color-line);
}
.hbp-social-post__main { min-width: 0; }
.hbp-social-post__head {
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hbp-social-post__identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.hbp-social-post__name { color: var(--hbp-color-text); font-size: 12.5px; font-weight: 860; }
.hbp-social-post__handle,
.hbp-social-post__time { color: var(--hbp-color-soft); font-size: 10px; }
.hbp-social-post__role,
.hbp-social-post__status {
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 6px;
    border: 1px solid rgba(205,180,255,.16);
    border-radius: 999px;
    color: var(--hbp-color-primary-2);
    background: rgba(155,92,255,.07);
    font-size: 8px;
    font-weight: 850;
}
.hbp-social-post__status { margin-left: auto; }
.hbp-social-post__content {
    width: 100%;
    display: grid;
    gap: 5px;
    margin: 5px 0 0;
    padding: 0;
    border: 0;
    color: rgba(var(--hbp-text-rgb),.84);
    background: transparent;
    font: inherit;
    font-size: 13.5px;
    line-height: 1.6;
    text-align: left;
    cursor: pointer;
}
.hbp-social-post__content:hover { color: var(--hbp-color-text); }
.hbp-social-post__title { color: var(--hbp-color-text); font-size: 14px; line-height: 1.35; }
.hbp-social-post__topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 7px; }
.hbp-social-post__topics a { color: var(--hbp-color-primary-2); font-size: 10px; font-weight: 720; }
.hbp-social-post__topics a:hover { color: var(--hbp-color-text); }
.hbp-social-post__media {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
    border: 1px solid var(--hbp-color-line);
    border-radius: 15px;
    background: rgba(var(--hbp-contrast-rgb),.015);
    cursor: pointer;
}
.hbp-social-post__media img {
    width: 100%;
    max-height: 520px;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
}
.hbp-social-post__media small {
    position: absolute;
    top: 9px;
    right: 9px;
    min-width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--hbp-color-text);
    background: rgba(var(--hbp-bg-rgb),.76);
    font-size: 10px;
    backdrop-filter: blur(10px);
}
.hbp-social-post__attachment {
    width: min(100%,520px);
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
    padding: 0 10px;
    border: 1px solid var(--hbp-color-line);
    border-radius: 11px;
    color: var(--hbp-color-muted);
    background: rgba(var(--hbp-contrast-rgb),.018);
    font: inherit;
    font-size: 11px;
    cursor: pointer;
}
.hbp-social-post__attachment span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hbp-social-post__attachment i,
.hbp-social-post__attachment small { color: var(--hbp-color-primary-2); }

.hbp-social-collab-preview {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 4px 10px;
    margin-top: 10px;
    padding: 11px 12px;
    border: 1px solid rgba(205,180,255,.14);
    border-radius: 13px;
    color: var(--hbp-color-text);
    background: linear-gradient(145deg,rgba(155,92,255,.055),rgba(var(--hbp-contrast-rgb),.012));
    text-align: left;
    cursor: pointer;
}
.hbp-social-collab-preview__eyebrow { color: var(--hbp-color-primary-2); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hbp-social-collab-preview__state { justify-self: end; color: var(--hbp-color-primary-2); font-size: 8px; font-weight: 800; }
.hbp-social-collab-preview strong,
.hbp-social-collab-preview small { grid-column: 1 / -1; }
.hbp-social-collab-preview strong { margin-top: 2px; font-size: 12.5px; }
.hbp-social-collab-preview small { color: var(--hbp-color-muted); font-size: 10.5px; line-height: 1.5; }

.hbp-social-post__footer {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 9px;
}
.hbp-social-post__footer form { margin: 0; }
.hbp-social-action {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 7px;
    border: 0;
    border-radius: 8px;
    color: var(--hbp-color-muted);
    background: transparent;
    font: inherit;
    font-size: 10px;
    font-weight: 740;
    cursor: pointer;
}
span.hbp-social-action { cursor: default; }
.hbp-social-action:hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.035); }
.hbp-social-action.is-active { color: var(--hbp-color-primary-2); }

.hbp-social-rail { position: sticky; top: 92px; display: grid; gap: 14px; }
.hbp-social-rail-section { padding-bottom: 13px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-social-rail-section__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.hbp-social-rail-section__head strong { font-size: 11px; }
.hbp-social-rail-section__head small { color: var(--hbp-color-soft); font-size: 9px; }
.hbp-social-rail-section__head button {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: var(--hbp-color-muted);
    background: transparent;
    cursor: pointer;
}
.hbp-social-rail-section__head button:hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.035); }
.hbp-social-people-list { display: grid; }
.hbp-social-people-list > a {
    display: grid;
    grid-template-columns: 32px minmax(0,1fr);
    gap: 8px;
    align-items: center;
    padding: 6px 0;
}
.hbp-social-people-list img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid var(--hbp-color-line); }
.hbp-social-people-list span { min-width: 0; display: grid; gap: 1px; }
.hbp-social-people-list strong,
.hbp-social-people-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hbp-social-people-list strong { font-size: 10.5px; }
.hbp-social-people-list small { color: var(--hbp-color-soft); font-size: 8.5px; }
.hbp-social-talked-list { display: grid; }
.hbp-social-talked-list > button {
    width: 100%;
    display: grid;
    gap: 3px;
    padding: 8px 0;
    border: 0;
    border-top: 1px solid rgba(var(--hbp-contrast-rgb),.045);
    color: rgba(var(--hbp-text-rgb),.82);
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.hbp-social-talked-list > button:first-child { border-top: 0; }
.hbp-social-talked-list > button span { font-size: 10.5px; line-height: 1.4; }
.hbp-social-talked-list > button small { color: var(--hbp-color-soft); font-size: 8.5px; }
.hbp-social-topic-list { display: grid; }
.hbp-social-topic-list > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px minmax(0,1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid rgba(var(--hbp-contrast-rgb),.045);
}
.hbp-social-topic-list > a:first-child { border-top: 0; }
.hbp-social-topic-list__icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.075); font-size: 10px; font-weight: 900; }
.hbp-social-topic-list > a > span:nth-child(2) { min-width: 0; display: grid; gap: 1px; }
.hbp-social-topic-list strong,
.hbp-social-topic-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hbp-social-topic-list strong { font-size: 10px; }
.hbp-social-topic-list small { color: var(--hbp-color-soft); font-size: 8px; }
.hbp-social-topic-list > a > i { color: var(--hbp-color-soft); font-size: 8px; }
.hbp-social-collab-card {
    padding: 12px;
    border: 1px solid rgba(205,180,255,.14);
    border-radius: 13px;
    background: linear-gradient(145deg,rgba(155,92,255,.05),rgba(var(--hbp-contrast-rgb),.01));
}
.hbp-social-collab-card > strong { font-size: 11px; }
.hbp-social-collab-card > p { margin: 5px 0 9px; color: var(--hbp-color-muted); font-size: 9px; line-height: 1.45; }
.hbp-social-collab-card .hbp-btn { width: 100%; min-height: 31px; font-size: 9px; }
.hbp-social-empty { display: grid; justify-items: center; gap: 8px; padding: 50px 24px; border-bottom: 1px solid var(--hbp-color-line); color: var(--hbp-color-muted); text-align: center; }
.hbp-social-empty > i { color: var(--hbp-color-primary-2); font-size: 22px; }
.hbp-social-empty h2 { margin: 3px 0 0; color: var(--hbp-color-text); font-size: 17px; }
.hbp-social-empty p { max-width: 440px; margin: 0 0 6px; font-size: 12px; line-height: 1.55; }


.hbp-social-overlay[hidden] { display: none; }
.hbp-social-overlay {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: grid;
    place-items: center;
    padding: 12px;
}
.hbp-social-overlay__backdrop { position: absolute; inset: 0; background: rgba(var(--hbp-bg-rgb),.68); backdrop-filter: blur(7px); }
.hbp-social-post-modal,
.hbp-social-compose-modal {
    position: relative;
    z-index: 1;
    width: min(100%,900px);
    max-height: calc(100dvh - 24px);
    overflow: hidden;
    border: 1px solid rgba(var(--hbp-contrast-rgb),.11);
    border-radius: 20px;
    background: rgba(10,10,15,.98);
    box-shadow: 0 26px 90px rgba(0,0,0,.46);
}
.hbp-social-post-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--hbp-color-line);
    border-radius: 50%;
    color: var(--hbp-color-muted);
    background: rgba(15,15,21,.9);
    cursor: pointer;
}
.hbp-social-post-modal__close:hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.06); }
.hbp-social-post-modal > [data-hbp-post-modal-content] { min-height: 0; }
.hbp-social-detail {
    min-height: min(720px,calc(100dvh - 26px));
    max-height: calc(100dvh - 26px);
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
}
.hbp-social-detail__source {
    min-width: 0;
    overflow-y: auto;
    padding: 18px;
    border-right: 1px solid var(--hbp-color-line);
}
.hbp-social-detail__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-right: 38px; }
.hbp-social-detail__identity { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 9px; align-items: center; }
.hbp-social-detail__identity img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--hbp-color-line); }
.hbp-social-detail__identity > span { min-width: 0; display: grid; gap: 2px; }
.hbp-social-detail__name-line { min-width: 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.hbp-social-detail__identity strong { font-size: 12px; }
.hbp-social-detail__identity small { color: var(--hbp-color-soft); font-size: 9px; }
.hbp-social-mode { min-height: 20px; display: inline-flex; align-items: center; padding: 0 7px; border: 1px solid rgba(205,180,255,.15); border-radius: 999px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.065); font-size: 8px; font-weight: 800; }
.hbp-social-detail__body { padding: 14px 0 10px; }
.hbp-social-detail__body h2 { margin: 0 0 6px; font-size: 15px; }
.hbp-social-detail__body > p { margin: 0; color: rgba(var(--hbp-text-rgb),.84); font-size: 13.5px; line-height: 1.62; overflow-wrap: anywhere; }
.hbp-social-detail__body .hbp-community-topic-chips { margin-top: 9px; }
.hbp-social-detail__actions { display: flex; align-items: center; gap: 2px; padding: 8px 0 0; border-top: 1px solid rgba(var(--hbp-contrast-rgb),.045); }
.hbp-social-detail__actions form { margin: 0; }
.hbp-social-detail__thread { min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.hbp-social-thread-head { flex: 0 0 auto; min-height: 58px; display: flex; align-items: center; padding: 0 48px 0 14px; border-bottom: 1px solid var(--hbp-color-line); }
.hbp-social-thread-head > div { display: grid; gap: 2px; }
.hbp-social-thread-head strong { font-size: 12px; }
.hbp-social-thread-head span { color: var(--hbp-color-muted); font-size: 8.5px; }
.hbp-social-comments { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 10px 14px 18px; }
.hbp-social-comments__empty { margin: 16px 0; color: var(--hbp-color-muted); font-size: 11px; }
.hbp-social-comment { min-width: 0; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 8px; padding-top: 9px; }
.hbp-social-comment > img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.hbp-social-comment__body { min-width: 0; }
.hbp-social-comment__identity { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.hbp-social-comment__identity strong { color: var(--hbp-color-text); font-size: 10.5px; }
.hbp-social-comment__identity span { color: var(--hbp-color-soft); font-size: 8.5px; }
.hbp-social-comment__body > p { margin: 3px 0 0; color: rgba(var(--hbp-text-rgb),.78); font-size: 11.5px; line-height: 1.5; overflow-wrap: anywhere; }
.hbp-social-comment__tools { display: flex; gap: 10px; margin-top: 5px; }
.hbp-social-comment__tools button { padding: 0; border: 0; color: var(--hbp-color-soft); background: transparent; font: inherit; font-size: 8.5px; font-weight: 760; cursor: pointer; }
.hbp-social-comment__tools button:hover { color: var(--hbp-color-text); }
.hbp-social-replying { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 5px; margin: 0 0 5px; padding: 4px 7px; border: 1px solid rgba(205,180,255,.15); border-radius: 8px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.055); font-size: 8px; font-weight: 760; }
.hbp-social-comment__children { position: relative; margin-left: 14px; padding-left: 13px; border-left: 1px solid rgba(205,180,255,.13); }
.hbp-social-comment__children::before { content: ''; position: absolute; top: 0; left: -1px; width: 9px; height: 1px; background: rgba(205,180,255,.32); }
.hbp-social-reply-form {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 30px minmax(0,1fr) auto;
    gap: 8px;
    align-items: end;
    padding: 10px;
    border-top: 1px solid var(--hbp-color-line);
    background: rgba(var(--hbp-contrast-rgb),.012);
}
.hbp-social-reply-form > img { width: 30px; height: 30px; border-radius: 50%; }
.hbp-social-reply-box { min-width: 0; }
.hbp-social-reply-target { display: inline-flex; align-items: center; min-height: 22px; margin-bottom: 4px; padding: 0 7px; border-radius: 999px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.06); font-size: 9px; cursor: pointer; }
.hbp-social-reply-target[hidden] { display: none; }
.hbp-social-reply-form textarea { width: 100%; min-height: 38px; max-height: 104px; padding: 8px 10px; resize: vertical; border-radius: 10px; background: rgba(var(--hbp-contrast-rgb),.018); font-size: 12px; }
.hbp-social-reply-form > button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 10px; color: var(--hbp-color-button-text); background: var(--hbp-color-button); cursor: pointer; }

.hbp-social-compose-modal { width: min(100%,720px); }
.hbp-social-compose-modal > header {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--hbp-color-line);
}
.hbp-social-compose-modal > header small { color: var(--hbp-color-soft); font-size: 9px; }
.hbp-social-compose-modal > header h2 { margin: 2px 0 0; font-size: 15px; }
.hbp-social-compose-modal > header > button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid var(--hbp-color-line); border-radius: 50%; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.025); cursor: pointer; }
.hbp-social-compose-form { max-height: calc(100dvh - 88px); overflow-y: auto; overflow-x: hidden; display: grid; gap: 13px; padding: 14px 16px 16px; }
.hbp-social-compose-form__modes { display: flex; gap: 5px; margin: 0; padding: 0; border: 0; }
.hbp-social-compose-form__modes label input { position: absolute; opacity: 0; pointer-events: none; }
.hbp-social-compose-form__modes label span { min-height: 32px; display: inline-flex; align-items: center; gap: 6px; padding: 0 10px; border: 1px solid var(--hbp-color-line); border-radius: 9px; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.015); font-size: 10px; font-weight: 720; cursor: pointer; }
.hbp-social-compose-form__modes input:checked + span { color: var(--hbp-color-text); border-color: rgba(205,180,255,.22); background: rgba(155,92,255,.075); }
.hbp-social-compose-form__editor { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; align-items: start; }
.hbp-social-compose-form__editor > img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.hbp-social-compose-editor-box { min-width: 0; }
.hbp-social-compose-form__editor textarea { min-height: 118px; padding: 8px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 14px; }
.hbp-social-compose-form__editor textarea:focus { border: 0; box-shadow: none; }
.hbp-social-compose-form__title { display: grid; gap: 6px; margin-left: 48px; color: var(--hbp-color-muted); font-size: 10px; }
.hbp-social-compose-form__title[hidden] { display: none; }
.hbp-social-compose-form__tool-system { min-width: 0; display: grid; gap: 8px; margin-left: 48px; }
.hbp-social-compose-form__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; min-width: 0; }
.hbp-social-file > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hbp-social-file > span,
.hbp-social-tool-button,
.hbp-social-topic-toggle {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
    border: 0;
    border-radius: 8px;
    color: var(--hbp-color-muted);
    background: transparent;
    font: inherit;
    font-size: 9.5px;
    font-weight: 720;
    cursor: pointer;
}
.hbp-social-file > span:hover,
.hbp-social-tool-button:hover,
.hbp-social-topic-toggle:hover { color: var(--hbp-color-text); background: rgba(var(--hbp-contrast-rgb),.035); }
.hbp-social-topic-toggle small { color: var(--hbp-color-soft); font-size: 8px; }
.hbp-social-topic-picker { width: min(100%,600px); max-height: min(320px,42dvh); overflow-y: auto; display: grid; gap: 8px; padding: 10px; border: 1px solid var(--hbp-color-line); border-radius: 12px; background: rgba(var(--hbp-contrast-rgb),.018); }
.hbp-social-topic-picker[hidden] { display: none; }
.hbp-social-topic-picker > small { color: var(--hbp-color-soft); font-size: 9px; line-height: 1.4; }
.hbp-social-topic-picker__list { display: flex; flex-wrap: wrap; gap: 6px; }
.hbp-social-topic-picker label input { position: absolute; opacity: 0; pointer-events: none; }
.hbp-social-topic-picker label span,
.hbp-social-topic-fixed { min-height: 28px; display: inline-flex; align-items: center; padding: 0 9px; border: 1px solid var(--hbp-color-line); border-radius: 999px; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.018); font-size: 9.5px; cursor: pointer; }
.hbp-social-topic-picker input:checked + span,
.hbp-social-topic-fixed { color: var(--hbp-color-primary-2); border-color: rgba(205,180,255,.2); background: rgba(155,92,255,.075); }
.hbp-social-topic-picker input:disabled + span { opacity: .36; cursor: not-allowed; }
.hbp-social-topic-create { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px; align-items: center; }
.hbp-social-topic-create > input { min-height: 34px; font-size: 11px; }
.hbp-social-topic-create > button { min-height: 34px; display: inline-flex; align-items: center; gap: 5px; padding: 0 10px; border: 1px solid rgba(205,180,255,.17); border-radius: 9px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.055); font: inherit; font-size: 9px; font-weight: 760; cursor: pointer; }
.hbp-social-topic-create > small { grid-column: 1 / -1; color: var(--hbp-color-muted); font-size: 9px; }
.hbp-social-topic-create > small.is-error { color: #ff9bb0; }
.hbp-social-topic-create > small[hidden] { display: none; }
.hbp-social-compose-form__selected-topics { display: flex; flex-wrap: wrap; gap: 6px; margin: -2px 0 0 48px; }
.hbp-social-compose-form__selected-topics[hidden] { display: none; }
.hbp-social-selected-topic { min-height: 28px; display: inline-flex; align-items: center; gap: 5px; padding: 0 9px; border: 1px solid rgba(205,180,255,.18); border-radius: 999px; color: var(--hbp-color-primary-2); background: rgba(155,92,255,.06); font: inherit; font-size: 9px; cursor: pointer; }
.hbp-social-compose-file-preview { min-width: 0; margin-left: 48px; }
.hbp-social-compose-file-preview[hidden] { display: none; }
.hbp-social-compose-file-preview__card { width: min(100%,600px); min-width: 0; display: grid; grid-template-columns: 62px minmax(0,1fr) 30px; gap: 9px; align-items: center; padding: 8px; border: 1px solid var(--hbp-color-line); border-radius: 12px; background: rgba(var(--hbp-contrast-rgb),.018); }
.hbp-social-compose-file-preview__card > img,
.hbp-social-compose-file-preview__icon { width: 62px; height: 62px; border-radius: 9px; object-fit: cover; background: rgba(var(--hbp-contrast-rgb),.025); }
.hbp-social-compose-file-preview__icon { display: grid; place-items: center; color: var(--hbp-color-primary-2); font-size: 20px; }
.hbp-social-compose-file-preview__meta { min-width: 0; display: grid; gap: 3px; }
.hbp-social-compose-file-preview__meta strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.hbp-social-compose-file-preview__meta small { color: var(--hbp-color-soft); font-size: 9px; }
.hbp-social-compose-file-preview__card > button { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--hbp-color-muted); background: rgba(var(--hbp-contrast-rgb),.035); cursor: pointer; }
.hbp-social-compose-form > footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid rgba(var(--hbp-contrast-rgb),.045); }
.hbp-social-compose-form > footer > small { max-width: 440px; color: var(--hbp-color-soft); font-size: 9.5px; line-height: 1.45; }

@media (max-width: 980px) {
    .hbp-social-layout { grid-template-columns: minmax(0,780px); gap: 0; }
    .hbp-social-rail { display: none; }
    .hbp-social-people-strip {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 10px 0 12px;
        border-bottom: 1px solid var(--hbp-color-line);
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }
    .hbp-social-people-strip::-webkit-scrollbar { display: none; }
    .hbp-social-person { width: 58px; flex: 0 0 58px; display: grid; justify-items: center; gap: 5px; min-width: 0; }
    .hbp-social-person__avatar img { width: 44px; height: 44px; display: block; border-radius: 50%; object-fit: cover; border: 1px solid var(--hbp-color-line); }
    .hbp-social-person strong { width: 100%; overflow: hidden; color: rgba(var(--hbp-text-rgb),.8); font-size: 8.5px; font-weight: 740; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 740px) {
    .is-feed-view.hbp-community-shell,
    .is-topic-hub-view.hbp-community-shell { width: 100%; padding: 12px 0 90px; }
    .is-feed-view .hbp-community-toolbar,
    .is-topic-hub-view .hbp-community-toolbar { width: auto; margin: 0 14px 4px; padding-bottom: 12px; }
    .is-feed-view .hbp-community-toolbar h1,
    .is-topic-hub-view .hbp-community-toolbar h1 { font-size: 27px; }
    .is-feed-view .hbp-community-toolbar p:not(.hbp-kicker),
    .is-topic-hub-view .hbp-community-toolbar p:not(.hbp-kicker) { margin-top: 5px; font-size: 11px; line-height: 1.48; }
    .is-feed-view .hbp-community-toolbar__actions,
    .is-topic-hub-view .hbp-community-toolbar__actions { align-self: start; }
    .is-feed-view .hbp-community-toolbar__actions .hbp-social-compose-trigger,
    .is-topic-hub-view .hbp-community-toolbar__actions .hbp-social-compose-trigger { min-height: 34px; padding-inline: 11px; font-size: 10px; }
    .hbp-social-head { width: 100%; }
    .hbp-social-nav { min-height: 0; align-items: stretch; flex-direction: column; gap: 8px; padding: 8px 14px 10px; }
    .hbp-social-nav__modes { overflow-x: auto; scrollbar-width: none; }
    .hbp-social-nav__modes::-webkit-scrollbar { display: none; }
    .hbp-social-nav__modes a { flex: 0 0 auto; min-height: 31px; font-size: 10px; }
    .hbp-social-search { width: 100%; }
    .hbp-social-search input { min-height: 38px; font-size: 16px; }
    .hbp-social-people-strip { padding-inline: 14px; }
    .hbp-social-topic-context { margin-top: 9px; font-size: 10px; }
    .hbp-social-layout { width: 100%; margin-top: 0; }
    .hbp-social-quick-compose { padding: 12px 14px; }
    .hbp-social-quick-compose__row { grid-template-columns: 36px minmax(0,1fr); gap: 9px; }
    .hbp-social-quick-compose__avatar img { width: 36px; height: 36px; }
    .hbp-social-quick-compose__prompt { min-height: 40px; font-size: 11.5px; }
    .hbp-social-quick-compose__tools { margin-left: 45px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
    .hbp-social-quick-compose__tools::-webkit-scrollbar { display: none; }
    .hbp-social-quick-compose__tools > button { flex: 0 0 auto; }
    .hbp-social-quick-compose__publish { display: none; }
    .hbp-social-post { padding: 13px 14px 12px; }
    .hbp-social-post__grid { grid-template-columns: 38px minmax(0,1fr); gap: 9px; }
    .hbp-social-post__avatar img { width: 38px; height: 38px; }
    .hbp-social-post__head { gap: 5px; }
    .hbp-social-post__identity { gap: 5px; }
    .hbp-social-post__name { font-size: 11.5px; }
    .hbp-social-post__handle,
    .hbp-social-post__time { font-size: 9px; }
    .hbp-social-post__role,
    .hbp-social-post__status { min-height: 17px; padding-inline: 5px; font-size: 7.5px; }
    .hbp-social-post__content { margin-top: 4px; font-size: 12.5px; line-height: 1.58; }
    .hbp-social-post__title { font-size: 12.5px; }
    .hbp-social-post__topics { gap: 6px; margin-top: 6px; }
    .hbp-social-post__topics a { font-size: 9px; }
    .hbp-social-post__media { margin-top: 9px; border-radius: 13px; }
    .hbp-social-post__media img { max-height: none; aspect-ratio: 1.12 / 1; }
    .hbp-social-collab-preview { margin-top: 9px; padding: 10px; border-radius: 12px; }
    .hbp-social-collab-preview strong { font-size: 11.5px; }
    .hbp-social-collab-preview small { font-size: 9px; }
    .hbp-social-post__footer { margin-top: 8px; }
    .hbp-social-action { min-height: 28px; padding-inline: 6px; font-size: 9px; }
    .hbp-social-overlay { padding: 0; place-items: stretch; }
    .hbp-social-overlay__backdrop { display: none; }
    .hbp-social-post-modal,
    .hbp-social-compose-modal {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: var(--hbp-color-bg);
    }
    .hbp-social-post-modal__close {
        position: fixed;
        top: calc(10px + env(safe-area-inset-top));
        right: 10px;
        width: 36px;
        height: 36px;
        background: rgba(14,14,20,.94);
    }
    .hbp-social-detail {
        min-height: 100dvh;
        max-height: 100dvh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .hbp-social-detail__source {
        flex: 0 0 auto;
        max-height: 42dvh;
        overflow-y: auto;
        padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
        border-right: 0;
        border-bottom: 1px solid var(--hbp-color-line);
    }
    .hbp-social-detail__head { padding-right: 40px; }
    .hbp-social-detail__identity { grid-template-columns: 38px minmax(0,1fr); }
    .hbp-social-detail__identity img { width: 38px; height: 38px; }
    .hbp-social-detail__body { padding: 10px 0 8px; }
    .hbp-social-detail__body > p { font-size: 12px; line-height: 1.55; }
    .hbp-social-detail__thread { flex: 1 1 auto; min-height: 0; }
    .hbp-social-thread-head { min-height: 50px; padding: 0 48px 0 14px; }
    .hbp-social-comments { padding: 9px 14px 16px; }
    .hbp-social-comment { grid-template-columns: 30px minmax(0,1fr); gap: 8px; }
    .hbp-social-comment > img { width: 30px; height: 30px; }
    .hbp-social-comment__body > p { font-size: 11px; }
    .hbp-social-comment__children { margin-left: 10px; padding-left: 10px; }
    .hbp-social-reply-form { padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); }
    .hbp-social-reply-form textarea { min-height: 40px; max-height: 96px; resize: none; font-size: 16px; }
    .hbp-social-compose-modal { display: flex; flex-direction: column; }
    .hbp-social-compose-modal > header { flex: 0 0 auto; padding: calc(10px + env(safe-area-inset-top)) 12px 10px; }
    .hbp-social-compose-form { flex: 1 1 auto; min-height: 0; max-height: none; padding: 12px 14px calc(14px + env(safe-area-inset-bottom)); }
    .hbp-social-compose-form__editor textarea,
    .hbp-social-topic-picker input[type="text"] { font-size: 16px; }
    .hbp-social-compose-form__title,
    .hbp-social-compose-form__tool-system,
    .hbp-social-compose-form__selected-topics,
    .hbp-social-compose-file-preview { margin-left: 0; }
    .hbp-social-compose-form__editor { grid-template-columns: 34px minmax(0,1fr); }
    .hbp-social-compose-form__editor > img { width: 34px; height: 34px; }
    .hbp-social-compose-form__modes,
    .hbp-social-compose-form__tools { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
    .hbp-social-compose-form__modes::-webkit-scrollbar,
    .hbp-social-compose-form__tools::-webkit-scrollbar { display: none; }
    .hbp-social-topic-picker { width: 100%; max-height: min(280px,36dvh); }
    .hbp-social-compose-form > footer { align-items: flex-end; }
    .hbp-social-compose-form > footer > small { max-width: 210px; }
}

@media (max-width: 420px) {
    .hbp-social-post__handle { max-width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .hbp-social-action > span { white-space: nowrap; }
    .hbp-social-action[data-hbp-social-share] span { display: none; }
    .hbp-social-topic-create { grid-template-columns: 1fr; }
    .hbp-social-topic-create > button { justify-content: center; }
}
