/* ==========================================
   LINK ALTERNATIF WAYANGSLOT
========================================== */

.wayang-access {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
  background:
    radial-gradient(
      circle at 10% 22%,
      rgba(7, 87, 217, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(21, 151, 255, 0.13),
      transparent 29%
    ),
    linear-gradient(
      145deg,
      #020817 0%,
      #061126 50%,
      #071a38 100%
    );
}

.wayang-access::before,
.wayang-access::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.38),
      transparent
    );
}

.wayang-access::before {
  top: 0;
}

.wayang-access::after {
  bottom: 0;
}

.wayang-access__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.wayang-access__grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 62px 62px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}

.wayang-access__glow {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.wayang-access__glow--left {
  top: 7%;
  left: -320px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(21, 151, 255, 0.09);
  background: rgba(7, 87, 217, 0.06);
}

.wayang-access__glow--right {
  right: -340px;
  bottom: -220px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(70, 184, 255, 0.09);
  background: rgba(21, 151, 255, 0.055);
}

.wayang-access__container {
  position: relative;
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* Header */

.wayang-access__header {
  max-width: 850px;
  margin: 0 auto clamp(42px, 6vw, 68px);
  text-align: center;
}

.wayang-access__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #a9ddff;
  border: 1px solid rgba(70, 184, 255, 0.24);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.09);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-access__title {
  margin: 0;
  color: #f4faff;
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.wayang-access__title span {
  display: block;
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #7fd7ff,
      #1597ff 48%,
      #65c9ff
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.wayang-access__description {
  max-width: 780px;
  margin: 24px auto 0;
  color: #97afc7;
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  line-height: 1.85;
}

.wayang-access__description strong {
  color: #dceeff;
}

/* Status */

.wayang-access__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  margin-bottom: 23px;
  border: 1px solid rgba(91, 187, 255, 0.23);
  border-radius: 20px;
  background:
    linear-gradient(
      120deg,
      rgba(21, 151, 255, 0.14),
      rgba(5, 22, 50, 0.76)
    );
  box-shadow:
    0 24px 60px rgba(0, 8, 27, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wayang-access__status-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.wayang-access__status-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(120, 210, 255, 0.32);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 13px 30px rgba(8, 120, 249, 0.3);
}

.wayang-access__status-icon svg {
  width: 26px;
  height: 26px;
}

.wayang-access__status-content {
  min-width: 0;
}

.wayang-access__status-label {
  display: block;
  color: #65c7ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-access__status-content strong {
  display: block;
  margin-top: 5px;
  color: #edf8ff;
  font-size: 0.96rem;
  line-height: 1.45;
}

.wayang-access__status-content p {
  margin: 5px 0 0;
  color: #8fa8c1;
  font-size: 0.78rem;
  line-height: 1.65;
}

.wayang-access__status-indicator {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #bdeedc;
  border: 1px solid rgba(52, 215, 156, 0.2);
  border-radius: 100px;
  background: rgba(52, 215, 156, 0.07);
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
}

.wayang-access__status-indicator > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d79c;
  box-shadow: 0 0 13px rgba(52, 215, 156, 0.75);
}

/* Layout */

.wayang-access__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(310px, 0.7fr);
  align-items: start;
  gap: clamp(24px, 4vw, 44px);
}

.wayang-access__content,
.wayang-access__sidebar {
  min-width: 0;
}

/* Content Heading */

.wayang-access__content-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.wayang-access__content-heading > div > span {
  display: block;
  color: #5fc3ff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-access__content-heading h3 {
  margin: 7px 0 0;
  color: #edf8ff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.4;
}

.wayang-access__update {
  color: #829bb5;
  font-size: 0.7rem;
  white-space: nowrap;
}

/* Access Cards */

.wayang-access__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.wayang-access__item {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 23px;
  overflow: hidden;
  border: 1px solid rgba(101, 184, 255, 0.15);
  border-radius: 21px;
  background:
    linear-gradient(
      150deg,
      rgba(12, 34, 70, 0.8),
      rgba(4, 15, 36, 0.86)
    );
  box-shadow:
    0 22px 52px rgba(0, 7, 24, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wayang-access__item::after {
  position: absolute;
  right: -85px;
  bottom: -100px;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.05);
  transition: transform 0.3s ease;
}

.wayang-access__item:hover {
  border-color: rgba(70, 184, 255, 0.34);
  box-shadow:
    0 29px 65px rgba(0, 8, 29, 0.34),
    0 0 32px rgba(8, 120, 249, 0.06);
  transform: translateY(-5px);
}

.wayang-access__item:hover::after {
  transform: scale(1.15);
}

.wayang-access__item--featured {
  grid-column: 1 / -1;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(70, 184, 255, 0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      rgba(11, 48, 100, 0.92),
      rgba(4, 17, 40, 0.9)
    );
}

.wayang-access__item-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wayang-access__item-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.wayang-access__item-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #62c6ff;
  border: 1px solid rgba(70, 184, 255, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(21, 151, 255, 0.17),
      rgba(7, 87, 217, 0.08)
    );
  font-size: 1rem;
  font-weight: 850;
}

.wayang-access__item-icon svg {
  width: 23px;
  height: 23px;
}

.wayang-access__item-label {
  display: block;
  color: #59bfff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wayang-access__item h3 {
  margin: 5px 0 0;
  color: #edf8ff;
  font-size: 1rem;
  line-height: 1.4;
}

.wayang-access__item-badge {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 11px;
  color: #ccecff;
  border: 1px solid rgba(70, 184, 255, 0.2);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.1);
  font-size: 0.63rem;
  font-weight: 750;
  white-space: nowrap;
}

.wayang-access__item > p {
  position: relative;
  z-index: 2;
  margin: 17px 0 0;
  color: #8fa8c1;
  font-size: 0.82rem;
  line-height: 1.74;
}

.wayang-access__item-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  margin-top: auto;
}

.wayang-access__item-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #748da7;
  font-size: 0.68rem;
}

.wayang-access__item-meta svg {
  width: 15px;
  height: 15px;
  color: #4bbaff;
}

.wayang-access__item-meta > span:last-child {
  color: #9edbc5;
}

.wayang-access__item-meta > span:last-child > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d79c;
  box-shadow: 0 0 11px rgba(52, 215, 156, 0.65);
}

.wayang-access__item-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  margin-top: 17px;
  color: #dceeff;
  border: 1px solid rgba(110, 187, 255, 0.22);
  border-radius: 12px;
  background: rgba(9, 31, 65, 0.64);
  font-size: 0.76rem;
  font-weight: 760;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.wayang-access__item-button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}

.wayang-access__item-button:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.45);
  background: rgba(21, 151, 255, 0.14);
  transform: translateY(-2px);
}

.wayang-access__item-button:hover svg {
  transform: translateX(3px);
}

.wayang-access__item-button--primary {
  color: #ffffff;
  border-color: rgba(117, 207, 255, 0.4);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 14px 32px rgba(8, 120, 249, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.wayang-access__item-button--primary:hover {
  background:
    linear-gradient(
      135deg,
      #25a2ff,
      #0864eb
    );
  box-shadow:
    0 19px 40px rgba(8, 120, 249, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* Sidebar */

.wayang-access__sidebar {
  display: grid;
  gap: 16px;
}

.wayang-access__security,
.wayang-access__checklist,
.wayang-access__help {
  border: 1px solid rgba(101, 184, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(
      150deg,
      rgba(12, 34, 70, 0.82),
      rgba(4, 15, 36, 0.88)
    );
  box-shadow:
    0 24px 58px rgba(0, 7, 24, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.wayang-access__security {
  position: relative;
  padding: 25px;
  overflow: hidden;
}

.wayang-access__security::after {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 240px;
  height: 240px;
  content: "";
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.065);
}

.wayang-access__security-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(121, 209, 255, 0.32);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 14px 32px rgba(8, 120, 249, 0.3);
}

.wayang-access__security-icon svg {
  width: 27px;
  height: 27px;
}

.wayang-access__security-label {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 22px;
  color: #5fc3ff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-access__security h3 {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  color: #edf8ff;
  font-size: 1.08rem;
  line-height: 1.5;
}

.wayang-access__security p {
  position: relative;
  z-index: 2;
  margin: 11px 0 0;
  color: #8fa8c1;
  font-size: 0.79rem;
  line-height: 1.72;
}

.wayang-access__security-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 18px 0 0;
  margin: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(102, 181, 255, 0.12);
}

.wayang-access__security-list li {
  position: relative;
  padding-left: 21px;
  color: #8fa8c1;
  font-size: 0.76rem;
  line-height: 1.65;
}

.wayang-access__security-list li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #49baff;
  box-shadow: 0 0 11px rgba(73, 186, 255, 0.58);
}

/* Checklist */

.wayang-access__checklist {
  padding: 22px;
}

.wayang-access__checklist-heading {
  display: flex;
  align-items: center;
  gap: 11px;
}

.wayang-access__checklist-heading > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #61c6ff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 12px;
  background: rgba(21, 151, 255, 0.09);
}

.wayang-access__checklist-heading svg {
  width: 20px;
  height: 20px;
}

.wayang-access__checklist-heading h3 {
  margin: 0;
  color: #eaf6ff;
  font-size: 0.94rem;
}

.wayang-access__checklist-items {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.wayang-access__checklist-items > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8fa8c1;
  font-size: 0.76rem;
}

.wayang-access__checklist-items i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #34d79c;
  box-shadow: 0 0 11px rgba(52, 215, 156, 0.6);
}

/* Help */

.wayang-access__help {
  padding: 22px;
}

.wayang-access__help-label {
  display: block;
  color: #60c4ff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-access__help h3 {
  margin: 8px 0 0;
  color: #edf8ff;
  font-size: 1rem;
  line-height: 1.45;
}

.wayang-access__help p {
  margin: 10px 0 0;
  color: #8fa8c1;
  font-size: 0.78rem;
  line-height: 1.7;
}

.wayang-access__help a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: #56bfff;
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.wayang-access__help a:hover {
  gap: 10px;
  color: #ffffff;
}

/* Related Silo */

.wayang-access__related {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 21px 23px;
  margin-top: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(91, 187, 255, 0.18);
  border-radius: 18px;
  background: rgba(8, 28, 59, 0.59);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.wayang-access__related-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wayang-access__related-heading span {
  color: #60c4ff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wayang-access__related-heading strong {
  color: #dceeff;
  font-size: 0.8rem;
}

.wayang-access__related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.wayang-access__related-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  color: #a9c7e3;
  border: 1px solid rgba(102, 181, 255, 0.14);
  border-radius: 100px;
  background: rgba(5, 20, 45, 0.48);
  font-size: 0.7rem;
  font-weight: 710;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.wayang-access__related-links a:hover,
.wayang-access__related-links a[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.4);
  background: rgba(21, 151, 255, 0.13);
}

.wayang-access__related-links a:hover {
  transform: translateY(-2px);
}

/* Focus */

.wayang-access a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.38);
  outline-offset: 4px;
}

/* Tablet */

@media (max-width: 1024px) {
  .wayang-access__layout {
    grid-template-columns: 1fr;
  }

  .wayang-access__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wayang-access__security {
    grid-row: span 2;
  }

  .wayang-access__related {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .wayang-access__related-links {
    justify-content: flex-start;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .wayang-access {
    padding: 70px 0;
  }

  .wayang-access__container {
    width: min(100% - 28px, 1240px);
  }

  .wayang-access__header {
    margin-bottom: 40px;
  }

  .wayang-access__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    margin-bottom: 17px;
    font-size: 0.62rem;
  }

  .wayang-access__title {
    font-size: clamp(2rem, 10vw, 2.85rem);
    letter-spacing: -0.045em;
  }

  .wayang-access__description {
    margin-top: 18px;
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .wayang-access__status {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px;
    border-radius: 18px;
  }

  .wayang-access__status-main {
    align-items: flex-start;
  }

  .wayang-access__status-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    border-radius: 13px;
  }

  .wayang-access__content-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wayang-access__list {
    grid-template-columns: 1fr;
  }

  .wayang-access__item--featured {
    grid-column: auto;
  }

  .wayang-access__item {
    padding: 21px 19px;
    border-radius: 18px;
  }

  .wayang-access__item:hover {
    transform: translateY(-2px);
  }

  .wayang-access__item-top {
    align-items: flex-start;
  }

  .wayang-access__item-icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    border-radius: 13px;
  }

  .wayang-access__sidebar {
    grid-template-columns: 1fr;
  }

  .wayang-access__security {
    grid-row: auto;
  }

  .wayang-access__related {
    padding: 19px;
    border-radius: 17px;
  }

  .wayang-access__related-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wayang-access__related-links a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .wayang-access__status-main {
    grid-template-columns: 1fr;
  }

  .wayang-access__item-top {
    flex-direction: column;
  }

  .wayang-access__item-badge {
    align-self: flex-start;
  }

  .wayang-access__related-links {
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
  .wayang-access *,
  .wayang-access *::before,
  .wayang-access *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}