.video-grid{display:grid;gap:24px;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1280px){.video-grid{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1024px){.video-grid{gap:16px;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.video-grid{gap:12px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:640px){.video-grid{gap:8px;grid-template-columns:repeat(2,1fr)}}.video-grid.grid-5{grid-template-columns:repeat(5,1fr)}@media screen and (max-width:1024px){.video-grid.grid-5{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.video-grid.grid-5{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:640px){.video-grid.grid-5{grid-template-columns:repeat(2,1fr)}}.video-grid.grid-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1024px){.video-grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.video-grid.grid-4{grid-template-columns:repeat(2,1fr)}}.video-card{background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.35),0 0 0 1px hsla(0,0%,100%,.05);cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.video-card:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08),transparent);content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:3}.video-card:hover{border-color:rgba(139,92,246,.2);box-shadow:0 8px 30px rgba(139,92,246,.25),0 4px 16px rgba(0,0,0,.4),0 0 0 1px rgba(139,92,246,.15);transform:translateY(-6px)}.video-card:hover .video-cover .cover-image{transform:scale(1.08)}.video-card:hover .video-cover .video-overlay{opacity:1}.video-card:hover .video-info .video-title{color:#8b5cf6}.video-card .video-cover{aspect-ratio:2/3;background:#334155;overflow:hidden;position:relative}.video-card .video-cover .cover-image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%}.video-card .video-cover .card-gradient{background:linear-gradient(0deg,rgba(15,23,42,.9) 0,rgba(15,23,42,.4) 50%,transparent);bottom:0;height:50%;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.video-card .video-cover .video-overlay{align-items:center;background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(6,182,212,.1));display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease-in-out;z-index:2}.video-card .video-cover .video-overlay .play-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:50%;box-shadow:0 0 20px rgba(139,92,246,.3),0 0 40px rgba(139,92,246,.1);color:#fff;display:flex;height:48px;justify-content:center;transition:transform .2s ease-in-out;width:48px}.video-card .video-cover .video-overlay .play-btn .play-icon{height:24px;margin-left:2px;width:24px}.video-card .video-cover .video-overlay .play-btn:hover{transform:scale(1.1)}.video-card .video-cover .video-type{align-items:center;background:rgba(6,182,212,.85);border-radius:9999px;display:inline-flex;left:8px;line-height:1.6;top:8px;white-space:nowrap}.video-card .video-cover .video-badge,.video-card .video-cover .video-type{backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:500;padding:2px 8px;position:absolute;z-index:3}.video-card .video-cover .video-badge{background:rgba(139,92,246,.85);border-radius:6px;bottom:8px;right:8px}.video-card .video-info{background:#1e293b;padding:12px}.video-card .video-info .video-title{color:#fff;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease-in-out;white-space:nowrap}.video-card .video-info .video-title .title-link{color:inherit;text-decoration:none}.video-card .video-info .video-meta{color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-card{background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.35),0 0 0 1px hsla(0,0%,100%,.05);display:block;overflow:hidden;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.rank-card:hover{border-color:rgba(139,92,246,.2);box-shadow:0 8px 30px rgba(139,92,246,.25),0 4px 16px rgba(0,0,0,.4),0 0 0 1px rgba(139,92,246,.15);transform:translateY(-6px)}.rank-card:hover .card-cover img{transform:scale(1.08)}.rank-card:hover .card-info .card-title{color:#8b5cf6}.rank-card .rank-badge{align-items:center;background:#334155;border-bottom-right-radius:10px;color:#fff;display:flex;font-size:13px;font-weight:700;height:30px;justify-content:center;left:0;position:absolute;top:0;width:30px;z-index:3}.rank-card .rank-badge.rank-1{background:linear-gradient(135deg,#8b5cf6,#06b6d4);box-shadow:0 2px 10px rgba(139,92,246,.5);color:#0f172a}.rank-card .rank-badge.rank-2{background:linear-gradient(135deg,silver,#a0a0a0);box-shadow:0 2px 10px hsla(0,0%,75%,.4);color:#0f172a}.rank-card .rank-badge.rank-3{background:linear-gradient(135deg,#cd7f32,sienna);box-shadow:0 2px 10px rgba(205,127,50,.4);color:#fff}.rank-card .card-cover{aspect-ratio:2/3;background:#334155;overflow:hidden;position:relative}.rank-card .card-cover img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;width:100%}.rank-card .card-cover:after{background:linear-gradient(0deg,rgba(15,23,42,.85),transparent);bottom:0;content:"";height:50%;left:0;pointer-events:none;position:absolute;right:0}.rank-card .card-cover .card-status{background:rgba(139,92,246,.85);border-radius:6px;bottom:8px;color:#fff;font-size:12px;padding:2px 8px;position:absolute;right:8px;z-index:2}.rank-card .card-info{padding:12px}.rank-card .card-info .card-title{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease-in-out;white-space:nowrap}.rank-card .card-info .card-meta{color:#64748b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-card{background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.08);display:block;grid-column:span 2;grid-row:span 2;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:768px){.featured-card{grid-column:span 1;grid-row:span 1}}.featured-card:hover{border-color:rgba(139,92,246,.4);box-shadow:0 16px 40px rgba(0,0,0,.6),0 0 30px rgba(139,92,246,.2),0 0 60px rgba(6,182,212,.1)}.featured-card:hover .card-cover img{transform:scale(1.05)}.featured-card:hover .play-btn{box-shadow:0 0 20px rgba(139,92,246,.3),0 0 40px rgba(139,92,246,.1);opacity:1}.featured-card:hover .card-title{color:#8b5cf6}.featured-card .card-cover{height:100%;min-height:320px;position:relative;width:100%}@media screen and (max-width:768px){.featured-card .card-cover{min-height:220px}}.featured-card .card-cover img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.featured-card .card-cover:after{background:linear-gradient(0deg,rgba(15,23,42,.95) 0,rgba(15,23,42,.5) 40%,transparent);content:"";inset:0;position:absolute}.featured-card .card-content{bottom:0;left:0;padding:32px;position:absolute;right:0;z-index:2}@media screen and (max-width:768px){.featured-card .card-content{padding:16px}}.featured-card .card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.featured-card .card-tags .tag{align-items:center;background:rgba(139,92,246,.2);border:1px solid rgba(139,92,246,.3);border-radius:9999px;color:#8b5cf6;display:inline-flex;font-size:12px;font-weight:500;line-height:1.6;padding:2px 8px;white-space:nowrap}.featured-card .card-title{color:#fff;display:-webkit-box;font-size:22px;font-weight:700;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease-in-out}@media screen and (max-width:768px){.featured-card .card-title{font-size:16px}}.featured-card .card-desc{color:#94a3b8;display:-webkit-box;font-size:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.featured-card .card-desc{display:none}}.featured-card .card-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:13px;gap:12px}.featured-card .card-meta .meta-item{align-items:center;display:flex;gap:4px}.featured-card .card-meta .meta-item .icon{height:14px;width:14px}.featured-card .play-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:50%;color:#0f172a;display:flex;height:64px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease-in-out;width:64px;z-index:2}@media screen and (max-width:768px){.featured-card .play-btn{height:48px;width:48px}}.featured-card .play-btn .icon{height:28px;margin-left:3px;width:28px}@media screen and (max-width:768px){.featured-card .play-btn .icon{height:22px;width:22px}}.new-page{padding:32px 0}.page-header{margin-bottom:48px;text-align:center}.page-header .page-title{align-items:center;color:#fff;display:flex;font-size:28px;font-weight:700;gap:12px;justify-content:center;margin-bottom:12px}.page-header .page-title svg{color:#22c55e;filter:drop-shadow(0 0 8px rgba(34,197,94,.5));height:28px;width:28px}.page-header .page-desc{color:#64748b;font-size:14px}.video-card .video-time{align-items:center;color:#64748b;display:flex;font-size:12px;gap:4px}.video-card .video-time svg{flex-shrink:0}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;text-align:center}.empty-state .empty-icon{color:#64748b;height:64px;margin-bottom:24px;opacity:.5;width:64px}.empty-state .empty-text{color:#64748b;font-size:16px}