/* ==========================================================
   ALIEN2 1-105 PANEL PREMIUM SKIN
   Ekstra görsel yok; mevcut paneli ışık, derinlik ve netlikle güçlendirir.
   ========================================================== */
:root {
  --premium-gold: #f3d18a;
  --premium-dark: rgba(12, 7, 4, .82);
}

html { scroll-behavior: smooth; }
body { background-color: #080503; }

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 18%, rgba(243, 209, 138, .16), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, .62), transparent 30%, transparent 70%, rgba(0, 0, 0, .62));
  mix-blend-mode: screen;
}

body::after {
  z-index: 9999;
  box-shadow: inset 0 0 115px rgba(0, 0, 0, .88), inset 0 0 24px rgba(243, 209, 138, .10);
}

header,
main,
footer,
.wrapper,
.languagepicker {
  position: relative;
}

header,
main,
footer,
.languagepicker {
  z-index: 2;
}

nav {
  background: linear-gradient(180deg, rgba(15, 10, 7, .92), rgba(9, 6, 4, .78));
  border-bottom: 1px solid rgba(243, 209, 138, .28);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .45);
  backdrop-filter: blur(6px);
}

nav a {
  transition: color .22s ease, text-shadow .22s ease, transform .22s ease;
}

nav a:hover {
  color: #ffe6aa !important;
  text-shadow: 0 0 14px rgba(243, 209, 138, .58);
  transform: translateY(-1px);
}

.nav-logo,
.header--logo img {
  filter: drop-shadow(0 0 18px rgba(243, 209, 138, .28)) drop-shadow(0 20px 34px rgba(0, 0, 0, .72));
}

nav .nav-logo {
  background-image: url("../images/alien2_logo_web.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 148px !important;
  height: 86px !important;
}

.header--logo img {
  max-width: min(520px, 86vw);
  height: auto;
}

.header--background {
  position: relative;
  overflow: hidden;
}

.header--background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 42%, rgba(243, 209, 138, .18), transparent 20%),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .36) 72%, rgba(0, 0, 0, .82));
  pointer-events: none;
}

.header--content {
  position: relative;
  z-index: 1;
}

.header--register {
  background: linear-gradient(180deg, rgba(42, 24, 12, .94), rgba(13, 8, 5, .96)) !important;
  border: 1px solid rgba(243, 209, 138, .36) !important;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, .55),
    0 0 22px rgba(243, 209, 138, .12),
    inset 0 0 18px rgba(243, 209, 138, .08);
  color: #fff1c9 !important;
  text-shadow: 0 0 12px rgba(243, 209, 138, .35);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.header--register:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 231, 170, .62) !important;
  box-shadow:
    0 26px 58px rgba(0, 0, 0, .62),
    0 0 34px rgba(243, 209, 138, .24),
    inset 0 0 24px rgba(243, 209, 138, .12);
}

.header--statistics > div {
  background: rgba(12, 7, 4, .42);
  border: 1px solid rgba(243, 209, 138, .18);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .36), inset 0 0 18px rgba(243, 209, 138, .05);
  backdrop-filter: blur(4px);
}

.header--statistics span:first-child {
  color: #ffd782 !important;
  text-shadow: 0 0 14px rgba(243, 209, 138, .36);
}

.titled-section--title span {
  color: #ffe0a1;
  text-shadow: 0 0 18px rgba(243, 209, 138, .28), 0 8px 20px rgba(0, 0, 0, .8);
  letter-spacing: 1.4px;
}

.news,
.rankings .wrapper,
.download,
.register,
.content,
.page-content,
.login,
.form,
.box,
.ranking,
table {
  border-color: rgba(243, 209, 138, .18) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 0 28px rgba(243, 209, 138, .045);
}

input,
select,
textarea {
  background-color: rgba(10, 7, 5, .74) !important;
  border-color: rgba(243, 209, 138, .20) !important;
  color: #f4dfba !important;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .35);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 225, 158, .58) !important;
  box-shadow: 0 0 0 2px rgba(243, 209, 138, .10), inset 0 0 14px rgba(0, 0, 0, .35);
  outline: none;
}

a,
button,
input[type="submit"] {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, color .22s ease;
}

button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

@media (max-width: 900px) {
  body::after { box-shadow: inset 0 0 60px rgba(0, 0, 0, .86); }
  nav { backdrop-filter: none; }
  .header--statistics > div { border-radius: 14px; }
}

/* ==========================================================
   ALIEN2 HD HOMEPAGE BACKGROUND
   Ana sayfanın boş karanlık hissini kaldıran hafif HD sahne.
   ========================================================== */
body {
  background-color: #080302 !important;
  background-image:
    linear-gradient(180deg, rgba(4, 2, 1, .72), rgba(4, 2, 1, .90)),
    url("../images/alien2_dark_bg.jpg") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center top !important;
}

.header--background {
  min-height: 760px !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .08) 42%, rgba(4, 2, 1, .82) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 205, 120, .10), transparent 25%),
    url("../images/alien2_home_bg.jpg") center top / cover no-repeat !important;
}

.header--background::before {
  background:
    radial-gradient(circle at 70% 25%, rgba(255, 60, 24, .18), transparent 24%),
    radial-gradient(circle at 24% 34%, rgba(255, 158, 72, .12), transparent 25%),
    linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 28%, transparent 72%, rgba(0, 0, 0, .52)),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .30) 70%, rgba(0, 0, 0, .82)) !important;
}

.header--background::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #070302 82%);
}

.header--content {
  padding-top: 58px;
}

.header--logo {
  height: 250px !important;
  margin-bottom: 18px;
}

.header--logo img {
  transform: translateY(-12px);
}

.header--register {
  background:
    linear-gradient(180deg, rgba(70, 31, 12, .76), rgba(13, 6, 3, .90)),
    radial-gradient(circle at 50% 0%, rgba(255, 84, 33, .16), transparent 62%) !important;
  border-color: rgba(255, 183, 93, .48) !important;
}

.header--statistics > div {
  background:
    linear-gradient(180deg, rgba(18, 10, 5, .62), rgba(5, 3, 2, .76)),
    radial-gradient(circle at 50% 0%, rgba(255, 92, 35, .14), transparent 62%) !important;
  border-color: rgba(243, 209, 138, .30) !important;
}

.titled-section {
  background:
    linear-gradient(180deg, rgba(7, 3, 2, .92), rgba(7, 3, 2, .72)),
    url("../images/alien2_dark_bg.jpg") center top / cover no-repeat !important;
}

.rankings--background {
  opacity: .34;
  filter: saturate(1.08) contrast(1.08);
}

@media (max-width: 900px) {
  .header--background {
    min-height: 680px !important;
    background-position: 58% top !important;
  }

  .header--logo {
    height: 190px !important;
  }

  .header--logo img {
    max-width: 92vw;
    transform: translateY(0);
  }
}
