/* Home category treatments; confined to .home-page, no ad or shared layout changes. */
.home-page .home-symbols{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.home-page .home-category{--category-ink:#256a85;--category-bg:#e8f3f7;border:1px solid var(--border);border-radius:14px;background:var(--bg-surface,var(--bg));overflow:hidden;padding:0}
.home-page .home-category[data-category=notice]{--category-ink:#a86418;--category-bg:#fff3dc}
.home-page .home-category[data-category=chat]{--category-ink:#8a4b92;--category-bg:#f5eaf7}
.home-page .home-category[data-category=code]{--category-ink:#227659;--category-bg:#e7f5ed}
.home-page .home-category[data-category=question]{--category-ink:#555eb3;--category-bg:#eef0fc}
.home-page .home-category>.section__head{align-items:center;gap:12px;margin:0;padding:16px 18px;border-bottom:1px solid var(--border);background:var(--bg-subtle);border-top:3px solid var(--category-ink)}
.home-page .home-category-heading{display:flex;align-items:center;gap:12px;min-width:0}
.home-page .home-category-icon{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:11px;background:var(--category-bg);color:var(--category-ink)}
.home-page .home-category-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.home-page .home-category-copy{min-width:0}
.home-page .home-category .section__title{font-size:17px;line-height:1.4;overflow-wrap:anywhere}
.home-page .home-category-caption{margin:3px 0 0;font-size:12px;line-height:1.5;color:var(--text-muted)}
.home-page .home-category .section__more{flex:none;white-space:nowrap;font-size:12px}
.home-page .home-category .postlist{padding:0 18px}
.home-page .home-category .postlist__item{margin:0;padding:14px 0 14px 13px;border-radius:0;border-bottom:1px solid var(--border)}
.home-page .home-category .postlist__item::before{content:"";position:absolute;top:22px;left:0;width:4px;height:4px;border-radius:50%;background:var(--category-ink);opacity:.7}
.home-page .home-category .postlist__item:last-child{border-bottom:0}
.home-page .home-category .postlist__title{font-size:15px;line-height:1.55;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.home-page .home-category .postlist__meta{margin-top:6px;gap:5px 10px;min-width:0}
.home-page .home-category .postlist__author{min-width:0;max-width:100%}
.home-page .home-category .postlist__author>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-page .home-category .postlist__avatar{flex-shrink:0}
@media(max-width:767px){.home-page .home-category>.section__head{padding:13px 12px;gap:8px}.home-page .home-category-heading{gap:9px}.home-page .home-category-icon{flex-basis:34px;width:34px;height:34px;border-radius:9px}.home-page .home-category .section__title{font-size:16px}.home-page .home-category-caption{font-size:11px}.home-page .home-category .postlist{padding:0 12px}.home-page .home-category .postlist__title{font-size:14px}.home-page .home-category .postlist__meta{font-size:11px}}
@media(max-width:374px){.home-page .home-category>.section__head{flex-wrap:wrap}.home-page .home-category .section__more{margin-left:auto}.home-page .home-category-heading{flex:1 1 190px}.home-page .home-category .postlist__stats{margin-left:0}}
