/* cyxhome 创业论坛板块卡片风格 v1 */
.cyx-forum { max-width: 1120px; margin: 0 auto; padding: 8px 0 48px; }

/* 面包屑 */
.cyx-crumb { font-size: 13px; color: #98a2b3; margin: 4px 0 14px; }
.cyx-crumb a { color: #7a8499; text-decoration: none; }
.cyx-crumb a:hover { color: #2f7bff; }
.cyx-crumb em { margin: 0 8px; color: #c3cad6; font-style: normal; }

/* 统计条 */
.cyx-stats { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1px solid #e8ecf2; border-radius: 12px; padding: 12px 20px; font-size: 13px; color: #667085; margin-bottom: 16px; }
.cyx-stats b { color: #2f7bff; font-weight: 600; margin: 0 2px; }
.cyx-stats i { font-style: normal; color: #e4e9f0; margin: 0 12px; }
.cyx-stats-welcome em { font-style: normal; color: #f04438; }

/* 分类卡片 */
.cyx-cat { background: #fff; border: 1px solid #e8ecf2; border-radius: 12px; padding: 4px 20px 14px; margin-bottom: 16px; box-shadow: 0 1px 2px rgba(16,24,40,.04); }
.cyx-cat-hd { display: flex; align-items: center; padding: 16px 0 12px; border-bottom: 1px solid #f0f3f8; }
.cyx-cat-mark { flex: 0 0 auto; width: 5px; height: 18px; background: #2f7bff; border-radius: 3px; box-shadow: 9px 0 0 #2f7bff; margin-right: 20px; }
.cyx-cat-hd h2 { font-size: 18px; font-weight: 700; color: #1f2d3d; margin: 0; line-height: 18px; }
.cyx-cat-mods { font-size: 13px; color: #98a2b3; }
.cyx-cat-mods a { color: #98a2b3; }

/* 版块双栏网格 */
.cyx-forum-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; padding-top: 8px; }
.cyx-fcard { display: flex; gap: 14px; padding: 14px 12px; border-radius: 10px; text-decoration: none; transition: background .15s ease; cursor: pointer; overflow: hidden; }
.cyx-fcard:hover { background: #f6f8fc; }

/* 圆角大图标 */
.cyx-ficon { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cyx-ficon img { width: 34px; height: 34px; object-fit: contain; display: block; }
.cyx-fletter { font-size: 22px; font-weight: 700; color: #2f7bff; }

/* 卡片文字 */
.cyx-fbody { display: flex; flex-direction: column; min-width: 0; gap: 4px; }
.cyx-ftitle { font-size: 16px; font-weight: 600; color: #24292f; line-height: 22px; display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cyx-fcard:hover .cyx-ftitle { color: #2f7bff; }
.cyx-today { font-style: normal; flex: 0 0 auto; font-size: 12px; font-weight: 500; line-height: 18px; color: #f04438; background: #fef0ef; border-radius: 999px; padding: 0 8px; }
.cyx-fdesc { font-size: 13px; color: #8b95a7; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cyx-fmeta { font-size: 12px; color: #b3bcc9; }
.cyx-fmeta em { font-style: normal; margin: 0 6px; color: #dde2ea; }

@media (max-width: 768px) {
	.cyx-forum-grid { grid-template-columns: 1fr; }
	.cyx-stats { flex-direction: column; align-items: flex-start; gap: 4px; }
	.cyx-stats i { margin: 0 8px; }
}
