.filters-card{background:#fffffff2;backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.3)}#movie-filters-toggle{display:flex;width:100%;padding:.85rem 1.25rem;margin:1rem 0 0;background:#fffffff2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;align-items:center;justify-content:space-between;gap:1rem;transition:background-color .2s}#movie-filters-toggle:hover{background:#fff}#movie-filters-toggle .filters-toggle-text{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;text-align:left;min-width:0}#movie-filters-toggle .filters-toggle-label{font-size:.95rem;font-weight:600;color:#374151}#movie-filters-toggle .filters-summary{font-size:.85rem;font-weight:500;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}#movie-filters-toggle .filters-toggle-icon{flex-shrink:0;color:#6b7280;transition:transform .3s ease}#movie-filters-toggle[aria-expanded=true] .filters-toggle-icon{transform:rotate(180deg)}#movie-filters-card{max-height:0;overflow:hidden;opacity:0;margin:0;padding:0;border-width:0;transition:max-height .3s ease-out,opacity .3s ease-out}#movie-filters-card.visible{max-height:1000px;opacity:1;margin:1rem 0 1.5rem;padding:1.5rem;border-width:1px}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;align-items:end}.filter-group{display:flex;flex-direction:column;min-width:0}.filter-group label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}#state-filter,#city-filter,#date-filter,#cinema-filter-specific,#format-filter-specific,#audio-filter-specific,#benefit-filter-specific{height:44px;min-height:44px;padding:.7rem 2.5rem .7rem 1rem;font-size:.95rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#1a202c;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;cursor:pointer;transition:all .2s ease;box-sizing:border-box;min-width:140px;max-width:200px}#state-filter:focus,#city-filter:focus,#date-filter:focus,#cinema-filter-specific:focus,#format-filter-specific:focus,#audio-filter-specific:focus,#benefit-filter-specific:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}#sessions-table{width:100%;border-collapse:collapse;margin-top:1.5rem;background:#fffffff2;backdrop-filter:blur(20px);border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.3)}#sessions-table th,#sessions-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:middle}#sessions-table th{font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase}#sessions-table tbody tr:hover{background-color:#f8fafc}.btn-buy{display:inline-block;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s}.btn-buy:hover{background-color:#2563eb}.btn-buy-text-mobile{display:none}@media(max-width:1024px){#sessions-table,#sessions-table tbody,#sessions-table tr{display:block;width:100%}#sessions-table thead{display:none}#sessions-table tr{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000000d}#sessions-table td{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #eee}#sessions-table td:last-child{border-bottom:none}#sessions-table td:before{content:attr(data-label);font-weight:600;text-transform:uppercase;margin-right:1rem;color:#475569;flex-basis:50%;text-align:left}.btn-buy{width:100%;text-align:center;padding:.75rem 1rem;font-size:1rem}.btn-buy-text-desktop{display:none}.btn-buy-text-mobile{display:inline}.table-cell[data-label=Comprar]{display:block}.table-cell[data-label=Comprar]:before{content:none}.table-header{display:none}.table-row{display:flex;flex-direction:column;padding:1rem;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:1rem;background:#fff;box-shadow:0 1px 3px #0000000d}.table-row:not(:last-child){margin-bottom:.5rem}.table-cell{padding:.5rem 0;display:flex;justify-content:space-between;align-items:center;width:100%;border:none;border-bottom:1px solid #f3f4f6}.table-cell:last-child{border-bottom:none}.table-cell:before{content:attr(data-label);font-weight:600;color:#6b7280;margin-right:1rem;min-width:100px}.price-container{justify-content:flex-end!important;margin-left:auto}.cinema-pill,.session-tag{margin-left:auto}.table-cell:empty{display:none}}.loading{text-align:center;padding:2rem;font-size:1.25rem;color:#6b7280}.spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#3b82f6;animation:spin 1s ease infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.price-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price,.price-discounted{font-size:1.25rem;font-weight:700;color:#059669}.price-original{text-decoration:line-through;color:#9ca3af;font-size:.875rem;font-weight:500}.discount-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.125rem .5rem;border-radius:8px;font-size:.75rem;font-weight:600}.benefit-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:16px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0;background-color:#f8fafc}.session-tag{padding:.25rem .625rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid}.session-tag.dublado{background:#6366f126;color:#4f46e5;border-color:#6366f14d}.session-tag.legendado{background:#06b6d426;color:#0891b2;border-color:#06b6d44d}.session-tag._2d,.session-tag._3d{background:#6b728026;color:#4b5563;border-color:#6b72804d}.has-popover{position:relative;cursor:help}.popover-content{position:absolute;background-color:#333;color:#fff;padding:10px;border-radius:5px;font-size:.85rem;width:250px;z-index:100;bottom:120%;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;box-shadow:0 2px 10px #0003}.has-popover:hover .popover-content{opacity:1;visibility:visible}.popover-content:after{content:"";position:absolute;left:50%;bottom:-5px;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background-color:#333;z-index:101}td .has-popover .popover-content{white-space:normal;text-align:left}td .has-popover{overflow:visible}td .has-popover .popover-content.align-right{left:auto;right:0;transform:translate(0)}td .has-popover .popover-content.align-right:after{left:auto;right:10px;transform:translate(0) rotate(45deg)}td .has-popover .popover-content.align-left{left:0;right:auto;transform:translate(0)}td .has-popover .popover-content.align-left:after{left:10px;right:auto;transform:translate(0) rotate(45deg)}.benefit-pill.has-popover{position:relative;cursor:help}.benefit-pill .popover-content{bottom:120%;left:50%;transform:translate(-50%);white-space:normal;text-align:left}.benefit-pill .popover-content:after{content:"";position:absolute;left:50%;bottom:-5px;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background-color:#333;z-index:101}.popover-content h4{margin-top:0;margin-bottom:5px;font-size:1rem;color:#fff}.popover-content p{margin-bottom:5px;line-height:1.4}.popover-content p:last-child{margin-bottom:0}.popover-content strong{color:gold}.popover-content ul{margin:0;padding-left:20px;list-style-type:disc}.popover-content li{margin-bottom:3px}.popover-content li:last-child{margin-bottom:0}@media(max-width:767px){.popover-content{width:90vw;max-width:300px;bottom:auto;top:100%;left:50%;transform:translate(-50%);margin-top:10px}.popover-content:after{bottom:auto;top:-5px;transform:translate(-50%) rotate(45deg)}}@media(max-width:767px){td .has-popover{overflow:visible}}@media(max-width:767px){.benefit-pill.has-popover .popover-content{bottom:auto;top:100%;margin-top:10px}.benefit-pill.has-popover .popover-content:after{bottom:auto;top:-5px}}.price-benefit-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.price-benefit-item:last-child{margin-bottom:0}.price-benefit-cell{padding-top:.5rem;padding-bottom:.5rem}.external-redirect-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000}.external-redirect-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(5px)}.external-redirect-modal__content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 25px #0003;text-align:center;max-width:500px;width:90%;position:relative;z-index:1001;display:flex;flex-direction:column;align-items:center}.external-redirect-modal__icon{margin-bottom:1.5rem}.external-redirect-modal__title{font-size:1.5rem;color:#1a202c;margin-bottom:1rem}.external-redirect-modal__desc{font-size:1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.5}.external-redirect-modal__actions{display:flex;gap:1rem;margin-top:1.5rem}.external-redirect-modal__go,.external-redirect-modal__cancel{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.external-redirect-modal__go{background-color:#2563eb;color:#fff;border:none}.external-redirect-modal__go:hover{background-color:#1d4ed8}.external-redirect-modal__cancel{background-color:#e2e8f0;color:#4a5568;border:1px solid #cbd5e0}.external-redirect-modal__cancel:hover{background-color:#cbd5e0}.external-redirect-modal__countdown{margin-top:1.5rem;font-size:.875rem;color:#718096}.external-redirect-modal__countdown span{font-weight:700;color:#2d3748}.disclaimer-text{font-size:.75rem;color:#718096;line-height:1.4}.disclaimer-text a{color:#2563eb;text-decoration:underline}@media(max-width:768px){.external-redirect-modal__content{padding:1.5rem}.external-redirect-modal__title{font-size:1.25rem}.external-redirect-modal__desc{font-size:.9rem}.external-redirect-modal__actions{flex-direction:column;width:100%}.external-redirect-modal__go,.external-redirect-modal__cancel{width:100%}}#sessions-placeholder h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #007bff;display:inline-block}.benefits-container{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;position:relative}.benefit-tag{display:inline-block;background-color:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;white-space:nowrap;transition:all .2s ease;margin-right:.1rem}.benefit-more{background-color:#f3f4f6;color:#4b5563;cursor:pointer;font-weight:600;border:1px solid #d1d5db;display:inline-block;margin-right:.2rem;margin-bottom:.2rem}.benefit-tag{display:inline-block;background-color:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;white-space:nowrap;transition:all .2s ease}.benefit-more{background-color:#f3f4f6;color:#4b5563;cursor:pointer}@media(max-width:640px){.benefit-tag.hidden-mobile{display:none}}@media(min-width:641px)and (max-width:1024px){.benefit-tag.hidden-desktop{display:none}}.related-movies-section{margin-top:50px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 16px #0000000f;border:1px solid #e9ecef}.related-movies-section h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:25px;text-align:center;padding-bottom:12px;border-bottom:3px solid #007bff;display:inline-block;width:100%}.related-movies-section+.related-movies-section{margin-top:30px}.related-carousel{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:180px}.related-carousel .carousel-track{display:flex;gap:1.2rem;overflow-x:hidden;scroll-behavior:smooth;align-items:flex-start;justify-content:center;padding:.5rem;flex:1 1 auto;width:100%;box-sizing:border-box}.related-carousel .carousel-poster{display:flex;flex-direction:column;align-items:center;min-width:90px;max-width:140px;flex:0 1 110px;margin:0 .3rem;transition:transform .2s,box-shadow .2s;touch-action:manipulation;cursor:pointer;text-decoration:none}@media(hover:hover){.related-carousel .carousel-poster:hover,.related-carousel .carousel-poster:focus{box-shadow:0 6px 18px -4px #3c3c642e;transform:scale(1.07) translateY(-4px);outline:none}.related-carousel .carousel-poster:hover .carousel-img,.related-carousel .carousel-poster:focus .carousel-img{transform:scale(1.045) rotate(-1deg);box-shadow:0 8px 28px -4px #3c3c6433;filter:brightness(1.07) saturate(1.1)}}.related-carousel .carousel-img{width:100px;height:150px;object-fit:cover;border-radius:10px;box-shadow:0 2px 8px #00000017;border:1px solid #e2e8f0;background:#f8fafc;margin-bottom:.3rem;transition:transform .22s cubic-bezier(.4,1.2,.6,1),box-shadow .22s,filter .22s}.related-carousel .carousel-title{font-size:.97rem;color:#1a1a1a;text-align:center;margin-top:.1rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}.related-carousel .carousel-nav,.related-carousel .carousel-nav:disabled,.related-carousel .carousel-nav.inactive{vertical-align:middle;line-height:1;font-size:1.7rem;font-family:inherit;background:transparent;border:2px solid transparent;color:#4b4b6b;width:42px;height:42px;border-radius:50%;margin:0 .4rem;cursor:pointer;box-shadow:none;display:flex;align-items:center;justify-content:center;opacity:.92;position:absolute;top:50%;transform:translateY(-50%);z-index:2;outline:none;box-sizing:border-box}.related-carousel .carousel-nav svg{display:block;width:28px;height:28px;pointer-events:none}.related-carousel .carousel-nav:hover,.related-carousel .carousel-nav:focus,.related-carousel .carousel-nav:active{outline:none;background:transparent;color:#4b4b6b;border:2px solid transparent;box-shadow:none}.related-carousel .carousel-nav:disabled{opacity:.45;cursor:not-allowed;color:#b4b4c7;background:transparent;border:2px solid transparent;box-shadow:none}.related-carousel .carousel-nav.left{left:-8px}.related-carousel .carousel-nav.right{right:-8px}@media(max-width:900px){.related-carousel .carousel-nav,.related-carousel .carousel-nav:disabled,.related-carousel .carousel-nav.inactive{font-size:1.5rem;width:32px;height:40px;margin:0}.related-carousel .carousel-track{gap:.6rem;padding:.5rem .2rem}}@media(max-width:600px){.related-movies-section{padding:24px 16px;margin-top:30px}.related-movies-section h2{font-size:1.4rem;margin-bottom:16px}.related-carousel{min-height:auto}.related-carousel .carousel-nav,.related-carousel .carousel-nav:disabled,.related-carousel .carousel-nav.inactive{display:none!important}.related-carousel .carousel-track{overflow-x:auto;justify-content:flex-start;gap:.75rem;padding:.2rem .5rem;scroll-snap-type:x mandatory;scroll-padding-inline:.5rem;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.related-carousel .carousel-track::-webkit-scrollbar{display:none}.related-carousel .carousel-poster{min-width:100px;max-width:100px;flex:0 0 100px;margin:0;scroll-snap-align:start}.related-carousel .carousel-img{width:100px;height:150px}.related-carousel .carousel-title{max-width:100px;font-size:.92rem}}
