.hero{text-align:center;padding:40px 0 32px}.hero__title{font-size:1.75rem;font-weight:800;color:var(--c-brand);line-height:1.2}.hero__subtitle{margin-top:8px;font-size:1.1rem;color:var(--c-text-muted)}.section{margin-bottom:32px}.section__heading{font-size:1.25rem;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--c-brand)}.forum-cards{display:grid;gap:16px;grid-template-columns:1fr}.forum-card{display:flex;gap:14px;padding:20px;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--r-md);color:var(--c-text);text-decoration:none;transition:box-shadow .2s,border-color .2s}.forum-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--c-brand);text-decoration:none}.forum-card__icon{font-size:2rem;flex-shrink:0;line-height:1}.forum-card__name{font-size:1.1rem;font-weight:700;margin-bottom:4px}.forum-card__desc{font-size:.875rem;color:var(--c-text-muted);margin-bottom:8px}.forum-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.forum-card__last{font-size:.8rem;color:var(--c-text-muted)}.badge{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:999px;font-weight:600}.badge--topics{background:#fef3c7;color:#92400e}.badge--posts{background:#dbeafe;color:#1e40af}.home__columns{display:flex;flex-direction:column;gap:32px}.home__main{flex:1;min-width:0}.home__sidebar{flex-shrink:0}.topic-list{list-style:none}.topic-row{padding:12px 0;border-bottom:1px solid var(--c-border)}.topic-row:last-child{border-bottom:none}.topic-row__title{font-weight:600;font-size:.95rem;display:block;margin-bottom:4px}.topic-row__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8rem;color:var(--c-text-muted)}.topic-row__forum{background:var(--c-bg-tint);padding:1px 6px;border-radius:var(--r-sm)}.topic-row__views{margin-left:auto;font-weight:600;color:var(--c-text)}.sidebar-block{margin-bottom:24px;padding:16px;background:var(--c-bg-tint);border:1px solid var(--c-border);border-radius:var(--r-md)}.sidebar-block__heading{font-size:1rem;font-weight:700;margin-bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.stat__value{display:block;font-size:1.25rem;font-weight:800;color:var(--c-brand)}.stat__label{font-size:.75rem;color:var(--c-text-muted)}.expert-list{list-style:none}.expert-list__item{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed var(--c-border)}.expert-list__item:last-child{border-bottom:none}.expert-list__name{font-weight:600;font-size:.9rem}.expert-list__role{font-size:.8rem;color:var(--c-text-muted);font-style:italic}.author-list{list-style:none}.author-list__item{display:flex;align-items:center;gap:8px;padding:5px 0}.author-list__avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--c-border);font-size:.9rem;flex-shrink:0}.author-list__avatar img{width:100%;height:100%;object-fit:cover}.author-list__name{font-size:.85rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.author-list__posts{font-size:.75rem;color:var(--c-text-muted);flex-shrink:0}.empty{padding:20px;text-align:center;color:var(--c-text-muted);font-size:.9rem}.popular-topics{min-height:300px}.topic-list--loading{opacity:.5;pointer-events:none;transition:opacity .15s}.popular-pages{display:flex;gap:6px;margin-top:16px;justify-content:center}.popular-pages__btn{width:36px;height:36px;border:1px solid var(--c-border);border-radius:var(--r-sm);background:var(--c-bg);font-size:.9rem;font-weight:600;color:var(--c-text);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.popular-pages__btn:hover{border-color:var(--c-brand);color:var(--c-brand)}.popular-pages__btn--active{background:var(--c-brand);border-color:var(--c-brand);color:#fff;cursor:default}.popular-pages__btn--active:hover{color:#fff}@media (min-width:640px){.forum-cards{grid-template-columns:repeat(2,1fr)}.hero__title{font-size:2rem}}@media (min-width:960px){.forum-cards{grid-template-columns:repeat(3,1fr)}.home__columns{flex-direction:row}.home__sidebar{width:300px}.hero__title{font-size:2.25rem}.hero{padding:56px 0 40px}}