::-webkit-scrollbar{ width: 8px;} ::-webkit-scrollbar-track{ background: #111;} ::-webkit-scrollbar-thumb{ background: #333;border-radius: 4px;} ::-webkit-scrollbar-thumb:hover{ background: #e50914;} .modal-scrollable{ scrollbar-width: thin;scrollbar-color: #333 #111;} footer .footer-content, footer .container{ box-sizing: border-box;} footer .container{ padding-left: 1.25rem;padding-right: 1.25rem;} footer .grid{ gap: 2rem;} footer .grid > div{ padding: 0.5rem 0.25rem;} footer h3{ margin-bottom: 1rem !important;line-height: 1.4;} footer p, footer li, footer a{ line-height: 1.7;} footer ul{ margin-top: 0.5rem;} footer .space-y-3 > * + *{ margin-top: 0.85rem !important;} footer .space-y-4 > * + *{ margin-top: 1rem !important;} footer .border-t{ margin-top: 2rem;padding-top: 1.5rem;} footer #load-more-login-btn{ margin-top: 1rem;} @media (min-width: 768px){ footer .container{ padding-left: 2rem;padding-right: 2rem;} footer .grid{ column-gap: 2.5rem;row-gap: 2.25rem;} footer .grid > div{ padding: 0.75rem 0.5rem;} } @media (min-width: 1024px){ footer .container{ padding-left: 3rem;padding-right: 3rem;} footer .grid{ column-gap: 3rem;row-gap: 2.5rem;} footer .grid > div{ padding: 1rem 0.75rem;} } @media (max-width: 640px){ footer .container{ padding-left: 1rem;padding-right: 1rem;} footer .grid{ gap: 1.25rem;} footer .grid > div{ padding: 0.75rem 0.5rem;} footer h3{ margin-bottom: 0.75rem !important;} } .nl-badge {display:none}
/* Restored original Movie Haat theme */
html,body{background:#0f1014;color:#fff;margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;}
body{overflow-x:hidden;}
.text-brand{color:#e50914!important;}
.bg-brand{background-color:#e50914!important;}
.border-brand{border-color:#e50914!important;}
.hover\:text-brand:hover{color:#e50914!important;}
.hover\:bg-brand-hover:hover{background-color:#b20710!important;}
.bg-brand\/15{background-color:rgba(229,9,20,.15)!important;}
.border-brand\/30{border-color:rgba(229,9,20,.30)!important;}
.border-brand\/40{border-color:rgba(229,9,20,.40)!important;}

/* JavaScript loading screen */
.app-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#0f1014;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;}
.app-loader-spinner{width:42px;height:42px;border:4px solid #333;border-top-color:#e50914;border-radius:50%;animation:app-loader-spin .8s linear infinite;}
.app-loader-text{font-size:14px;color:#aaa;letter-spacing:.2px;}
@keyframes app-loader-spin{to{transform:rotate(360deg);}}


/* Disable text selection/copy on page content */
body{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}
input,textarea{
  -webkit-user-select:text;
  -moz-user-select:text;
  user-select:text;
}

/* Video icon turns Movie Haat red on hover */
.video-card:hover .video-play-icon,
.video-card:hover .fa-play-circle,
.video-card:hover .fa-play{
  color:#e50914!important;
}


/* Video duration badge on thumbnails */
.video-duration{
  line-height:1;
  min-width:42px;
  text-align:center;
  backdrop-filter:blur(2px);
}

/* Thumbnail view/love buttons */
.thumb-stat{display:inline-flex;align-items:center;line-height:1;transition:background-color .2s ease,color .2s ease,transform .2s ease;}
.thumb-view i{color:#d1d5db;}
.thumb-love i{color:#e5e7eb;}
.video-card:hover .thumb-view{background:rgba(0,0,0,.9);}
.video-card:hover .thumb-love{background:rgba(0,0,0,.9);}
.video-card:hover .thumb-love i{color:#e50914;}
.video-card:hover .thumb-view i{color:#e50914;}
.video-card:hover .video-duration i{color:#e50914!important;}
