@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.AI_MoviePage__VNDqq{width:100vw;min-height:100vh;overflow-y:hidden;overflow-x:hidden;padding:1rem .5rem 1rem 5rem}.AI_MoviePage__VNDqq h1{color:var(--primary-4);margin-bottom:1rem;font-size:2rem}.AI_MoviePage__VNDqq .AI_category__dyrtJ{display:flex;width:100%;justify-content:flex-start;align-items:center;flex-direction:row;gap:1.2rem;margin-top:1rem;margin-bottom:2rem}.AI_MoviePage__VNDqq .AI_aiContent__JcMGR{width:100%;min-height:70vh}@media(max-width:769px){.AI_MoviePage__VNDqq{padding:1.5rem 1rem 5rem}.AI_MoviePage__VNDqq .AI_category__dyrtJ{gap:1rem}}.AI_inactive__hgJaL{cursor:pointer;color:var(--primary-2);fill:var(--primary-2);transition:color .3s ease}.AI_inactive__hgJaL:hover{color:var(--primary-3)}.AI_active__6vijw{cursor:pointer;color:var(--ascent-color)!important;fill:var(--ascent-color)!important}.AI_aiChatContainer__wSweU{max-width:800px;margin:0 auto;height:600px;background:var(--primary-1);border:1px solid var(--primary-2);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.AI_chatMessages__kOg4F{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.AI_message__8irp3{display:flex;gap:.8rem;max-width:85%;margin-bottom:1rem}.AI_message__8irp3.AI_user__xGpr5{align-self:flex-end;flex-direction:row-reverse}.AI_message__8irp3.AI_user__xGpr5 .AI_messageContent__F_bha{background:var(--ascent-color);color:var(--primary-1)}.AI_message__8irp3.AI_user__xGpr5 .AI_messageIcon__1L0Oa{background:var(--ascent-color)}.AI_message__8irp3.AI_ai__sK9XH{align-self:flex-start}.AI_message__8irp3.AI_ai__sK9XH .AI_messageContent__F_bha{background:var(--primary-2);color:var(--primary-4)}.AI_message__8irp3.AI_ai__sK9XH .AI_messageIcon__1L0Oa{background:var(--primary-3)}.AI_messageIcon__1L0Oa{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-1);font-size:.8rem;flex-shrink:0}.AI_messageContent__F_bha{padding:.8rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.4;word-wrap:break-word;flex:1 1}.AI_messageTime__7jCwY{font-size:.7rem;opacity:.6;margin-top:.3rem}.AI_quickQuestions__RbVGz{padding:1rem;border-top:1px solid var(--primary-2)}.AI_quickQuestions__RbVGz h4{color:var(--ascent-color);margin:0 0 .8rem;font-size:.9rem}.AI_questionTags__LvXW7{display:flex;flex-wrap:wrap;gap:.5rem}.AI_questionTag__I9mui{background:var(--primary-2);border:1px solid var(--primary-3);border-radius:20px;padding:.4rem .8rem;cursor:pointer;transition:all .3s ease;color:var(--primary-4);font-size:.8rem}.AI_questionTag__I9mui:hover{background:var(--ascent-color);color:var(--primary-1);border-color:var(--ascent-color)}.AI_typingIndicator__ehW3T{display:flex;align-items:center;gap:.3rem}.AI_typingIndicator__ehW3T span{width:6px;height:6px;border-radius:50%;background:var(--primary-3);animation:AI_typing__x01_U 1.5s ease-in-out infinite}.AI_typingIndicator__ehW3T span:nth-child(2){animation-delay:.2s}.AI_typingIndicator__ehW3T span:nth-child(3){animation-delay:.4s}@keyframes AI_typing__x01_U{0%,60%,to{opacity:.3;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.AI_chatInput__pGPZD{padding:1rem;border-top:1px solid var(--primary-2);background:var(--primary-1);display:flex;gap:.5rem;align-items:center}.AI_chatInput__pGPZD input{flex:1 1;border:none;outline:none;background:var(--bg-color);color:var(--primary-4);font-size:.9rem;padding:.8rem 1rem;border-radius:8px;border:1px solid var(--primary-2)}.AI_chatInput__pGPZD input::placeholder{color:var(--primary-3)}.AI_chatInput__pGPZD input:focus{border-color:var(--ascent-color)}.AI_chatInput__pGPZD button{background:var(--ascent-color);border:none;border-radius:8px;color:var(--primary-1);padding:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:opacity .3s ease;width:40px;height:40px}.AI_chatInput__pGPZD button:hover:not(:disabled){opacity:.9}.AI_chatInput__pGPZD button:disabled{opacity:.6;cursor:not-allowed}.style_aiRecommendationsContainer__XQlTQ{width:100%;padding:0}.style_recommendationTypeSelector__yCSn_{margin-bottom:2rem}.style_recommendationTypeSelector__yCSn_ h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.2rem}.style_typeGrid__omizP{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.style_typeCard__9s5Sn{background:var(--primary-1);border:2px solid var(--primary-2);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.style_typeCard__9s5Sn:hover{border-color:var(--ascent-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);background:var(--bg-gradient)}.style_typeCard__9s5Sn.style_active__H94PD{border-color:var(--ascent-color);background:var(--ascent-color);color:var(--primary-1);box-shadow:0 4px 15px rgba(255,215,0,.3)}.style_typeCard__9s5Sn.style_active__H94PD h4,.style_typeCard__9s5Sn.style_active__H94PD p{color:var(--primary-1)}.style_typeCard__9s5Sn h4{color:var(--primary-4);margin-bottom:.5rem;font-size:1.1rem}.style_typeCard__9s5Sn p{color:var(--primary-3);font-size:.9rem;line-height:1.4}.style_moodSelector__neGnV{margin-bottom:2rem}.style_moodSelector__neGnV h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.2rem}.style_moodOptions__ombWS{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.style_moodOption__VapPa{background:var(--primary-1);border:2px solid var(--primary-2);border-radius:25px;padding:.6rem 1.2rem;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:var(--primary-4);box-shadow:0 2px 4px rgba(0,0,0,.1)}.style_moodOption__VapPa:hover{border-color:var(--ascent-color);background:var(--bg-gradient)}.style_moodOption__VapPa.style_active__H94PD{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.style_genreFilters__btJej{margin-bottom:2rem}.style_genreFilters__btJej h4{color:var(--ascent-color);margin-bottom:1rem;font-size:1.1rem}.style_genreGrid__ivqYY{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.style_genreChip__KlOKe{background:var(--primary-1);border:2px solid var(--primary-2);border-radius:20px;padding:.4rem 1rem;cursor:pointer;transition:all .3s ease;font-size:.85rem;color:var(--primary-4);box-shadow:0 2px 4px rgba(0,0,0,.1)}.style_genreChip__KlOKe:hover{border-color:var(--ascent-color);background:var(--bg-gradient)}.style_genreChip__KlOKe.style_selected__t8FS8{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.style_refreshButton__p5G4f{background:var(--ascent-color);color:var(--primary-1);border:none;border-radius:8px;padding:.8rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;box-shadow:0 2px 8px rgba(255,215,0,.3)}.style_refreshButton__p5G4f:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,215,0,.4);opacity:.9}.style_refreshButton__p5G4f:active{transform:translateY(0)}.style_refreshButton__p5G4f:disabled{opacity:.6;cursor:not-allowed;transform:none}.style_loadingState__qXLxg{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--primary-3);font-size:1.1rem}.style_errorState__JGGPC{text-align:center;padding:2rem;color:#ff6b6b;background:var(--primary-1);border-radius:8px;margin-bottom:2rem;border:1px solid var(--primary-2)}.style_errorState__JGGPC h3{margin-bottom:.5rem}.style_errorState__JGGPC p{color:var(--primary-3)}.style_recommendationsGrid__KspqN{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(max-width:1200px){.style_recommendationsGrid__KspqN{grid-template-columns:repeat(6,1fr)}}@media(max-width:900px){.style_recommendationsGrid__KspqN{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.style_recommendationsGrid__KspqN{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.style_recommendationsGrid__KspqN{grid-template-columns:repeat(2,1fr)}}.style_recommendationCard____ADN{background:var(--primary-1);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid var(--primary-2);box-shadow:0 2px 8px rgba(0,0,0,.1)}.style_recommendationCard____ADN:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15);border-color:var(--ascent-color)}.style_recommendationReason__rDWu8{padding:1rem;background:var(--bg-gradient);color:var(--primary-3);font-size:.85rem;text-align:center;font-style:italic;border-top:1px solid var(--primary-2)}.style_emptyState__1WCR5{text-align:center;padding:3rem;color:var(--primary-3)}.style_emptyState__1WCR5 h3{margin-bottom:1rem;color:var(--ascent-color)}.style_emptyState__1WCR5 p{margin-bottom:2rem;line-height:1.6}.style_quickStartButton__JW85Y{background:var(--ascent-color);color:var(--primary-1);border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600}.style_quickStartButton__JW85Y:hover{transform:translateY(-1px);opacity:.9}.style_genreSelector__lOxEj{margin-bottom:2rem}.style_genreSelector__lOxEj h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.2rem}.style_genreOptions__mwMRm{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.style_genreOption__FcisV{background:var(--primary-1);border:2px solid var(--primary-2);border-radius:20px;padding:.4rem 1rem;cursor:pointer;transition:all .3s ease;font-size:.85rem;color:var(--primary-4);box-shadow:0 2px 4px rgba(0,0,0,.1)}.style_genreOption__FcisV:hover{border-color:var(--ascent-color);background:var(--bg-gradient)}.style_genreOption__FcisV.style_active__H94PD{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.style_generateSection__KKqMA{text-align:center;margin:2rem 0}.style_generateButton__xelLD{background:var(--ascent-color);color:var(--primary-1);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(255,215,0,.3)}.style_generateButton__xelLD:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,215,0,.4);opacity:.9}.style_generateButton__xelLD:disabled{opacity:.6;cursor:not-allowed;transform:none}.style_recommendationsSection__IFILb{margin-top:2rem}.style_recommendationsSection__IFILb h3{color:var(--ascent-color);margin-bottom:1.5rem;font-size:1.3rem}.style_recommendationGrid__iRZu_{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:1200px){.style_recommendationGrid__iRZu_{grid-template-columns:repeat(6,1fr)}}@media(max-width:900px){.style_recommendationGrid__iRZu_{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.style_recommendationGrid__iRZu_{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.style_recommendationGrid__iRZu_{grid-template-columns:repeat(2,1fr)}}.style_recommendationItem__EY9D7{position:relative}.style_generatingIndicator__eCuvN{text-align:center;padding:3rem;color:var(--primary-3)}.style_generatingIndicator__eCuvN p{font-size:1.1rem;margin:0}.style_noRecommendations__2CwY1{text-align:center;padding:3rem;color:var(--primary-3)}.style_noRecommendations__2CwY1 h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.2rem}.style_noRecommendations__2CwY1 p{line-height:1.6;margin:0}.light .style_typeCard__9s5Sn{background:var(--primary-1);border-color:var(--primary-3);box-shadow:0 2px 8px rgba(0,0,0,.1)}.light .style_typeCard__9s5Sn h4{color:var(--primary-4)}.light .style_typeCard__9s5Sn p{color:var(--primary-3)}.light .style_typeCard__9s5Sn:hover{border-color:var(--ascent-color);background:var(--bg-gradient);box-shadow:0 4px 16px rgba(0,0,0,.15)}.light .style_typeCard__9s5Sn.style_active__H94PD{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.light .style_typeCard__9s5Sn.style_active__H94PD h4,.light .style_typeCard__9s5Sn.style_active__H94PD p{color:var(--primary-1)}.light .style_genreChip__KlOKe,.light .style_moodOption__VapPa{background:var(--primary-1);border-color:var(--primary-3);color:var(--primary-4);box-shadow:0 1px 4px rgba(0,0,0,.1)}.light .style_genreChip__KlOKe:hover,.light .style_moodOption__VapPa:hover{border-color:var(--ascent-color);background:var(--bg-gradient)}.light .style_genreChip__KlOKe.style_active__H94PD,.light .style_genreChip__KlOKe.style_selected__t8FS8,.light .style_moodOption__VapPa.style_active__H94PD,.light .style_moodOption__VapPa.style_selected__t8FS8{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.light .style_refreshButton__p5G4f{box-shadow:0 2px 12px rgba(255,215,0,.3)}.light .style_recommendationCard____ADN{box-shadow:0 2px 8px rgba(0,0,0,.1)}.light .style_recommendationCard____ADN:hover{box-shadow:0 8px 32px rgba(0,0,0,.2)}@media(max-width:768px){.style_aiRecommendationsContainer__XQlTQ{padding:1rem}.style_typeGrid__omizP{grid-template-columns:1fr;gap:.8rem}.style_typeCard__9s5Sn{padding:1rem}.style_genreGrid__ivqYY,.style_moodOptions__ombWS{justify-content:center}.style_recommendationsGrid__KspqN{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:480px){.style_genreGrid__ivqYY,.style_moodOptions__ombWS{flex-direction:column;align-items:stretch}.style_genreChip__KlOKe,.style_moodChip__TQBem{text-align:center}.style_recommendationsGrid__KspqN{grid-template-columns:repeat(2,1fr)}}.style_MovieCardSmall__3alU4{min-height:15rem;width:10rem}.style_MovieCardSmall__3alU4 .style_img__o9kL4{height:15rem;width:10rem;border-radius:.5rem;overflow:hidden;border:none;outline:none;margin-bottom:.3rem;object-fit:cover}.style_MovieCardSmall__3alU4 p{color:var(--primary-2);width:100%;margin-left:.2rem;height:4.5ch;text-overflow:ellipsis;overflow:hidden}@media(max-width:769px){.style_MovieCardSmall__3alU4{min-height:10rem;width:7rem}.style_MovieCardSmall__3alU4 .style_img__o9kL4{height:10rem;width:7rem}.style_MovieCardSmall__3alU4 p{color:var(--primary-2);width:80%}}.lazy-load-image-background.opacity{opacity:0}.lazy-load-image-background.opacity.lazy-load-image-loaded{opacity:1;transition:opacity .3s}.style_aiSearchContainer__iSah5{width:100%;padding:0}@media(max-width:769px){.style_aiSearchContainer__iSah5{padding:0}}.style_searchTypeSelector__cHd_T{margin-bottom:2rem;text-align:center;width:100%}.style_searchTypeSelector__cHd_T h3{color:var(--primary-4);margin-bottom:1rem;font-size:1.2rem}.style_typeButtons__eM_It{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center;width:100%}.style_typeButtons__eM_It button{background:var(--primary-1);border:2px solid var(--primary-2);border-radius:25px;padding:.6rem 1.2rem;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:var(--primary-4);box-shadow:0 2px 8px rgba(0,0,0,.1)}.style_typeButtons__eM_It button:hover{border-color:var(--ascent-color);background:var(--bg-gradient);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.style_typeButtons__eM_It button.style_active__mhVFA{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1);box-shadow:0 4px 15px rgba(255,215,0,.3)}.style_searchInput__6i1iY{display:flex;gap:.5rem;margin-bottom:2rem;background:var(--primary-1);border:2px solid var(--primary-2);border-radius:50px;padding:.5rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:800px;margin-left:auto;margin-right:auto}.style_searchInput__6i1iY:focus-within{border-color:var(--ascent-color);box-shadow:0 0 0 3px rgba(255,215,0,.2)}.style_searchInput__6i1iY input{flex:1 1;background:transparent;border:none;outline:none;padding:.8rem 1.5rem;font-size:1rem;color:var(--primary-4);border-radius:50px}.style_searchInput__6i1iY input::placeholder{color:var(--primary-3)}.style_searchInput__6i1iY input:disabled{opacity:.6}.style_searchInput__6i1iY button{background:var(--ascent-color);border:none;border-radius:50px;padding:.8rem;cursor:pointer;color:var(--primary-1);font-size:1rem;transition:all .3s ease;font-weight:600;width:48px;height:48px;display:flex;align-items:center;justify-content:center;min-width:48px}.style_searchInput__6i1iY button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,215,0,.3);opacity:.9}.style_searchInput__6i1iY button:disabled{opacity:.5;cursor:not-allowed;transform:none}.style_quickSuggestions__TSZjB{margin-bottom:2rem;text-align:center}.style_quickSuggestions__TSZjB h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.1rem}.style_suggestionTags__SDdk7{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;max-width:1000px;margin:0 auto}.style_tag___i92n{background:var(--primary-1);border:1px solid var(--primary-2);border-radius:20px;padding:.6rem 1.2rem;cursor:pointer;transition:all .3s ease;color:var(--primary-4);font-size:.9rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.style_tag___i92n:hover{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.3)}.style_searchingIndicator__McM68{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--primary-3);text-align:center}.style_searchingIndicator__McM68 p{font-size:1.1rem;margin-left:.5rem}.style_searchResultsSection__FTIea{margin-top:2rem;width:100%;display:flex;flex-direction:column;align-items:center}.style_searchResultsSection__FTIea h3{color:var(--ascent-color);margin-bottom:1.5rem;font-size:1.3rem;text-align:center}.style_searchResults__LPXPa{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem;justify-items:center;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}@media(max-width:1200px){.style_searchResults__LPXPa{grid-template-columns:repeat(6,1fr);padding:0 1.5rem}}@media(max-width:900px){.style_searchResults__LPXPa{grid-template-columns:repeat(4,1fr);padding:0 1rem}}@media(max-width:600px){.style_searchResults__LPXPa{grid-template-columns:repeat(3,1fr);gap:.8rem;padding:0 .5rem}}@media(max-width:480px){.style_searchResults__LPXPa{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:0 .5rem}}.style_noResults__0OC2L{text-align:center;padding:3rem;color:var(--primary-3)}.style_noResults__0OC2L h3{color:var(--ascent-color);margin-bottom:1rem;font-size:1.2rem}.style_noResults__0OC2L p{line-height:1.6;margin-bottom:1rem}.light .style_searchInput__6i1iY{background:var(--primary-1);border-color:var(--primary-3);box-shadow:0 2px 8px rgba(0,0,0,.1)}.light .style_searchInput__6i1iY:focus-within{border-color:var(--ascent-color);box-shadow:0 2px 12px rgba(0,0,0,.15),0 0 0 3px rgba(255,215,0,.2)}.light .style_searchInput__6i1iY input{color:var(--primary-4)}.light .style_searchInput__6i1iY input::placeholder{color:var(--primary-3);opacity:.7}.light .style_typeButtons__eM_It button{background:var(--primary-1);border-color:var(--primary-3);color:var(--primary-4);box-shadow:0 2px 8px rgba(0,0,0,.1)}.light .style_typeButtons__eM_It button:hover{border-color:var(--ascent-color);background:var(--bg-gradient)}.light .style_typeButtons__eM_It button.style_active__mhVFA{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1)}.light .style_tag___i92n{background:var(--primary-1);border-color:var(--primary-3);color:var(--primary-4);box-shadow:0 1px 4px rgba(0,0,0,.1)}.light .style_tag___i92n:hover{background:var(--ascent-color);border-color:var(--ascent-color);color:var(--primary-1);box-shadow:0 4px 16px rgba(255,215,0,.3)}@media(max-width:768px){.style_aiSearchContainer__iSah5{padding:1rem}.style_typeButtons__eM_It{justify-content:center}.style_typeButtons__eM_It button{font-size:.8rem;padding:.5rem 1rem}.style_searchInput__6i1iY{flex-direction:column}.style_searchInput__6i1iY button{padding:1rem;font-size:1rem}.style_suggestionTags__SDdk7{justify-content:center}.style_searchResults__LPXPa{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media(max-width:480px){.style_suggestionTags__SDdk7,.style_typeButtons__eM_It{flex-direction:column;align-items:stretch}.style_tag___i92n{text-align:center}.style_searchResults__LPXPa{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@keyframes style_spin__6HP33{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_spinningIcon__7DNP1{animation:style_spin__6HP33 2s linear infinite}