@import url('https://cdn.jsdelivr.net/npm/typeface-minecraft@1.0.0/index.min.css');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #110d03;
  font-family: "Rubik", sans-serif;
  text-rendering: optimizeLegibility;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.navbar {
  background: #15181d8f;
  border-bottom: 2px solid rgb(255, 157, 0);
  backdrop-filter: blur(16px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 14px 36px;
  display: flex;
  align-items: center;
  gap: 36px;
  box-shadow: 0 18px 40px rgba(0,0,0,.8);
  width: 100%;
  justify-content: space-between;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.nav-active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #ffc727;
  letter-spacing: .12em;
  text-transform: uppercase;
  pointer-events: none;
}
.logo {
  font-weight: 900;
  font-size: 22px;
  color: #ffc727;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.logo span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .25em;
  color: #fff;
  margin-top: -3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.nav-btn:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.2);
}
.nav-select {
  position: relative;
}

.nav-lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 170px;
  background: rgba(21,24,29,0.98);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(16px);
}
.nav-lang-menu.open {
  display: block;
}
.nav-lang-item {
  width: 100%;
  border: none;
  background: transparent;
  color: #e0e0e0;
  text-align: left;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.nav-lang-item:hover,
.nav-lang-item.active {
  background: rgba(255,255,255,0.08);
  color: #ffbb00;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #e0e0e0;
  transition: color .2s ease;
  white-space: nowrap;
  position: relative;
}
.nav-link:hover,
.nav-link.active {
  color: #ffbb00;
}
.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease-out;
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.store-customclass {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  background-color: #ffbb00;
  border-radius: 3px;
  border-bottom: 5px solid #9d7a19;
  margin-left: 12px;
  margin-right: 2px;
  padding: 6px 14px;
  color: #101216;
  will-change: transform, box-shadow;
}
.store-customclass:hover {
  color: #101216;
  background-color: #ffbf00;
  border-bottom: 5px solid #7a5f15;
  box-shadow: 0 8px 20px rgba(25, 22, 12, 0.762);
}

.store-btn {
  background: radial-gradient(circle at center, #ffc400, #916b00);
  border-radius: 10px;
  padding: 10px 26px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #14171c;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0,0,0,.8);
  transition: all 0.3s ease;
  will-change: transform, box-shadow, background;
  border-bottom: 4px solid #714b00;
}
.store-btn:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,.9);
  text-shadow: 10px 10px 10px #ffc527;
}

/*HERO*/
.hero-content {
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  overflow: hidden;
  background: linear-gradient(#000000ca, #110d03), url('../img/hero-bg.png') center center / cover no-repeat;
}
.hero-float {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
}
.hero-img {
  width: 300px;
  height: 300px;
  animation: float 6s ease-in-out infinite;
  margin-top: 50px;
  flex-shrink: 0;
}
.discord-btn, .play-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex: 1;
  transition: transform 0.3s ease-in-out;
}
.play-btn {
  justify-content: flex-end;
  text-align: right;
}
.discord-btn {
  justify-content: flex-start;
  text-align: left;
}
.btn-text-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.btn-title {
  font-family: "Rubik", sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
.play-btn:hover, .discord-btn:hover {
  transform: scale(1.05);
}
.btn-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b5b5b5;
  white-space: nowrap;
  transition: transform 0.3s ease-in-out;
}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* FEATURED ITEM */
.items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
  justify-content: center;
  background: #110d03;
  height: 100%;
}
.featureditem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffbf00;
  border: 6px solid #7c5f00;
  border-bottom: 12px solid #7c5f00;
  border-radius: 16px;
  padding: 30px 40px;
  max-width: 1200px;
  width: 100%;
  gap: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.featureditem:hover {
  box-shadow: 0px 15px 25px #ffbb003d;
}
.featured-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.featured-banner-title {
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 4px 3px 0px rgba(98, 91, 0, 0.5);
}
.featured-description {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  max-width: 320px;
}
.featured-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.featured-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.featureditem:hover .featured-img {
  transform: scale(1.05) rotate(5deg);
}
.featured-product-name {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}
.featured-price {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 4px;
}
.featured-countdown-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.countdown-label {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.countdown-grid {
  display: flex;
  gap: 10px;
}
.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  width: 65px;
  height: 65px;
}
.countdown-number {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}
.countdown-time-unit {
  font-family: "Rubik", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -2px;
}
.striked {
  text-decoration: line-through;
  color: #ffffff97;
}
.sale-price {
  color: #ffffff;
  text-shadow: 4px 3px 0px #6a4e0088;
  font-size: 24px;
  font-weight: 900;
  margin-left: 8px;
}
.featured-gamemode {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 4px 3px 0px rgba(124, 91, 0, 0.746);
}

/* CATEGORIES */
.wrapper {
  background: #110d03;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 40px 20px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 4px solid #6c521b;
  border-radius: 6px;
  padding: 30px 40px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 191, 0, 0.06) 35%, transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(255, 191, 0, 0.04) 25%, transparent 25%),
    #241a08;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, filter 0.3s ease;
}
.category-item:hover {
  border-color: #ffbf00;
  box-shadow: 0 0 25px #7f5f00a9;
  filter: brightness(1.3);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 191, 0, 0.06) 35%, transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(255, 191, 0, 0.04) 25%, transparent 25%),
    #714800a9;
}
.category-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-title {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}
.category-item:hover .category-title {
  color: #ffbf00;
}
.category-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #7a705a;
}
.category-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  -webkit-user-drag: none;
  user-drag: none;
}
.category-item:hover .category-img {
  transform: scale(1.08) rotate(3deg);
}

/* FOOTER */
.site-footer {
  background: #090909;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 48px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f2f2f2;
}
.footer-wrap {
  width: 100%;
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(180px, .6fr) minmax(180px, .6fr);
  gap: 56px;
  align-items: start;
}
.footer-brand-block {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.footer-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
.footer-brand-logo {
  width: 118px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.45));
}
.footer-brand-copy {
  max-width: 520px;
  padding-top: 4px;
}
.footer-brand-text {
  color: #d1d1d1;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}
.footer-social {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f3f3f3;
  opacity: .92;
  transition: transform .16s ease, opacity .16s ease, color .16s ease;
}
.footer-social:hover {
  transform: translateY(-2px);
  color: #ffc727;
  opacity: 1;
}
.footer-social svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.footer-col-title {
  font-size: 18px;
  font-weight: 900;
  color: #ffc727;
  margin-bottom: 16px;
  line-height: 1.1;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a,
.footer-links span {
  color: #e3e3e3;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.footer-links a:hover {
  color: #ffc727;
}
.footer-divider {
  width: 100%;
  max-width: 1240px;
  height: 1px;
  background: rgba(255,255,255,.08);
  margin-top: 30px;
}
.footer-bottom {
  width: 100%;
  max-width: 1240px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-bottom-left,
.footer-bottom-right {
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.footer-bottom-left { text-align: left; }
.footer-bottom-right { text-align: right; }
.footer-madeby {
  color: #ffbb00;
  font-weight: 800;
  text-decoration: none;
}
.footer-madeby:hover { color: #ffd700; }

/* TOASTS */
.maintenance-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 12000;
  pointer-events: none;
}
.maintenance-toast-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,199,23,0.12);
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 240px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  transform: translateY(12px) scale(.98);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2,.9,.2,1), opacity .28s ease;
  pointer-events: auto;
}
.maintenance-toast.show .maintenance-toast-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.maintenance-title {
  color: #ffcc33;
  font-weight: 900;
  font-size: 14px;
}
.maintenance-sub {
  color: #dcdcdc;
  font-size: 13px;
}
.copy-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 13000;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-toast.show { pointer-events: auto; }
.copy-toast .copy-toast-content {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,199,23,0.12);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  min-width: 200px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
}
.copy-toast .copy-toast-content strong { color: #ffcc33; font-weight: 900; }


/* MOBILE BREAKPOINTS */

@media (max-width: 900px) {

  .nav-links {
    display: none;
  }
  .navbar {
    padding: 12px 20px;
    gap: 12px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .nav-btn-label {
    display: none;
  }
  .store-btn span {
    display: none;
  }
  .store-btn {
    padding: 10px 14px;
  }
  .store-customclass {
    display: none;
  }

  .hero-content {
    height: auto;
    padding: 80px 20px 40px;
  }
  .hero-float {
    flex-direction: column;
    gap: 20px;
  }
  .hero-img {
    width: 180px;
    height: 180px;
    margin-top: 0;
    order: -1;
  }
  .play-btn, .discord-btn {
    justify-content: center;
    text-align: center;
    flex: unset;
    width: 100%;
    max-width: 320px;
  }
  .btn-title { font-size: 18px; }

  .featureditem {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 20px;
  }
  .featured-left {
    align-items: center;
  }
  .featured-description {
    max-width: 100%;
  }
  .featured-banner-title {
    font-size: 28px;
  }
  .featured-countdown-container {
    align-items: center;
    width: 100%;
  }
  .countdown-label {
    text-align: center;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto;
    padding: 24px 16px;
  }
  .category-title { font-size: 30px; }
  .category-subtitle { font-size: 17px; }
  .category-img {
    width: 130px;
    height: 130px;
  }
  .category-item {
    padding: 20px 24px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {

  .navbar {
    padding: 10px 16px;
  }

  .hero-content {
    padding: 70px 16px 32px;
  }
  .hero-img {
    width: 140px;
    height: 140px;
  }
  .btn-title { font-size: 15px; }
  .btn-subtitle { font-size: 11px; }

  .items {
    padding: 24px 16px;
    gap: 16px;
  }
  .featureditem {
    padding: 20px 16px;
    border-width: 4px;
    border-bottom-width: 8px;
    border-radius: 12px;
  }
  .featured-banner-title {
    font-size: 22px;
  }
  .featured-description {
    font-size: 13px;
  }
  .featured-img {
    width: 120px;
    height: 120px;
  }
  .featured-product-name {
    font-size: 18px;
  }
  .featured-price {
    font-size: 17px;
  }
  .sale-price {
    font-size: 19px;
  }
  .countdown-box {
    width: 54px;
    height: 54px;
  }
  .countdown-number {
    font-size: 18px;
  }
  .countdown-grid {
    gap: 8px;
  }

  .categories-grid {
    padding: 16px 12px;
    gap: 12px;
  }
  .category-item {
    padding: 16px 18px;
    border-width: 3px;
    border-radius: 8px;
  }
  .category-title {
    font-size: 22px;
  }
  .category-subtitle {
    font-size: 13px;
  }
  .category-img {
    width: 90px;
    height: 90px;
  }

  .site-footer {
    padding: 36px 16px 20px;
  }
  .footer-brand-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .footer-brand-logo {
    width: 90px;
  }
  .footer-brand-copy {
    max-width: 100%;
    padding-top: 0;
  }
  .footer-brand-text {
    font-size: 14px;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-col-title {
    font-size: 16px;
  }
  .footer-links a,
  .footer-links span {
    font-size: 14px;
  }
  .footer-bottom-left,
  .footer-bottom-right {
    font-size: 13px;
  }

  .maintenance-toast { left: 12px; right: 12px; bottom: 18px; }
  .maintenance-toast-card { min-width: 0; width: 100%; }
  .copy-toast { left: 12px; right: 12px; bottom: 18px; }
  .copy-toast .copy-toast-content { width: 100%; min-width: 0; }
}

@media (max-width: 380px) {
  .hero-img { width: 110px; height: 110px; }
  .featured-banner-title { font-size: 18px; }
  .category-title { font-size: 18px; }
  .category-subtitle { font-size: 12px; }
  .category-img { width: 70px; height: 70px; }
  .countdown-box { width: 46px; height: 46px; }
  .countdown-number { font-size: 15px; }
}