/* Kingdomchoicecircle — dark neon visual system */
:root {
  --bg: #070912;
  --bg-soft: #10172d;
  --surface: #111a31cc;
  --surface-2: #1a2745cc;
  --text: #eef3ff;
  --text-soft: #aebbe4;
  --accent: #67e8f9;
  --accent-2: #a855f7;
  --accent-3: #22d3ee;
  --danger: #fb7185;
  --ring: rgba(103, 232, 249, 0.55);
  --line: rgba(174, 187, 228, 0.2);
  --shadow: 0 18px 52px rgba(2, 8, 22, 0.45);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  background:
    radial-gradient(
      circle at 10% -5%,
      rgba(168, 85, 247, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(103, 232, 249, 0.18),
      transparent 35%
    ),
    linear-gradient(160deg, #05070f 0%, #070912 46%, #0b1428 100%);
  color: var(--text);
  line-height: 1.68;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(103, 232, 249, 0.25);
  transition:
    color 0.25s,
    border-color 0.25s,
    opacity 0.25s;
}
a:hover,
a:focus {
  color: #c4b5fd;
  border-color: currentColor;
}
:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 3px;
  border-radius: 4px;
}

.kxmwt-08 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.skpvz-99 {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #020617;
  color: var(--text);
  padding: 10px 16px;
  z-index: 9999;
}
.skpvz-99:focus {
  left: 8px;
  top: 8px;
}

.xqvtr-91aa {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 7, 15, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(103, 232, 249, 0.18);
}
.xqvtr-91aa .kxmwt-08 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.lgvqx-brand {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.5px;
  color: var(--text);
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lgvqx-brand::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: conic-gradient(
    from 220deg,
    var(--accent-2),
    var(--accent),
    var(--accent-3),
    var(--accent-2)
  );
  box-shadow:
    0 0 16px rgba(103, 232, 249, 0.6),
    inset 0 0 0 2px rgba(238, 243, 255, 0.5);
  animation: orbSpin 6s linear infinite;
}
.plmxza-22 {
  display: flex;
  gap: 8px;
  align-items: center;
}
.vrtqk-771 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-soft);
  border: 1px solid transparent;
  padding: 8px 12px;
  border-radius: 10px;
}
.vrtqk-771:hover {
  background: rgba(103, 232, 249, 0.09);
  color: var(--text);
  border-color: rgba(103, 232, 249, 0.3);
}
.vrtqk-771[aria-current="page"] {
  color: var(--text);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(168, 85, 247, 0.25),
    0 0 18px rgba(168, 85, 247, 0.25);
  background: rgba(168, 85, 247, 0.08);
}
.tgvqx-mb {
  display: none;
  background: rgba(103, 232, 249, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.35);
  color: var(--text);
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}
@media (max-width: 860px) {
  .tgvqx-mb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .plmxza-22 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(7, 11, 22, 0.96);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 20px;
    border-bottom: 1px solid rgba(103, 232, 249, 0.25);
    gap: 0;
  }
  .plmxza-22.is-open {
    display: flex;
  }
  .vrtqk-771 {
    padding: 12px 8px;
    border-radius: 8px;
  }
}

.znqpw-45 {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
  isolation: isolate;
}
.znqpw-45::before {
  content: "";
  position: absolute;
  inset: -20% -5% auto;
  height: 65%;
  background:
    radial-gradient(
      circle at 15% 22%,
      rgba(103, 232, 249, 0.24),
      transparent 34%
    ),
    radial-gradient(
      circle at 78% 12%,
      rgba(168, 85, 247, 0.26),
      transparent 40%
    );
  filter: blur(8px);
  z-index: -2;
}
.znqpw-45::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 0, rgba(17, 26, 49, 0.45) 80%);
  z-index: -1;
}
.cpvqz-c {
  display: inline-block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #dbeafe;
  border: 1px solid rgba(103, 232, 249, 0.5);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 24px;
  background: rgba(12, 21, 42, 0.65);
}
.hdqzm-h1 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: clamp(36px, 6.5vw, 62px);
  line-height: 1.03;
  letter-spacing: -1.1px;
  margin: 0 0 20px;
  max-width: 820px;
  text-wrap: balance;
}
.hdqzm-h1 em {
  font-style: normal;
  background: linear-gradient(
    90deg,
    var(--accent),
    #c4b5fd 55%,
    var(--accent-3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ldqvz-l {
  font-size: 19px;
  color: var(--text-soft);
  max-width: 690px;
  margin: 0 0 32px;
}
.bjzqr-13 {
  display: inline-block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
}
.bjzqr-13:hover {
  transform: translateY(-2px);
}
.bjzqr-13--ax9 {
  background: linear-gradient(130deg, #0e7490, #7c3aed);
  color: #f8fbff;
  box-shadow: 0 14px 26px rgba(14, 116, 144, 0.35);
}
.bjzqr-13--ax9:hover {
  box-shadow: 0 20px 34px rgba(124, 58, 237, 0.34);
}
.bjzqr-13--gh2 {
  background: rgba(12, 21, 42, 0.55);
  color: var(--text);
  border: 1px solid rgba(103, 232, 249, 0.35);
}
.bjzqr-13--gh2:hover {
  background: rgba(12, 21, 42, 0.85);
}

.wnpqz-56 {
  padding: 76px 0;
}
.wnpqz-56--alt {
  background: linear-gradient(
    165deg,
    rgba(9, 13, 25, 0.96),
    rgba(13, 21, 44, 0.96)
  );
  border-top: 1px solid rgba(103, 232, 249, 0.16);
  border-bottom: 1px solid rgba(103, 232, 249, 0.16);
}
.hdqzm-h2 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}
.hdqzm-h3 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
}
.hdmkt-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #93c5fd;
  margin: 0 0 12px;
  font-weight: 600;
}

.gxprw-19 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 36px;
}
.tkmvz-44 {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 16px;
  padding: 28px;
  transition:
    transform 0.28s,
    box-shadow 0.28s,
    border-color 0.28s;
}
.tkmvz-44::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(103, 232, 249, 0.1),
    transparent 65%
  );
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}
.tkmvz-44:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(103, 232, 249, 0.45);
}
.tkmvz-44:hover::after {
  transform: translateX(0);
}
.gxprw-19 .tkmvz-44:nth-child(2n) {
  border-color: rgba(168, 85, 247, 0.35);
}
.gxprw-19 .tkmvz-44:nth-child(3n) {
  border-color: rgba(251, 113, 133, 0.34);
}

.pltvz-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: start;
  background: var(--surface-2);
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
  transition:
    transform 0.32s,
    border-color 0.32s;
}
.pltvz-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(168, 85, 247, 0.48);
}
.pltvz-logo {
  aspect-ratio: 16/9;
  background: linear-gradient(
    150deg,
    rgba(15, 23, 42, 0.95),
    rgba(12, 32, 54, 0.92)
  );
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  animation: floatY 5.5s ease-in-out infinite;
}
.pltvz-card:nth-child(odd) .pltvz-logo {
  animation-duration: 6.5s;
}
.pltvz-logo img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(2, 8, 22, 0.75));
}
.pltvz-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}
.mtchp {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  background: rgba(103, 232, 249, 0.12);
  color: #dbeafe;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.3);
  font-weight: 500;
}
@media (max-width: 720px) {
  .pltvz-card {
    grid-template-columns: 1fr;
  }
  .pltvz-logo {
    max-width: 260px;
  }
}

.lstvq-l {
  padding-left: 0;
  list-style: none;
}
.lstvq-l li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.lstvq-l li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  box-shadow: 0 0 8px rgba(103, 232, 249, 0.6);
}

.artvz-prose {
  max-width: 780px;
  margin: 0 auto;
}
.artvz-prose h2 {
  margin-top: 48px;
}
.artvz-prose h3 {
  font-family: "Fraunces", serif;
  margin-top: 32px;
  font-size: 20px;
}
.artvz-prose p,
.artvz-prose li {
  color: var(--text-soft);
}

.acdvz-a {
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 12px;
  background: rgba(16, 23, 45, 0.76);
  margin-bottom: 12px;
  overflow: hidden;
}
.acdvz-a summary {
  cursor: pointer;
  padding: 18px 22px;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acdvz-a summary::-webkit-details-marker {
  display: none;
}
.acdvz-a summary::after {
  content: "+";
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: var(--accent);
  transition:
    transform 0.25s,
    color 0.25s;
}
.acdvz-a[open] summary::after {
  transform: rotate(45deg);
  color: #c4b5fd;
}
.acdvz-a > div {
  padding: 0 22px 22px;
  color: var(--text-soft);
}

.agvqx-18 {
  background: linear-gradient(90deg, #3b0764 0%, #0f766e 50%, #1d4ed8 100%);
  color: #eef7ff;
  padding: 14px 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.agvqx-18 strong {
  background: #f8fafc;
  color: #312e81;
  padding: 3px 9px;
  border-radius: 6px;
  margin-right: 8px;
  font-weight: 700;
}

.fxnqm-77 {
  background: linear-gradient(180deg, #030712 0, #050c1d 100%);
  color: var(--text-soft);
  padding: 64px 0 32px;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  border-top: 1px solid rgba(103, 232, 249, 0.18);
}
.fxnqm-77 .kxmwt-08 {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.4fr 1fr 1fr;
}
.fxnqm-77 h4 {
  color: var(--text);
  font-family: "Fraunces", serif;
  font-size: 17px;
  margin: 0 0 14px;
  font-weight: 600;
}
.fxnqm-77 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fxnqm-77 li {
  margin-bottom: 8px;
}
.fxnqm-77 a {
  color: var(--text-soft);
  border: 0;
}
.fxnqm-77 a:hover {
  color: var(--text);
}
.lgvqx-31 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  background: rgba(13, 20, 40, 0.82);
  border: 1px solid rgba(103, 232, 249, 0.26);
  border-radius: 14px;
  padding: 22px 28px;
  margin-top: 24px;
}
.lgvqx-31 a {
  border: 0;
  display: flex;
  align-items: center;
}
.lgvqx-31 img {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.lgvqx-31 img.tall {
  height: 74px;
}
.fxbtm {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(103, 232, 249, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  color: #7f8cb3;
  font-size: 13px;
}
@media (max-width: 760px) {
  .fxnqm-77 .kxmwt-08 {
    grid-template-columns: 1fr;
  }
}

.ovlqx-22 {
  position: fixed;
  inset: 0;
  background: rgba(1, 5, 16, 0.9);
  backdrop-filter: blur(10px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 0.3s ease-out;
}
.mdqzp-90 {
  background: linear-gradient(160deg, #dbeafe, #f3e8ff);
  color: #1e1b4b;
  border-radius: 18px;
  max-width: 500px;
  width: 100%;
  padding: 40px 36px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  animation: liftIn 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.mdqzp-90 .seal {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(130deg, #0f766e, #7c3aed);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.mdqzp-90 h2 {
  margin: 0 0 12px;
  font-family: "Fraunces", serif;
  font-size: 26px;
}
.mdqzp-90 p {
  color: #312e81;
  margin: 0 0 24px;
}
.mdqzp-90 .actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ckvzm-66 {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 530px;
  margin-left: auto;
  background: rgba(6, 10, 22, 0.95);
  color: var(--text);
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid rgba(103, 232, 249, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 8000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  animation: slideUp 0.35s ease-out;
}
.ckvzm-66 h3 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-size: 18px;
  color: #fff;
}
.ckvzm-66 p {
  margin: 0 0 14px;
  color: #c5d2f3;
  line-height: 1.55;
}
.ckvzm-66 .cact {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ckvzm-66 button {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}
.ckvzm-66 .ckpri {
  background: linear-gradient(90deg, #0ea5e9, #7c3aed);
  color: #fff;
}
.ckvzm-66 .ckpri:hover {
  filter: brightness(1.08);
}
.ckvzm-66 .ckscn {
  background: transparent;
  color: #dbeafe;
  border: 1px solid rgba(103, 232, 249, 0.35);
}
.ckvzm-66 .ckscn:hover {
  background: rgba(103, 232, 249, 0.09);
}

.ckpfd {
  background: linear-gradient(180deg, #eff6ff, #ede9fe);
  color: #1f2352;
  border-radius: 18px;
  max-width: 580px;
  width: 100%;
  padding: 36px;
  max-height: 90vh;
  overflow-y: auto;
  animation: liftIn 0.35s;
}
.ckpfd h2 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-size: 24px;
}
.ckpfd .ckrow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(79, 70, 229, 0.18);
}
.ckpfd .ckrow:first-of-type {
  border-top: 0;
}
.ckpfd .ckrow h4 {
  margin: 0 0 4px;
  font-family: "Fraunces", serif;
  font-size: 17px;
}
.ckpfd .ckrow p {
  margin: 0;
  color: #444b80;
  font-size: 14px;
}
.ckpfd .ckactions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.tgswx {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  display: inline-block;
}
.tgswx input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.tgswx span {
  position: absolute;
  inset: 0;
  background: #b8bddd;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
.tgswx span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
.tgswx input:checked + span {
  background: #6366f1;
}
.tgswx input:checked + span::after {
  transform: translateX(20px);
}
.tgswx input:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}

@keyframes orbSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes liftIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
