body {
    color: #1d1e20;
    background: #f4f5ff;

    font-size: 14px;
    font-family: "DM Sans", "Roboto", sans-serif !important;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0 16px;

    img {
        vertical-align: middle;
        border-style: none;
    }

    .image {
        max-width: 100%;
        margin-bottom: 32px;
        height: auto;
        object-fit: contain;
    }

    .title {
        text-align: center;
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    .text {
        text-align: center;
        max-width: 650px;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #6D7081;
    }


}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
} 

/* Flixter4u Card Style */
.mvCard {
  border-radius: 1.1rem;
  overflow: hidden;
  background: #101214;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
  position: relative;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
  cursor: pointer;
}
.mvCard .inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s cubic-bezier(.4,2,.6,1);
}
.mvCard .poster {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.1rem 1.1rem 0 0;
}
.mvCard .poster div {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}
.mvCard .poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0; top: 0;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1);
}
.mvCard .quality-badge, .mvCard b {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  background: #25b998;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 0.7rem 0 0.7rem 0;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.mvCard .info {
  background: rgba(0,0,0,0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0 0 1.1rem 1.1rem;
  padding: 1rem 1rem 0.7rem 1rem;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  transition: background 0.25s;
}
.mvCard .info .title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  text-shadow: 1px 2px 3px #000;
}
.mvCard .info .title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.mvCard .info .title a:hover {
  color: #25b998;
}
.mvCard .info .sub-info {
  color: #afafaf;
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mvCard .info .sub-info i {
  color: #ffc107;
  font-size: 1rem;
}
.mvCard:hover, .mvCard:focus-within {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 12px 32px 0 rgba(37,185,152,0.18), 0 2px 8px rgba(0,0,0,0.10);
  z-index: 2;
}
.mvCard:hover .poster img, .mvCard:focus-within .poster img {
  transform: scale(1.06);
}
.mvCard:hover .info, .mvCard:focus-within .info {
  background: rgba(37,185,152,0.12);
} 

/* --- Footer: Modern Responsive Design (Original) --- */
.site-footer {
  background: #181c1f;
  color: #e0e0e0;
  padding: 2.5rem 0 1.5rem 0;
  font-family: 'DM Sans','Roboto',sans-serif;
  margin-top: 0;
}
.site-footer .footer-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
.site-footer .footer-about {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 420px;
}
.site-footer .footer-logo {
  height: 38px;
  margin-bottom: 1.2rem;
}
.site-footer .footer-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.7rem 0;
  color: #fff;
}
.site-footer .footer-desc {
  font-size: 1.08rem;
  color: #e0e0e0;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.site-footer .footer-desc b {
  font-weight: 700;
}
.site-footer .footer-note {
  font-size: 1.02rem;
  color: #b0b0b0;
  margin-bottom: 0.7rem;
  font-weight: 400;
}
.site-footer .footer-links-section {
  flex: 2 1 400px;
  min-width: 260px;
}
.site-footer .footer-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
}
.site-footer .footer-col {
  min-width: 120px;
}
.site-footer .footer-col div {
  margin-bottom: 0.7rem;
  color: #e0e0e0;
  font-weight: 500;
  font-size: 1.05rem;
}
.site-footer .footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0.2rem;
}
.site-footer .footer-bottom-links a {
  color: #19e6fb;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.08rem;
}
.site-footer .footer-bottom-links a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .site-footer .footer-main {
    flex-direction: column;
    gap: 2rem 0;
  }
  .site-footer .footer-links-section {
    margin-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .site-footer {
    padding: 1.2rem 0 0.7rem 0;
  }
  .site-footer .footer-container {
    padding: 0 0.5rem;
  }
  .site-footer .footer-title {
    font-size: 1.08rem;
  }
  .site-footer .footer-section-title {
    font-size: 1rem;
  }
  .site-footer .footer-columns {
    flex-direction: column;
    gap: 1.2rem 0;
  }
  .site-footer .footer-bottom-links {
    gap: 1.2rem;
    margin-top: 1.2rem;
  }
} 