@import url("./creator-engagement.css");.community-page__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.community-page__summary button,.community-page__summary>div{display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:18px 20px;border:1px solid #dce3ee;border-radius:13px;background:#fff;color:#657188;text-align:left}.community-page__summary button{cursor:pointer}.community-page__summary button:hover,.community-page__summary button.is-active{border-color:#3478f6;box-shadow:0 0 0 2px rgba(52,120,246,.1)}.community-page__summary strong{color:#172033;font-size:23px}.community-page__panel,.community-page__detail,.community-page__reply{padding:24px;border:1px solid #dce3ee;border-radius:14px;background:#fff}.community-page__toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 140px auto;gap:10px;margin-bottom:18px}.community-page__list{display:grid;gap:10px}.community-thread{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px;border:1px solid #e3e9f2;border-radius:12px;color:inherit;text-decoration:none;transition:.15s}.community-thread:hover{border-color:#8bb4ff;transform:translateY(-1px)}.community-thread__meta{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:#78859a;font-size:12px}.community-thread__body{margin:0;color:#283348;line-height:1.65}.community-thread__status{align-self:center;padding:6px 9px;border-radius:999px;background:#fff4df;color:#a86700;font-size:12px;font-weight:700}.community-thread__status.is-answered{background:#eaf8f1;color:#168052}.community-page__pager{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.community-page__empty{padding:40px;text-align:center;color:#8995a8}.community-page__detail{margin-bottom:18px}.community-detail__author{display:flex;align-items:center;gap:12px;margin-bottom:18px}.community-detail__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#eef5ff;color:#3478f6}.community-detail__author strong,.community-detail__author span{display:block}.community-detail__author span{margin-top:3px;color:#8793a6;font-size:12px}.community-detail__body{margin:0;padding:19px;border-radius:11px;background:#f7f9fc;color:#283348;line-height:1.75;white-space:pre-wrap}.community-page__reply>div:first-child h2{margin:0 0 5px;font-size:19px}.community-page__reply>div:first-child p{margin:0 0 17px;color:#7b879a}.community-page__reply-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:13px}.community-page__reply-actions>span{margin-right:auto;color:#8793a6}@media(max-width:800px){.community-page__summary{grid-template-columns:repeat(2,1fr)}.community-page__toolbar{grid-template-columns:1fr}.community-thread{grid-template-columns:1fr}.community-thread__status{justify-self:start}}@media(max-width:480px){.community-page__summary{grid-template-columns:1fr}}
