@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.main{width:100vw;min-height:100vh;padding-bottom:80px;background:#000000;color:var(--tg-theme-text-color)}header{padding:20px;margin:0 auto;text-align:center;background-color:#000}h1{margin:0;color:#fff}.content-wrapper{display:flex;flex-direction:column;min-height:calc(100vh - 140px);background:#000000}.welcome{text-align:center;display:flex;flex-direction:column;align-content:center;justify-content:space-between;margin:0 auto;background-color:#000;min-height:200px}.welcome button{width:200px;margin:0 auto;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.logo{padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.loading{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999999}.iframe-modal{position:fixed;top:0;left:0;background-color:#000;width:100%;height:100vh;z-index:999}.iframe-modal iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100vh}.iframe-modal .close{position:absolute;top:5%;right:5%;z-index:999;cursor:pointer;color:var(--tg-theme-text-color)}.search-result-item{margin:10px 0}.movies-list{flex:1;margin-bottom:100px;display:flex;flex-direction:column;align-items:center;background:#000000}.movies-tabs-wrapper{background:#000000;padding:1rem 0}.grid-home{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px;width:100%;max-width:100%;background:#000000}.movie-card{background:#181818;border-radius:20px;overflow:hidden;transition:transform .2s ease;cursor:pointer;box-shadow:0 4px 24px #0000002e;width:100%;margin:0;display:flex;flex-direction:column;align-items:center}.movie-card:hover{transform:translateY(-2px)}.movie-card img{width:100%;aspect-ratio:2/3;-o-object-fit:cover;object-fit:cover;border-radius:20px 20px 0 0}.movie-card h3{padding:1rem .5rem 1.2rem;color:#fff;margin:0;font-size:13px;text-align:center;font-weight:600;letter-spacing:0em;line-height:1.3;max-height:68px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}:root{--tg-theme-bg-color: #000000;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #9ca3af;--tg-theme-link-color: #60a5fa;--tg-theme-button-color: #60a5fa;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #1a1a1a;background-color:#000}[data-theme=dark]{--tg-theme-bg-color: #000000;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #9ca3af;--tg-theme-link-color: #425162;--tg-theme-button-color: #60a5fa;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #1a1a1a}body{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}button{background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.secondary-bg{background-color:var(--tg-theme-secondary-bg-color)}footer{width:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 40%,rgba(0,0,0,1) 100%);padding:20px 0 12px;position:fixed;bottom:0;left:0;z-index:100;ul {width: 100%; list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 20px; justify-content: space-around; li {img {width: 30px;} svg {} a {text-decoration: none; color: white; &:hover {color: white;}} .logo {position: relative; top: -40px;}}}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.loading-circle{width:60px;height:60px;border-radius:50%;background:rgba(254,187,18,.1);display:flex;align-items:center;justify-content:center;animation:pulse 1.5s ease-in-out infinite}.loading-circle-inner{width:40px;height:40px;border-radius:50%;background:#febb12;animation:inner-pulse 1.5s ease-in-out infinite}.loading-text{margin-top:20px;color:var(--tg-theme-text-color);font-size:16px;font-weight:500;opacity:.8;animation:text-fade 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #febb124d}70%{transform:scale(1);box-shadow:0 0 0 15px #febb1200}to{transform:scale(.95);box-shadow:0 0 #febb1200}}@keyframes inner-pulse{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.8}}@keyframes text-fade{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.movie-tabs{display:flex;justify-content:center;align-items:center;padding:1rem 0;background:transparent}.tabs-container{display:flex;gap:100px;align-items:center;justify-content:center}.tab{display:flex;align-items:center;justify-content:center;padding:.5rem;border:2px solid transparent;background:none;cursor:pointer;border-radius:50%;transition:all .2s ease;color:#888;font-size:2rem}.tab.active{color:#febe13;transform:scale(1.15)}.tab svg{stroke:currentColor;fill:none}.tab.active svg{fill:#febe13}.tab span{font-size:.9rem}*,: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]{display:none}*,: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: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-4{bottom:1rem}.bottom-\[0\]{bottom:0}.left-3{left:.75rem}.left-\[50\%\]{left:50%}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:.75rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.grid{display:grid}.aspect-\[2\/3\]{aspect-ratio:2/3}.h-10{height:2.5rem}.h-4{height:1rem}.h-8{height:2rem}.h-\[200px\]{height:200px}.h-\[60px\]{height:60px}.h-\[76px\]{height:76px}.h-auto{height:auto}.h-full{height:100%}.h-lvh{height:100lvh}.max-h-\[80vh\]{max-height:80vh}.w-10{width:2.5rem}.w-4{width:1rem}.w-8{width:2rem}.w-\[54px\]{width:54px}.w-\[80\%\]{width:80%}.w-full{width:100%}.max-w-sm{max-width:24rem}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-4{gap:1rem}.overflow-auto{overflow:auto}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.bg-\[\#09033b\]{--tw-bg-opacity: 1;background-color:rgb(9 3 59 / var(--tw-bg-opacity))}.bg-\[\#0F1017\]{--tw-bg-opacity: 1;background-color:rgb(15 16 23 / var(--tw-bg-opacity))}.bg-\[\#181818\]{--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:1rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-0{padding-bottom:0}.pb-\[100px\]{padding-bottom:100px}.pb-\[120px\]{padding-bottom:120px}.pl-10{padding-left:2.5rem}.pr-3{padding-right:.75rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[15px\]{font-size:15px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-\[\#8E9BA7\]{--tw-text-opacity: 1;color:rgb(142 155 167 / var(--tw-text-opacity))}.text-\[\#B3BBC4\]{--tw-text-opacity: 1;color:rgb(179 187 196 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.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)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;max-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:12px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:linear-gradient(rgb(254,190,19) 0%,rgb(184,132,0) 100%);cursor:pointer;transition:border-color .25s;text-decoration:none;color:#fff}a{text-decoration:none;color:#fff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.focus\:border-\[\#febb12\]:focus{--tw-border-opacity: 1;border-color:rgb(254 187 18 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}@media (prefers-color-scheme: dark){.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}.film{img {height: 260px; -o-object-fit: cover; object-fit: cover; width: 90vw; border-radius: 18px;} .poster {position: relative; width: 100%; max-width: 300px; margin: 0 auto; aspect-ratio: 2/3; border-radius: .5rem; overflow: hidden; .play {cursor: pointer; background: #cbcbcb70; width: 75px; height: 75px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center;}} .poster img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block;} .description {margin-bottom: 20px;} .info-blocks {display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 20px 0; .info-block {flex: 1; max-width: 140px; border-radius: 16px; padding: 0 16px; .rating {font-weight: 600; font-size: 24px; line-height: 1.2; background: linear-gradient(90deg,#FFFFFF 0%,#B3BBC4 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; .partner {font-size: 14px; opacity: .7;}}}} .genres {.genre {position: relative; &:not(:last-child) {&::after {content: "•"; position: absolute; right: 6px; top: 1%;}} padding-right: 20px;} .genre-time {}} .actions {display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; .action-btn {background: linear-gradient(90deg,rgba(255,255,255,.025) -32.32%,rgba(255,255,255,.1) 50.21%,rgba(255,255,255,.1) 117.4%); width: 100%; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50px; padding: 0; color: white; svg {width: 32px; height: 32px;} a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: white;} &:nth-child(2) {svg {width: 25px; height: 25px;}}}} .emojies {margin-top: 30px; .emoji {img {width: 60px; height: 60px;}}}}.emoji{cursor:pointer;transition:all .3s ease;opacity:.6;transform:scale(.9)}.emoji:hover{opacity:.8;transform:scale(1)}.emoji.active{opacity:1;transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(254,187,18,.5))}.emoji img{width:100%;height:auto}
