@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #050302;
  --panel: rgba(14, 8, 5, 0.82);
  --panel-strong: rgba(25, 12, 7, 0.92);
  --line: rgba(255, 184, 48, 0.22);
  --line-strong: rgba(255, 191, 61, 0.48);
  --gold: #ffbd32;
  --gold-soft: #ffe39a;
  --amber: #ff7a18;
  --red: #a9270e;
  --text: #fff1cf;
  --muted: #caa873;
  --shadow: rgba(0, 0, 0, 0.72);
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cinzel", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 1180px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  letter-spacing: 0;
}

body {
  overflow-x: auto;
}

a {
  color: inherit;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fas,
.far,
.fab {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon-mask) center / contain no-repeat;
  mask: var(--icon-mask) center / contain no-repeat;
}

.fa-user-shield,
.fa-shield-alt {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.fa-id-badge,
.fa-id-card {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M8 17c1-2 7-2 8 0'/%3E%3C/svg%3E");
}

.fa-envelope {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");
}

.fa-coins,
.fa-money-bill-wave {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6' rx='7' ry='3'/%3E%3Cpath d='M5 6v6c0 1.7 3.1 3 7 3s7-1.3 7-3V6'/%3E%3Cpath d='M5 12v6c0 1.7 3.1 3 7 3s7-1.3 7-3v-6'/%3E%3C/svg%3E");
}

.fa-users {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.fa-cog,
.fa-cogs {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.5A3.5 3.5 0 1 0 12 8a3.5 3.5 0 0 0 0 7.5Z'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .34 1.88l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06A1.7 1.7 0 0 0 15 19.4a1.7 1.7 0 0 0-1 .6 1.7 1.7 0 0 0-.4 1.1V21a2 2 0 1 1-4 0v-.09A1.7 1.7 0 0 0 8.6 19.4a1.7 1.7 0 0 0-1.88.34l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06A1.7 1.7 0 0 0 4.6 15a1.7 1.7 0 0 0-.6-1H4a2 2 0 1 1 0-4h.09A1.7 1.7 0 0 0 4.6 8.6a1.7 1.7 0 0 0-.34-1.88l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1-.6 1.7 1.7 0 0 0 .4-1.1V3a2 2 0 1 1 4 0v.09A1.7 1.7 0 0 0 15.4 4.6a1.7 1.7 0 0 0 1.88-.34l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06A1.7 1.7 0 0 0 19.4 9c.22.36.56.64.96.8H20a2 2 0 1 1 0 4h-.09a1.7 1.7 0 0 0-.51 1.2Z'/%3E%3C/svg%3E");
}

.fa-key {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3Cpath d='m21 2-9.6 9.6'/%3E%3Cpath d='m15 2 4 4'/%3E%3C/svg%3E");
}

.fa-warehouse {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21V8l9-5 9 5v13'/%3E%3Cpath d='M7 21v-8h10v8'/%3E%3Cpath d='M9 17h6'/%3E%3Cpath d='M9 13h6'/%3E%3C/svg%3E");
}

.fa-sign-out-alt {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E");
}

button,
input,
textarea,
select {
  font: inherit;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-4 {
  padding-top: 50px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.container {
  width: 1280px !important;
  max-width: 1280px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main-wrap {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 78% 16%, rgba(255, 119, 24, 0.18), transparent 72%),
    radial-gradient(820px 480px at 20% 0%, rgba(255, 190, 48, 0.12), transparent 72%),
    linear-gradient(180deg, #090402 0%, #050302 44%, #030201 100%);
}

.offcanvas-menu,
.offcanvas-overlay,
.offcanvas-open,
.lan-select,
.hero-background-video,
.border-img,
.s-box-header .bg-img {
  display: none !important;
}

.header-section {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 128px;
  background: transparent !important;
  border-bottom: 0 !important;
}

.header-section-inner {
  height: 128px;
  display: flex;
  align-items: center;
}

.main-menu {
  display: block !important;
  width: 100%;
}

.main-menu > ul {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .menu-left > ul,
.main-menu .menu-right > ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #f7d991;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 10px #000;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.main-menu a:hover {
  color: #fff6c9;
  text-shadow: 0 0 18px rgba(255, 190, 48, 0.62), 0 2px 10px #000;
}

.menu-logo {
  display: flex;
  justify-content: center;
}

.header-logo {
  width: 285px;
  display: block;
  transform: translateY(2px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.78));
}

.header-logo img {
  width: 100%;
}

.hero-section {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: #050302;
  border-bottom: 1px solid rgba(255, 190, 48, 0.32);
}

.hero-section > .hero-section {
  min-height: inherit;
  background: transparent;
  border: 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-section::before {
  background:
    linear-gradient(180deg, transparent 0%, transparent 22%, rgba(5, 3, 2, 0.92) 100%),
    radial-gradient(780px 360px at 50% 52%, rgba(255, 190, 48, 0.16), transparent 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 36%, rgba(0, 0, 0, 0.2));
}

.hero-section::after {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 190, 48, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 190, 48, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, black 26%, transparent 86%);
}

.hero-section .container,
.hero-section-inner {
  position: relative;
  z-index: 2;
}

.hero-section-inner {
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 96px;
}

.hero-logo-main {
  width: min(620px, 54vw);
  margin: 0 200px 100px;
  /* margin: 0 auto 100px; */
  transform: translateX(-115px);
  filter:
    drop-shadow(0 26px 38px rgba(0, 0, 0, 0.86))
    drop-shadow(0 0 30px rgba(255, 190, 48, 0.24));
}

.hero-logo-main img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cont1 {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
}

.hero-cont1 .single-cont {
  width: 232px;
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(255, 190, 48, 0.14), transparent 34%),
    rgba(10, 5, 3, 0.68);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 160, 0.12),
    0 20px 48px rgba(0, 0, 0, 0.5),
    0 0 42px rgba(255, 119, 24, 0.1);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.hero-cont1 .image {
  width: 58px;
  margin-right: 16px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 20px rgba(255, 190, 48, 0.34));
}

.hero-cont1 h4 {
  margin: 0 0 4px;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
}

.hero-cont1 h3 {
  margin: 0;
  color: #f2d79a;
  font-size: 13px;
  font-weight: 700;
}

.section-wrapper1 {
  position: relative;
  padding: 0 0 96px;
  background:
    radial-gradient(900px 580px at 50% -80px, rgba(255, 119, 24, 0.16), transparent 72%),
    linear-gradient(180deg, #050302 0%, #080403 48%, #030201 100%);
}

.section-wrapper1::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 190, 48, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 190, 48, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
}

.section-wrapper1-inner,
.main-section,
.main-section-inner {
  position: relative;
}

.main-section-inner {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 616px) 300px;
  gap: 28px;
  justify-content: center;
  align-items: start;
  margin-top: -58px;
}

.m-sidebar,
.m-main-part {
  width: auto !important;
  margin: 0 !important;
  z-index: 2;
}

.s-box,
.m-box,
.xy-news-part,
.content-xy .page-intro,
.content-xy table,
.content-xy .table,
.jumbotron,
.alert {
  background:
    linear-gradient(135deg, rgba(255, 190, 48, 0.08), transparent 42%),
    var(--panel) !important;
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  color: var(--text) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 160, 0.08),
    0 22px 56px var(--shadow) !important;
  backdrop-filter: blur(10px);
}

.s-box {
  min-height: 300px;
  height: auto !important;
  margin: 0 0 28px !important;
  padding: 58px 22px 26px !important;
}

.s-box-header {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: auto;
  margin: 0;
  display: block;
  text-align: center;
}

.s-box-header h3,
.xy-news-header h3,
.page-hd h1,
.page-hd h2,
.pre-social {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-shadow: 0 0 16px rgba(255, 190, 48, 0.32);
}

.s-box-header::after,
.xy-news-header::after,
.page-hd::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}

.s-box-form {
  padding: 0 !important;
}

.single-input-x {
  margin: 0 0 12px;
}

.single-input-x-input-outer {
  position: relative;
}

.single-input-x-input-outer .icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  pointer-events: none;
}

.single-input-x-input-outer:has(input[type="password"]) .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
}

.single-input-x-input-outer .icon img {
  display: none;
}

.single-input-x-input,
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 42px;
  color: var(--text) !important;
  background-color: rgba(3, 2, 1, 0.72) !important;
  border: 1px solid rgba(255, 190, 48, 0.2) !important;
  border-radius: 10px !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 14px center !important;
  background-size: 18px 18px !important;
}

.form-control[type="email"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E") !important;
}

.form-control[type="password"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") !important;
}

.form-control#token,
.form-control#social_id {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbd32' stroke-opacity='.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3Cpath d='m21 2-9.6 9.6'/%3E%3Cpath d='m15 2 4 4'/%3E%3C/svg%3E") !important;
}

.single-input-x-input:focus,
.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--line-strong) !important;
  box-shadow: 0 0 0 3px rgba(255, 190, 48, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
}

::placeholder {
  color: rgba(255, 225, 160, 0.55);
}

.bt-row {
  margin-top: 12px;
}

.form-fgt,
.form-fgt a {
  color: var(--muted);
  font-size: 13px;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.form-fgt a:hover {
  color: #fff6c9 !important;
  text-shadow: 0 0 18px rgba(255, 190, 48, 0.62), 0 2px 10px #000;
}

.captcha,
.g-recaptcha-wrap {
  width: 100%;
  max-width: 249px;
  height: 64px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.captcha .g-recaptcha,
.g-recaptcha-wrap .g-recaptcha {
  transform: scale(0.82);
  transform-origin: 0 0;
}

.default-button,
.btn.btn-new,
button,
input[type="submit"] {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: #1a0b02 !important;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background: linear-gradient(135deg, #fff0a8, #ffbd32 42%, #b94610 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(255, 119, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.default-button:hover,
.btn.btn-new:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.xy-news-part {
  min-height: 440px;
  padding: 0 0 28px !important;
  overflow: hidden;
}

.xy-news-header,
.page-hd {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 !important;
  padding: 22px 26px !important;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.xy-nh-ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.xy-nh-ul a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: var(--muted);
  border: 1px solid rgba(255, 190, 48, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.xy-nh-ul a.active,
.xy-nh-ul a:hover {
  color: var(--gold-soft);
  border-color: var(--line-strong);
  background: rgba(255, 190, 48, 0.08);
}

.content-xy {
  padding: 26px !important;
}

.content-xy .page-intro {
  margin: 0 0 14px !important;
  padding: 18px 20px !important;
}

.content-xy .page-intro h3 {
  margin: 0 0 8px !important;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.content-xy .page-intro p {
  margin: 0 !important;
  line-height: 1.55;
}

.content-xy .page-intro + div {
  margin-top: 0;
}

.news-feed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-card {
  background:
    linear-gradient(135deg, rgba(255, 190, 48, 0.08), transparent 42%),
    rgba(5, 3, 2, 0.68);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 235, 160, 0.08), 0 18px 44px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.news-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(255, 190, 48, 0.12);
}

.news-card-title {
  margin: 0 !important;
  color: var(--gold-soft) !important;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.news-card-meta span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 190, 48, 0.14);
  border-radius: 999px;
  background: rgba(3, 2, 1, 0.36);
}

.news-card-body {
  padding: 18px 20px 20px;
}

.news-card-body p {
  margin: 0;
}

.news-card-actions {
  display: flex;
  justify-content: left;
  margin-top: 16px;
}

.content-xy .xy-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  background: rgba(4, 2, 1, 0.58);
  border: 1px solid rgba(255, 190, 48, 0.18);
  border-left: 3px solid var(--gold);
  border-radius: 12px;
}

.content-xy .xy-title h3,
.content-xy .xy-title h4,
.content-xy h1,
.content-xy h2,
.content-xy h3 {
  color: var(--gold-soft);
}

.content-xy p,
.xy-text-cont p,
.content-xy li,
.content-xy td,
.content-xy th {
  color: #ead8b0 !important;
  font-size: 15px;
  line-height: 1.65;
}

.content-xy a {
  color: var(--gold-soft);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.content-xy table,
.table-st1 table,
.server-statistics-table table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  overflow: hidden;
}

.content-xy form > table,
.content-xy form > .table {
  border-spacing: 0 !important;
}

.content-xy form > table tr > *,
.content-xy form > .table tr > * {
  box-shadow: inset 0 -1px 0 rgba(255, 190, 48, 0.06);
}

.content-xy form > table tr:first-child > *:first-child,
.content-xy form > .table tr:first-child > *:first-child {
  border-top-left-radius: 13px;
}

.content-xy form > table tr:first-child > *:last-child,
.content-xy form > .table tr:first-child > *:last-child {
  border-top-right-radius: 13px;
}

.content-xy form > table tr:last-child > *:first-child,
.content-xy form > .table tr:last-child > *:first-child {
  border-bottom-left-radius: 13px;
}

.content-xy form > table tr:last-child > *:last-child,
.content-xy form > .table tr:last-child > *:last-child {
  border-bottom-right-radius: 13px;
}

.content-xy th,
.content-xy td,
.table-st1 td,
.table-st1 th,
.server-statistics-table td {
  padding: 12px 14px !important;
  background: rgba(3, 2, 1, 0.52) !important;
  border: 0 !important;
  vertical-align: middle !important;
}

.content-xy thead tr > *,
.content-xy tbody tr:not(:last-child) > * {
  box-shadow: inset 0 -1px 0 rgba(255, 190, 48, 0.06);
}


/* .content-xy thead th, */
/* .content-xy table tr:first-child th, */
/* .content-xy table tr:first-child td, */
/* .table-st1 table tr:first-child td, */
/* .table-st1 table tr:first-child th { */
  /* color: #fff3c8 !important; */
  /* background: */
    /* linear-gradient(135deg, rgba(255, 240, 168, 0.96), rgba(255, 189, 50, 0.88) 46%, rgba(185, 70, 16, 0.9)) !important; */
  /* font-family: var(--font-display); */
  /* font-size: 12px !important; */
  /* font-weight: 800 !important; */
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  /* text-shadow: none; */
/* } */

.content-xy tbody tr > *,
.table-st1 table tr > *,
.server-statistics-table tr > * {
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.content-xy tbody tr:nth-child(even) > *,
.table-st1 table tr:nth-child(even) > *,
.server-statistics-table tr:nth-child(even) > * {
  background: rgba(18, 8, 4, 0.72) !important;
}

.content-xy tbody tr:hover > *,
.table-st1 table tr:hover > *,
.server-statistics-table tr:hover > * {
  color: #fff4c6 !important;
  background: rgba(255, 190, 48, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 190, 48, 0.12);
}

.table-st1 a:not(.default-button):hover,
.content-xy a:not(.default-button):not(.btn):hover,
.footer-section a:hover {
  color: #fff6c9 !important;
  text-shadow: 0 0 18px rgba(255, 190, 48, 0.62), 0 2px 10px #000;
}

label,
.label,
.acc-stat .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gold-soft) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.content-xy table label {
  min-width: 150px;
}

input[disabled],
input[readonly],
.form-control:disabled,
.form-control[readonly] {
  color: rgba(255, 241, 207, 0.72) !important;
  background: rgba(255, 190, 48, 0.06) !important;
  cursor: not-allowed;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  accent-color: var(--gold);
}

label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  margin: 18px 0;
  color: #ead8b0 !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
}

.alert {
  position: relative;
  margin: 0 0 18px !important;
  padding: 16px 18px 16px 48px !important;
  overflow: hidden;
  line-height: 1.55;
}

.alert::before {
  content: "!";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #160801;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.alert-info {
  border-color: rgba(255, 190, 48, 0.24) !important;
}

.alert-success {
  border-color: rgba(124, 255, 151, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(124, 255, 151, 0.11), transparent 46%),
    var(--panel) !important;
}

.alert-success::before {
  content: "+";
  background: #7cff97;
}

.alert-danger {
  border-color: rgba(255, 83, 48, 0.38) !important;
  background:
    linear-gradient(135deg, rgba(255, 83, 48, 0.12), transparent 46%),
    var(--panel) !important;
}

.alert-danger::before {
  content: "x";
  color: #fff;
  background: #d63b18;
}

.ranking-pagination,
#pagination_container,
#guild_pagination_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.table-user a {
  display: block;
  margin-bottom: 8px;
  color: #ead8b0 !important;
  border: 1px solid rgba(255, 190, 48, 0.16);
  border-radius: 12px;
  background: rgba(3, 2, 1, 0.42);
  overflow: hidden;
}

.table-user a:hover {
  color: var(--gold-soft) !important;
  border-color: var(--line-strong);
  background: rgba(255, 190, 48, 0.08);
}

.table-user .single-row,
.table-user .column {
  background: transparent !important;
}

.table-user .column {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.table-user i {
  color: var(--gold);
}

.s-box-s2 {
  padding: 58px 18px 20px !important;
}

.s-box-s2 .table-st1 {
  margin-top: 2px;
}

.s-box-s2 .table-st1 table {
  width: 100%;
  table-layout: fixed !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(3, 2, 1, 0.42);
}

.s-box-s2 .table-st1 table tr > *,
.s-box-s2 .table-st1 table tr:hover > *,
.s-box-s2 .table-st1 table tr:nth-child(even) > *,
.s-box-s2 .table-st1 table tr:nth-child(odd) > * {
  box-shadow: none !important;
}

.s-box-s2 .table-st1 table tbody > tr:first-child > td {
  /* height: 48px; */
  /* padding: 0 12px !important; */
  /* background: */
    /* linear-gradient(90deg, #ffe791 0%, #ffbd32 48%, #d85a0f 100%) !important; */
  color: #fff3c8 !important;
  font-family: var(--font-display);
  font-size: 10px !important;
  line-height: 1.15;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
}

.s-box-s2 .table-st1 table tbody > tr:first-child > td:first-child {
  width: 42px;
  text-align: center !important;
  border-radius: 12px 0 0 0;
}

.s-box-s2 .table-st1 table tbody > tr:first-child > td:nth-child(2) {
  width: 122px;
}

.s-box-s2 .table-st1 table tbody > tr:first-child > td:last-child {
  width: 82px;
  text-align: center !important;
  border-radius: 0 12px 0 0;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child) > td {
  /* height: 54px; */
  padding: 8px 10px !important;
  color: #f3dfb6 !important;
  background: rgba(9, 4, 2, 0.66) !important;
  border-bottom: 1px solid rgba(255, 190, 48, 0.045) !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.28;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child):nth-child(odd) > td {
  background: rgba(16, 7, 3, 0.78) !important;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child):hover > td {
  background: rgba(255, 190, 48, 0.12) !important;
  color: #fff3c8 !important;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child) > td:first-child {
  width: 42px;
  color: var(--gold-soft) !important;
  text-align: center !important;
  font-family: var(--font-display);
  font-size: 14px !important;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child) > td:nth-child(2) {
  width: 122px;
  max-width: 122px;
  overflow-wrap: anywhere;
}

.s-box-s2 .table-st1 table tbody > tr:not(:first-child) > td:last-child {
  width: 82px;
  /* text-align: left !important; */
  text-align: center !important;
  color: #f8e6bf !important;
}

.s-box-s2 .table-st1 table tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 12px;
}

.s-box-s2 .table-st1 table tbody > tr:last-child > td:last-child {
  border-radius: 0 0 12px 0;
}

.bt-button-sde {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}

.bt-button-sde a {
  min-width: 96px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #1b0801 !important;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff0a8 0%, #ffbd32 45%, #df5b0e 100%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(255, 119, 24, 0.18), inset 0 1px 0 rgba(255,255,255,0.48);
}

.bt-button-sde a:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.acc-profile-card,
.acc-actions-card,
.acc-stat,
.acc-action {
  border-color: var(--line) !important;
  background:
    linear-gradient(135deg, rgba(255, 190, 48, 0.08), transparent 42%),
    rgba(10, 5, 3, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 235, 160, 0.08), 0 18px 44px rgba(0, 0, 0, 0.42) !important;
}

.acc-action {
  color: #ead8b0 !important;
}

.acc-action:hover {
  color: var(--gold-soft) !important;
  border-color: var(--line-strong) !important;
  transform: translateY(-2px);
}

.acc-stat .value,
.acc-username,
.acc-section-title {
  color: var(--gold-soft) !important;
  font-family: var(--font-display);
}

.center,
td.center,
th.center {
  text-align: center !important;
}

.right,
td.right,
th.right {
  text-align: right !important;
}

.left,
td.left,
th.left {
  text-align: left !important;
}

.m-slider,
.m-slide,
.m-slide .m-box {
  display: none !important;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}

.pagination .buttons,
.pagination ul {
  display: flex;
  gap: 8px;
}

.pagination a,
.pagination span {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(3, 2, 1, 0.58);
}

.pagination span,
.pagination a:hover {
  color: #160801;
  background: var(--gold);
}

.footer-top,
.footer-bottom {
  background: #030201 !important;
  border-top: 1px solid var(--line);
}

.footer-bottom {
  padding: 18px 0;
}

.footer-bottom .container {
  display: flex;
  justify-content: center;
}

.footer-b-left {
  width: 100%;
  text-align: center;
}

.footer-p {
  margin: 0;
}

#btnTopo {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 50 !important;
  width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  color: #1a0b02 !important;
  background: linear-gradient(135deg, #fff0a8, #ffbd32 42%, #b94610 100%) !important;
  border: 1px solid rgba(255, 235, 160, 0.48) !important;
  border-radius: 50% !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.44), 0 0 24px rgba(255, 190, 48, 0.18);
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}

#btnTopo.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#btnTopo:hover {
  filter: brightness(1.1);
}

#btnTopo::before {
  content: "\2191";
  display: block;
  color: #1a0b02;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}

#btnTopo::after {
  content: none;
}

#discord4 {
  position: fixed;
  right: -180px;
  bottom: 92px;
  z-index: 45;
  display: block !important;
  transition: right 0.25s ease, filter 0.25s ease;
}

#discord4:hover {
  right: 0;
  filter: brightness(1.08);
}

.seo-hero-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
