.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-start{display:flex;align-items:center;justify-content:flex-start}.card-shadow{box-shadow:0 2px 8px rgba(0,0,0,.08)}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.12)}.breadcrumb{padding:15px 0;font-size:14px;color:#666}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#ff4f39}.breadcrumb span{margin:0 8px;color:#999}.breadcrumb-hero{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:24px;opacity:.9;position:relative;z-index:2}.breadcrumb-hero a{color:rgba(255,255,255,.8);text-decoration:none;transition:all .3s ease;padding:4px 8px;border-radius:4px;backdrop-filter:blur(10px);background:rgba(255,255,255,.1)}.breadcrumb-hero a:hover{color:#fff;background:rgba(255,255,255,.2);transform:translateY(-1px)}.breadcrumb-hero a:not(:last-child)::after{content:'›';margin:0 8px 0 12px;color:rgba(255,255,255,.6);font-weight:300}.breadcrumb-hero span{color:rgba(255,255,255,.9);font-weight:500;position:relative}.breadcrumb-hero span::before{content:'›';margin:0 4px;color:rgba(255,255,255,.6);font-weight:300}.collection-hero{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:40px 0;margin-bottom:40px;position:relative;overflow:hidden}.collection-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}.collection-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:60%;height:160%;background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 60%);border-radius:50%;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{display:flex;gap:30px;align-items:flex-start;color:#fff;position:relative;z-index:2}.hero-poster{position:relative;flex-shrink:0;width:300px;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.3)}.hero-poster img{width:100%;height:100%;object-fit:cover}.hero-info{flex:1;min-width:0}.collection-type{display:inline-block;background:rgba(255,255,255,.2);padding:4px 12px;border-radius:15px;font-size:12px;font-weight:500;margin-bottom:15px;backdrop-filter:blur(10px)}.collection-title{font-size:36px;margin:0 0 20px;font-weight:700;line-height:1.2}.collection-meta{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}.collection-meta .meta-item{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.9}.collection-meta .meta-item img{width:16px;height:16px;filter:brightness(0) invert(1)}.collection-stats{display:flex;gap:40px;margin-bottom:30px}.collection-stats .stat-group{text-align:center}.collection-stats .stat-group .stat-number{font-size:24px;font-weight:700;margin-bottom:5px}.collection-stats .stat-group .stat-label{font-size:12px;opacity:.8}.collection-description h3{font-size:18px;margin:0 0 15px;font-weight:600}.collection-description p{font-size:14px;line-height:1.6;opacity:.9;margin:0}.collection-actions{display:flex;gap:15px;margin-top:30px}.collection-actions .btn-primary,.collection-actions .btn-secondary{padding:12px 25px;border:none;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;text-decoration:none;font-size:14px}.collection-actions .btn-primary img,.collection-actions .btn-secondary img{width:16px;height:16px;filter:brightness(0) invert(1)}.collection-actions .btn-primary{background:#ff4f39;color:#fff}.collection-actions .btn-primary:hover{background:#e63930;transform:translateY(-2px)}.collection-actions .btn-secondary{background:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(10px)}.collection-actions .btn-secondary:hover{background:rgba(255,255,255,.3)}.collection-status{position:absolute;top:15px;right:15px;padding:6px 15px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;background:#ff4f39}.collection-rating{position:absolute;bottom:15px;left:15px;background:rgba(255,255,255,.95);color:#ff4f39;padding:8px 15px;border-radius:20px;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;gap:5px}.cast-section{margin-bottom:50px}.section-title{font-size:24px;color:#333;margin-bottom:25px;position:relative;padding-left:15px}.section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:#ff4f39;border-radius:2px}.cast-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px}.cast-item{text-align:center;cursor:pointer;transition:transform .3s}.cast-item:hover{transform:translateY(-5px)}.cast-item img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.cast-name{font-weight:600;color:#333;margin-bottom:3px;font-size:14px}.cast-role{color:#666;font-size:12px}.episodes-section{margin-bottom:50px}.episodes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}.episodes-controls{display:flex;align-items:center;gap:20px}.season-selector{position:relative}.season-selector .season-select{padding:8px 15px;border:2px solid #ff4f39;border-radius:8px;background:#fff;font-size:14px;cursor:pointer;outline:0;min-width:180px}.episodes-container{margin-bottom:30px}.episodes-list{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.episode-item{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s;cursor:pointer;border-left:4px solid transparent}.episode-item:hover{box-shadow:0 4px 15px rgba(0,0,0,.1);border-left-color:#ff4f39;transform:translateX(5px)}.episode-item.active{border-left-color:#ff4f39;box-shadow:0 0 0 2px rgba(255,79,57,.2)}.episode-item:not(:has(.episode-links)){padding-bottom:20px}.episode-item:not(:has(.episode-links)) .episode-content{gap:0}.episode-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:10px}.episode-title{font-size:18px;margin:0;color:#333;font-weight:600}.episode-content{display:flex;flex-direction:column}.episode-desc-wrapper{display:flex;align-items:flex-start;gap:12px;justify-content:space-between}.episode-desc{color:#666;font-size:14px;line-height:1.6;margin:0;flex:1;min-width:0}.episode-links{display:flex;gap:6px;align-items:center;flex-shrink:0;margin-top:0}.episode-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#999}.episode-meta .meta-date,.episode-meta .meta-duration,.episode-meta .meta-view-code,.episode-meta .meta-views{display:flex;align-items:center;gap:4px}.episode-meta .meta-view-code{margin-left:10px;border:1px solid green;padding:2px;border-radius:5px}.episode-meta .view-code{color:red}.link-item{display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:4px;border:1px solid #e9ecef;transition:all .3s;cursor:pointer;position:relative;width:28px;height:28px;flex-shrink:0}.link-item:hover{background:#e8f4f8;border-color:#ff4f39;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.1)}.link-item .link-icon{width:16px;height:16px;transition:all .3s}.link-item.copied{background:#e8f5e8;border-color:#28a745}.link-item.copied:hover{background:#d4edd4;border-color:#28a745}.link-password,.link-text{display:none}.copy-tooltip{position:fixed;background:rgba(0,0,0,.9);color:#fff;padding:8px 16px;border-radius:6px;font-size:12px;white-space:nowrap;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2);pointer-events:none}.copy-tooltip::before{content:'';position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.9)}.copy-tooltip.show{opacity:1;visibility:visible}.toast{position:fixed;top:60px;right:20px;background:#28a745;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:10px;z-index:99999;transform:translateX(400px);transition:transform .3s ease;max-width:350px}.toast.show{transform:translateX(0)}.toast .toast-icon{flex-shrink:0;width:20px;height:20px}.toast .toast-message{font-size:14px;line-height:1.4;font-weight:500}.episodes-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px}.episodes-pagination .page-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;color:#666;text-decoration:none;border-radius:6px;font-size:14px;transition:all .3s;cursor:pointer}.episodes-pagination .page-btn:hover:not(.disabled){border-color:#ff4f39;color:#ff4f39}.episodes-pagination .page-btn.disabled{opacity:.5;cursor:not-allowed}.episodes-pagination .page-numbers{display:flex;gap:5px}.episodes-pagination .page-number{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;color:#666;text-decoration:none;border-radius:6px;font-size:14px;transition:all .3s}.episodes-pagination .page-number:hover{border-color:#ff4f39;color:#ff4f39}.episodes-pagination .page-number.active{background:#ff4f39;border-color:#ff4f39;color:#fff}.episodes-pagination .page-ellipsis{padding:0 10px;color:#999;font-size:14px}.related-section{margin-bottom:50px}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.related-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;cursor:pointer}.related-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.12)}.related-card img{width:100%;height:120px;object-fit:cover}.related-info{padding:15px}.related-info h4{font-size:16px;margin:0 0 10px;color:#333;line-height:1.3}.related-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.related-meta .meta-tag{background:#f5f5f5;color:#666;padding:3px 8px;border-radius:12px;font-size:11px}.related-meta .rating{background:#ff4f39;color:#fff;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:700;margin-left:auto}@media screen and (max-width:1024px){.hero-content{flex-direction:column;align-items:center;text-align:center}.hero-poster{width:250px;height:350px}.collection-title{font-size:28px}.collection-stats{justify-content:center}.breadcrumb-hero{justify-content:center;margin-bottom:20px}}@media screen and (max-width:768px){.episodes-header{flex-direction:column;align-items:stretch}.episodes-controls{flex-direction:column;gap:15px}.season-select{width:100%}.episode-item{padding:16px}.episode-item .episode-header{flex-direction:column;align-items:flex-start;gap:8px}.episode-item .episode-title{font-size:16px}.episode-item .episode-meta{font-size:12px}.episode-item .episode-desc{font-size:13px}.cast-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:15px}.cast-grid .cast-item img{width:60px;height:60px}.related-grid{grid-template-columns:1fr}.collection-actions{flex-direction:column}.collection-actions .btn-primary,.collection-actions .btn-secondary{justify-content:center}.episodes-pagination{flex-wrap:wrap;gap:5px}}@media screen and (max-width:480px){.collection-hero{padding:30px 0}.hero-poster{width:200px;height:280px}.collection-title{font-size:24px}.collection-meta{justify-content:center}.collection-stats{gap:20px}.collection-stats .stat-number{font-size:20px}.breadcrumb-hero{font-size:13px;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.breadcrumb-hero a{padding:3px 6px;font-size:13px}.section-title{font-size:20px}.cast-grid{grid-template-columns:repeat(3,1fr)}.cast-name{font-size:12px}.cast-role{font-size:11px}.episode-desc-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.episode-links{margin-top:8px;justify-content:flex-start;align-self:flex-end}.link-item{width:32px;height:32px;padding:6px}.link-icon{width:18px;height:18px}.copy-tooltip{font-size:11px;padding:6px 12px}}