/**
 * Đồng bộ: HOME · NEWS · MEMBER · DOWNLOAD · BATTLE PASS · SUPPORT
 * Cinzel, IN HOA, cùng cỡ clamp với download/profile (Desktop ~22px, mobile 17px).
 * Nên load sau file CSS nền của từng trang, trước site-user-menu hoặc sau news.css nếu cần override.
 */

/* Global custom cursor */
html, body, body *{
  cursor:url("/battlepass/frontend/cursors/cursor.ico"), auto !important;
}
body *:active{
  cursor:url("/battlepass/frontend/cursors/cursor_H.ico"), url("/battlepass/frontend/cursors/cursor.ico"), auto !important;
}

/* Góc phải: ngôn ngữ (CHS/EN) + LOGIN — cạnh nhau như index */
.topbar-actions{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  z-index:25;
  display:flex;
  align-items:center;
  gap:14px;
}
.topbar-actions .user-menu-anchor{
  position:static;
  top:auto;
  right:auto;
  transform:none;
  max-width:min(260px,38vw);
}

@media (max-width:980px){
  .topbar-actions{
    right:58px;
  }
}

.site-lang{
  position:relative;
  flex-shrink:0;
}
.site-lang__trigger{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px 10px;
  margin:0;
  border:none;
  border-bottom:3px solid #e8c066;
  border-radius:0;
  background:#0a0a0a;
  color:#fff;
  font-family:"Be Vietnam Pro",system-ui,sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  cursor:pointer;
  box-shadow:0 2px 0 rgba(0,0,0,.35);
}
.site-lang__trigger:hover{
  background:#141414;
}
.site-lang__globe{
  font-size:16px;
  line-height:1;
  opacity:.95;
}
.site-lang__code{
  min-width:2.25em;
  text-align:left;
}
.site-lang__caret{
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:6px solid #fff;
  margin-left:2px;
  opacity:.9;
}
.site-lang__menu{
  position:absolute;
  top:calc(100% + 6px);
  right:0;
  min-width:168px;
  margin:0;
  padding:6px 0;
  list-style:none;
  background:#ececec;
  color:#2a2a2a;
  border-radius:0;
  border-bottom:3px solid #e8c066;
  box-shadow:0 12px 28px rgba(0,0,0,.4);
}
.site-lang__menu[hidden]{
  display:none !important;
}
.site-lang__menu li{
  padding:11px 16px;
  font-family:"Be Vietnam Pro",system-ui,sans-serif;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.site-lang__menu li:hover,
.site-lang__menu li:focus-visible{
  background:rgba(232,192,102,.22);
  outline:none;
}

.topbar{
  height:82px;
}

.top-nav{
  display:flex;
  align-items:center;
  gap:28px;
}

.top-nav a{
  color:#fff4d5;
  text-decoration:none;
  font-family:"Cinzel",serif;
  font-size:clamp(17px,1.35vw,22px);
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-shadow:0 2px 8px rgba(0,0,0,.5);
}

.top-nav a:hover{
  color:#f1d77e;
}

.top-nav a.active{
  color:#f1d77e;
}

@media (max-width:980px){
  .top-nav{
    top:82px;
  }
  .top-nav a{
    font-size:17px;
    letter-spacing:.08em;
  }
}
