:root{--anh-primary:#e63946;--anh-dark:#1d3557;--anh-light:#f8f9fa;--anh-text:#212529;--anh-border:#dee2e6;--anh-gap:12px;--anh-radius:4px;--anh-shadow:0 2px 8px rgba(0, 0, 0, 0.1)}.anh-finance-bar,.anh-ticker-wrap{background:#fff;border-radius:var(--anh-radius);display:flex;box-shadow:var(--anh-shadow)}body{background-color:#f4f6f8;margin:0;padding:0}.anh-container{max-width:1240px;margin:0 auto;padding:10px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.anh-finance-bar{overflow-x:auto;margin-bottom:15px;padding:10px;gap:10px;scrollbar-width:none}.anh-finance-bar::-webkit-scrollbar{display:none}.anh-finance-item{flex:1;min-width:120px;display:flex;flex-direction:column;align-items:center;border-right:1px solid #eee;padding:0 10px}.anh-finance-item:last-child{border-right:none}.anh-fin-label{font-size:.65rem;font-weight:800;color:#888}.anh-fin-val{font-size:.95rem;font-weight:700;color:var(--anh-text);margin:2px 0}.anh-fin-dir{font-size:.75rem;font-weight:700}.anh-fin-dir.up{color:#2ecc71}.anh-fin-dir.down{color:#e74c3c}.anh-fin-dir.up::before{content:'▲ '}.anh-fin-dir.down::before{content:'▼ '}.anh-ticker-wrap{margin-bottom:15px;overflow:hidden;height:36px;align-items:center}.anh-ticker-label{background:var(--anh-primary);color:#fff;padding:0 12px;height:100%;display:flex;align-items:center;font-weight:800;font-size:.75rem;white-space:nowrap}.anh-ticker{flex-grow:1;overflow:hidden}.anh-ticker-content{display:inline-block;animation:80s linear infinite ticker;padding-left:15px;white-space:nowrap}.anh-ticker-item{margin-right:30px;font-size:.85rem}.anh-ticker-item a{color:var(--anh-text);text-decoration:none;font-weight:600}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.anh-seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.anh-hero-wrapper{display:flex;flex-direction:column;background:#fff;border-radius:var(--anh-radius);overflow:hidden;box-shadow:var(--anh-shadow);margin-bottom:20px}.anh-hero-main{position:relative;height:250px;overflow:hidden}.anh-hero-img,.anh-hero-slide{position:absolute;top:0;left:0;width:100%}.anh-hero-slider{height:100%}.anh-hero-slide{height:100%;opacity:0;transition:opacity .4s;display:flex;align-items:flex-end}.anh-hero-slide.active{opacity:1;z-index:1}.anh-hero-img{height:100%;object-fit:cover;z-index:0}.anh-hero-content{background:linear-gradient(to top,rgba(0,0,0,.9) 0,transparent 100%);width:100%;padding:20px 15px;color:#fff;position:relative;z-index:2}.anh-cat-label{background:var(--anh-primary);padding:2px 8px;font-size:.65rem;font-weight:700;text-transform:uppercase;border-radius:2px;margin-bottom:8px;display:inline-block}.anh-bento-category,.anh-bento-main img,.anh-bento-more-btn,.anh-bottom-text,.anh-most-read-section{border-radius:var(--anh-radius)}.anh-hero-content h2{margin:0;font-size:1.1rem;line-height:1.3;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.anh-hero-content h2 a{color:#fff;text-decoration:none}.anh-hero-nav-list{background:#fff;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;border-top:1px solid #eee}.anh-hero-nav-list::-webkit-scrollbar{display:none}.anh-hero-nav-item{min-width:160px;padding:12px 15px;border-right:1px solid #eee;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s}.anh-hero-nav-item.active{background:#f8f9fa;border-bottom:3px solid var(--anh-primary)}.anh-nav-index{font-weight:800;color:#ddd;font-size:1rem}.anh-hero-nav-item.active .anh-nav-index,.anh-most-read-item:first-child .anh-most-read-number,.anh-most-read-link:hover{color:var(--anh-primary)}.anh-nav-title{font-size:.8rem;font-weight:600;line-height:1.2;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.anh-hero-nav-item.active .anh-nav-title{color:var(--anh-text)}.anh-most-read-section{background:#fff;padding:20px;box-shadow:var(--anh-shadow);margin-bottom:30px}.anh-most-read-list{display:grid;grid-template-columns:1fr;gap:15px}.anh-most-read-item{display:flex;align-items:center;gap:15px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.anh-card-small:last-child,.anh-most-read-item:last-child{border-bottom:none;padding-bottom:0}.anh-most-read-number{font-size:1.8rem;font-weight:900;color:#eee;min-width:35px;line-height:1}.anh-most-read-item:nth-child(2) .anh-most-read-number{color:#f39c12}.anh-most-read-item:nth-child(3) .anh-most-read-number{color:#3498db}.anh-most-read-link{font-size:1rem;font-weight:700;color:var(--anh-text);text-decoration:none;line-height:1.3;transition:color .2s}.anh-bento-category{margin-bottom:25px;background:#fff;padding:15px;box-shadow:var(--anh-shadow)}.anh-section-title{font-size:1.1rem;font-weight:800;margin-bottom:15px;color:var(--anh-dark);text-transform:uppercase;display:flex;align-items:center;gap:8px}.anh-section-title::before{content:'';width:3px;height:18px;background:var(--anh-primary)}.anh-bento-layout{display:flex;flex-direction:column;gap:15px}.anh-bento-main img{width:100%;height:200px;object-fit:cover}.anh-bento-main h4{font-size:1.2rem;margin:10px 0;font-weight:700;line-height:1.3}.anh-bento-main p{display:none}.anh-bento-side{display:flex;flex-direction:column;gap:12px}.anh-card-small{display:flex;gap:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.anh-card-small .anh-img-link{width:90px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden}.anh-card-small img{width:100%;height:100%;object-fit:cover}.anh-card-small h5{margin:0;font-size:.9rem;font-weight:600;line-height:1.3}.anh-card a{color:var(--anh-text);text-decoration:none}.anh-bottom-text{background:#fff;padding:15px;box-shadow:var(--anh-shadow);margin-bottom:20px;max-height:100px;overflow-y:auto;line-height:1.6;color:var(--anh-text);white-space:pre-wrap;word-wrap:break-word;font-size:.9rem;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.anh-bottom-text::-webkit-scrollbar{width:6px}.anh-bottom-text::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.anh-bottom-text::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.anh-bottom-text::-webkit-scrollbar-thumb:hover{background:#555}@media (min-width:768px){.anh-most-read-list{grid-template-columns:1fr 1fr;column-gap:40px}.anh-bottom-text{max-height:120px;padding:18px}}@media (min-width:1025px){.anh-container{padding:20px}.anh-ticker-wrap{height:45px}.anh-ticker-label{font-size:.9rem;padding:0 20px}.anh-hero-wrapper{flex-direction:row;height:500px}.anh-hero-main{flex:1;height:100%}.anh-hero-content{padding:40px 30px}.anh-hero-content h2{font-size:2.2rem}.anh-hero-nav-list{width:350px;flex-direction:column;overflow-y:auto;border-top:none;border-left:1px solid #eee}.anh-hero-nav-item{min-width:auto;border-right:none;border-bottom:1px solid #eee;flex-grow:1}.anh-hero-nav-item.active{border-bottom:none;border-left:4px solid var(--anh-primary)}.anh-nav-title{font-size:.9rem}.anh-bento-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.anh-bento-main img{height:350px}.anh-bento-main p{display:block;color:#666;font-size:.95rem}.anh-card-small .anh-img-link{width:120px;height:80px}.anh-card-small h5{font-size:1rem}.anh-bottom-text{max-height:150px;padding:20px;font-size:1rem}}.anh-bento-more-btn{display:block;width:100%;text-align:center;background-color:#f8f9fa;color:var(--anh-text);padding:12px;margin-top:20px;text-decoration:none;font-weight:700;font-size:.95rem;transition:.2s;border:1px solid var(--anh-border)}.anh-bento-more-btn:hover{background-color:var(--anh-primary);color:#fff;border-color:var(--anh-primary)}