.trend-top{position:relative;background:linear-gradient(45deg,transparent,#a7eb88);aspect-ratio:2/1}.trend-top-content{width:100%;height:50%;padding:15px;box-sizing:border-box;position:absolute;bottom:0;color:var(--font-color);background:linear-gradient(0deg,var(--background-color),#00000000);display:flex;flex-direction:column;justify-content:flex-end}.trend-top-title{font-weight:700}.trend-list{padding:0 0 15px}.trend-item{padding:10px 15px;color:var(--font-color);text-decoration:none;display:flex;flex-direction:column}.trend-item:hover{background:var(--hover-color)}.trend-item-bottom,.trend-item-top{color:var(--inconspicuous-font-color);font-size:small}.trend-item-word{font-weight:700}.trend-bottom{padding:15px;color:var(--inconspicuous-font-color);font-size:small}.skeleton-last-updated{height:12px;width:150px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:15px}.skeleton-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eff3f4}.skeleton-word{height:16px;width:120px}.skeleton-count,.skeleton-word{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-count{height:14px;width:40px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}