@charset "UTF-8";@keyframes fadeUp-card{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer-card{0%{background-position:-800px 0}to{background-position:800px 0}}.screening-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}@media (max-width: 1024px){.screening-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.screening-grid{grid-template-columns:1fr}}.screening-card{position:relative;background:#ffffff0f;border:1px solid rgba(255,255,255,.13);border-radius:5px;overflow:hidden;opacity:0;animation:fadeUp-card .35s ease forwards;padding:17px;cursor:default;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff2e,inset 0 -1px #0003}.screening-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.03) 40%,transparent 60%);border-radius:inherit;pointer-events:none}.screening-card.card-funded{background:#b43cdc1f;border:1px solid rgba(245,85,224,.25);box-shadow:0 8px 32px #b41ec833,inset 0 1px #ffb4ff33,inset 0 -1px #0003}.screening-card.card-funded:before{background:linear-gradient(135deg,rgba(255,180,255,.12) 0%,rgba(200,80,255,.05) 40%,transparent 60%)}.screening-card .card-header{display:flex;align-items:stretch;justify-content:space-between;gap:8px;margin:-17px -17px 12px}.screening-card .card-label{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#ffffffb3;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:8px 0 8px 14px}.screening-card .card-label .ss-icon.card-badge{width:10px;height:10px;min-width:10px;flex:none;padding:0;border-radius:50%;display:inline-block;align-self:unset}.screening-card .stats{flex-shrink:0;display:flex;align-items:center;font-size:.62rem;font-weight:800;letter-spacing:.1em;padding:8px;border-radius:0 0 0 10px;color:#fff;white-space:nowrap}.screening-card .stats.badge-sale{background:#ad38c1d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.screening-card .stats.badge-ending{background:#ff4840d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.screening-card .stats.badge-ended{background:#555555d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.screening-card .card-inner{display:flex;align-items:stretch}.screening-card .card-poster{width:110px;min-height:155px;object-fit:cover;flex-shrink:0;cursor:pointer;border-radius:5px;box-shadow:0 4px 16px #0006}.screening-card .card-body{flex:1;padding:14px 14px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.screening-card .card-title{font-size:14px;font-weight:600;color:#fff;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:pointer;text-shadow:0 1px 4px rgba(0,0,0,.4)}.screening-card .card-date{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#ffffffd9;margin:0}.screening-card .card-date .date-revised{color:#ff4840}.screening-card .card-date .revised-icon{color:var(--primary);font-size:.75rem;cursor:help}.screening-card .ticket-pricing{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#ffffffe6}.screening-card .ticket-pricing i{color:#cb60e8;width:15px;flex-shrink:0}.screening-card .ticket-pricing span strong{font-weight:700}.screening-card .ticket-pricing__more{color:#ffffff73}.screening-card .progress-wrap{width:100%}.screening-card .progress-wrap .progress-bar{width:100%;height:7px;background:#ffffff14;border-radius:99px;overflow:hidden;margin-bottom:5px;box-shadow:inset 0 1px 3px #0000004d}.screening-card .progress-wrap .progress-fill{height:100%;background:linear-gradient(to right,#ff4840,#ff7070);border-radius:99px;transition:width .5s ease;box-shadow:0 0 8px #ff484080}.screening-card .progress-wrap .progress-fill.fill-funded{background:linear-gradient(to right,#ad38c1,#d060e0);box-shadow:0 0 8px #ad38c180}.screening-card .target-text{font-size:10px;font-weight:700;margin:0}.screening-card .target-text.text-funded{color:#cb60e8}.screening-card .target-text.text-unfunded{color:#ff6060}.screening-card .card-stats{display:flex;align-items:flex-start;gap:33px;width:100%;margin-bottom:8px}.screening-card .card-stats .stat{display:flex;flex-direction:column;gap:2px}.screening-card .card-stats .stat .val{font-size:.85rem;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.3)}.screening-card .card-stats .stat .lbl{font-size:.68rem;color:#fff9}.screening-card .card-stats .stat.days-soon .val,.screening-card .card-stats .stat.days-soon .lbl,.screening-card .card-stats .stat.days-expired .val,.screening-card .card-stats .stat.days-expired .lbl{color:#f88080;font-weight:700}.screening-card .card-ticket-actions{display:flex;flex-direction:column;gap:8px;width:100%}.screening-card .btn-ticket,.screening-card .btn-view-ticket{display:block;width:100%;padding:8px;border-radius:99px;color:#fff;font-size:.8rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.screening-card .btn-ticket{background:#ffffff14;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px #ffffff26}.screening-card .btn-ticket:hover{background:#b5195c99;border-color:#b5195ccc;box-shadow:0 4px 16px #b5195c4d,inset 0 1px #ffffff26}.screening-card .btn-view-ticket{background:linear-gradient(to bottom,#cb265b,#3c063b);border:1px solid rgba(203,38,91,.4);box-shadow:inset 0 1px #ffffff26}.screening-card .btn-view-ticket:hover{opacity:.85}.screening-card .card-footer{display:flex;align-items:center;gap:15px;width:100%;flex-wrap:wrap;margin-top:auto}.screening-card .card-footer .cinema-info,.screening-card .card-footer .creator-info{display:flex;align-items:center;gap:5px;font-size:.7rem;color:#ffffff80}.screening-card .card-footer .cinema-icon,.screening-card .card-footer .creator-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover;box-shadow:0 1px 4px #0000004d}.screening-card .card-footer strong{font-weight:600}.screening-card.skeleton-card{animation:none!important;opacity:1!important;pointer-events:none;min-height:155px}.screening-card.skeleton-card .card-inner{height:100%}.screening-card.skeleton-card .sk{border-radius:5px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17,#ffffff0a 75%);background-size:800px 100%;animation:shimmer-card 1.4s infinite linear}.screening-card.skeleton-card .sk-poster{width:110px;height:100%;border-radius:0}.screening-card.skeleton-card .card-body{gap:10px}.screening-card.skeleton-card .sk-title{width:65%;height:13px}.screening-card.skeleton-card .sk-sub{width:45%;height:10px}.screening-card.skeleton-card .sk-bar{width:100%;height:4px}.screening-card.skeleton-card .sk-meta{width:75%;height:10px}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal][data-reveal=left]{transform:translate(-40px)}[data-reveal][data-reveal=left].is-visible{transform:none}[data-reveal][data-reveal=right]{transform:translate(40px)}[data-reveal][data-reveal=right].is-visible{transform:none}[data-reveal][data-reveal=scale]{transform:scale(.95) translateY(16px)}[data-reveal][data-reveal=scale].is-visible{transform:none}@keyframes reveal-fade-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:none}}@keyframes reveal-fade-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes reveal-slide-right{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:none}}@keyframes reveal-slide-left{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cinema-film{background:#18181a;position:relative;width:100%}.cinema-film section.sec-1{position:absolute;top:0;left:0;width:100%;height:656px;z-index:-1;background-position:50% 20%;background-repeat:no-repeat;background-size:cover}.cinema-film section.sec-1 .overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#e4add100,#18181acb 40%,#18181a 60%)}.cinema-film section.sec-2{padding:50px 0 80px}@media (max-width: 860px){.cinema-film section.sec-2{padding:30px 0 60px}}@media (max-width: 860px){.cinema-film section.sec-2 .sw-wrapper{padding:0 20px}}.cinema-film section.sec-2 .sw-wrapper .breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:40px;font-size:13px}.cinema-film section.sec-2 .sw-wrapper .breadcrumbs a{color:#fff9;transition:color .2s ease}.cinema-film section.sec-2 .sw-wrapper .breadcrumbs a:hover{color:var(--white)}.cinema-film section.sec-2 .sw-wrapper .breadcrumbs .breadcrumb-sep{color:#ffffff4d;font-size:16px;line-height:1}.cinema-film section.sec-2 .sw-wrapper .film-layout{display:grid;grid-template-columns:349px 1fr;gap:50px;align-items:flex-start}@media (max-width: 860px){.cinema-film section.sec-2 .sw-wrapper .film-layout{grid-template-columns:1fr;gap:30px}}.cinema-film section.sec-2 .sw-wrapper .film-poster{border-radius:5px;overflow:hidden;box-shadow:0 20px 60px #000000b3;flex-shrink:0}.cinema-film section.sec-2 .sw-wrapper .film-poster img{width:100%;height:auto;display:block}@media (max-width: 860px){.cinema-film section.sec-2 .sw-wrapper .film-poster{max-width:220px;margin:0 auto}}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:24px}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .film-title{font-size:24px;font-weight:700;color:var(--white);line-height:1.3;flex:1}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .film-title em{font-style:normal}@media (max-width: 768px){.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .film-title{font-size:22px}}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .want-btn{background:transparent;box-shadow:none;outline:none;border:none;text-align:center;transition:background .2s ease;cursor:pointer;margin-top:-25px}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .want-btn .circle{display:flex;margin:0 auto 10px;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:60px;height:60px;transition:background .2s ease;flex-shrink:0}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .want-btn:hover .circle{background:#ffffff26;filter:brightness(0) saturate(100%) invert(23%) sepia(95%) saturate(1792%) hue-rotate(318deg) brightness(89%) contrast(97%)}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .want-btn:hover span{color:var(--primary)}.cinema-film section.sec-2 .sw-wrapper .film-details .film-header .want-btn span{font-size:14px;color:var(--white);font-weight:500;transition:.3s}.cinema-film section.sec-2 .sw-wrapper .film-details .film-overview{font-size:15px;line-height:1.7;color:#ffffffb2;margin-bottom:16px}.cinema-film section.sec-2 .sw-wrapper .film-details .film-intro{font-size:15px;line-height:1.7;color:#ffffffb2;margin-bottom:28px}.cinema-film section.sec-2 .sw-wrapper .film-details .btn-create{display:inline-block;background:transparent;color:var(--white);border:1px solid var(--white);font-size:15px;font-weight:700;padding:13px 30px;border-radius:10px;margin-bottom:36px;transition:background .2s ease}.cinema-film section.sec-2 .sw-wrapper .film-details .btn-create:hover{background:#636363}@media (max-width: 860px){.cinema-film section.sec-2 .sw-wrapper .film-details .btn-create{display:block;width:100%;text-align:center}}.cinema-film section.sec-2 .sw-wrapper .film-details .film-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 560px){.cinema-film section.sec-2 .sw-wrapper .film-details .film-meta-grid{grid-template-columns:repeat(2,1fr)}}.cinema-film section.sec-2 .sw-wrapper .film-details .meta-tile{background:#2e2f34;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.cinema-film section.sec-2 .sw-wrapper .film-details .meta-tile .meta-value{font-size:15px;font-weight:700;color:var(--white);line-height:1.3}.cinema-film section.sec-2 .sw-wrapper .film-details .meta-tile .meta-label{font-size:12px;color:#888;letter-spacing:.05em}.cinema-film section.sec-3{padding:0 20px}.cinema-film section.sec-3 .sw-wrapper .section-title{font-size:24px;font-weight:700;color:var(--white);margin-bottom:28px}.cinema-film section.sec-3 .sw-wrapper .screening-card.card-funded{background:linear-gradient(to right,#e15afc3f,#9c9c9c00);border:1px solid rgba(245,85,224,.3)}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-inner{display:flex;align-items:stretch}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-poster{width:110px;min-height:155px;object-fit:cover;flex-shrink:0}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-body{flex:1;padding:14px 14px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-title{font-size:14px;font-weight:600;color:var(--white);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-date{display:flex;align-items:center;gap:5px;font-size:.75rem;color:var(--white);margin:0}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-date .date-revised{color:#ff4840}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-date .revised-icon{color:var(--primary);font-size:.75rem;cursor:help}.cinema-film section.sec-3 .sw-wrapper .screening-card .ticket-pricing{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--white)}.cinema-film section.sec-3 .sw-wrapper .screening-card .ticket-pricing i{color:#ad38c1;width:15px;flex-shrink:0}.cinema-film section.sec-3 .sw-wrapper .screening-card .ticket-pricing span strong{font-weight:700}.cinema-film section.sec-3 .sw-wrapper .screening-card .progress-wrap{width:100%}.cinema-film section.sec-3 .sw-wrapper .screening-card .progress-wrap .progress-bar{width:100%;height:7px;background:#ffffff1a;border-radius:99px;overflow:hidden;margin-bottom:5px}.cinema-film section.sec-3 .sw-wrapper .screening-card .progress-wrap .progress-fill{height:100%;background:#ff4840;border-radius:99px;transition:width .5s ease}.cinema-film section.sec-3 .sw-wrapper .screening-card .progress-wrap .progress-fill.fill-funded{background:#ad38c1}.cinema-film section.sec-3 .sw-wrapper .screening-card .target-text{font-size:10px;font-weight:700;margin:0}.cinema-film section.sec-3 .sw-wrapper .screening-card .target-text.text-funded{color:#ad38c1}.cinema-film section.sec-3 .sw-wrapper .screening-card .target-text.text-unfunded{color:#ff4840}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats{display:flex;align-items:flex-start;gap:33px;width:100%;margin-bottom:8px}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat{display:flex;flex-direction:column;gap:2px}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat .val{font-size:.85rem;font-weight:700;color:var(--white)}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat .lbl{font-size:.68rem;color:var(--white)}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat.days-soon .val,.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat.days-soon .lbl{color:#f88080;font-weight:700}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat.days-expired .val,.cinema-film section.sec-3 .sw-wrapper .screening-card .card-stats .stat.days-expired .lbl{color:#f88080;font-weight:700}.cinema-film section.sec-3 .sw-wrapper .screening-card .btn-ticket{display:block;width:100%;padding:8px;background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:99px;color:var(--text-light);font-size:.8rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.cinema-film section.sec-3 .sw-wrapper .screening-card .btn-ticket:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer{display:flex;align-items:center;gap:15px;width:100%;flex-wrap:wrap;margin-top:auto}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer .cinema-info,.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer .creator-info{display:flex;align-items:center;gap:5px;font-size:.7rem;color:#ffffff86}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer .cinema-icon,.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer .creator-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover}.cinema-film section.sec-3 .sw-wrapper .screening-card .card-footer strong{font-weight:600}.cinema-film section.sec-3 .sw-wrapper .skeleton-card{animation:none!important;opacity:1!important;pointer-events:none;min-height:155px}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .card-inner{height:100%}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk{border-radius:5px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17,#ffffff0a 75%);background-size:800px 100%;animation:shimmer 1.4s infinite linear}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk-poster{width:110px;height:100%;border-radius:0}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .card-body{gap:10px}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk-title{width:65%;height:13px}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk-sub{width:45%;height:10px}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk-bar{width:100%;height:4px}.cinema-film section.sec-3 .sw-wrapper .skeleton-card .sk-meta{width:75%;height:10px}.cinema-film section.sec-3 .sw-wrapper .no-screenings{background:#2e2f34;border-radius:8px;padding:50px 20px;text-align:center}.cinema-film section.sec-3 .sw-wrapper .no-screenings p{font-size:18px;font-weight:600;color:var(--white);margin-bottom:20px}.cinema-film section.sec-3 .sw-wrapper .no-screenings .btn-create-screening{display:inline-block;background:var(--white);color:#18181a;font-size:15px;font-weight:700;padding:12px 28px;border-radius:10px;transition:background .2s ease}.cinema-film section.sec-3 .sw-wrapper .no-screenings .btn-create-screening:hover{background:#e0e0e0}.cinema-film section.sec-3 .sw-wrapper .screening-actions{display:flex;align-items:center;justify-content:center;margin-top:8px}.cinema-film section.sec-3 .sw-wrapper .btn-load-more{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 34px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;background:transparent;border:1.5px solid rgba(255,255,255,.2);color:var(--text-light);transition:background .2s ease,border-color .2s ease}.cinema-film section.sec-3 .sw-wrapper .btn-load-more:hover:not(:disabled){border-color:#ffffff80;background:#ffffff0a}.cinema-film section.sec-3 .sw-wrapper .btn-load-more:disabled{opacity:.45;cursor:not-allowed}.cinema-film section.sec-3 .sw-wrapper .btn-load-more .btn-spinner{width:13px;height:13px;border:2px solid rgba(255,255,255,.2);border-top-color:var(--white);border-radius:50%;animation:spin .65s linear infinite}.cinema-film section.sec-3 .sw-wrapper .hidden{display:none!important}.cinema-film section.sec-4{padding:60px 0 80px}@media (max-width: 860px){.cinema-film section.sec-4 .sw-wrapper{padding:0 20px}}.cinema-film section.sec-4 .s4-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.cinema-film section.sec-4 .s4-row:last-child{margin-bottom:0}.cinema-film section.sec-4 .s4-row.s4-row-reverse .s4-image{order:2}.cinema-film section.sec-4 .s4-row.s4-row-reverse .s4-text{order:1}@media (max-width: 860px){.cinema-film section.sec-4 .s4-row{grid-template-columns:1fr;gap:30px;margin-bottom:60px}.cinema-film section.sec-4 .s4-row.s4-row-reverse .s4-image{order:1}.cinema-film section.sec-4 .s4-row.s4-row-reverse .s4-text{order:2}}.cinema-film section.sec-4 .s4-image{border-radius:12px;overflow:hidden}.cinema-film section.sec-4 .s4-image img{width:100%;height:100%;object-fit:cover;display:block;max-height:420px}.cinema-film section.sec-4 .s4-text h2{font-size:26px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:20px}.cinema-film section.sec-4 .s4-text h2 em{font-style:normal}@media (max-width: 768px){.cinema-film section.sec-4 .s4-text h2{font-size:22px}}.cinema-film section.sec-4 .s4-text p{font-size:15px;line-height:1.75;color:#ffffffb2;margin-bottom:28px}.cinema-film section.sec-4 .s4-actions{display:flex;flex-wrap:wrap;gap:14px}@media (max-width: 560px){.cinema-film section.sec-4 .s4-actions{flex-direction:column}}.cinema-film section.sec-4 .btn-s4{display:inline-block;background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.6);font-size:14px;font-weight:600;padding:11px 24px;border-radius:10px;transition:background .2s ease,border-color .2s ease;text-decoration:none}.cinema-film section.sec-4 .btn-s4:first-child{background:var(--white);border-color:var(--white);color:var(--black)}.cinema-film section.sec-4 .btn-s4:hover{background:#ffffff14;border-color:var(--white)}@media (max-width: 560px){.cinema-film section.sec-4 .btn-s4{text-align:center}}.cinema-film section.sec-5{padding:0 0 80px}@media (max-width: 860px){.cinema-film section.sec-5 .sw-wrapper{padding:0 20px}}.cinema-film section.sec-5 .trailer-wrap{position:relative;border-radius:12px;overflow:hidden;background:#000}.cinema-film section.sec-5 .trailer-wrap .trailer-video{display:block;width:100%;max-height:480px;object-fit:cover;cursor:pointer}.cinema-film section.sec-5 .trailer-wrap .trailer-yt{position:relative;width:100%;padding-top:56.25%}.cinema-film section.sec-5 .trailer-wrap .trailer-yt iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.cinema-film section.sec-5 .trailer-wrap .trailer-yt-thumb{display:block;width:100%;height:480px;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;position:relative}.cinema-film section.sec-5 .trailer-wrap .trailer-yt-thumb .yt-inline-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;z-index:0;pointer-events:none}@media (max-width: 768px){.cinema-film section.sec-5 .trailer-wrap .trailer-yt-thumb{height:240px}}.cinema-film section.sec-5 .trailer-wrap .trailer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;transition:background .2s ease;cursor:pointer}.cinema-film section.sec-5 .trailer-wrap .trailer-overlay:hover{background:#00000059}.cinema-film section.sec-5 .trailer-wrap .play-btn{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:background .2s ease,transform .15s ease}.cinema-film section.sec-5 .trailer-wrap .play-btn:hover{background:#ffffff59;transform:scale(1.08)}.cinema-film section.sec-5 .trailer-wrap .watch-full-trailer-btn{position:absolute;bottom:16px;right:16px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:50px;border:1.5px solid rgba(255,255,255,.7);background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease}.cinema-film section.sec-5 .trailer-wrap .watch-full-trailer-btn:hover{background:#fff3;transform:scale(1.04)}.cinema-film section.sec-6{padding:60px 0}.cinema-film section.sec-6 h2{text-align:center;font-size:32px;font-weight:700;color:#fff;margin-bottom:48px}.cinema-film section.sec-6 .screening-work{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:48px}.cinema-film section.sec-6 .screening-work .item:not(:last-child):after{content:"›";position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:53px;height:53px;background:#18181a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;color:var(--primary);z-index:2;line-height:53px;text-align:center}.cinema-film section.sec-6 .screening-work .item{position:relative;background:#9c9c9c1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;border:1px solid rgba(189,189,189,.3);margin:0 12px;padding:40px 24px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}.cinema-film section.sec-6 .screening-work .item:first-child{margin-left:0}.cinema-film section.sec-6 .screening-work .item:last-child{margin-right:0}.cinema-film section.sec-6 .screening-work .item img{width:80px;height:80px;object-fit:contain}.cinema-film section.sec-6 .screening-work .item h3{font-size:14px;font-weight:400;color:#fff;line-height:1.5;margin:0}.cinema-film section.sec-6 .btns{display:flex;justify-content:center;gap:16px}.cinema-film section.sec-6 .btns a{display:inline-block;padding:16px 36px;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.cinema-film section.sec-6 .btns a:hover{opacity:.85}.cinema-film section.sec-6 .btns a:first-child{background:transparent;border:2px solid #fff;color:#fff}.cinema-film section.sec-6 .btns a:last-child{background:#fff;border:2px solid #fff;color:#111}@media (max-width: 900px){.cinema-film section.sec-6{padding:20px}.cinema-film section.sec-6 .screening-work{grid-template-columns:repeat(2,1fr);gap:16px}.cinema-film section.sec-6 .screening-work .item{margin:0}.cinema-film section.sec-6 .screening-work .item:not(:last-child):after{display:none}}@media (max-width: 540px){.cinema-film section.sec-6 .screening-work{grid-template-columns:1fr}.cinema-film section.sec-6 .btns{flex-direction:column;align-items:center}.cinema-film section.sec-6 .btns a{width:100%;text-align:center}}.cinema-film section.sec-7{padding:60px 0;overflow:visible}.cinema-film section.sec-7 .sw-wrapper{display:flex;align-items:center;gap:70px}.cinema-film section.sec-7 .left{flex:0 0 500px;max-width:500px}.cinema-film section.sec-7 .left__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:24px}.cinema-film section.sec-7 .left__body{font-size:.9rem;color:#ffffffb3;line-height:1.7;margin-bottom:36px}.cinema-film section.sec-7 .left .sec7-btn-group{display:flex;flex-wrap:wrap;align-items:center;gap:12px}@media (max-width: 560px){.cinema-film section.sec-7 .left .sec7-btn-group{flex-direction:column}.cinema-film section.sec-7 .left .sec7-btn-group .btn-create,.cinema-film section.sec-7 .left .sec7-btn-group .btn-discover{width:100%;text-align:center}}.cinema-film section.sec-7 .left .btn-create{flex-shrink:0;background:var(--white);color:var(--black);border:none;border-radius:8px;padding:11px 20px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .2s;display:inline-block}.cinema-film section.sec-7 .left .btn-discover{display:inline-block;background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.5);border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s ease,background .2s ease}.cinema-film section.sec-7 .left .btn-discover:hover{border-color:var(--white);background:#ffffff0f}.cinema-film section.sec-7 .right{flex:1;position:relative;display:flex;align-items:center}.cinema-film section.sec-7 .sec-7-swiper{width:100%;border-radius:10px;overflow:hidden}.cinema-film section.sec-7 .sec-7-swiper .swiper-slide{width:100%!important}.cinema-film section.sec-7 .sec-7-swiper .swiper-slide img{width:100%;height:471px;object-fit:cover;display:block}.cinema-film section.sec-7 .sec-7-pagination{display:flex;justify-content:center;gap:6px;position:absolute;bottom:-32px;left:0;right:0}.cinema-film section.sec-7 .sec-7-pagination .swiper-pagination-bullet{width:28px;height:2px;border-radius:2px;background:#ffffff3b;opacity:1;transition:background .3s}.cinema-film section.sec-7 .sec-7-pagination .swiper-pagination-bullet-active{background:var(--primary)}.cinema-film section.sec-7 .swiper-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#1e1e1ecc;color:#fff;font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.cinema-film section.sec-7 .swiper-nav-btn:hover{background:#3c3c3cf2}.cinema-film section.sec-7 .swiper-nav-btn.screenings-prev{left:-22px}.cinema-film section.sec-7 .swiper-nav-btn.screenings-next{right:-22px}@media (max-width: 900px){.cinema-film section.sec-7 .sw-wrapper{flex-direction:column-reverse;gap:40px;padding:40px}.cinema-film section.sec-7 .left{flex:unset;max-width:100%;text-align:center}.cinema-film section.sec-7 .right{width:100%;margin-bottom:20px}.cinema-film section.sec-7 .sec-7-swiper .swiper-slide img{height:320px}}.cinema-film section.sec-8{padding:60px 20px}.cinema-film section.sec-8 .sw-wrapper{display:flex;flex-direction:column;gap:48px}.cinema-film section.sec-8 .sw-wrapper .heading{max-width:800px;margin:0 auto;text-align:center}.cinema-film section.sec-8 .sw-wrapper .heading h2{font-size:32px;font-weight:700;color:var(--white);margin-bottom:16px}.cinema-film section.sec-8 .sw-wrapper .heading p{font-size:14px;color:var(--white);line-height:1.7}.cinema-film section.sec-8 .sw-wrapper .list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:30px}.cinema-film section.sec-8 .sw-wrapper .list .item{width:100%;max-width:23%;display:flex;align-items:center;gap:28px}.cinema-film section.sec-8 .sw-wrapper .list .item img{width:56px;height:56px;object-fit:contain;flex-shrink:0}.cinema-film section.sec-8 .sw-wrapper .list .item p{font-size:14px;font-weight:700;color:#fff;line-height:1.4;margin:0}.cinema-film section.sec-8 .sw-wrapper .other-info{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.cinema-film section.sec-8 .sw-wrapper .other-info .col{background:#9c9c9c1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;border:1px solid rgba(189,189,189,.3);padding:32px}.cinema-film section.sec-8 .sw-wrapper .other-info .col h2{font-size:18px;font-weight:600;color:var(--white);margin-bottom:12px}.cinema-film section.sec-8 .sw-wrapper .other-info .col p{font-size:14px;color:var(--white);line-height:1.7}@media screen and (max-width: 1024px){.cinema-film section.sec-8 .sw-wrapper{gap:36px}.cinema-film section.sec-8 .sw-wrapper .other-info{grid-template-columns:1fr}.cinema-film section.sec-8 .sw-wrapper .list{grid-template-columns:repeat(2,1fr)}.cinema-film section.sec-8 .sw-wrapper .list .item{flex-direction:column;text-align:center}}.cinema-film section.sec-9{margin-bottom:10px}@media (max-width: 768px){.cinema-film section.sec-9 .sw-wrapper{padding:0 20px}}.cinema-film section.sec-9 .faq-container{max-width:1004px;margin:0 auto}.cinema-film section.sec-9 .faq-title{font-size:32px;font-weight:600;color:#fff;text-align:center;margin-bottom:50px}@media (max-width: 768px){.cinema-film section.sec-9 .faq-title{font-size:1.75rem;margin-bottom:40px}}.cinema-film section.sec-9 .faq-list{display:flex;flex-direction:column;gap:16px}.cinema-film section.sec-9 .faq-item{background:#6868681f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(173,173,173,.219);overflow:hidden;transition:background-color .3s ease}.cinema-film section.sec-9 .faq-item.active{background-color:#2d2d2d}.cinema-film section.sec-9 .faq-item:hover{background-color:#333}.cinema-film section.sec-9 .faq-question{width:100%;display:flex;align-items:center;gap:12px;padding:20px 24px;background:none;border:none;color:#fff;font-size:18px;font-weight:700;text-align:left;cursor:pointer;transition:padding .3s ease}@media (max-width: 768px){.cinema-film section.sec-9 .faq-question{padding:18px 20px;font-size:.95rem}}.cinema-film section.sec-9 .faq-question:hover .faq-toggle{transform:scale(1.1)}.cinema-film section.sec-9 .faq-icon{font-size:1.25rem;flex-shrink:0}@media (max-width: 768px){.cinema-film section.sec-9 .faq-icon{font-size:1.1rem}}.cinema-film section.sec-9 .faq-text{flex:1}.cinema-film section.sec-9 .faq-toggle{font-size:1.5rem;font-weight:300;flex-shrink:0;transition:transform .3s ease}@media (max-width: 768px){.cinema-film section.sec-9 .faq-toggle{font-size:1.3rem}}.cinema-film section.sec-9 .faq-answer{max-height:0;overflow:hidden;padding:0 24px;color:#b0b0b0;font-size:18px;line-height:28px;opacity:0;transition:max-height .4s ease,opacity .3s ease,padding .4s ease}@media (max-width: 768px){.cinema-film section.sec-9 .faq-answer{padding:0 20px;font-size:.9rem}}.cinema-film section.sec-9 .faq-answer p{margin:0;padding-bottom:24px}@media (max-width: 768px){.cinema-film section.sec-9 .faq-answer p{padding-bottom:20px}}.cinema-film section.sec-9 .faq-answer p:last-child{padding-bottom:24px}@media (max-width: 768px){.cinema-film section.sec-9 .faq-answer p:last-child{padding-bottom:20px}}.cinema-film section.sec-9 .faq-answer ul{margin:0;padding:0 0 16px 20px;list-style-type:disc}.cinema-film section.sec-9 .faq-answer ul li{padding:4px 0;color:#b0b0b0}.cinema-film section.sec-9 .faq-answer a{color:#f35dda;font-weight:700}.cinema-film section.sec-9 .faq-item.active .faq-answer{max-height:800px;opacity:1;padding-top:0;padding-bottom:0}.cinema-film section.sec-10{background:linear-gradient(180deg,#18181a00,#18181a 40%);padding:100px 0}.cinema-film section.sec-10 .sw-wrapper{padding:0 20px}.cinema-film section.sec-10 .sw-wrapper h2{color:#fff;font-size:49px;font-weight:700;text-align:center;line-height:1.3;margin-bottom:80px;margin-left:auto;margin-right:auto}.cinema-film section.sec-10 .sw-wrapper h2 span{color:#e75480;font-weight:700}.cinema-film section.sec-10 .sw-wrapper .list{padding-top:30px;padding-bottom:69px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.cinema-film section.sec-10 .sw-wrapper .list .item{border-radius:20px;padding:40px 30px;text-align:center;position:relative}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(1){background:linear-gradient(180deg,#ff4840,#18181a)}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(2){background:linear-gradient(180deg,#ad38c1,#18181a)}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(3){background:linear-gradient(180deg,#cb265b,#18181a)}.cinema-film section.sec-10 .sw-wrapper .list .item img{width:100%;max-height:214px;object-fit:cover;margin-top:-120px;margin-bottom:30px;border-radius:8px}.cinema-film section.sec-10 .sw-wrapper .list .item h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:16px;line-height:1.2}.cinema-film section.sec-10 .sw-wrapper .list .item p{color:#ffffffd9;font-size:16px;line-height:1.6;font-weight:400}.cinema-film section.sec-10 .sw-wrapper .list .item p span{color:#fff;font-weight:700}.cinema-film section.sec-10 .sw-wrapper .sec10-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width: 560px){.cinema-film section.sec-10 .sw-wrapper .sec10-actions{flex-direction:column;align-items:stretch}}.cinema-film section.sec-10 .sw-wrapper .btn-s10{display:inline-block;background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.6);font-size:15px;font-weight:600;padding:13px 30px;border-radius:10px;transition:background .2s ease,border-color .2s ease;text-decoration:none;text-align:center}.cinema-film section.sec-10 .sw-wrapper .btn-s10:hover{background:#ffffff14;border-color:var(--white)}@media screen and (max-width: 768px){.cinema-film section.sec-10{background:linear-gradient(180deg,#18181a00,#18181a 70%);padding:0 20px}.cinema-film section.sec-10 .sw-wrapper{padding:0}.cinema-film section.sec-10 .sw-wrapper h2{font-size:36px}.cinema-film section.sec-10 .sw-wrapper .list{display:flex;flex-direction:column;row-gap:50px;padding-bottom:20px}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(1){background:linear-gradient(180deg,#ff4840,#18181a 90%)}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(2){background:linear-gradient(180deg,#ad38c1,#18181a 90%)}.cinema-film section.sec-10 .sw-wrapper .list .item:nth-child(3){background:linear-gradient(180deg,#cb265b,#18181a 90%)}}.yt-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.yt-popup-overlay.open{opacity:1}.yt-popup-overlay.open .yt-popup{transform:scale(1)}.yt-popup-overlay .yt-popup{position:relative;width:90%;max-width:960px;transform:scale(.94);transition:transform .3s ease;padding:0 20px 20px}.yt-popup-overlay .yt-popup .yt-popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:0 2px}.yt-popup-overlay .yt-popup .yt-popup-header .yt-popup-title{color:#ffffffbf;font-size:14px;font-weight:500;letter-spacing:.02em}.yt-popup-overlay .yt-popup .yt-popup-header .yt-popup-close{width:36px;height:36px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;flex-shrink:0}.yt-popup-overlay .yt-popup .yt-popup-header .yt-popup-close:hover{background:#ffffff2e;color:#fff}.yt-popup-overlay .yt-popup .yt-popup-frame{position:relative;padding-top:56.25%;border-radius:10px;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 32px 80px #000c}.yt-popup-overlay .yt-popup .yt-popup-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.yt-popup-overlay.hero-ready .film-poster{animation:reveal-slide-left .9s cubic-bezier(.16,1,.3,1) .1s both}.yt-popup-overlay.hero-ready .film-header{animation:reveal-fade-up .8s cubic-bezier(.16,1,.3,1) .15s both}.yt-popup-overlay.hero-ready .film-intro,.yt-popup-overlay.hero-ready .film-overview{animation:reveal-fade-up .8s cubic-bezier(.16,1,.3,1) .25s both}.yt-popup-overlay.hero-ready .btn-create{animation:reveal-fade-up .7s cubic-bezier(.16,1,.3,1) .32s both}.yt-popup-overlay.hero-ready .film-meta-grid{animation:reveal-fade-up .7s cubic-bezier(.16,1,.3,1) .38s both}
