.hotnews-page{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;padding:20px}.hotnews-page .hotnews-container{background:#00000080;border:1px solid #333;border-radius:10px;box-shadow:0 20px 40px #00000080;margin:0 auto;max-width:1400px;overflow:hidden}.hotnews-page .hotnews-header{background-attachment:fixed;background-image:url(/static/media/bgClient2.7cbcf88b689fd16ff9c4.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;padding:40px;text-align:center}.hotnews-page .hotnews-title h1{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px #0000004d}.hotnews-page .hotnews-title p{font-size:1.1rem;margin:0;opacity:.9}.hotnews-page .hotnews-search{align-items:center;background:#00000073;border:1px solid #444;border-radius:30px;display:flex;gap:10px;margin:22px auto 0;max-width:460px;padding:12px 18px;transition:border-color .3s ease,box-shadow .3s ease}.hotnews-page .hotnews-search:focus-within{border-color:#dc3545;box-shadow:0 0 0 3px #dc354540}.hotnews-page .hotnews-search i{color:#dc3545;font-size:1rem}.hotnews-page .hotnews-search input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none}.hotnews-page .hotnews-search input::placeholder{color:#999}.hotnews-page .search-clear{align-items:center;background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:24px;justify-content:center;line-height:1;transition:background .2s ease;width:24px}.hotnews-page .search-clear:hover{background:#dc3545}.hotnews-page .hotnews-content{padding:30px 40px}.hotnews-page .filter-summary{align-items:center;background:#2a2a2a;border:1px solid #333;border-radius:15px;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.hotnews-page .summary-text{color:#fff;font-size:1rem;font-weight:500}.hotnews-page .empty-state{color:#9aa0a6;padding:80px 20px;text-align:center}.hotnews-page .empty-state i{color:#445;font-size:4rem;margin-bottom:20px}.hotnews-page .empty-state h3{color:#fff;font-size:1.5rem;margin:0 0 10px}.hotnews-page .empty-state p{font-size:1.1rem;margin:0}.hotnews-page .blogs-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.hotnews-page .blog-card{background:#2a2a2a;border:1px solid #333;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.hotnews-page .blog-card:hover{border-color:#dc3545;box-shadow:0 20px 45px #0000008c;transform:translateY(-6px)}.hotnews-page .blog-card.featured{border:2px solid #dc3545;box-shadow:0 15px 35px #dc354533}.hotnews-page .blog-card.featured:hover{box-shadow:0 25px 45px #dc354559}.hotnews-page .hot-badge{align-items:center;animation:hotnews-pulse 2s infinite;background:linear-gradient(45deg,#ff6b6b,#ff8e53);border-radius:20px;color:#fff;display:flex;font-size:.8rem;font-weight:700;gap:5px;left:15px;letter-spacing:.5px;padding:8px 15px;position:absolute;text-transform:uppercase;top:15px;z-index:2}@keyframes hotnews-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hotnews-page .blog-image{flex-shrink:0;height:200px;overflow:hidden;position:relative}.hotnews-page .blog-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hotnews-page .blog-card:hover .blog-image img{transform:scale(1.05)}.hotnews-page .no-image{align-items:center;background:linear-gradient(135deg,#2c2c3a,#1a1a24);color:#556;display:flex;font-size:2.5rem;height:100%;justify-content:center;width:100%}.hotnews-page .blog-content{display:flex;flex:1 1;flex-direction:column;padding:25px}.hotnews-page .blog-title-link{display:block;text-decoration:none}.hotnews-page .blog-title{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;cursor:pointer;display:-webkit-box;font-size:1rem;font-weight:700;height:3em;line-height:1.5;margin:0 0 12px;max-height:3em;overflow:hidden;overflow-wrap:break-word;transition:color .25s ease}.hotnews-page .blog-title-link:hover .blog-title{color:#ff6b6b}.hotnews-page .blog-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#b8b8b8;display:-webkit-box;font-size:.92rem;line-height:1.6;margin-bottom:18px;overflow:hidden}.hotnews-page .blog-meta{align-items:center;border-top:1px solid #383838;display:flex;flex-wrap:wrap;font-size:.85rem;gap:10px 16px;justify-content:flex-start;margin-top:auto;padding-top:16px}.hotnews-page .blog-meta span{align-items:center;color:#fff;display:flex;gap:6px}.hotnews-page .blog-meta i{color:#dc3545;width:14px}.hotnews-page .blog-category{align-items:center;background:#dc3545;background:var(--category-color,#dc3545);border-radius:15px;color:#fff;display:flex;font-size:.8rem;font-weight:500;gap:6px;padding:4px 12px}.hotnews-page .blog-category i{color:#fff!important;width:auto!important}.hotnews-page .blog-actions{align-items:center;display:flex;gap:10px;padding:0 25px 25px}.hotnews-page .action-btn{align-items:center;background:#dc3545;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.92rem;font-weight:600;gap:8px;justify-content:center;letter-spacing:.5px;padding:12px 20px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.hotnews-page .action-btn:hover{color:#fff;transform:translateY(-2px)}.hotnews-page .read-btn{background:linear-gradient(135deg,#dc3545,#ff6b6b)}.hotnews-page .read-btn:hover{background:linear-gradient(135deg,#ff6b6b,#ff8e53);box-shadow:0 6px 18px #dc354566}.hotnews-page .pagination{flex-wrap:wrap;gap:8px;margin-top:40px}.hotnews-page .page-btn,.hotnews-page .pagination{align-items:center;display:flex;justify-content:center}.hotnews-page .page-btn{background:#2a2a2a;border:1px solid #444;border-radius:10px;color:#ccc;cursor:pointer;font-size:.95rem;font-weight:600;height:42px;min-width:42px;padding:0 12px;transition:all .25s ease}.hotnews-page .page-btn:hover:not(:disabled):not(.active){border-color:#dc3545;color:#dc3545;transform:translateY(-1px)}.hotnews-page .page-btn.active{background:#dc3545;border-color:#dc3545;box-shadow:0 4px 15px #dc354566;color:#fff}.hotnews-page .page-btn:disabled{cursor:not-allowed;opacity:.4}.hotnews-page .page-ellipsis{color:#888;font-weight:700;padding:0 4px}.hotnews-page .loading{align-items:center;color:#ccc;display:flex;flex-direction:column;justify-content:center;min-height:500px;padding:80px 20px}.hotnews-page .loading i{color:#dc3545;font-size:2rem;margin-bottom:15px}.hotnews-page .loading span{font-size:1.1rem;font-weight:500}@media (max-width:768px){.hotnews-page{padding:10px}.hotnews-page .hotnews-header{padding:30px 20px}.hotnews-page .hotnews-title h1{font-size:2rem}.hotnews-page .hotnews-content{padding:20px}.hotnews-page .blogs-grid{gap:20px;grid-template-columns:1fr}.hotnews-page .filter-summary{flex-direction:column;gap:15px;text-align:center}.hotnews-page .blog-actions{justify-content:center}.hotnews-page .hotnews-search{margin-top:18px}.hotnews-page .page-btn{font-size:.9rem;height:38px;min-width:38px}}@media (max-width:480px){.hotnews-page .hotnews-title h1{font-size:1.5rem}.hotnews-page .blog-content{padding:20px}.hotnews-page .blog-actions{padding:0 20px 20px}}
/*# sourceMappingURL=816.eb2d762b.chunk.css.map*/