: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)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}ol,ul{list-style:none}a{color:inherit;text-decoration:none;background-color:rgba(0,0,0,0)}img{border-style:none;vertical-align:middle;max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.5;margin:0;border:none;outline:none;background:rgba(0,0,0,0)}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner{border-style:none;padding:0}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}p{margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--primary-color);color:#fff}.wrapper{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media screen and (max-width: 767px){.container{padding:0 15px}}.main-content{flex:1;padding:0 0 30px}@media screen and (max-width: 767px){.main-content{padding:20px 0}}.grid-1{display:grid;grid-template-columns:repeat(1, 1fr)}.grid-2{display:grid;grid-template-columns:repeat(2, 1fr)}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr)}.grid-4{display:grid;grid-template-columns:repeat(4, 1fr)}.grid-5{display:grid;grid-template-columns:repeat(5, 1fr)}.grid-6{display:grid;grid-template-columns:repeat(6, 1fr)}.grid-7{display:grid;grid-template-columns:repeat(7, 1fr)}.grid-8{display:grid;grid-template-columns:repeat(8, 1fr)}.grid-9{display:grid;grid-template-columns:repeat(9, 1fr)}.grid-10{display:grid;grid-template-columns:repeat(10, 1fr)}.grid-11{display:grid;grid-template-columns:repeat(11, 1fr)}.grid-12{display:grid;grid-template-columns:repeat(12, 1fr)}.gap-0{gap:0px}.gap-1{gap:1px}.gap-2{gap:2px}.gap-3{gap:3px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-9{gap:9px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-13{gap:13px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-17{gap:17px}.gap-18{gap:18px}.gap-19{gap:19px}.gap-20{gap:20px}.gap-21{gap:21px}.gap-22{gap:22px}.gap-23{gap:23px}.gap-24{gap:24px}.gap-25{gap:25px}.gap-26{gap:26px}.gap-27{gap:27px}.gap-28{gap:28px}.gap-29{gap:29px}.gap-30{gap:30px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.video-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}@media screen and (min-width: 768px)and (max-width: 1023px){.video-grid{grid-template-columns:repeat(4, 1fr);gap:15px}}@media screen and (max-width: 767px){.video-grid{grid-template-columns:repeat(3, 1fr);gap:10px}}.video-card{display:block;border-radius:var(--radius);overflow:hidden;transition:transform .3s ease}.video-card:hover{transform:translateY(-5px)}.video-card:hover .card-cover img{transform:scale(1.05)}.video-card:hover .card-play{opacity:1;transform:translate(-50%, -50%) scale(1)}.video-card .card-cover{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--bg-tertiary);border-radius:var(--radius)}.video-card .card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.video-card .card-play{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);opacity:0;transform:translate(-50%, -50%) scale(0.8);transition:all .3s ease;position:absolute;top:50%;left:50%;width:50px;height:50px;border-radius:50%;background:var(--primary-gradient)}.video-card .card-play svg{width:24px;height:24px;color:#fff;margin-left:3px}.video-card .card-tag{position:absolute;top:8px;left:8px;padding:3px 8px;font-size:11px;color:#fff;background:var(--primary-gradient);border-radius:var(--radius-sm)}@media screen and (max-width: 767px){.video-card .card-tag{padding:2px 6px;font-size:10px}}.video-card .card-score{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:2px;padding:3px 8px;font-size:12px;font-weight:600;color:#fff;background:rgba(0,0,0,.6);border-radius:var(--radius-sm)}.video-card .card-score svg{width:12px;height:12px;color:#fbbf24}.video-card .card-info{padding:10px 0}@media screen and (max-width: 767px){.video-card .card-info{padding:8px 0}}.video-card .card-title{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.video-card .card-title{font-size:13px}}.video-card .card-remarks{font-size:12px;color:var(--text-muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.video-card .card-remarks{font-size:11px}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media screen and (max-width: 767px){.section-header{margin-bottom:15px}}.section-title{font-size:20px;font-weight:600;color:var(--text-primary)}@media screen and (max-width: 767px){.section-title{font-size:18px}}.section-title::before{content:"";display:inline-block;width:4px;height:20px;background:var(--primary-gradient);border-radius:2px;margin-right:10px;vertical-align:-3px}@media screen and (max-width: 767px){.section-title::before{height:18px}}.section-more{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-secondary);transition:color .2s}.section-more:hover{color:var(--primary-color)}.section-more svg{width:16px;height:16px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:30px 0;flex-wrap:wrap}@media screen and (max-width: 767px){.pagination{gap:6px;padding:20px 0}}.pagination .page-item{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;color:var(--text-primary);background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);transition:all .2s ease}@media screen and (max-width: 767px){.pagination .page-item{min-width:36px;height:36px;padding:0 10px;font-size:13px}}.pagination .page-item:hover:not(.active):not(.disabled){color:var(--primary-color);border-color:var(--primary-color)}.pagination .page-item.active{color:#fff;background:var(--primary-gradient);border-color:rgba(0,0,0,0)}.pagination .page-item.disabled{color:var(--text-muted);cursor:not-allowed;opacity:.6}.pagination .page-item.page-prev svg,.pagination .page-item.page-next svg,.pagination .page-item.page-first svg,.pagination .page-item.page-last svg{width:18px;height:18px}@media screen and (max-width: 767px){.pagination .page-item.page-first,.pagination .page-item.page-last{display:none}}.pagination .page-item.page-ellipsis{background:rgba(0,0,0,0);border:none;color:var(--text-muted);cursor:default}.pagination .page-info{margin-left:15px;font-size:14px;color:var(--text-secondary)}@media screen and (max-width: 767px){.pagination .page-info{width:100%;margin-left:0;margin-top:10px;text-align:center}}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:60px 20px;text-align:center}.empty-state svg{width:80px;height:80px;color:var(--text-muted);margin-bottom:20px}.empty-state .empty-title{font-size:18px;font-weight:500;color:var(--text-primary);margin-bottom:8px}.empty-state .empty-desc{font-size:14px;color:var(--text-secondary)}.mt-0{margin-top:0px}.mb-0{margin-bottom:0px}.ml-0{margin-left:0px}.mr-0{margin-right:0px}.pt-0{padding-top:0px}.pb-0{padding-bottom:0px}.pl-0{padding-left:0px}.pr-0{padding-right:0px}.mt-5{margin-top:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.mr-5{margin-right:5px}.pt-5{padding-top:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.pr-5{padding-right:5px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.pt-10{padding-top:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.mt-15{margin-top:15px}.mb-15{margin-bottom:15px}.ml-15{margin-left:15px}.mr-15{margin-right:15px}.pt-15{padding-top:15px}.pb-15{padding-bottom:15px}.pl-15{padding-left:15px}.pr-15{padding-right:15px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.pt-20{padding-top:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.pr-20{padding-right:20px}.mt-25{margin-top:25px}.mb-25{margin-bottom:25px}.ml-25{margin-left:25px}.mr-25{margin-right:25px}.pt-25{padding-top:25px}.pb-25{padding-bottom:25px}.pl-25{padding-left:25px}.pr-25{padding-right:25px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.pr-30{padding-right:30px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.mr-40{margin-right:40px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.pr-40{padding-right:40px}.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.ml-50{margin-left:50px}.mr-50{margin-right:50px}.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.pl-50{padding-left:50px}.pr-50{padding-right:50px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.hidden{display:none !important}.show-mobile{display:none !important}@media screen and (max-width: 767px){.show-mobile{display:block !important}}@media screen and (max-width: 767px){.hide-mobile{display:none !important}}.mod-header{position:sticky;top:0;z-index:1000;background:var(--bg-secondary);box-shadow:var(--shadow-sm)}.mod-header .header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;min-height:70px;padding-top:10px;padding-bottom:10px}@media screen and (max-width: 767px){.mod-header .header-inner{min-height:56px;flex-wrap:nowrap}}.mod-header .header-logo{display:flex;align-items:center;flex-shrink:0}@media screen and (max-width: 767px){.mod-header .header-logo img{height:32px}}.mod-header .header-logo .logo-text{font-size:22px;font-weight:700;color:var(--primary-color);margin-left:10px}@media screen and (max-width: 767px){.mod-header .header-logo .logo-text{font-size:18px}}.mod-header .header-nav{display:flex;align-items:center;flex-wrap:wrap;gap:4px}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-header .header-nav{display:none}}@media screen and (max-width: 767px){.mod-header .header-nav{display:none}}.mod-header .header-nav .nav-item{padding:6px 12px;font-size:14px;font-weight:500;color:var(--text-secondary);border-radius:var(--radius);transition:all .2s;white-space:nowrap;flex-shrink:0}.mod-header .header-nav .nav-item:hover{color:var(--primary-color);background:rgba(249,115,22,.1)}.mod-header .header-nav .nav-item.active{color:#fff;background:var(--primary-gradient)}.mod-header .header-actions{display:flex;align-items:center;gap:15px}@media screen and (max-width: 767px){.mod-header .header-actions{gap:10px}}.mod-header .header-search{position:relative}@media screen and (max-width: 767px){.mod-header .header-search{position:static}}.mod-header .header-search .search-input{width:240px;height:40px;padding:0 45px 0 15px;font-size:14px;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:20px;transition:all .2s}@media screen and (max-width: 767px){.mod-header .header-search .search-input{display:none}}.mod-header .header-search .search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(249,115,22,.1)}.mod-header .header-search .search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--text-muted);border-radius:50%;transition:all .2s}@media screen and (max-width: 767px){.mod-header .header-search .search-btn{position:static;transform:none;width:40px;height:40px;background:var(--bg-primary);border-radius:var(--radius)}}.mod-header .header-search .search-btn:hover{color:var(--primary-color);background:rgba(249,115,22,.1)}.mod-header .header-search .search-btn svg{width:20px;height:20px}.mod-header .menu-toggle{display:flex;align-items:center;justify-content:center;display:none;width:40px;height:40px;color:var(--text-primary);border-radius:var(--radius)}@media screen and (min-width: 768px)and (max-width: 1023px){.mod-header .menu-toggle{display:flex}}@media screen and (max-width: 767px){.mod-header .menu-toggle{display:flex}}.mod-header .menu-toggle svg{width:24px;height:24px}.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;z-index:999;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s}@media screen and (min-width: 768px)and (max-width: 1023px){.mobile-nav{display:block}}@media screen and (max-width: 767px){.mobile-nav{display:block;top:56px}}.mobile-nav.active{opacity:1;visibility:visible}.mobile-nav.active .mobile-nav-inner{transform:translateX(0)}.mobile-nav .mobile-nav-inner{position:absolute;top:0;right:0;width:280px;height:100%;background:var(--bg-secondary);transform:translateX(100%);transition:transform .3s;overflow-y:auto}.mobile-nav .mobile-search{padding:15px;border-bottom:1px solid var(--border-color)}.mobile-nav .mobile-search form{display:flex;gap:10px}.mobile-nav .mobile-search .search-input{flex:1;height:44px;padding:0 15px;font-size:14px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius)}.mobile-nav .mobile-search .search-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;background:var(--primary-gradient);border-radius:var(--radius)}.mobile-nav .mobile-search .search-btn svg{width:20px;height:20px}.mobile-nav .mobile-nav-list{padding:10px 0}.mobile-nav .mobile-nav-list .nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;font-size:15px;color:var(--text-primary);transition:all .2s}.mobile-nav .mobile-nav-list .nav-item:hover,.mobile-nav .mobile-nav-list .nav-item.active{color:var(--primary-color);background:rgba(249,115,22,.05)}.mobile-nav .mobile-nav-list .nav-item svg{width:20px;height:20px;color:var(--text-muted)}.mod-footer{background:var(--bg-dark);color:hsla(0,0%,100%,.8);padding:40px 0 30px}@media screen and (max-width: 767px){.mod-footer{padding:30px 0 20px}}.mod-footer .footer-inner{text-align:center}.mod-footer .footer-links{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media screen and (max-width: 767px){.mod-footer .footer-links{margin-bottom:20px;padding-bottom:20px}}.mod-footer .footer-links .links-title{font-size:14px;color:hsla(0,0%,100%,.5);margin-bottom:15px}.mod-footer .footer-links .links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px}@media screen and (max-width: 767px){.mod-footer .footer-links .links-list{gap:8px 15px}}.mod-footer .footer-links .links-list a{font-size:13px;color:hsla(0,0%,100%,.7);transition:color .2s}.mod-footer .footer-links .links-list a:hover{color:var(--primary-color-light)}.mod-footer .footer-nav{display:flex;justify-content:center;gap:20px;margin-bottom:20px}@media screen and (max-width: 767px){.mod-footer .footer-nav{gap:15px;flex-wrap:wrap}}.mod-footer .footer-nav a{font-size:13px;color:hsla(0,0%,100%,.6);transition:color .2s}.mod-footer .footer-nav a:hover{color:var(--primary-color-light)}.mod-footer .footer-nav span{color:hsla(0,0%,100%,.3)}.mod-footer .footer-copyright{font-size:13px;color:hsla(0,0%,100%,.5);line-height:1.8}@media screen and (max-width: 767px){.mod-footer .footer-copyright{font-size:12px}}.mod-footer .footer-copyright a{color:hsla(0,0%,100%,.6);transition:color .2s}.mod-footer .footer-copyright a:hover{color:var(--primary-color-light)}.back-to-top{position:fixed;right:20px;bottom:80px;z-index:100;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;background:var(--primary-gradient);border-radius:50%;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s;cursor:pointer}@media screen and (max-width: 767px){.back-to-top{right:15px;bottom:70px;width:40px;height:40px}}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(249,115,22,.4)}.back-to-top svg{width:22px;height:22px}
