/* Site genel arkaplan videosu */
.site-bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.9);
  pointer-events: none;
  /* tıklamaları engelleme */
}

/* Global font: BeaufortforLOL */
@font-face {
  font-family: 'BeaufortforLOL';
  src: url('/public/assets/font/BeaufortforLOL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Compact news cards (slider altı sol sütun) */
/* Masaüstü: 2 sütun grid, Mobil: 1 sütun */
.news-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}

.nc-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(18, 18, 20, .6);
  border: 1px solid #2a2a2d;
  border-radius: 10px;
  padding: 10px
}

.nc-thumb {
  width: 180px;
  min-width: 180px;
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2a2d;
  background: #0f0f11
}

.nc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.nc-body {
  flex: 1;
  display: flex;
  flex-direction: column
}

.nc-title {
  margin: 0 0 6px 0;
  color: #fff;
  font-size: 18px
}

.nc-excerpt {
  margin: 0 0 8px 0;
  color: #cfcfcf;
  font-size: 14px
}

.nc-full {
  color: #e6e3dc;
  line-height: 1.6;
  margin-top: 6px
}

.nc-toggle {
  align-self: flex-start;
  background: var(--accent);
  color: #000;
  border: 0;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer
}

.nc-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: #2c7be5;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none
}

.nc-readmore:hover {
  filter: brightness(.96)
}

@media (max-width: 991.98px) {
  .news-cards {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .nc-card {
    flex-direction: column
  }

  .nc-thumb {
    width: 100%;
    min-width: auto;
    height: 160px
  }
}

/* News wide cards */
.news-wide-section {
  padding: 16px 0;
  border-top: 1px solid #1d1d20
}

.news-wide-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.news-wide {
  display: flex;
  gap: 14px;
  align-items: stretch;
  background: rgba(18, 18, 20, .6);
  border: 1px solid #2a2a2d;
  border-radius: 10px;
  padding: 12px
}

.news-wide .nw-thumb {
  width: 220px;
  min-width: 220px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2a2d;
  background: #0f0f11
}

.news-wide .nw-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.news-wide .nw-body {
  flex: 1;
  display: flex;
  flex-direction: column
}

.news-wide .nw-title {
  margin: 0 0 6px 0;
  color: #fff;
  font-size: 20px
}

.news-wide .nw-excerpt {
  margin: 0 0 8px 0;
  color: #cfcfcf;
  font-size: 14px
}

.news-wide .nw-full {
  color: #e6e3dc;
  line-height: 1.6;
  margin-top: 8px
}

.news-wide .nw-toggle {
  align-self: flex-start;
  background: var(--accent);
  color: #000;
  border: 0;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer
}

/* Home: Top 5 Genel ve Klan sıralamaları */
.home-ranks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px
}

.home-ranks .hr-card {
  background: rgba(18, 18, 20, .6);
  border: 1px solid #2a2a2d;
  border-radius: 10px;
  padding: 10px
}

.home-ranks .hr-head {
  color: #e5dfcf;
  font-weight: 800;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #2a2a2d;
  padding-bottom: 6px
}

@media(max-width: 991.98px) {
  .home-ranks {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .news-wide {
    flex-direction: column
  }

  .news-wide .nw-thumb {
    width: 100%;
    min-width: auto;
    height: 180px
  }
}

.icon16,
.nation,
.class,
.grade,
.symbol {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('/public/images/icon/icon.bmp');
  background-repeat: no-repeat
}

/* Nation */
.nation.n1 {
  background-position: 0 -32px
}

.nation.n2 {
  background-position: -16px -32px
}

/* Class (örnek temel set) */
.class.c101,
.class.c105,
.class.c106 {
  background-position: -32px -32px
}

.class.c102,
.class.c107,
.class.c108 {
  background-position: -48px -32px
}

.class.c103,
.class.c109,
.class.c110 {
  background-position: -64px -32px
}

.class.c104,
.class.c111,
.class.c112 {
  background-position: -80px -32px
}

.class.c201,
.class.c205,
.class.c206 {
  background-position: -96px -32px
}

.class.c202,
.class.c207,
.class.c208 {
  background-position: -112px -32px
}

.class.c203,
.class.c209,
.class.c210 {
  background-position: -128px -32px
}

.class.c204,
.class.c211,
.class.c212 {
  background-position: -144px -32px
}

/* Symbol (kareli set - a1..a6) */
.symbol.a1 {
  background-position: 0 -16px
}

.symbol.a2 {
  background-position: -16px -16px
}

.symbol.a3 {
  background-position: -32px -16px
}

.symbol.a4 {
  background-position: -48px -16px
}

.symbol.a5 {
  background-position: -64px -16px
}

.symbol.a6 {
  background-position: -80px -16px
}

/* Symbol (klan rozetleri - b1..b6) */
.symbol.b1 {
  background-position: -96px -16px
}

.symbol.b2 {
  background-position: -112px -16px
}

.symbol.b3 {
  background-position: -128px -16px
}

.symbol.b4 {
  background-position: -144px -16px
}

.symbol.b5 {
  background-position: -160px -16px
}

.symbol.b6 {
  background-position: -176px -16px
}

.page-wrapper {
  position: relative;
  z-index: 1;
  background: transparent
}

/* Basit tema stilleri - myko benzeri koyu tema */
:root {
  --bg: #1f232a;
  --bg2: #151516;
  --text: #f2f2f2;
  --muted: #bbb;
  --accent: #d4a94e;
  --accent2: #c08a16;
  --hero-video-pos-y: 30%;
  --ui-font: 'BeaufortforLOL', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ui-font);
  overflow-x: hidden;
  max-width: 100vw
}

/* Global typography: use the same font as navbar for all text (avoid icon fonts) */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
label,
small,
strong,
em,
span,
div,
table,
thead,
tbody,
tfoot,
th,
td,
button,
input,
select,
textarea {
  font-family: var(--ui-font) !important;
}

a {
  color: var(--text);
  text-decoration: none
}

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

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

/* Header/Nav */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px max(12px, calc(50vw - 600px));
  background: #242a33;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

/* Logo ve butonları biraz kenarlara yaklaştır */
.navbar {
  padding-left: calc(max(12px, 50vw - 600px) - 8px);
  padding-right: calc(max(12px, 50vw - 600px) - 8px)
}

/* Mobilde navbar padding artır - logo ve hamburger menü kenarlara çok yakın */
@media (max-width: 980px) {
  .navbar {
    padding-left: 24px;
    padding-right: 24px
  }
}

.logo-container {
  display: block;
  width: 140px;
  height: 44px;
  position: relative;
  margin-left: -15px
}

.logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nav-menu-wrapper {
  flex: 1;
  display: flex;
  justify-content: center
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 48px
}

.nav-menu-dot {
  display: none
}

.nav-menu-item {
  position: relative
}

.nav-menu-link {
  padding: 10px 0;
  border-radius: 0;
  transition: color .15s ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .9px;
  color: #c8d0d9;
  font-family: var(--ui-font) !important;
  font-size: 17px;
  position: relative
}

/* Hover/aktif: sadece metin rengi turuncu olsun */
.navbar .nav-menu-link:hover {
  background: transparent;
  color: #f2b55b
}

.navbar .nav-menu-link.active {
  background: transparent;
  color: #f2b55b
}

.nav-menu-link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  width: 120%;
  height: 22px;
  background: radial-gradient(60% 100% at 50% 50%, rgba(242, 181, 91, 0.45) 0%, rgba(242, 181, 91, 0.18) 60%, rgba(242, 181, 91, 0) 100%);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none
}

.nav-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  background: linear-gradient(90deg, #d18a34 0%, #f2b55b 50%, #d18a34 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease
}

.navbar .nav-menu-link:hover::before {
  opacity: 1
}

.navbar .nav-menu-link:hover::after {
  transform: scaleX(1)
}

.navbar .nav-menu-link.active::before {
  opacity: 1
}

.navbar .nav-menu-link.active::after {
  transform: scaleX(1)
}

.has-dropdown:hover .dropdown-menu {
  display: block
}

/* Navbar tipografisi ile aynı görünüm: başlıklar ve giriş/kayıt butonları */
.hr-head {
  font-family: var(--ui-font);
  font-weight: 600 !important;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.navbar .auth-button {
  font-family: var(--ui-font);
  font-weight: 600;
  /* navbar linkleriyle aynı ağırlık */
  letter-spacing: .9px;
  text-transform: uppercase;
}

/* Başlık ve önemli etiketler için Beaufort fontu uygulaması */
.hr-head,
.shortcuts__title,
.ss-name,
.tile__label,
.nc-title,
.nc-title a {
  font-family: var(--ui-font);
  font-weight: 600;
  letter-spacing: .3px;
}

/* Dropdown kutusu: cam efekti (hafif saydam koyu-beyaz) */
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 200px;
  max-width: 240px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  z-index: 1001
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: transparent
}

/* Nav içindeki dropdown'lar aynı dar yapıda olsun */
.nav-menu .dropdown-menu {
  min-width: 200px !important;
  max-width: 240px !important;
  padding: 8px 10px
}

.nav-menu .guide-dropdown>.dropdown-menu,
.nav-menu .rankings-dropdown>.dropdown-menu {
  width: 220px !important;
  min-width: 200px !important;
  max-width: 240px !important
}

/* Kolon yapısını gizle, tek liste gibi görünsün */
.dropdown-column {
  position: relative;
  min-width: auto
}

.dropdown-column>a {
  display: none
}

.dropdown-menu .dropdown-column {
  min-width: auto;
  width: auto
}

/* Liste düzeni */
.dropdown-menu .dropdown-column ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.dropdown-menu .dropdown-column li {
  margin: 0;
  padding: 0
}

/* Öğeler */
.dropdown-item {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  color: #f2f2f2
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, .12);
  color: #ffffff
}

.dropdown-column>a::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  height: 1px;
  background: #2a2a2d;
  border-radius: 1px
}

/* Menü öğeleri: ikon boşlukları ve renkler */
.dropdown-item {
  display: block;
  gap: 10px;
  padding: 8px 12px;
  color: #f2f2f2;
  border-radius: 8px;
  transition: background .15s ease, color .15s ease;
  width: 100%;
  box-sizing: border-box
}

.dropdown-item i {
  width: 18px;
  color: #d0d0d0
}

/* Hover: açık cam arkaplan + beyaz metin */
.dropdown-item:hover {
  background: rgba(255, 255, 255, .12);
  color: #ffffff
}

.dropdown-column>a::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, .12);
  border-radius: 1px
}

.dropdown-item:hover i {
  color: #ffffff
}

/* Right section */
.right-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 6px
}

.mobile-menu-toggle {
  display: none
}

.lang-button {
  display: none
}

/* Giriş/Kayıt butonları: panel tarzı renkler */
.navbar .auth-button {
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
  border: 0
}

.navbar .auth-button[data-bs-target="#loginModal"] {
  background: #24c3a0;
  color: #0b1319
}

.navbar .auth-button[data-bs-target="#registerModal"] {
  background: #2c7be5;
  color: #fff
}

.navbar .auth-button:hover {
  filter: brightness(.96)
}

/* Sağdaki butonları 15px sağa it */
.right-nav {
  margin-right: -15px
}

/* Mobilde auth butonlarını gizle - sadece hamburger menü kalsın */
@media (max-width: 980px) {
  .right-nav .auth-button {
    display: none
  }
}

/* Social bar */
.social-share-bar {
  position: fixed;
  left: 12px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 40
}

.social-share-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.social-share-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #161719;
  border: 1px solid #262628;
  padding: 8px 10px;
  border-radius: 8px;
  color: #ddd;
  transition: background .15s ease, border-color .15s ease, color .15s ease
}

.social-share-button i {
  width: 16px;
  transition: color .15s ease
}

/* Genel hover: hafif aydınlatma */
.social-share-button:hover {
  background: #1e2023;
  border-color: #3a2e19;
  color: #fff
}

/* Forum (örnek: açık mavi vurgu) */
.social-share-button.forum:hover {
  background: rgba(102, 163, 255, .12);
  border-color: #66a3ff;
  color: #cfe1ff
}

.social-share-button.forum:hover i {
  color: #66a3ff
}

/* Discord (blurple) */
.social-share-button.discord:hover {
  background: rgba(88, 101, 242, .14);
  border-color: #5865F2;
  color: #dfe2ff
}

.social-share-button.discord:hover i {
  color: #5865F2
}

/* YouTube (kırmızı) */
.social-share-button.youtube:hover {
  background: rgba(255, 0, 0, .12);
  border-color: #ff4d4d;
  color: #ffd6d6
}

.social-share-button.youtube:hover i {
  color: #ff4d4d
}

/* Instagram (degrade yerine tek ton pembe/mor vurgu) */
.social-share-button.instagram:hover {
  background: rgba(225, 48, 108, .14);
  border-color: #E1306C;
  color: #ffd6e3
}

.social-share-button.instagram:hover i {
  color: #E1306C
}

/* Facebook (mavi) */
.social-share-button.facebook:hover {
  background: rgba(24, 119, 242, .14);
  border-color: #1877F2;
  color: #d9e8ff
}

.social-share-button.facebook:hover i {
  color: #1877F2
}

/* Twitter/X (mavi) */
.social-share-button.twitter:hover {
  background: rgba(29, 155, 240, .14);
  border-color: #1D9BF0;
  color: #d9edff
}

.social-share-button.twitter:hover i {
  color: #1D9BF0
}

/* WhatsApp (yeşil) */
.social-share-button.whatsapp:hover {
  background: rgba(37, 211, 102, .14);
  border-color: #25D366;
  color: #e0ffe9
}

.social-share-button.whatsapp:hover i {
  color: #25D366
}

/* Mobil cihazlarda sosyal medya barını gizle */
@media (max-width: 768px) {
  .social-share-bar {
    display: none
  }
}

/* Sections */
main {
  flex: 1
}

.embla {
  position: relative;
  overflow: hidden
}

.embla__container {
  display: flex
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0
}

.hero-slide-item {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--accent)
}

.hero-slide-click {
  position: absolute;
  inset: 0;
  display: block
}

/* Hero video background */
.hero-static {
  position: relative;
  overflow: hidden;
  height: 420px;
  border-bottom: 1px solid var(--accent)
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.9);
}

/* İçerik video üstünde kalsın */
.hero-static>*:not(.hero-video-bg) {
  position: relative;
  z-index: 1
}

/* Hero içi video (görsel yerine) */
.hero-video-hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Panel tarzı hero şeridi */
.hero {
  position: relative;
  width: 100%;
  height: 325px;
  overflow: hidden
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--hero-video-pos-y);
  filter: brightness(.95)
}

.hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: var(--text);
  text-align: center
}

.promo-section {
  padding: 24px 0;
  background: transparent
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: hidden
}

.promo-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.promo-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.promo-banner-item {
  position: relative;
  display: block;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1d;
  border: 1px solid #252528
}

.promo-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.promo-banner-item h4 {
  position: absolute;
  left: 10px;
  bottom: 8px;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 8px #000
}

.content-shell {
  padding: 0 0 24px 0;
  background: transparent;
  margin-top: -70px;
  position: relative;
  z-index: 2
}

/* Dış çerçeveyi kaldır: sadece iki kolon (content-box'lar) kalsın */
.content-shell .content-wrap {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none
}

.content-header {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #2a2a2d;
  padding-bottom: 12px
}

.content-title {
  margin: 0;
  color: #e5dfcf;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: .5px
}

.content-subtitle {
  margin: 8px 0 0 0;
  color: #bfb8a7
}

.content-body {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 18px
}

.content-body.full {
  grid-template-columns: 1fr
}

.content-box {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  max-width: 100%;
  overflow-x: hidden;
}

.content-box .box-title {
  margin: 0 0 10px 0;
  color: var(--accent);
  font-weight: 700;
  border-bottom: 1px solid #2a2a2d;
  padding-bottom: 6px
}

/* About page hero logo */
.about-hero-logo {
  display: block;
  margin: 10px auto 16px auto;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .5))
}

/* Sayfa bazlı: Hakkında sayfasında içerik alanını aşağı indir */
.page-about .content-shell {
  margin-top: -30px;
}

.page-about .content-box:first-child {
  margin-top: 12px;
}

/* Profil sayfalarında global hero'yu gizle ve üst boşluğu düzelt */
.page-profile .hero {
  display: none;
}

.page-profile .content-shell {
  margin-top: 0;
}

/* Başlangıç Rehberi sayfasında başlık ve alt başlığı gizle */
.page-guide-start .content-header,
.page-guide-start .content-header .content-title,
.page-guide-start .content-header .content-subtitle {
  display: none !important;
}

/* ===== User Panel v2 (koyu/altın) ===== */
.panel-v2 .menu a {
  background: #141416;
  border: 1px solid #2a2a2d;
  border-radius: 6px;
  color: #d7d7d9;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  transition: border .15s ease, background .15s ease, color .15s ease
}

.panel-v2 .menu a:hover {
  border-color: #d4a94e;
  color: #fff
}

.panel-v2 .menu a.active {
  background: #d4a94e;
  color: #000;
  font-weight: 800
}

.panel-v2 .section-card {
  background: #121215;
  border: 1px solid #2a2a2d;
  border-radius: 8px
}

.panel-v2 .section-head {
  background: linear-gradient(180deg, rgba(212, 169, 78, .18), rgba(212, 169, 78, .08));
  border-bottom: 1px solid #2a2a2d;
  color: #e9e9eb;
  font-weight: 800;
  padding: 10px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.panel-v2 .section-body {
  padding: 12px
}

.panel-v2 .section-body .text-muted {
  color: #9b9ba1 !important
}

.panel-v2 .panel-title {
  font-weight: 800;
  color: #e5e5e7;
  letter-spacing: .3px;
  text-transform: uppercase
}

.panel-v2 .panel-divider {
  border-top: 1px solid #2a2a2d;
  margin: 10px 0
}

/* 70/30 kırılımı için yardımcı sınıf */
.content-body.split-70-30 {
  grid-template-columns: 300px 1fr
}

/* 1300x70 Mini Slider */
.home-mini-slider {
  width: 100%;
  /* responsive genişlik */
  max-width: 1300px;
  /* maksimum genişlik */
  height: 200px;
  /* varsayılan yükseklik */
  margin: 0 auto;
  /* ortala */
  position: relative;
  overflow: hidden;
  border: 1px solid var(--accent);
  border-radius: 10px;
  background: #0d0d0f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.home-mini-slider .slider-track {
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform 600ms ease
}

.home-mini-slider .slider-item {
  flex: 0 0 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center
}

.home-mini-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.home-mini-slider.slider-empty {
  display: flex;
  align-items: center;
  justify-content: center
}

.home-mini-slider .slider-placeholder {
  color: #bfb8a7;
  font-size: 14px
}

/* Compact varyasyon: 840x300 */
.home-mini-slider.compact {
  width: 840px;
  height: 300px
}

.home-mini-slider.compact .slider-item {
  height: 300px
}

/* Slider arrows */
.home-mini-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #2a2a2d;
  color: #e5dfcf;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  opacity: .7;
  transition: opacity .2s ease, background .2s ease, border-color .2s ease;
}

.home-mini-slider .slider-arrow:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .75);
  border-color: var(--accent)
}

.home-mini-slider .slider-arrow.prev {
  left: 8px
}

.home-mini-slider .slider-arrow.next {
  right: 8px
}

.home-mini-slider:hover .slider-arrow {
  opacity: 1
}

/* Sekmeler */
.tabs {
  display: flex;
  gap: 10px;
  margin: 10px 0 14px 0;
  flex-wrap: wrap
}

/* Başlangıç sekme çubuğunu ortala */
#start-tabs {
  justify-content: center
}

.tab-btn {
  background: #1a1a1d;
  border: 1px solid #3a2e19;
  color: #ddd;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04)
}

.tab-btn:hover {
  background: #232327
}

.tab-btn.active {
  background: var(--accent);
  color: #000;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(212, 169, 78, .35)
}

/* Başlangıç Rehberi özel stil */
.start-grid {
  --panel-bg: #101012
}

.start-grid .content-box {
  background: var(--panel-bg);
  border: 1px solid #2a2a2d;
  border-radius: 12px
}

.start-grid .box-title {
  font-size: 16px;
  letter-spacing: .3px
}

.char-canvas {
  background: radial-gradient(1200px 400px at -10% -20%, rgba(212, 169, 78, .14), transparent 40%), #0c0c0e;
  border: 1px solid #3a2e19;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03), 0 6px 18px rgba(0, 0, 0, .35)
}

.char-canvas img#char-bg {
  user-select: none;
  -webkit-user-drag: none
}

/* Slot görünümü */
.ko-slot {
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #3a2e19;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04)
}

.ko-slot img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06)
}

.ko-slot .count {
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 11px;
  background: rgba(0, 0, 0, .6);
  padding: 0 3px;
  border-radius: 3px
}

/* Ranking (mevcut) */
.ranking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px
}

.events-sidebar {
  background: #131316;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 14px
}

.events-sidebar h4 {
  margin: 0 0 10px 0;
  color: var(--accent)
}

.event-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #2a2a2d
}

.events-all-button {
  display: block;
  margin-top: 10px;
  background: #1a1a1d;
  border: 1px solid #2a2a2d;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center
}

.section-title {
  margin: 24px 0 12px 0
}

.gallery-carousel-section {
  padding: 12px 0;
  border-top: 1px solid #1d1d20
}

.video-section {
  padding: 12px 0;
  border-top: 1px solid #1d1d20
}

.video-thumbnail-wrapper {
  position: relative;
  max-width: 800px
}

/* Krallık ikonları (Karus / El Morad) */
.dropdown-item .icon-kingdom {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: -2px;
  display: inline-block
}

.video-play-button {
  position: absolute;
  inset: auto auto 12px 12px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid #333;
  border-radius: 50px;
  padding: 10px 14px
}

.important-dates-section {
  padding: 16px 0
}

.dates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.date-item {
  border: 1px solid #252528;
  border-radius: 10px;
  padding: 12px;
  background: #131316
}

.date-title {
  margin: 0 0 6px 0;
  color: var(--accent)
}

.news-section {
  padding: 16px 0;
  border-top: 1px solid #1d1d20
}

/* News detail: üst boşluğu azalt, üst bordürü kaldır */
.news-section.news-detail {
  padding-top: 6px;
  border-top: 0
}

/* Panel benzeri: haberleri yatay kayan kartlar şeklinde göster */
.news-cards-wrap {
  position: relative
}

.news-cards {
  --news-card-w: calc((100% - 32px)/3);
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 10px 2px
}

.news-cards::-webkit-scrollbar {
  height: 10px
}

.news-cards::-webkit-scrollbar-track {
  background: transparent
}

.news-cards::-webkit-scrollbar-thumb {
  background: #2a2f37;
  border-radius: 10px
}

.nc-card {
  flex: 0 0 var(--news-card-w);
  display: flex;
  flex-direction: column;
  background: #1e232b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  scroll-snap-align: start
}

.nc-thumb {
  width: 100%;
  min-width: 0;
  height: 170px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 0;
  background: #0f0f11
}

.nc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.nc-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.nc-title {
  margin: 0;
  color: #e9eef5;
  font-size: 18px;
  font-weight: 800
}

.nc-excerpt {
  margin: 0;
  color: #cfd6de;
  font-size: 14px;
  min-height: 38px
}

.nc-readmore {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2c7be5;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none
}

.nc-readmore:hover {
  filter: brightness(.96)
}

/* Carousel arrows */
.news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .45);
  color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .25)
}

.news-nav:hover {
  background: rgba(0, 0, 0, .6)
}

.news-nav.prev {
  left: -6px
}

.news-nav.next {
  right: -6px
}

/* Responsive card width adjustments */
@media (max-width: 1200px) {
  .news-cards {
    --news-card-w: calc((100% - 16px)/2)
  }
}

@media (max-width: 640px) {
  .news-cards {
    --news-card-w: calc(100vw - 48px);
    max-width: 100%
  }

  .news-nav {
    display: none
  }
}

@media (max-width: 768px) {
  .home-mini-slider {
    height: 150px
  }

  .home-mini-slider .slider-item {
    height: 150px
  }
}

/* ===== Shortcuts (panel tarzı) ===== */
.shortcuts {
  display: grid;
  gap: 12px
}

.shortcuts__header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(20, 24, 30, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  border-radius: 12px;
  backdrop-filter: blur(8px)
}

.shortcuts__header img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4))
}

.shortcuts__title {
  margin: 0;
  font-size: 18px;
  color: #e9eef5;
  font-weight: 800;
  letter-spacing: .2px
}

.shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 14px
}

@media (max-width: 1200px) {
  .shortcuts__grid {
    grid-template-columns: repeat(4, minmax(100px, 1fr))
  }
}

@media (max-width: 860px) {
  .shortcuts__grid {
    grid-template-columns: repeat(2, minmax(100px, 1fr))
  }
}

@media (max-width: 480px) {
  .shortcuts__grid {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
    gap: 10px
  }

  .tile {
    min-height: 160px;
    padding: 16px 12px 12px
  }
}

.tile {
  position: relative;
  border-radius: 12px;
  padding: 20px 18px 16px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #eef3f8;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: transform .15s ease, box-shadow .15s ease;
  overflow: hidden
}

.tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45)
}

.tile__icon {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .5));
  z-index: 2
}

.tile__label {
  margin: 0;
  font-weight: 800;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  z-index: 2
}

/* Yıldız efekti */
.tile::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) scale(0.2);
  width: 90px;
  height: 90px;
  background: url('../images/stars.png') center/contain no-repeat;
  opacity: 0;
  z-index: 1;
  transition: transform 350ms ease, opacity 250ms ease;
  pointer-events: none
}

.tile:hover::before {
  transform: translateX(-50%) scale(3.2);
  opacity: .9
}

/* Renkler */
.tile--brown {
  background: linear-gradient(160deg, rgba(105, 75, 54, 0.80) 0%, rgba(184, 79, 11, 0.59) 100%)
}

.tile--green {
  background: linear-gradient(160deg, rgba(7, 43, 31, 0.80) 0%, rgba(11, 184, 117, 1) 100%)
}

.tile--purple {
  background: linear-gradient(160deg, rgba(54, 104, 105, 0.80) 0%, rgba(11, 91, 184, 0.59) 100%)
}

.tile--black {
  background: linear-gradient(135deg, #000000 0%, #000d86 100%)
}

.tile--pink {
  background: linear-gradient(180deg, rgba(161, 71, 105, 0.80) 0%, rgba(78, 50, 113, 1) 100%)
}

.tile--red {
  background: linear-gradient(180deg, rgba(166, 29, 29, 0.80) 0%, rgba(147, 53, 53, 1) 100%)
}

/* News detail framed box */
.news-section .news-article {
  background: #131316;
  border: 1px solid #3a2e19;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
}

.news-section .news-cover {
  margin: 0 auto 10px auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2a2a2d;
  background: #0f0f11;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center
}

.news-section .news-cover img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain
}

.news-section .news-meta {
  color: #b9b3a6;
  margin-bottom: 8px
}

.news-section .news-body {
  color: #e6e3dc;
  line-height: 1.6
}

/* ===== Home Quick Actions (sol üst) ===== */
.home-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px
}

.hqa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  color: #0b1319
}

.hqa-btn--login {
  background: #24c3a0;
  color: #0b1319
}

.hqa-btn--register {
  background: #2c7be5;
  color: #fff
}

.hqa-btn--support {
  background: #2c7be5;
  color: #fff
}

.hqa-btn--support i {
  font-size: 18px
}

.hqa-btn:hover {
  filter: brightness(.96)
}

.hqa-link {
  display: block;
  text-align: center;
  color: #cfd3d8;
  text-decoration: none;
  margin-top: -6px;
  margin-bottom: 4px
}

.hqa-link:hover {
  color: #ffffff
}

.hqa-link--forgot {
  text-align: right
}

/* Giriş yapılmış durumda Hızlı Aksiyonlar */
.home-quick-actions .hqa-auth {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
  color: #e9eef5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  margin-bottom: 10px;
}

.hqa-welcome {
  font-weight: 800;
  margin-bottom: 8px
}

.hqa-balances {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #d7dde6;
  gap: 10px
}

.hqa-balances i {
  margin-right: 6px;
  color: #cfd6de
}

/* Yeni buton renkleri */
.hqa-btn--account {
  background: #6f31ff;
  color: #fff
}

.hqa-btn--logout {
  background: #d14a3a;
  color: #fff
}

.footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #1d1d20;
  background: rgba(10, 10, 12, .6);
  color: #999
}

/* ===== Find Out (Download & Rankings CTA) ===== */
.find_out {
  display: block;
  margin: 0
}

/* Yalnızca find_out bölümü kutunun kenarlarına kadar uzasın (butonlar değil) */
.content-box>.find_out {
  margin-left: -14px;
  margin-right: -14px
}

.content-box>.find_out .top,
.content-box>.find_out .bottom {
  width: 100%
}

.find_out a {
  display: block;
  text-decoration: none
}

.find_out div {
  overflow: hidden;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 26px;
  width: 100%
}

.find_out div::first-line {
  font-size: 20px;
  color: #e6e6e6
}

.find_out .top {
  height: 113px;
  background: linear-gradient(152deg, #374044 0, #191d21 100%);
  display: flex;
  border: 0;
  border-radius: 0
}

.find_out .top>div:first-child {
  margin: 30px 0 0 36px
}

.find_out .top>div:last-child {
  margin: 4px 0 0 6px;
  transition: .1s
}

.find_out .top:hover>div:first-child::first-line {
  color: #fff
}

.find_out .top:hover>div:last-child {
  margin: -6px 0 0 6px;
  transition: .2s
}

.find_out .bottom {
  height: 113px;
  background: linear-gradient(152deg, #443b37 0, #2c231f 100%);
  display: flex;
  border: 0;
  border-radius: 0;
  margin-top: 0
}

.find_out .bottom>div:first-child {
  margin: -24px 0 0 7px;
  transition: .1s
}

.find_out .bottom:hover>div:first-child {
  margin: -34px 0 0 7px;
  transition: .2s
}

.find_out .bottom:hover>div:last-child::first-line {
  color: #fff
}

.find_out .bottom>div:last-child {
  margin: 29px 0 0 14px
}

.find_out .concept-image {
  display: none
}

/* Rankings UI (Genel görünüm) */
.rankings-section .section-title,
.content-title.title-hero {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .6px;
  color: #e5dfcf;
  text-transform: uppercase;
}

/* ===== Sidebar Banner Stack ===== */
.sidebar-banner-stack {
  display: block;
  margin-top: 12px
}

.sidebar-banner-stack .sbs-item {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0
}

.sidebar-banner-stack .sbs-item img {
  display: block;
  width: calc(100% + 28px);
  height: auto;
  border-radius: 0;
  margin: 0;
  transform: translateX(-14px)
}

/* Aralarda boşluk olmasın */
.sidebar-banner-stack .sbs-item+.sbs-item {
  margin-top: 0
}

.sidebar-banner-stack .sbs-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center
}

.sidebar-banner-stack .sbs-time {
  display: inline-block;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: .3px
}

/* ===== Login Modal (Giriş Yap) Tema ===== */
#loginModal .modal-content {
  background: linear-gradient(180deg, rgba(24, 28, 34, .92), rgba(20, 24, 30, .92));
  border: 1px solid #2a2f37;
  color: #e6eaf0;
  border-radius: 12px;
}

#loginModal .modal-header {
  border-bottom: 1px solid #2a2f37;
  background: linear-gradient(180deg, rgba(40, 46, 56, .35), rgba(40, 46, 56, 0));
}

#loginModal .modal-title {
  font-weight: 800;
  color: #e9eef5
}

#loginModal .form-label {
  color: #cfd6de;
  font-weight: 700
}

#loginModal .form-control {
  background: #1a1d24;
  border: 1px solid #2a2f37;
  color: #e6eaf0;
  border-radius: 10px;
}

#loginModal .form-control::placeholder {
  color: #7f8a99
}

#loginModal .form-control:focus {
  background: #1a1d24;
  border-color: #3b4760;
  box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.15);
  color: #e6eaf0;
}

#loginModal .modal-body .text-end {
  text-align: center !important;
}

#loginModal .modal-body .link-warning {
  color: #cfd6de !important;
  text-decoration: none;
}

#loginModal .modal-body .link-warning:hover {
  color: #ffffff !important;
}

#loginModal .btn {
  background: #2c7be5 !important;
  color: #ffffff !important;
  border: 0 !important;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 8px;
}

/* ===== Forgot Modal (Şifremi Unuttum) Tema — Login ile aynı ===== */
#forgotModal .modal-content {
  background: linear-gradient(180deg, rgba(24, 28, 34, .92), rgba(20, 24, 30, .92)) !important;
  border: 1px solid #2a2f37 !important;
  color: #e6eaf0 !important;
  border-radius: 12px !important;
}

#forgotModal .modal-header {
  border-bottom: 1px solid #2a2f37 !important;
  background: linear-gradient(180deg, rgba(40, 46, 56, .35), rgba(40, 46, 56, 0)) !important;
}

#forgotModal .modal-title {
  font-weight: 800;
  color: #e9eef5
}

#forgotModal .form-label {
  color: #cfd6de;
  font-weight: 700
}

#forgotModal .form-control {
  background: #1a1d24;
  border: 1px solid #2a2f37;
  color: #e6eaf0;
  border-radius: 10px;
}

#forgotModal .form-control::placeholder {
  color: #7f8a99
}

#forgotModal .form-control:focus {
  background: #1a1d24;
  border-color: #3b4760;
  box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.15);
  color: #e6eaf0;
}

#forgotModal .modal-body .text-end {
  text-align: center !important;
}

#forgotModal .modal-body .link-warning {
  color: #cfd6de !important;
  text-decoration: none;
}

#forgotModal .modal-body .link-warning:hover {
  color: #ffffff !important;
}

/* Shared primary button (Login palette) */
.ko-btn-main {
  background: #2c7be5 !important;
  color: #ffffff !important;
  border: 0 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border-radius: 8px !important;
}

.ko-btn-main:hover {
  filter: brightness(.96);
}

/* ===== Register Modal (Kayıt Ol) Tema — Login ile aynı ===== */
#registerModal .modal-content {
  background: linear-gradient(180deg, rgba(24, 28, 34, .92), rgba(20, 24, 30, .92)) !important;
  border: 1px solid #2a2f37 !important;
  color: #e6eaf0 !important;
  border-radius: 12px !important;
}

#registerModal .modal-header {
  border-bottom: 1px solid #2a2f37 !important;
  background: linear-gradient(180deg, rgba(40, 46, 56, .35), rgba(40, 46, 56, 0)) !important;
}

#registerModal .modal-title {
  font-weight: 800;
  color: #e9eef5
}

#registerModal .form-label {
  color: #cfd6de;
  font-weight: 700
}

#registerModal .form-control {
  background: #1a1d24;
  border: 1px solid #2a2f37;
  color: #e6eaf0;
  border-radius: 10px;
}

#registerModal .form-control::placeholder {
  color: #7f8a99
}

#registerModal .form-control:focus {
  background: #1a1d24;
  border-color: #3b4760;
  box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.15);
  color: #e6eaf0;
}

#registerModal .btn {
  background: #2c7be5 !important;
  color: #ffffff !important;
  border: 0 !important;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 8px;
}

/* ===== Auth Pages (/auth/login, /auth/register) ===== */
.auth-card {
  background: linear-gradient(180deg, rgba(24, 28, 34, .92), rgba(20, 24, 30, .92));
  border: 1px solid #2a2f37;
  border-radius: 12px;
  color: #e6eaf0;
}

.auth-title {
  font-weight: 800;
  color: #e9eef5
}

.auth-link {
  color: #cfd6de !important;
  text-decoration: none
}

.auth-link:hover {
  color: #fff !important
}

.auth-page .form-label {
  color: #cfd6de;
  font-weight: 700
}

.auth-page .form-control {
  background: #1a1d24;
  border: 1px solid #2a2f37;
  color: #e6eaf0;
  border-radius: 10px
}

.auth-page .form-control::placeholder {
  color: #7f8a99
}

.auth-page .form-control:focus {
  background: #1a1d24;
  border-color: #3b4760;
  box-shadow: 0 0 0 0.2rem rgba(44, 123, 229, 0.15);
  color: #e6eaf0
}

.auth-submit {
  background: #2c7be5 !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 8px
}

/* ===== Store (Power Up Store) — cam efektli koyu tema ===== */
/* Sayfa dış çerçevesi: diğer sayfalardaki cam kutu ile aynı görünüm */
body.page-store .content-shell .content-wrap {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
}

.store-page .store-search .input-group {
  background: rgba(26, 32, 41, .75);
  border: 1px solid #3a4656;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 6px 14px rgba(0, 0, 0, .35)
}

.store-page .store-search .form-control {
  background: transparent;
  border: 0;
  color: #d6dde7;
  border-radius: 14px;
}

.store-page .store-search .form-control::placeholder {
  color: #8e9aab
}

.store-page .store-search .form-control:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #e6eaf0;
}

.store-card {
  background: linear-gradient(180deg, rgba(39, 49, 61, .92), rgba(34, 44, 55, .92));
  border: 1px solid #3a4656;
  color: #cfd6de;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
}

.store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, 0.03)
}

.store-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: #0f0f11;
  border: 1px solid #2b3947;
}

.store-price-badge {
  background: #202a35 !important;
  color: #e6eaf0;
  border: 1px solid #3a4656;
  min-width: 66px;
  text-align: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
}

.store-desc {
  flex: 1 1 auto;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

/* Store tabs accent (same as site tabs) */
.store-page #store-tabs .tab-btn {
  background: rgba(34, 44, 55, .8);
  border-color: #3a4656;
  color: #d6dde7
}

.store-page #store-tabs .tab-btn:hover {
  background: #232327
}

.store-page #store-tabs .tab-btn.active {
  background: #2e3a49;
  color: #ffffff;
  font-weight: 800;
  border-color: #4b5b70;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03)
}

/* Search button harmonize */
.store-page .store-search .input-group .btn {
  border-color: #3a4656;
  color: #d6dde7;
  background: #253140
}

.store-page .store-search .input-group .btn:hover {
  filter: brightness(.96);
  border-color: #4b5b70;
  color: #ffffff
}

/* Card title color stronger */
.store-card .fw-bold {
  color: #e9eef5
}

.page-store .content-title {
  font-weight: 600 !important;
  text-shadow: none !important
}

.page-store .store-card .fw-bold {
  font-weight: 400 !important;
  text-shadow: none !important
}

.page-store .store-card .text-muted {
  font-weight: 400 !important;
  text-shadow: none !important
}

.page-store .store-price-badge {
  font-weight: 600 !important
}

.store-card .text-muted {
  color: #aeb8c4 !important
}

.store-card .text-muted.small {
  color: #aeb8c4 !important
}

.store-card .small.text-muted {
  color: #aeb8c4 !important
}

.store-card .store-desc {
  color: #b9c6d6 !important
}

/* Compact layout tweaks */
.store-card .card-body {
  padding: 10px 12px
}

.store-card .d-flex.gap-2 {
  gap: 8px !important
}

.store-card .mb-2 {
  margin-bottom: 6px !important
}

.store-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px
}

.store-card .fw-bold {
  font-size: 15px;
  line-height: 1.1
}

.store-card .text-muted.small {
  font-size: 12px
}

.store-price-badge {
  padding: 4px 10px;
  border-radius: 999px;
  min-width: 54px;
  font-size: 12px
}

.store-desc {
  min-height: 56px
}

.store-card .mt-3 {
  margin-top: 10px !important
}

/* İçerik kutusu içindeki tabloya çerçeve ve yuvarlatma */
.content-box .table-responsive {
  border: 1px solid #3a2e19;
  border-radius: 10px;
  overflow: hidden;
  background: #0e0d0c;
}

/* About page tabs: dark + gold theme */
#aboutTabs.nav.nav-tabs {
  border-bottom: 1px solid #2a2a2d;
}

#aboutTabs .nav-link {
  color: #cfc7b4;
  background: #141416;
  border: 1px solid #2a2a2d;
  border-bottom-color: #2a2a2d;
  margin-right: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 14px;
}

#aboutTabs .nav-link:hover {
  color: #fff;
  border-color: #3a2e19;
  background: #1a1a1d;
}

#aboutTabs .nav-link.active {
  color: #000;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-color: #d4a94e #d4a94e transparent #d4a94e;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(212, 169, 78, .25), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

#aboutTabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}

/* Fragment Origins list scrollbar theming */
#frag-origin-list {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: var(--accent) #141416;
  /* thumb, track */
}

#frag-origin-list::-webkit-scrollbar {
  width: 10px;
}

#frag-origin-list::-webkit-scrollbar-track {
  background: #141416;
  border: 1px solid #2a2a2d;
  border-radius: 10px;
}

#frag-origin-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent), var(--accent2));
  border-radius: 10px;
  border: 1px solid #3a2e19;
}

#frag-origin-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #e6b85a, var(--accent2));
}

/* Tablo başlığı ve gövdesi kontrastı */
.ranking-table thead th {
  background: #0a0a0a !important;
  color: #e6dfcf;
  font-weight: 800;
  border-bottom: 1px solid #2e2b25;
}

.ranking-table tbody td {
  border-bottom: 1px solid #1f1c18
}

.rk-dtk tbody tr:nth-child(odd) {
  background: #141212
}

.rk-dtk tbody tr:nth-child(even) {
  background: #111010
}

.rk-dtk tbody tr:hover {
  background: #1a1713
}

/* Sidebar kutuları */
.rk-side .rk-box {
  background: #121111;
  border: 1px solid #3a2e19;
  border-radius: 10px;
  padding: 12px;
}

.rk-side .rk-box+.rk-box {
  margin-top: 12px
}

.rk-box-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a2a2d;
}

.rk-search {
  background: #0e0d0c;
  border-color: #3a2e19;
  color: #ddd
}

.rk-search::placeholder {
  color: #7f7766
}

/* Sidebar menü */
.rk-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.rk-menu>li {
  font-weight: 800;
  margin: 6px 0;
  color: #d7cfbf
}

.rk-menu>li+li {
  border-top: 1px solid #2a2a2d;
  padding-top: 8px
}

.rk-menu>li ul {
  list-style: none;
  margin: 6px 0 0 12px;
  padding: 0
}

.rk-menu a {
  color: #cfc7b4
}

.rk-menu a:hover {
  color: #ffe0a6
}

.rk-menu .active>a,
.rk-menu a[aria-current="page"] {
  color: #ffe0a6;
  font-weight: 900
}

/* Upgrade grid (KO teması) */
.ug-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px
}

.ug-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #3a2e19;
  border-radius: 10px;
  background: #141416;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  cursor: pointer;
  transition: box-shadow .15s ease, border-color .15s ease
}

.ug-item:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .05)
}

.ug-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06)
}

.ug-item .ug-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #e6dfcf
}

@media(max-width: 991.98px) {
  .ug-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media(max-width: 575.98px) {
  .ug-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

/* KO tarzı modal */
.kp-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100
}

.kp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6)
}

.kp-modal__dialog {
  position: relative;
  width: 720px;
  max-width: 95vw;
  max-height: 90vh;
  overflow: auto;
  background: #000;
  border: 1px solid var(--accent);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .65), inset 0 0 0 1px rgba(255, 255, 255, .04);
  color: #fff
}

.kp-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #2a2a2d
}

.kp-modal__title {
  font-weight: 800;
  color: #e5dfcf
}

.kp-modal__close {
  background: #1a1a1d;
  border: 1px solid #333;
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px
}

.kp-modal__body {
  padding: 12px 14px
}

.kp-modal__footer {
  padding: 12px 14px;
  border-top: 1px solid #2a2a2d;
  display: flex;
  justify-content: flex-end
}

.kp-modal .ugm-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px
}

.kp-modal .ugm-head img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08)
}

.kp-modal .ugm-head .name {
  font-weight: 800;
  color: #ffd24a
}

/* Modal içindeki tablo koyu tema */
.kp-modal__body {
  background: #000
}

.kp-modal .table {
  color: #e8e8e8;
  background: transparent
}

.kp-modal .table thead th {
  color: #d7d1bf;
  border-color: #333;
  background: #0a0a0a !important
}

.kp-modal .table tbody td {
  color: #f0f0f0;
  border-color: #333;
  background: #000 !important
}

.kp-modal .table tbody tr {
  background: #000 !important
}

.kp-modal .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
  background: #000 !important
}

.kp-modal .table-hover>tbody>tr:hover {
  --bs-table-accent-bg: transparent;
  background: #0a0a0a !important
}

/* Responsive */
@media (max-width:980px) {
  .desktop-only {
    display: none
  }

  .mobile-only {
    display: flex
  }

  /* Hamburger butonu */
  .mobile-menu-toggle {
    display: block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
  }

  .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
  }

  /* Mobil menü wrapper - soldan açılır */
  #nav-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #1f232a;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding-top: 70px;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.5);
  }

  /* Menü açık durumu */
  #nav-menu-wrapper.open {
    left: 0;
  }

  /* Overlay (arka plan karartma) */
  #nav-menu-wrapper::after {
    content: '';
    position: fixed;
    top: 0;
    left: 280px;
    width: calc(100vw - 280px);
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  #nav-menu-wrapper.open::after {
    opacity: 1;
    pointer-events: auto;
  }

  /* Mobil menü içeriği */
  .nav-menu.mobile-only {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }

  /* Menü öğeleri */
  .nav-menu.mobile-only .nav-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-menu.mobile-only .nav-menu-link {
    display: block;
    padding: 15px 10px;
    color: #e6eaf0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 6px;
  }

  .nav-menu.mobile-only .nav-menu-link::before,
  .nav-menu.mobile-only .nav-menu-link::after {
    display: none;
  }

  .nav-menu.mobile-only .nav-menu-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-menu.mobile-only .nav-menu-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid #fff;
    padding-left: 12px;
  }

  /* Alt menüler (dropdown) */
  .nav-menu.mobile-only .dropdown-menu {
    position: static;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding: 8px 0;
    margin: 8px 0 8px 10px;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
  }

  .nav-menu.mobile-only .has-dropdown.open .dropdown-menu {
    display: block;
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu.mobile-only .dropdown-column {
    width: 100%;
  }

  .nav-menu.mobile-only .dropdown-item {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    color: #cfd6de;
    transition: all 0.2s ease;
    border-radius: 4px;
  }

  .nav-menu.mobile-only .dropdown-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding-left: 24px;
  }

  /* Dropdown ok işareti */
  .nav-menu.mobile-only .has-dropdown>.nav-menu-link {
    position: relative;
  }

  .nav-menu.mobile-only .has-dropdown>.nav-menu-link::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .nav-menu.mobile-only .has-dropdown.open>.nav-menu-link::after {
    transform: translateY(-50%) rotate(180deg);
  }

  /* Mobilde Discord widget'ını gizle */
  .discord-card {
    display: none !important;
  }

  .promo-container {
    grid-template-columns: 1fr
  }

  .promo-banners {
    grid-template-columns: 1fr
  }

  .dates-grid {
    grid-template-columns: 1fr
  }

  .news-grid {
    grid-template-columns: 1fr
  }

  .content-body {
    grid-template-columns: 1fr
  }

  .content-body.split-70-30 {
    grid-template-columns: 1fr
  }
}

@media (min-width:981px) {
  .mobile-only {
    display: none
  }

  /* Sadece masaüstünde: promosyon grid'i sağdaki etkinlik kutusunun yüksekliğine eşitlensin */
  .promo-container {
    align-items: stretch
  }

  /* Kart genişliği ve yüksekliği 300x300 — tek sırada 4 kart */
  .promo-banners {
    grid-template-columns: repeat(4, 300px);
    gap: 12px;
    justify-content: center;
    height: auto
  }

  .promo-banner-item {
    position: relative;
    display: block;
    width: 300px;
    height: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--accent)
  }

  .promo-banner-item:hover {
    border-color: var(--accent2)
  }

  /* Görsel kartı tamamen doldursun: */
  .promo-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  /* Etkinlik takvimi yüksekliğini kısalt ve taşmayı kaydır */
  .events-sidebar {
    max-height: clamp(240px, 36vh, 300px);
    overflow: auto;
    border: 1px solid var(--accent)
  }
}

/* Server Status */
.server-status {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(14, 14, 16, .6);
  border: 1px solid #3a2e19;
  border-radius: 10px;
  padding: 12px
}

.server-status .ss-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #2a2a2d;
  padding-bottom: 8px
}

.server-status .ss-name {
  font-weight: 800;
  color: #e5dfcf
}

.server-status .ss-badge {
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px
}

.server-status .ss-badge.online {
  background: #1c3e1f;
  color: #b6ff8a;
  border: 1px solid #2e7d32
}

.server-status .ss-badge.offline {
  background: #3e1c1c;
  color: #ffb6b6;
  border: 1px solid #7d2e2e
}

.server-status .ss-metrics {
  display: flex;
  gap: 10px
}

.server-status .ss-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111214;
  border: 1px solid #2a2a2d;
  border-radius: 8px;
  padding: 8px
}

.server-status .ss-label {
  color: #bfb8a7
}

.server-status .ss-value {
  color: #fff;
  font-weight: 600
}

.server-status .ss-factions {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.server-status .ss-faction-bar {
  position: relative;
  display: flex;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #2a2a2d;
  background: #0e0e10
}

.server-status .ss-human {
  background: linear-gradient(90deg, #4a86ff, #6ab7ff)
}

.server-status .ss-karus {
  background: linear-gradient(90deg, #ff6a6a, #ffa16a)
}

.server-status .ss-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cfcfcf;
  font-size: 12px
}

.server-status .legend.human {
  color: #9ecbff
}

.server-status .legend.karus {
  color: #ffccaa
}

/* ===== Top 3 (En iyi oyuncular) ===== */
.top3-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 12px
}

.top3-header {
  display: none
}

.top3-title {
  margin: 0;
  color: #e5dfcf;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase
}

.top3-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px
}

.top3-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 130px;
  border: 1px solid rgba(212, 169, 78, .60);
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 8px 20px rgba(0, 0, 0, .45)
}

.top3-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/public/assets/images/top3/honor_bg.jpg') center/cover no-repeat;
  opacity: 1
}

.top3-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  width: 100%
}

.top3-medal {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6))
}

.t3-rank-1 .top3-medal {
  background-image: url('/public/assets/images/top3/honor_1.png')
}

.t3-rank-2 .top3-medal {
  background-image: url('/public/assets/images/top3/honor_2.png')
}

.t3-rank-3 .top3-medal {
  background-image: url('/public/assets/images/top3/honor_3.png')
}

.top3-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.top3-info .nick,
.top3-info .stat {
  font-family: var(--ui-font);
  font-weight: 400;
  font-size: 13px;
  color: #cfc7b4;
}

@media (min-width: 992px) {
  .top3-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

/* ===== Download Page (dl-hero) ===== */
/* ===== Toplists (Users & Clans under Top3) ===== */
.toplist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px
}

/* Mobilde her zaman tek sütun */
@media(min-width: 981px) {
  .toplist-grid {
    grid-template-columns: 1fr 1fr
  }
}

.toplist {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0
}

.toplist .toplist-title {
  display: none
}

/* Artık shortcuts__header kullanılıyor */

.tli {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #0f1013;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 6px 8px
}

.tli+.tli {
  margin-top: 8px
}

.tli-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.tli-rank {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #1a1c21;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .08)
}

.tli-icons {
  display: flex;
  align-items: center;
  gap: 6px
}

.tli-icons .rk-ico {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block
}

.tli-icons .rk-tier {
  width: 18px;
  height: 18px
}

.tli-icons .nation,
.tli-icons .class {
  transform: scale(1.1)
}

.tli-body {
  display: flex;
  flex-direction: column;
  min-width: 0
}

.tli-name {
  font-weight: 400;
  color: #e9eef5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tli-meta {
  font-size: 11px;
  color: #aeb4bd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tli-right {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffd24a;
  font-weight: 400
}

.tli-right i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('/public/assets/images/podium.png') center/contain no-repeat;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .5))
}

.tli-score {
  color: #ffd24a
}

.toplist.compact .tli {
  padding: 5px 8px;
  border-radius: 8px
}

.tli-name,
.tli-name .rk-name,
.tli-meta,
.tli-score {
  text-shadow: none !important;
}

/* Ensure username link never inherits a shadow */
.tli-name .rk-name {
  text-shadow: none !important;
}

.dl-hero {
  position: relative;
  padding: 10px 0
}

.dl-hero::before,
.dl-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  background: linear-gradient(180deg, rgba(176, 98, 255, .25), rgba(176, 98, 255, 0));
  filter: blur(30px);
  opacity: .5;
  pointer-events: none
}

.dl-hero::before {
  left: -60px
}

.dl-hero::after {
  right: -60px
}

.glass {
  background: rgba(20, 20, 24, .55);
  backdrop-filter: saturate(140%) blur(10px);
  border: 1px solid rgba(212, 169, 78, .35);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 10px 24px rgba(0, 0, 0, .35);
  padding: 18px
}

.dl-card {
  background: transparent;
  border: 1px solid #2a2a2d;
  border-radius: 12px;
  padding: 16px;
  height: 100%
}

.dl-title {
  margin: 0 0 10px 0;
  color: #e5dfcf;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase
}

.dl-sub {
  color: #d4a94e;
  font-weight: 800
}

.dl-card ul {
  margin: 6px 0 0 18px;
  color: #e6e3dc
}

.dl-option {
  background: rgba(16, 16, 20, .6);
  border: 1px solid #2a2a2d;
  border-radius: 12px;
  padding: 14px
}

.dl-opt-title {
  color: #e9e9eb;
  font-weight: 800;
  margin: 0 0 4px 0
}

.dl-opt-desc {
  color: #cfcfcf;
  margin: 0 0 10px 0
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d4a94e;
  color: #000;
  border: 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .35)
}

.dl-btn:hover {
  background: #c89a42
}

.dl-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .12);
  color: #000
}

/* ===== Global text-shadow reset ===== */
body,
body * {
  text-shadow: none !important;
}

.dl-opt-title {
  color: #e9e9eb;
  font-weight: 800;
  margin: 0 0 4px 0
}

.dl-opt-desc {
  color: #cfcfcf;
  margin: 0 0 10px 0
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d4a94e;
  color: #000;
  border: 0;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .35)
}

.dl-btn:hover {
  background: #c89a42
}

.dl-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .12);
  color: #000
}

/* ===== Global font-weight normalization (remove bold site-wide) ===== */
h1,
h2,
h3,
h4,
h5,
h6,
.content-title,
.hr-head,
.nav-menu-link,
.navbar .auth-button,
.shortcuts__title,
.tile__label,
.nc-title,
.rk-box-title,
.dl-title,
.dl-sub,
.dl-btn,
.server-status .ss-name,
.server-status .ss-badge,
.kp-modal .ugm-head .name,
.hqa-btn,
.auth-button,
.panel-v2 .panel-title,
.rk-menu>li,
.btn,
.fw-bold,
strong,
b {
  font-weight: 400 !important;
}