.Navbar-module__cRh5nW__navbar{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#0f1115cc;align-items:center;height:70px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__content{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__cRh5nW__navLinks{gap:2rem;display:flex}.Navbar-module__cRh5nW__link{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cRh5nW__link:hover,.Navbar-module__cRh5nW__activeLink{color:var(--text-main)}.Navbar-module__cRh5nW__actions{align-items:center;gap:1rem;display:flex}
.Button-module__8RiFmG__button{font-family:var(--font-heading);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #3b82f663}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 20px #3b82f63b}.Button-module__8RiFmG__secondary{background-color:var(--secondary);color:#fff;box-shadow:0 4px 14px #f8717163}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:#ef4444;transform:translateY(-1px)}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--text-main);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--surface-hover);border-color:var(--text-muted)}.Button-module__8RiFmG__ghost{color:var(--text-muted);background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:var(--text-main);background:var(--surface-hover)}.Button-module__8RiFmG__fullWidth{width:100%}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{background:var(--surface);border:1px solid var(--border);width:90%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:12px;padding:2rem;animation:.3s Modal-module__7LRQSW__slideIn;position:relative}.Modal-module__7LRQSW__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.Modal-module__7LRQSW__closeButton:hover{color:var(--text-main)}@keyframes Modal-module__7LRQSW__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Input-module__5jsJuW__inputGroup{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Input-module__5jsJuW__label{color:var(--text-muted);font-size:.9rem;font-weight:500}.Input-module__5jsJuW__input{background:var(--surface-hover);border:1px solid var(--border);color:var(--text-main);font-family:var(--font-body);border-radius:6px;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.Input-module__5jsJuW__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #3b82f633}.Input-module__5jsJuW__error{color:var(--secondary);margin-top:.25rem;font-size:.8rem}
.MovieCard-module__t4D6pa__card{background:var(--surface);border:1px solid var(--border);transition:transform var(--transition-medium),box-shadow var(--transition-medium);cursor:pointer;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.MovieCard-module__t4D6pa__card:hover{box-shadow:var(--shadow-lg);border-color:var(--surface-hover);transform:translateY(-5px)}.MovieCard-module__t4D6pa__imageContainer{aspect-ratio:2/3;background:var(--surface-hover);width:100%;position:relative;overflow:hidden}.MovieCard-module__t4D6pa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.MovieCard-module__t4D6pa__card:hover .MovieCard-module__t4D6pa__image{transform:scale(1.05)}.MovieCard-module__t4D6pa__content{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.MovieCard-module__t4D6pa__title{color:var(--text-main);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.MovieCard-module__t4D6pa__meta{color:var(--text-muted);justify-content:space-between;font-size:.85rem;display:flex}.MovieCard-module__t4D6pa__badge{background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:.75rem}
.home-module__gsEHRa__container{min-height:100vh;padding-top:70px;padding-bottom:4rem}.home-module__gsEHRa__hero{border-radius:0 0 2rem 2rem;width:100%;height:80vh;margin-bottom:4rem;position:relative;overflow:hidden}.home-module__gsEHRa__heroContent{background:linear-gradient(to top,var(--background),transparent);z-index:10;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:4rem;display:flex;position:absolute;bottom:0;left:0;right:0}.home-module__gsEHRa__heroTitle{text-shadow:0 4px 8px #00000080;max-width:800px;font-size:4rem;font-weight:800;line-height:1.1}.home-module__gsEHRa__heroDescription{color:#e5e7eb;text-shadow:0 2px 4px #00000080;max-width:600px;font-size:1.25rem;line-height:1.6}.home-module__gsEHRa__section{padding:2rem 0}.home-module__gsEHRa__sectionHeader{padding:0 var(--spacing-base);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.home-module__gsEHRa__sectionTitle{font-size:2rem;font-weight:700}.home-module__gsEHRa__grid{padding:0 var(--spacing-base);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;display:grid}.home-module__gsEHRa__heroBackground{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}
.details-module__zSa8Eq__container{min-height:100vh;margin-bottom:50px;padding-top:70px}.details-module__zSa8Eq__playerSection{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;width:100%;max-height:80vh;display:flex;position:relative}.details-module__zSa8Eq__videoPlaceholder{color:#fff;background:#000;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex;position:relative}.details-module__zSa8Eq__controls{background:linear-gradient(#0000,#000c);justify-content:center;gap:1rem;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.details-module__zSa8Eq__interactionOverlay{z-index:20;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:.5s details-module__zSa8Eq__fadeIn;display:flex;position:absolute;inset:0}.details-module__zSa8Eq__choiceTitle{color:#fff;text-shadow:0 4px 8px #00000080;font-size:2rem;font-weight:700}.details-module__zSa8Eq__choices{gap:2rem;display:flex}.details-module__zSa8Eq__infoSection{grid-template-columns:2fr 1fr;gap:4rem;padding:3rem 0;display:grid}.details-module__zSa8Eq__meta{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}
.movies-module__cGxHsG__container{min-height:100vh;padding-top:100px;padding-bottom:4rem}.movies-module__cGxHsG__header{text-align:center;margin-bottom:3rem}.movies-module__cGxHsG__title{margin-bottom:1rem;font-size:3rem;font-weight:700}.movies-module__cGxHsG__filters{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;display:grid}
