@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";header{background-color:#000;padding:2rem 7rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (max-width: 768px){header{padding:2rem}}header h1{color:#a40990;font-size:3rem;z-index:99999999}@media (max-width: 768px){header .search{display:none}}header .ai-button{color:#fff}@media (max-width: 768px){header .ai-button{display:none}}header .ai-button a{display:flex;align-items:center;justify-content:center;gap:1rem}header .ai-button a p{font-weight:700}header .ai-button a svg{height:2.5rem;width:2.5rem}header .buttons{display:flex;align-items:center;color:#fff}@media (max-width: 768px){header .buttons{display:none}}header .buttons .logged{display:flex;align-items:center;gap:1.5rem}header .buttons .logged .user-avatar .avatar-circle{width:4rem;height:4rem;background:linear-gradient(135deg,#a40990,#ff6b9d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700;font-family:Inter,system-ui,sans-serif;box-shadow:0 4px 12px #a409904d;transition:all .3s ease;cursor:pointer}header .buttons .logged .user-avatar .avatar-circle:hover{transform:scale(1.1);box-shadow:0 6px 20px #a4099080}header .buttons .logged p{font-size:2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}header .buttons .logged p:hover{color:#a40990}header .buttons .logged p svg{border:1px solid #a40990;padding:.5rem;font-size:3rem;border-radius:50%}header .buttons .logged button{background-color:transparent;border:none;cursor:pointer}header .buttons .logged button svg{color:#fff;font-size:3rem}header .buttons .not-logged button{background:transparent;border:none;font-size:2rem;color:#fff;font-weight:700;cursor:pointer}header .buttons .not-logged button:hover{color:#a40990}header .buttons .not-logged span{color:#a40990;padding:0 1rem;font-size:3rem;font-weight:900}header .menu{border:none;background-color:transparent;z-index:99999999}@media (min-width: 769px){header .menu{display:none}}header .menu svg{color:#fff;font-size:4rem}.modal-opened{overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:999;display:flex;justify-content:center;align-items:center}.modal-overlay .modal{background-color:#fff;border-radius:1rem;padding:20px;box-shadow:0 0 10px #0000004d;width:40vw;height:auto;overflow:auto;z-index:1000}@media (max-width: 992px){.modal-overlay .modal{width:80vw}}.modal-overlay .modal .top{display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal .top h2{margin:0}.modal-overlay .modal .top .close-modal{font-size:2.5rem;padding:.5rem 1.5rem!important;border-radius:none!important}.modal-overlay .modal form{margin-top:2rem}.modal-overlay .modal form .field{margin-bottom:1rem;display:flex;flex-direction:column;justify-content:flex-start}.modal-overlay .modal form .field label{display:block;margin-bottom:.5rem;font-weight:700}.modal-overlay .modal form .field label span{color:red}.modal-overlay .modal form .field input{width:100%;padding:1rem;border-radius:.5rem;border:1px solid #000000}.modal-overlay .modal button{padding:1rem 2rem;border-radius:.5rem;color:#fff;border:none;cursor:pointer;font-weight:700;font-size:2rem;background-color:#000}.modal-overlay .modal button[type=submit]{background-color:#a40990}.modal-overlay .modal button[type=submit]:hover,.modal-overlay .modal button[type=submit]:focus{background-color:#1a732e}.modal-overlay .modal .google{width:100%;margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:2rem}.modal-overlay .modal .error-message{color:#f01010;padding:1rem 0;text-align:center;font-weight:700;font-size:1.7rem}.modal-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:999;display:flex;justify-content:center;align-items:center}.modal-mobile-overlay button,.modal-mobile-overlay a{padding:1rem 0;border-radius:.5rem;background-color:#a40990;color:#fff;border:none;cursor:pointer;width:80%;font-weight:700;text-align:center;font-family:Inter,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;gap:1rem}.modal-mobile-overlay button svg,.modal-mobile-overlay a svg{width:2.5rem;height:2.5rem}.modal-mobile-overlay button:hover,.modal-mobile-overlay a:hover{background-color:#198a2e}.modal-mobile-overlay .modal-not-logged,.modal-mobile-overlay .modal-logged{z-index:1000;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}.modal-mobile-overlay .modal-not-logged h3,.modal-mobile-overlay .modal-logged h3{font-size:3rem;font-weight:700;cursor:pointer;color:#fff;position:absolute;left:1rem;top:2rem}.modal-mobile-overlay .search{display:block}.search{position:relative}@media (max-width: 768px){.search{width:80%}}.search input{padding:.5rem 8rem .5rem .5rem;border-radius:.5rem;width:100%}@media (max-width: 768px){.search input{padding:1rem 8rem 1rem 1rem}}.search svg{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#88888898;pointer-events:none}.logout-button{height:auto!important}@media (min-width: 769px){.logout-button{margin:0 0 2rem 2rem}.logout-button svg{font-size:3.5rem}}@media (max-width: 768px){.logout-button{display:flex;align-items:center;gap:2rem}.logout-button svg{font-size:2rem}}.logout-text{font-size:1.6rem}@media (min-width: 769px){.logout-text{display:none}}.results-list{padding:2rem;color:#fff}.results-list h2{font-size:4rem;text-align:center;margin:5rem 0}.results-list .map{display:grid;grid-template-columns:repeat(6,1fr);place-items:center;align-items:start;row-gap:3rem}@media (max-width: 1400px){.results-list .map{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1100px){.results-list .map{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.results-list .map{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.results-list .map{grid-template-columns:repeat(2,1fr)}}.results-list .map .result a img{-o-object-fit:cover;object-fit:cover;height:30rem;cursor:pointer}@media (max-width: 768px){.results-list .map .result a img{width:15rem;height:22rem}}.results-list .map .result h3,.results-list .map .result p{font-size:1.5rem;max-width:20rem;font-family:Inter,system-ui,sans-serif;letter-spacing:normal}@media (max-width: 768px){.results-list .map .result h3,.results-list .map .result p{max-width:15rem;font-size:1.3rem}}.results-list .map .result .bottom{display:flex;align-items:center;justify-content:flex-start}.results-list .map .result .bottom span{padding:0 1rem;font-weight:700}.results-list .load-more{display:block;margin:2rem auto;background-color:#000;color:#a40990;border:2px solid #a40990;padding:1rem 2rem;font-size:1.7rem;font-weight:700;font-family:Inter,system-ui,sans-serif;border-radius:1rem;cursor:pointer}.filter-buttons{text-align:center;color:#000;margin:5rem}@media (max-width: 768px){.filter-buttons{margin:5rem 1rem}}.filter-buttons button{font-size:2.5rem;cursor:pointer;margin:0 2rem;color:#fff;font-weight:700;background-color:transparent;border:none}@media (max-width: 768px){.filter-buttons button{margin:1rem;font-size:2rem}}.filter-buttons .active{color:#a40990}.dashboard{min-height:100vh;color:#fff;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)}.dashboard .dashboard-logged .hero-section{position:relative;padding:4rem 2rem;margin-bottom:4rem;border-radius:2rem;overflow:hidden;opacity:0;transform:translateY(30px);transition:all .8s ease}.dashboard .dashboard-logged .hero-section.visible{opacity:1;transform:translateY(0)}.dashboard .dashboard-logged .hero-section .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#a409901a,#ff6b9d1a);z-index:1}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-1,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-2,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-3,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-4{position:absolute;opacity:.1;color:#a40990;animation:float 6s ease-in-out infinite}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-1.icon-1,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-2.icon-1,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-3.icon-1,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-4.icon-1{top:10%;left:10%;width:4rem;height:4rem;animation-delay:0s}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-1.icon-2,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-2.icon-2,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-3.icon-2,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-4.icon-2{top:20%;right:15%;width:3rem;height:3rem;animation-delay:1.5s}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-1.icon-3,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-2.icon-3,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-3.icon-3,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-4.icon-3{bottom:20%;left:20%;width:3.5rem;height:3.5rem;animation-delay:3s}.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-1.icon-4,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-2.icon-4,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-3.icon-4,.dashboard .dashboard-logged .hero-section .hero-background .floating-icons .icon-4.icon-4{bottom:30%;right:10%;width:4rem;height:4rem;animation-delay:4.5s}.dashboard .dashboard-logged .hero-section .hero-content{position:relative;z-index:2;text-align:center;max-width:1200px;margin:0 auto}.dashboard .dashboard-logged .hero-section .hero-content .welcome-title{font-size:3.5rem;font-family:Inter,system-ui,sans-serif;font-weight:800;margin-bottom:3rem;line-height:1.2}.dashboard .dashboard-logged .hero-section .hero-content .welcome-title .highlight{background:linear-gradient(135deg,#a40990,#ff6b9d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.dashboard .dashboard-logged .hero-section .hero-content .welcome-title{font-size:2.5rem}}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(164,9,144,.1),transparent);transition:left .5s ease}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card:hover{transform:translateY(-5px);border-color:#a409904d;box-shadow:0 10px 30px #a4099033}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card:hover:before{left:100%}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card .stat-icon{margin-bottom:1rem}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card .stat-icon .icon{width:3rem;height:3rem;color:#a40990}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card .stat-info h3{font-size:2.5rem;font-weight:700;color:#a40990;margin-bottom:.5rem;font-family:Inter,system-ui,sans-serif}.dashboard .dashboard-logged .hero-section .hero-content .stats-grid .stat-card .stat-info p{font-size:1.2rem;color:#fffc;font-family:Inter,system-ui,sans-serif}.dashboard .dashboard-logged .movie-section{margin:4rem 2rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.dashboard .dashboard-logged .movie-section.visible{opacity:1;transform:translateY(0)}.dashboard .dashboard-logged .movie-section .section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid rgba(164,9,144,.3)}.dashboard .dashboard-logged .movie-section .section-header .header-icon .icon{width:2.5rem;height:2.5rem;color:#a40990}.dashboard .dashboard-logged .movie-section .section-header h2{font-size:2.5rem;font-family:Inter,system-ui,sans-serif;font-weight:700;margin:0;color:#fff}.dashboard .dashboard-logged .movie-section .section-header .section-count{background:linear-gradient(135deg,#a40990,#ff6b9d);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-weight:700;font-size:1.2rem;margin-left:auto}.dashboard .dashboard-logged .movie-section .movies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:2rem}@media (max-width: 768px){.dashboard .dashboard-logged .movie-section .movies-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state{grid-column:1/-1;text-align:center;padding:4rem 2rem;background:#ffffff0d;border-radius:1.5rem;border:2px dashed rgba(164,9,144,.3)}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state .empty-icon{width:4rem;height:4rem;color:#a4099080;margin-bottom:1rem}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state h3{font-size:2rem;color:#fff;margin-bottom:1rem;font-family:Inter,system-ui,sans-serif}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state p{color:#ffffffb3;font-size:1.2rem;margin-bottom:2rem}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state .discover-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#a40990,#ff6b9d);color:#fff;padding:1rem 2rem;border-radius:2rem;text-decoration:none;font-weight:700;transition:all .3s ease}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state .discover-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #a409904d}.dashboard .dashboard-logged .movie-section .movies-grid .empty-state .discover-btn .btn-icon{width:1.2rem;height:1.2rem}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card{position:relative;border-radius:1rem;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;opacity:0;transform:translateY(20px);cursor:pointer;max-width:22.5rem}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card.visible{opacity:1;transform:translateY(0)}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link{display:block;position:relative;text-decoration:none;color:inherit}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;display:block}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link .card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;opacity:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link .card-overlay .play-overlay{background:#a40990e6;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link .card-overlay .play-overlay:hover{background:#a40990}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link .card-overlay .play-overlay .play-icon{width:1.5rem;height:1.5rem;color:#fff}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .movie-link:hover .card-overlay{opacity:1}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .delete-btn{position:absolute;top:.5rem;right:.5rem;background:#dc3545e6;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;opacity:.8}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .delete-btn:hover{background:#dc3545;transform:scale(1.1);opacity:1}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .delete-btn .delete-icon{width:1rem;height:1rem;color:#fff}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info{padding:1rem;position:relative}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info h4{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem;font-family:Inter,system-ui,sans-serif;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info .card-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .8rem;border-radius:1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info .card-badge .badge-icon{width:.8rem;height:.8rem}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info .card-badge.watchlist-badge{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.dashboard .dashboard-logged .movie-section .movies-grid .movie-card .card-info .card-badge.watched-badge{background:#28a74533;color:#28a745;border:1px solid rgba(40,167,69,.3)}.dashboard .dashboard-not-logged{display:flex;align-items:center;justify-content:center;min-height:80vh}.dashboard .dashboard-not-logged .not-logged-content{text-align:center;padding:4rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;border:1px solid rgba(255,255,255,.1);max-width:500px}.dashboard .dashboard-not-logged .not-logged-content .not-logged-icon{width:4rem;height:4rem;color:#a40990;margin-bottom:2rem}.dashboard .dashboard-not-logged .not-logged-content h2{font-size:2.5rem;font-family:Inter,system-ui,sans-serif;color:#fff;margin-bottom:1rem}.dashboard .dashboard-not-logged .not-logged-content p{color:#fffc;font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){.dashboard .dashboard-not-logged .not-logged-content .auth-buttons{flex-direction:column}}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons .auth-btn{padding:1rem 2rem;border-radius:2rem;text-decoration:none;font-weight:700;transition:all .3s ease;border:2px solid transparent}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons .auth-btn.primary{background:linear-gradient(135deg,#a40990,#ff6b9d);color:#fff}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons .auth-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #a409904d}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons .auth-btn.secondary{background:transparent;color:#a40990;border-color:#a40990}.dashboard .dashboard-not-logged .not-logged-content .auth-buttons .auth-btn.secondary:hover{background:#a40990;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.logout{display:none}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}footer{color:#fff;padding:1rem 7rem;border-top:2px solid #a40990}@media (max-width: 768px){footer{flex-direction:column;justify-content:center;gap:1rem;padding:1rem}}footer p{text-align:center}footer p a{color:#a40990;font-weight:700}.not-found{height:90vh;display:flex;flex-direction:column;margin-top:5rem;align-items:center}.not-found h2{font-size:4rem}.not-found a{color:#a40990;font-size:3rem;font-weight:700}.movie-detail{color:#fff}.movie-detail .poster{background-size:cover;background-position:center top;background-repeat:no-repeat;display:flex;gap:3rem;padding:7rem 0 7rem 7rem;min-height:90vh}@media (max-width: 768px){.movie-detail .poster{padding:7rem 2rem;flex-direction:column;align-items:center;background-position:center}}.movie-detail .poster h2,.movie-detail .poster h3{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;letter-spacing:normal}.movie-detail .poster .image img{width:25rem;height:auto}.movie-detail .poster .texts{max-width:65vw;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 480px){.movie-detail .poster .texts{max-width:90vw}}.movie-detail .poster .texts h2{font-size:3.5rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 480px){.movie-detail .poster .texts h2{font-size:2.5rem}}.movie-detail .poster .texts h2 span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.8rem;font-weight:400}.movie-detail .poster .texts ul{display:flex;align-items:center;gap:2rem}@media (max-width: 480px){.movie-detail .poster .texts ul{flex-wrap:wrap}}.movie-detail .poster .texts ul li span{padding:0 .2rem}.movie-detail .poster .texts h3{font-size:2rem}.movie-detail .poster .texts .icon-stars{display:flex;align-items:center;gap:.2rem}.movie-detail .poster .texts .icon-stars svg{color:#d1ad0c}.movie-detail .poster .texts .icon-stars p{padding-left:1rem;font-size:1.2rem}.movie-detail .poster .texts .add-buttons .logged-buttons{display:flex;align-items:center;gap:2rem}.movie-detail .poster .texts .add-buttons .logged-buttons button{background-color:#a40990;padding:1rem;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.movie-detail .poster .texts .add-buttons .logged-buttons button svg{color:#000;width:2.5rem;height:2.5rem}.movie-detail .poster .texts .add-buttons .logged-buttons button:hover:not(:disabled){background-color:#d40cba;transform:scale(1.05)}.movie-detail .poster .texts .add-buttons .logged-buttons button:disabled{background-color:#666;cursor:not-allowed;opacity:.7;transform:none}.movie-detail .poster .texts .add-buttons .logged-buttons button:disabled svg{color:#999}.movie-detail .poster .texts .add-buttons .logged-buttons button.disabled{background-color:#28a745}.movie-detail .poster .texts .add-buttons .logged-buttons button.disabled svg{color:#fff}.movie-detail .poster .texts .add-buttons p{font-size:1.4rem;font-weight:700;color:red}.movie-detail .poster .texts .companies{font-size:1.2rem}.movie-detail .poster .texts .companies span{padding:0 .5rem}@media (max-width: 480px){.movie-detail .poster .texts .companies span{padding:0}}.chakra-toast{margin-top:5rem}.search-results{padding:2rem;min-height:90vh;color:#fff}.search-results h2{font-size:2.5rem;margin:5rem 0;text-align:center;letter-spacing:normal}.search-results .map{display:grid;grid-template-columns:repeat(5,1fr);place-items:center;align-items:start;row-gap:3rem}@media (max-width: 1100px){.search-results .map{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.search-results .map{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.search-results .map{grid-template-columns:repeat(2,1fr)}}.search-results .map .map-result{font-family:Arial,Helvetica,sans-serif}.search-results .map .map-result a img{-o-object-fit:cover;object-fit:cover;height:30rem;cursor:pointer}@media (max-width: 768px){.search-results .map .map-result a img{width:15rem;height:22rem}}.search-results .map .map-result h3,.search-results .map .map-result p{font-size:1.5rem;max-width:20rem;font-family:Inter,system-ui,sans-serif;letter-spacing:normal}@media (max-width: 768px){.search-results .map .map-result h3,.search-results .map .map-result p{max-width:15rem;font-size:1.3rem}}.search-results .map .map-result p{font-size:1.4rem}@media (max-width: 768px){.search-results .map .map-result p{font-size:1.2rem}}.search-results .empty{text-align:center;font-size:4rem;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.ia-container{margin:2rem auto;min-height:75vh}.ia-container form{display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:80%;background-color:#000;border-radius:1rem}@media (max-width: 768px){.ia-container form{max-width:95%}}.ia-container form input{padding:1rem .5rem;width:100%;border-radius:1rem}.ia-container form button svg{margin-left:-4rem;color:#a40990;height:3rem;width:3rem;cursor:pointer}.results{margin:2rem auto;background-color:#464646;max-width:80%;border-radius:1rem;height:60vh;padding:1rem}@media (max-width: 768px){.results{max-width:95%}}.results p{font-size:1.6rem;color:#fff}@media (max-width: 768px){.results p{font-size:1.3rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 992px){.container{max-width:992px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-4{bottom:1rem}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-20{margin-top:5rem}.mt-48{margin-top:12rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.flex{display:flex}.grid{display:grid}.aspect-\[2\/3\]{aspect-ratio:2/3}.h-12{height:3rem}.h-16{height:4rem}.h-4{height:1rem}.h-6{height:1.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.bg-black\/40{background-color:#0006}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-main{--tw-bg-opacity: 1;background-color:rgb(164 9 144 / var(--tw-bg-opacity, 1))}.bg-primary\/10{background-color:#a409901a}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.px-12{padding-left:3rem;padding-right:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-16{padding-bottom:4rem}.text-center{text-align:center}.font-text,.font-title{font-family:Inter,system-ui,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.tracking-wide{letter-spacing:.025em}.text-main,.text-primary{--tw-text-opacity: 1;color:rgb(164 9 144 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{box-sizing:border-box;padding:0;margin:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:16px;font-family:Inter,system-ui,sans-serif;background-color:#000!important}h1,h2,h3{font-weight:700;font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:#fff}li{list-style:none}button{font-family:Inter,system-ui,sans-serif}.hover\:bg-main\/90:hover{background-color:#a40990e6}.group:hover .group-hover\:bg-black\/20{background-color:#0003}.group:hover .group-hover\:bg-primary\/20{background-color:#a4099033}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-7xl{font-size:4.5rem;line-height:1}.tablet\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
