@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Prompt", sans-serif !important;
  background: linear-gradient(0deg,
      #9e6ad0 0%,
      #454b97 50%);
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif !important;
}

#myVideo {
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}

/********************/
/*   CUSTOM CURSOR  */
/********************/

.custom {
  cursor: url("../img/cursor.png"), auto;
}

.custom:hover a {
  cursor: url("../img/activec.png"), auto;
}

.custom:hover li {
  cursor: url("../img/activec.png"), auto;
}

.custom:hover button {
  cursor: url("../img/activec.png"), auto;
}

.custom:hover input {
  cursor: url("../img/activec.png"), auto;
}

.custom:hover select {
  cursor: url("../img/activec.png"), auto;
}

.custom:hover .img {
  cursor: url("../img/activec.png"), auto;
}

.hide::-webkit-scrollbar {
  display: none;
}

.hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.main-content {
  flex: 1;
}

footer {
  width: 100%;
  overflow: hidden;
}

footer img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hide::-webkit-scrollbar {
  display: none;
}

.hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5b56b4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.loader.hidden {
  opacity: 0;
  visibility: hidden
}

.loading-text {
  color: white;
  font-size: 14pt;
  font-weight: 600;
  margin-left: 10px;
}

.loader .loader-decoration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28px;
}

.loader .loader-decoration .icon-logo {
  fill: #fff;
  width: 25rem;
}

.dot {
  margin-left: 3px;
  animation: blink 1.5s infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

.loading-bar-background {
  --height: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  width: 15rem;
  height: var(--height);
  background-color: #01141b;
  box-shadow: #0c0c0c -2px 2px 4px 0px inset;
  border-radius: calc(var(--height) / 2);
}

.loading-bar {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  --height: 20px;
  width: 0%;
  height: var(--height);
  overflow: hidden;
  background: rgb(15, 81, 222);
  background: linear-gradient(0deg,
      rgb(156, 33, 238) 0%,
      rgb(6, 90, 138) 100%);
  border-radius: calc(var(--height) / 2);
  animation: loading .3s ease-out forwards;
}

.loading-lines {
  margin-top: 15px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

footer .btn-icon .social-button {
  width: 30px;
  height: auto;
}

.social-button {
  display: inline-block;
  vertical-align: middle;
  float: none;
  -webkit-animation: 4s social infinite linear;
  -moz-animation: 4s social infinite linear;
  animation: 4s social infinite linear;
}

.white-bars-container {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 18px;
}

.white-bar {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 70%);
  width: 10px;
  height: 45px;
  opacity: 0.3;
  rotate: 45deg;
}

@keyframes loading {
  0% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes social {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10%,
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 80% 100%;
    transform-origin: 80% 100%;
  }

  30%,
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 20% 100%;
    transform-origin: 20% 100%;
  }
}

@keyframes social {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10%,
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 80% 100%;
    transform-origin: 80% 100%;
  }

  30%,
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 20% 100%;
    transform-origin: 20% 100%;
  }
}

.swal2-shown {
  overflow: unset !important;
  padding-right: 0px !important;
}

.swal2-container *:focus {
  outline: none !important;
}

.swal2-popup {
  border-radius: 30px !important;
}

.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior: contain auto;
}

.nav-tabs .nav-link {
  white-space: nowrap;
}

.wave-top {
  width: 100%;
  line-height: 0;
  transform-origin: center center;
  animation: fadeDown 2s ease-out forwards;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: rotate(180deg) translateY(50px);
  }

  100% {
    opacity: 1;
    transform: rotate(180deg) translateY(0);
  }
}

.wave-top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-b.png) repeat-x;
  background-size: cover;
  background-position: -1000px 0;
  opacity: .2;
  animation: waveOne 60s linear infinite;
}

.wave-top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-b.png) repeat-x;
  background-size: cover;
  background-position: 2732px 0;
  opacity: .3;
  animation: waveOne 120s linear infinite;
}

.wave-bot {
  width: 100%;
  line-height: 0;
  opacity: 0;
  transform: translateY(0px);
  animation: fadeUp 2s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.wave-bot:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-b.png) repeat-x;
  background-size: cover;
  background-position: -1000px 0;
  opacity: .2;
  animation: waveOne 60s linear infinite;
}

.wave-bot:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wave-b.png) repeat-x;
  background-size: cover;
  background-position: 2732px 0;
  opacity: .3;
  animation: waveOne 120s linear infinite;
}

@keyframes waveOne {
  50% {
    background-position: 0 0;
  }
}

.pin {
  text-align: center;
  font-size: 1.8rem;
}

.myCharsSwiper .swiper-slide {
  height: auto;
}

.myCharsSwiper .card {
  height: 100%;
}

.myCharsSwiper .char-job-badge {
  background: #202020;
  color: white;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 9999px;
}

.myCharsSwiper .char-avatar {
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
}

.myCharsSwiper .char-avatar img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .4));
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 9999px;
  background: #f1f1f1;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: .85rem;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot.online {
  background: #10b981;
}

.dot.offline {
  background: #ef4444;
}

.btn-pill {
  border-radius: 9999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  width: 100%;
}

.sc-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      color-mix(in srgb, var(--bs-border-color) 70%, transparent),
      transparent);
  opacity: .9;
}

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

.mt-c-2 {
  margin-top: -390px !important;
}

.mt-c-3 {
  margin-top: -190px !important;
}

@media (max-width: 576px) {
  .mt-c-1 {
    margin-top: -65px !important;
  }

  .mt-c-2 {
    margin-top: -95px !important;
  }
}

.mb-c-1 {
  margin-bottom: 26px !important;
}

.mb-c-2 {
  margin-bottom: 24px !important;
}

.p4 {
  padding: 4%;
}

.text-slide {
  --cap-l-p: 0.2%;
  --cap-r-p: 0.2%;

  --fade: clamp(12px, 2.2vw, 24px);
  --track-h: clamp(20px, 3.0vw, 26px);
  --fs: clamp(12px, 1.6vw, 14px);
  --speed: 15s;

  position: relative;
  width: 100%;
  max-width: 1222px;
  margin: 0 auto 1rem;
  line-height: 0;
}

.text-slide__bg {
  width: 100%;
  height: auto;
  display: block;
}

.text-slide__viewport {
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: var(--track-h);

  padding-left: var(--cap-l-p);
  padding-right: var(--cap-r-p);
  overflow: hidden;

  clip-path: inset(0 var(--cap-r-p) 0 var(--cap-l-p) round 999px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0,
      #000 var(--fade),
      #000 calc(100% - var(--fade)),
      transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0,
      #000 var(--fade),
      #000 calc(100% - var(--fade)),
      transparent 100%);
}

.text-slide__rail {
  display: inline-flex;
  gap: clamp(12px, 1.8vw, 20px);
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--speed) linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.text-slide__item {
  font-size: var(--fs);
  line-height: 1;
  color: #d7ecff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
}

.text-slide__sep {
  color: #ffd36b;
  opacity: .65;
}

@media (max-width: 576px) {
  .text-slide {
    --cap-l-p: 0.2%;
    --cap-r-p: 0.2%;
    --fade: clamp(10px, 2.0vw, 18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-slide__rail {
    animation: none;
  }
}

.btn-royal {
  --lift: 2px;
  --shadow: 0 10px 26px rgba(189, 134, 240, 0.45);
  --press: translateY(1px) scale(.99);
  --shine-time: 1.15s;
  display: inline-block;
  position: relative;
  border: 0;
  border-radius: 18px;
  text-decoration: none;
  outline: none;
  transition: transform .12s ease, filter .2s ease;

}

.btn-royal::after {
  content: "";
  position: absolute;
  inset: 6% 4%;
  border-radius: 16px;
  background:
    radial-gradient(80% 130% at 50% 15%,
      rgba(255, 255, 255, .25), transparent 60%), radial-gradient(90% 160% at 50% 90%,
      rgba(0, 180, 255, .22), transparent 60%);
  mix-blend-mode: screen;
  opacity: .0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.btn-royal:hover {
  transform: translateY(calc(-1 * var(--lift)));
  filter:
    drop-shadow(0 10px 0 rgba(0, 0, 0, .18)) drop-shadow(var(--shadow));
}

.btn-royal:hover::before {
  opacity: 1;
}

.btn-royal:hover::after {
  opacity: .8;
}

.btn-royal:active {
  transform: var(--press);
  filter:
    drop-shadow(0 4px 0 rgba(0, 0, 0, .28)) drop-shadow(0 6px 18px rgba(92, 0, 0, 0.5)) brightness(.95);
}

.btn-royal:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 210, 90, .9), 0 0 0 6px rgba(255, 0, 0, 0.35);
  border-radius: 20px;
}

.btn-container .btn-royal {
  filter: grayscale(100%) saturate(80%) brightness(.95);
  opacity: .9;
  transition: filter .2s ease, opacity .2s ease, transform .12s ease;
  cursor: url("../img/activec.png"), auto;
}

.btn-container .btn-royal:hover {
  filter: grayscale(60%) saturate(100%) brightness(1);
  opacity: 1;
  transform: translateY(-1px);
}

.btn-container .btn-royal.active {
  filter: none;
  opacity: 1;
  transform: none;
}

.btn-container .btn-royal {
  margin: 4px 6px;
  max-width: 160px;
  height: auto;
}

@media (max-width:576px) {
  .btn-container .btn-royal {
    max-width: 42%;
  }
}

/* News Card */
.news-card {
  background: linear-gradient(62deg, #454b97 0%, #795db8 100%);
  border-radius: 16px;
  border: 1px solid #d1baff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
  transition: transform .9s ease, box-shadow .2s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.news-card__figure {
  overflow: hidden;
  background: #f3f4f6;
}

.news-card__body {
  padding: 12px 14px 8px;
  color: #2b2b2b;
}

.news-card__title {
  font-size: 26px;
  color: #fff;
  margin: 0 0 6px;
  font-weight: 500;
}

.news-card__desc {
  font-size: 16px;
  margin: 0 0 4px;
  color: #ffafaf;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__meta {
  font-size: 12px;
  color: #afd9ff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-card__btn {
  display: block;
  width: 100%;
  margin-top: .5rem;
  border: 0;
  text-decoration: none;
  text-align: center;
  padding: .6rem 1rem;
}

.holographic-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg,
      transparent,
      transparent 30%,
      rgba(195, 0, 255, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(140, 0, 255, 0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.top-show {
  position: relative;
  overflow: hidden;
  margin-top: -9%;
}

.top-show .twinkle-canvas,
.top-show .meteors-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.top-show .twinkle-canvas {
  z-index: 1;
}

.top-show .meteors-canvas {
  z-index: 2;
}

.news-show {
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.news-show .bubbles-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.news-footer-char {
  margin-top: -15%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .update-show {
    max-height: none !important;
  }

  .news-footer-char {
    margin-top: -19% !important;
  }
  
   .mb-c-1 {
   margin-bottom: 0px !important;
   }

}

.update-show {
  background-image:
    url("../img/update-bg.png");
  width: 100%;
  max-height: 1029px;
  background-size: 100% 100%;
}

.frame-guild {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 788 / 323;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px;
  z-index: 1;
}

.guild-box {
  position: absolute;
  left: 23%;
  width: 50%;
  padding: 0;
  overflow: hidden;
  top: 114px;
}

.guild-box img {
  z-index: 999;
}

.guild-show {
  background-image:
    url("../img/update-bg.png");
  width: 100%;
  background-size: 100% 100%;
}

.season-show {
  background-image:
    url("../img/season-bg.png");
  width: 100%;
  background-size: 100% 100%;
}

.season-pic {
  width: 50%;
  position: relative;
  top: -10%;
}

.season-btn {
  top: -20%;
}

.c-mt {
  margin-top: 15%;
}

.c-mt-bt {
  margin-top: 60px;
}


@media (max-width:576px) {
  .guild-em {
    width: 30%;
    position: relative;
    top: 11px;
  }

  .season-pic {
    width: 40%;
    top: 10%;
  }

  .c-mt {
    margin-top: 15%;
    position: relative;
    top: -24px;
  }

  .season-btn {
    width: 40%;
  }

  .guild-box {
    left: 21%;
    top: 46px;
  }
}

.slot {
  --bg: #000;
  --border: #5a1f12;
  --rim: #2b0d07;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  background: var(--bg);
  border: 2px solid var(--border);
  display: grid;
  place-items: center;
  padding: 8px;
  overflow: hidden;
}

.slot img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
}

.nav-menu {
  position: absolute;
  top: 6px;
  left: 40%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.nav-menu a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

@media (max-width: 576px) {
  .nav-menu a {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .nevline {
    font-size: 10px;
    display: block;
    text-align: left !important;
  }

  .fanpage-box-h {
    right: 0% !important;
  }

  .fanpage-box-h img {
    width: 90px;
  }

  .slot {
    border-radius: 5px;
    padding: 0px;
  }

}

.nevline {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #9b9b9b;
}

.nt {
  padding: 0px 10px;
}

.nt:hover {
  color: #fff;
}

.news-box {
  background: #061322;
  padding: 12px;
  border-radius: 20px;
}

.fb-page {
  width: 100% !important;
}

.fb-page iframe,
.fb-page span {
  width: 100% !important;
}

.fanpage-box-h {
  top: 0px;
  right: 10%;
  width: auto;
  z-index: 3;
  position: absolute;
}

header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

header img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.snow-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.header-overlay,
.header-overlay2,
.header-overlay3,
.fanpage-box {
  position: absolute;
  z-index: 2;
  text-align: center;
}

.header-overlay3 {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  position: relative;
  overflow: hidden;
}

.pulse-on-hover {
  transition: transform 0.2s ease-in-out;
}

.pulse-on-hover:hover {
  animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.status-event {
  display: inline;
  padding: 0.2em 0.8em 0.3em;
  font-size: 85%;
  font-weight: 300;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .8px;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -webkite-text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .08);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .08);
}

.bg-view {
  background-image: linear-gradient(to right, #763ce7, #5a00eb);
  float: right;
}

.fo {
  font-size: 1rem;
  line-height: 0.8;
  color: #fff;
}


.fo1 {
  font-size: 1.2rem;
}

.fo2 {
  font-size: 1.2rem;
  color: #fff;
}


@media (max-width: 600px) {

  .frame-r,
  .verify-show,
  .season-show {
    display: none;
  }

  .fo {
    font-size: 0.25rem;
    line-height: 1.2;
  }

  .fo1 {
    font-size: 0.5rem;
  }

  .for {
    display: none;
  }

  .bh {
    display: none;
  }
}

.star-nav {
  background: rgb(0 0 0 / 55%);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background .3s ease;
  opacity: 0;
  animation: fadeIns .6s .2s forwards;
}

.star-nav.scrolled {
  background: rgba(10, 20, 40, 0.9);

}

.star-nav .nav-link {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

.star-nav .nav-link small {
  font-size: 11px;
  opacity: .8;
}

.star-nav .nav-link:hover {
  color: #00bfff;
}

.hero-section {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.hero-bg {
  object-fit: cover;
  height: 100%;
}

@keyframes fadeIns {
  to {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .star-nav {
    position: sticky !important;
    top: 0;
    z-index: 1030;
    background: #3a007d !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1 !important;
  }
}

.offcanvas-full {
  --bs-offcanvas-height: 100vh;
  background: linear-gradient(180deg, #3a007d, #170055 60%, #110038);
  backdrop-filter: blur(4px);
}

.menu-full a {
  display: inline-block;
  padding: .35rem 1rem;
}

@media (max-width: 991.98px) {
  .menu-full li {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding-bottom: .6rem;
    margin-bottom: .6rem;
  }

  .menu-full li:last-child {
    border-bottom: none;
  }

  .menu-full a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (min-width: 992px) {
  .star-nav .navbar-nav>.nav-item+.nav-item {
    border-left: 1px solid rgba(255, 255, 255, .15);
    margin-left: 1rem;
    padding-left: 1rem;
  }

  .star-nav .nav-link:hover,
  .star-nav .nav-link.active {
    color: #bfe9ff;
  }
}

.border-white\/25 {
  border-color: rgba(255, 255, 255, .25) !important;
}

.toggler-glass {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: saturate(160%) blur(4px);
  -webkit-backdrop-filter: saturate(160%) blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.toggler-img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.toggler-glass:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .5);
}

.toggler-glass:active {
  background: rgba(255, 255, 255, .18);
}

.toggler-glass:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
}

.social-ico {
  display: block;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, filter .15s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.social-link:active {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .social-bar {
    margin-left: 1rem;
  }

  .star-nav .social-bar.border-start {
    border-left: 1px solid rgba(255, 255, 255, .16) !important;
  }
}

@media (max-width: 991.98px) {
  .social-bar-mobile {
    margin-top: .5rem;
  }
}

.ocean-shadow {
  box-shadow:
    0 14px 32px rgba(0, 22, 45, .45),
    0 3px 10px rgba(0, 0, 0, .25);
  transition: box-shadow .25s ease, transform .25s ease;
}

@media (hover:hover) {
  .ocean-shadow:hover {
    transform: translateY(-2px);
    box-shadow:
      0 22px 48px rgba(0, 22, 45, .55),
      0 6px 16px rgba(0, 0, 0, .3);
  }
}

.ocean-shadow .carousel-item img {
  border-radius: .5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .5));
}

.carousel-inner {
  max-height: 438px;
}

.ocean-stack {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 20, 40, .35), 0 3px 10px rgba(0, 0, 0, .22);
  background: #081a2e;
}

.shot-link {
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 0;
}

.shot-link img {
  display: block;
  width: 100%;
  height: auto;
}

@media (hover:hover) {
  .shot-link:hover img {
    filter: brightness(1.06) saturate(1.06);
    transform: scale(1.01);
    transition: transform .2s ease, filter .2s ease;
  }

  .shot-link:active img {
    transform: scale(.995);
  }
}

.carousel-box {
  --ind-offset: 25px;
  position: relative;
  margin-bottom: calc(var(--ind-offset) + 8px);
}

#myCarousel .carousel-inner {
  border-radius: .75rem;
  overflow: hidden;
}

#myCarousel .carousel-indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--ind-offset) * -1);
  margin: 0;
  gap: 12px;
}

#myCarousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  opacity: .95;
  transition: width .25s ease, background-color .25s ease, opacity .2s ease;
}

#myCarousel .carousel-indicators .active {
  width: 44px;
  height: 12px;
  border-radius: 999px;
  background: #fd6bc9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .12), 0 2px 8px rgba(0, 0, 0, .18);
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6));
}

@media (max-width: 575.98px) {
  /* ยกเลิกลอยนอกกรอบ */
  /* 
  .carousel-box{ --ind-offset: 10px; margin-bottom: 0; }
  #myCarousel .carousel-indicators{ bottom: 10px; transform: translateX(-50%); }
  */
}

.news-board {
  --radius: 18px;
  border-radius: var(--radius);
  padding: 18px 18px 14px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #1456a0 0%, #0c3f7b 100%);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, .35),
    inset 0 0 0 1px rgba(255, 255, 255, .10);
  position: relative;
}

.news-board::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: calc(var(--radius) - 6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  pointer-events: none;
}

.board-title {
  margin: 6px auto 14px;
  text-align: center;
  color: #E9F3FF;
  font-weight: 800;
  letter-spacing: .15em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .35);
}

.board-tabs {
  display: flex;
  gap: 12px;
  width: fit-content;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, .08);
  padding: 6px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.board-tabs .tab {
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: .55rem 1.25rem;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.board-tabs .tab.active {
  background: rgba(0, 0, 0, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
}

.board-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.board-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: .65rem .9rem;
  background: rgba(0, 0, 0, .12);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.board-item+.board-item {
  margin-top: 8px;
}

.board-item:hover {
  background: rgba(0, 0, 0, .16);
}

.board-link {
  color: #eaf4ff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-link:hover {
  color: #bfe9ff;
}

.board-time {
  color: #cfe3ff;
  font-size: .9rem;
  opacity: .9;
}

.chip-img {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.board-panels .panel {
  display: none;
}

.board-panels .panel.show {
  display: block;
}

#guild-castles {
  padding: 12px;
  background: rgba(0, 0, 0, .12);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  color: #eaf4ff;
}

@media (max-width: 575.98px) {
  .news-board {
    padding: 14px 12px 10px;
  }

  .board-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .board-time {
    order: 3;
    font-size: .85rem;
    opacity: .8;
  }

  .chip-img {
    height: 20px;
    margin-right: 8px;
  }
}

.scrolltop {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(max(16px, env(safe-area-inset-bottom)) + 8px);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  z-index: 1050;
  opacity: 0;
  transform: translateY(8px) scale(.96);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.scrolltop img {
  width: 100%;
  height: 100%;
  display: block;
}

.scrolltop--show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

@media (hover:hover) {
  .scrolltop:hover {
    transform: translateY(-2px) scale(1.02);
  }
}

.scrolltop:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .35);
  outline-offset: 2px;
}

.progress.strength {
  height: 6px;
  background: #f8f9fa;
}

.progress.strength .progress-bar {
  background: linear-gradient(90deg, #ff6b6b, #ffd466, #2ecc71);
  width: 0%;
}

:root {
  --stl-bg: #0a0b16;
  --stl-text: #e6e9ff;
  --stl-muted: #9aa0c2;
  --stl-grad: linear-gradient(135deg, #6a5cff 0%, #7b9dff 35%, #a86bff 70%, #ff6ad5 100%);
  --stl-ring: rgba(123, 157, 255, .4);
  --stl-glow: 0 0 12px rgba(168, 107, 255, .35), 0 0 22px rgba(106, 92, 255, .25);
  --stl-radius: 999px;
}

#paginationContainer {
  display: flex;
  justify-content: center;
}

#paginationContainer .starlight-wrap {
  position: relative;
  border-radius: 1.6rem;
}

#paginationContainer .starlight-nav {
  user-select: none;
}

#paginationContainer .starlight-pagination {
  display: flex;
  gap: .5rem;
  align-items: center;
  padding: .4rem .6rem;
  background: rgba(10, 11, 22, .6);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(123, 157, 255, .2);
  border-radius: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  position: relative;
}

#paginationContainer .starlight-pagination::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 1.6rem;
  pointer-events: none;
  box-shadow: 0 0 0 1px var(--stl-ring), 0 0 40px rgba(106, 92, 255, .25) inset;
}

#paginationContainer .stl-page {
  position: relative;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .9rem;
  border-radius: var(--stl-radius);
  color: var(--stl-text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font: 500 14px/1 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Thai", "Noto Sans", sans-serif;
}

#paginationContainer .stl-page:hover {
  border-color: rgba(168, 107, 255, .5);
  box-shadow: var(--stl-glow);
}

#paginationContainer .stl-page[aria-current="page"],
#paginationContainer .stl-page.is-current {
  background: var(--stl-grad);
  color: #0b0c1c;
  font-weight: 700;
  border-color: transparent;
  box-shadow: var(--stl-glow);
}

#paginationContainer .stl-page:active {
  transform: translateY(1px) scale(.98);
}

#paginationContainer .stl-ellipses {
  color: var(--stl-muted);
  padding: 0 .4rem;
  min-width: 28px;
  text-align: center;
}

#paginationContainer .stl-prev,
#paginationContainer .stl-next {
  gap: .4rem;
  padding: 0 .9rem;
  min-width: 44px;
}

#paginationContainer .stl-disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}

#paginationContainer ul.pagination {
  display: flex;
  gap: .5rem;
  align-items: center;
  padding: .4rem .6rem;
  background: rgba(10, 11, 22, .6);
  border: 1px solid rgba(123, 157, 255, .2);
  border-radius: 1.25rem;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

#paginationContainer .pagination .page-item .page-link {
  position: relative;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .9rem;
  border-radius: var(--stl-radius);
  color: var(--stl-text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

#paginationContainer .pagination .page-item .page-link:hover {
  border-color: rgba(168, 107, 255, .5);
  box-shadow: var(--stl-glow);
}

#paginationContainer .pagination .page-item.active .page-link,
#paginationContainer .pagination .page-item .page-link[aria-current="page"] {
  background: var(--stl-grad);
  color: #0b0c1c;
  font-weight: 700;
  border-color: transparent;
  box-shadow: var(--stl-glow);
}

#paginationContainer .pagination .page-item.disabled .page-link {
  opacity: .45;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 575.98px) {

  #paginationContainer .stl-page,
  #paginationContainer .pagination .page-item .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 .7rem;
    font-size: 13px;
  }

  #paginationContainer .starlight-pagination,
  #paginationContainer ul.pagination {
    gap: .35rem;
    padding: .3rem .45rem;
  }
}