:root{--primary-color: #6366f1;--primary-color-hover: #4f46e5;--primary-color-light: #818cf8;--primary-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--accent-color: #f59e0b;--bg-primary: #f5f7fa;--bg-secondary: #ffffff;--bg-dark: #1e1e2e;--bg-card: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.mod-slider{position:relative;background:linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);overflow:hidden}.mod-slider .slider-wrapper{position:relative;height:480px;max-width:1400px;margin:0 auto}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-slider .slider-wrapper{height:380px}}@media screen and (max-width: 767px){.mod-slider .slider-wrapper{height:260px}}@media screen and (max-width: 359px){.mod-slider .slider-wrapper{height:200px}}.mod-slider .slider-list{position:relative;height:100%}.mod-slider .slider-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease}.mod-slider .slider-item.active{opacity:1;z-index:1}.mod-slider .slider-item .slide-bg{position:absolute;inset:0}.mod-slider .slider-item .slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(20px);transform:scale(1.1);opacity:.5}.mod-slider .slider-item .slide-content{position:relative;display:flex;align-items:center;height:100%;padding:40px;z-index:2}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-content{padding:20px}}.mod-slider .slider-item .slide-poster{flex-shrink:0;width:240px;height:340px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.4)}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-slider .slider-item .slide-poster{width:180px;height:255px}}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-poster{width:100px;height:140px;border-radius:var(--radius)}}.mod-slider .slider-item .slide-poster img{width:100%;height:100%;object-fit:cover;object-position:center}.mod-slider .slider-item .slide-info{flex:1;padding-left:40px;color:#fff}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-info{padding-left:15px}}.mod-slider .slider-item .slide-title{font-size:32px;font-weight:700;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-slider .slider-item .slide-title{font-size:26px}}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-title{font-size:16px;margin-bottom:8px;-webkit-line-clamp:1}}.mod-slider .slider-item .slide-meta{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px;font-size:14px;color:hsla(0,0%,100%,.8)}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-meta{gap:8px;font-size:12px;margin-bottom:8px}}.mod-slider .slider-item .slide-meta .meta-item{display:flex;align-items:center;gap:5px}.mod-slider .slider-item .slide-meta .meta-item svg{width:16px;height:16px}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-meta .meta-item svg{width:12px;height:12px}}.mod-slider .slider-item .slide-meta .meta-score{color:var(--accent-color);font-weight:600}.mod-slider .slider-item .slide-desc{font-size:14px;line-height:1.8;color:hsla(0,0%,100%,.7);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:25px}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-desc{display:none}}.mod-slider .slider-item .slide-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;font-size:15px;font-weight:500;color:#fff;background:var(--primary-gradient);border-radius:25px;transition:all .3s}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-btn{padding:8px 16px;font-size:12px;gap:5px}}.mod-slider .slider-item .slide-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(99,102,241,.3)}.mod-slider .slider-item .slide-btn svg{width:18px;height:18px}@media screen and (max-width: 767px){.mod-slider .slider-item .slide-btn svg{width:14px;height:14px}}.mod-slider .slider-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}@media screen and (max-width: 767px){.mod-slider .slider-dots{bottom:15px;gap:8px}}.mod-slider .slider-dots .dot{width:10px;height:10px;background:hsla(0,0%,100%,.4);border-radius:50%;cursor:pointer;transition:all .3s}@media screen and (max-width: 767px){.mod-slider .slider-dots .dot{width:8px;height:8px}}.mod-slider .slider-dots .dot:hover{background:hsla(0,0%,100%,.6)}.mod-slider .slider-dots .dot.active{width:30px;border-radius:5px;background:var(--primary-color)}@media screen and (max-width: 767px){.mod-slider .slider-dots .dot.active{width:24px}}.mod-slider .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:50%;color:#fff;cursor:pointer;transition:all .3s;z-index:10}@media screen and (max-width: 767px){.mod-slider .slider-arrow{display:none}}.mod-slider .slider-arrow:hover{background:hsla(0,0%,100%,.2)}.mod-slider .slider-arrow svg{width:24px;height:24px}.mod-slider .slider-arrow.prev{left:20px}.mod-slider .slider-arrow.next{right:20px}.mod-category{background:#fff;padding:20px 0;border-bottom:1px solid var(--border-color)}@media screen and (max-width: 767px){.mod-category{padding:15px 0}}.mod-category .category-list{display:flex;gap:15px;overflow-x:auto;padding-bottom:5px;-webkit-overflow-scrolling:touch}.mod-category .category-list::-webkit-scrollbar{height:0}@media screen and (max-width: 767px){.mod-category .category-list{gap:10px}}.mod-category .category-item{flex-shrink:0;padding:8px 20px;font-size:14px;font-weight:500;color:var(--text-primary);background:var(--bg-primary);border-radius:20px;transition:all .2s;white-space:nowrap}@media screen and (max-width: 767px){.mod-category .category-item{padding:6px 15px;font-size:13px}}.mod-category .category-item:hover,.mod-category .category-item.active{color:#fff;background:var(--primary-gradient)}.mod-video-section{padding:30px 0}@media screen and (max-width: 767px){.mod-video-section{padding:20px 0}}.mod-video-section+.mod-video-section{padding-top:0}.mod-recommend .recommend-wrapper{display:flex;gap:30px}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-recommend .recommend-wrapper{gap:20px}}@media screen and (max-width: 767px){.mod-recommend .recommend-wrapper{flex-direction:column;gap:20px}}.mod-recommend .recommend-main{flex:1;min-width:0}.mod-recommend .recommend-aside{flex-shrink:0;width:320px}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-recommend .recommend-aside{width:260px}}@media screen and (max-width: 767px){.mod-recommend .recommend-aside{width:100%}}.mod-rank{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;padding:20px}@media screen and (max-width: 767px){.mod-rank{padding:15px}}.mod-rank .rank-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.mod-rank .rank-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text-primary)}.mod-rank .rank-title svg{width:20px;height:20px;color:var(--accent-color)}.mod-rank .rank-list{display:flex;flex-direction:column}.mod-rank .rank-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px dashed var(--border-color);transition:all .2s}.mod-rank .rank-item:last-child{border-bottom:none}.mod-rank .rank-item:hover .rank-name{color:var(--primary-color)}.mod-rank .rank-num{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-muted);background:var(--bg-primary);border-radius:4px}.mod-rank .rank-num.top-1{color:#fff;background:linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%)}.mod-rank .rank-num.top-2{color:#fff;background:linear-gradient(135deg, #94a3b8 0%, #64748b 100%)}.mod-rank .rank-num.top-3{color:#fff;background:linear-gradient(135deg, #fb923c 0%, #ea580c 100%)}.mod-rank .rank-cover{flex-shrink:0;width:45px;height:60px;border-radius:var(--radius-sm);overflow:hidden}.mod-rank .rank-cover img{width:100%;height:100%;object-fit:cover;object-position:center}.mod-rank .rank-info{flex:1;min-width:0}.mod-rank .rank-name{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.mod-rank .rank-meta{font-size:12px;color:var(--text-muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mod-rank .rank-score{flex-shrink:0;font-size:14px;font-weight:600;color:var(--accent-color)}.mod-type-section .type-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}@media screen and (max-width: 767px){.mod-type-section .type-header{gap:10px;margin-bottom:15px}}.mod-type-section .type-title{font-size:20px;font-weight:600;color:var(--text-primary)}@media screen and (max-width: 767px){.mod-type-section .type-title{font-size:18px}}.mod-type-section .type-title::before{content:"";display:inline-block;width:4px;height:18px;background:var(--primary-gradient);border-radius:2px;margin-right:10px;vertical-align:-2px}@media screen and (max-width: 767px){.mod-type-section .type-title::before{height:16px}}.mod-type-section .type-tabs{display:flex;gap:8px}.mod-type-section .type-tab{padding:4px 12px;font-size:13px;color:var(--text-secondary);border-radius:4px;transition:all .2s;cursor:pointer}.mod-type-section .type-tab:hover,.mod-type-section .type-tab.active{color:var(--primary-color);background:rgba(99,102,241,.1)}.mod-type-section .type-more{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-secondary);transition:color .2s}.mod-type-section .type-more:hover{color:var(--primary-color)}.mod-type-section .type-more svg{width:16px;height:16px}