.community-pulse{margin-top:18px}.community-pulse__header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.community-pulse__header h2{color:#e5e9f0d1;font-variation-settings:var(--font-dot-style),"wght" 600;margin:0;font-size:14px;font-weight:600}.community-pulse__live-dot{background:#42d392;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #42d39217}.community-pulse__toggle{color:#cacbdb8c;cursor:pointer;background:0 0;border:1px solid #cacbdb1a;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;margin-inline-start:auto;padding:0;display:inline-flex}.community-pulse__toggle[hidden]{display:none}.community-pulse__toggle:hover,.community-pulse__toggle:focus-visible{color:#81bfff;border-color:#81bfff59}.community-pulse__toggle-icon{font-size:17px;margin:0!important}.community-pulse__card{box-sizing:border-box;background:#070f1aa8;border:1px solid #cacbdb14;border-radius:12px;align-items:center;gap:10px;min-height:58px;padding:11px 13px;display:flex;overflow:hidden}.community-pulse__card--entering{animation:.22s ease-out community-pulse-enter}.community-pulse__icon{color:#81bfff;flex:none;font-size:21px}.community-pulse__avatar.user-profile{border-radius:50%;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;margin:0;display:inline-flex}.community-pulse__avatar span{font-size:11px}.community-pulse__message{color:#cacbdb94;flex-wrap:wrap;flex:auto;align-items:baseline;gap:3px 5px;min-width:0;margin:0;font-size:13px;line-height:1.65;display:flex}.community-pulse__actor,.community-pulse__target{color:#dce8f7;text-decoration:none}.community-pulse__target{color:#81bfff}.community-pulse__actor:hover,.community-pulse__target:hover{text-decoration:underline}.community-pulse__time{color:#cacbdb61;white-space:nowrap;flex:none;font-size:11px}@keyframes community-pulse-enter{0%{opacity:.25;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (width<=520px){.community-pulse__card{grid-template-columns:auto auto minmax(0,1fr);gap:6px 8px;padding:10px;display:grid}.community-pulse__message{align-self:center}.community-pulse__time{grid-column:3}}@media (prefers-reduced-motion:reduce){.community-pulse__card--entering{animation:none}}