.t16-home{background:#f6f7f9;color:#171717;min-height:100vh}.t16-home *{box-sizing:border-box}.t16-home-skeleton{max-width:1280px;margin:auto;padding:18px}.t16-sk{background:linear-gradient(90deg,#eee 25%,#f7f7f7 38%,#eee 63%);background-size:400% 100%;animation:t16pulse 1.25s infinite;border-radius:16px}.t16-sk-hero{height:360px}.t16-sk-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:20px}.t16-sk-card{height:280px}@keyframes t16pulse{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:768px){.t16-sk-hero{height:200px}.t16-sk-row{grid-template-columns:repeat(2,1fr)}.t16-sk-card{height:220px}}