@charset "UTF-8";.screenings{background:#18181a;width:100%;position:relative;overflow-x:hidden}.screenings .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;transition:background .2s;display:inline-block;text-decoration:none}.screenings .btn-create:hover{background:#d1d1d1}.screenings section{background:transparent}.screenings section.sec-1{padding:0;margin-top:50px}.screenings section.sec-1 .sw-wrapper .heading{background:#2e2f34;border-radius:14px;padding:20px 24px;display:flex;align-items:center;gap:18px}.screenings section.sec-1 .sw-wrapper .heading .logo{width:86px;height:86px;border-radius:50%;flex-shrink:0;overflow:hidden}.screenings section.sec-1 .sw-wrapper .heading .logo img{width:100%;height:100%;object-fit:cover}.screenings section.sec-1 .sw-wrapper .heading .info{flex:1;min-width:0}.screenings section.sec-1 .sw-wrapper .heading .info h2{color:#fff;font-size:32pxpx;font-weight:700;margin-bottom:4px}.screenings section.sec-1 .sw-wrapper .heading .info p{color:#9b9bb4;font-size:18px;line-height:1.4}@media screen and (max-width: 1024px){.screenings section.sec-1{padding:0 20px}.screenings section.sec-1 .sw-wrapper{max-width:100%}.screenings section.sec-1 .sw-wrapper .heading{flex-direction:column;text-align:center}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.screenings section.sec-2{padding:60px 0}.screenings section.sec-2 .screening-toolbar{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:40px}@media (max-width: 560px){.screenings section.sec-2 .screening-toolbar{flex-direction:column;align-items:flex-start;gap:12px;border-bottom:none}.screenings section.sec-2 .screening-toolbar .screening-tabs{border-bottom:1px solid rgba(255,255,255,.08);width:100%}}.screenings section.sec-2 .screening-tabs{display:flex;align-items:center;justify-content:flex-start;gap:0;opacity:0}.screenings section.sec-2 .screening-tabs .tab-btn{position:relative;background:none;border:none;color:#fff6;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:14px 28px;cursor:pointer;transition:color .2s ease}.screenings section.sec-2 .screening-tabs .tab-btn:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.screenings section.sec-2 .screening-tabs .tab-btn:hover{color:var(--text-light)}.screenings section.sec-2 .screening-tabs .tab-btn.active{color:var(--text-light)}.screenings section.sec-2 .screening-tabs .tab-btn.active:after{transform:scaleX(1)}.screenings section.sec-2 .sort-dropdown{position:relative;margin-bottom:6px}.screenings section.sec-2 .sort-dropdown .sort-trigger{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#ffffff8c;font-size:.78rem;font-weight:600;cursor:pointer;padding:6px 2px;transition:color .2s ease;white-space:nowrap}.screenings section.sec-2 .sort-dropdown .sort-trigger span{color:var(--white)}.screenings section.sec-2 .sort-dropdown .sort-trigger svg{transition:transform .2s ease}.screenings section.sec-2 .sort-dropdown .sort-trigger:hover{color:var(--white)}.screenings section.sec-2 .sort-dropdown.is-open .sort-trigger svg{transform:rotate(180deg)}.screenings section.sec-2 .sort-dropdown .sort-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#1a0d14;border:1px solid rgba(201,38,91,.25);border-radius:10px;padding:6px 0;opacity:0;transform:translateY(-6px) scale(.97);transform-origin:top right;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:50}.screenings section.sec-2 .sort-dropdown.is-open .sort-menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.screenings section.sec-2 .sort-dropdown .sort-option{display:block;width:100%;background:none;border:none;text-align:left;color:#ffffffa6;font-size:.82rem;font-weight:500;padding:9px 16px;cursor:pointer;transition:background .15s ease,color .15s ease}.screenings section.sec-2 .sort-dropdown .sort-option:hover{background:#ffffff0f;color:var(--white)}.screenings section.sec-2 .sort-dropdown .sort-option.active{color:var(--primary);font-weight:700}.screenings section.sec-2 .screening-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}@media (max-width: 1024px){.screenings section.sec-2 .screening-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.screenings section.sec-2 .screening-grid{grid-template-columns:1fr}}.screenings section.sec-2 .screening-card{position:relative;background:#2e2f34;box-shadow:0 4px 30px #0000001a;border:1px solid rgba(189,189,189,.3);border:1px solid rgba(255,255,255,.06);border-radius:5px;overflow:hidden;opacity:0;animation:fadeUp .35s ease forwards;padding:17px}.screenings section.sec-2 .screening-card.card-funded{background:linear-gradient(to right,#e15afc3f,#9c9c9c00);border-radius:5px;box-shadow:0 4px 30px #0000001a;border:1px solid rgba(245,85,224,.3)}.screenings section.sec-2 .screening-card .card-badge{position:absolute;top:0;right:0;z-index:2;font-size:.62rem;font-weight:800;letter-spacing:.1em;padding:3px 9px;border-radius:0 0 0 10px;color:var(--white)}.screenings section.sec-2 .screening-card .card-badge.badge-sale{background:#ad38c1}.screenings section.sec-2 .screening-card .card-badge.badge-ending{background:#ff4840}.screenings section.sec-2 .screening-card .card-inner{display:flex;align-items:stretch;justify-content:flex-start;gap:0}.screenings section.sec-2 .screening-card .card-poster{width:110px;min-height:155px;object-fit:cover;flex-shrink:0}.screenings section.sec-2 .screening-card .card-body{flex:1;padding:14px 14px 12px;display:flex;align-items:flex-start;justify-content:flex-start;gap:8px;flex-direction:column;min-width:0}.screenings section.sec-2 .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;-webkit-box-orient:vertical;overflow:hidden}.screenings section.sec-2 .screening-card .card-date{display:flex;align-items:center;justify-content:flex-start;gap:5px;font-size:.75rem;color:var(--white);margin:0}.screenings section.sec-2 .screening-card .card-date .date-revised{color:#ff4840}.screenings section.sec-2 .screening-card .card-date .revised-icon{color:var(--primary);font-size:.75rem;cursor:help;line-height:1}.screenings section.sec-2 .screening-card .ticket-pricing{display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:.8rem;color:var(--white)}.screenings section.sec-2 .screening-card .ticket-pricing i{color:#ad38c1;width:15px;flex-shrink:0}.screenings section.sec-2 .screening-card .ticket-pricing span strong{font-weight:700}.screenings section.sec-2 .screening-card .progress-wrap{width:100%}.screenings section.sec-2 .screening-card .progress-wrap .progress-bar{width:100%;height:7px;background:#ffffff1a;border-radius:99px;overflow:hidden;margin-bottom:5px}.screenings section.sec-2 .screening-card .progress-wrap .progress-fill{height:100%;background:#ff4840;border-radius:99px;transition:width .5s ease}.screenings section.sec-2 .screening-card .progress-wrap .progress-fill.fill-funded{background:#ad38c1}.screenings section.sec-2 .screening-card .target-text{font-size:10px;font-weight:700;margin:0}.screenings section.sec-2 .screening-card .target-text.text-funded{color:#ad38c1}.screenings section.sec-2 .screening-card .target-text.text-unfunded{color:#ff4840}.screenings section.sec-2 .screening-card .card-stats{display:flex;align-items:flex-start;justify-content:flex-start;gap:33px;width:100%;margin-bottom:8px}.screenings section.sec-2 .screening-card .card-stats .stat{display:flex;align-items:flex-start;justify-content:flex-start;gap:2px;flex-direction:column}.screenings section.sec-2 .screening-card .card-stats .stat .val{font-size:.85rem;font-weight:700;color:var(--white)}.screenings section.sec-2 .screening-card .card-stats .stat .lbl{font-size:.68rem;color:var(--white)}.screenings section.sec-2 .screening-card .card-stats .stat.days-soon .val,.screenings section.sec-2 .screening-card .card-stats .stat.days-soon .lbl{color:var(--primary)}.screenings section.sec-2 .screening-card .card-stats .stat.days-expired .val,.screenings section.sec-2 .screening-card .card-stats .stat.days-expired .lbl{color:var(--primary-alt)}.screenings section.sec-2 .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}.screenings section.sec-2 .screening-card .btn-ticket:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}.screenings section.sec-2 .screening-card .card-footer{display:flex;align-items:center;justify-content:flex-start;gap:15px;width:100%;flex-wrap:wrap;margin-top:auto}.screenings section.sec-2 .screening-card .card-footer .cinema-info,.screenings section.sec-2 .screening-card .card-footer .creator-info{display:flex;align-items:center;justify-content:flex-start;gap:5px;font-size:.7rem;color:#ffffff86}.screenings section.sec-2 .screening-card .card-footer .cinema-icon,.screenings section.sec-2 .screening-card .card-footer .creator-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover}.screenings section.sec-2 .screening-card .card-footer strong{font-weight:600}.screenings section.sec-2 .skeleton-card{animation:none!important;opacity:1!important;pointer-events:none;min-height:155px}.screenings section.sec-2 .skeleton-card .card-inner{height:100%}.screenings section.sec-2 .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}.screenings section.sec-2 .skeleton-card .sk-poster{width:110px;height:100%;border-radius:0}.screenings section.sec-2 .skeleton-card .card-body{gap:10px}.screenings section.sec-2 .skeleton-card .sk-title{width:65%;height:13px}.screenings section.sec-2 .skeleton-card .sk-sub{width:45%;height:10px}.screenings section.sec-2 .skeleton-card .sk-bar{width:100%;height:4px}.screenings section.sec-2 .skeleton-card .sk-meta{width:75%;height:10px}.screenings section.sec-2 .screening-empty{text-align:center;padding:60px 0;color:#fff6;font-size:.9rem}.screenings section.sec-2 .screening-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:8px}.screenings section.sec-2 .btn-load-more{padding:12px 34px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;text-decoration:none}.screenings section.sec-2 .btn-load-more{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1.5px solid rgba(255,255,255,.2);color:var(--text-light)}.screenings section.sec-2 .btn-load-more:hover:not(:disabled){border-color:#ffffff80;background:#ffffff0a}.screenings section.sec-2 .btn-load-more:disabled{opacity:.45;cursor:not-allowed}.screenings section.sec-2 .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}.screenings section.sec-2 .hidden{display:none!important}.screenings section.sec-3{padding:40px 0}.screenings section.sec-3 .sw-wrapper{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1024px){.screenings section.sec-3 .sw-wrapper{padding:0 20px}}.screenings section.sec-3 .row{display:flex;align-items:center;border-radius:20px;overflow:hidden;min-height:380px}.screenings section.sec-3 .row__content{flex:1;padding:48px 56px}.screenings section.sec-3 .row__heading{font-size:24px;font-weight:500;color:#fff;margin-bottom:16px;line-height:1.3}.screenings section.sec-3 .row__body{font-size:14px;color:#ffffffd9;line-height:1.6;margin-bottom:28px;max-width:480px}.screenings section.sec-3 .row__media{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.screenings section.sec-3 .row__photo{display:block;width:340px;height:auto;object-fit:cover;border-radius:12px;margin:24px}.screenings section.sec-3 .row--watch{background:linear-gradient(to bottom,#ff4840,#18181a);margin-bottom:40px}.screenings section.sec-3 .row--watch .row__media{width:40%;flex-shrink:0;padding:16px 0 16px 32px}.screenings section.sec-3 .row--watch .row__media img{width:100%;height:auto;display:block}.screenings section.sec-3 .row--watch .row__content{width:60%}.screenings section.sec-3 .row--hire{background:linear-gradient(to bottom,#cb265b,#18181a 85%);padding:30px 123px 0}.screenings section.sec-3 .row--hire .row__media{border-radius:10px;overflow:hidden;transform:perspective(1200px) rotateY(40deg) rotateX(0);transform-origin:center right}@media (max-width: 1024px){.screenings section.sec-3 .row,.screenings section.sec-3 .row--watch{flex-direction:column!important;text-align:center}.screenings section.sec-3 .row--watch .row__media{width:100%;padding:24px 24px 0}.screenings section.sec-3 .row--hire{flex-direction:column-reverse!important;padding:20px}.screenings section.sec-3 .row--hire .row__photo{width:100%;margin:0;border-radius:0 0 20px 20px}.screenings section.sec-3 .row--hire .row__content{padding:0}.screenings section.sec-3 .row__content{padding:32px 24px;width:100%!important}}.screenings section.sec-4{padding:60px 0}.screenings section.sec-4 h2{text-align:center;font-size:32px;font-weight:700;color:#fff;margin-bottom:48px}.screenings section.sec-4 .screening-work{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:48px}.screenings section.sec-4 .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}.screenings section.sec-4 .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}.screenings section.sec-4 .screening-work .item:first-child{margin-left:0}.screenings section.sec-4 .screening-work .item:last-child{margin-right:0}.screenings section.sec-4 .screening-work .item img{width:80px;height:80px;object-fit:contain}.screenings section.sec-4 .screening-work .item h3{font-size:14px;font-weight:400;color:#fff;line-height:1.5;margin:0}.screenings section.sec-4 .btns{display:flex;justify-content:center;gap:16px}.screenings section.sec-4 .btns a{display:inline-block;padding:16px 36px;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.screenings section.sec-4 .btns a:hover{opacity:.85}.screenings section.sec-4 .btns a:first-child{background:transparent;border:2px solid #fff;color:#fff}.screenings section.sec-4 .btns a:last-child{background:#fff;border:2px solid #fff;color:#111}@media (max-width: 900px){.screenings section.sec-4{padding:20px}.screenings section.sec-4 .screening-work{grid-template-columns:repeat(2,1fr);gap:16px}.screenings section.sec-4 .screening-work .item{margin:0}.screenings section.sec-4 .screening-work .item:not(:last-child):after{display:none}}@media (max-width: 540px){.screenings section.sec-4 .screening-work{grid-template-columns:1fr}.screenings section.sec-4 .btns{flex-direction:column;align-items:center}.screenings section.sec-4 .btns a{width:100%;text-align:center}}.screenings section.sec-5{padding:60px 0;margin-bottom:80px;overflow:visible}.screenings section.sec-5 .sw-wrapper{display:flex;align-items:center;gap:70px}.screenings section.sec-5 .left{flex:0 0 500px;max-width:500px}.screenings section.sec-5 .left__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:24px}.screenings section.sec-5 .left__body{font-size:.9rem;color:#ffffffb3;line-height:1.7;margin-bottom:36px}.screenings section.sec-5 .right{flex:1;position:relative;display:flex;align-items:center}.screenings section.sec-5 .sec-5-swiper{width:100%;border-radius:10px;overflow:hidden}.screenings section.sec-5 .sec-5-swiper .swiper-slide{width:100%!important}.screenings section.sec-5 .sec-5-swiper .swiper-slide img{width:100%;height:471px;object-fit:cover;display:block}.screenings section.sec-5 .sec-5-pagination{display:flex;justify-content:center;gap:6px;position:absolute;bottom:-32px;left:0;right:0}.screenings section.sec-5 .sec-5-pagination .swiper-pagination-bullet{width:28px;height:2px;border-radius:2px;background:#ffffff3b;opacity:1;transition:background .3s}.screenings section.sec-5 .sec-5-pagination .swiper-pagination-bullet-active{background:var(--primary)}.screenings section.sec-5 .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}.screenings section.sec-5 .swiper-nav-btn:hover{background:#3c3c3cf2}.screenings section.sec-5 .swiper-nav-btn.screenings-prev{left:-22px}.screenings section.sec-5 .swiper-nav-btn.screenings-next{right:-22px}@media (max-width: 900px){.screenings section.sec-5 .sw-wrapper{flex-direction:column-reverse;gap:40px;padding:40px}.screenings section.sec-5 .left{flex:unset;max-width:100%;text-align:center}.screenings section.sec-5 .right{width:100%;margin-bottom:20px}.screenings section.sec-5 .sec-5-swiper .swiper-slide img{height:320px}}.screenings section.sec-6{margin-bottom:113px}@media (max-width: 768px){.screenings section.sec-6 .sw-wrapper{padding:0 20px}}.screenings section.sec-6 .faq-container{max-width:1004px;margin:0 auto}.screenings section.sec-6 .faq-title{font-size:32px;font-weight:600;color:#fff;text-align:center;margin-bottom:50px}@media (max-width: 768px){.screenings section.sec-6 .faq-title{font-size:1.75rem;margin-bottom:40px}}.screenings section.sec-6 .faq-list{display:flex;flex-direction:column;gap:16px}.screenings section.sec-6 .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}.screenings section.sec-6 .faq-item.active{background-color:#2d2d2d}.screenings section.sec-6 .faq-item:hover{background-color:#333}.screenings section.sec-6 .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){.screenings section.sec-6 .faq-question{padding:18px 20px;font-size:.95rem}}.screenings section.sec-6 .faq-question:hover .faq-toggle{transform:scale(1.1)}.screenings section.sec-6 .faq-icon{font-size:1.25rem;flex-shrink:0}@media (max-width: 768px){.screenings section.sec-6 .faq-icon{font-size:1.1rem}}.screenings section.sec-6 .faq-text{flex:1}.screenings section.sec-6 .faq-toggle{font-size:1.5rem;font-weight:300;flex-shrink:0;transition:transform .3s ease}@media (max-width: 768px){.screenings section.sec-6 .faq-toggle{font-size:1.3rem}}.screenings section.sec-6 .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){.screenings section.sec-6 .faq-answer{padding:0 20px;font-size:.9rem}}.screenings section.sec-6 .faq-answer p{margin:0;padding-bottom:24px}@media (max-width: 768px){.screenings section.sec-6 .faq-answer p{padding-bottom:20px}}.screenings section.sec-6 .faq-answer p:last-child{padding-bottom:24px}@media (max-width: 768px){.screenings section.sec-6 .faq-answer p:last-child{padding-bottom:20px}}.screenings section.sec-6 .faq-answer ul{margin:0;padding:0 0 16px 20px;list-style-type:disc}.screenings section.sec-6 .faq-answer ul li{padding:4px 0;color:#b0b0b0}.screenings section.sec-6 .faq-answer a{color:#f35dda;font-weight:700}.screenings section.sec-6 .faq-item.active .faq-answer{max-height:800px;opacity:1;padding-top:0;padding-bottom:0}.screenings section.sec-7{padding:60px 20px}.screenings section.sec-7 .sw-wrapper{display:flex;flex-direction:column;gap:48px}.screenings section.sec-7 .sw-wrapper .heading{max-width:800px;margin:0 auto;text-align:center}.screenings section.sec-7 .sw-wrapper .heading h2{font-size:32px;font-weight:700;color:var(--white);margin-bottom:16px}.screenings section.sec-7 .sw-wrapper .heading p{font-size:14px;color:var(--white);line-height:1.7}.screenings section.sec-7 .sw-wrapper .list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:30px}.screenings section.sec-7 .sw-wrapper .list .item{width:100%;max-width:23%;display:flex;align-items:center;gap:28px}.screenings section.sec-7 .sw-wrapper .list .item img{width:56px;height:56px;object-fit:contain;flex-shrink:0}.screenings section.sec-7 .sw-wrapper .list .item p{font-size:14px;font-weight:700;color:#fff;line-height:1.4;margin:0}.screenings section.sec-7 .sw-wrapper .other-info{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.screenings section.sec-7 .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}.screenings section.sec-7 .sw-wrapper .other-info .col h2{font-size:18px;font-weight:600;color:var(--white);margin-bottom:12px}.screenings section.sec-7 .sw-wrapper .other-info .col p{font-size:14px;color:var(--white);line-height:1.7}@media screen and (max-width: 1024px){.screenings section.sec-7 .sw-wrapper{gap:36px}.screenings section.sec-7 .sw-wrapper .other-info{grid-template-columns:1fr}.screenings section.sec-7 .sw-wrapper .list{grid-template-columns:repeat(2,1fr)}.screenings section.sec-7 .sw-wrapper .list .item{flex-direction:column;text-align:center}}.screenings section.sec-8{padding:10px 0;background:#18181a}.screenings section.sec-8 .sw-wrapper{padding:0 20px}.screenings section.sec-8 .sw-wrapper .section-title{font-size:32px;font-weight:600;color:#fff;margin-bottom:20px;text-align:center}.screenings section.sec-8 .sw-wrapper .screenings-carousel{position:relative;margin-bottom:50px}.screenings section.sec-8 .sw-wrapper .screenings-carousel.is-centered .swiper-wrapper{justify-content:center}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screenings-swiper{overflow:hidden;padding:20px 0 40px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screenings-swiper .swiper-slide{height:auto}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card{position:relative;overflow:hidden;background:#ffffff1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);height:100%;transition:transform .3s ease,box-shadow .3s ease}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card:hover{box-shadow:0 20px 40px #00000080}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-backdrop{position:absolute;top:0;left:0;width:100%;height:56%;background-size:cover;background-position:center;opacity:.4;border-radius:0 0 70% 70%/0 0 20% 20%;overflow:hidden}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-backdrop:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 58%,rgba(113,8,131,.6156862745) 78%,rgba(163,11,190,.7450980392) 100%)}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content{width:100%;position:relative;z-index:1;padding:30px 25px 25px;display:flex;flex-direction:column;align-items:center;text-align:center}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .poster-wrapper{width:112.52px;height:170px;margin-bottom:30px;border-radius:5px;overflow:hidden;box-shadow:0 10px 30px #0009;transition:transform .3s ease}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .poster-wrapper:hover{transform:scale(1.05)}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .poster-wrapper .poster{width:100%;height:100%;object-fit:cover}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .movie-title{font-size:16px;font-weight:700;height:40px;color:var(--white);margin-bottom:15px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .screening-info{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;font-size:12px;color:#999}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .screening-info span{display:flex;align-items:center;gap:8px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .screening-info span i{font-size:12px;color:#666}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .screening-info span img{width:20px;border-radius:50%}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .re-create-btn{width:100%}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .re-create-btn a{display:inline-block;width:100%;border:1px solid var(--white);font-size:14px;font-weight:600;color:var(--white);border-radius:10px;padding:7px 10px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next{width:50px;height:50px;background:#ffffff1f;border-radius:50%;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev:after,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next:after{display:none}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev i,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next i{font-size:18px;color:#fff}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev:hover,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next:hover{background:#fff3;transform:scale(1.1)}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev.swiper-button-disabled,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev.swiper-button-disabled:hover,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next.swiper-button-disabled:hover{transform:none}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev{left:-70px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next{right:-70px}@media (max-width: 1200px){.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev{left:-30px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next{right:-30px}}@media (max-width: 768px){.screenings section.sec-8{padding:60px 0}.screenings section.sec-8 .sw-wrapper .section-title{font-size:32px;margin-bottom:30px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next{width:40px;height:40px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev i,.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next i{font-size:14px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-prev{left:10px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .swiper-button-next{right:10px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .poster-wrapper{width:160px;height:224px}.screenings section.sec-8 .sw-wrapper .screenings-carousel .screening-card .card-content .movie-title{font-size:20px}}.screenings section.sec-9{padding:60px 0}.screenings section.sec-9 .sw-wrapper h2{text-align:center;font-size:32px;font-weight:600;color:var(--white);margin-bottom:33px}.screenings section.sec-9 .sw-wrapper .swiper-container{position:relative;display:flex;align-items:center}.screenings section.sec-9 .sw-wrapper .swiper-container.is-centered{justify-content:center}.screenings section.sec-9 .sw-wrapper .swiper-container.is-centered .section-9-swiper{max-width:590px}.screenings section.sec-9 .sw-wrapper .section-9-swiper{width:100%;overflow:hidden}.screenings section.sec-9 .sw-wrapper .item{background:#1e1e1e;border:1px solid #2e2e2e;border-radius:16px;padding:16px 20px;overflow:hidden}.screenings section.sec-9 .sw-wrapper .item img{width:100%;height:240px;object-fit:cover;display:block}.screenings section.sec-9 .sw-wrapper .item .screen-info{display:flex;align-items:center;justify-content:space-between;padding-top:16px;gap:12px}.screenings section.sec-9 .sw-wrapper .item .screen-info .col h3{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:4px}.screenings section.sec-9 .sw-wrapper .item .screen-info .col p{font-size:.8rem;color:#ffffff8c}.screenings section.sec-9 .sw-wrapper .btn--outline{display:inline-block;padding:10px 20px;border:1px solid rgba(255,255,255,.4);border-radius:8px;color:var(--white);font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:border-color .2s,background .2s}.screenings section.sec-9 .sw-wrapper .btn--outline:hover{border-color:#fff;background:#ffffff14}.screenings section.sec-9 .sw-wrapper .swiper-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#1e1e1ed9;color:#fff;font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.screenings section.sec-9 .sw-wrapper .swiper-nav-btn:hover{background:#3c3c3cf2}.screenings section.sec-9 .sw-wrapper .swiper-nav-btn.sec9-prev{left:-20px}.screenings section.sec-9 .sw-wrapper .swiper-nav-btn.sec9-next{right:-20px}@media (max-width: 768px){.screenings section.sec-9 .sw-wrapper .item img{height:180px}}.screenings section.sec-10{padding:60px 0 80px}.screenings section.sec-10 .sw-wrapper h2{text-align:center;font-size:32px;color:var(--white);font-weight:600;margin-bottom:40px}.screenings section.sec-10 .sw-wrapper .films-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media (max-width: 1100px){.screenings section.sec-10 .sw-wrapper .films-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.screenings section.sec-10 .sw-wrapper .films-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.screenings section.sec-10 .sw-wrapper .films-grid{grid-template-columns:1fr}}.screenings section.sec-10 .sw-wrapper .film-card{position:relative;overflow:hidden;background:#ffffff14;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.15);transition:transform .3s ease,box-shadow .3s ease}.screenings section.sec-10 .sw-wrapper .film-card.hidden{display:none}.screenings section.sec-10 .sw-wrapper .film-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000080}.screenings section.sec-10 .sw-wrapper .film-card .card-backdrop{position:absolute;top:0;left:0;width:100%;height:56%;background-size:cover;background-position:center;opacity:.4;border-radius:0 0 70% 70%/0 0 20% 20%;overflow:hidden}.screenings section.sec-10 .sw-wrapper .film-card .card-backdrop:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 58%,rgba(113,8,131,.6156862745) 78%,rgba(163,11,190,.7450980392) 100%)}.screenings section.sec-10 .sw-wrapper .film-card .card-content{position:relative;z-index:1;padding:30px 20px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.screenings section.sec-10 .sw-wrapper .film-card .card-content .poster-wrapper{width:100px;height:152px;margin-bottom:16px;border-radius:6px;overflow:hidden;box-shadow:0 10px 30px #0009;transition:transform .3s ease;flex-shrink:0}.screenings section.sec-10 .sw-wrapper .film-card .card-content .poster-wrapper:hover{transform:scale(1.05)}.screenings section.sec-10 .sw-wrapper .film-card .card-content .poster-wrapper .poster{width:100%;height:100%;object-fit:cover}.screenings section.sec-10 .sw-wrapper .film-card .card-content .movie-title{font-size:15px;font-weight:700;color:var(--white);margin-bottom:10px;min-height:36px;line-height:1.3}.screenings section.sec-10 .sw-wrapper .film-card .card-content .cinema-info{display:flex;align-items:center;gap:6px;margin-bottom:16px;font-size:12px;color:#999}.screenings section.sec-10 .sw-wrapper .film-card .card-content .cinema-info img{width:18px;height:18px;border-radius:50%;object-fit:cover}.screenings section.sec-10 .sw-wrapper .film-card .card-content .create-btn{width:100%}.screenings section.sec-10 .sw-wrapper .film-card .card-content .create-btn a{display:inline-block;width:100%;border:1px solid var(--white);font-size:13px;font-weight:600;color:var(--white);border-radius:10px;padding:8px 10px;transition:background .2s ease,color .2s ease}.screenings section.sec-10 .sw-wrapper .film-card .card-content .create-btn a:hover{background:var(--white);color:#18181a}.screenings section.sec-10 .sw-wrapper .films-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.screenings section.sec-10 .sw-wrapper .films-actions .btn-load-more,.screenings section.sec-10 .sw-wrapper .films-actions .btn-create-screening{font-size:15px;font-weight:600;border-radius:10px;padding:12px 32px;cursor:pointer;transition:background .2s ease,color .2s ease}.screenings section.sec-10 .sw-wrapper .films-actions .btn-load-more{background:transparent;border:1px solid var(--white);color:var(--white)}.screenings section.sec-10 .sw-wrapper .films-actions .btn-load-more:hover{background:#ffffff1a}.screenings section.sec-10 .sw-wrapper .films-actions .btn-create-screening{background:var(--white);border:1px solid var(--white);color:#18181a}.screenings section.sec-10 .sw-wrapper .films-actions .btn-create-screening:hover{background:#e0e0e0;border-color:#e0e0e0}.screenings section.sec-11{padding:10px 0;background:#18181a;margin-bottom:120px}.screenings section.sec-11 .sw-wrapper{padding:0 20px}.screenings section.sec-11 .sw-wrapper .section-title{font-size:32px;font-weight:600;color:#fff;margin-bottom:20px;text-align:center}.screenings section.sec-11 .sw-wrapper .cinemas-carousel{position:relative}.screenings section.sec-11 .sw-wrapper .cinemas-carousel.is-centered .cinemas-swiper{display:flex;justify-content:center}.screenings section.sec-11 .sw-wrapper .cinemas-carousel.is-centered .swiper-wrapper{justify-content:center}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinemas-swiper{overflow:hidden;padding:20px 0 40px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinemas-swiper .swiper-slide{height:auto}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card{position:relative;overflow:hidden;background:#ffffff1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);height:405px;transition:transform .3s ease,box-shadow .3s ease}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-backdrop{position:absolute;top:0;left:0;width:100%;height:70%;background-size:cover;background-position:center;border-radius:0 0 70% 70%/0 0 20% 20%;overflow:hidden}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-backdrop:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 58%,rgba(113,8,131,.6156862745) 78%,rgba(163,11,190,.7450980392) 100%)}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content{position:relative;z-index:1;padding:30px 25px 25px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;height:100%}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper{width:84px;height:84px;margin-bottom:10px;border-radius:50%;overflow:hidden;transition:transform .3s ease}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper:hover{transform:scale(1.05)}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper .poster{width:100%;height:100%;object-fit:cover}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .cinema-title{font-size:18px;font-weight:600;color:var(--white);margin-bottom:5px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .cinema-town{font-size:14px;font-weight:500;margin-bottom:5px;color:var(--white)}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content button{background:none;width:100%;border-radius:10px;border:1px solid var(--white);font-size:14px;font-weight:600;color:var(--white);padding:8px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next{width:50px;height:50px;background:#ffffff1f;border-radius:50%;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev:after,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next:after{display:none}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev i,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next i{font-size:18px;color:#fff}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev:hover,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next:hover{background:#fff3;transform:scale(1.1)}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev.swiper-button-disabled,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev.swiper-button-disabled:hover,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next.swiper-button-disabled:hover{transform:none}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:-70px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next{right:-70px}@media (max-width: 1200px){.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:-30px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next{right:-30px}}@media (max-width: 768px){.screenings section.sec-11{padding:60px 0;margin-bottom:20px}.screenings section.sec-11 .sw-wrapper .section-title{font-size:32px;margin-bottom:30px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next{width:40px;height:40px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev i,.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next i{font-size:14px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:10px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .swiper-button-next{right:10px}.screenings section.sec-11 .sw-wrapper .cinemas-carousel .cinema-card .card-content .movie-title{font-size:18px}}
