@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800;900&family=Inter:wght@400;600;700;800;900&display=swap');
@font-face {
    font-family: 'L2Font';
    src: url('assets/fonts/49_la2font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('assets/fonts/Cinzel-Regular.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.84)),
    url("assets/background.jpg") center/cover no-repeat fixed;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center 34%, rgba(255, 190, 80, .20), transparent 22%),
    linear-gradient(90deg, rgba(0,0,0,.74), transparent 25%, transparent 75%, rgba(0,0,0,.78)),
    radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,.58) 68%, rgba(0,0,0,.96));
}

.gold-glow {
  position: fixed;
  left: 50%;
  top: 39%;
  width: 720px;
  height: 330px;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 178, 55, .28), transparent 66%);
  filter: blur(42px);
  animation: glowPulse 4s ease-in-out infinite alternate;
}

@keyframes glowPulse {
  from {
    opacity: .46;
    transform: translate(-50%, -50%) scale(.95);
  }
  to {
    opacity: .9;
    transform: translate(-50%, -50%) scale(1.14);
  }
}



.topbar {
  position: relative;
  z-index: 10;
  height: 76px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 205, 95, .18);
  background: rgba(0, 0, 0, .38);
  backdrop-filter: blur(8px);
}

.brand {
  color: #ffe08a;
  text-decoration: none;
}

.brand strong {
  display: block;
  font-family: Cinzel, serif;
  font-size: 34px;
  line-height: .9;
  letter-spacing: -1px;
  text-shadow: 0 0 18px rgba(255, 190, 70, .55);
}

.brand span {
  display: block;
  margin-top: 6px;
  color: #d7d0c2;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.menu {
  display: flex;
  gap: 30px;
}

.menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .6px;
}

.menu a.active,
.menu a:hover {
  color: #ffd06d;
}

.menu a.active::after,
.menu a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 2px;
  background: #d9a93f;
}

.discord-top {
  padding: 13px 22px;
  border: 1px solid rgba(94, 133, 255, .65);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(38, 72, 180, .45), rgba(7, 10, 28, .75));
  box-shadow: 0 0 24px rgba(43, 90, 255, .28);
}

.page {
  position: relative;
  z-index: 5;
  min-height: calc(100vh - 152px);
  display: flex;
  justify-content: center;
  padding: 28px 20px 34px;
}

.hero {
  width: min(1120px, 100%);
  text-align: center;
}

.pretitle {
  margin-top: 4px;
  font-family: Cinzel, serif;
  color: #f2cf79;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 14px;
  font-weight: 800;
  text-shadow: 0 0 16px rgba(255, 190, 70, .48);
}

.logo-simple-glow {
  font-family: Cinzel, serif;
  font-size: clamp(78px, 9vw, 138px);
  line-height: .82;
  letter-spacing: -5px;
  text-transform: uppercase;
  color: #fff1a8;

  text-shadow:
    0 2px 0 #8a5a19,
    0 0 10px rgba(255, 245, 180, .85),
    0 0 28px rgba(255, 210, 80, .65),
    0 0 55px rgba(255, 170, 40, .42),
    0 24px 46px rgba(0,0,0,.96);

  animation: logoGlowSoft 2.8s ease-in-out infinite alternate;
}

@keyframes logoGlowSoft {
  from {
    filter: brightness(1);
    text-shadow:
      0 2px 0 #8a5a19,
      0 0 8px rgba(255, 245, 180, .65),
      0 0 22px rgba(255, 210, 80, .45),
      0 0 42px rgba(255, 170, 40, .28),
      0 24px 46px rgba(0,0,0,.96);
  }

  to {
    filter: brightness(1.12);
    text-shadow:
      0 2px 0 #8a5a19,
      0 0 14px rgba(255, 255, 220, .95),
      0 0 38px rgba(255, 220, 90, .75),
      0 0 70px rgba(255, 180, 45, .55),
      0 24px 46px rgba(0,0,0,.96);
  }
}
.magic-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.magic-stars span {
  position: absolute;
  color: rgba(255, 90, 40, 0.7); /* vermelho alaranjado */

  font-size: 14px;

  text-shadow:
    0 0 6px rgba(255, 60, 0, 0.8),
    0 0 12px rgba(255, 120, 0, 0.7),
    0 0 22px rgba(255, 180, 60, 0.5);

  animation: starBlink 2s ease-in-out infinite;
  opacity: 0.1;
}
   
   
@keyframes starBlink {
  0%, 100% {
    opacity: 0;
    transform: scale(.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.chronicle {
  margin-top: 18px;
  font-family: Cinzel, serif;
  letter-spacing: 14px;
  text-transform: uppercase;
  color: #f6f0e8;
  font-size: clamp(16px, 2vw, 25px);
  text-shadow: 0 0 14px rgba(255,255,255,.58);
}

.chronicle span {
  color: #d7a13d;
}

.divider {
  width: min(520px, 80%);
  height: 1px;
  margin: 24px auto 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 203, 91, .95), transparent);
  position: relative;
}
.divider::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #ffd16c;
  font-size: 20px;
}
.divider_001 {
  width: min(520px, 98%);
  height: 1px;
  margin: 4px auto 0px;
  background: linear-gradient(90deg, transparent, rgba(255, 203, 91, .85), transparent);
  position: relative;
}
.divider_001::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #ffd16c;
  font-size: 14px;
}
.divider_002 {
  width: min(520px, 98%);
  height: 1px;
  margin: 4px auto 0px;
  background: linear-gradient(90deg, transparent, rgba(36, 143, 204, 0.85), transparent);
  position: relative;
}
.divider_002::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #248FCC;
  font-size: 14px;
}


.hero h2 {
  font-family: Cinzel, serif;
  font-size: clamp(34px, 4.2vw, 54px);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 5px 18px #000;
}

.subtitle {
  margin-top: 8px;
  color: #eee7dd;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 3px 10px #000;
}


.card-countdown {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.card-countdown div {
  min-height: 48px;
  padding: 6px 4px;
  text-align: center;
  border: 1px solid rgba(255, 203, 91, .42);
  background: rgba(0, 0, 0, .52);
  box-shadow: inset 0 0 14px rgba(255, 185, 65, .08);
}

.card-countdown strong {
  display: block;
  font-family: Cinzel, serif;
  font-size: 20px;
  line-height: 1;
  color: #ffe18d;
}

.card-countdown span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  color: #eee;
}

.card-countdown.blue div {
  border-color: rgba(36, 143, 204, .55);
  box-shadow: inset 0 0 14px rgba(36, 143, 204, .18);
}

.card-countdown.blue strong {
  color: #72caff;
}


.discord-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 52px;
  margin: 24px 0 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: .4px;
  background: linear-gradient(180deg, #2447dc, #07143e);
  border: 1px solid rgba(100, 139, 255, .8);
  box-shadow: 0 0 32px rgba(45, 87, 255, .38);
  border-radius: 4px;
  transition: .25s ease;
}

.discord-main:hover,
.discord-top:hover {
  filter: brightness(1.18);
  transform: translateY(-2px);
}

.servers {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 470px));
  gap: 30px;
  justify-content: center;
  perspective: 1100px;
}

.server-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;

  position: relative;
  min-height: 300px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  padding: 32px 34px 28px;
  text-align: left;
  border: 1px solid rgba(255, 203, 91, .70);
  background: #050505;
  box-shadow:
    0 26px 70px rgba(0,0,0,.75),
    inset 0 0 0 1px rgba(255,255,255,.05);
  transition:
    transform .18s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    filter .28s ease;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style: preserve-3d;
  /*clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);*/

}

.server-card:hover {
  box-shadow:
    0 36px 105px rgba(0,0,0,.96),
    0 0 54px rgba(255, 184, 65, .30),
    inset 0 0 0 1px rgba(255,255,255,.08);
  border-color: rgba(255, 225, 135, .98);
}

.server-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-size: cover;
  background-position: center;
  transition: transform .55s ease, filter .3s ease;
}

.server-card:hover::before {
  transform: scale(1.07);
  filter: brightness(1.14) saturate(1.16);
}

.server-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.22), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.65) 46%, rgba(0,0,0,.92)),
    linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.92));
  opacity: .98;
}

.card-light {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.22) 42%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.18) 58%, transparent 100%);
  transform: translateX(-120%) skewX(-18deg);
}

.server-card:hover .card-light {
  opacity: 1;
  animation: premiumShine 1.1s ease;
}

@keyframes premiumShine {
  from { transform: translateX(-120%) skewX(-18deg); }
  to { transform: translateX(120%) skewX(-18deg); }
}

.interlude::before {
  background-image: url("assets/1.png");  
}

.highfive {
  border-color: rgba(63, 172, 255, .70);
}

.highfive::before {
  background-image: url("assets/2.png");
}

.highfive:hover {
  border-color: rgba(116, 205, 255, .98);
  box-shadow:
    0 36px 105px rgba(0,0,0,.96),
    0 0 54px rgba(50, 155, 255, .34),
    inset 0 0 0 1px rgba(255,255,255,.08);
}

.rate {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 4;
  padding: 6px 13px;
  border: 1px solid rgba(255, 221, 138, .65);
  color: #fff;
  background: rgba(0,0,0,.45);
  border-radius: 7px;
  font-size: 18px;
  font-weight: 900;
  transform: translateZ(45px);
}

.symbol {
  position: absolute;
  left: 48px;
  top: 35%;
  top: 35%;
  z-index: 2;
  font-family: Cinzel, serif;
  font-size: 100px;
  line-height: 1;
  color: #ffb536;
  text-shadow: 0 0 22px rgba(255, 160, 30, .86);
  opacity: .92;
  transform: translateZ(38px);
}

.highfive .symbol {
  color: #58baff;
  text-shadow: 0 0 24px rgba(80, 180, 255, .86);
}

.server-content {
  position: relative;
  z-index: 5;
  margin-left: 128px;
  transform: translateZ(52px);
}

.server-content small {
  display: block;
  color: #ffc463;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 1000;
}

.highfive .server-content small {
  color: #62c9ff;
}

.server-content h3 {
  margin-top: 8px;
  font-family: 'Inter';
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 18px #000;
}

.server-content ul {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.server-content li {
  position: relative;
  padding-left: 20px;
  color: #f1ede7;
  font-size: 14px;
  font-weight: 600;
}

.server-content li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: -1px;
  color: #ffc463;
}

.highfive .server-content li::before {
  color: #62c9ff;
}

.server-content b {
  position: relative;
  overflow: hidden;
  width: min(285px, 100%);
  height: 50px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  color: #211303;
  background: linear-gradient(180deg, #fff0a7, #bb7a1e);
  border: 1px solid rgba(255, 236, 170, .70);
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 0 26px rgba(255, 165, 37, .24);
}

.highfive .server-content b {
  color: #fff;
  background: linear-gradient(180deg, #244bcb, #07153f);
  border-color: rgba(112, 174, 255, .80);
  box-shadow: 0 0 26px rgba(60, 140, 255, .28);
}

.server-content b::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-25deg);
}

.server-card:hover b::after {
  animation: buttonShine .75s ease;
}

@keyframes buttonShine {
  from { left: -80%; }
  to { left: 130%; }
}

.transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255,190,80,.18), transparent 25%), #000;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity .55s ease, transform .55s ease;
}

.transition.active {
  opacity: 1;
  transform: scale(1);
}

footer {
  position: relative;
  z-index: 10;
  min-height: 76px;
  padding: 18px 50px;
  border-top: 1px solid rgba(255, 203, 91, .20);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  background: rgba(0,0,0,.30);
  color: #c8bda9;
  font-size: 12px;
}

footer nav,
.social {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

footer a {
  color: #d7c9ad;
  text-decoration: none;
  text-transform: uppercase;
}

footer a:hover {
  color: #ffd16c;
}

.social {
  justify-content: flex-end;
}

@media (max-width: 1050px) {
  .topbar {
    padding: 0 22px;
  }

  .menu {
    display: none;
  }

  .servers {
    grid-template-columns: minmax(300px, 560px);
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer nav,
  .social {
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .topbar {
    height: auto;
    padding: 16px 18px;
    flex-direction: column;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .server-card {
    padding: 28px 22px;
    min-height: 330px;
  }

  .symbol {
    position: relative;
    left: auto;
    top: auto;
    font-size: 84px;
  }

  .server-content {
    margin-left: 0;
    margin-top: 8px;
  }

  .server-content h3 {
    font-size: 38px;
  }

  .chronicle {
    letter-spacing: 6px;
  }

  .pretitle {
    letter-spacing: 5px;
  }
}
