:root{--bg:#0b0b0b;--fg:#fff}#__next,body,html{height:100%;margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#141414;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em}div,h1,h2,h3,h4,h5,h6,p,span{font-family:Montserrat,sans-serif}div,p,span{font-weight:400;line-height:1.5}button{font-family:Montserrat,sans-serif;font-weight:500}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Header{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px double grey;position:-webkit-sticky;position:sticky;top:0;z-index:99;background-color:#000}.Header-text{width:40%;justify-content:center}.Header-Nav,.Header-text{display:flex;align-items:center}.Header-Nav{width:60%}.Header-text a,.Header-text a:active,.Header-text a:visited{text-decoration:none;color:#fff;display:flex;align-items:center;gap:10px}.Header-logo{height:40px;width:auto;border-radius:8px}.Nav-list{position:-webkit-sticky;position:sticky;padding:0;margin:0}@media (max-width:600px){.Header{padding:.5rem;font-size:.95rem}.Header-Nav,.Header-text{width:50%}.Header-text h1{font-size:1rem}.Nav-list{gap:.5rem;justify-content:center}.Nav-list li{margin:0 .25em}}.Discover{display:flex;flex-direction:column;padding-left:1rem}.Discover-header h2{text-align:left}.Discover-content{display:flex}.Discover-list{width:90%}.handle{display:flex;font-size:large;justify-content:center;background-color:#1e1919;width:5%;cursor:pointer;opacity:.2;color:#fff;align-items:center;border-radius:10px;z-index:10}.handle:hover{opacity:.9;transition:opacity .2s}.TvList{display:flex;justify-content:space-around;align-items:flex-start;width:100%;padding:1em 0;box-sizing:border-box;min-height:-moz-fit-content;min-height:fit-content}.App{text-align:center;width:100%;font-family:Montserrat,sans-serif}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;padding:2rem}.MovieList{display:flex;justify-content:space-around;align-items:flex-start;width:100%;padding:1em 0;box-sizing:border-box;min-height:-moz-fit-content;min-height:fit-content}.Movie{flex:0 1 20%;margin:1em;display:flex;flex-direction:column;align-items:center;max-width:185px}.Movie img{border-radius:10px;cursor:pointer;opacity:.8}.Movie img:hover{opacity:1;box-shadow:10px 0 30px rgba(72,72,72,.5),-10px 0 30px rgba(72,72,72,.5);transition:all .5s}.Movie p{word-wrap:break-word;white-space:normal}.AdvancedSearch{display:flex}.AdvancedSearch-Inputs ul li{list-style:none;margin-bottom:1em}.AdvancedSearch label{margin:0 1em}#AdvancedSearch-media-type{display:flex;flex-direction:column}#AdvancedSearch-Media,.AdvancedSearch-Inputs,.AdvancedSearch-Results{display:flex}.AdvancedSearch-Results{width:60%;height:100%;justify-content:center;align-items:center}.AdvancedSearch-Results .MuiGrid-container{justify-content:space-between}.AdvancedSearch-Inputs{max-width:20%;text-align:left}.AdvancedSearch-button{border-radius:54px;background-color:#000;color:#fff;margin:.2rem;transition:background-color .5s;transition:border-color .5s}.AdvancedSearch-button:hover{cursor:pointer;background-color:#3b3b3b;border-color:#3b3b3b}.MovieList::-webkit-scrollbar{height:1em}.MovieList::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.MovieList::-webkit-scrollbar-thumb{background:rgba(74,74,74,.5);border-radius:10px;width:12px}.MovieList::-webkit-scrollbar-thumb:hover{background:#4a4a4a;border-radius:10px;width:12px}.MovieList::-webkit-scrollbar-button{background-color:#404040;display:block;background-size:auto;background-repeat:no-repeat}.MovieList::-webkit-scrollbar-button:single-button:horizontal:decrement{height:12px;width:12px;background-position:3px 3px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>")}.MovieList::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>")}.MovieList::-webkit-scrollbar-button:single-button:horizontal:decrement:active{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>")}.MovieList::-webkit-scrollbar-button:single-button:horizontal:increment{height:12px;width:12px;background-position:3px 3px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>")}.MovieList::-webkit-scrollbar-button:single-button:horizontal:increment:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>")}.MovieList::-webkit-scrollbar-button:single-button:horizontal:increment:active{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>")}.example-enter{opacity:.01}.example-enter.example-enter-active{opacity:1;transition:opacity .5s ease-in}.example-leave{opacity:1}.example-leave.example-leave-active{opacity:.01;transition:opacity .3s ease-in}.Movie-modal-transition-enter{opacity:0}.Movie-modal-transition-enter-active{opacity:1;transition:opacity .5s}.Movie-modal-transition-exit{opacity:1}.Movie-modal-transition-exit-active{opacity:0;transition:opacity .5s}.ModalSynopsis-enter{transform:translateX(100%)}.ModalSynopsis-enter-active{transform:translateX(0);transition:transform .3s}.ModalSynopsis-exit{transform:translateX(0)}.ModalSynopsis-exit-active{transform:translateX(100%);transition:transform .3s}.ModalInfo-enter{transform:translateX(200%)}.ModalInfo-enter-active{transform:translateX(0);transition:transform .3s}.ModalInfo-exit{transform:translateX(0)}.ModalInfo-exit-active{transform:translateX(200%);transition:transform .3s}.GenreSelection{margin:.25em 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.GenreSelection-toggle-button{margin:.1em;padding:12px 20px;border-radius:16px;text-align:center;font-size:16px;font-weight:500;transition:all .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.3);transform:translateY(0);border:1px solid #383838;background:linear-gradient(145deg,#1a1a1a,#000);color:#fff;cursor:pointer}.GenreSelection-toggle-button:hover{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border:1px solid #4c4c4c;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.4)}.GenreSelectionButton{margin:.1em;padding:12px 20px;border-radius:16px;text-align:center;font-size:16px;font-weight:500;transition:all .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.3);transform:translateY(0)}.GenreSelectionButton-active-false{border:1px solid #383838;background:linear-gradient(145deg,#1a1a1a,#000);color:#fff;cursor:pointer}.GenreSelectionButton-active-false:hover{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border:1px solid #4c4c4c;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.4)}.GenreSelectionButton-active-true{background:linear-gradient(145deg,#4a4a4a,#2a2a2a);border:1px solid #606060;color:#fff;cursor:pointer;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.5)}.GenreSelectionButton-active-true:hover{background:linear-gradient(145deg,#3a3a3a,#1a1a1a);border:1px solid #565656;cursor:pointer;transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.5)}.Miscellaneous{display:flex;flex-direction:column;padding-left:1rem}.Miscellaneous-header h2{text-align:left}.Miscellaneous-content{display:flex}.Miscellaneous-list{width:90%}.Miscellaneous-lists-transition-enter{opacity:0}.Miscellaneous-lists-transition-enter-active{opacity:1;transition:opacity .5s}.Miscellaneous-lists-transition-exit{opacity:1}.Miscellaneous-lists-transition-exit-active{opacity:0;transition:opacity .5s}.Lists{display:flex;flex-direction:column}.Lists-Genres{margin-bottom:1rem}.Lists-Lists{display:flex;flex-direction:column}.Modal{display:flex;background-color:hsla(0,0%,4%,.99);position:fixed;z-index:100;border-radius:10px;padding:1.5em;top:15%;left:20%;right:20%;bottom:10%;overflow-y:scroll;border:1px solid grey}.Modal-close{position:absolute;top:1%;right:1%;text-align:center;width:10%}.Modal-close button{border-radius:50%;color:#fff;background-color:#141414;border:2px solid #fff;cursor:pointer;padding:8px 12px}.Modal-close button:hover{cursor:pointer;background-color:#383838;border:1px solid #000}.Modal-info{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.Modal-Button{width:-moz-fit-content;width:fit-content;padding:.5rem;margin:.5em;border-radius:54px;color:#fff;background-color:#000;border:1px solid #383838;transition:background-color .5s ease}.Modal-Button:hover{cursor:pointer;background-color:#383838;border:1px solid #000}.Modal-contents,.Modal-image{max-height:100%;max-width:90%}.Modal-contents{width:100%}.Modal-contents ul{display:flex;flex-direction:column;text-align:left}.Modal ul li{list-style:none;margin:.2em 0}.Modal-streaming-regions{display:flex;justify-content:space-between}.Modal-platforms,.Modal-regions{margin:0 .5em;text-align:center;width:50%}.RegionSelector{display:flex;flex-direction:column}.RegionSelector-dropdown{background-color:#141414;border:1px solid #383838;border-radius:8px;color:#fff;padding:8px;margin:8px 0}.RegionSelector option{background-color:#141414;color:#fff;border-radius:54px}.StreamingPlatform{overflow-wrap:anywhere;min-width:100%}.StreamingPlatform ul{display:flex;flex-direction:row}.StreamingPlatform ul li{margin:0 .2em}.StreamingPlatform-Filters{margin-bottom:1rem}.StreamingPlatform-Filters-head{margin-bottom:.5rem}.StreamingPlatform-Filters-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.disclaimer{font-size:8px;margin-top:1rem}.disclaimer a{text-decoration:none;color:#fff}.StreamingPlatform-btn{min-width:max-content;max-width:20%}.PlatformList{margin:1rem 0}.PlatformList-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:.5rem}.PlatformList-item{display:flex;align-items:center}.PlatformList img{border-radius:10px;width:45px;height:auto}.Modal::-webkit-scrollbar{height:1em;width:.5em}.Modal::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.Modal::-webkit-scrollbar-thumb,.Modal::-webkit-scrollbar-thumb:hover{background:#4a4a4a;border-radius:10px;width:12px}.Search{padding:2rem;width:100%;min-height:100vh}.Search-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1400px;margin:0 auto}.Search h1{margin-bottom:2rem;text-align:center}.Search-advanced-link{display:flex;justify-content:center;margin:2rem 0 1rem;width:100%}.Search-advanced-link a{color:#fff;text-decoration:none;padding:12px 24px;background-color:rgba(56,56,56,.3);border-radius:24px;transition:background-color .3s;font-weight:500}.Search-advanced-link a:hover{background-color:rgba(56,56,56,.6)}.Search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%;justify-items:center;padding:1rem 0}.welcome-section{text-align:center;margin-bottom:3rem;padding:2rem 1rem}.welcome-section h1{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-text{font-size:1.1rem;line-height:1.6;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto}.welcome-inspiration-hint,.welcome-region-hint{font-size:.95rem;line-height:1.5;color:hsla(0,0%,100%,.7);max-width:600px;margin:1rem auto 0}.search-section{margin-bottom:2rem}.Search-media-selector{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.Search-media-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;color:hsla(0,0%,100%,.8);transition:color .2s ease}.Search-media-label:hover{color:#fff}.Search-radio{cursor:pointer;width:18px;height:18px;accent-color:#667eea}.Search-media-label span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.SearchBar{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.SearchBar-input-container{display:flex;align-items:center;gap:1rem;width:100%;max-width:600px}.SearchBar-input{flex:1 1;margin:.5em 0;border-radius:54px;text-align:center;color:#fff;background-color:#141414;border:2px solid #fff;transition:all .3s ease;padding:12px 20px;font-size:16px}.SearchBar-input:hover{border-color:hsla(0,0%,100%,.8)}.SearchBar-input:focus{outline:none;border-color:hsla(0,0%,100%,.9);background-color:#1e1e1e}.SearchBar-button{padding:12px 24px;border-radius:8px;border:1px solid #3b3b3b;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.SearchBar-button:hover:not(:disabled){background:linear-gradient(145deg,#3a3a3a,#2a2a2a);border-color:#4a4a4a;transform:translateY(-1px)}.SearchBar-button:disabled{opacity:.5;cursor:not-allowed;background:rgba(59,59,59,.3);border-color:rgba(59,59,59,.5)}.SearchBar input{margin:.5em 0;width:50%;border-radius:54px;text-align:center;color:#fff;background-color:#141414;border:2px solid #fff;transition:width .5s;padding:12px 20px;font-size:16px}.SearchBar input:hover{width:70%;transition:width .5s}.SearchBar input:focus{width:70%;outline:none;border-color:hsla(0,0%,100%,.8)}.loading-container{display:flex;justify-content:center;align-items:center;padding:2rem}.no-results{text-align:center;padding:2rem;color:hsla(0,0%,100%,.7)}.Nav-list{width:100%;justify-content:space-around;flex-wrap:wrap;gap:1rem}.Nav-list,.Nav-list li{display:flex;align-items:center}.Nav-list li{list-style:none;margin:0 .5em;gap:.5rem}.Nav-list a,.Nav-list a:active,.Nav-list a:visited{text-decoration:none;color:#fff;font-weight:500;padding:8px 16px;border-radius:4px;transition:background-color .3s}.Nav-list a:hover{background-color:hsla(0,0%,100%,.1)}.Nav-selector{display:flex;align-items:center;gap:.5rem}.Nav-selector label{color:#fff;font-size:.9rem;font-weight:500}.LanguageSelector-dropdown,.RegionSelector-dropdown{background-color:rgba(40,40,40,.8);color:#fff;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;padding:6px 12px;font-size:.9rem;min-width:80px;cursor:pointer;transition:border-color .3s,background-color .3s}.LanguageSelector-dropdown:hover,.RegionSelector-dropdown:hover{border-color:hsla(0,0%,100%,.5);background-color:rgba(50,50,50,.9)}.LanguageSelector-dropdown:focus,.RegionSelector-dropdown:focus{outline:none;border-color:hsla(0,0%,100%,.8);background-color:rgba(50,50,50,.9)}.LanguageSelector-dropdown option,.RegionSelector-dropdown option{background-color:#282828;color:#fff}@media (max-width:768px){.Nav-list{flex-direction:column;gap:.5rem}.Nav-selector{flex-direction:column;text-align:center}.Nav-selector label{font-size:.8rem}}.footer{background-color:hsla(0,0%,8%,.95);padding:2rem 1rem;margin-top:4rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;padding:.5rem;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-separator{color:hsla(0,0%,100%,.4);font-weight:300}@media (max-width:768px){.footer-links{flex-direction:column;gap:1rem}.footer-separator{display:none}}