.card-menu {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.card-menu-btn {
  border: none;
  background: none;
  padding: 6px;

  color: black;
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0.9;           /* always visible */
}
/* ^^^ ??? - watched media button to remove in bottom right corner?*/

.media-card {
  border: none;
  background-color: #121212;
  border-radius: 12px;
  overflow: hidden;
}

/* CARD BODY */
.media-card-body {
  background-color: #121212;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* YEAR */
.media-year {
  margin-bottom: 0.25rem;
  color: #aaa;
  font-size: 0.85rem;
}

/* MEDIA TYPE & DAYS TO RELEASE CARD LABELS */
.movie-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;

  background: linear-gradient(90deg, #3b82f6, #06b6d4);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.show-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;

  background: linear-gradient(90deg, #ef4444, #dc2626);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.game-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;

  background: linear-gradient(90deg, #facc15, #eab308);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.released-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;

  background: linear-gradient(90deg, #22c55e, #16a34a);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.days-left-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;

  background: linear-gradient(90deg, #a855f7, #7c3aed);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.movie-label::before {
  content: "MOVIE";
}

.show-label::before {
  content: "SHOW";
}

.game-label::before {
  content: "GAME";
}

.released-label::before {
  content: "OUT NOW";
}

/* BADGES */
.badge-upcoming {
  background-color: rgba(255, 0, 128, 0.2);
  color: #ff4da6;
}

.badge-out {
  background-color: rgba(0,255,150,0.2);
  color: #00ff99;
}

/* director follow button */
.follow-btn {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: white;
  border: none;

  font-weight: 600;
  border-radius: 8px;
  padding: 6px 12px;
}

/* keep text white on hover */
.follow-btn:hover,
.follow-btn:focus,
.follow-btn:active {
  color: white;
  transform: scale(0.97);
}

/* FALLBACK TITLE */
.media-title-fallback {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #fff;
  opacity: 0.8;
}

              /* Navbar */
              .mmr-navbar {
                background: white;
                box-shadow: 0 4px 20px rgba(111, 66, 193, 0.4); /* glow */
                padding: 0.6rem 0;
              }

              .mmr-brand {
                font-weight: 700;
                font-size: 1.1rem;
                color: #111827 !important;
              }

              /* Toggler */
              .mmr-toggler {
                border: none;
                background: transparent;
                padding: 6px;
              }

              /* OFFCANVAS FIX (IMPORTANT) */
              .mmr-offcanvas {
                width: 85vw !important;
                max-width: 340px;
                height: 100vh !important;
                max-height: 100vh !important;
              }

              /* Make body scrollable */
              .mmr-offcanvas .offcanvas-body {
                overflow-y: auto;
                padding: 1rem;
              }

              /* Section label */
              .mmr-label {
                font-size: 0.7rem;
                text-transform: uppercase;
                color: #9ca3af;
                margin-bottom: 0.5rem;
              }

              /* Links */
              .mmr-link {
                display: block;
                padding: 0.85rem;
                border-radius: 12px;
                font-weight: 600;
                text-decoration: none;
                color: #111827 !important;
                background: rgba(0,0,0,0.04);
                margin-bottom: 0.4rem;
              }

              .mmr-link:hover {
                background: rgba(0,0,0,0.08);
              }

/* main links */
.mmr-link.primary {
  background: linear-gradient(90deg, #22c55e, #4ade80);
  color: #111;
}



/* navbar movies link */
.mmr-link.movies {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
  color: white;
  transition: all 0.2s ease;
}

/* navbar shows link */
.mmr-link.shows {
  background: linear-gradient(90deg, #ef4444, #e11d48);
  color: white;
  transition: all 0.2s ease;
}

/* navbar games link */
.mmr-link.games {
  background: linear-gradient(90deg, #facc15, #fb923c);
  color: #111;
  transition: all 0.2s ease;
}

.mmr-link:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}



              /* Account section */
              .mmr-account {
                margin-top: 1rem;
                margin-bottom: 0.8rem;
                padding-top: 0.8rem;
                border-top: 1px solid rgba(0,0,0,0.08);
                font-weight: 700;
              }

              /* Prevent content hiding under navbar */
              body {
                padding-top: 70px;
              }

/* PAGE TITLES */

.index-title {
  /* font-family: 'Inter', system-ui, -apple-system, sans-serif; */
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;

  background: linear-gradient(135deg, #3b82f6, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* LOGIN AND SIGN UP BUTTONS */

/* sign up button */
.btn-accent {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
  border: none;
}

/* sign up button when hover or click */
/* .btn-accent:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
} */

/* login button */
.btn-outline-custom {
  background: transparent;
  color: #7c3aed;              /* purple text */
  border: 2px solid #7c3aed;  /* purple border */
}

/* login button when hover or click */
.btn-outline-custom:hover {
  background: #7c3aed;        /* fill on hover */
  color: white;
  /* transform: translateY(-2px); */
  /* box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4); */
}

/* page headings */
.page-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;

  /* modern gradient text */
  background: linear-gradient(135deg, #3b82f6, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* page title but red gradient (for shows) */
.show-page-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;

  /* modern gradient text */
  background: linear-gradient(135deg, #ef4444, #dc2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* page subsection headings */
.subsection-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #60a5fa;
}

/* media search bar */
.search-input {
  border-radius: 999px;
  padding: 12px 18px;

  font-size: 1.05rem;
  font-weight: 600;

  color: #111827;
  letter-spacing: 0.01em;

  border: 1px solid rgba(0,0,0,0.1);
}

/* media search bar placeholder */
.search-input::placeholder {
  font-weight: 500;
  color: #9ca3af;
}

/* media search bar focus ? */
.search-input:focus {
  box-shadow: 0 0 0 3px rgba(59,130,246,0.25);
  border-color: #3b82f6;
}

/* movie search button */
.movie-search-btn {
  width: auto;
  min-width: 120px;
  border-radius: 999px;
  padding: 12px;

  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: none;
  color: white;
  font-weight: 600;
}

/* show search button */
.show-search-btn {
  width: auto;
  min-width: 120px;
  border-radius: 999px;
  padding: 12px;

  background: linear-gradient(135deg, #ef4444, #dc2626);
  border: none;
  color: white;
  font-weight: 600;
}

/* ADD/REMOVE FROM LIST DROPDOWN */

.lists-dropdown-btn {
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: dodgerblue;
  gap: 6px;
}

.find-similar-dropdown-btn {
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: coral;
  gap: 6px;
}

.dropdown-toggle::after {
  border: none;
  content: "";

  width: 8px;
  height: 8px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg);

  margin-left: 6px;

  position: relative;
  top: -1px;
}

.lists-dropdown-btn:hover,
.lists-dropdown-btn:focus,
.lists-dropdown-btn:active,
.lists-dropdown-btn:focus-visible,
.show > .lists-dropdown-btn.dropdown-toggle {
  background-color: dodgerblue !important;
  color: white !important;
  box-shadow: none !important;
  outline: none;
}

.find-similar-dropdown-btn:hover,
.find-similar-dropdown-btn:focus,
.find-similar-dropdown-btn:active,
.find-similar-dropdown-btn:focus-visible,
.show > .find-similar-dropdown-btn.dropdown-toggle {
  background-color: coral !important;
  color: white !important;
  box-shadow: none !important;
  outline: none;
}

/* TEMP FOR TESTING - HORROR BUTTON */
.horror-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  padding: 8px 12px;
  border-radius: 9px;
  border: none;

  font-size: 0.85rem;
  font-weight: 600;

  background: linear-gradient(135deg, #ef4444, #7f1d1d);
  color: white;
  text-decoration: none;

  line-height: 1.1;
}

/* tap feedback */
.horror-btn:active {
  transform: scale(0.97);
  filter: brightness(0.92);
}