*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#111827}a{text-decoration:none;color:inherit}.wrap{width:min(1120px,92%);margin:auto}header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:5}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:800}.logo span{display:inline-grid;place-items:center;width:34px;height:34px;background:#111827;color:#fff;border-radius:10px;margin-right:8px}.logo b{color:#ef4444}nav{display:flex;gap:22px;font-size:14px;font-weight:700}nav a:hover,nav .active{color:#ef4444}.ticker{background:#111827;color:#fff;padding:11px 0;font-size:14px}.ticker strong{background:#ef4444;padding:5px 8px;border-radius:5px;margin-right:12px}.hero{margin:48px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.eyebrow{color:#ef4444;font-weight:800;letter-spacing:2px}.hero h1{font-size:64px;line-height:.98;margin:10px 0}.hero h1 span{color:#ef4444}.lead{font-size:18px;line-height:1.6;color:#6b7280;max-width:600px}.btn{display:inline-block;background:#ef4444;color:#fff;padding:14px 20px;border-radius:10px;font-weight:800;margin-top:12px}.hero-card{background:#111827;color:#fff;padding:38px;border-radius:22px;min-height:260px;box-shadow:0 15px 40px #0002}.badge{font-size:11px;background:#ef4444;padding:6px 9px;border-radius:6px;font-weight:800}.hero-card h2{font-size:30px}.hero-card p{color:#d1d5db;line-height:1.6}.section-title{display:flex;align-items:center;justify-content:space-between;margin:40px 0 18px}.section-title h2{margin:0;font-size:28px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:10px 17px;font-weight:700;cursor:pointer}.content-grid{display:grid;grid-template-columns:1fr 290px;gap:28px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.thumb{height:145px;background:linear-gradient(135deg,#111827,#374151);display:grid;place-items:center;font-size:52px}.pad{padding:18px}.pad span{font-size:11px;color:#ef4444;font-weight:800}.pad h3{font-size:19px;line-height:1.25}.pad p{color:#6b7280;line-height:1.45}.pad small{color:#9ca3af}.ad-box{height:250px;background:#e5e7eb;border:1px dashed #9ca3af;display:grid;place-items:center;text-align:center;color:#6b7280;font-size:12px}.side-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;margin-top:18px}.side-box li{padding:11px 0;border-bottom:1px solid #eee;font-size:14px}.latest-list{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.latest-list article{display:grid;grid-template-columns:45px 1fr 80px;gap:15px;align-items:center;padding:18px 22px;border-bottom:1px solid #eee}.latest-list article:last-child{border:0}.latest-list span{font-size:22px;font-weight:900;color:#d1d5db}.latest-list b{font-size:17px}.latest-list p{margin:6px 0 0;color:#6b7280}.latest-list time{font-size:12px;color:#9ca3af}footer{margin-top:60px;padding:30px 0;background:#111827;color:#9ca3af;text-align:center}@media(max-width:800px){nav{display:none}.hero{grid-template-columns:1fr}.hero h1{font-size:48px}.content-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.latest-list article{grid-template-columns:35px 1fr}.latest-list time{display:none}}