.banner-skeleton{position:relative;width:100%;height:420px;border-radius:16px;overflow:hidden;background-color:#f0f0f0}.banner-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.8) 50%,transparent);transform:translateX(-100%);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.banner-bg{position:absolute;inset:0;background:linear-gradient(135deg,#f5f5f5,#e9e9e9)}.banner-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:32px 48px}.banner-left{flex:1 1}.banner-right{flex:1 1;display:flex;justify-content:flex-end}.bubble{height:24px;width:160px;border-radius:999px;background-color:#d9d9d9}.bubble.small{width:120px}.bubble-row{display:flex;gap:12px;margin-bottom:24px}.title-skeleton{height:40px;border-radius:8px;background-color:#d9d9d9;margin-bottom:12px}.title-skeleton.large{width:70%}.title-skeleton.medium{width:55%}.subtitle-skeleton{height:16px;width:60%;border-radius:6px;background-color:#d9d9d9;margin-top:16px}.illustration{width:220px;height:280px;border-radius:16px;background-color:#d9d9d9}@media(max-width:768px){.banner-content{padding:24px}.banner-right{display:none}.banner-skeleton{height:320px}}.news-section{padding:24px 0}.news-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}@media(max-width:1024px){.news-grid{grid-template-columns:1fr}}.news-card{display:flex;gap:16px}.news-image{border-radius:16px;object-fit:cover}.news-card-content{flex:1 1}.news-date{font-size:12px;color:#9ca3af}.news-title{font-size:18px;font-weight:600;margin:4px 0}.news-summary{font-size:14px;color:#4b5563}.news-list{display:flex;flex-direction:column;gap:16px;max-height:360px;overflow-y:auto}.news-list-item{padding-bottom:12px;border-bottom:1px solid #e5e7eb}.news-list-title{font-size:15px;font-weight:500}.skeleton{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-image{width:260px;height:180px;border-radius:16px;background:#e5e7eb}.skeleton-line{height:14px;background:#e5e7eb;border-radius:6px;margin-top:8px}.skeleton-line.short{width:80px}.skeleton-line.medium{width:70%}