#dropdownbutton {
  background: rgba(0,123,255,0);
  border-style: none;
  border-radius: 0px;
  color: #404040;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}

/* Legacy #nav — layout thực tế do #nav.mu-nav (MU Lord premium navbar) */
#nav:not(.mu-nav) {
  background: rgba(0,0,0,0.85) !important;
  color: rgb(230,234,238);
  min-height: 68px;
  z-index: 20;
}

/* =============================================================================
   MU Lord — navbar premium (view.header: #nav.mu-nav)
   ============================================================================= */
#nav.mu-nav {
  --mu-nav-gold: #c8a84b;
  --mu-nav-gold-bright: #e4c97a;
  --mu-nav-gold-dim: rgba(200, 168, 75, 0.22);
  padding: 0;
  min-height: 68px;
  z-index: 1030;
  background: linear-gradient(180deg, rgba(16, 18, 28, 0.98) 0%, rgba(8, 10, 16, 0.96) 55%, rgba(6, 7, 12, 0.98) 100%) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(200, 168, 75, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

#nav.mu-nav .mu-nav__inner {
  min-height: 68px;
  padding-left: clamp(0.65rem, 2vw, 1.15rem);
  padding-right: clamp(0.65rem, 2vw, 1.15rem);
  row-gap: 0.5rem;
}

#nav.mu-nav .mu-nav__list {
  padding-top: 0 !important;
  row-gap: 0.2rem;
  column-gap: 0.15rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  #nav.mu-nav .mu-nav__list {
    margin-left: 1rem;
    column-gap: 0.2rem;
  }
}

#nav.mu-nav .mu-nav__brand-item {
  margin: 0 !important;
  margin-right: 0.35rem !important;
}

@media (min-width: 768px) {
  #nav.mu-nav .mu-nav__brand-item {
    margin-right: 1.35rem !important;
  }
}

#nav.mu-nav .mu-nav__brand {
  padding: 0.2rem 0;
  line-height: 0;
}

#nav.mu-nav .mu-nav__logo {
  width: 86px;
  max-width: min(86px, 28vw);
  height: auto;
  display: block;
  margin: 0;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
  transition: filter 0.2s ease, transform 0.2s ease;
}

#nav.mu-nav .mu-nav__brand:hover .mu-nav__logo {
  filter: drop-shadow(0 2px 14px rgba(200, 168, 75, 0.25));
  transform: scale(1.02);
}

#nav.mu-nav .navbar-nav .nav-item {
  margin: 0 !important;
}

#nav.mu-nav .navbar-nav .nav-link {
  font-family: 'Source Sans Pro', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(228, 232, 240, 0.78) !important;
  padding: 0.42rem 0.62rem !important;
  border-radius: 8px;
  border-bottom: none !important;
  text-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 992px) {
  #nav.mu-nav .navbar-nav .nav-link {
    font-size: 0.84375rem;
    padding: 0.45rem 0.7rem !important;
  }
}

#nav.mu-nav .navbar-nav .nav-link:hover,
#nav.mu-nav .navbar-nav .nav-link:focus {
  color: #f4f6fa !important;
  background-color: rgba(200, 168, 75, 0.08);
  box-shadow: inset 0 0 0 1px rgba(200, 168, 75, 0.14);
}

#nav.mu-nav .navbar-nav .nav-link.active {
  color: var(--mu-nav-gold-bright) !important;
  background: linear-gradient(180deg, rgba(200, 168, 75, 0.14) 0%, rgba(200, 168, 75, 0.04) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(200, 168, 75, 0.38),
    0 0 24px rgba(200, 168, 75, 0.07);
}

#nav.mu-nav .mu-nav__toggler {
  border: 1px solid rgba(200, 168, 75, 0.28);
  padding: 0.38rem 0.5rem;
  border-radius: 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

#nav.mu-nav .mu-nav__toggler:hover {
  border-color: rgba(228, 201, 122, 0.45);
  background-color: rgba(200, 168, 75, 0.08);
}

#nav.mu-nav .mu-nav__toggler:focus {
  box-shadow: 0 0 0 3px rgba(200, 168, 75, 0.2);
}

#nav.mu-nav .mu-nav__account-toggle {
  font-family: 'Source Sans Pro', system-ui, sans-serif;
  font-weight: 600 !important;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: rgba(236, 240, 248, 0.95) !important;
  padding: 0.42rem 0.95rem !important;
  border-radius: 999px;
  background: rgba(200, 168, 75, 0.1);
  border: 1px solid rgba(200, 168, 75, 0.32) !important;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#nav.mu-nav .mu-nav__account-toggle:hover,
#nav.mu-nav .mu-nav__account-toggle:focus,
#nav.mu-nav .mu-nav__account-toggle.show {
  color: #fff !important;
  background: rgba(200, 168, 75, 0.2);
  border-color: rgba(228, 201, 122, 0.48) !important;
  box-shadow: 0 0 20px rgba(200, 168, 75, 0.12);
}

#nav.mu-nav .mu-nav__account-toggle::after {
  margin-left: 0.4em;
  vertical-align: 0.1em;
  opacity: 0.75;
}

#nav.mu-nav .mu-nav__dropdown {
  background: rgba(12, 14, 22, 0.97) !important;
  border: 1px solid rgba(200, 168, 75, 0.22) !important;
  border-radius: 12px !important;
  padding: 0.4rem 0;
  margin-top: 0.45rem !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#nav.mu-nav .mu-nav__dropdown-item {
  color: rgba(230, 234, 242, 0.92) !important;
  font-family: 'Source Sans Pro', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.48rem 1.2rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#nav.mu-nav .mu-nav__dropdown-item:hover,
#nav.mu-nav .mu-nav__dropdown-item:focus {
  background-color: rgba(200, 168, 75, 0.12) !important;
  color: var(--mu-nav-gold-bright) !important;
}

@media (max-width: 767.98px) {
  #nav.mu-nav .mu-nav__collapse {
    width: 100%;
    flex-basis: 100%;
  }

  #nav.mu-nav .mu-nav__list {
    padding: 0.65rem 0 0.35rem;
    margin-left: 0 !important;
  }

  #nav.mu-nav .navbar-nav .nav-link {
    padding: 0.55rem 0.75rem !important;
    border-radius: 10px;
  }

  #nav.mu-nav .mu-nav__brand-item {
    margin-right: 0 !important;
    margin-bottom: 0.35rem;
  }

  #nav.mu-nav .mu-nav__account {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0.15rem;
  }

  #nav.mu-nav .mu-nav__account-toggle {
    display: flex !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  #nav.mu-nav .dropdown-menu {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .gamestart {
    background: rgba(0,123,255,0);
    border-radius: 0px;
    font-size: 22px;
    color: rgb(204,162,79);
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-style: none;
    border-color: rgb(215,118,47);
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .gamestart {
    background: rgba(0,123,255,0);
    border-radius: 0px;
    font-size: 22px;
    color: rgb(204,162,79);
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-style: none;
    border-color: rgb(215,118,47);
    margin-right: 0px;
  }
}

#user {
  background: rgba(0,123,255,0);
  border-style: none;
}

@media (min-width: 300px) {
  #slidetext {
    width: 91%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(252,252,252);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
}

@media (min-width: 1200px) {
  #slidetext {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(252,252,252);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 20px;
    letter-spacing: -2.5px;
  }
}

#slidebutton {
  background: rgba(0,0,0,0.7);
  border-style: none;
  border-radius: 0px;
  width: 240px;
  height: 66px;
  margin-top: 22px;
  padding-top: 21px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: rgb(118,118,118);
}

@media (min-width: 300px) {
  #slideselector {
    width: 20px;
    height: 650px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #slideselector {
    width: 70px;
    height: 50px;
    margin-top: 319px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1600px) {
  #slidetext {
    width: 40%;
  }
}

@media (min-width: 300px) {
  .maindiv {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 1200px) {
  .maindiv {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1600px) {
  .maindiv {
    padding-left: 8%;
    padding-right: 8%;
  }
}

#middlebutton {
  border-style: none;
  border-radius: 0px;
  background: rgba(0,123,255,0);
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  #middlebutton {
    border-bottom-style: solid;
    border-bottom-color: rgba(198,198,198,0.45);
  }
}

@media (min-width: 1200px) {
  #middlebutton {
    border-bottom-style: solid;
    border-bottom-color: rgba(198,198,198,0);
  }
}

#noticetext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#noticetext2 {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#contentdiv {
  box-shadow: 0px 26px 10px 5px rgba(42,42,42,0.02);
}

@media (min-width: 300px) {
  #contenttitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  #contenttitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}

@media (min-width: 300px) {
  #plusicon {
    font-size: 52px;
    color: rgb(136,136,136);
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  #plusicon {
    font-size: 52px;
    color: rgb(136,136,136);
    padding-right: 0px;
  }
}

#plusicon:hover {
  color: rgb(6,6,6);
}

#youtuberlink {
  text-decoration: none;
}

#normalbutton:hover {
  filter: brightness(200%);
}

@media (min-width: 300px) {
  #footer-link {
    color: rgb(103,103,103);
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 40px;
    text-decoration: none;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #footer-link {
    color: rgb(103,103,103);
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 40px;
    text-decoration: none;
    margin-left: 40px;
    display: initial;
  }
}

#footer-link:hover {
  color: rgb(221,221,221);
}

.gamestart:hover {
  color: rgb(255,173,77);
  text-decoration: none;
}

#user:hover {
  filter: brightness(130%);
}

#gamestartdrop:hover {
  background: rgba(23,23,23,0.9);
}

#gamedrop {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(153,153,153,0.04);
  background: rgba(1,1,1,0.9);
}

#gamedrop:hover {
  background: #070707;
}

#mainnew:hover {
  background: rgb(241,241,241);
}

@media (min-width: 300px) {
  #slidediv {
    height: 710px;
    padding-left: 10%;
    padding-top: 298px;
  }
}

@media (min-width: 1200px) {
  #slidediv {
    height: 650px;
    padding-left: 8%;
    padding-top: 238px;
  }
}

@media (min-width: 300px) {
  #previousselector {
    width: 30px;
    height: 30px;
    margin-top: -65px;
    margin-left: 81%;
    background: #000000;
    border-radius: 117px;
  }
}

@media (min-width: 1200px) {
  #previousselector {
    width: 30px;
    height: 30px;
    margin-top: -65px;
    margin-left: 95%;
    background: #000000;
    border-radius: 117px;
  }
}

@media (min-width: 300px) {
  #footer-div {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inherit;
  }
}

@media (min-width: 1200px) {
  #footer-div {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
}

#slidetext:hover {
  color: rgb(217,217,217);
}

#mainnew {
  background: #ffffff;
}

@media (min-width: 300px) {
  #feature1 {
    height: 638px;
  }
}

@media (min-width: 1200px) {
  #feature1 {
    height: 638px;
  }
}

@media (min-width: 300px) {
  #userdiv {
    margin-right: -75px;
  }
}

@media (min-width: 576px) {
  #userdiv {
    margin-right: -295px;
  }
}

@media (min-width: 992px) {
  #userdiv {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  #userdiv {
    margin-right: 20px;
  }
}

#pagenavlink {
  text-decoration: none;
  color: rgb(177,177,177);
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

.h {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 45px;
  color: #040404;
}

.h5 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 45px;
  color: #ffffff;
}

.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
  color: #ffffff;
}

.h2 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 30px;
  padding-top: 0px;
  margin-top: 0px;
}

.h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: -1.5px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border: none;
  border-radius: 100px;
}

@media (min-width: 300px) {
  .img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .img {
    width: auto;
  }
}

.p1 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(92,92,92);
  letter-spacing: -0.7px;
}

.p2 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgba(140,140,140);
}

.p6 {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgb(0,0,0);
}

.p5 {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  color: rgba(140,140,140);
  margin-top: 20px;
  margin-bottom: 20px;
}

.p3 {
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: -0.7px;
  font-weight: 600;
  color: #000000;
}

.p {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(255,255,255,0.35);
}

#p1 {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(92,92,92);
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 300px) {
  .contentpage {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .contentpage {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 300px) {
  #pagetopdiv {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #pagetopdiv {
    text-align: left;
  }
}

#header-new {
  padding-top: 32px;
  margin-bottom: 44px;
  padding-bottom: 31px;
  padding-right: 6px;
  padding-left: 6px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(173,173,173,0.3);
}

#share {
  text-decoration: none;
  color: rgb(113,113,113);
}

@media (min-width: 300px) {
  #previousimg {
    width: 0px;
  }
}

@media (min-width: 1200px) {
  #previousimg {
    width: 28px;
  }
}

@media (min-width: 300px) {
  #nextimg {
    width: 0px;
  }
}

@media (min-width: 1200px) {
  #nextimg {
    width: 28px;
  }
}

#slidetag {
  padding-top: 8px;
  background: rgba(255,255,255,0.0);
  border-radius: 3px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(255,255,255,0.7);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.3) ;
}

.p1:hover {
  color: #000000;
}

.p4:hover {
  color: rgba(92,92,92);
}

.p3:hover {
  color: rgba(92,92,92);
}

.p4 {
  font-size: 18px;
  color: rgba(154,154,154);
  font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 300px) {
  #slideimg1 {
    height: 650px;
    background: url("../img/mslide2.png") top / cover no-repeat;
  }
}

@media (min-width: 1200px) {
  #slideimg1 {
    height: 650px;
    background: url("../img/slide2.png") top no-repeat;
  }
}

#middlebutton2 {
  background: rgba(0,123,255,0);
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

#dropdownbutton:hover {
  color: #969696;
}

@media (min-width: 300px) {
  #slideimg2 {
    height: 650px;
    background: url("../img/mslide1.png") top no-repeat;
  }
}

@media (min-width: 1200px) {
  #slideimg2 {
    height: 650px;
    background: url("../img/slide.png") top no-repeat;
  }
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fefefe;
  border-bottom: 0.8px solid rgba(255,255,255,0.3) ;
  text-shadow: -0px 0px 20px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255,255,255);
  border-bottom: 0.8px solid rgba(255,255,255,0.3);
  text-shadow: -0px 0px 20px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@media (min-width: 300px) {
  #button-overview {
    height: auto;
    width: 80%;
    color: rgb(199,199,200);
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 50px;
    padding-left: 50px;
    border: 1px solid rgba(255,255,255,0.15) ;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  #button-overview {
    height: 80px;
    width: 290px;
    color: rgb(199,199,200);
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 60px;
    padding-left: 60px;
    border: 1px solid rgba(255,255,255,0.15) ;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#button-overview:hover {
  box-shadow: 0px 0px 20px 7px rgba(199,199,200,0.2);
  border-color: rgba(255,255,255);
  background: rgb(0,0,0);
}

#nav-overview {
  color: rgb(164,153,139);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 200;
  text-decoration: none;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  opacity: 0.8;
}

.video2 {
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  overflow: hidden;
  opacity: 0.8;
  border-radius: 10px;
  transform: translateX(0%) translateY(0%);
}

#image {
  opacity: 0.9;
  z-index: -10;
}

@media (min-width: 300px) {
  #logo-title {
    z-index: -10;
    opacity: 0.04;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  #logo-title {
    z-index: -10;
    opacity: 0.04;
    width: 0px;
  }
}

.fixed-top {
  position: fixed;
  top: 200px;
  right: 200px;
  left: 200px;
  z-index: 1030;
}

#overview-button {
  text-decoration: none;
  border-radius: 109px;
  color: rgb(164,164,164);
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  background: rgba(0,0,0,0.6);
  padding-right: 29px;
  padding-left: 49px;
  border: 1px solid rgba(255,255,255,0.3) ;
  padding-top: 20px;
  padding-bottom: 20px;
}

#overview-button:hover {
  background: rgba(0,0,0,0.9);
  border-color: rgb(255,255,255);
  box-shadow: 0px 0px 14px rgba(164,164,164,0.57);
}

.overviewcontent {
  display: inline-block;
  flex-grow: 1;
  height: 100%;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.overviewbody {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 300px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 70%;
    margin-left: 20%;
    margin-right: 20%;
    background: #000000;
    border-radius: 9px;
  }
}

@media (min-width: 1200px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 23%;
    margin-left: -20%;
    margin-right: -20%;
    background: #000000;
    border-radius: 9px;
  }
}

@media (min-width: 1600px) {
  #over-slideselector {
    width: 85px;
    height: 55px;
    margin-top: 22%;
    margin-left: -23%;
    margin-right: -23%;
    background: #000000;
    border-radius: 9px;
  }
}

#button2-overview {
  border-style: none;
  border-radius: 70px;
  background: rgba(255,255,255,0.91);
  padding-right: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 54px;
  color: rgb(13,13,13);
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 300px) {
  #playnowdiv {
    padding-top: 17px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column!important;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  #playnowdiv {
    padding-top: 37px;
    padding-bottom: 0;
    display: inherit;
  }
}

@media (min-width: 300px) {
  #playnow {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.75);
  }
}

@media (min-width: 1200px) {
  #playnow {
    padding-top: 160px;
    padding-bottom: 160px;
    width: 100%;
    height: 100%;
    text-align: left;
    background: url("../img/feature2.png") top / cover no-repeat;
  }
}

@media (min-width: 300px) {
  #heading-playnow {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  #heading-playnow {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  #overview-section {
    background: rgba(0,0,0,0.4);
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  #overview-section {
    background: rgba(0,0,0,0.4);
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

@media (min-width: 300px) {
  #heading-overview {
    color: rgb(255,255,255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  #heading-overview {
    color: rgb(255,255,255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  #logo-over {
    margin-bottom: 30px;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  #logo-over {
    margin-bottom: 30px;
    width: 400px;
  }
}

@media (min-width: 300px) {
  #heading-pageover {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #heading-pageover {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 50px;
  }
}

@media (min-width: 300px) {
  #over-topdiv {
    padding-top: 190px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #over-topdiv {
    padding-top: 240px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 300px) {
  #p-pageover {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: -14px;
  }
}

@media (min-width: 1200px) {
  #p-pageover {
    margin-right: 35%;
    margin-left: 35%;
    margin-top: -14px;
  }
}

@media (min-width: 300px) {
  #myCarousel2 {
    height: 100%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  #myCarousel2 {
    height: 100%;
    margin-right: 30%;
    margin-left: 30%;
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 300px) {
  .wiki-list {
    display: inline-block;
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 1200px) {
  .wiki-list {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

#wikilist-button {
  width: 100%;
  height: 106px;
  padding-top: 35px;
  padding-left: 46px;
  padding-right: 40px;
  background: rgb(251,253,255);
  color: rgb(0,0,0);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.7px;
  border-style: none;
  outline: none;
}

#wikilist-button:hover {
  background: rgb(30,15,7);
  color: rgb(255,255,255);
}

@media (min-width: 300px) {
  .article-wiki {
    height: 100%;
    border-radius: 5px;
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  .article-wiki {
    height: 100%;
    border-radius: 5px;
    margin: 10px;
  }
}

@media (min-width: 300px) {
  #search {
    border-style: none;
    background: rgb(16,16,16);
    border-radius: 3px;
    text-decoration: none;
    color: rgb(239,239,239);
    font-size: 16px;
    float: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 24px;
    width: 280px;
    outline: none;
  }
}

@media (min-width: 1200px) {
  #search {
    border-style: none;
    background: rgb(16,16,16);
    border-radius: 3px;
    text-decoration: none;
    color: rgb(239,239,239);
    font-size: 16px;
    float: right;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: -14px;
    width: 280px;
    outline: none;
  }
}

@media (min-width: 300px) {
  .wiki-category {
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  .wiki-category {
    margin: 10px;
  }
}

@media (min-width: 300px) {
  #table-list {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex!important;
  }
}

@media (min-width: 1200px) {
  #table-list {
    margin-bottom: 20px;
    flex-direction: initial;
    display: flex!important;
  }
}

#list-title {
  border-radius: 0px;
  border-width: 0px;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

#list-items {
  border-radius: 0px;
  height: 100%;
  width: 100%;
  background: rgb(244,244,244);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  border-width: 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 300px) {
  #wiki-nextprevious {
    background: rgb(230,230,230);
    padding-bottom: 50px;
    display: inherit;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  #wiki-nextprevious {
    background: rgb(230,230,230);
    padding-bottom: 70px;
    padding-top: 30px;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
}

#article {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 19px;
  padding-right: 20px;
  background: #ffffff;
  border-radius: 5px;
}

#article:hover {
  background-color: rgba(238,238,238);
}

@media (min-width: 300px) {
  #dropdown-usermenu {
    width: 340px;
    margin-right: -178px;
    border-style: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 54px;
    background: rgba(255,255,255,0);
  }
}

@media (min-width: 1200px) {
  #dropdown-usermenu {
    width: 340px;
    margin-right: -31px;
    border-style: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 52px;
    background: rgba(255,255,255,0);
  }
}

#button3 {
  width: 100%;
  height: 70px;
  border-style: none;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  background: rgb(65,52,39);
  letter-spacing: 0px;
  line-height: 1;
}

#button3:hover {
  background: rgb(106,79,52);
}

.input {
  height: 70px;
  width: 100%;
  outline: none;
  background: rgb(20,20,20);
  color: #959595;
  border-style: none;
  border-radius: 4px;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 35px;
  padding-right: 35px;
}

#button4 {
  width: 100%;
  height: 70px;
  font-size: 20px;
  background: rgba(255,255,255,0.4);
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(0,0,0);
  border-style: solid;
  border-color: rgba(0,0,0,0.53);
}

#button4:hover {
  background: rgb(255,255,255);
}

@media (min-width: 300px) {
  #form-div {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1200px) {
  #form-div {
    margin-left: 28%;
    margin-right: 28%;
  }
}

@media (min-width: 1600px) {
  #form-div {
    margin-left: 32%;
    margin-right: 32%;
  }
}

@media (min-width: 300px) {
  #register-div2 {
    padding-top: 22px;
    display: inherit;
  }
}

@media (min-width: 1200px) {
  #register-div2 {
    padding-top: 22px;
    display: flex;
  }
}

@media (min-width: 300px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media (min-width: 1200px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media (min-width: 1600px) {
  #register-div {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-left: 14%;
    margin-right: 14%;
  }
}

#fb-button {
  height: 70px;
  width: 100%;
  font-size: 19px;
  border-style: none;
  background: rgb(16,93,176);
}

#fb-button:hover {
  background: rgb(34,129,231);
}

#google-button {
  height: 70px;
  width: 100%;
  font-size: 19px;
  background: rgb(255,255,255);
  color: rgb(0,0,0);
  border-style: solid;
  border-color: rgb(98,98,98);
}

#google-button:hover {
  color: rgb(255,255,255);
  background: rgb(1,1,1);
}

.p7 {
  color: rgb(205,49,161);
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 24px;
}

.p8 {
  color: rgb(205,133,49);
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 24px;
}

.text-warning { color:#ff9500!important; }
.text-primary { color:#ffd60a!important; }

.btn-cta {background:rgb(65,52,39);color:#fff;border:none;font-weight:700}
.btn-cta:hover {
    background: rgb(106,79,52);
    color: #fff;
}
.btn-gradient {background:linear-gradient(90deg,#d7a23f,#ffb24a);border:1px solid rgba(0,0,0,.1);color:#1b1b1b;font-weight:700}

/* --- Shared hover polish for all ranking rows --- */
.rank-row {
  transition: all 0.15s ease-in-out;
  cursor: default;
}
.rank-row:hover {
  background-color: #fffde8 !important; /* soft light yellow glow */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* --- Navbar account alignment --- */
#userdiv {
    margin-right: 10px !important; /* keep it near the right edge on all sizes */
}

/* FORCE Account dropdown to use the same dark theme as Rankings */
#userdiv .dropdown-menu {
    background: rgba(0,0,0,0.9) !important;
    border: none !important;
    border-radius: 4px !important;
}

/* Text color inside Account dropdown */
#userdiv .dropdown-menu .dropdown-item {
    color: #ffffff !important;
    background: transparent !important;
}

/* Hover effect (same as Rankings) */
#userdiv .dropdown-menu .dropdown-item:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #ffffff !important;
}


.secure-note-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.snc-body {
    display: flex;
    align-items: flex-start;
}

.snc-icon {
    font-size: 20px;
    margin-right: 14px;
    color: #28a745;
    display: flex;
    align-items: center;
}

.snc-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.snc-sub {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.snc-badges {
    margin-top: 4px;
}

.snc-badge {
    display: inline-block;
    padding: 3px 8px;
    background: #e6f4ea;
    color: #2b7a2f;
    border: 1px solid #cbe8d0;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 6px;
    font-weight: 500;
}

.yt-thumb {
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(0,0,0,0.7);
    border-radius: 14px;
}

.yt-play::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 14px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent white;
}

/* =============================================================================
   Home landing — MU Lord (dark / premium; scoped to .home-landing)
   ============================================================================= */

/* Trang chủ: nền ảnh + overlay gán inline trên body trong view.header.php (tránh lệ thuộc var()) */
body.page-home-landing {
    min-height: 100vh;
}

@media (max-width: 991.98px) {
    body.page-home-landing {
        background-attachment: scroll !important;
    }
}

.home-landing {
    --mu-gold: #c8a84b;
    --mu-gold-bright: #e4c97a;
    --mu-gold-deep: #8f7030;
    --mu-ink: #06070b;
    --mu-card: rgba(12, 14, 22, 0.94);
    --mu-card-edge: rgba(200, 168, 75, 0.22);
    margin-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    position: relative;
    z-index: 0;
}

/* Slideshow đầu trang — banner khung giữa (deploy: cùng home.php v2) */
#homeTopCarousel.home-top-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(0.75rem, 2vw, 1.25rem);
    border-bottom: none;
    box-shadow: none;
    background: transparent;
}

#homeTopCarousel.home-top-carousel .home-top-carousel__shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.35rem, 1.8vw, 0.85rem);
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(0.35rem, 2vw, 1rem);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__frame {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(200, 168, 75, 0.22),
        0 3px 0 rgba(200, 168, 75, 0.1),
        0 24px 64px rgba(0, 0, 0, 0.55),
        0 0 80px rgba(200, 168, 75, 0.06);
    background: linear-gradient(165deg, rgba(20, 24, 34, 0.5) 0%, rgba(6, 7, 12, 0.92) 100%);
}

/* Chiều cao banner desktop 420–520px; co mượt mobile */
#homeTopCarousel .carousel-inner {
    position: relative;
    width: 100%;
    border-radius: 14px;
    height: clamp(420px, 46vw, 520px);
    min-height: 420px;
    max-height: 520px;
    overflow: hidden;
}

#homeTopCarousel .carousel-item {
    width: 100%;
    height: clamp(420px, 46vw, 520px);
    min-height: 420px;
    max-height: 520px;
}

.home-slide {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #0e1118;
}

.home-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
    transform: scale(1.01);
}

/* Chỉ hiện khi không có ảnh (placeholder PHP) hoặc ảnh lỗi (onerror) */
.home-slide__slide-num {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(200, 168, 75, 0.35);
    text-transform: uppercase;
    pointer-events: none;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.6);
}

.home-slide--placeholder .home-slide__slide-num,
.home-slide--img-error .home-slide__slide-num {
    display: block;
}

.home-slide__scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(ellipse 90% 75% at 50% 42%, rgba(6, 7, 11, 0.08) 0%, rgba(6, 7, 11, 0.38) 62%, rgba(4, 5, 10, 0.72) 100%),
        linear-gradient(180deg, rgba(6, 7, 11, 0.35) 0%, transparent 38%, rgba(4, 5, 10, 0.5) 100%);
    pointer-events: none;
}

.home-slide__inner {
    position: relative;
    z-index: 5;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1.15rem, 3vw, 2rem) clamp(1.35rem, 4.2vh, 2.35rem);
    box-sizing: border-box;
}

.home-slide__caption {
    max-width: min(30rem, 100%);
    text-align: left;
    padding: 0.95rem 1.15rem 1.05rem;
    border-radius: 10px;
    background: linear-gradient(
        125deg,
        rgba(10, 12, 20, 0.88) 0%,
        rgba(10, 12, 20, 0.62) 55%,
        rgba(10, 12, 20, 0.45) 100%
    );
    border: 1px solid rgba(200, 168, 75, 0.22);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-slide__title {
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f6f7fa;
    margin: 0 0 0.35rem;
    line-height: 1.18;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.home-slide__title::after {
    content: '';
    display: block;
    width: 2.75rem;
    height: 2px;
    margin-top: 0.5rem;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--mu-gold), var(--mu-gold-bright), transparent);
    opacity: 0.85;
}

.home-slide__desc {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: clamp(0.88rem, 1.85vw, 1.02rem);
    line-height: 1.5;
    font-weight: 500;
    color: rgba(210, 214, 228, 0.82);
    margin: 0;
    max-width: 28rem;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

/* Thiếu file ảnh: khung slide + nhãn tên file (đặt ảnh đúng tên là tự lên) */
.home-slide--placeholder {
    background-color: #12151f;
    background-image:
        repeating-linear-gradient(
            -18deg,
            transparent,
            transparent 14px,
            rgba(255, 255, 255, 0.028) 14px,
            rgba(255, 255, 255, 0.028) 15px
        ),
        linear-gradient(168deg, #1a1f2c 0%, #0e1118 42%, #141a24 100%);
}

.home-slide__placeholder-label {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: ui-monospace, 'Cascadia Mono', 'Consolas', monospace;
    font-size: clamp(0.75rem, 2vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(200, 168, 75, 0.22);
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__dots-wrap {
    display: flex;
    justify-content: center;
    padding: 0.55rem 0 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#homeTopCarousel.home-top-carousel .home-top-carousel__dots {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#homeTopCarousel.home-top-carousel .home-top-carousel__dots [data-bs-target] {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    text-indent: -9999px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(200, 168, 75, 0.28);
    opacity: 1;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#homeTopCarousel.home-top-carousel .home-top-carousel__dots [data-bs-target]:hover {
    background-color: rgba(255, 255, 255, 0.38);
    transform: scale(1.15);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__dots [data-bs-target].active {
    width: 22px;
    height: 7px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--mu-gold-deep), var(--mu-gold-bright));
    border-color: rgba(228, 201, 122, 0.55);
    box-shadow: 0 0 14px rgba(200, 168, 75, 0.35);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__ctrl {
    z-index: 2;
    opacity: 1;
}

/* Nút nằm cạnh khung — không đè ảnh */
#homeTopCarousel.home-top-carousel .home-top-carousel__ctrl--side {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none;
    border-radius: 50%;
    background: rgba(8, 10, 16, 0.72);
    border: 1px solid rgba(200, 168, 75, 0.28);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__ctrl--side:hover {
    background: rgba(16, 18, 28, 0.92);
    border-color: rgba(228, 201, 122, 0.45);
}

#homeTopCarousel.home-top-carousel .home-top-carousel__ctrl--side .carousel-control-prev-icon,
#homeTopCarousel.home-top-carousel .home-top-carousel__ctrl--side .carousel-control-next-icon {
    width: 1.05rem;
    height: 1.05rem;
    filter: brightness(0) invert(1);
    opacity: 0.92;
    background-size: 1.05rem 1.05rem;
}

/* Ghi đè Bootstrap (width 15% + absolute) để nút nằm trong gutter, không phủ ảnh */
#homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-prev,
#homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-next {
    position: relative;
    width: 40px;
    padding: 0;
}

.btn-home-cta {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.05rem, 2.2vw, 1.15rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    padding: 1.15rem 1.5rem;
    border: 1px solid rgba(228, 201, 122, 0.45);
    border-radius: 6px;
    color: #121318 !important;
    background: linear-gradient(180deg, var(--mu-gold-bright) 0%, var(--mu-gold) 38%, var(--mu-gold-deep) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.35),
        0 6px 28px rgba(200, 168, 75, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.btn-home-cta:hover {
    color: #121318 !important;
    transform: translateY(-3px);
    filter: brightness(1.06);
    border-color: rgba(255, 228, 160, 0.65);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.25),
        0 12px 40px rgba(200, 168, 75, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.home-download {
    padding: 5rem 0 5.5rem;
    background: linear-gradient(180deg, var(--mu-ink) 0%, #0a0d18 48%, #080a12 100%);
}

.home-section-head {
    margin-bottom: 3rem;
}

.home-section-head__title {
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: clamp(2rem, 5vw, 2.65rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f4f5f8;
    margin-bottom: 0.5rem;
    line-height: 1.15;
    position: relative;
    display: inline-block;
    width: 100%;
}

.home-section-head__title::after {
    content: '';
    display: block;
    width: 3.5rem;
    height: 3px;
    margin: 1rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--mu-gold), transparent);
    opacity: 0.9;
}

.home-section-head__sub {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    color: rgba(190, 196, 212, 0.65);
    margin: 0.75rem 0 0;
    letter-spacing: 0.04em;
}

.home-dl-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.25rem 1.75rem 2rem;
    border-radius: 12px;
    background: var(--mu-card);
    border: 1px solid var(--mu-card-edge);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 48px rgba(0, 0, 0, 0.45);
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.home-dl-card:hover {
    border-color: rgba(200, 168, 75, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(200, 168, 75, 0.12),
        0 24px 56px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(200, 168, 75, 0.08);
    transform: translateY(-4px);
}

.home-dl-card__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 0 0 2px rgba(200, 168, 75, 0.15);
}

.home-dl-card__icon--win {
    background: rgba(0, 120, 215, 0.18);
    color: #6bb8ff;
}

.home-dl-card__icon--android {
    background: rgba(61, 181, 74, 0.18);
    color: #6ee884;
}

.home-dl-card__icon--ios {
    background: rgba(255, 255, 255, 0.06);
    color: #f0f0f5;
}

.home-dl-card__name {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fafbfc;
    margin-bottom: 0.4rem;
    letter-spacing: 0.02em;
}

.home-dl-card__hint {
    font-size: 1rem;
    color: rgba(175, 182, 198, 0.72);
    margin-bottom: 1.75rem;
    line-height: 1.4;
}

.home-dl-card .btn-home-dl,
.home-dl-card .btn-home-dl--muted {
    margin-top: auto;
    align-self: stretch;
    max-width: none;
    width: 100%;
}

.btn-home-dl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: 0.04em;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    border: 1px solid rgba(228, 201, 122, 0.35);
    color: #14151a !important;
    background: linear-gradient(180deg, var(--mu-gold-bright) 0%, var(--mu-gold) 45%, var(--mu-gold-deep) 100%);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(200, 168, 75, 0.2);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.btn-home-dl:hover {
    color: #14151a !important;
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.45),
        0 0 32px rgba(200, 168, 75, 0.28);
}

.btn-home-dl--muted {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(200, 205, 220, 0.5) !important;
    box-shadow: none !important;
    cursor: default;
    pointer-events: none;
}

.home-news {
    padding: 4.5rem 0 5.5rem;
    background: linear-gradient(180deg, #080a10 0%, var(--mu-ink) 100%);
    border-top: 1px solid rgba(200, 168, 75, 0.1);
}

.home-news-col {
    background: rgba(10, 12, 20, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(200, 168, 75, 0.12);
    padding: 1.5rem 1.5rem 1.35rem;
    height: 100%;
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-news-col__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(200, 168, 75, 0.15);
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mu-gold-bright);
}

.home-news-col__head a {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: none;
    color: rgba(200, 205, 220, 0.55);
    text-decoration: none;
}

.home-news-col__head a:hover {
    color: #f0d78c;
}

.home-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-news-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-news-list li:last-child {
    border-bottom: none;
}

.home-news-list a {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    align-items: baseline;
    padding: 0.65rem 0;
    text-decoration: none;
    transition: background 0.15s ease;
    border-radius: 4px;
    margin: 0 -0.35rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.home-news-list a:hover {
    background: rgba(255, 255, 255, 0.04);
}

.home-news-list__date {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(200, 168, 75, 0.55);
    flex-shrink: 0;
}

.home-news-list__title {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    color: rgba(236, 238, 245, 0.94);
    line-height: 1.4;
}

.home-news-list a:hover .home-news-list__title {
    color: var(--mu-gold-bright);
}

.home-news-empty {
    font-size: 1rem;
    color: rgba(160, 168, 185, 0.5);
    margin: auto 0 0;
    padding-top: 0.5rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    #homeTopCarousel .carousel-inner,
    #homeTopCarousel .carousel-item {
        height: clamp(220px, 52vw, 360px);
        min-height: 220px;
        max-height: 360px;
    }

    .home-slide__inner {
        padding: 0.85rem 1rem 1.15rem;
    }

    .home-slide__caption {
        padding: 0.75rem 0.95rem 0.85rem;
        border-radius: 8px;
    }

    #homeTopCarousel.home-top-carousel .home-top-carousel__shell {
        gap: 0.35rem;
        padding: 0 0.25rem;
    }

    #homeTopCarousel.home-top-carousel .home-top-carousel__frame {
        border-radius: 12px;
    }

    #homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-prev,
    #homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-next {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 400px) {
    #homeTopCarousel.home-top-carousel .home-top-carousel__shell {
        flex-wrap: wrap;
        justify-content: center;
    }

    #homeTopCarousel.home-top-carousel .home-top-carousel__frame {
        order: 1;
        flex: 1 1 100%;
        max-width: 100%;
    }

    #homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-prev {
        order: 2;
    }

    #homeTopCarousel .home-top-carousel__ctrl--side.carousel-control-next {
        order: 3;
    }
}

/* =============================================================================
   Patch 2.1 — MU Lord public: news index / news view / CMS page (scoped .mu-public)
   ============================================================================= */

.mu-public {
    --mu-gold: #c8a84b;
    --mu-gold-bright: #e4c97a;
    --mu-gold-dim: rgba(200, 168, 75, 0.35);
    --mu-ink: #06070b;
    --mu-card: rgba(12, 14, 22, 0.94);
    --mu-card-edge: rgba(200, 168, 75, 0.18);
    background: linear-gradient(180deg, #070810 0%, var(--mu-ink) 35%, #06070b 100%);
    min-height: calc(100vh - 120px);
}

.mu-public__crumb {
    margin-top: -62px;
    padding: calc(62px + 5.5rem) 0 2.25rem;
    background:
        radial-gradient(ellipse 75% 55% at 50% 0%, rgba(200, 168, 75, 0.12) 0%, transparent 52%),
        linear-gradient(168deg, #0c0e16 0%, #06070b 100%);
    border-bottom: 1px solid rgba(200, 168, 75, 0.12);
}

.mu-bc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 0.95rem;
}

.mu-bc__link {
    color: rgba(210, 214, 228, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mu-bc__link:hover {
    color: var(--mu-gold-bright);
}

.mu-bc__sep {
    color: rgba(160, 168, 185, 0.45);
    font-size: 0.85rem;
}

.mu-bc__current {
    color: rgba(236, 238, 245, 0.95);
    font-weight: 600;
    max-width: 100%;
    word-break: break-word;
}

/* --- News index --- */
.mu-news-index__inner {
    padding-top: 2.5rem;
}

.mu-news-index__head {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(200, 168, 75, 0.15);
}

@media (min-width: 768px) {
    .mu-news-index__head {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.mu-news-index__title {
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.65rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f4f5f8;
    margin: 0;
    line-height: 1.15;
}

.mu-news-index__title::after {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    margin-top: 1rem;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--mu-gold), transparent);
}

.mu-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mu-tabs__item {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.55rem 1.1rem;
    border-radius: 6px;
    color: rgba(190, 196, 212, 0.75);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mu-tabs__item:hover {
    color: var(--mu-gold-bright);
    border-color: var(--mu-card-edge);
}

.mu-tabs__item.is-active {
    color: #121318 !important;
    background: linear-gradient(180deg, var(--mu-gold-bright) 0%, var(--mu-gold) 50%, #9a7f38 100%);
    border-color: rgba(228, 201, 122, 0.5);
    box-shadow: 0 4px 20px rgba(200, 168, 75, 0.25);
}

.mu-empty {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 1.1rem;
    color: rgba(170, 178, 195, 0.55);
    background: var(--mu-card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.mu-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

@media (max-width: 1199.98px) {
    .mu-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .mu-news-grid {
        grid-template-columns: 1fr;
    }
}

.mu-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--mu-card);
    border: 1px solid var(--mu-card-edge);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 12px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mu-news-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-4px);
    border-color: rgba(200, 168, 75, 0.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(200, 168, 75, 0.1),
        0 20px 50px rgba(0, 0, 0, 0.5);
}

.mu-news-card__cover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: linear-gradient(145deg, #141820 0%, #0a0c12 100%) center / cover no-repeat;
}

.mu-news-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mu-news-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.mu-badge {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.6rem;
    border-radius: 4px;
    font-weight: 800;
}

.mu-badge--notice {
    background: rgba(80, 140, 255, 0.15);
    color: #8ab8ff;
    border: 1px solid rgba(100, 160, 255, 0.25);
}

.mu-badge--update {
    background: rgba(61, 181, 74, 0.12);
    color: #6ee884;
    border: 1px solid rgba(80, 200, 100, 0.2);
}

.mu-badge--event {
    background: rgba(200, 168, 75, 0.12);
    color: var(--mu-gold-bright);
    border: 1px solid var(--mu-card-edge);
}

.mu-badge--default {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(190, 196, 212, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mu-news-card__date {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(200, 168, 75, 0.55);
    white-space: nowrap;
}

.mu-news-card__heading {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #f4f5f8;
    margin: 0 0 0.5rem;
}

.mu-news-card:hover .mu-news-card__heading {
    color: var(--mu-gold-bright);
}

.mu-news-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(175, 182, 198, 0.78);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

/* --- News article --- */
.mu-article {
    max-width: 860px;
}

.mu-article__header {
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(200, 168, 75, 0.15);
}

.mu-article__category {
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mu-gold-bright);
    margin: 0 0 0.75rem;
}

.mu-article__title {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: #fafbfc;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.mu-article__meta {
    font-size: 1rem;
    color: rgba(180, 188, 205, 0.65);
    margin: 0;
}

.mu-article__hero {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--mu-card-edge);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.mu-article__hero img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.mu-article__sheet {
    background: var(--mu-card);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mu-article-body {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(228, 231, 240, 0.9);
    word-wrap: break-word;
}

.mu-article-body h1,
.mu-article-body h2,
.mu-article-body h3,
.mu-article-body h4 {
    color: #f4f5f8;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.mu-article-body a {
    color: var(--mu-gold-bright);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mu-article-body a:hover {
    color: #f5e6b8;
}

.mu-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.mu-article-body blockquote {
    border-left: 3px solid var(--mu-gold);
    margin: 1.25rem 0;
    padding: 0.5rem 0 0.5rem 1.25rem;
    color: rgba(200, 205, 220, 0.85);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
}

.mu-article-body--legal {
    font-size: 1.05rem;
    line-height: 1.8;
}

/* TinyMCE / CMS: tránh nền trắng từ paste */
.mu-article-body.cms-content [style*="background:#fff"],
.mu-article-body.cms-content [style*="background: #fff"],
.mu-article-body.cms-content [style*="background-color:#fff"],
.mu-article-body.cms-content [style*="background-color: #fff"] {
    background-color: rgba(255, 255, 255, 0.06) !important;
}

/* --- Related --- */
.mu-related {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(200, 168, 75, 0.12);
}

.mu-related__title {
    font-family: 'Antonio', 'Source Sans Pro', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f0f0f4;
    margin-bottom: 1.75rem;
}

.mu-related__title::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2px;
    margin-top: 0.65rem;
    background: var(--mu-gold);
    border-radius: 1px;
}

.mu-related__empty {
    color: rgba(160, 168, 185, 0.5);
    font-size: 1rem;
    margin: 0;
}

.mu-related-card {
    display: block;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--mu-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mu-related-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-3px);
    border-color: var(--mu-card-edge);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.mu-related-card__cover {
    padding-top: 52%;
    background: linear-gradient(145deg, #141820, #0a0c12) center / cover no-repeat;
}

.mu-related-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
}

.mu-related-card__date {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(200, 168, 75, 0.55);
    display: block;
    margin-bottom: 0.35rem;
}

.mu-related-card__heading {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    color: #f2f3f7;
    margin: 0 0 0.4rem;
}

.mu-related-card:hover .mu-related-card__heading {
    color: var(--mu-gold-bright);
}

.mu-related-card__excerpt {
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(175, 182, 198, 0.72);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- CMS legal page --- */
.mu-legal {
    max-width: 800px;
}

.mu-legal__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(200, 168, 75, 0.15);
}

.mu-legal__title {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: #fafbfc;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.mu-legal__lead {
    font-size: 1.1rem;
    line-height: 1.55;
    color: rgba(190, 196, 212, 0.75);
    margin: 0;
}

.mu-legal__sheet {
    background: var(--mu-card);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: clamp(1.75rem, 4vw, 2.75rem);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mu-legal__hero {
    margin-bottom: 1.75rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mu-legal__hero img {
    display: block;
    width: 100%;
    height: auto;
}

/* =============================================================================
   MU Lord — Trung tâm quản lý tài khoản (/account/index)
   Scope: .mu-account-hub
   ============================================================================= */
.mu-account-hub {
    --mu-gold: #c8a84b;
    --mu-gold-bright: #e4c97a;
    --mu-gold-deep: #8f7030;
    --mu-ink: #06070b;
    --mu-card: rgba(14, 16, 26, 0.96);
    --mu-card-edge: rgba(200, 168, 75, 0.2);
    --mu-muted: rgba(175, 182, 198, 0.72);
}

.mu-account-hub__body {
    background: linear-gradient(180deg, #070810 0%, var(--mu-ink) 42%, #05060a 100%);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.mu-account-hub__sidebar .mu-account-hub__sidebar-card {
    position: sticky;
    top: 5.5rem;
}

.mu-account-hub__sidebar-card {
    background: var(--mu-card);
    border: 1px solid var(--mu-card-edge);
    border-radius: 14px;
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: clamp(1rem, 2.5vw, 1.35rem);
}

.mu-account-hub__avatar {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid rgba(200, 168, 75, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    object-fit: cover;
    background: rgba(0, 0, 0, 0.35);
}

.mu-account-hub__profile-name {
    font-weight: 800;
    font-size: 1.05rem;
    color: #f2f3f7;
    letter-spacing: 0.02em;
}

.mu-account-hub #cp-list {
    gap: 0.35rem;
    border-radius: 10px;
    overflow: hidden;
}

.mu-account-hub #cp-list .list-group-item {
    background: rgba(8, 10, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(228, 232, 240, 0.88);
    padding: 0.65rem 0.85rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mu-account-hub #cp-list .list-group-item i {
    width: 1.35rem;
    text-align: center;
    color: var(--mu-gold-bright);
    opacity: 0.9;
}

.mu-account-hub #cp-list .list-group-item:hover {
    background: rgba(200, 168, 75, 0.1);
    border-color: rgba(200, 168, 75, 0.25);
    color: #fff;
}

.mu-account-hub #cp-list .list-group-item.active {
    background: linear-gradient(90deg, rgba(200, 168, 75, 0.18), rgba(200, 168, 75, 0.06));
    border-color: rgba(200, 168, 75, 0.45);
    color: #fff;
    box-shadow: inset 3px 0 0 var(--mu-gold);
}

.mu-account-hub__divider {
    border-color: rgba(200, 168, 75, 0.15) !important;
    opacity: 1;
}

.mu-account-hub .btn-mu-gold {
    background: linear-gradient(180deg, var(--mu-gold-bright) 0%, var(--mu-gold) 45%, var(--mu-gold-deep) 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #1a1408 !important;
    font-weight: 800;
    border-radius: 10px;
    padding: 0.55rem 1rem;
}

.mu-account-hub .btn-mu-gold:hover {
    filter: brightness(1.06);
    color: #1a1408 !important;
}

.mu-account-hub .btn-mu-cta {
    background: linear-gradient(180deg, #4a3b2a 0%, #2e2418 100%);
    border: 1px solid rgba(200, 168, 75, 0.25);
    color: #f5efe0 !important;
    font-weight: 700;
    border-radius: 10px;
}

.mu-account-hub .btn-mu-cta:hover {
    border-color: rgba(200, 168, 75, 0.45);
    color: #fff !important;
}

.mu-account-hub .btn-outline-mu-danger {
    border-radius: 10px;
    font-weight: 700;
    border-color: rgba(220, 80, 80, 0.55);
    color: #f8a0a0;
}

.mu-account-hub .btn-outline-mu-danger:hover {
    background: rgba(220, 80, 80, 0.15);
    color: #ffc9c9;
}

.mu-account-hub__panel {
    background: var(--mu-card);
    border: 1px solid var(--mu-card-edge);
    border-radius: 14px;
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mu-account-hub__panel-title {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #f2f3f7;
    margin: 0 0 0.2rem;
    letter-spacing: 0.02em;
}

.mu-account-hub__panel-sub {
    font-size: 0.88rem;
    color: var(--mu-muted);
    margin: 0;
    line-height: 1.45;
}

.mu-account-hub__head-title {
    font-family: 'Source Sans Pro', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.55rem, 3vw, 2rem);
    color: #fafbfc;
    margin: 0 0 0.5rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid rgba(200, 168, 75, 0.28);
    line-height: 1.2;
}

.mu-account-hub__head-meta {
    color: var(--mu-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.mu-account-hub__head-meta strong,
.mu-account-hub__head-meta .text-white-50 {
    color: rgba(220, 224, 235, 0.88) !important;
}

.mu-account-hub .badge.mu-acct-badge {
    font-weight: 700;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.mu-account-hub__stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

@media (min-width: 992px) {
    .mu-account-hub__stat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.mu-account-hub__stat {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    background: rgba(8, 10, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 100%;
}

.mu-account-hub__stat-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--mu-muted);
}

.mu-account-hub__stat-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #f2f3f7;
    line-height: 1.2;
}

.mu-account-hub__stat--coin .mu-account-hub__stat-value {
    color: var(--mu-gold-bright);
}

.mu-account-hub__stat--ucoin .mu-account-hub__stat-value {
    color: #7ec8ff;
}

.mu-account-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 575.98px) {
    .mu-account-hub__actions {
        flex-direction: column;
    }

    .mu-account-hub__actions .btn {
        width: 100%;
    }
}

.mu-account-hub .table-responsive.mu-acct-table-wrap {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    max-height: min(340px, 55vh);
    overflow: auto;
}

.mu-account-hub .table.mu-acct-table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    --bs-table-hover-bg: rgba(200, 168, 75, 0.08);
    color: rgba(228, 232, 240, 0.92);
    margin-bottom: 0;
    font-size: 0.875rem;
}

.mu-account-hub .table.mu-acct-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(12, 14, 22, 0.98);
    border-bottom: 1px solid rgba(200, 168, 75, 0.22);
    color: var(--mu-gold-bright);
    font-weight: 800;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding: 0.65rem 0.75rem;
}

.mu-account-hub .table.mu-acct-table td {
    padding: 0.55rem 0.75rem;
    vertical-align: middle;
    border-color: rgba(255, 255, 255, 0.06);
}

.mu-account-hub .table.mu-acct-table .badge {
    font-weight: 700;
    font-size: 0.72rem;
    padding: 0.35em 0.55em;
    border-radius: 6px;
}

#pane-characters .mu-char-card {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease;
    background: rgba(8, 10, 18, 0.65) !important;
    border-color: rgba(200, 168, 75, 0.18) !important;
    color: rgba(228, 232, 240, 0.92);
}

#pane-characters .mu-char-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
    border-color: rgba(200, 168, 75, 0.35) !important;
}

.mu-account-hub .mu-ticket-hint {
    background: rgba(8, 10, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
}

.mu-account-hub .mu-ticket-quick {
    background: rgba(8, 10, 18, 0.35);
    border: 1px solid rgba(200, 168, 75, 0.15);
    border-radius: 12px;
}

.mu-account-hub .form-control,
.mu-account-hub .form-select {
    background: rgba(8, 10, 18, 0.75);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e8eaef;
}

.mu-account-hub .form-control:focus,
.mu-account-hub .form-select:focus {
    border-color: rgba(200, 168, 75, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(200, 168, 75, 0.15);
    color: #fff;
}

.mu-account-hub label {
    color: rgba(210, 215, 228, 0.88);
    font-size: 0.88rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .mu-account-hub__sidebar .mu-account-hub__sidebar-card {
        position: static;
    }
}

.mu-account-hub .alert {
    border-radius: 10px;
    border-width: 1px;
    font-weight: 600;
    font-size: 0.9rem;
}

.mu-account-hub .alert-success {
    background: rgba(25, 135, 84, 0.18);
    border-color: rgba(25, 135, 84, 0.45);
    color: #c6f0d4;
}

.mu-account-hub .alert-info {
    background: rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.4);
    color: #cfe2ff;
}

.mu-account-hub .alert-danger {
    background: rgba(220, 53, 69, 0.18);
    border-color: rgba(220, 53, 69, 0.45);
    color: #f8c7cd;
}
