.MovieDetail-module-scss-module__gy5nNa__wrapper{background:var(--bg-deep);min-height:100vh;color:var(--text-main);padding-bottom:4rem}.MovieDetail-module-scss-module__gy5nNa__loadingWrapper,.MovieDetail-module-scss-module__gy5nNa__errorWrapper{background:var(--bg-deep);min-height:100vh;color:var(--text-main);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__loadingSpinner{border:3px solid #ffffff1a;border-top-color:var(--color-primary);border-radius:50%;width:3rem;height:3rem;animation:.8s cubic-bezier(.4,0,.2,1) infinite MovieDetail-module-scss-module__gy5nNa__spin}@keyframes MovieDetail-module-scss-module__gy5nNa__spin{to{transform:rotate(360deg)}}.MovieDetail-module-scss-module__gy5nNa__heroSection{background:#000;align-items:flex-end;width:100%;min-height:85vh;margin-bottom:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.MovieDetail-module-scss-module__gy5nNa__backdropImage{object-fit:cover;opacity:.6;z-index:1;transition:transform 10s}.MovieDetail-module-scss-module__gy5nNa__heroOverlay{background:linear-gradient(to top,rgb(var(--bg-app-rgb))10%,rgba(var(--bg-app-rgb),.95)25%,rgba(var(--bg-app-rgb),.7)50%,#0000004d 100%),linear-gradient(to right,rgba(var(--bg-app-rgb),.9)0%,rgba(var(--bg-app-rgb),.5)40%,transparent 100%);z-index:2;position:absolute;inset:0}.MovieDetail-module-scss-module__gy5nNa__heroContent{z-index:10;grid-template-columns:350px 1fr;align-items:flex-end;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 3rem 4rem;display:grid;position:relative}@media (max-width:1024px){.MovieDetail-module-scss-module__gy5nNa__heroContent{text-align:center;grid-template-columns:1fr;align-items:center;gap:2rem;margin-top:60px;padding:4rem 1.5rem 2rem}}.MovieDetail-module-scss-module__gy5nNa__posterCard{aspect-ratio:2/3;border-radius:16px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 0 1px #ffffff1a}@media (min-width:1025px){.MovieDetail-module-scss-module__gy5nNa__posterCard{margin-bottom:2rem}}.MovieDetail-module-scss-module__gy5nNa__posterCard:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 40px 70px #0009,0 0 0 1px #fff3}@media (max-width:1024px){.MovieDetail-module-scss-module__gy5nNa__posterCard{max-width:240px;margin:0 auto;box-shadow:0 20px 40px #00000080}}.MovieDetail-module-scss-module__gy5nNa__contentSection{grid-template-columns:1fr 380px;gap:3rem;max-width:1400px;margin:0 auto;padding:0 3rem;display:grid}@media (max-width:1024px){.MovieDetail-module-scss-module__gy5nNa__contentSection{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}}.MovieDetail-module-scss-module__gy5nNa__mainColumn{flex-direction:column;gap:3rem;display:flex}h1.MovieDetail-module-scss-module__gy5nNa__title{text-shadow:0 4px 10px #00000080;margin-bottom:.5rem;font-size:4rem;line-height:1.1}.MovieDetail-module-scss-module__gy5nNa__tagline{color:var(--text-secondary);text-shadow:0 2px 4px #00000080;margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:300}.MovieDetail-module-scss-module__gy5nNa__metadata{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:1.1rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__metaItem{color:var(--text-main);align-items:center;gap:.5rem;font-weight:500;display:flex}.MovieDetail-module-scss-module__gy5nNa__metaItem svg{color:var(--color-primary)}.MovieDetail-module-scss-module__gy5nNa__ratingBadge{background:var(--color-primary);color:#fff;border-radius:8px;padding:.3rem .8rem;font-weight:700}.MovieDetail-module-scss-module__gy5nNa__ratingBadge svg{color:var(--color-accent)}.MovieDetail-module-scss-module__gy5nNa__synopsisCard h2{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;display:flex}.MovieDetail-module-scss-module__gy5nNa__synopsisCard h2:before{content:"";background:var(--color-primary);border-radius:2px;width:4px;height:28px;display:block}.MovieDetail-module-scss-module__gy5nNa__synopsisCard p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8}.MovieDetail-module-scss-module__gy5nNa__directorName{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border:1px solid #ffffff4d;border-radius:6px;padding:.4rem .8rem;font-size:.95rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__castSection h2{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.75rem;font-weight:700;display:flex}.MovieDetail-module-scss-module__gy5nNa__castSection h2:before{content:"";background:var(--color-primary);border-radius:2px;width:4px;height:28px;display:block}.MovieDetail-module-scss-module__gy5nNa__castGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.MovieDetail-module-scss-module__gy5nNa__castGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}}.MovieDetail-module-scss-module__gy5nNa__castCard{flex-direction:column;gap:.75rem;transition:transform .3s;display:flex}.MovieDetail-module-scss-module__gy5nNa__castCard:hover{transform:translateY(-5px)}.MovieDetail-module-scss-module__gy5nNa__castImageWrapper{aspect-ratio:2/3;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff0d;position:relative;overflow:hidden}.MovieDetail-module-scss-module__gy5nNa__castImage{object-fit:cover}.MovieDetail-module-scss-module__gy5nNa__noPhoto{width:100%;height:100%;color:var(--text-muted);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.MovieDetail-module-scss-module__gy5nNa__noPhoto span{opacity:.3;font-size:2rem}.MovieDetail-module-scss-module__gy5nNa__castInfo{text-align:center}.MovieDetail-module-scss-module__gy5nNa__actorName{color:var(--text-main);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.MovieDetail-module-scss-module__gy5nNa__characterName{color:var(--text-muted);font-size:.85rem;font-style:italic}.MovieDetail-module-scss-module__gy5nNa__sidebar{flex-direction:column;gap:2rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__infoCard{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #ffffff1f;padding:2rem;box-shadow:0 20px 60px #0000004d}.MovieDetail-module-scss-module__gy5nNa__infoCard h3{color:var(--text-main);border-bottom:1px solid #ffffff1a;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700}.MovieDetail-module-scss-module__gy5nNa__infoRow{justify-content:space-between;gap:1rem;margin-bottom:1.25rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__infoRow:last-child{margin-bottom:0}.MovieDetail-module-scss-module__gy5nNa__infoRow .MovieDetail-module-scss-module__gy5nNa__label{color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__infoRow .MovieDetail-module-scss-module__gy5nNa__value{color:var(--text-main);text-align:right;max-width:60%;font-weight:500}.MovieDetail-module-scss-module__gy5nNa__companiesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}.MovieDetail-module-scss-module__gy5nNa__companyItem{background:#fff;border-radius:8px;justify-content:center;align-items:center;height:60px;padding:.75rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__companyItem img{object-fit:contain;max-width:100%;max-height:100%}.MovieDetail-module-scss-module__gy5nNa__companyItem span{color:#000;text-align:center;font-size:.75rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__providersSection{margin-bottom:1.5rem}.MovieDetail-module-scss-module__gy5nNa__providersSection:last-child{margin-bottom:0}.MovieDetail-module-scss-module__gy5nNa__providersSection h4{color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__providersList{flex-wrap:wrap;gap:.75rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__providerLogo{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;display:flex;overflow:hidden}.MovieDetail-module-scss-module__gy5nNa__providerLogo img{object-fit:cover;width:100%;height:100%}.MovieDetail-module-scss-module__gy5nNa__externalLinks{flex-wrap:wrap;gap:1rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__externalLink{color:#fff;border-radius:var(--radius-md);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;flex:1;min-width:100px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.MovieDetail-module-scss-module__gy5nNa__externalLink:hover{border-color:var(--color-primary);background:linear-gradient(135deg,#ffffff26,#ffffff14);transform:translateY(-2px)}@media (max-width:768px){.MovieDetail-module-scss-module__gy5nNa__heroSection{min-height:60vh}.MovieDetail-module-scss-module__gy5nNa__title{font-size:2rem}.MovieDetail-module-scss-module__gy5nNa__actions{flex-direction:column;width:100%}.MovieDetail-module-scss-module__gy5nNa__actions button,.MovieDetail-module-scss-module__gy5nNa__actions a{justify-content:center;width:100%}.MovieDetail-module-scss-module__gy5nNa__castGrid{grid-template-columns:repeat(3,1fr)}}.MovieDetail-module-scss-module__gy5nNa__activityFeed{flex-direction:column;gap:1rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__activityItem{border-bottom:1px solid #ffffff0d;align-items:center;gap:.8rem;padding-bottom:.8rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__activityItem:last-child{border-bottom:none;padding-bottom:0}.MovieDetail-module-scss-module__gy5nNa__activityAvatar{flex-shrink:0;width:32px;height:32px}.MovieDetail-module-scss-module__gy5nNa__avatarImg{object-fit:cover;border-radius:50%}.MovieDetail-module-scss-module__gy5nNa__avatarFallback{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:600;display:flex}.MovieDetail-module-scss-module__gy5nNa__activityContent{flex-direction:column;line-height:1.2;display:flex}.MovieDetail-module-scss-module__gy5nNa__actUser{color:#fff;font-size:.9rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__actType{color:var(--text-secondary);font-size:.8rem}.MovieDetail-module-scss-module__gy5nNa__emptyText{color:var(--text-muted);text-align:center;font-size:.9rem;font-style:italic}.MovieDetail-module-scss-module__gy5nNa__friendRatingBox{flex-direction:column;align-items:center;gap:.2rem;padding:1rem 0;display:flex}.MovieDetail-module-scss-module__gy5nNa__bigRating{align-items:baseline;gap:.2rem;display:flex}.MovieDetail-module-scss-module__gy5nNa__ratingNumber{color:var(--color-primary);text-shadow:0 0 20px rgba(var(--color-primary-rgb),.5);font-size:3rem;font-weight:800;line-height:1}.MovieDetail-module-scss-module__gy5nNa__ratingMax{color:var(--text-muted);font-size:1rem;font-weight:600}.MovieDetail-module-scss-module__gy5nNa__ratingLabel{color:#fff;text-align:center;margin:0;font-size:.85rem}.MovieDetail-module-scss-module__gy5nNa__socialHint{color:#d2d2d2;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.MovieDetail-module-scss-module__gy5nNa__socialHint strong{color:var(--color-primary-light)}.MovieDetail-module-scss-module__gy5nNa__inviteBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:8px;width:100%;padding:.8rem;font-weight:600;transition:all .2s}.MovieDetail-module-scss-module__gy5nNa__inviteBtn:hover{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.4)}
.StarRating-module-scss-module__iJHGwa__ratingContainer{-webkit-user-select:none;user-select:none;align-items:center;gap:.2rem;display:flex}.StarRating-module-scss-module__iJHGwa__ratingContainer.StarRating-module-scss-module__iJHGwa__readonly{cursor:default}.StarRating-module-scss-module__iJHGwa__starWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.StarRating-module-scss-module__iJHGwa__starIcon{align-items:center;display:flex}.StarRating-module-scss-module__iJHGwa__starActive{color:#ffb800}.StarRating-module-scss-module__iJHGwa__starInactive{color:#fff3}.StarRating-module-scss-module__iJHGwa__halfHitbox,.StarRating-module-scss-module__iJHGwa__fullHitbox{z-index:2;cursor:pointer;height:100%;position:absolute;top:0}.StarRating-module-scss-module__iJHGwa__halfHitbox{width:50%;left:0}.StarRating-module-scss-module__iJHGwa__fullHitbox{width:50%;right:0}.StarRating-module-scss-module__iJHGwa__ratingValue{color:var(--text-secondary);margin-left:.6rem;font-size:.9rem;font-weight:500}
.MovieActions-module-scss-module__vQ2tFG__actions{align-items:center;gap:1.25rem;margin-top:2rem;padding:.5rem;display:flex}@media (max-width:1024px){.MovieActions-module-scss-module__vQ2tFG__actions{flex-wrap:wrap;justify-content:center}}.MovieActions-module-scss-module__vQ2tFG__primaryBtn{background:linear-gradient(135deg,var(--color-primary),rgba(var(--color-primary-rgb),.8));color:#fff;cursor:pointer;box-shadow:0 10px 25px -5px rgba(var(--color-primary-rgb),.4);border:none;border-radius:100px;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.MovieActions-module-scss-module__vQ2tFG__primaryBtn:after{content:"";opacity:0;background:linear-gradient(#fff3,#0000);transition:opacity .3s;position:absolute;inset:0}.MovieActions-module-scss-module__vQ2tFG__primaryBtn:hover{box-shadow:0 20px 35px -8px rgba(var(--color-primary-rgb),.5);color:#fff;transform:translateY(-5px)scale(1.02)}.MovieActions-module-scss-module__vQ2tFG__primaryBtn:hover:after{opacity:1}.MovieActions-module-scss-module__vQ2tFG__primaryBtn:active{transform:translateY(-2px)scale(.98)}.MovieActions-module-scss-module__vQ2tFG__primaryBtn svg{font-size:1.2rem}.MovieActions-module-scss-module__vQ2tFG__watchPartyBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.MovieActions-module-scss-module__vQ2tFG__watchPartyBtn:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:translateY(-3px)}.MovieActions-module-scss-module__vQ2tFG__secondaryGroup{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:.75rem;padding:.4rem;display:flex}.MovieActions-module-scss-module__vQ2tFG__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.MovieActions-module-scss-module__vQ2tFG__actionBtn:before{content:"";background:#ffffff0d;border-radius:50%;transition:transform .3s;position:absolute;inset:0;transform:scale(0)}.MovieActions-module-scss-module__vQ2tFG__actionBtn:hover{color:#fff}.MovieActions-module-scss-module__vQ2tFG__actionBtn:hover:before{transform:scale(1)}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__active{color:var(--color-primary-light)}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__active:before{background:rgba(var(--color-primary-rgb),.15);transform:scale(1)}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__active .MovieActions-module-scss-module__vQ2tFG__heartIcon{color:#ef4444;filter:drop-shadow(0 0 8px #ef444480);animation:.4s cubic-bezier(.175,.885,.32,1.275) MovieActions-module-scss-module__vQ2tFG__pop}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__shareBtn:hover{color:#10b981}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__shareBtn:hover:before{background:#10b9811a}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__starBtn.MovieActions-module-scss-module__vQ2tFG__active{color:#f59e0b}.MovieActions-module-scss-module__vQ2tFG__actionBtn.MovieActions-module-scss-module__vQ2tFG__starBtn.MovieActions-module-scss-module__vQ2tFG__active:before{background:#f59e0b1a}.MovieActions-module-scss-module__vQ2tFG__ratingBadge{color:#fff;border:1.5px solid var(--bg-app);background:#f59e0b;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 5px #0000004d}@keyframes MovieActions-module-scss-module__vQ2tFG__pop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes MovieActions-module-scss-module__vQ2tFG__spin{to{transform:rotate(360deg)}}.MovieActions-module-scss-module__vQ2tFG__spinning svg{animation:1s linear infinite MovieActions-module-scss-module__vQ2tFG__spin}.MovieActions-module-scss-module__vQ2tFG__shareModalContent{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.MovieActions-module-scss-module__vQ2tFG__shareTextarea{color:#fff;resize:none;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;width:100%;min-height:150px;padding:1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.MovieActions-module-scss-module__vQ2tFG__shareTextarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb),.1);background:#ffffff0d;outline:none}.MovieActions-module-scss-module__vQ2tFG__modalActions{justify-content:flex-end;gap:1rem;display:flex}.MovieActions-module-scss-module__vQ2tFG__confirmShareBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.8rem 1.8rem;font-weight:700;transition:all .3s}.MovieActions-module-scss-module__vQ2tFG__confirmShareBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.MovieActions-module-scss-module__vQ2tFG__confirmShareBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.MovieActions-module-scss-module__vQ2tFG__actions{flex-direction:column;width:100%}.MovieActions-module-scss-module__vQ2tFG__primaryBtn,.MovieActions-module-scss-module__vQ2tFG__watchPartyBtn{justify-content:center;width:100%}}
.Modal-module-scss-module__vzGZ_q__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000bf;justify-content:center;align-items:center;animation:.3s ease-out Modal-module-scss-module__vzGZ_q__fadeIn;display:flex;position:fixed;inset:0}.Modal-module-scss-module__vzGZ_q__modal{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:90vh;padding:2rem;animation:.3s ease-out Modal-module-scss-module__vzGZ_q__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.Modal-module-scss-module__vzGZ_q__closeButton{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Modal-module-scss-module__vzGZ_q__closeButton:hover{color:var(--text-main);background:#ffffff1a}.Modal-module-scss-module__vzGZ_q__closeButton svg{width:24px;height:24px}.Modal-module-scss-module__vzGZ_q__header{margin-bottom:1.5rem}.Modal-module-scss-module__vzGZ_q__header h2{color:var(--text-main);margin:0;font-size:1.5rem}.Modal-module-scss-module__vzGZ_q__header p{color:var(--text-muted);margin-top:.5rem;font-size:.9rem}@keyframes Modal-module-scss-module__vzGZ_q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module-scss-module__vzGZ_q__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.TopFavoritesModal-module__Zpu8Hq__modalContent{width:100%;max-width:850px}.TopFavoritesModal-module__Zpu8Hq__description{color:var(--text-secondary);text-align:center;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.TopFavoritesModal-module__Zpu8Hq__selectionArea{flex-direction:column;gap:3.5rem;display:flex}.TopFavoritesModal-module__Zpu8Hq__topSection{flex-direction:column;gap:1.5rem;display:flex}.TopFavoritesModal-module__Zpu8Hq__sectionTitle{color:var(--text-main);letter-spacing:-.02em;margin:0;font-size:1.3rem;font-weight:700}.TopFavoritesModal-module__Zpu8Hq__topSlots{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.TopFavoritesModal-module__Zpu8Hq__slot{aspect-ratio:2/3;background:linear-gradient(145deg,#ffffff05,#ffffff03);border:2px dashed #ffffff1f;border-radius:16px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.TopFavoritesModal-module__Zpu8Hq__slot:hover{background:linear-gradient(145deg,#ffffff0a,#ffffff05);border-color:#fff3;transform:translateY(-4px)}.TopFavoritesModal-module__Zpu8Hq__slot.TopFavoritesModal-module__Zpu8Hq__filled{border-style:solid;border-color:rgba(var(--color-primary-rgb),.5);background:#0006;box-shadow:0 4px 20px #0000004d}.TopFavoritesModal-module__Zpu8Hq__slot.TopFavoritesModal-module__Zpu8Hq__filled:hover{border-color:rgba(var(--color-primary-rgb),.7);box-shadow:0 8px 32px rgba(var(--color-primary-rgb),.25);transform:translateY(-6px)}.TopFavoritesModal-module__Zpu8Hq__emptySlot{height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.TopFavoritesModal-module__Zpu8Hq__slotNumber{opacity:.15;background:linear-gradient(135deg,#fff6,#ffffff1a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;line-height:1}.TopFavoritesModal-module__Zpu8Hq__slotPoster{object-fit:cover;width:100%;height:100%;display:block}.TopFavoritesModal-module__Zpu8Hq__positionBadge{background:rgba(var(--color-primary-rgb),.95);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 16px #0006}.TopFavoritesModal-module__Zpu8Hq__removeBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;opacity:0;background:#000000d9;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.TopFavoritesModal-module__Zpu8Hq__slot.TopFavoritesModal-module__Zpu8Hq__filled:hover .TopFavoritesModal-module__Zpu8Hq__removeBtn{opacity:1}.TopFavoritesModal-module__Zpu8Hq__removeBtn:hover{background:var(--color-error,#dc2626);border-color:var(--color-error,#dc2626);transform:scale(1.15)rotate(90deg)}.TopFavoritesModal-module__Zpu8Hq__likesSection{flex-direction:column;gap:1.5rem;display:flex}.TopFavoritesModal-module__Zpu8Hq__likesList{background:#ffffff03;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1.5rem;max-height:400px;margin:-1rem;padding:1rem;display:grid;overflow-y:auto}.TopFavoritesModal-module__Zpu8Hq__likesList::-webkit-scrollbar{width:10px}.TopFavoritesModal-module__Zpu8Hq__likesList::-webkit-scrollbar-track{background:#ffffff08;border-radius:8px;margin:8px 0}.TopFavoritesModal-module__Zpu8Hq__likesList::-webkit-scrollbar-thumb{background:#ffffff1f;border:2px solid #ffffff08;border-radius:8px;transition:background .3s}.TopFavoritesModal-module__Zpu8Hq__likesList::-webkit-scrollbar-thumb:hover{background:#fff3}.TopFavoritesModal-module__Zpu8Hq__movieOption{cursor:pointer;aspect-ratio:2/3;border:2px solid #0000;border-radius:12px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.TopFavoritesModal-module__Zpu8Hq__movieOption:hover:not(.TopFavoritesModal-module__Zpu8Hq__selected){box-shadow:0 12px 28px rgba(var(--color-primary-rgb),.35);border-color:rgba(var(--color-primary-rgb),.6);transform:translateY(-6px)}.TopFavoritesModal-module__Zpu8Hq__movieOption.TopFavoritesModal-module__Zpu8Hq__selected{opacity:.25;pointer-events:none;filter:grayscale()brightness(.7)}.TopFavoritesModal-module__Zpu8Hq__moviePoster{object-fit:cover;width:100%;height:100%;display:block}.TopFavoritesModal-module__Zpu8Hq__emptyState{text-align:center;color:var(--text-tertiary);grid-column:1/-1;padding:4rem 2rem}.TopFavoritesModal-module__Zpu8Hq__emptyState p{opacity:.7;margin:0;font-size:1rem}.TopFavoritesModal-module__Zpu8Hq__actions{border-top:2px solid #ffffff0f;justify-content:flex-end;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}
.DataImportModal-module-scss-module__7SfCVq__overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;animation:.3s DataImportModal-module-scss-module__7SfCVq__fadeIn;display:flex;position:fixed;inset:0}.DataImportModal-module-scss-module__7SfCVq__modal{background:var(--bg-surface,#14192d);width:90%;max-width:600px;max-height:90vh;color:var(--text-main,#fff);background:linear-gradient(145deg,#1e1e23f2,#141419fa);border:1px solid #ffffff1a;border-radius:1.5rem;flex-direction:column;padding:0;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.DataImportModal-module-scss-module__7SfCVq__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__header h2{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.DataImportModal-module-scss-module__7SfCVq__closeBtn{color:var(--text-muted,#ffffff80);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .2s;display:flex}.DataImportModal-module-scss-module__7SfCVq__closeBtn:hover{color:var(--text-main,#fff);background:#ffffff1a}.DataImportModal-module-scss-module__7SfCVq__closeBtn:disabled{opacity:.5;cursor:not-allowed}.DataImportModal-module-scss-module__7SfCVq__content{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__intro{text-align:center;margin-bottom:1rem}.DataImportModal-module-scss-module__7SfCVq__intro p{color:var(--text-muted,#ffffff80);margin:0;font-size:.95rem;line-height:1.6}.DataImportModal-module-scss-module__7SfCVq__dropzone{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff1a;border-radius:1rem;padding:3rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.DataImportModal-module-scss-module__7SfCVq__dropzone:hover,.DataImportModal-module-scss-module__7SfCVq__dropzone.DataImportModal-module-scss-module__7SfCVq__active{border-color:var(--color-primary,#6366f1);background:#6366f10d;transform:translateY(-2px)}.DataImportModal-module-scss-module__7SfCVq__dropzone .DataImportModal-module-scss-module__7SfCVq__icon{color:var(--color-primary,#6366f1);opacity:.8;margin-bottom:1rem;font-size:3rem}.DataImportModal-module-scss-module__7SfCVq__dropzone h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.DataImportModal-module-scss-module__7SfCVq__dropzone p{color:var(--text-muted,#ffffff80);margin:0;font-size:.9rem}.DataImportModal-module-scss-module__7SfCVq__reviewStep{flex-direction:column;gap:1.5rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__fileInfo{background:#ffffff0d;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__fileIcon{color:var(--color-primary,#6366f1);font-size:1.5rem}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__fileDetails{flex-direction:column;flex:1;display:flex}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__fileDetails span:first-child{font-size:.95rem;font-weight:600}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__fileDetails span:last-child{color:var(--text-muted,#ffffff80);font-size:.8rem}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__removeFile{color:var(--text-muted,#ffffff80);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;padding:.5rem;font-size:1.25rem;transition:all .2s;display:flex}.DataImportModal-module-scss-module__7SfCVq__fileInfo .DataImportModal-module-scss-module__7SfCVq__removeFile:hover{color:#ef4444;background:#ef44441a}.DataImportModal-module-scss-module__7SfCVq__parseSummary{animation:.3s DataImportModal-module-scss-module__7SfCVq__fadeIn}.DataImportModal-module-scss-module__7SfCVq__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__button{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.DataImportModal-module-scss-module__7SfCVq__button.DataImportModal-module-scss-module__7SfCVq__primary{background:var(--color-primary,#6366f1);color:#fff;box-shadow:0 4px 6px -1px #6366f14d}.DataImportModal-module-scss-module__7SfCVq__button.DataImportModal-module-scss-module__7SfCVq__primary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.DataImportModal-module-scss-module__7SfCVq__button.DataImportModal-module-scss-module__7SfCVq__primary:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff1a}.DataImportModal-module-scss-module__7SfCVq__button.DataImportModal-module-scss-module__7SfCVq__secondary{color:var(--text-muted,#ffffff80);background:0 0;border:1px solid #ffffff1a}.DataImportModal-module-scss-module__7SfCVq__button.DataImportModal-module-scss-module__7SfCVq__secondary:hover:not(:disabled){color:var(--text-main,#fff);background:#ffffff0d}.DataImportModal-module-scss-module__7SfCVq__progressView{text-align:center;padding:2rem 0}.DataImportModal-module-scss-module__7SfCVq__loaderContainer{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__loaderContainer h3{margin:0;font-size:1.25rem}.DataImportModal-module-scss-module__7SfCVq__loaderContainer p{color:var(--text-muted,#ffffff80);margin:0}.DataImportModal-module-scss-module__7SfCVq__spin{color:var(--color-primary,#6366f1);animation:1s linear infinite DataImportModal-module-scss-module__7SfCVq__spin}.DataImportModal-module-scss-module__7SfCVq__progressBar{background:#ffffff1a;border-radius:4px;width:100%;height:8px;margin-top:.5rem;overflow:hidden}.DataImportModal-module-scss-module__7SfCVq__progressFill{background:var(--color-primary,#6366f1);background:linear-gradient(90deg,var(--color-primary,#6366f1),var(--color-accent,#eab308));border-radius:4px;height:100%;transition:width .3s}.DataImportModal-module-scss-module__7SfCVq__resultView{text-align:center}.DataImportModal-module-scss-module__7SfCVq__resultView h3{margin:1rem 0 .5rem;font-size:1.5rem}.DataImportModal-module-scss-module__7SfCVq__results{background:#0003;border:1px solid #ffffff0d;border-radius:1rem;margin-top:1.5rem;padding:1.5rem}.DataImportModal-module-scss-module__7SfCVq__results ul{text-align:left;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}.DataImportModal-module-scss-module__7SfCVq__results li{text-align:center;background:#ffffff0d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__results li span.DataImportModal-module-scss-module__7SfCVq__label{color:var(--text-muted,#ffffff80);margin-bottom:.25rem;font-size:.85rem}.DataImportModal-module-scss-module__7SfCVq__results li strong{font-size:1.5rem}.DataImportModal-module-scss-module__7SfCVq__results li.DataImportModal-module-scss-module__7SfCVq__highlight{background:#6366f11a;border:1px solid #6366f133;grid-column:span 2}.DataImportModal-module-scss-module__7SfCVq__results li.DataImportModal-module-scss-module__7SfCVq__highlight strong{color:var(--color-primary,#6366f1)}.DataImportModal-module-scss-module__7SfCVq__explanation{text-align:left;background:#facc151a;border:1px solid #facc1533;border-radius:.75rem;align-items:start;gap:1rem;margin-top:2rem;padding:1rem;display:flex}.DataImportModal-module-scss-module__7SfCVq__explanation .DataImportModal-module-scss-module__7SfCVq__infoIcon{color:#facc15;flex-shrink:0;margin-top:.25rem}.DataImportModal-module-scss-module__7SfCVq__explanation p{color:#e2e8f0;margin:0;font-size:.9rem;line-height:1.5}@keyframes DataImportModal-module-scss-module__7SfCVq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes DataImportModal-module-scss-module__7SfCVq__fadeIn{0%{opacity:0}to{opacity:1}}
.MovieCard-module-scss-module__22SzyG__card{background:linear-gradient(180deg,var(--bg-surface)0%,rgba(var(--bg-surface-rgb),.95)100%);border-radius:var(--radius-lg);cursor:pointer;border:1px solid rgba(var(--text-main-rgb),.08);flex-direction:column;width:100%;height:100%;text-decoration:none;transition:border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.MovieCard-module-scss-module__22SzyG__card:hover{border-color:rgba(var(--color-primary-rgb),.4);box-shadow:0 20px 40px #0006,0 0 60px rgba(var(--color-primary-rgb),.15)}.MovieCard-module-scss-module__22SzyG__imageWrapper{aspect-ratio:2/3;background:var(--bg-surface);isolation:isolate;width:100%;font-size:0;line-height:0;display:block;position:relative;overflow:hidden}.MovieCard-module-scss-module__22SzyG__poster{object-fit:cover;transition:transform .6s}.MovieCard-module-scss-module__22SzyG__card:hover .MovieCard-module-scss-module__22SzyG__poster{transform:scale(1.08)}.MovieCard-module-scss-module__22SzyG__gradientOverlay{background:linear-gradient(180deg,transparent 0%,transparent 20%,#0006 50%,var(--bg-surface)100%);pointer-events:none;z-index:2;position:absolute;inset:-1px -1px -2px}.MovieCard-module-scss-module__22SzyG__ratingBadge{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);border:1px solid rgba(var(--color-accent-rgb),.5);color:rgb(var(--color-accent-rgb));background:#000000bf;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000004d}.MovieCard-module-scss-module__22SzyG__starIcon{color:rgb(var(--color-accent-rgb));font-size:.75rem}.MovieCard-module-scss-module__22SzyG__playButtonContainer{z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MovieCard-module-scss-module__22SzyG__playButton{border-radius:var(--radius-full);background:linear-gradient(135deg,rgb(var(--color-primary-rgb)),rgba(var(--color-primary-rgb),.8));color:#fff;pointer-events:auto;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.4rem;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 25px #0006}.MovieCard-module-scss-module__22SzyG__playButton:hover{background:rgb(var(--color-primary-rgb));box-shadow:0 15px 35px rgba(var(--color-primary-rgb),.6);transform:scale(1.1)}.MovieCard-module-scss-module__22SzyG__playButton svg{margin-left:4px}.MovieCard-module-scss-module__22SzyG__watchlistButton,.MovieCard-module-scss-module__22SzyG__watchedButton{z-index:6;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;pointer-events:auto;background:#0006;border:1px solid #ffffff26;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .25s;display:flex;position:absolute;top:12px;left:12px}.MovieCard-module-scss-module__22SzyG__watchlistButton:hover,.MovieCard-module-scss-module__22SzyG__watchedButton:hover{border-color:rgba(var(--color-primary-rgb),.5);color:rgb(var(--color-primary-rgb));background:#0009;transform:scale(1.1)}.MovieCard-module-scss-module__22SzyG__watchlistButton:active,.MovieCard-module-scss-module__22SzyG__watchedButton:active{transform:scale(.9)}.MovieCard-module-scss-module__22SzyG__watchlistButton.MovieCard-module-scss-module__22SzyG__active,.MovieCard-module-scss-module__22SzyG__active.MovieCard-module-scss-module__22SzyG__watchedButton{background:rgba(var(--color-primary-rgb),.2);border-color:rgba(var(--color-primary-rgb),.5);color:rgb(var(--color-primary-rgb))}.MovieCard-module-scss-module__22SzyG__watchlistButton.MovieCard-module-scss-module__22SzyG__active:hover,.MovieCard-module-scss-module__22SzyG__active.MovieCard-module-scss-module__22SzyG__watchedButton:hover{background:rgba(var(--color-primary-rgb),.3);border-color:rgba(var(--color-primary-rgb),.8)}.MovieCard-module-scss-module__22SzyG__watchedButton{left:54px}.MovieCard-module-scss-module__22SzyG__content{background:var(--bg-surface);z-index:3;flex-direction:column;flex:1;gap:.5rem;margin-top:-1px;padding:1rem;display:flex;position:relative}.MovieCard-module-scss-module__22SzyG__title{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.MovieCard-module-scss-module__22SzyG__card:hover .MovieCard-module-scss-module__22SzyG__title{color:rgb(var(--color-primary-rgb))}.MovieCard-module-scss-module__22SzyG__meta{align-items:center;gap:8px;font-size:.8rem;display:flex}.MovieCard-module-scss-module__22SzyG__year{color:var(--text-muted);font-family:var(--font-mono);font-weight:500}.MovieCard-module-scss-module__22SzyG__genre{color:rgba(var(--color-primary-rgb),.8);background:rgba(var(--color-primary-rgb),.1);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;font-size:.7rem;font-weight:500}.MovieCard-module-scss-module__22SzyG__glowEffect{background:linear-gradient(90deg,transparent 0%,rgb(var(--color-primary-rgb))50%,transparent 100%);border-radius:var(--radius-full);filter:blur(4px);z-index:1;height:3px;position:absolute;bottom:0;left:10%;right:10%}
.CollectionTab-module-scss-module__7_PidG__container{width:100%}.CollectionTab-module-scss-module__7_PidG__controlsContainer{background:var(--glass-bg,#14141499);border:1px solid var(--glass-border,#ffffff1a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:1.5rem;display:flex}.CollectionTab-module-scss-module__7_PidG__searchBox{flex:1;align-items:center;min-width:300px;display:flex;position:relative}.CollectionTab-module-scss-module__7_PidG__searchBox svg{color:var(--text-muted,#888);pointer-events:none;font-size:1.2rem;transition:color .3s;position:absolute;left:1.25rem}.CollectionTab-module-scss-module__7_PidG__searchBox input{border:1px solid var(--glass-border,#ffffff1a);color:#fff;background:#0003;border-radius:.5rem;width:100%;padding:1rem 1.25rem 1rem 3.5rem;font-family:inherit;font-size:1rem;transition:all .2s}.CollectionTab-module-scss-module__7_PidG__searchBox input:focus{border-color:var(--primary,#e50914);background:#0000004d;outline:none;box-shadow:0 0 0 4px #e509141a}.CollectionTab-module-scss-module__7_PidG__searchBox input::placeholder{color:var(--text-muted,#888)}.CollectionTab-module-scss-module__7_PidG__searchBox:focus-within svg{color:var(--primary,#e50914)}.CollectionTab-module-scss-module__7_PidG__controls{flex-wrap:wrap;gap:1rem;display:flex}.CollectionTab-module-scss-module__7_PidG__select{border:1px solid var(--glass-border,#ffffff1a);color:var(--text-main,#fff);cursor:pointer;appearance:none;background:#0003 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' 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") right 1rem center/1rem no-repeat;border-radius:.5rem;min-width:180px;padding:1rem 2.5rem 1rem 1.5rem;font-family:inherit;font-size:.95rem;transition:all .2s}.CollectionTab-module-scss-module__7_PidG__select:focus{border-color:var(--primary,#e50914);background-color:#0006;outline:none}.CollectionTab-module-scss-module__7_PidG__select:hover{border-color:var(--text-secondary,#ccc);background-color:#ffffff0d}.CollectionTab-module-scss-module__7_PidG__select option{color:#fff;background:#141414;padding:10px}.CollectionTab-module-scss-module__7_PidG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem;display:grid}@media (min-width:768px){.CollectionTab-module-scss-module__7_PidG__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.CollectionTab-module-scss-module__7_PidG__cardWrapper{aspect-ratio:2/3}.CollectionTab-module-scss-module__7_PidG__emptyState{text-align:center;color:var(--text-muted,#888);background:#ffffff05;border:1px dashed #ffffff1a;border-radius:1rem;padding:6rem 2rem;font-size:1.1rem}.CollectionTab-module-scss-module__7_PidG__loaderArea{justify-content:center;width:100%;padding:2rem 0;display:flex}@media (max-width:768px){.CollectionTab-module-scss-module__7_PidG__controlsContainer{flex-direction:column;gap:1.25rem;padding:1.25rem}.CollectionTab-module-scss-module__7_PidG__searchBox{width:100%}.CollectionTab-module-scss-module__7_PidG__controls{flex-direction:column;width:100%}.CollectionTab-module-scss-module__7_PidG__select{width:100%}}
.UserListModal-module-scss-module__uI_8iG__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.UserListModal-module-scss-module__uI_8iG__modal{width:100%;max-width:420px;box-shadow:0 25px 50px -12px #000000b3,0 0 60px -15px rgba(var(--color-primary-rgb,99,102,241),.2);-webkit-backdrop-filter:blur(20px);background:#141419f2;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;max-height:80vh;display:flex;overflow:hidden}.UserListModal-module-scss-module__uI_8iG__header{background:linear-gradient(135deg,rgba(var(--color-primary-rgb,99,102,241),.08),transparent);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.UserListModal-module-scss-module__uI_8iG__title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:800}.UserListModal-module-scss-module__uI_8iG__closeButton{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;padding:.6rem;font-size:.9rem;transition:all .2s;display:flex}.UserListModal-module-scss-module__uI_8iG__closeButton:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26;transform:scale(1.05)}.UserListModal-module-scss-module__uI_8iG__content{flex-direction:column;gap:.5rem;min-height:100px;padding:1rem;display:flex;overflow-y:auto}.UserListModal-module-scss-module__uI_8iG__content::-webkit-scrollbar{width:5px}.UserListModal-module-scss-module__uI_8iG__content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.UserListModal-module-scss-module__uI_8iG__content::-webkit-scrollbar-track{background:0 0}.UserListModal-module-scss-module__uI_8iG__userItem{background:#ffffff05;border:1px solid #0000;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.UserListModal-module-scss-module__uI_8iG__userItem:hover{background:rgba(var(--color-primary-rgb,99,102,241),.08);border-color:rgba(var(--color-primary-rgb,99,102,241),.15);transform:translate(4px)}.UserListModal-module-scss-module__uI_8iG__userInfo{flex-direction:column;flex:1;min-width:0;display:flex}.UserListModal-module-scss-module__uI_8iG__userHeader{justify-content:space-between;align-items:center;display:flex}.UserListModal-module-scss-module__uI_8iG__username{color:#fff;font-size:1rem;font-weight:700}.UserListModal-module-scss-module__uI_8iG__name{color:#ffffff80;margin-top:2px;font-size:.85rem}.UserListModal-module-scss-module__uI_8iG__ratingBadge{background:linear-gradient(135deg,#facc1526,#facc1514);border:1px solid #facc1540;border-radius:20px;align-items:center;gap:.25rem;padding:.25rem .6rem;display:flex}.UserListModal-module-scss-module__uI_8iG__ratingText{color:#facc15;font-size:.8rem;font-weight:700}.UserListModal-module-scss-module__uI_8iG__loadingContainer{justify-content:center;align-items:center;padding:3rem 0;display:flex}.UserListModal-module-scss-module__uI_8iG__emptyState{text-align:center;color:#fff6;background:#ffffff05;border:1px dashed #ffffff14;border-radius:12px;margin:0;padding:3rem 1rem;font-size:.95rem}
.MovieSocialInfo-module-scss-module__xHtFxW__socialContext{border-left:3px solid var(--color-primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#ffffff0d,#0000);border-radius:4px;align-items:center;gap:.8rem;width:fit-content;margin-top:1.5rem;padding:.5rem 1rem;animation:.5s ease-out MovieSocialInfo-module-scss-module__xHtFxW__fadeIn;display:flex}@media (max-width:768px){.MovieSocialInfo-module-scss-module__xHtFxW__socialContext{border-left:none;border-top:2px solid var(--color-primary);background:#ffffff08;border-radius:8px;justify-content:flex-start;width:100%}}.MovieSocialInfo-module-scss-module__xHtFxW__avatars{align-items:center;padding-left:5px;display:flex}.MovieSocialInfo-module-scss-module__xHtFxW__avatarWrapper{border-radius:50%;margin-left:-12px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);position:relative}.MovieSocialInfo-module-scss-module__xHtFxW__avatarWrapper:first-child{margin-left:0}.MovieSocialInfo-module-scss-module__xHtFxW__avatarWrapper:hover{transform:translateY(-5px)scale(1.15);z-index:50!important}.MovieSocialInfo-module-scss-module__xHtFxW__avatarWrapper .avatar-img{border:2px solid #141414;width:32px;height:32px;box-shadow:0 4px 8px #00000080}.MovieSocialInfo-module-scss-module__xHtFxW__label{color:var(--text-secondary);font-size:.85rem;line-height:1.3}.MovieSocialInfo-module-scss-module__xHtFxW__label strong{color:#fff;cursor:pointer;font-weight:600}.MovieSocialInfo-module-scss-module__xHtFxW__label strong:hover{color:var(--color-primary-light);text-decoration:underline}@keyframes MovieSocialInfo-module-scss-module__xHtFxW__fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}
.page-module__nwP5xa__profileContainer{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.page-module__nwP5xa__header{margin-bottom:2rem;position:relative}.page-module__nwP5xa__bannerWrapper{border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.3)0%,rgba(var(--bg-surface-rgb),1)100%);width:100%;height:220px;position:relative;overflow:hidden}.page-module__nwP5xa__bannerImage{object-fit:cover;width:100%;height:100%}.page-module__nwP5xa__bannerOverlay{background:linear-gradient(to bottom,transparent 0%,rgba(var(--bg-app-rgb),.6)70%,rgba(var(--bg-app-rgb),.95)100%);position:absolute;inset:0}.page-module__nwP5xa__headerContent{z-index:2;align-items:flex-end;gap:1.5rem;margin-top:-80px;padding:0 1.5rem;display:flex;position:relative}.page-module__nwP5xa__avatarWrapper{flex-shrink:0;position:relative}.page-module__nwP5xa__avatarContainer{border:4px solid rgb(var(--bg-app-rgb));background:var(--bg-surface);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;overflow:hidden;box-shadow:0 8px 32px #0006}.page-module__nwP5xa__avatarContainer img,.page-module__nwP5xa__avatarContainer>div{border:none!important;width:100%!important;height:100%!important}.page-module__nwP5xa__liveIndicator{background:var(--color-error,#dc2626);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;animation:2s infinite page-module__nwP5xa__pulse;display:flex;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #dc262666}@keyframes page-module__nwP5xa__pulse{0%,to{opacity:1}50%{opacity:.7}}.page-module__nwP5xa__liveIndicator:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.page-module__nwP5xa__userInfo{flex-direction:column;flex:1;gap:.35rem;padding-bottom:.5rem;display:flex}.page-module__nwP5xa__nameContainer{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.page-module__nwP5xa__displayName{color:var(--text-main);letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-main)0%,rgba(var(--text-main-rgb),.85)100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800;line-height:1.2}.page-module__nwP5xa__handle{color:var(--text-muted);opacity:.8;letter-spacing:.01em;font-size:1rem;font-weight:500}.page-module__nwP5xa__handle:hover{color:var(--color-primary-light);opacity:1}.page-module__nwP5xa__username{color:var(--text-main);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:800}.page-module__nwP5xa__bio{color:var(--text-muted);max-width:500px;margin:.25rem 0 0;font-size:1rem;line-height:1.6}.page-module__nwP5xa__headerRight{flex-direction:column;align-items:flex-end;gap:1rem;margin-bottom:.5rem;display:flex}.page-module__nwP5xa__headerActions,.page-module__nwP5xa__miniFavorites{gap:.75rem;display:flex}.page-module__nwP5xa__miniFavoriteSlot{border-radius:var(--radius-sm,6px);background:#0000004d;border:1px solid #ffffff1a;width:60px;height:90px;transition:all .3s;position:relative;overflow:hidden}.page-module__nwP5xa__miniFavoriteSlot.page-module__nwP5xa__hasPoster{background:#000;box-shadow:0 4px 12px #0006}.page-module__nwP5xa__miniFavoriteSlot:hover{border-color:rgba(var(--color-primary-rgb),.4);transform:translateY(-4px);box-shadow:0 8px 20px #0009}.page-module__nwP5xa__miniFavoritePoster{object-fit:cover;width:100%;height:100%;display:block}.page-module__nwP5xa__miniFavoriteBadge{background:rgba(var(--color-primary-rgb),.95);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:4px;left:4px;box-shadow:0 2px 6px #0009}.page-module__nwP5xa__editOverlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.page-module__nwP5xa__miniFavoriteSlot:hover .page-module__nwP5xa__editOverlay{opacity:1}.page-module__nwP5xa__editIcon{font-size:1.5rem}.page-module__nwP5xa__emptySlotContent{border-radius:inherit;border:1px dashed #ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;height:100%;display:flex}.page-module__nwP5xa__slotPosition{opacity:.3;color:var(--text-muted);font-size:1.2rem;font-weight:700}.page-module__nwP5xa__addIcon{opacity:.4;color:var(--text-muted);font-size:1.5rem;font-weight:300}.page-module__nwP5xa__statsSection{border-bottom:1px solid rgba(var(--text-main-rgb),.08);gap:2rem;margin:1.5rem 0;padding:1.5rem 0;display:flex}.page-module__nwP5xa__statItem{text-align:center;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.page-module__nwP5xa__statItemInteractive{cursor:pointer}.page-module__nwP5xa__statItemInteractive:hover{background:#ffffff0d;transform:translateY(-2px)}.page-module__nwP5xa__statValue{color:var(--text-main);font-size:1.5rem;font-weight:700;display:block}.page-module__nwP5xa__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.page-module__nwP5xa__voiceStatus{background:rgba(var(--color-success-rgb,34,197,94),.1);border:1px solid rgba(var(--color-success-rgb,34,197,94),.3);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.page-module__nwP5xa__voiceStatusLeft{align-items:center;gap:.75rem;display:flex}.page-module__nwP5xa__voiceIndicator{background:rgb(var(--color-success-rgb,34,197,94));border-radius:50%;width:10px;height:10px;animation:2s infinite page-module__nwP5xa__pulse}.page-module__nwP5xa__voiceStatusText{color:var(--text-main);margin:0;font-weight:600}.page-module__nwP5xa__voiceActions{gap:.5rem;display:flex}.page-module__nwP5xa__tabsContainer{margin-bottom:2rem}.page-module__nwP5xa__tabs{border-bottom:1px solid rgba(var(--text-main-rgb),.1);gap:.5rem;display:flex;position:relative}.page-module__nwP5xa__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:color .3s;position:relative}.page-module__nwP5xa__tab:hover{color:var(--text-main)}.page-module__nwP5xa__tabActive{color:rgb(var(--color-primary-rgb))}.page-module__nwP5xa__tabIndicator{background:linear-gradient(90deg,rgb(var(--color-primary-rgb)),rgba(var(--color-primary-rgb),.6));border-radius:var(--radius-full);height:3px;transition:left .3s,width .3s;position:absolute;bottom:-1px}.page-module__nwP5xa__contentSection{min-height:300px}.page-module__nwP5xa__moviesGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;display:grid}.page-module__nwP5xa__timeline{max-width:700px}.page-module__nwP5xa__timelineEmpty,.page-module__nwP5xa__moviesEmpty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.page-module__nwP5xa__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.page-module__nwP5xa__emptyText{margin:0 0 .5rem;font-size:1.1rem}.page-module__nwP5xa__emptySubtext{opacity:.7;font-size:.9rem}.page-module__nwP5xa__watchPartyBanner{background:linear-gradient(135deg,#dc262626 0%,rgba(var(--bg-surface-rgb),.9)100%);border-radius:var(--radius-lg);border:1px solid #dc26264d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.page-module__nwP5xa__watchPartyInfo{align-items:center;gap:1rem;display:flex}.page-module__nwP5xa__watchPartyLive{color:var(--color-error,#dc2626);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.page-module__nwP5xa__watchPartyLive:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px;animation:1.5s infinite page-module__nwP5xa__pulse}.page-module__nwP5xa__watchPartyText{color:var(--text-main);font-weight:500}.page-module__nwP5xa__loadingContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.page-module__nwP5xa__errorContainer{text-align:center;padding:4rem 2rem}.page-module__nwP5xa__errorTitle{color:var(--text-main);margin-bottom:1rem;font-size:2rem}.page-module__nwP5xa__errorText{color:var(--text-muted)}.page-module__nwP5xa__topFavoritesSection{margin-bottom:3rem;padding:0 1rem}.page-module__nwP5xa__sectionHeader{margin-bottom:1.5rem}.page-module__nwP5xa__sectionTitle{color:var(--text-main);letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:800}.page-module__nwP5xa__sectionSubtitle{color:var(--text-muted);margin:4px 0 0;font-size:.9rem}.page-module__nwP5xa__topFavoritesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:650px;margin:0 auto;display:grid}.page-module__nwP5xa__topFavoriteSlot{aspect-ratio:2/3;border-radius:var(--radius-xl,1rem);position:relative}.page-module__nwP5xa__topFavoriteCard{border-radius:inherit;cursor:pointer;border:1px solid #ffffff0d;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.page-module__nwP5xa__topFavoriteNumber{background:rgba(var(--color-primary-rgb),.9);color:#fff;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 4px 12px #0000004d}.page-module__nwP5xa__topFavoritePoster{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__nwP5xa__topFavoriteCard:hover .page-module__nwP5xa__topFavoritePoster{transform:scale(1.1)}.page-module__nwP5xa__topFavoriteInfo{color:#fff;background:linear-gradient(#0000 0%,#000000b3 50%,#000000f2 100%);padding:1.5rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.page-module__nwP5xa__topFavoriteTitle{text-shadow:0 2px 4px #00000080;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module__nwP5xa__topFavoriteYear{opacity:.8;font-size:.8rem}.page-module__nwP5xa__emptySlot{border:2px dashed rgba(var(--text-main-rgb),.1);border-radius:inherit;background:rgba(var(--text-main-rgb),.02);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:all .3s;display:flex}.page-module__nwP5xa__emptySlot:hover{background:rgba(var(--text-main-rgb),.05);border-color:rgba(var(--text-main-rgb),.2)}.page-module__nwP5xa__emptySlotIcon{color:var(--text-muted);opacity:.5;font-size:2rem}.page-module__nwP5xa__emptySlotText{color:var(--text-muted);margin:0;font-size:.8rem;font-weight:600}.page-module__nwP5xa__postsLayout{gap:2.5rem;display:flex}.page-module__nwP5xa__postsColumn{flex:1}.page-module__nwP5xa__loadMorePosts{justify-content:center;align-items:center;min-height:80px;padding:2rem;display:flex}.page-module__nwP5xa__activitySidebar{flex-shrink:0;width:300px}.page-module__nwP5xa__sidebarTitle{color:var(--text-main);margin:0 0 1.5rem;font-size:1.1rem;font-weight:700}.page-module__nwP5xa__timeline{padding-left:1.2rem;position:relative}.page-module__nwP5xa__timeline:before{content:"";background:rgba(var(--text-main-rgb),.08);width:2px;position:absolute;top:0;bottom:0;left:0}.page-module__nwP5xa__timelineItem{cursor:pointer;margin-bottom:2rem;transition:transform .2s;position:relative}.page-module__nwP5xa__timelineItem:hover{transform:translate(5px)}.page-module__nwP5xa__timelineDot{background:var(--text-muted);border:2px solid var(--bg-app,#0f172a);z-index:1;border-radius:50%;width:10px;height:10px;margin-left:-4px;position:absolute;top:50%;left:-1.2rem;transform:translateY(-50%)}.page-module__nwP5xa__timelineDot[data-type=watched]{background:var(--color-success,#22c55e)}.page-module__nwP5xa__timelineDot[data-type=reviewed]{background:var(--color-primary,#3b82f6)}.page-module__nwP5xa__timelineDot[data-type=favorite]{background:#facc15}.page-module__nwP5xa__timelineContent{background:rgba(var(--text-main-rgb),.03);border-radius:var(--radius-md,.5rem);border:1px solid rgba(var(--text-main-rgb),.05);padding:.75rem}.page-module__nwP5xa__timelineDate{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.page-module__nwP5xa__timelineTitle{color:var(--text-main);margin:2px 0;font-size:.9rem;font-weight:600}.page-module__nwP5xa__timelinePreview{color:var(--text-muted);margin:4px 0 0;font-size:.8rem;font-style:italic}.page-module__nwP5xa__emptySidebar{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.9rem}.page-module__nwP5xa__reviewsList{flex-direction:column;gap:1.5rem;display:flex}.page-module__nwP5xa__reviewCard{background:rgba(var(--text-main-rgb),.03);border:1px solid rgba(var(--text-main-rgb),.06);border-radius:var(--radius-lg,.75rem);cursor:pointer;padding:1.5rem;transition:all .3s}.page-module__nwP5xa__reviewCard:hover{background:rgba(var(--text-main-rgb),.05);border-color:rgba(var(--text-main-rgb),.1)}.page-module__nwP5xa__reviewHeader{gap:1rem;margin-bottom:1rem;display:flex}.page-module__nwP5xa__reviewPoster{object-fit:cover;border-radius:var(--radius-sm,.25rem);width:60px;height:90px}.page-module__nwP5xa__reviewMeta h4{color:var(--text-main);margin:0;font-size:1.1rem}.page-module__nwP5xa__reviewDate{color:var(--text-muted);font-size:.85rem;display:block}.page-module__nwP5xa__reviewRating{color:#facc15;margin-top:4px;font-weight:700;display:inline-block}.page-module__nwP5xa__reviewContent{color:var(--text-main);margin:0;font-size:.95rem;line-height:1.6}.page-module__nwP5xa__emptyGridText{text-align:center;color:var(--text-muted);padding:4rem;font-size:1.1rem}.page-module__nwP5xa__movieWrapper{height:100%;position:relative}.page-module__nwP5xa__promoteButton{background:rgba(var(--bg-surface-rgb),.9);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.page-module__nwP5xa__movieWrapper:hover .page-module__nwP5xa__promoteButton{opacity:1}.page-module__nwP5xa__promoteButton:hover{background:var(--color-primary);transform:scale(1.1)}@media (max-width:900px){.page-module__nwP5xa__postsLayout{flex-direction:column}.page-module__nwP5xa__activitySidebar{width:100%}}@media (max-width:768px){.page-module__nwP5xa__profileContainer{padding:1rem}.page-module__nwP5xa__bannerWrapper{border-radius:var(--radius-lg);height:160px}.page-module__nwP5xa__headerContent{text-align:center;flex-direction:column;align-items:center;margin-top:-60px;padding:0}.page-module__nwP5xa__avatarContainer{width:110px;height:110px}.page-module__nwP5xa__username{font-size:1.6rem}.page-module__nwP5xa__bio{font-size:.9rem}.page-module__nwP5xa__headerActions{justify-content:center;width:100%}.page-module__nwP5xa__headerRight{align-items:center;width:100%}.page-module__nwP5xa__miniFavorites{display:none}.page-module__nwP5xa__statsSection{flex-wrap:wrap;justify-content:center;gap:1rem}.page-module__nwP5xa__statItem{min-width:80px}.page-module__nwP5xa__topFavoritesGrid{gap:.75rem}.page-module__nwP5xa__topFavoriteTitle{font-size:.9rem}.page-module__nwP5xa__tabs{justify-content:flex-start;padding-bottom:5px;overflow-x:auto}.page-module__nwP5xa__tab{white-space:nowrap;padding:.75rem 1rem;font-size:.9rem}.page-module__nwP5xa__moviesGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.page-module__nwP5xa__watchPartyBanner{text-align:center;flex-direction:column;gap:1rem}.page-module__nwP5xa__watchPartyInfo{flex-direction:column}}.page-module__nwP5xa__usernameLine{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.page-module__nwP5xa__botBadge{border-radius:var(--radius-full);color:#fff;background:var(--color-primary);text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;animation:2s ease-in-out infinite alternate page-module__nwP5xa__badgeGlow;display:inline-flex}@keyframes page-module__nwP5xa__badgeGlow{0%{box-shadow:0 0 5px}to{box-shadow:0 0 15px}}.page-module__nwP5xa__moreMenuWrapper{position:relative}.page-module__nwP5xa__moreBtn{background:rgba(var(--text-main-rgb),.05);border:1px solid rgba(var(--text-main-rgb),.1);border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__nwP5xa__moreBtn:hover{background:rgba(var(--text-main-rgb),.1);color:var(--text-main)}.page-module__nwP5xa__moreMenu{background:var(--bg-surface);border:1px solid rgba(var(--text-main-rgb),.1);border-radius:var(--radius-lg);z-index:100;min-width:200px;animation:.2s ease-out page-module__nwP5xa__menuSlideIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 30px #0006}@keyframes page-module__nwP5xa__menuSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page-module__nwP5xa__moreMenuItem{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.9rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.page-module__nwP5xa__moreMenuItem:hover{background:rgba(var(--text-main-rgb),.05)}.page-module__nwP5xa__moreMenuItem.page-module__nwP5xa__mute:hover{color:#ef4444;background:#ef44441a}.page-module__nwP5xa__moreMenuItem.page-module__nwP5xa__unmute:hover{color:#22c55e;background:#22c55e1a}.page-module__nwP5xa__moreMenuItem svg{opacity:.8;font-size:1rem}
.Avatar-module__0AwfNa__avatar{object-fit:cover;background-color:var(--bg-card);border:2px solid var(--border,#ffffff1a);border-radius:50%;flex-shrink:0}.Avatar-module__0AwfNa__sm{width:32px;height:32px}.Avatar-module__0AwfNa__md{width:48px;height:48px}.Avatar-module__0AwfNa__lg{width:96px;height:96px}.Avatar-module__0AwfNa__xl{border:none;width:140px;height:140px}.Avatar-module__0AwfNa__fallback{background-color:var(--color-primary);color:#fff;text-transform:uppercase;font-weight:600;font-family:var(--font-primary);justify-content:center;align-items:center;display:flex}
.VoiceParticipantCard-module__PRv0oW__card{transition:all .3s var(--ease-smooth);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:relative}.VoiceParticipantCard-module__PRv0oW__card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translate(4px)}.VoiceParticipantCard-module__PRv0oW__card.VoiceParticipantCard-module__PRv0oW__speaking{background:#22c55e14;border-color:#22c55e33;box-shadow:0 0 15px #22c55e0d}.VoiceParticipantCard-module__PRv0oW__avatarWrapper{flex-shrink:0;position:relative}.VoiceParticipantCard-module__PRv0oW__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.VoiceParticipantCard-module__PRv0oW__username{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.VoiceParticipantCard-module__PRv0oW__username span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.VoiceParticipantCard-module__PRv0oW__badge{background:rgba(var(--color-primary-rgb),.2);color:var(--color-primary-light);border:1px solid rgba(var(--color-primary-rgb),.3);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:800}.VoiceParticipantCard-module__PRv0oW__hostBadge{filter:drop-shadow(0 0 5px #fbbf2480);justify-content:center;align-items:center;display:inline-flex}.VoiceParticipantCard-module__PRv0oW__status{color:#22c55e;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:flex}.VoiceParticipantCard-module__PRv0oW__statusDot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #22c55e}.VoiceParticipantCard-module__PRv0oW__audioVisualizer{align-items:flex-end;gap:2px;height:16px;padding:0 4px;display:flex}.VoiceParticipantCard-module__PRv0oW__bar{background:#22c55e;border-radius:2px;width:3px;min-height:2px;transition:height .1s ease-out}
.CommentSection-module__FaHLuW__section{background-color:#00000026;border-top:1px solid #ffffff0d;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;padding:1.25rem}.CommentSection-module__FaHLuW__list{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.CommentSection-module__FaHLuW__itemWrapper{animation:.3s ease-out CommentSection-module__FaHLuW__slideIn;position:relative}.CommentSection-module__FaHLuW__item{gap:.85rem;display:flex}.CommentSection-module__FaHLuW__itemContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:1rem;flex:1;padding:.85rem 1rem;transition:all .2s}.CommentSection-module__FaHLuW__itemContent:hover{background:#ffffff0a;border-color:#ffffff1a}.CommentSection-module__FaHLuW__itemHeader{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.CommentSection-module__FaHLuW__author{color:var(--text-main);font-size:.9rem;font-weight:700;text-decoration:none}.CommentSection-module__FaHLuW__author:hover{text-decoration:underline}.CommentSection-module__FaHLuW__date{color:var(--text-muted);font-size:.75rem}.CommentSection-module__FaHLuW__text{color:var(--text-main);white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.5}.CommentSection-module__FaHLuW__itemFooter{gap:1rem;margin-top:.6rem;display:flex}.CommentSection-module__FaHLuW__replyBtn{cursor:pointer;color:var(--color-primary);opacity:.8;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;transition:all .2s}.CommentSection-module__FaHLuW__replyBtn:hover{opacity:1;letter-spacing:.02em}.CommentSection-module__FaHLuW__deleteBtn{cursor:pointer;color:#ef4444;background:#ef44441a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;transition:all .2s;display:flex}.CommentSection-module__FaHLuW__deleteBtn:hover{color:#fff;background:#ef4444}.CommentSection-module__FaHLuW__children{border-left:2px solid #ffffff0a;flex-direction:column;gap:.75rem;margin-top:.75rem;margin-left:1rem;padding-left:1.25rem;display:flex}.CommentSection-module__FaHLuW__inputWrapper{border-top:1px solid #ffffff0d;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.CommentSection-module__FaHLuW__inputContainer{flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.CommentSection-module__FaHLuW__input{color:var(--text-main);background:#ffffff08;border:1px solid #ffffff1a;border-radius:2rem;outline:none;flex:1;padding:.65rem 1.25rem;font-size:.95rem;transition:all .2s}.CommentSection-module__FaHLuW__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.1);background:#ffffff0d}.CommentSection-module__FaHLuW__input:disabled{opacity:.5;cursor:not-allowed}.CommentSection-module__FaHLuW__replyForm{gap:.5rem;margin:.75rem 0 0 1rem;animation:.2s ease-out CommentSection-module__FaHLuW__fadeIn;display:flex}@keyframes CommentSection-module__FaHLuW__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes CommentSection-module__FaHLuW__fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
.WatchPartyChat-module__i064IG__chatContainer{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1rem 1.25rem;display:flex}.WatchPartyChat-module__i064IG__messagesList{flex-direction:column;flex:1;gap:1rem;padding-right:.5rem;display:flex;overflow-y:auto}.WatchPartyChat-module__i064IG__messagesList::-webkit-scrollbar{width:4px}.WatchPartyChat-module__i064IG__messagesList::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:10px}.WatchPartyChat-module__i064IG__messageRow{flex-direction:column;align-self:flex-start;gap:.4rem;max-width:85%;display:flex}.WatchPartyChat-module__i064IG__messageRow.WatchPartyChat-module__i064IG__isMe{align-self:flex-end}.WatchPartyChat-module__i064IG__messageHeader{align-items:center;gap:.6rem;padding:0 .25rem;display:flex}.WatchPartyChat-module__i064IG__username{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:800}.WatchPartyChat-module__i064IG__timestamp{color:var(--text-muted);font-size:.65rem}.WatchPartyChat-module__i064IG__textBubble{color:#fff;word-break:break-word;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:4px 16px 16px;padding:.75rem 1rem;font-size:.9rem;line-height:1.5;box-shadow:0 4px 15px #0000001a}.WatchPartyChat-module__i064IG__isMe .WatchPartyChat-module__i064IG__textBubble{background:rgba(var(--color-primary-rgb),.15);border-color:rgba(var(--color-primary-rgb),.2);color:var(--color-primary-light);border-radius:16px 4px 16px 16px}.WatchPartyChat-module__i064IG__inputArea{margin-top:auto}.WatchPartyChat-module__i064IG__inputWrapper{background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem 1rem;transition:all .2s;display:flex}.WatchPartyChat-module__i064IG__inputWrapper:focus-within{border-color:var(--color-primary);background:rgba(var(--color-primary-rgb),.05)}.WatchPartyChat-module__i064IG__chatInput{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.9rem}.WatchPartyChat-module__i064IG__chatInput::placeholder{color:var(--text-muted)}.WatchPartyChat-module__i064IG__sendBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.WatchPartyChat-module__i064IG__sendBtn:hover:not(:disabled){box-shadow:0 0 15px rgba(var(--color-primary-rgb),.4);transform:scale(1.05)rotate(-10deg)}.WatchPartyChat-module__i064IG__sendBtn:disabled{color:var(--text-muted);cursor:not-allowed;background:#ffffff1a}
.PostCard-module__NbhV7q__card{background:rgba(var(--bg-surface-rgb),.6);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);border:1px solid #ffffff14;margin-bottom:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 4px 20px #0003}.PostCard-module__NbhV7q__card:hover{border-color:rgba(var(--color-primary-rgb),.3);transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.PostCard-module__NbhV7q__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.PostCard-module__NbhV7q__avatarLink{flex-shrink:0}.PostCard-module__NbhV7q__userInfo{flex:1;min-width:0}.PostCard-module__NbhV7q__userMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.PostCard-module__NbhV7q__username{color:var(--text-main);font-size:1rem;font-weight:700;text-decoration:none}.PostCard-module__NbhV7q__username:hover{text-decoration:underline}.PostCard-module__NbhV7q__dot{color:var(--text-muted);font-size:.8rem}.PostCard-module__NbhV7q__time{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.PostCard-module__NbhV7q__time:hover{color:var(--text-main);text-decoration:underline}.PostCard-module__NbhV7q__moreBtn{color:var(--text-muted);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.PostCard-module__NbhV7q__moreBtn:hover{background:rgba(var(--color-error-rgb,239,68,68),.1);color:rgb(var(--color-error-rgb,239,68,68))}.PostCard-module__NbhV7q__moreBtn:disabled{opacity:.5;cursor:not-allowed}.PostCard-module__NbhV7q__moreMenuWrapper{position:relative}.PostCard-module__NbhV7q__moreMenu{background:var(--bg-surface,#1a1a2e);border-radius:var(--radius-lg,12px);z-index:100;border:1px solid #ffffff1a;min-width:180px;animation:.2s ease-out PostCard-module__NbhV7q__menuSlideIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 30px #0006}@keyframes PostCard-module__NbhV7q__menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.PostCard-module__NbhV7q__moreMenuItem{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.PostCard-module__NbhV7q__moreMenuItem:hover{background:#ffffff0d}.PostCard-module__NbhV7q__moreMenuItem.PostCard-module__NbhV7q__delete{color:#ef4444}.PostCard-module__NbhV7q__moreMenuItem.PostCard-module__NbhV7q__delete:hover{background:#ef44441a}.PostCard-module__NbhV7q__moreMenuItem:disabled{opacity:.5;cursor:not-allowed}.PostCard-module__NbhV7q__moreMenuItem svg{flex-shrink:0;font-size:.9rem}.PostCard-module__NbhV7q__noActions{color:var(--text-muted);text-align:center;margin:0;padding:.85rem 1rem;font-size:.85rem}.PostCard-module__NbhV7q__content{color:var(--text-main);white-space:pre-wrap;margin-bottom:1rem;font-size:1rem;line-height:1.6}.PostCard-module__NbhV7q__movieAttachment{border-radius:var(--radius-lg);background:#0003;border:1px solid #ffffff0d;align-items:center;gap:1rem;height:100px;margin-bottom:1rem;padding:0 1rem 0 0;text-decoration:none;transition:border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden}.PostCard-module__NbhV7q__movieAttachment:hover{border-color:var(--color-primary);background-color:rgba(var(--color-primary-rgb),.05)}.PostCard-module__NbhV7q__posterWrapper{flex-shrink:0;width:70px;height:100%}.PostCard-module__NbhV7q__moviePoster{object-fit:cover;width:100%;height:100%}.PostCard-module__NbhV7q__movieInfo{flex-direction:column;flex:1;justify-content:center;padding:.5rem 0;display:flex}.PostCard-module__NbhV7q__attachmentLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600}.PostCard-module__NbhV7q__attachmentLabel.PostCard-module__NbhV7q__reviewLabel{color:#ffb400;text-shadow:0 0 8px #ffb4004d}.PostCard-module__NbhV7q__movieTitle{color:var(--text-main);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin:0 0 .1rem;font-size:1rem;font-weight:700;display:-webkit-box;overflow:hidden}.PostCard-module__NbhV7q__movieYear{color:var(--text-muted);font-size:.85rem}.PostCard-module__NbhV7q__arrowIcon{color:var(--text-muted);font-weight:700;transition:transform .2s;transform:translate(0)}.PostCard-module__NbhV7q__movieAttachment:hover .PostCard-module__NbhV7q__arrowIcon{color:var(--color-primary);transform:translate(5px)}.PostCard-module__NbhV7q__imageGrid{border-radius:var(--radius-lg);background:#00000026;border:1px solid #ffffff14;gap:4px;max-width:100%;margin:.75rem 0 1rem;display:grid;overflow:hidden}.PostCard-module__NbhV7q__grid1{grid-template-rows:minmax(200px,350px);grid-template-columns:1fr}.PostCard-module__NbhV7q__grid2{grid-template-rows:200px;grid-template-columns:1fr 1fr}.PostCard-module__NbhV7q__grid3{grid-template-rows:120px 120px;grid-template-columns:1.5fr 1fr}.PostCard-module__NbhV7q__grid4{grid-template-rows:130px 130px;grid-template-columns:1fr 1fr}.PostCard-module__NbhV7q__gridItem{cursor:zoom-in;background:#ffffff05;width:100%;height:100%;position:relative;overflow:hidden}.PostCard-module__NbhV7q__gridItem img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:block}.PostCard-module__NbhV7q__gridItem:hover img{transform:scale(1.05)}.PostCard-module__NbhV7q__grid3 .PostCard-module__NbhV7q__gridItem:first-child{grid-row:1/3}.PostCard-module__NbhV7q__grid1 .PostCard-module__NbhV7q__gridItem img{object-fit:contain;background:#0000004d}.PostCard-module__NbhV7q__actions{border-top:1px solid var(--border-color);gap:1.5rem;padding-top:1rem;display:flex}.PostCard-module__NbhV7q__actionBtn{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-full);background:0 0;border:none;align-items:center;gap:.5rem;margin-left:-.75rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.PostCard-module__NbhV7q__actionBtn:hover{color:var(--text-main);background:#ffffff0d}.PostCard-module__NbhV7q__actionBtn.PostCard-module__NbhV7q__liked{color:rgb(var(--color-error-rgb,239,68,68))}.PostCard-module__NbhV7q__actionBtn.PostCard-module__NbhV7q__bookmarked{color:#3b82f6}.PostCard-module__NbhV7q__actionBtn.PostCard-module__NbhV7q__liked:hover{background:rgba(var(--color-error-rgb,239,68,68),.1)}.PostCard-module__NbhV7q__actionBtn.PostCard-module__NbhV7q__bookmarked:hover{background:#3b82f61a}.PostCard-module__NbhV7q__heartFilled{color:rgb(var(--color-error-rgb,239,68,68));animation:.3s cubic-bezier(.175,.885,.32,1.275) PostCard-module__NbhV7q__actionPop}.PostCard-module__NbhV7q__bookmarkFilled{color:#3b82f6;animation:.3s cubic-bezier(.175,.885,.32,1.275) PostCard-module__NbhV7q__actionPop}@keyframes PostCard-module__NbhV7q__actionPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.PostCard-module__NbhV7q__commentsWrapper{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem;animation:.3s ease-out PostCard-module__NbhV7q__slideDown}@keyframes PostCard-module__NbhV7q__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PostCard-module__NbhV7q__mention{color:var(--color-primary);border-radius:4px;padding:0 2px;font-weight:600;text-decoration:none;transition:all .2s}.PostCard-module__NbhV7q__mention:hover{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary-light)}.PostCard-module__NbhV7q__repostContainer{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff1a;margin-bottom:1rem;padding:1rem;transition:background .2s}.PostCard-module__NbhV7q__repostContainer:hover{background:#ffffff0a}.PostCard-module__NbhV7q__repostHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.PostCard-module__NbhV7q__repostUserLink{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.PostCard-module__NbhV7q__repostUserLink:hover .PostCard-module__NbhV7q__repostUsername{text-decoration:underline}.PostCard-module__NbhV7q__repostUsername{color:var(--text-main);font-size:.9rem;font-weight:700}.PostCard-module__NbhV7q__repostContent{color:var(--text-muted);font-size:.95rem;line-height:1.4}.PostCard-module__NbhV7q__repostBtn.PostCard-module__NbhV7q__reposted{color:#00ba7c}.PostCard-module__NbhV7q__repostBtn.PostCard-module__NbhV7q__reposted:hover{background:#00ba7c1a}.PostCard-module__NbhV7q__postLink{color:inherit;margin-bottom:.5rem;text-decoration:none;display:block}.PostCard-module__NbhV7q__botBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.02em;color:#fff;background:var(--color-primary);align-items:center;gap:.25rem;margin-left:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.PostCard-module__NbhV7q__botBadge svg{flex-shrink:0}.PostCard-module__NbhV7q__backdropContainer{border-radius:var(--radius-lg);aspect-ratio:16/9;max-height:200px;margin-bottom:1rem;position:relative;overflow:hidden}.PostCard-module__NbhV7q__backdropImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.PostCard-module__NbhV7q__backdropContainer:hover .PostCard-module__NbhV7q__backdropImage{transform:scale(1.02)}.PostCard-module__NbhV7q__card:has(.PostCard-module__NbhV7q__botBadge){border-left:3px solid var(--color-primary)}.PostCard-module__NbhV7q__markdownContent{color:var(--text-main);font-size:1.05rem;line-height:1.6}.PostCard-module__NbhV7q__markdownContent p{margin-bottom:.75rem}.PostCard-module__NbhV7q__markdownContent p:last-child{margin-bottom:0}.PostCard-module__NbhV7q__markdownContent strong{color:var(--color-primary-light,#fff);font-weight:700}.PostCard-module__NbhV7q__markdownContent em{opacity:.9;font-style:italic}.PostCard-module__NbhV7q__markdownContent a{color:var(--color-primary);font-weight:500;text-decoration:none}.PostCard-module__NbhV7q__markdownContent a:hover{text-decoration:underline}.PostCard-module__NbhV7q__markdownContent code{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.PostCard-module__NbhV7q__ratingStars{align-items:center;gap:2px;margin:.25rem 0;display:flex}.PostCard-module__NbhV7q__starFilled{color:#ffb400;font-size:.9rem}.PostCard-module__NbhV7q__starEmpty{color:#fff3;font-size:.9rem}.PostCard-module__NbhV7q__ratingValue{color:#ffb400;background:#ffb4001a;border-radius:4px;margin-left:.5rem;padding:1px 6px;font-size:.8rem;font-weight:700}.PostCard-module__NbhV7q__reviewPreview{border-left:2px solid rgba(var(--color-primary-rgb),.5);color:var(--text-muted);margin-top:.75rem;padding-left:.75rem;font-style:italic}.PostCard-module__NbhV7q__movieAttachment{height:auto;min-height:100px;padding-bottom:.5rem}.PostCard-module__NbhV7q__reviewPreview{color:var(--text-main);background:#ffb40008;border-left:3px solid #ffb400;border-radius:0 8px 8px 0;margin-top:.75rem;margin-right:1rem;padding:.75rem 1rem;font-style:italic;position:relative}.PostCard-module__NbhV7q__reviewPreview:before{content:"\"";color:#ffb4001a;font-family:serif;font-size:2rem;line-height:1;position:absolute;top:0;left:.5rem}.PostCard-module__NbhV7q__reviewPreview p{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.PostCard-module__NbhV7q__attachmentLabel.PostCard-module__NbhV7q__reviewLabel{color:#ffb400;text-shadow:0 0 8px #ffb4004d;font-weight:800}
.MovieHero-module-scss-module__iASqTG__heroSection{background:#050505;justify-content:center;align-items:center;width:100%;min-height:90vh;transition:all .5s;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__heroSection{min-height:auto;padding-top:80px}}.MovieHero-module-scss-module__iASqTG__backdropContainer{z-index:1;position:absolute;inset:0;overflow:hidden}.MovieHero-module-scss-module__iASqTG__backdropContainer:after{content:"";background:radial-gradient(circle at 50% 30%,transparent 0%,rgba(var(--bg-app-rgb),.4)40%,rgba(var(--bg-app-rgb),.8)70%,rgba(var(--bg-app-rgb),1)100%),linear-gradient(to top,rgba(var(--bg-app-rgb),1)5%,transparent 40%),linear-gradient(to right,rgba(var(--bg-app-rgb),.8)0%,transparent 30%,transparent 70%,rgba(var(--bg-app-rgb),.8)100%);z-index:2;position:absolute;inset:0}.MovieHero-module-scss-module__iASqTG__backdropImage{object-fit:cover;opacity:.5;filter:blur(2px)brightness(.7);transform:scale(1.05)}.MovieHero-module-scss-module__iASqTG__heroContent{z-index:10;grid-template-columns:380px 1fr;align-items:center;gap:5rem;width:100%;max-width:1400px;margin:0 auto;padding:4rem 3rem;display:grid;position:relative}@media (max-width:1200px){.MovieHero-module-scss-module__iASqTG__heroContent{grid-template-columns:320px 1fr;gap:3rem}}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__heroContent{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem}}.MovieHero-module-scss-module__iASqTG__posterWrapper{z-index:12;perspective:1000px;position:relative}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__posterWrapper{max-width:280px;margin:0 auto}}.MovieHero-module-scss-module__iASqTG__posterCard{aspect-ratio:2/3;border-radius:20px;transition:transform .6s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 30px 60px -12px #000000b3,0 18px 36px -18px #000c,0 0 0 1px #ffffff1a}.MovieHero-module-scss-module__iASqTG__posterCard:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.MovieHero-module-scss-module__iASqTG__posterCard:hover{transform:rotateY(0)rotateX(0)translateY(-10px)scale(1.02);box-shadow:0 50px 100px -20px #000000b3,0 30px 60px -30px #000c,0 0 0 1px #fff3}.MovieHero-module-scss-module__iASqTG__movieMainInfo{flex-direction:column;gap:1.5rem;display:flex}.MovieHero-module-scss-module__iASqTG__titleWrapper{flex-direction:column;gap:.5rem;display:flex}.MovieHero-module-scss-module__iASqTG__title{letter-spacing:-.04em;color:#fff;text-shadow:0 10px 30px #00000080;background:linear-gradient(90deg,#fff,#ccc);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1}.MovieHero-module-scss-module__iASqTG__tagline{color:var(--color-primary-light);opacity:.9;max-width:800px;font-size:1.5rem;font-style:italic;font-weight:500}.MovieHero-module-scss-module__iASqTG__metaGrid{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:2rem;padding:1rem 0;display:flex}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__metaGrid{justify-content:center;gap:1.5rem}}.MovieHero-module-scss-module__iASqTG__metaItem{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.MovieHero-module-scss-module__iASqTG__metaItem svg{color:var(--color-primary);font-size:1.2rem}.MovieHero-module-scss-module__iASqTG__ratingGroup{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__ratingGroup{justify-content:center}}.MovieHero-module-scss-module__iASqTG__ratingWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1rem;padding:.5rem 1.2rem;transition:all .3s;display:flex}.MovieHero-module-scss-module__iASqTG__ratingWrapper:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.MovieHero-module-scss-module__iASqTG__ratingWrapper.MovieHero-module-scss-module__iASqTG__localRating{background:rgba(var(--color-primary-rgb),.1);border-color:rgba(var(--color-primary-rgb),.3)}.MovieHero-module-scss-module__iASqTG__ratingWrapper.MovieHero-module-scss-module__iASqTG__localRating .MovieHero-module-scss-module__iASqTG__ratingValue{color:var(--color-primary-light)}.MovieHero-module-scss-module__iASqTG__ratingWrapper.MovieHero-module-scss-module__iASqTG__localRating:hover{background:rgba(var(--color-primary-rgb),.15);border-color:var(--color-primary)}.MovieHero-module-scss-module__iASqTG__ratingWrapper .MovieHero-module-scss-module__iASqTG__ratingValue{color:#fff;font-size:1.2rem;font-weight:800}.MovieHero-module-scss-module__iASqTG__ratingWrapper .MovieHero-module-scss-module__iASqTG__ratingLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.MovieHero-module-scss-module__iASqTG__genres{flex-wrap:wrap;gap:.75rem;display:flex}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__genres{justify-content:center}}.MovieHero-module-scss-module__iASqTG__genreTag{background:rgba(var(--color-primary-rgb),.1);border:1px solid rgba(var(--color-primary-rgb),.3);color:var(--color-primary-light);cursor:default;border-radius:100px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.MovieHero-module-scss-module__iASqTG__genreTag:hover{background:rgba(var(--color-primary-rgb),.2);border-color:var(--color-primary);transform:translateY(-2px)}.MovieHero-module-scss-module__iASqTG__actionsWrapper{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.MovieHero-module-scss-module__iASqTG__directorCertification{align-items:center;gap:1.5rem;margin-top:-.5rem;display:flex}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__directorCertification{justify-content:center}}.MovieHero-module-scss-module__iASqTG__directorItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:1rem;display:flex}.MovieHero-module-scss-module__iASqTG__directorItem strong{color:#fff;margin-left:.25rem}.MovieHero-module-scss-module__iASqTG__certBadge{border:1.5px solid var(--text-muted);color:var(--text-main);text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:800}.MovieHero-module-scss-module__iASqTG__socialActivity{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;max-width:500px;padding:1.25rem}@media (max-width:1024px){.MovieHero-module-scss-module__iASqTG__socialActivity{margin:0 auto}}
.GlobalPostPrompt-module-scss-module__m7nVuW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.GlobalPostPrompt-module-scss-module__m7nVuW__modal{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.GlobalPostPrompt-module-scss-module__m7nVuW__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__header h2{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__closeButton{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.GlobalPostPrompt-module-scss-module__m7nVuW__closeButton:hover{color:#fff;background:#ffffff1a}.GlobalPostPrompt-module-scss-module__m7nVuW__content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__movieInfo{background:#ffffff08;border-radius:12px;gap:1rem;padding:1rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__poster{object-fit:cover;border-radius:6px;width:60px;height:90px}.GlobalPostPrompt-module-scss-module__m7nVuW__movieDetails{flex-direction:column;justify-content:center;gap:.25rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__movieDetails h3{color:#fff;margin:0;font-size:1rem;font-weight:600}.GlobalPostPrompt-module-scss-module__m7nVuW__movieDetails span{color:#999;font-size:.85rem}.GlobalPostPrompt-module-scss-module__m7nVuW__ratingContainer{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__ratingContainer .GlobalPostPrompt-module-scss-module__m7nVuW__star{color:gold}.GlobalPostPrompt-module-scss-module__m7nVuW__ratingContainer .GlobalPostPrompt-module-scss-module__m7nVuW__ratingValue{color:#fff;font-weight:700}.GlobalPostPrompt-module-scss-module__m7nVuW__inputArea{flex-direction:column;gap:.75rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__inputArea textarea{color:#fff;resize:none;background:#0003;border:1px solid #ffffff1a;border-radius:8px;outline:none;min-height:100px;padding:1rem;font-family:inherit;transition:border-color .2s}.GlobalPostPrompt-module-scss-module__m7nVuW__inputArea textarea:focus{border-color:#6366f1}.GlobalPostPrompt-module-scss-module__m7nVuW__inputArea textarea::placeholder{color:#666}.GlobalPostPrompt-module-scss-module__m7nVuW__actions{justify-content:flex-end;gap:1rem;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__cancelButton{color:#999;cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-weight:500;transition:color .2s}.GlobalPostPrompt-module-scss-module__m7nVuW__cancelButton:hover{color:#fff}.GlobalPostPrompt-module-scss-module__m7nVuW__submitButton{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:background .2s;display:flex}.GlobalPostPrompt-module-scss-module__m7nVuW__submitButton:hover{background:#4f46e5}.GlobalPostPrompt-module-scss-module__m7nVuW__submitButton:disabled{opacity:.7;cursor:not-allowed}
.ImageLightbox-module__Q0CP1a__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;-webkit-user-select:none;user-select:none;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageLightbox-module__Q0CP1a__toolbar{z-index:10;background:linear-gradient(#00000080,#0000);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:absolute;top:0;left:0;right:0}.ImageLightbox-module__Q0CP1a__counter{color:#fff;letter-spacing:.05em;opacity:.8;font-size:.9rem;font-weight:500}.ImageLightbox-module__Q0CP1a__actions{align-items:center;gap:1rem;display:flex}.ImageLightbox-module__Q0CP1a__actionBtn,.ImageLightbox-module__Q0CP1a__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex}.ImageLightbox-module__Q0CP1a__actionBtn:hover,.ImageLightbox-module__Q0CP1a__closeBtn:hover{background:#fff3;transform:scale(1.1)}.ImageLightbox-module__Q0CP1a__closeBtn:hover{background:#ef4444}.ImageLightbox-module__Q0CP1a__content{justify-content:center;align-items:center;width:100%;height:100%;padding:4rem;display:flex}.ImageLightbox-module__Q0CP1a__mainImage{object-fit:contain;border-radius:.5rem;max-width:90vw;max-height:80vh;box-shadow:0 20px 50px #00000080}.ImageLightbox-module__Q0CP1a__navBtn{color:#fff;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageLightbox-module__Q0CP1a__navBtn:hover{background:#ffffff26;transform:translateY(-50%)scale(1.1)}.ImageLightbox-module__Q0CP1a__prev{left:2rem}.ImageLightbox-module__Q0CP1a__next{right:2rem}.ImageLightbox-module__Q0CP1a__thumbnails{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:1rem;gap:.75rem;padding:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ImageLightbox-module__Q0CP1a__thumb{cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:.5rem;width:50px;height:50px;transition:all .2s;overflow:hidden}.ImageLightbox-module__Q0CP1a__thumb:hover{opacity:1}.ImageLightbox-module__Q0CP1a__thumb.ImageLightbox-module__Q0CP1a__active{opacity:1;border-color:var(--color-primary);transform:scale(1.1)}.ImageLightbox-module__Q0CP1a__thumb img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.ImageLightbox-module__Q0CP1a__content{padding:1rem}.ImageLightbox-module__Q0CP1a__navBtn{width:40px;height:40px}.ImageLightbox-module__Q0CP1a__prev{left:.5rem}.ImageLightbox-module__Q0CP1a__next{right:.5rem}.ImageLightbox-module__Q0CP1a__thumbnails{display:none}}
.MovieSidebar-module-scss-module__KlXteG__friendRatingBox{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-primary-rgb),.05));border:1px solid rgba(var(--color-primary-rgb),.1);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative}.MovieSidebar-module-scss-module__KlXteG__friendRatingBox.MovieSidebar-module-scss-module__KlXteG__hasRating{cursor:pointer}.MovieSidebar-module-scss-module__KlXteG__friendRatingBox.MovieSidebar-module-scss-module__KlXteG__hasRating:hover{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.15),rgba(var(--color-primary-rgb),.08));border-color:rgba(var(--color-primary-rgb),.3);transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000004d}.MovieSidebar-module-scss-module__KlXteG__friendRatingBox.MovieSidebar-module-scss-module__KlXteG__hasRating:hover .MovieSidebar-module-scss-module__KlXteG__viewDetailsText{opacity:1;transform:translateY(0)}.MovieSidebar-module-scss-module__KlXteG__scoreCircle{background:var(--bg-card);border:3px solid var(--color-primary);width:80px;height:80px;box-shadow:0 0 20px rgba(var(--color-primary-rgb),.3);border-radius:50%;justify-content:center;align-items:center;display:flex}.MovieSidebar-module-scss-module__KlXteG__scoreValue{color:var(--color-primary-light);font-size:2.5rem;font-weight:800;line-height:1}.MovieSidebar-module-scss-module__KlXteG__scoreMeta{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.MovieSidebar-module-scss-module__KlXteG__scoreLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}.MovieSidebar-module-scss-module__KlXteG__avatarsPreview{justify-content:center;align-items:center;height:32px;display:flex}.MovieSidebar-module-scss-module__KlXteG__miniAvatar{border:2px solid var(--bg-card);border-radius:50%;margin-right:-10px;transition:transform .2s}.MovieSidebar-module-scss-module__KlXteG__miniAvatar:hover{transform:translateY(-2px);z-index:20!important}.MovieSidebar-module-scss-module__KlXteG__moreCount{background:var(--bg-body);color:var(--text-muted);border:2px solid var(--bg-card);z-index:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-5px;font-size:.75rem;font-weight:700;display:flex}.MovieSidebar-module-scss-module__KlXteG__viewDetailsText{color:var(--color-primary-light);opacity:0;font-size:.8rem;font-weight:600;transition:all .3s;transform:translateY(5px)}.MovieSidebar-module-scss-module__KlXteG__sidebar{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.MovieSidebar-module-scss-module__KlXteG__sidebarCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:1.5rem;transition:all .3s;box-shadow:0 10px 30px -10px #00000080}.MovieSidebar-module-scss-module__KlXteG__sidebarCard:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.MovieSidebar-module-scss-module__KlXteG__cardHeader{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.MovieSidebar-module-scss-module__KlXteG__cardHeader h3{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0;font-size:1.1rem;font-weight:800}.MovieSidebar-module-scss-module__KlXteG__cardHeader .MovieSidebar-module-scss-module__KlXteG__iconWrapper{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary-light);border-radius:10px;justify-content:center;align-items:center;padding:.5rem;font-size:1rem;display:flex}.MovieSidebar-module-scss-module__KlXteG__activityFeed{flex-direction:column;gap:1.25rem;display:flex}.MovieSidebar-module-scss-module__KlXteG__activityItem{background:#ffffff05;border:1px solid #ffffff08;border-radius:12px;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.MovieSidebar-module-scss-module__KlXteG__activityItem:hover{border-color:rgba(var(--color-primary-rgb),.2);background:#ffffff0f;transform:translate(5px)}.MovieSidebar-module-scss-module__KlXteG__activityItem:hover .MovieSidebar-module-scss-module__KlXteG__username{color:var(--color-primary-light)}.MovieSidebar-module-scss-module__KlXteG__avatarWrapper{flex-shrink:0;width:40px;height:40px;position:relative}.MovieSidebar-module-scss-module__KlXteG__avatarWrapper .MovieSidebar-module-scss-module__KlXteG__statusIndicator{background:var(--color-primary);border:2px solid #000;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.MovieSidebar-module-scss-module__KlXteG__activityInfo{flex-direction:column;gap:.1rem;display:flex}.MovieSidebar-module-scss-module__KlXteG__activityInfo .MovieSidebar-module-scss-module__KlXteG__username{color:#fff;font-size:.95rem;font-weight:700}.MovieSidebar-module-scss-module__KlXteG__activityInfo .MovieSidebar-module-scss-module__KlXteG__actionText{color:var(--text-muted);font-size:.8rem}.MovieSidebar-module-scss-module__KlXteG__inlineRating{color:#fc0;align-items:center;gap:.25rem;margin-left:.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.MovieSidebar-module-scss-module__KlXteG__socialHint{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.MovieSidebar-module-scss-module__KlXteG__socialHint strong{color:var(--color-primary-light);font-weight:800}.MovieSidebar-module-scss-module__KlXteG__inviteBtn{background:rgba(var(--color-primary-rgb),.1);width:100%;color:var(--color-primary-light);border:1px solid rgba(var(--color-primary-rgb),.2);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-weight:700;transition:all .3s;display:flex}.MovieSidebar-module-scss-module__KlXteG__inviteBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 10px 20px -5px rgba(var(--color-primary-rgb),.4);transform:translateY(-2px)}.MovieSidebar-module-scss-module__KlXteG__emptyState{text-align:center;color:var(--text-muted);padding:1rem 0;font-size:.9rem;font-style:italic}@media (max-width:1024px){.MovieSidebar-module-scss-module__KlXteG__sidebar{width:100%;position:static}}
.Button-module__xDwtkW__button{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.Button-module__xDwtkW__primary{background:var(--color-primary);color:var(--text-on-primary);box-shadow:var(--shadow-primary-glow)}.Button-module__xDwtkW__primary:hover:not(:disabled){background:var(--color-primary);filter:brightness(1.1);box-shadow:var(--shadow-primary-strong);transform:translateY(-1px)}.Button-module__xDwtkW__secondary{background:var(--color-accent);color:#fff;box-shadow:0 4px 14px 0 rgba(var(--color-accent-rgb),.4)}.Button-module__xDwtkW__secondary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.Button-module__xDwtkW__ghost{color:var(--text-main);background:0 0}.Button-module__xDwtkW__ghost:hover:not(:disabled){background:var(--bg-surface-hover)}.Button-module__xDwtkW__outline{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0}.Button-module__xDwtkW__outline:hover:not(:disabled){background:var(--color-primary);color:#fff}.Button-module__xDwtkW__sm{padding:.25rem .75rem;font-size:.85rem}.Button-module__xDwtkW__md{padding:.5rem 1rem;font-size:.95rem}.Button-module__xDwtkW__lg{padding:.75rem 1.5rem;font-size:1.1rem}.Button-module__xDwtkW__fullWidth{width:100%}
.Loader-module__xrlJWG__loader{border:3px solid #ffffff1a;border-left-color:var(--color-primary);border-radius:50%;width:24px;height:24px;animation:1s linear infinite Loader-module__xrlJWG__spin}.Loader-module__xrlJWG__sm{border-width:2px;width:16px;height:16px}.Loader-module__xrlJWG__md{border-width:3px;width:24px;height:24px}.Loader-module__xrlJWG__lg{border-width:4px;width:40px;height:40px}@keyframes Loader-module__xrlJWG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Loader-module__xrlJWG__center{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}
.MovieTabs-module-scss-module__kdfqqW__tabsContainer{width:100%;margin-top:1rem;animation:.6s cubic-bezier(.2,.8,.2,1) MovieTabs-module-scss-module__kdfqqW__slideUp}.MovieTabs-module-scss-module__kdfqqW__tabNav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d;border:1px solid #ffffff14;border-radius:50px;gap:0;margin-bottom:2.5rem;padding:.4rem;display:inline-flex;position:relative;box-shadow:0 4px 20px #0003}@media (max-width:600px){.MovieTabs-module-scss-module__kdfqqW__tabNav{border-radius:16px;width:100%;display:flex}}.MovieTabs-module-scss-module__kdfqqW__tabBtn{color:var(--text-secondary);cursor:pointer;z-index:2;white-space:nowrap;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;gap:.7rem;padding:.8rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.MovieTabs-module-scss-module__kdfqqW__tabBtn:hover{color:#fff;background:#ffffff0d}.MovieTabs-module-scss-module__kdfqqW__tabBtn.MovieTabs-module-scss-module__kdfqqW__active{color:#fff;background:var(--color-primary);box-shadow:0 4px 15px var(--color-primary-glow);transform:scale(1.05)}.MovieTabs-module-scss-module__kdfqqW__tabBtn .MovieTabs-module-scss-module__kdfqqW__icon{font-size:1.1em}@media (max-width:600px){.MovieTabs-module-scss-module__kdfqqW__tabBtn{border-radius:12px;flex:1;padding:.8rem 1rem}.MovieTabs-module-scss-module__kdfqqW__tabBtn span{font-size:.85rem}}.MovieTabs-module-scss-module__kdfqqW__tabPanel{min-height:300px}.MovieTabs-module-scss-module__kdfqqW__fadeIn{animation:.4s ease-out MovieTabs-module-scss-module__kdfqqW__fadeIn}@keyframes MovieTabs-module-scss-module__kdfqqW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes MovieTabs-module-scss-module__kdfqqW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MovieTabs-module-scss-module__kdfqqW__detailsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;animation:.5s ease-out MovieTabs-module-scss-module__kdfqqW__fadeIn;display:grid}.MovieTabs-module-scss-module__kdfqqW__detailsCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem}.MovieTabs-module-scss-module__kdfqqW__detailsCard h3{color:#fff;border-bottom:1px solid #ffffff0d;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.MovieTabs-module-scss-module__kdfqqW__companiesList{flex-wrap:wrap;gap:.8rem;display:flex}.MovieTabs-module-scss-module__kdfqqW__companiesList span{color:var(--text-secondary);background:#ffffff0d;border-radius:8px;padding:.4rem .8rem;font-size:.9rem}.MovieTabs-module-scss-module__kdfqqW__statsRow{flex-direction:column;gap:1rem;display:flex}.MovieTabs-module-scss-module__kdfqqW__statItem{justify-content:space-between;align-items:center;display:flex}.MovieTabs-module-scss-module__kdfqqW__statItem .MovieTabs-module-scss-module__kdfqqW__label{color:var(--text-secondary);font-size:.9rem}.MovieTabs-module-scss-module__kdfqqW__statItem .MovieTabs-module-scss-module__kdfqqW__value{color:#fff;font-family:monospace;font-size:1rem;font-weight:600}@media (max-width:768px){.MovieTabs-module-scss-module__kdfqqW__detailsGrid{grid-template-columns:1fr}}.MovieTabs-module-scss-module__kdfqqW__infoRow{border-bottom:1px solid #ffffff0d;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;display:flex}.MovieTabs-module-scss-module__kdfqqW__infoRow:last-child{border:none;margin-bottom:0;padding-bottom:0}.MovieTabs-module-scss-module__kdfqqW__infoRow .MovieTabs-module-scss-module__kdfqqW__label{color:var(--text-secondary);font-size:.9rem}.MovieTabs-module-scss-module__kdfqqW__infoRow .MovieTabs-module-scss-module__kdfqqW__value{color:#fff;text-align:right;font-weight:500}.MovieTabs-module-scss-module__kdfqqW__providerGroup{margin-top:1rem}.MovieTabs-module-scss-module__kdfqqW__providerGroup h4{color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem}.MovieTabs-module-scss-module__kdfqqW__providerList{flex-wrap:wrap;gap:.8rem;display:flex}.MovieTabs-module-scss-module__kdfqqW__providerIcon{background:#fff;border-radius:8px;width:40px;height:40px;overflow:hidden}.MovieTabs-module-scss-module__kdfqqW__providerIcon img{object-fit:cover;width:100%;height:100%}.MovieTabs-module-scss-module__kdfqqW__linksRow{gap:1rem;display:flex}.MovieTabs-module-scss-module__kdfqqW__extLink{color:#fff;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.MovieTabs-module-scss-module__kdfqqW__extLink:hover{background:var(--color-primary);border-color:var(--color-primary)}
.page-module___8aEwW__container{background:0 0;min-height:100vh;padding-bottom:6rem}.page-module___8aEwW__loginContainer{background:var(--bg-app);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.page-module___8aEwW__hero{align-items:flex-end;width:100%;height:90vh;min-height:700px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroBackdropWrapper{z-index:0;width:100%;height:calc(100% + 100px);position:absolute;top:-50px;left:0}.page-module___8aEwW__heroBackdrop{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.1)}.page-module___8aEwW__heroOverlay{background:linear-gradient(to top,rgb(var(--bg-app-rgb))0%,rgba(var(--bg-app-rgb),.95)15%,rgba(var(--bg-app-rgb),.6)40%,rgba(var(--bg-app-rgb),.3)60%,#0006 100%),linear-gradient(to right,rgba(var(--bg-app-rgb),.8)0%,transparent 50%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__heroContent{z-index:2;width:100%;max-width:var(--container-max);flex-direction:column;gap:1.5rem;margin:0 auto;padding:0 4rem 8rem;display:flex;position:relative}.page-module___8aEwW__heroTitle{color:#fff;text-shadow:0 4px 30px #00000080;letter-spacing:-.03em;max-width:900px;font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05}.page-module___8aEwW__heroMeta{color:#ffffffe6;flex-wrap:wrap;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;display:flex}.page-module___8aEwW__ratingBadge{background:rgba(var(--color-accent-rgb),.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);border:1px solid rgba(var(--color-accent-rgb),.4);color:rgb(var(--color-accent-rgb));align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:1rem;font-weight:700;display:flex}.page-module___8aEwW__genreBadge{background:rgba(var(--color-primary-rgb),.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);border:1px solid rgba(var(--color-primary-rgb),.3);color:rgb(var(--color-primary-rgb));padding:.4rem 1rem;font-size:.9rem;font-weight:600}.page-module___8aEwW__heroDescription{color:#fffc;text-shadow:0 2px 4px #000c;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-width:750px;margin-bottom:.5rem;font-size:1.25rem;line-height:1.6;display:-webkit-box;overflow:hidden}.page-module___8aEwW__heroActions{gap:1.25rem;margin-top:1rem;display:flex}.page-module___8aEwW__btnPrimary{background:var(--color-primary);color:var(--text-on-primary);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-primary-glow);letter-spacing:.02em;border:none;align-items:center;gap:1rem;padding:1.1rem 2.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.page-module___8aEwW__btnPrimary:hover{filter:brightness(1.1);box-shadow:var(--shadow-primary-strong)}.page-module___8aEwW__btnSecondary{background:rgba(var(--text-main-rgb),.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-main);border-radius:var(--radius-md);border:1px solid rgba(var(--text-main-rgb),.2);cursor:pointer;align-items:center;gap:1rem;padding:1.1rem 2.25rem;font-size:1.15rem;font-weight:600;text-decoration:none;display:flex}.page-module___8aEwW__btnSecondary:hover{background:rgba(var(--text-main-rgb),.2);border-color:rgba(var(--text-main-rgb),.4)}.page-module___8aEwW__contentSection{max-width:var(--container-max);z-index:5;flex-direction:column;gap:1rem;margin:-120px auto 0;padding:0 4rem;display:flex;position:relative}@media (max-width:1024px){.page-module___8aEwW__hero{height:80vh}.page-module___8aEwW__heroTitle{font-size:4rem}}@media (max-width:768px){.page-module___8aEwW__container{padding-bottom:2rem}.page-module___8aEwW__loginContainer{padding:1rem}.page-module___8aEwW__hero{height:75vh;min-height:fit-content}.page-module___8aEwW__heroContent{padding:5rem 1.5rem 6rem}.page-module___8aEwW__heroTitle{max-width:100%;font-size:2.8rem}.page-module___8aEwW__heroDescription{font-size:1rem}.page-module___8aEwW__heroActions{flex-direction:column}.page-module___8aEwW__btnPrimary,.page-module___8aEwW__btnSecondary{justify-content:center;width:100%}.page-module___8aEwW__contentSection{gap:3rem;margin-top:-60px;padding:0 1.5rem}}
.CastList-module-scss-module__nqgn5G__castSection h2{color:#fff;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.CastList-module-scss-module__nqgn5G__castSection h2:before{content:"";background:var(--color-primary);border-radius:2px;width:4px;height:24px;display:block}.CastList-module-scss-module__nqgn5G__castGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.CastList-module-scss-module__nqgn5G__castGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1rem}}.CastList-module-scss-module__nqgn5G__castCard{cursor:default;flex-direction:column;gap:.75rem;transition:transform .3s;display:flex}.CastList-module-scss-module__nqgn5G__castCard:hover{transform:translateY(-5px)}.CastList-module-scss-module__nqgn5G__castImageWrapper{aspect-ratio:2/3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0003}.CastList-module-scss-module__nqgn5G__castImage{object-fit:cover;transition:transform .3s}.CastList-module-scss-module__nqgn5G__castImage:hover{transform:scale(1.05)}.CastList-module-scss-module__nqgn5G__noPhoto{color:#ffffff4d;background:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CastList-module-scss-module__nqgn5G__noPhoto span{opacity:.3;font-size:2rem}.CastList-module-scss-module__nqgn5G__castInfo{text-align:center}.CastList-module-scss-module__nqgn5G__actorName{color:#fff;margin-bottom:.25rem;font-size:.9rem;font-weight:700;line-height:1.2}.CastList-module-scss-module__nqgn5G__characterName{color:#fff9;font-size:.8rem;font-style:italic;line-height:1.2}
