:root{--primary-color: #f97316;--primary-color-hover: #ea580c;--primary-color-light: #fb923c;--primary-gradient: linear-gradient(135deg, #f97316 0%, #ef4444 100%);--bg-primary: #f8fafc;--bg-secondary: #fff;--bg-tertiary: #f1f5f9;--bg-dark: #1e293b;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--text-light: #cbd5e1;--border-color: #e2e8f0;--border-light: #f1f5f9;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.mod-slider{position:relative;background:var(--bg-dark);overflow:hidden}.mod-slider .slider-wrapper{position:relative;max-width:1400px;margin:0 auto}.mod-slider .slider-list{position:relative}.mod-slider .slider-item{display:none;position:relative;padding:50px 40px;cursor:pointer}@media screen and (max-width: 767px){.mod-slider .slider-item{padding:30px 15px}}.mod-slider .slider-item.active{display:flex;align-items:center;gap:40px;animation:fadeIn .5s ease}@media screen and (max-width: 767px){.mod-slider .slider-item.active{flex-direction:column;gap:20px}}.mod-slider .slide-bg{position:absolute;inset:0;z-index:0}.mod-slider .slide-bg img{width:100%;height:100%;object-fit:cover;filter:blur(20px);transform:scale(1.1);opacity:.5}.mod-slider .slide-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%)}.mod-slider .slide-poster{position:relative;z-index:1;flex-shrink:0;width:280px;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 .slide-poster{width:220px}}@media screen and (max-width: 767px){.mod-slider .slide-poster{width:180px}}.mod-slider .slide-poster img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover}.mod-slider .slide-info{position:relative;z-index:1;flex:1;color:#fff}@media screen and (max-width: 767px){.mod-slider .slide-info{text-align:center}}.mod-slider .slide-title{font-size:32px;font-weight:700;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-slider .slide-title{font-size:26px}}@media screen and (max-width: 767px){.mod-slider .slide-title{font-size:20px;margin-bottom:10px}}.mod-slider .slide-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}@media screen and (max-width: 767px){.mod-slider .slide-meta{justify-content:center;margin-bottom:15px}}.mod-slider .slide-meta .meta-item{padding:5px 12px;font-size:13px;color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.15);border-radius:var(--radius-sm)}.mod-slider .slide-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 35px;font-size:15px;font-weight:600;color:#fff;background:var(--primary-gradient);border-radius:25px;transition:all .3s}@media screen and (max-width: 767px){.mod-slider .slide-btn{padding:12px 28px;font-size:14px}}.mod-slider .slide-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(249,115,22,.4)}.mod-slider .slide-btn svg{width:20px;height:20px}.mod-slider .slider-dots{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:10px}@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}.mod-slider .slider-dots .dot:hover,.mod-slider .slider-dots .dot.active{background:var(--primary-color);transform:scale(1.2)}.mod-slider .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#fff;background:rgba(0,0,0,.3);border-radius:50%;transition:all .3s}@media screen and (max-width: 767px){.mod-slider .slider-arrow{width:36px;height:36px}}.mod-slider .slider-arrow:hover{background:var(--primary-color)}.mod-slider .slider-arrow.prev{left:20px}@media screen and (max-width: 767px){.mod-slider .slider-arrow.prev{left:10px}}.mod-slider .slider-arrow.next{right:20px}@media screen and (max-width: 767px){.mod-slider .slider-arrow.next{right:10px}}.mod-slider .slider-arrow svg{width:24px;height:24px}@media screen and (max-width: 767px){.mod-slider .slider-arrow svg{width:20px;height:20px}}.mod-category{background:var(--bg-secondary);padding:15px 0;border-bottom:1px solid var(--border-color)}@media screen and (max-width: 767px){.mod-category{padding:12px 0}}.mod-category .category-list{display:flex;flex-wrap:wrap;gap:10px}@media screen and (max-width: 767px){.mod-category .category-list{gap:8px}}.mod-category .category-item{padding:8px 20px;font-size:14px;color:var(--text-secondary);background:var(--bg-primary);border-radius:20px;transition:all .2s}@media screen and (max-width: 767px){.mod-category .category-item{padding:6px 14px;font-size:13px}}.mod-category .category-item:hover{color:var(--primary-color);background:rgba(249,115,22,.1)}.mod-category .category-item.active{color:#fff;background:var(--primary-gradient)}.mod-video-section{padding:35px 0;border-bottom:1px solid var(--border-light)}@media screen and (max-width: 767px){.mod-video-section{padding:25px 0}}.mod-video-section:last-child{border-bottom:none}.mod-video-section .type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media screen and (max-width: 767px){.mod-video-section .type-header{margin-bottom:18px}}.mod-video-section .type-title{font-size:22px;font-weight:600;color:var(--text-primary)}@media screen and (max-width: 767px){.mod-video-section .type-title{font-size:18px}}.mod-video-section .type-title::before{content:"";display:inline-block;width:4px;height:22px;background:var(--primary-gradient);border-radius:2px;margin-right:12px;vertical-align:-4px}@media screen and (max-width: 767px){.mod-video-section .type-title::before{height:18px;margin-right:10px}}.mod-video-section .type-more{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-secondary);transition:color .2s}.mod-video-section .type-more:hover{color:var(--primary-color)}.mod-video-section .type-more svg{width:18px;height:18px}