@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";body{background-color:#2f2b32;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;color:#faf8ed;min-height:100vh}button{border:none;background:none;font-family:inherit}.wrapper{min-height:100vh;display:flex;flex-direction:column;max-width:1250px;margin:0 auto;padding:0 16px}.main{flex:1}i[class^=ico_]{display:inline-block;width:24px;height:24px;vertical-align:top;background-color:#c0bcb7;mask-size:24px;-webkit-mask-size:24px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.ico_home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.743,12.331l-9-10c-0.379-0.422-1.107-0.422-1.486,0l-9,10c-0.265,0.293-0.331,0.715-0.17,1.076 C2.247,13.768,2.605,14,3,14h2v7c0,0.552,0.447,1,1,1h3c0.553,0,1-0.448,1-1v-4h4v4c0,0.552,0.447,1,1,1h3c0.553,0,1-0.448,1-1v-7h2 c0.395,0,0.753-0.232,0.913-0.593C22.074,13.046,22.008,12.625,21.743,12.331z'%3E%3C/path%3E%3C/svg%3E")}.ico_collection{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10H5c-1.103 0-2 .897-2 2v8c0 1.1.897 2 2 2h14c1.1 0 2-.897 2-2v-8c0-1.103-.897-2-2-2zM5 6h14v2H5zm2-4h10v2H7z'%3E%3C/path%3E%3C/svg%3E")}.ico_hot{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.5 8c0 1.5-.5 3.5-2.9 4.3.7-1.7.8-3.4.3-5-.7-2.1-3-3.7-4.6-4.6-.4-.3-1.1.1-1 .7 0 1.1-.3 2.7-2 4.4C4.1 10 3 12.3 3 14.5 3 17.4 5 21 9 21c-4-4-1-7.5-1-7.5.8 5.9 5 7.5 7 7.5 1.7 0 5-1.2 5-6.4 0-3.1-1.3-5.5-2.4-6.9-.3-.5-1-.2-1.1.3'%3E%3C/path%3E%3C/svg%3E")}.ico_heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.205 4.791a5.938 5.938 0 0 0-4.209-1.754A5.906 5.906 0 0 0 12 4.595a5.904 5.904 0 0 0-3.996-1.558 5.942 5.942 0 0 0-4.213 1.758c-2.353 2.363-2.352 6.059.002 8.412L12 21.414l8.207-8.207c2.354-2.353 2.355-6.049-.002-8.416z'%3E%3C/path%3E%3C/svg%3E")}.ico_search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.023 16.977a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.962 6.962 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392.604.646 2.121-2.121-.646-.604c-.379-.372-.885-.866-1.391-1.36zM9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z'%3E%3C/path%3E%3C/svg%3E")}.section{margin-bottom:32px}.section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.section_title{font-size:30px;font-weight:600}.movie_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link:hover{outline:solid 6px #ffffff22}.card .image{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title{font-size:17px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card .meta{display:flex;gap:4px;font-size:14px;color:#fff8}.card .rating{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-family:sans-serif;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"],.card .rating[data-rating^="8"],.card .rating[data-rating^="9"]{background:#00942c}.card .rating[data-rating^="1"],.card .rating[data-rating^="2"],.card .rating[data-rating^="3"],.card .rating[data-rating^="4"]{background:#c91a0a}@media(max-width:800px){.movie_grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.ico_film{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 4v1h-2V3H7v2H5V3H3v18h2v-2h2v2h10v-2h2v2h2V3h-2v1zM5 7h2v2H5V7zm0 4h2v2H5v-2zm0 6v-2h2v2H5zm12 0v-2h2v2h-2zm2-4h-2v-2h2v2zm-2-4V7h2v2h-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_tv{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6h-5.586l2.293-2.293-1.414-1.414L12 5.586 8.707 2.293 7.293 3.707 9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 20V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2zM9 18H7v-2h2v2zm0-4H7v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm2-5H5V7h14v2z'%3E%3C/path%3E%3C/svg%3E")}.ico_flag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.303 6-3-2H6V2H4v20h2v-8h4.697l3 2H20V6z'%3E%3C/path%3E%3C/svg%3E")}.ico_category{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm10 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z'%3E%3C/path%3E%3C/svg%3E")}.ico_camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M18 11c0-.959-.68-1.761-1.581-1.954C16.779 8.445 17 7.75 17 7c0-2.206-1.794-4-4-4-1.516 0-2.822.857-3.5 2.104C8.822 3.857 7.516 3 6 3 3.794 3 2 4.794 2 7c0 .902.312 1.726.817 2.396A1.993 1.993 0 0 0 2 11v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-2.637l4 2v-7l-4 2V11zm-5-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM6 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M8.707 19.707 18 10.414 13.586 6l-9.293 9.293a1.003 1.003 0 0 0-.263.464L3 21l5.242-1.03c.176-.044.337-.135.465-.263zM21 7.414a2 2 0 0 0 0-2.828L19.414 3a2 2 0 0 0-2.828 0L15 4.586 19.414 9 21 7.414z'%3E%3C/path%3E%3C/svg%3E")}.ico_time{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3.293 14.707L11 12.414V6h2v5.586l3.707 3.707-1.414 1.414z'%3E%3C/path%3E%3C/svg%3E")}.ico_expand{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 12H3v9h9v-2H5zm7-7h7v7h2V3h-9z'%3E%3C/path%3E%3C/svg%3E")}.ico_fullscreen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h5V3H3v7h2zm5 14H5v-5H3v7h7zm11-5h-2v5h-5v2h7zm-2-4h2V3h-7v2h5z'%3E%3C/path%3E%3C/svg%3E")}.ico_window{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 21h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm0-2V7h16l.001 12H4z'%3E%3C/path%3E%3C/svg%3E")}.ico_link{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M8.465 11.293c1.133-1.133 3.109-1.133 4.242 0l.707.707 1.414-1.414-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535 1.465L4.929 12a5.008 5.008 0 0 0 0 7.071 4.983 4.983 0 0 0 3.535 1.462A4.982 4.982 0 0 0 12 19.071l.707-.707-1.414-1.414-.707.707a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.122-2.121z'%3E%3C/path%3E%3Cpath d='m12 4.929-.707.707 1.414 1.414.707-.707a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.122 2.121c-1.133 1.133-3.109 1.133-4.242 0L10.586 12l-1.414 1.414.707.707c.943.944 2.199 1.465 3.535 1.465s2.592-.521 3.535-1.465L19.071 12a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0z'%3E%3C/path%3E%3C/svg%3E")}.movie_section{padding-top:0}.movie_aside{width:250px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.movie_poster{width:100%}.movie_image{width:100%;display:block}.movie_rating_list{display:flex;gap:16px;list-style:none}.movie_rating_row{flex:1;display:flex;flex-direction:column;gap:4px;background:#232025;padding:8px 12px;border-radius:4px;font-family:sans-serif;font-weight:600;color:#c0bcb7}.movie_rating_row:first-child{border-radius:4px}.movie_rating_row:last-child{border-radius:4px}.movie_rating_name{font-family:sans-serif;font-size:16px;font-weight:600;color:#c0bcb7}.movie_rating_name a{color:#c0bcb7;text-decoration:none}.movie_rating_value{font-family:sans-serif;font-size:22px;font-weight:600;color:#faf8ed}.movie_rating_count{font-family:sans-serif;font-size:13px;font-weight:600;color:#939095}.movie_header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.movie_title_block{flex:1;display:flex;flex-direction:column;gap:8px}.movie_title_russian{font-size:36px;font-weight:600;color:#faf8ed;display:flex;align-items:center;gap:8px}.movie_title_russian i{background-color:#c0bcb7;width:24px;height:24px}.movie_title_original{font-family:system-ui;font-size:18px;color:#939095}.movie_favorites{margin-top:0}.bookmark_button{display:flex;align-items:center;justify-content:center;text-align:center;padding:8px 12px;border:none;border-radius:4px;background:#232025;font-family:sans-serif;font-size:13px;font-weight:600;color:#c0bcb7;cursor:pointer}.bookmark_item{display:flex;flex-direction:column;align-items:center;gap:4px}.bookmark_item i{font-size:24px;font-style:normal}.movie_info_list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.movie_info_row{display:flex;align-items:center}.movie_info_item{display:flex;align-items:center;gap:8px;font-family:system-ui;font-size:18px;color:#faf8ed}.movie_info_item i{flex-shrink:0;background-color:#c0bcb7;width:24px;height:24px}.movie_description{font-size:18px;line-height:1.5;color:#faf8ed;margin-bottom:32px}.actors_list{display:flex;gap:20px;overflow-x:auto;padding:10px 0}.actors_list::-webkit-scrollbar{height:6px}.actors_list::-webkit-scrollbar-thumb{background:#4b474d;border-radius:3px}.actor_item{display:flex;flex-direction:column;align-items:center;width:100px;flex-shrink:0;text-align:center}.actor_item img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:8px;border:2px solid #333}.actor_item span{font-size:14px;color:#c0bcb7;line-height:1.2}.player_section{margin-top:32px}.player_body{background:#1a1a1a;border-radius:8px;overflow:hidden}.player_info{display:flex;justify-content:space-between;align-items:center;background:#232025;padding:10px 16px}.player_select{background:#333;color:#fff;border:none;padding:8px;border-radius:4px;outline:none}.player_controls{display:flex;gap:12px}.player_controls button i{background-color:#c0bcb7;width:24px;height:24px}.player_iframe_wrapper{width:100%;aspect-ratio:16/9;background:#000}.player_iframe{width:100%;height:100%;border:none}@media(max-width:800px){.movie_body{flex-direction:column}.movie_aside{width:100%;flex-direction:row;align-items:flex-end}.movie_poster{width:140px;margin-bottom:0}.movie_rating_list{flex:1;flex-direction:column;justify-content:center}.movie_title_original{margin-left:0}}.tabs_container{margin-top:34px}.tabs_header{display:flex;gap:28px;padding:0 10px;border-radius:4px;background:#232025;overflow-x:auto;margin-bottom:15px}.tabs_header button{display:block;padding:14px 28px;border:none;background:transparent;font-family:system-ui;font-size:17px;font-weight:600;color:#939095;white-space:nowrap;text-align:center;cursor:pointer}.tabs_header button:hover{color:#faf8ed}.tabs_header button:disabled{cursor:pointer}.tabs_header button.active{color:#faf8ed;box-shadow:inset 0 -2px #4b474d}@media(max-width:600px){.tabs_header button{padding:12px 0;font-size:14px}}.player_section{margin-top:0}.player_body{background:#111;border-radius:4px;overflow:hidden}.player_info{display:flex;justify-content:space-between;align-items:center;background:#232025;padding:12px 16px;border-bottom:1px solid #ffffff11}.player_select{background:#4b474d;color:#faf8ed;border:none;border-radius:4px;padding:8px 12px;font-size:14px;font-weight:600;outline:none;cursor:pointer}.player_controls button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer}.player_controls button:hover{background:#4b474d}.player_iframe_wrapper{position:relative;padding-top:56.25%;background:#000}.player_section{margin-top:80px;display:flex;justify-content:center}.player_wrapper{width:100%;max-width:900px;background:#000;border-radius:20px;overflow:hidden}.player_tools{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#232025;border-bottom:1px solid #232025}.player_selector{display:flex;gap:10px}.player_select{background-color:#302c33;color:#c0bcb7;border:none;border-radius:9px;padding:8px 36px 8px 16px;font-family:sans-serif;font-size:14px;font-weight:600;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c0bcb7' 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 10px center;background-size:16px}.player_controls{display:flex;gap:8px}.player_controls button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;cursor:pointer;border:none;transition:.2s}.player_controls button:hover{background:#302c33}.player_controls i{width:20px;height:20px;background-color:#c0bcb7}.player_controls button:hover i{background-color:#dbd7d1}.player_screen{position:relative;width:100%;aspect-ratio:16/9;background:#000}.player_iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.player_footer{padding:20px;text-align:center;background:#232025}.site_logo_placeholder{font-family:sans-serif;font-weight:900;color:#3d393f;font-size:20px;text-transform:uppercase;letter-spacing:2px}.collections_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding:10px 0}.collection_card{display:flex;flex-direction:column;gap:12px;text-decoration:none;cursor:pointer}.collection_poster{position:relative;aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:#232025}.collection_card:hover .collection_poster{outline:solid 6px #ffffff22}.collection_poster img{width:100%;height:100%;object-fit:cover}.collection_title{font-family:sans-serif;font-size:15px;font-weight:600;color:#faf8ed;text-align:center;line-height:1}@media(max-width:1000px){.collections_grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.collections_grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:500px){.collections_grid{grid-template-columns:repeat(2,1fr);gap:16px}}.trailer_backdrop{position:fixed;inset:0;background-color:#000000e6;z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease}.trailer_content{width:100%;max-width:1000px;position:relative}.trailer_video_box{width:100%;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 10px 40px #00000080}.trailer_iframe{width:100%;height:100%;border:none}.trailer_close_btn{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;line-height:1;opacity:.7;transition:.2s}.trailer_close_btn:hover{opacity:1;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header[data-v-b24cb14e]{margin-top:16px;margin-bottom:28px}.header_nav[data-v-b24cb14e]{display:flex;flex-wrap:wrap;gap:2px;justify-content:stretch;background:#232025;border-radius:4px;outline:solid 4px #232025;box-shadow:0 1px 2px #0008;position:relative;z-index:10}.header_nav[data-v-b24cb14e]>*,.nav_btn[data-v-b24cb14e]{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px 24px;border:none;font-family:system-ui,sans-serif;font-size:18px;font-weight:600;color:#c0bcb7;text-decoration:none;background:#4b474d;cursor:pointer;transition:background .2s,color .2s}.header_nav[data-v-b24cb14e]>*:hover,.header_nav>*.router-link-active[data-v-b24cb14e],.nav_btn.active[data-v-b24cb14e],.header_nav>button.active[data-v-b24cb14e]{background:#635e66;color:#faf8ed}i[class^=ico_][data-v-b24cb14e]{display:inline-block;width:24px;height:24px;background-color:#c0bcb7;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;transition:background-color .2s}.header_nav>*:hover i[data-v-b24cb14e],.header_nav>*.router-link-active i[data-v-b24cb14e],.nav_btn.active i[data-v-b24cb14e],.header_nav>button.active i[data-v-b24cb14e]{background-color:#faf8ed}.ico_home[data-v-b24cb14e]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill-rule='evenodd' d='M11.4015 2.77345c-0.1332 0.00206 -0.2655 0.02018 -0.3942 0.05395 0.1001 -0.23591 0.1521 -0.48889 0.1533 -0.74459 -0.02 -0.56295 -0.2625 -1.095908 -0.6757 -1.485046 -0.4133 -0.389138 -0.96449 -0.60361939 -1.536 -0.597642349C8.55276 0.00116345 8.16433 0.108098 7.82498 0.309533c-0.33935 0.201436 -0.6169 0.489827 -0.80308 0.834447 -0.18619 -0.34462 -0.46374 -0.633011 -0.80309 -0.834447C5.87947 0.108098 5.49103 0.00116345 5.09489 0.000121651 4.52716 -0.000221174 3.98149 0.216765 3.57296 0.605316c-0.40853 0.388551 -0.64798 0.918294 -0.66785 1.477494 0.00115 0.2557 0.05323 0.50868 0.15328 0.74459 -0.13575 -0.03556 -0.27559 -0.0537 -0.41605 -0.05395 -0.43558 0 -0.85331 0.17054 -1.16131 0.4741C1.17303 3.55111 1 3.96282 1 4.39212c0 0.4293 0.17303 0.84101 0.48103 1.14457 0.308 0.30356 0.72573 0.46331 1.16131 0.46331h8.71536c0.4355 0 0.8533 -0.17054 1.1613 -0.4741 0.308 -0.30356 0.481 -0.71527 0.481 -1.14457 0 -0.4293 -0.173 -0.84102 -0.481 -1.14458 -0.308 -0.30356 -0.7258 -0.47409 -1.1613 -0.47409l0.0438 0.01079Zm-0.0438 4.47657H7.75V14h1.87448c0.75182 0 1.38752 -0.5565 1.48682 -1.3017l0.7319 -5.48898c-0.1595 0.02693 -0.3219 0.0407 -0.4855 0.0407Zm-8.71536 0c-0.1624 0 -0.32483 -0.01313 -0.48536 -0.03946l0.73169 5.48774C2.98803 13.4435 3.62371 14 4.37551 14H6.25V7.25002H2.64234Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ico_collection[data-v-b24cb14e]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 1h8v1H4V1zm-1 2h10v1H3V3zm10 2H3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-6.5 6.5v-4l3.5 2-3.5 2z'/%3E%3C/svg%3E")}.ico_search[data-v-b24cb14e]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.5C4.75329 0.5 0.5 4.75329 0.5 10C0.5 15.2467 4.75329 19.5 10 19.5C12.082 19.5 14.0076 18.8302 15.5731 17.6944L20.2929 22.4142C20.6834 22.8047 21.3166 22.8047 21.7071 22.4142L22.4142 21.7071C22.8047 21.3166 22.8047 20.6834 22.4142 20.2929L17.6944 15.5731C18.8302 14.0076 19.5 12.082 19.5 10C19.5 4.75329 15.2467 0.5 10 0.5ZM3.5 10C3.5 6.41015 6.41015 3.5 10 3.5C13.5899 3.5 16.5 6.41015 16.5 10C16.5 13.5899 13.5899 16.5 10 16.5C6.41015 16.5 3.5 13.5899 3.5 10Z'/%3E%3C/svg%3E")}.ico_reel[data-v-b24cb14e]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.6,5.2C31.4,5,31,5,30.7,5C21.2,7.6,1.3,5,1.1,5C0.8,5,0.6,5.1,0.3,5.2C0.1,5.4,0,5.7,0,6v20c0,0.3,0.1,0.6,0.4,0.8 C0.6,27,1,27,1.3,27c9.6-2.6,19.8-2.6,29.5,0c0.1,0,0.2,0,0.3,0c0.2,0,0.4-0.1,0.6-0.2c0.2-0.2,0.4-0.5,0.4-0.8V6 C32,5.7,31.9,5.4,31.6,5.2z M4,19c0,0.6-0.4,1-1,1s-1-0.4-1-1v-6c0-0.6,0.4-1,1-1s1,0.4,1,1V19z M13,19c0,0.6-0.4,1-1,1s-1-0.4-1-1 v-3.6l-1.3,1.3c-0.4,0.4-1,0.4-1.4,0L7,15.4V19c0,0.6-0.4,1-1,1s-1-0.4-1-1v-6c0-0.4,0.2-0.8,0.6-0.9C6,11.9,6.4,12,6.7,12.3L9,14.6 l2.3-2.3c0.3-0.3,0.7-0.4,1.1-0.2c0.4,0.2,0.6,0.5,0.6,0.9V19z M21.4,19.9C21.3,20,21.2,20,21,20c-0.4,0-0.7-0.2-0.9-0.6L19.9,19H18 c-0.6,0-1-0.4-1-1s0.4-1,1-1h0.9L18,15.2l-2.1,4.2c-0.2,0.5-0.8,0.7-1.3,0.4c-0.5-0.2-0.7-0.8-0.4-1.3l3-6c0.3-0.7,1.5-0.7,1.8,0 l3,6C22.1,19,21.9,19.6,21.4,19.9z M29.8,18.4c0.4,0.4,0.3,1.1-0.1,1.4C29.5,19.9,29.2,20,29,20c-0.3,0-0.6-0.1-0.8-0.4l-1.7-2.1 l-1.7,2.1C24.6,19.9,24.3,20,24,20c-0.2,0-0.5-0.1-0.6-0.2c-0.4-0.4-0.5-1-0.1-1.4l2-2.4l-2-2.4c-0.4-0.4-0.3-1.1,0.1-1.4 s1.1-0.3,1.4,0.1l1.7,2.1l1.7-2.1c0.4-0.4,1-0.5,1.4-0.1c0.4,0.4,0.5,1,0.1,1.4l-2,2.4L29.8,18.4z'/%3E%3C/svg%3E")}.ico_hdmax[data-v-b24cb14e]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31,12c-0.6,0-1,0.4-1,1c0,5.8-3.6,10.8-8.6,12.9C24.2,23.5,26,20,26,16c0-7.2-5.8-13-13-13S0,8.8,0,16s5.8,13,13,13h3 c8.8,0,16-7.2,16-16C32,12.4,31.6,12,31,12z M5.9,8.9C7,7.7,9,7.7,10.1,8.9c0,0,0,0,0,0s0,0,0,0C10.7,9.4,11,10.2,11,11 s-0.3,1.6-0.9,2.1C9.6,13.7,8.8,14,8,14s-1.6-0.3-2.1-0.9C5.3,12.6,5,11.8,5,11S5.3,9.4,5.9,8.9z M10.1,23.1C9.6,23.7,8.8,24,8,24 s-1.6-0.3-2.1-0.9C5.3,22.6,5,21.8,5,21s0.3-1.6,0.9-2.1c0,0,0,0,0,0s0,0,0,0c1.1-1.1,3.1-1.1,4.2,0c0.6,0.6,0.9,1.3,0.9,2.1 S10.7,22.6,10.1,23.1z M10.9,18.1C10.3,17.6,10,16.8,10,16s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0c0,0,0,0,0,0s0,0,0,0 c0.6,0.6,0.9,1.3,0.9,2.1s-0.3,1.6-0.9,2.1C14.6,18.7,13.8,19,13,19S11.4,18.7,10.9,18.1z M20.1,23.1C19.6,23.7,18.8,24,18,24 s-1.6-0.3-2.1-0.9c0,0,0,0,0,0s0,0,0,0C15.3,22.6,15,21.8,15,21s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0c0.6,0.6,0.9,1.3,0.9,2.1 S20.7,22.6,20.1,23.1z M20.1,13.1C20.1,13.1,20.1,13.1,20.1,13.1C19.6,13.7,18.8,14,18,14 s-1.6-0.3-2.1-0.9C15.3,12.6,15,11.8,15,11s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0C20.7,9.4,21,10.2,21,11S20.7,12.6,20.1,13.1z'/%3E%3C/svg%3E")}.ico_x[data-v-b24cb14e]{display:none!important}@media(max-width:800px){.ico_x[data-v-b24cb14e]{display:inline-block!important}}.search_bar[data-v-b24cb14e]{margin-top:8px;background:#232025;padding:4px;border-radius:6px;display:flex;gap:12px;animation:slideDown-48a13218 .2s ease-out}.search_bar input[data-v-b24cb14e]{flex:1;background:#4b474d;border:none;padding:12px 20px;color:#fff;border-radius:5px;font-size:17px;outline:none}.search_bar button[data-v-b24cb14e]{padding:0 90px;background:#635e66;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:17px;font-weight:600}@keyframes slideDown-b24cb14e{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:700px){.header[data-v-b24cb14e]{margin-top:16px;margin-bottom:40px}.header_nav span[data-v-b24cb14e]{display:none}.header_nav[data-v-b24cb14e]>*,.nav_btn[data-v-b24cb14e]{padding:12px}.search_bar[data-v-b24cb14e]{gap:6px}.search_bar input[data-v-b24cb14e]{padding:13px 10px;font-size:14px}.search_bar button[data-v-b24cb14e]{padding:0 44px;font-size:15px;font-weight:600}}.footer[data-v-89836b77]{margin-top:50px;padding-top:20px;padding-bottom:20px;border-top:solid 1px #faf8ed11;text-align:center;color:#fff8;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:10px}.copyright-btn[data-v-89836b77]{display:inline-block;text-decoration:none;background-color:#232025;color:#939095;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:all .2s;margin-top:10px;margin-bottom:20px}.copyright-btn[data-v-89836b77]:hover{background-color:#4b474d;color:#faf8ed}@media screen and (max-width:600px){.footer[data-v-89836b77]{margin-top:-50px;font-size:13px}}.back_to_top[data-v-aba432b7]{position:fixed;bottom:40px;right:20px;width:50px;height:50px;background-color:#232025;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 10px #00000030}.back_to_top[data-v-aba432b7]:hover{background-color:#4b474d;transform:translateY(-3px)}.back_to_top.show[data-v-aba432b7]{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:800px){.back_to_top[data-v-aba432b7]{bottom:20px;right:20px;width:44px;height:44px}}.banner-slider[data-v-f9f83407]{position:relative;width:100%;height:430px;margin-bottom:45px;border-radius:4px;overflow:hidden;background:#000;transform:translateZ(0)}.banner-track[data-v-f9f83407]{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.kp-banner[data-v-f9f83407]{flex:0 0 100%;min-width:100%;width:100%;height:100%;position:relative;margin:0;padding:0;box-sizing:border-box;overflow:hidden}.kp-banner-bg[data-v-f9f83407]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.kp-video[data-v-f9f83407]{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.kp-banner-overlay[data-v-f9f83407]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,#000 6.25% 6.26%,#000000fc 14.15%,#000000f5 20.77%,#000000e9 26.27%,#000000da 30.8%,#000000c8 34.5%,#000000b4 37.54%,#0000009e 40.06%,#00000087 42.21%,#00000070 44.15%,#00000059 46.03%,#00000042 47.99%,#0000002e 50.2%,#0000001c 52.79%,#0000000c 55.94%,#0000 59.77%)}.kp-banner-content[data-v-f9f83407]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:60px;z-index:2;max-width:550px}.kp-logo[data-v-f9f83407]{width:400px;max-height:120px;object-fit:contain;object-position:left;margin-bottom:22px;display:block}.kp-desc[data-v-f9f83407]{font-size:16px;line-height:1.5;color:#faf8ee;margin-bottom:34px;font-weight:400;white-space:pre-wrap}.kp-meta[data-v-f9f83407]{display:flex;gap:15px;font-size:14px;color:#fff9;margin-bottom:25px;font-weight:400}.kp-button[data-v-f9f83407]{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:14px 40px;font-size:16px;font-weight:600;color:#faf8ee;background:#635e66;border:none;border-radius:12px;cursor:pointer}.kp-button[data-v-f9f83407]:hover{color:#fff;background:#77727a}.banner-dots[data-v-f9f83407]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:5}.dot[data-v-f9f83407]{width:8px;height:8px;border-radius:50%;background-color:#fff6;cursor:pointer;transition:background-color .3s,transform .3s}.dot.active[data-v-f9f83407]{background-color:#fff;transform:scale(1.2)}@media(max-width:800px){.banner-slider[data-v-f9f83407]{display:none}.kp-banner-overlay[data-v-f9f83407]{background:#0009}.kp-banner-content[data-v-f9f83407]{padding-left:20px;padding-right:20px;align-items:center;text-align:center;max-width:100%}.kp-logo[data-v-f9f83407]{max-width:280px;margin:0 auto 20px;object-position:center}.kp-meta[data-v-f9f83407]{justify-content:center}}.section[data-v-f9f83407]{margin-bottom:80px}.home-container[data-v-f9f83407]{padding-top:0;max-width:1250px;margin:0 auto;padding-bottom:0}.more_link[data-v-f9f83407]{font-size:15px;font-weight:600;color:#afafaf;text-decoration:none;background:#232025;padding:10px 20px;border-radius:6px;transition:.2s;white-space:nowrap;margin:4px 0 0}.more_link[data-v-f9f83407]:hover{background:#4b474d;color:#fff}.section_header[data-v-f9f83407]{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.section_title[data-v-f9f83407]{font-size:30px;font-weight:600;display:flex;align-items:center;gap:12px;color:#faf8ed}.movie_grid[data-v-f9f83407]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card[data-v-f9f83407]{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link[data-v-f9f83407]{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link[data-v-f9f83407]:hover{outline:solid 6px #ffffff22}.card .image[data-v-f9f83407]{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title[data-v-f9f83407]{font-size:16.5px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}.card .meta[data-v-f9f83407]{font-size:13.5px;color:#fff8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px;display:flex;flex-wrap:nowrap}.card .rating[data-v-f9f83407]{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-family:sans-serif;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"][data-v-f9f83407],.card .rating[data-rating^="8"][data-v-f9f83407],.card .rating[data-rating^="9"][data-v-f9f83407]{background:#00942c}.card .rating[data-rating^="1"][data-v-f9f83407],.card .rating[data-rating^="2"][data-v-f9f83407],.card .rating[data-rating^="3"][data-v-f9f83407],.card .rating[data-rating^="4"][data-v-f9f83407]{background:#c91a0a}.slider-wrapper[data-v-f9f83407]{position:relative;display:flex;align-items:center}.top10-container[data-v-f9f83407]{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:24px;padding-bottom:20px;width:100%;scrollbar-width:none}.top10-container[data-v-f9f83407]::-webkit-scrollbar{display:none}.top10-item[data-v-f9f83407]{display:flex;align-items:center;flex-shrink:0;cursor:pointer;transition:transform .3s}.top10-item[data-v-f9f83407]:hover{transform:scale(1.05)}.top10-rank[data-v-f9f83407]{height:100%;margin-right:-25px;z-index:9999;display:flex;align-items:flex-end}.rank-svg text[data-v-f9f83407]{font-family:system-ui;fill:#0e0c0f;stroke:#cecece;stroke-width:6px;letter-spacing:-5px;paint-order:stroke fill;stroke-linejoin:round}.top10-poster[data-v-f9f83407]{width:218px;aspect-ratio:2/3;border-radius:4px;overflow:hidden;z-index:2;box-shadow:0 0 10px #00000080}.top10-poster img[data-v-f9f83407]{width:100%;height:100%;object-fit:cover}.slider-btn[data-v-f9f83407]{position:absolute;top:92px;bottom:0;width:34px;height:150px;background:#242127;color:#bebebe;font-size:32px;cursor:pointer;z-index:10;opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.slider-wrapper:hover .slider-btn[data-v-f9f83407]{opacity:1}.slider-btn.prev[data-v-f9f83407]{left:-40px;border-radius:12px}.slider-btn.next[data-v-f9f83407]{right:-40px;border-radius:12px}i[class^=ico_][data-v-f9f83407]{display:inline-block;background-color:#faf8ed;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}.ico_film_strip[data-v-f9f83407]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 379.999 380'%3E%3Cpath d='M373.907,25.767h-33.779v31.988c0,4.802-3.893,8.694-8.695,8.694h-26.664c-4.803,0-8.694-3.893-8.694-8.694V25.767H83.927 v31.988c0,4.802-3.893,8.694-8.696,8.694H48.567c-4.802,0-8.695-3.893-8.695-8.694V25.767H6.093C2.728,25.767,0,28.495,0,31.86 v316.28c0,3.363,2.728,6.092,6.093,6.092h33.779v-31.988c0-4.8,3.893-8.692,8.695-8.692h26.664c4.803,0,8.696,3.895,8.696,8.692 v31.988h212.146v-31.988c0-4.8,3.893-8.692,8.694-8.692h26.664c4.804,0,8.695,3.895,8.695,8.692v31.988h33.779 c3.365,0,6.093-2.729,6.093-6.092V31.859C380,28.494,377.272,25.767,373.907,25.767z M83.927,260.634 c0,4.803-3.893,8.695-8.696,8.695H48.567c-4.802,0-8.695-3.895-8.695-8.695v-39.83c0-4.803,3.893-8.696,8.695-8.696h26.664 c4.803,0,8.696,3.895,8.696,8.696L83.927,260.634L83.927,260.634z M83.927,159.194c0,4.802-3.893,8.695-8.696,8.695H48.567 c-4.802,0-8.695-3.894-8.695-8.695v-39.83c0-4.803,3.893-8.696,8.695-8.696h26.664c4.803,0,8.696,3.894,8.696,8.696 L83.927,159.194L83.927,159.194z M340.128,260.634c0,4.803-3.893,8.695-8.695,8.695h-26.664c-4.803,0-8.694-3.895-8.694-8.695 v-39.83c0-4.803,3.893-8.696,8.694-8.696h26.664c4.804,0,8.695,3.895,8.695,8.696V260.634z M340.128,159.194 c0,4.802-3.893,8.695-8.695,8.695h-26.664c-4.803,0-8.694-3.894-8.694-8.695v-39.83c0-4.803,3.893-8.696,8.694-8.696h26.664 c4.804,0,8.695,3.894,8.695,8.696V159.194z'/%3E%3C/svg%3E")}.ico_tv_series[data-v-f9f83407]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 17V9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath stroke='black' stroke-width='2' d='M12 7h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h7zm0 0L8 3m4 4 4-4'/%3E%3C/svg%3E")}.ico_mickey[data-v-f9f83407]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.5 2a4.5 4.5 0 0 1 .883 8.913 8 8 0 1 1-14.765-.001A4.499 4.499 0 0 1 5.5 2a4.5 4.5 0 0 1 4.493 4.254A7.998 7.998 0 0 1 12 6c.693 0 1.365.088 2.006.254A4.5 4.5 0 0 1 18.5 2z'/%3E%3C/svg%3E")}.ico_hdmax[data-v-f9f83407]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31,12c-0.6,0-1,0.4-1,1c0,5.8-3.6,10.8-8.6,12.9C24.2,23.5,26,20,26,16c0-7.2-5.8-13-13-13S0,8.8,0,16s5.8,13,13,13h3 c8.8,0,16-7.2,16-16C32,12.4,31.6,12,31,12z M5.9,8.9C7,7.7,9,7.7,10.1,8.9c0,0,0,0,0,0s0,0,0,0C10.7,9.4,11,10.2,11,11 s-0.3,1.6-0.9,2.1C9.6,13.7,8.8,14,8,14s-1.6-0.3-2.1-0.9C5.3,12.6,5,11.8,5,11S5.3,9.4,5.9,8.9z M10.1,23.1C9.6,23.7,8.8,24,8,24 s-1.6-0.3-2.1-0.9C5.3,22.6,5,21.8,5,21s0.3-1.6,0.9-2.1c0,0,0,0,0,0s0,0,0,0c1.1-1.1,3.1-1.1,4.2,0c0.6,0.6,0.9,1.3,0.9,2.1 S10.7,22.6,10.1,23.1z M10.9,18.1C10.3,17.6,10,16.8,10,16s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0c0,0,0,0,0,0s0,0,0,0 c0.6,0.6,0.9,1.3,0.9,2.1s-0.3,1.6-0.9,2.1C14.6,18.7,13.8,19,13,19S11.4,18.7,10.9,18.1z M20.1,23.1C19.6,23.7,18.8,24,18,24 s-1.6-0.3-2.1-0.9c0,0,0,0,0,0s0,0,0,0C15.3,22.6,15,21.8,15,21s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0c0.6,0.6,0.9,1.3,0.9,2.1 S20.7,22.6,20.1,23.1z M20.1,13.1C20.1,13.1,20.1,13.1,20.1,13.1C19.6,13.7,18.8,14,18,14 s-1.6-0.3-2.1-0.9C15.3,12.6,15,11.8,15,11s0.3-1.6,0.9-2.1c1.1-1.1,3.1-1.1,4.2,0C20.7,9.4,21,10.2,21,11S20.7,12.6,20.1,13.1z'/%3E%3C/svg%3E")}.ico_fire[data-v-f9f83407]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.926 20.574a7.26 7.26 0 0 0 3.039 1.511c.107.035.179-.105.107-.175-2.395-2.285-1.079-4.758-.107-5.873.693-.796 1.68-2.107 1.608-3.865 0-.176.18-.317.322-.211 1.359.703 2.288 2.25 2.538 3.515.394-.386.537-.984.537-1.511 0-.176.214-.317.393-.176 1.287 1.16 3.503 5.097-.072 8.19-.071.071 0 .212.072.177a8.761 8.761 0 0 0 3.003-1.442c5.827-4.5 2.037-12.48-.43-15.116-.321-.317-.893-.106-.893.351-.036.95-.322 2.004-1.072 2.707-.572-2.39-2.478-5.105-5.195-6.441-.357-.176-.786.105-.75.492.07 3.27-2.063 5.352-3.922 8.059-1.645 2.425-2.717 6.89.822 9.808z'/%3E%3C/svg%3E")}.seo-section[data-v-f9f83407]{margin-top:60px;margin-bottom:40px;padding:25px;background-color:#232025;border-radius:8px}.seo-title[data-v-f9f83407]{font-size:20px;font-weight:700;color:#e3e3e3;margin-bottom:20px;line-height:1.4;font-family:system-ui,sans-serif}.seo-text[data-v-f9f83407]{font-size:14px;line-height:1.6;color:#939095;font-family:system-ui,sans-serif}.seo-text p[data-v-f9f83407]{margin-bottom:12px}.seo-text p[data-v-f9f83407]:last-child{margin-bottom:0}.seo-text strong[data-v-f9f83407]{color:#939095}@media(max-width:800px){.home-container[data-v-f9f83407]{padding-bottom:80px}.movie_grid[data-v-f9f83407]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.slider-btn[data-v-f9f83407]{display:none}.top10-container[data-v-f9f83407]{gap:15px}.top10-rank[data-v-f9f83407]{margin-right:-30px;margin-top:40px}.rank-svg[data-v-f9f83407]{width:70px}.section[data-v-f9f83407]{margin-bottom:50px}.section_title[data-v-f9f83407]{font-size:27px;font-weight:600}.more_link[data-v-f9f83407]{font-size:14px;font-weight:600;margin:3px 0 0}.card[data-v-f9f83407]{gap:7px;margin-bottom:12px}.card .title[data-v-f9f83407]{font-size:15px;line-height:1.4;margin-left:2px}.card .meta[data-v-f9f83407]{font-size:12.4px;margin-left:2px;margin-top:-2px}.seo-section[data-v-f9f83407]{padding:20px;margin-top:40px}.seo-title[data-v-f9f83407]{font-size:18px;line-height:1.4}.seo-text[data-v-f9f83407]{font-size:13px}}.player_toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;background:#2f2b32}.toolbar_btn{display:flex;align-items:center;gap:8px;background:#232025;color:#faf8ed;border:none;padding:10px 20px;border-radius:6px;font-family:system-ui,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.toolbar_btn:hover{background:#201d22;color:#faf8ed}.btn_arrow{margin:3px 0 0 8px;color:#faf8ed}.btn_icon{width:14px;height:14px}.player_iframe{width:100%!important;height:100%!important;border:none;min-height:450px}.kinobd_wrapper{width:100%;min-height:450px;background:#000;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.player_section{margin-top:80px;margin-bottom:50px;display:flex;justify-content:center;width:100%}.player_wrapper{width:100%;max-width:900px;background:#000;border-radius:6px;overflow:hidden;border:1px solid #2f2b32}.player_screen{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#2f2b32;font-family:system-ui,sans-serif;font-size:18px;color:#faf8ed;min-height:100vh;width:100%;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;background:none;font-family:inherit;cursor:pointer}img{display:block;max-width:100%}.page-wrapper{max-width:1250px;margin:0 auto;padding:0;display:flex;flex-direction:column;min-height:100vh}i[class^=ico_]{display:inline-block;width:24px;height:24px;background-color:#c0bcb7;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}.ico_calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 20V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2zM9 18H7v-2h2v2zm0-4H7v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm2-5H5V7h14v2z'%3E%3C/path%3E%3C/svg%3E%0A")}.ico_flag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.303 6-3-2H6V2H4v20h2v-8h4.697l3 2H20V6z'%3E%3C/path%3E%3C/svg%3E")}.ico_category{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm10 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z'%3E%3C/path%3E%3C/svg%3E")}.ico_time{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3.293 14.707L11 12.414V6h2v5.586l3.707 3.707-1.414 1.414z'%3E%3C/path%3E%3C/svg%3E")}.ico_film{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 4v1h-2V3H7v2H5V3H3v18h2v-2h2v2h10v-2h2v2h2V3h-2v1zM5 7h2v2H5V7zm0 4h2v2H5v-2zm0 6v-2h2v2H5zm12 0v-2h2v2h-2zm2-4h-2v-2h2v2zm-2-4V7h2v2h-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_tv{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6h-5.586l2.293-2.293-1.414-1.414L12 5.586 8.707 2.293 7.293 3.707 9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M18 11c0-.959-.68-1.761-1.581-1.954C16.779 8.445 17 7.75 17 7c0-2.206-1.794-4-4-4-1.516 0-2.822.857-3.5 2.104C8.822 3.857 7.516 3 6 3 3.794 3 2 4.794 2 7c0 .902.312 1.726.817 2.396A1.993 1.993 0 0 0 2 11v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-2.637l4 2v-7l-4 2V11zm-5-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM6 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z'%3E%3C/path%3E%3C/svg%3E")}.ico_pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' %3E%3Cpath d='M8.707 19.707 18 10.414 13.586 6l-9.293 9.293a1.003 1.003 0 0 0-.263.464L3 21l5.242-1.03c.176-.044.337-.135.465-.263zM21 7.414a2 2 0 0 0 0-2.828L19.414 3a2 2 0 0 0-2.828 0L15 4.586 19.414 9 21 7.414z'%3E%3C/path%3E%3C/svg%3E")}.movie_section{margin-top:20px;margin-bottom:30px}.actor_section_title{font-size:30px;margin-bottom:26px;color:#faf8ed;font-weight:600}.movie_body{display:flex;gap:24px;align-items:flex-start}.movie_aside{width:250px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.movie_poster img{width:100%;border-radius:4px}.movie_rating_list{display:flex;gap:16px;margin-top:10px;list-style:none}.movie_rating_row{background:#232025;padding:8px;border-radius:4px;flex:1}.movie_rating_name{font-size:16px;font-family:sans-serif;font-weight:600;color:#c0bcb7}.movie_rating_body{display:flex;justify-content:space-between;align-items:center}.movie_rating_value{font-size:22px;font-weight:600;color:#faf8ed;font-family:sans-serif}.movie_rating_count{font-size:13px;color:#939095;font-weight:600;font-family:sans-serif}.movie_main{flex:1;min-width:0}.movie_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.movie_title_russian{font-size:36px;font-weight:600;display:flex;align-items:center;gap:8px;line-height:1.2}.movie_title_original{font-size:18px;color:#939095;margin-top:5px}.movie_info_list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.movie_info_row{display:flex;align-items:center;gap:10px;font-size:17px;color:#ddd}.movie_description{font-size:18px;line-height:1.5}.tabs_container{margin-top:0;width:100%;overflow:hidden}.horizontal_list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:20px;width:100%;padding-bottom:15px}.horizontal_list::-webkit-scrollbar{display:none}.actor_card{width:135px;min-width:130px!important;flex-shrink:0!important;cursor:pointer;display:flex;flex-direction:column;gap:5px}.actor_card_photo{width:100%;aspect-ratio:2/3;overflow:hidden;background:#232025;border-radius:10px}.actor_card_photo img{width:100%;height:100%;object-fit:cover}.actor_card_name{font-size:15px;font-weight:500;line-height:1.3;color:#faf8ed}@media(max-width:800px){.page-wrapper{padding-bottom:110px}.movie_section{margin-top:10px;margin-bottom:5px}.movie_body{flex-direction:column;align-items:normal;position:relative;display:flex;gap:24px}.movie_aside{width:100%;flex-direction:column;gap:16px;align-items:normal}.movie_poster{flex:0;display:flex;margin:0 auto;min-width:240px}.movie_rating_list{display:flex;gap:16px;list-style:none;margin-top:0;flex:0;flex-direction:row;justify-content:normal}.movie_rating_row{flex:1;display:flex;flex-direction:column;gap:4px;background:#232025;padding:8px 12px;font-family:sans-serif;font-weight:600;color:#c0bcb7}.movie_title_russian{font-size:26px;line-height:1.3}.movie_title_original{font-size:16px;font-weight:500;color:#939095;margin-top:2px;margin-left:32px}.movie_header{margin-bottom:25px;margin-top:5px}.movie_info_list{gap:7px;margin-bottom:25px}.movie_info_item{display:flex;align-items:center;gap:10px;font-family:system-ui;font-size:15px;font-weight:500;color:#faf8ed}.movie_description{font-size:15px;line-height:1.5}.actor_section_title{font-size:26px}.horizontal_list{gap:18px;padding-bottom:0}.actor_card{width:107px;min-width:100px!important;gap:6px}.actor_card_name{font-size:14px;font-weight:400;line-height:1.4;color:#faf8ed;margin-left:3px}.player_section{margin-top:55px;margin-bottom:25px}.toolbar_btn{padding:10px 15px;font-size:15px}.kinobd_wrapper{min-height:0px}}.page-wrapper[data-v-2647f515]{max-width:1250px;margin:0 auto;padding-top:20px;padding-bottom:50px}.loading[data-v-2647f515]{padding:50px;text-align:center;color:#888}.person_section[data-v-2647f515]{margin-bottom:40px}.person_body[data-v-2647f515]{display:flex;gap:24px;align-items:flex-start}.person_aside[data-v-2647f515]{width:235px;flex-shrink:0}.person_photo[data-v-2647f515]{width:100%;overflow:hidden;background:#232025;border-radius:4px}.person_image[data-v-2647f515]{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:2/3}.person_main[data-v-2647f515]{flex:1}.person_header[data-v-2647f515]{margin-bottom:13px}.person_name_russian[data-v-2647f515]{font-size:36px;font-weight:600;color:#faf8ed;margin-bottom:10px;line-height:1.1}.person_name_original[data-v-2647f515]{font-size:18px;color:#939095;font-weight:400}.person_info_list[data-v-2647f515]{display:flex;flex-direction:column;gap:4px}.person_info_row[data-v-2647f515]{display:flex;font-size:16px;line-height:1.5}.label[data-v-2647f515]{width:200px;color:#939095;flex-shrink:0}.value[data-v-2647f515]{color:#faf8ed}.age[data-v-2647f515]{color:#939095;margin-left:5px}.person_facts_wrapper[data-v-2647f515]{margin-top:18px}.person_facts[data-v-2647f515]{list-style:disc outside;color:#faf8ed;font-size:16px;line-height:1.6}.person_facts li[data-v-2647f515]{margin-bottom:2px;margin-left:18px}.person_description[data-v-2647f515]{color:#faf8ed;font-size:16px;line-height:1.6}.movies_section[data-v-2647f515]{margin-top:40px}.mov_section_title[data-v-2647f515]{font-size:30px;font-weight:600;margin-bottom:20px;color:#fff;display:flex;align-items:center}.movie_grid[data-v-2647f515]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card[data-v-2647f515]{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link[data-v-2647f515]{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link[data-v-2647f515]:hover{outline:solid 6px #ffffff22}.card .image[data-v-2647f515]{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title[data-v-2647f515]{font-size:16.5px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}.card .meta-info[data-v-2647f515]{font-size:13.5px;color:#fff8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px;display:flex;flex-wrap:nowrap}.card .rating[data-v-2647f515]{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-family:sans-serif;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"][data-v-2647f515],.card .rating[data-rating^="8"][data-v-2647f515],.card .rating[data-rating^="9"][data-v-2647f515]{background:#00942c}.card .rating[data-rating^="1"][data-v-2647f515],.card .rating[data-rating^="2"][data-v-2647f515],.card .rating[data-rating^="3"][data-v-2647f515],.card .rating[data-rating^="4"][data-v-2647f515]{background:#c91a0a}.loader[data-v-2647f515]{text-align:center;padding:40px;color:#888;font-size:18px;width:100%;clear:both}.observer-sentinel[data-v-2647f515]{height:100px;width:100%;margin-top:20px}@media(max-width:800px){.page-wrapper[data-v-2647f515]{padding-bottom:0}.person_body[data-v-2647f515]{flex-direction:column}.person_aside[data-v-2647f515]{width:100%;max-width:180px;margin:0 auto}.label[data-v-2647f515]{width:155px}.movie_grid[data-v-2647f515]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.person_section[data-v-2647f515]{margin-top:-10px;margin-bottom:5px}.person_name_russian[data-v-2647f515]{font-size:26px;font-weight:600;line-height:1.3}.person_name_original[data-v-2647f515]{font-size:16px;font-weight:500;color:#939095;margin-top:-2px}.person_info_list[data-v-2647f515]{display:flex;flex-direction:column;gap:7px;margin-bottom:25px;margin-top:25px}.person_info_row[data-v-2647f515]{display:flex;gap:10px;font-family:system-ui;font-size:15px;font-weight:500;color:#faf8ed;line-height:1.4}.person_facts[data-v-2647f515]{list-style:disc outside;color:#faf8ed;font-size:15px;line-height:1.5}.person_facts li[data-v-2647f515]{margin-bottom:7px;margin-left:18px}.movies_section[data-v-2647f515]{margin-top:30px}.mov_section_title[data-v-2647f515]{font-size:26px;margin-bottom:26px}.card[data-v-2647f515]{margin-bottom:12px;gap:7px}.card .title[data-v-2647f515]{font-size:15px;line-height:1.4;margin-left:2px}.card .meta[data-v-2647f515]{font-size:12.4px;margin-left:2px;margin-top:-2px}}.page_content[data-v-28e2ec75]{padding-top:18px;max-width:1250px;margin:0 auto;padding-bottom:60px}.section[data-v-28e2ec75]{margin-bottom:32px}.section_header[data-v-28e2ec75]{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;margin-bottom:32px}.section_title[data-v-28e2ec75]{font-size:30px;font-weight:600;color:#faf8ed;display:flex;align-items:center;gap:12px}i[class^=ico_][data-v-28e2ec75]{display:inline-block;width:34px;height:34px;background-color:#faf8ed;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}.ico_collection[data-v-28e2ec75]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 1h8v1H4V1zm-1 2h10v1H3V3zm10 2H3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm-6.5 6.5v-4l3.5 2-3.5 2z'/%3E%3C/svg%3E")}.section_body[data-v-28e2ec75]{display:flex;flex-direction:column;gap:32px}.collection_controls[data-v-28e2ec75]{display:flex;flex-wrap:wrap;gap:24px;-webkit-user-select:none;user-select:none}.collection_button[data-v-28e2ec75]{flex:1;min-width:160px;padding:8px 16px;background:#232025;border:none;border-radius:6px;font-family:system-ui;font-size:18px;font-weight:600;color:#fff8;cursor:pointer;transition:background .2s,color .2s}.collection_button[data-v-28e2ec75]:hover{background:#4b474d;color:#faf8ed}.collection_button.active[data-v-28e2ec75]{background:#635e66;color:#fff}.collection_list[data-v-28e2ec75]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;animation:fadeIn-28e2ec75 .3s ease}.collection_link[data-v-28e2ec75]{display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#4b474d;border-radius:6px;font-size:16px;text-align:center;text-decoration:none;color:#faf8ed;transition:background .2s}.collection_link[data-v-28e2ec75]:hover{background:#635e66;text-decoration:none}@keyframes fadeIn-28e2ec75{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:600px){.page_content[data-v-28e2ec75]{padding-top:0;padding-bottom:100px}.section_title[data-v-28e2ec75]{font-size:26px}.collection_controls[data-v-28e2ec75]{gap:12px}.collection_button[data-v-28e2ec75]{min-width:110px;font-size:15px}.collection_list[data-v-28e2ec75]{grid-template-columns:none}.collection_link[data-v-28e2ec75]{font-size:15px;font-weight:400}}.page_content[data-v-d72fac3a]{padding-top:18px;max-width:1250px;margin:0 auto;padding-bottom:60px}.section_header[data-v-d72fac3a]{margin-bottom:32px}.section_title[data-v-d72fac3a]{font-size:30px;font-weight:600;color:#faf8ed}.movie_grid[data-v-d72fac3a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card[data-v-d72fac3a]{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link[data-v-d72fac3a]{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link[data-v-d72fac3a]:hover{outline:solid 6px #ffffff22}.card .image[data-v-d72fac3a]{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title[data-v-d72fac3a]{font-size:16.5px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}.card .meta-info[data-v-d72fac3a]{font-size:13.5px;color:#fff8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px;display:flex;flex-wrap:nowrap}.card .rating[data-v-d72fac3a]{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"][data-v-d72fac3a],.card .rating[data-rating^="8"][data-v-d72fac3a],.card .rating[data-rating^="9"][data-v-d72fac3a]{background:#00942c}.card .rating[data-rating^="1"][data-v-d72fac3a],.card .rating[data-rating^="2"][data-v-d72fac3a],.card .rating[data-rating^="3"][data-v-d72fac3a],.card .rating[data-rating^="4"][data-v-d72fac3a]{background:#c91a0a}.loader[data-v-d72fac3a]{text-align:center;padding:40px;color:#888;font-size:18px;width:100%;clear:both}.empty[data-v-d72fac3a]{text-align:center;padding:40px;color:#888;font-size:18px}.observer-sentinel[data-v-d72fac3a]{height:100px;width:100%;margin-top:20px}@media(max-width:800px){.page_content[data-v-d72fac3a]{padding-top:0;padding-bottom:0}.section_title[data-v-d72fac3a]{font-size:26px}.movie_grid[data-v-d72fac3a]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.card[data-v-d72fac3a]{gap:7px;margin-bottom:12px}.card .title[data-v-d72fac3a]{font-size:15px;line-height:1.4;margin-left:2px}.card .meta[data-v-d72fac3a]{font-size:12.4px;margin-left:2px;margin-top:-2px}}.page_content[data-v-36883462]{padding-top:18px;max-width:1250px;margin:0 auto;padding-bottom:60px}.section_header[data-v-36883462]{margin-bottom:32px}.section_title[data-v-36883462]{font-size:30px;font-weight:600;color:#faf8ed}.movie_grid[data-v-36883462]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card[data-v-36883462]{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link[data-v-36883462]{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link[data-v-36883462]:hover{outline:solid 6px #ffffff22}.card .image[data-v-36883462]{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title[data-v-36883462]{font-size:16.5px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}.card .meta-info[data-v-36883462]{font-size:13.5px;color:#fff8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px;display:flex;flex-wrap:nowrap}.card .rating[data-v-36883462]{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-family:sans-serif;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"][data-v-36883462],.card .rating[data-rating^="8"][data-v-36883462],.card .rating[data-rating^="9"][data-v-36883462]{background:#00942c}.card .rating.await[data-v-36883462]{background:#d35400;font-size:13px;font-family:system-ui}.loader[data-v-36883462]{text-align:center;padding:40px;color:#888;font-size:18px;width:100%;clear:both}.empty_state[data-v-36883462]{text-align:center;padding:60px;color:#888;font-size:18px}.observer-sentinel[data-v-36883462]{height:100px;width:100%;margin-top:20px}@media(max-width:800px){.page_content[data-v-36883462]{padding-top:0;padding-bottom:0}.section_title[data-v-36883462]{font-size:26px}.movie_grid[data-v-36883462]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.card[data-v-36883462]{gap:7px;margin-bottom:12px}.card .title[data-v-36883462]{font-size:15px;line-height:1.4;margin-left:2px}.card .meta[data-v-36883462]{font-size:12.4px;margin-left:2px;margin-top:-2px}}.page_content[data-v-a8968f47]{padding-top:18px;max-width:1250px;margin:0 auto;padding-bottom:60px}.section_header[data-v-a8968f47]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px}.section_title[data-v-a8968f47]{font-size:30px;font-weight:600;color:#faf8ed}.filter_controls[data-v-a8968f47]{display:flex;gap:10px;background:#232025;padding:4px;border-radius:6px}.filter_controls button[data-v-a8968f47]{background:transparent;border:none;color:#939095;padding:8px 16px;font-size:15px;font-weight:600;cursor:pointer;border-radius:6px;transition:.2s}.filter_controls button.active[data-v-a8968f47]{background:#4b474d;color:#fff}.filter_controls button[data-v-a8968f47]:hover:not(.active){color:#ccc}.movie_grid[data-v-a8968f47]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px}.card[data-v-a8968f47]{position:relative;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card .link[data-v-a8968f47]{position:relative;overflow:hidden;cursor:pointer;border-radius:4px}.card .link[data-v-a8968f47]:hover{outline:solid 6px #ffffff22}.card .image[data-v-a8968f47]{width:100%;display:block;aspect-ratio:1/1.5;object-fit:cover;background-color:#1118;border-radius:4px}.card .title[data-v-a8968f47]{font-size:16.5px;font-weight:600;color:#faf8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}.card .meta-info[data-v-a8968f47]{font-size:13.5px;color:#fff8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px;display:flex;flex-wrap:nowrap}.card .rating[data-v-a8968f47]{position:absolute;top:8px;right:8px;padding:2px 4px;background:#596774;border-radius:2px;font-size:15px;font-weight:600;color:#fff}.card .rating[data-rating^="7"][data-v-a8968f47],.card .rating[data-rating^="8"][data-v-a8968f47],.card .rating[data-rating^="9"][data-v-a8968f47]{background:#00942c}.card .rating[data-rating^="1"][data-v-a8968f47],.card .rating[data-rating^="2"][data-v-a8968f47],.card .rating[data-rating^="3"][data-v-a8968f47],.card .rating[data-rating^="4"][data-v-a8968f47]{background:#c91a0a}.loader[data-v-a8968f47],.empty[data-v-a8968f47]{text-align:center;padding:40px;color:#888;font-size:18px;width:100%;clear:both}.observer-sentinel[data-v-a8968f47]{height:100px;width:100%;margin-top:20px}@media(max-width:800px){.page_content[data-v-a8968f47]{padding-top:8px;padding-bottom:0}.section_title[data-v-a8968f47]{font-size:26px}.movie_grid[data-v-a8968f47]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.card[data-v-a8968f47]{gap:7px;margin-bottom:12px}.card .title[data-v-a8968f47]{font-size:15px;line-height:1.4;margin-left:2px}.card .meta[data-v-a8968f47]{font-size:12.4px;margin-left:2px;margin-top:-2px}.section_header[data-v-a8968f47]{flex-direction:row;align-items:flex-start}.filter_controls[data-v-a8968f47]{overflow-x:auto;margin:-4px 0 0}.filter_controls button[data-v-a8968f47]{font-size:14px;font-weight:600;white-space:nowrap}}.page_content[data-v-9ca41aca]{max-width:1000px;margin:0 auto;padding:20px 20px 60px}.text-container[data-v-9ca41aca]{color:#ccc;font-family:system-ui,sans-serif;line-height:1.6;background:#232025;padding:30px;border-radius:10px}.title[data-v-9ca41aca]{font-size:24px;font-weight:700;color:#faf8ed;margin-bottom:10px}.subtitle[data-v-9ca41aca]{font-weight:600;margin-bottom:20px;color:#faf8ed}p[data-v-9ca41aca]{margin-bottom:15px;font-size:15px}ol[data-v-9ca41aca]{margin-bottom:15px;padding-left:20px}li[data-v-9ca41aca]{margin-bottom:10px;font-size:15px}.warning-title[data-v-9ca41aca]{font-size:18px;font-weight:700;color:#faf8ed;margin-top:30px;margin-bottom:15px}.contact[data-v-9ca41aca]{margin-top:30px;font-weight:500}.email[data-v-9ca41aca]{color:#fff}@media(max-width:600px){.text-container[data-v-9ca41aca]{padding:20px}.title[data-v-9ca41aca]{font-size:20px}p[data-v-9ca41aca],li[data-v-9ca41aca]{font-size:14px}.page_content[data-v-9ca41aca]{padding:10px 0 120px}}
