/*浮动网格 - ID: 012026011702410258353612 */:root{--color-primary:#3498db;--color-primary-dark:#2980b9;--color-primary-light:#85c1e9;--color-accent:#1abc9c;--color-bg:#ffffff;--color-text:#333333;--color-surface:#f8f9fa;--color-border:#e0e0e0;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 8px rgba(0,0,0,.15);--shadow-lg:0 8px 16px rgba(0,0,0,.2);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--max-width:1200px;--header-height:70px;--nav-height:50px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;font-size:14px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:768px){body{-webkit-text-size-adjust:100%!important;font-size:16px}}.see-ai-kanshumi-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.see-ai-kanshumi-header{background:var(--color-primary);color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md);height:var(--header-height)}.see-ai-kanshumi-header .see-ai-kanshumi-container{display:flex;justify-content:space-between;align-items:center;height:100%}.see-ai-kanshumi-logo{display:flex;align-items:center;gap:15px}.see-ai-kanshumi-logo-icon{font-size:28px}.see-ai-kanshumi-logo h1{font-size:24px;margin-bottom:5px;font-weight:700}.see-ai-kanshumi-logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}.see-ai-kanshumi-site-desc{font-size:12px;opacity:.9;font-weight:300}.see-ai-kanshumi-search-box{flex:1;max-width:500px;margin:0 30px}.see-ai-kanshumi-search-box form{display:flex;height:40px}.see-ai-kanshumi-search-box input{flex:1;padding:0 15px;border:none;border-radius:var(--radius-md) 0 0 var(--radius-md);font-size:14px;outline:none;transition:all .3s}.see-ai-kanshumi-search-box input:focus{box-shadow:0 0 0 2px var(--color-primary-light)}.see-ai-kanshumi-search-box button{background:var(--color-accent);color:#fff;border:none;padding:0 25px;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer;font-weight:600;transition:background .3s}.see-ai-kanshumi-search-box button:hover{background:var(--color-primary-dark)}.see-ai-kanshumi-user-actions{display:flex;gap:10px}.see-ai-kanshumi-btn-login,.see-ai-kanshumi-btn-register{padding:8px 16px;border-radius:var(--radius-sm);text-decoration:none;font-size:13px;font-weight:500;transition:all .3s}.see-ai-kanshumi-btn-login{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}.see-ai-kanshumi-btn-register{background:#fff;color:var(--color-primary)}.see-ai-kanshumi-btn-login:hover,.see-ai-kanshumi-btn-register:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.see-ai-kanshumi-header .see-ai-kanshumi-container{justify-content:space-between}.see-ai-kanshumi-logo{gap:8px}.see-ai-kanshumi-logo h1{font-size:18px;margin-bottom:2px}.see-ai-kanshumi-logo-icon{font-size:22px}.see-ai-kanshumi-site-desc{display:none}.see-ai-kanshumi-search-box{display:none}.see-ai-kanshumi-user-actions{display:none}}.see-ai-kanshumi-nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);height:var(--nav-height);position:sticky;top:var(--header-height);z-index:999;box-shadow:var(--shadow-sm)}.see-ai-kanshumi-nav .see-ai-kanshumi-container{height:100%;display:flex;align-items:center}.see-ai-kanshumi-nav-main{display:flex;align-items:center;justify-content:space-between;width:100%}.see-ai-kanshumi-nav-domain{color:var(--color-text);font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;display:flex;align-items:center}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-domain{margin-left:20px}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-domain{margin-left:30px;border-left:1px solid var(--color-border);padding-left:30px}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-container{justify-content:space-between}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-scroll{flex:1;overflow:hidden}.see-ai-kanshumi-nav-scroll{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 10px}.see-ai-kanshumi-nav-scroll::-webkit-scrollbar{display:none}.see-ai-kanshumi-nav-main ul{display:flex;list-style:none;height:100%;align-items:center;margin:0;padding:0}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-main ul{gap:0}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main ul{gap:30px}.see-ai-kanshumi-nav-main a{color:var(--color-text);text-decoration:none;padding:8px 16px;border-radius:var(--radius-sm);transition:all .3s;font-weight:500;position:relative;display:flex;align-items:center;gap:5px;white-space:nowrap}.see-ai-kanshumi-nav-main a:hover,.see-ai-kanshumi-nav-main .see-ai-kanshumi-active{background:var(--color-primary);color:#fff}.see-ai-kanshumi-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:10px;background:none;border:none;position:relative;z-index:1001}.see-ai-kanshumi-hamburger span{display:block;width:25px;height:3px;background:var(--color-text);border-radius:2px;transition:all .3s}.see-ai-kanshumi-hamburger.see-ai-kanshumi-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.see-ai-kanshumi-hamburger.see-ai-kanshumi-active span:nth-child(2){opacity:0}.see-ai-kanshumi-hamburger.see-ai-kanshumi-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-hamburger{display:flex}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-surface);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000;padding-top:0;opacity:0;visibility:hidden;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;padding:0}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main.see-ai-kanshumi-open{max-height:calc(100vh - var(--header-height));opacity:1;visibility:visible}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main ul{flex-direction:column;gap:0;padding:20px;height:auto;align-items:stretch}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main li{width:100%}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main a{display:block;padding:15px 20px;border-radius:var(--radius-md);margin-bottom:10px;font-size:16px;background:var(--color-bg);border:1px solid var(--color-border)}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-main a:hover,.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.see-ai-kanshumi-nav-hamburger .see-ai-kanshumi-nav-domain{padding:15px 20px;border-top:1px solid var(--color-border);margin:10px 20px 0 20px;justify-content:center}}@media (max-width:992px){.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-hamburger{display:none}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-scroll{padding:0 5px}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-main a{padding:8px 12px;font-size:13px}.see-ai-kanshumi-nav-horizontal .see-ai-kanshumi-nav-domain{display:none}}.see-ai-kanshumi-banner{padding:50px 0 30px 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;text-align:center;position:relative;z-index:10}.see-ai-kanshumi-banner-content{max-width:800px;margin:0 auto}.see-ai-kanshumi-banner h2{font-size:36px;margin-bottom:15px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.see-ai-kanshumi-banner p{font-size:18px;margin-bottom:30px;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.2)}.see-ai-kanshumi-feature-tags{padding:20px 0 0 0;background:transparent;margin-top:0;position:relative;z-index:20}.see-ai-kanshumi-feature-tags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.see-ai-kanshumi-feature-tag{display:flex;align-items:center;gap:12px;padding:14px 28px;background:rgba(255,255,255,.15);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;text-decoration:none;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.see-ai-kanshumi-feature-tag:hover{background:rgba(255,255,255,.3);transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2);border-color:rgba(255,255,255,.5)}.see-ai-kanshumi-feature-tag-icon{font-size:24px}.see-ai-kanshumi-feature-tag-text{font-size:16px;font-weight:600;white-space:nowrap}@media (max-width:768px){.see-ai-kanshumi-feature-tags-container{gap:10px}.see-ai-kanshumi-feature-tag{padding:12px 20px}.see-ai-kanshumi-feature-tag-icon{font-size:20px}.see-ai-kanshumi-feature-tag-text{font-size:14px}}@media (max-width:576px){.see-ai-kanshumi-banner h2{font-size:28px}.see-ai-kanshumi-banner p{font-size:16px;margin-bottom:25px}.see-ai-kanshumi-feature-tags-container{flex-direction:column;align-items:stretch;gap:12px}.see-ai-kanshumi-feature-tag{justify-content:center;padding:16px 20px}.see-ai-kanshumi-feature-tag-text{font-size:15px}}@media (max-width:480px){.see-ai-kanshumi-feature-tag{gap:8px;padding:14px 16px}.see-ai-kanshumi-feature-tag-icon{font-size:18px}.see-ai-kanshumi-feature-tag-text{font-size:13px}}.see-ai-kanshumi-main{flex:1;padding:30px 0}.see-ai-kanshumi-section{margin-bottom:50px}.see-ai-kanshumi-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;flex-wrap:wrap;gap:15px}.see-ai-kanshumi-section-title{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px}.see-ai-kanshumi-section-desc{color:var(--color-text);opacity:.7;font-size:14px;flex:1;margin:0 15px}.see-ai-kanshumi-section-more{padding:8px 20px;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-size:14px;transition:all .3s;white-space:nowrap}.see-ai-kanshumi-section-more:hover{background:var(--color-primary-dark);transform:translateX(5px)}@media (max-width:768px){.see-ai-kanshumi-section-header{flex-direction:column;align-items:stretch;gap:10px}.see-ai-kanshumi-section-title{font-size:20px}.see-ai-kanshumi-section-desc{margin:0 0 10px 0}.see-ai-kanshumi-section-more{align-self:flex-end}}.see-ai-kanshumi-movie-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:40px 0}.see-ai-kanshumi-movie-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .4s;position:relative;animation:see-ai-kanshumi-float 3s ease-in-out infinite;height:480px;display:flex;flex-direction:column;text-decoration:none;color:inherit}.see-ai-kanshumi-movie-card:nth-child(2){animation-delay:.5s}.see-ai-kanshumi-movie-card:nth-child(3){animation-delay:1s}.see-ai-kanshumi-movie-card:nth-child(4){animation-delay:1.5s}.see-ai-kanshumi-movie-card:hover{animation-play-state:paused;transform:translateY(-20px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.see-ai-kanshumi-movie-poster{height:280px;position:relative;overflow:hidden;flex-shrink:0}.see-ai-kanshumi-movie-card:hover .see-ai-kanshumi-poster-image{transform:scale(1.15)}.see-ai-kanshumi-poster-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s}.see-ai-kanshumi-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center;z-index:3}.see-ai-kanshumi-movie-card:hover .see-ai-kanshumi-play-overlay{opacity=1}.see-ai-kanshumi-play-button{width:70px;height:70px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;transform:scale(0.7);transition:all .4s;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.3)}.see-ai-kanshumi-movie-card:hover .see-ai-kanshumi-play-button{transform:scale(1)}.see-ai-kanshumi-movie-badge{position:absolute;top:12px;right:12px;background:var(--color-accent);color:#fff;padding:6px 14px;border-radius:var(--radius-md);font-size:12px;font-weight:700;z-index:2}.see-ai-kanshumi-movie-tag-top-left{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.9);color:#FFD700;padding:6px 14px;border-radius:var(--radius-md);font-weight:700;font-size:14px;z-index:2;display:flex;align-items:center;gap:4px}.see-ai-kanshumi-movie-tag-bottom-right{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.9);color:#fff;padding:4px 10px;border-radius:var(--radius-md);font-size:12px;font-weight:500;z-index:2;display:flex;align-items:center;gap:4px}.see-ai-kanshumi-movie-info{padding:15px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.see-ai-kanshumi-movie-title{font-size:17px;margin-bottom:3px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:48px}.see-ai-kanshumi-movie-description{font-size:12px;line-height:1.5;color:var(--color-text);opacity:.7;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:36px;flex-shrink:0}@keyframes see-ai-kanshumi-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.see-ai-kanshumi-movie-tags-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border)}.see-ai-kanshumi-tags-left{display:flex;gap:5px}.see-ai-kanshumi-tag-item{background:var(--color-primary);color:#fff;padding:3px 8px;border-radius:var(--radius-sm);font-size:11px}@media (max-width:1200px){.see-ai-kanshumi-movie-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.see-ai-kanshumi-movie-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.see-ai-kanshumi-tags-left .see-ai-kanshumi-tag-item:last-child{display:none}.see-ai-kanshumi-movie-tags-row{justify-content:flex-start;gap:5px}.see-ai-kanshumi-tags-left{display:inline-flex}}@media (max-width:576px){.see-ai-kanshumi-movie-grid{grid-template-columns:repeat(2,1fr)}.see-ai-kanshumi-movie-tags-row{justify-content:space-between}}.see-ai-kanshumi-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin:25px 0}.see-ai-kanshumi-category-item{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s;position:relative;text-decoration:none;color:var(--color-text)}.see-ai-kanshumi-category-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px)}.see-ai-kanshumi-category-icon{font-size:32px;margin-bottom:10px;text-align:center;padding-top:20px}.see-ai-kanshumi-category-name{display:block;font-size:16px;font-weight:600;margin-bottom:5px;text-align:center;padding:0 15px 20px 15px}.see-ai-kanshumi-category-count{display:block;font-size:13px;opacity:.7;text-align:center;padding-bottom:15px}.see-ai-kanshumi-tags-container{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.see-ai-kanshumi-tag-item{background:var(--color-surface);color:var(--color-text);text-decoration:none;padding:10px 20px;border-radius:var(--radius-lg);transition:all .3s;border:1px solid var(--color-border);display:flex;align-items:center;gap:8px}.see-ai-kanshumi-tag-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.see-ai-kanshumi-tag-name{font-size:14px;font-weight:500}.see-ai-kanshumi-tag-count{font-size:12px;opacity:.7}.see-ai-kanshumi-footer{background:var(--color-surface);color:var(--color-text);padding:40px 0;margin-top:auto;border-top:1px solid var(--color-border)}.see-ai-kanshumi-footer-content{display:block}@media (max-width:768px){.see-ai-kanshumi-footer-content{display:none}}.see-ai-kanshumi-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}@media (max-width:992px){.see-ai-kanshumi-footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.see-ai-kanshumi-footer-grid{display:none}}.see-ai-kanshumi-footer-section h3{font-size:16px;margin-bottom:20px;color:var(--color-text);font-weight:600;position:relative;padding-bottom:10px}.see-ai-kanshumi-footer-section h3::after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:var(--color-primary)}.see-ai-kanshumi-footer-section p{font-size:14px;line-height:1.6;margin-bottom:20px;opacity:.8}.see-ai-kanshumi-footer-section ul{list-style:none}.see-ai-kanshumi-footer-section ul li{margin-bottom:10px}.see-ai-kanshumi-footer-section ul li a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .3s;font-size:14px;display:flex;align-items:center;gap:8px}.see-ai-kanshumi-footer-section ul li a::before{content:"›";font-size:16px;color:var(--color-primary);transition:all .3s}.see-ai-kanshumi-footer-section ul li a:hover{opacity:1;color:var(--color-primary);transform:translateX(5px)}.see-ai-kanshumi-footer-section ul li a:hover::before{transform:translateX(3px)}.see-ai-kanshumi-footer-bottom{text-align:center;padding-top:30px;border-top:1px solid var(--color-border)}@media (min-width:769px){.see-ai-kanshumi-footer-bottom{padding-top:30px;border-top:1px solid var(--color-border)}}@media (max-width:768px){.see-ai-kanshumi-footer-bottom{padding-top:0;border-top:none}}.see-ai-kanshumi-copyright-text{font-size:13px;opacity:.7;margin-bottom:10px;line-height:1.8}.see-ai-kanshumi-footer-divider{margin:0 5px;opacity:.3}.see-ai-kanshumi-footer-bottom a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .3s;font-size:13px}.see-ai-kanshumi-footer-bottom a:hover{color:var(--color-primary);opacity:1}.see-ai-kanshumi-disclaimer{font-size:12px;opacity:.6;margin:10px 0;line-height:1.6}.see-ai-kanshumi-copyright-notice{font-size:11px;opacity:.5;margin-top:10px}@media (max-width:768px){.see-ai-kanshumi-footer{padding:20px 0}.see-ai-kanshumi-footer-bottom{text-align:center;margin-top:0}.see-ai-kanshumi-disclaimer,.see-ai-kanshumi-copyright-notice{display:none}.see-ai-kanshumi-copyright-text{font-size:12px;line-height:1.4}.see-ai-kanshumi-copyright-text a{font-size:12px}.see-ai-kanshumi-footer-divider{margin:0 3px}}.see-ai-kanshumi-register-container{max-width:500px;margin:50px auto;background:var(--color-surface);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.see-ai-kanshumi-register-title{font-size:28px;margin-bottom:20px;text-align:center;color:var(--color-primary)}.see-ai-kanshumi-register-message{background:var(--color-primary-light);color:var(--color-primary-dark);padding:20px;border-radius:var(--radius-md);text-align:center;margin-bottom:30px;border:1px solid var(--color-primary)}.see-ai-kanshumi-register-info{font-size:14px;color:var(--color-text);opacity:.8;text-align:center;margin-top:20px}.see-ai-kanshumi-back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transform:translateY(20px);transition:all .3s;z-index:1000}.see-ai-kanshumi-back-to-top.see-ai-kanshumi-visible{opacity:1;transform:translateY(0)}.see-ai-kanshumi-back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-5px)}.see-ai-kanshumi-pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.see-ai-kanshumi-page-item{padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);transition:all .3s}.see-ai-kanshumi-page-item:hover,.see-ai-kanshumi-page-item.see-ai-kanshumi-active{background:var(--color-primary);color:#fff}.see-ai-kanshumi-lazy{opacity:0;transition:opacity .3s}.see-ai-kanshumi-lazy.see-ai-kanshumi-loaded{opacity:1}.see-ai-kanshumi-breadcrumb{font-size:14px;color:var(--color-text);opacity:.7;margin-bottom:20px;display:flex;gap:5px;align-items:center}.see-ai-kanshumi-breadcrumb a{color:var(--color-primary);text-decoration:none}.see-ai-kanshumi-breadcrumb a:hover{text-decoration:underline}.see-ai-kanshumi-movie-header{margin-bottom:30px}.see-ai-kanshumi-movie-play-title{font-size:28px;margin-bottom:15px;font-weight:700}.see-ai-kanshumi-movie-meta-row{display:flex;gap:20px;flex-wrap:wrap}.see-ai-kanshumi-movie-meta-row .see-ai-kanshumi-meta-item{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--color-text);opacity:.8}.see-ai-kanshumi-player-section{margin-bottom:40px}.see-ai-kanshumi-player-container{background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:20px;position:relative;width:100%;aspect-ratio:16/9;background:#000}#see-ai-kanshumi-player{width:100%;height:100%}.plyr{width:100%;height:100%;border-radius:var(--radius-lg)}.plyr__controls{display:flex !important}.see-ai-kanshumi-player-controls{display:none}.see-ai-kanshumi-play-btn{display:none}.see-ai-kanshumi-btn-primary{background:var(--color-primary);color:#fff}.see-ai-kanshumi-player-sources{margin-top:20px;padding:15px;background:var(--color-surface);border-radius:var(--radius-md)}.see-ai-kanshumi-player-sources h3{font-size:16px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.see-ai-kanshumi-source-buttons{display:flex;gap:10px;flex-wrap:wrap}.see-ai-kanshumi-source-btn{padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;transition:all .3s}.see-ai-kanshumi-source-btn:hover,.see-ai-kanshumi-source-btn.see-ai-kanshumi-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.see-ai-kanshumi-movie-details{margin-bottom:50px}.see-ai-kanshumi-details-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}@media (max-width:992px){.see-ai-kanshumi-details-grid{grid-template-columns:1fr}}.see-ai-kanshumi-details-section{margin-bottom:30px}.see-ai-kanshumi-details-section h3{font-size:18px;margin-bottom:15px;display:flex;align-items:center;gap:10px}.see-ai-kanshumi-description-content{font-size:15px;line-height:1.7;color:var(--color-text);opacity:.9}.see-ai-kanshumi-description-content p{margin-bottom:15px}.see-ai-kanshumi-tags-row{display:flex;gap:10px;flex-wrap:wrap}.see-ai-kanshumi-info-list{list-style:none}.see-ai-kanshumi-info-list li{padding:8px 0;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between}.see-ai-kanshumi-info-list li strong{color:var(--color-primary)}.see-ai-kanshumi-share-buttons{display:flex;gap:10px;flex-wrap:wrap}.see-ai-kanshumi-share-btn{padding:8px 16px;border-radius:var(--radius-sm);border:none;cursor:pointer;font-size:14px;transition:all .3s}.see-ai-kanshumi-share-wechat{background:#07C160;color:#fff}.see-ai-kanshumi-share-qq{background:#12B7F5;color:#fff}.see-ai-kanshumi-share-weibo{background:#E6162D;color:#fff}.see-ai-kanshumi-share-link{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.see-ai-kanshumi-video-meta-info{margin-top:15px;padding:15px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.see-ai-kanshumi-video-meta-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.see-ai-kanshumi-video-meta-item{display:flex;align-items:center;gap:8px;color:var(--color-text);font-size:14px;font-weight:500}.see-ai-kanshumi-video-meta-icon{font-size:16px;opacity:.9}.see-ai-kanshumi-video-meta-text{color:var(--color-primary)}.see-ai-kanshumi-video-details{margin-top:20px;padding:20px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.see-ai-kanshumi-video-details-title{font-size:18px;font-weight:600;margin-bottom:15px;color:var(--color-text);line-height:1.4}.see-ai-kanshumi-video-stats{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:15px}.see-ai-kanshumi-video-stat-item{display:flex;align-items:center;gap:5px;color:var(--color-text);opacity:.8;font-size:13px}.see-ai-kanshumi-video-stat-icon{font-size:14px}.see-ai-kanshumi-video-stat-divider{color:var(--color-border);margin:0 5px}.see-ai-kanshumi-tags-actions-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.see-ai-kanshumi-video-details-tags{display:flex;align-items:center;gap:10px}.see-ai-kanshumi-video-tag-item{background:var(--color-primary-light);color:var(--color-primary-dark);padding:6px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.see-ai-kanshumi-video-tag-item::before{content:"#";font-size:12px;opacity:.7}.see-ai-kanshumi-video-actions{display:flex;gap:15px}.see-ai-kanshumi-video-action-btn{display:flex;align-items:center;gap=8px;padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;transition:all .3s ease;font-size:14px;white-space:nowrap}.see-ai-kanshumi-video-action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px)}.see-ai-kanshumi-video-action-icon{font-size:16px}.see-ai-kanshumi-video-description{margin-top:15px}.see-ai-kanshumi-video-description-title{font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-text)}.see-ai-kanshumi-video-description-text{font-size:13px;color:var(--color-text);opacity:.8;line-height:1.5}.see-ai-kanshumi-recommended-videos{margin-bottom:30px}.see-ai-kanshumi-recommended-title{font-size:16px;font-weight:600;margin-bottom:15px;color:var(--color-text);display:flex;align-items:center;gap:8px}.see-ai-kanshumi-recommended-icon{font-size:18px}.see-ai-kanshumi-recommended-list{display:flex;flex-direction:column;gap:12px}.see-ai-kanshumi-recommended-item{display:flex;gap:12px;text-decoration:none;color:var(--color-text);padding:10px;border-radius:var(--radius-md);transition:all .3s ease;background:var(--color-surface);border:1px solid var(--color-border)}.see-ai-kanshumi-recommended-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.see-ai-kanshumi-recommended-thumbnail{width:120px;height:68px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;position:relative}.see-ai-kanshumi-recommended-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.see-ai-kanshumi-recommended-item:hover .see-ai-kanshumi-recommended-thumbnail img{transform:scale(1.05)}.see-ai-kanshumi-recommended-info{flex:1;display:flex;flex-direction:column;justify-content:center}.see-ai-kanshumi-recommended-item-title{font-size:14px;font-weight:500;margin-bottom:5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.see-ai-kanshumi-recommended-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.see-ai-kanshumi-recommended-meta-item{display:flex;align-items:center;gap:3px;font-size:12px;opacity:.7}.see-ai-kanshumi-recommended-meta-icon{font-size:12px}.see-ai-kanshumi-recommended-meta-divider{margin:0 4px;opacity:.5}@media (max-width:768px){.see-ai-kanshumi-tags-actions-row{flex-direction:column;align-items:flex-start;gap:12px}.see-ai-kanshumi-video-actions{width:100%;justify-content:flex-start}.see-ai-kanshumi-video-stats{flex-direction:column;align-items:flex-start;gap:8px}.see-ai-kanshumi-video-stat-divider{display:none}.see-ai-kanshumi-recommended-item{flex-direction:column}.see-ai-kanshumi-recommended-thumbnail{width:100%;height:120px}}@media (max-width:576px){.see-ai-kanshumi-video-details-tags{flex-wrap:wrap}.see-ai-kanshumi-video-actions{flex-wrap:wrap}.see-ai-kanshumi-video-action-btn{padding:6px 12px;font-size:13px}}