.news-page{min-height:100vh;position:relative;background-color:transparent;overflow-x:clip;padding-top:90px;padding-bottom:80px}@media (min-width:1024px){.news-page{background-color:#f3fdf9;overflow:hidden!important;flex:1;min-height:0;display:flex;flex-direction:column;height:100%;padding-top:0;padding-bottom:0}.news-page .gradient-bg-wrapper,.news-page .page-header{display:none}}.news-page .news-container{max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:1024px){.news-page .news-container{max-width:680px;padding:20px 0 0;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}}.news-page .category-tabs{position:sticky;top:100px;z-index:10;background-color:#fff;border-bottom:1px solid #f0f0f0;padding:12px 0;margin-bottom:20px}@media (min-width:1024px){.news-page .category-tabs{background-color:transparent;border-bottom:none;position:static;padding:0 0 16px}}.news-page .category-tabs-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.news-page .category-tabs-scroll::-webkit-scrollbar{display:none}.news-page .category-tab{flex-shrink:0;padding:6px 16px;border-radius:16px;border:1px solid #e0e0e0;background-color:#fff;color:#666;font-size:14px;cursor:pointer;transition:all .3s}.news-page .category-tab:hover{border-color:#00c896;color:#00c896}.news-page .category-tab.active{background-color:#00c896;color:#fff;border-color:#00c896}.news-page .news-list-wrapper{flex:1;overflow-y:auto;min-height:0;padding-bottom:8px}@media (min-width:1024px){.news-page .news-list-wrapper{flex:1;min-height:0;overflow-y:auto}}.news-page .news-list{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.news-page .news-list{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.news-page .news-list{grid-template-columns:repeat(3,1fr);gap:16px}}.news-page .news-card{display:block;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s;cursor:pointer;text-decoration:none;color:inherit}.news-page .news-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.news-page .news-card-cover{width:100%;aspect-ratio:3/4;overflow:hidden;background-color:#f5f5f5;position:relative}.news-page .news-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-page .news-card:hover .news-card-cover img{transform:scale(1.05)}.news-page .news-card-content{padding:10px}.news-page .news-card-title{font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-page .news-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.news-page .news-card-author{display:flex;align-items:center;gap:4px;flex-shrink:0}.news-page .news-card-author .author-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover}.news-page .news-card-author .author-name{font-size:11px;color:#999;font-weight:400}.news-page .news-card-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:#bbb;flex-shrink:1;min-width:0}.news-page .publish-time{font-size:11px;color:#bbb;white-space:nowrap}.news-page .meta-dot{font-size:11px;color:#bbb;flex-shrink:0}.news-page .view-count{font-size:11px;color:#bbb;white-space:nowrap}.news-page .empty-state{text-align:center;padding:60px 20px;color:#999}.news-page .empty-state p{font-size:14px;margin:0}.news-page .news-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;padding:28px 0 20px}.news-page .pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;border:1px solid #e0e0e0;background-color:#fff;color:#333;font-size:14px;text-decoration:none;cursor:pointer;transition:border-color .2s,color .2s,background-color .2s;user-select:none;line-height:1}.news-page .pagination-btn:hover{border-color:#00c896;color:#00c896}.news-page .pagination-btn--active{background-color:#00c896;border-color:#00c896;color:#fff;pointer-events:none}.news-page .pagination-btn--active:hover{color:#fff}.news-page .pagination-btn--disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.news-page .pagination-ellipsis{color:#bbb;font-size:14px;line-height:36px;padding:0 2px}.news-page .back-to-top{position:fixed;right:20px;bottom:80px;width:44px;height:44px;border-radius:50%;background-color:#00c896;color:#fff;border:none;box-shadow:0 2px 12px rgba(0,200,150,.3);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;z-index:100}.news-page .back-to-top:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,200,150,.4)}.news-page .back-to-top svg{width:24px;height:24px}@media (min-width:1024px){.news-page .back-to-top{right:40px;bottom:40px}}