*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.nv3-site {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, sans-serif;
  color: #fff;
  background: linear-gradient(180deg, #050b5c 0%, #07146e 50%, #081a78 100%);
}
.nv3-skip {
  position: absolute;
  left: -9999px;
}
.nv3-skip:focus {
  left: 10px;
  top: 10px;
  z-index: 10000;
  padding: 10px 14px;
  background: #1e5bff;
  color: #fff;
  border-radius: 8px;
}
.nv3-off {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.nv3-barrel {
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
}
.nv3-crown {
  position: sticky;
  top: 0;
  z-index: 900;
  min-height: 78px;
  background: linear-gradient(180deg, #0a0f78, #08105f);
  border-bottom: 1px solid rgba(125, 187, 255, 0.45);
  box-shadow: 0 4px 26px rgba(14, 46, 255, 0.28);
}
.nv3-crown__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}
.nv3-brand__a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #ffd05a;
  text-decoration: none;
  letter-spacing: 0.04em;
  transform: skewX(-4deg);
  display: inline-block;
  text-shadow: 0 0 14px rgba(243, 178, 46, 0.45);
}
.nv3-brand__sub {
  color: #f3b22e;
  font-size: 0.95rem;
  margin-left: 6px;
  letter-spacing: 0.12em;
}
.nv3-mnav {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(125, 187, 255, 0.45);
  background: rgba(8, 26, 120, 0.85);
  padding: 0;
  cursor: pointer;
}
.nv3-mnav__i {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #b8d8ff;
  border-radius: 2px;
  box-shadow: 0 6px 0 #b8d8ff, 0 -6px 0 #b8d8ff;
}
.nv3-links {
  display: flex;
  gap: 0;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.nv3-links a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-left: 1px solid rgba(125, 187, 255, 0.35);
  box-shadow: inset 1px 0 0 rgba(125, 187, 255, 0.15);
}
.nv3-links a:first-child {
  border-left: 0;
  box-shadow: none;
}
.nv3-links a:hover,
.nv3-links a:focus-visible {
  color: #b8d8ff;
  outline: none;
}
.nv3-auth {
  display: flex;
  gap: 10px;
}
.nv3-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.nv3-cta:focus-visible {
  outline: 2px solid #7dbbff;
  outline-offset: 2px;
}
.nv3-cta--ice {
  color: #fff;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
}
.nv3-cta--ice:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(58, 123, 255, 0.55);
}
.nv3-cta--gold {
  color: #050b5c;
  background: linear-gradient(180deg, #ffd66b, #d99211);
}
.nv3-cta--gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(243, 178, 46, 0.5);
}
.nv3-cta--fat {
  padding: 16px 34px;
  font-size: 0.95rem;
  border-radius: 18px;
}
.nv3-subnav {
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
  background: rgba(7, 20, 110, 0.6);
}
.nv3-subnav__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}
.nv3-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nv3-track a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(58, 123, 255, 0.55);
  background: rgba(5, 11, 92, 0.85);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.nv3-track a:hover,
.nv3-track a:focus-visible {
  box-shadow: 0 0 14px rgba(30, 91, 255, 0.55);
  outline: none;
}
.nv3-query {
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(58, 123, 255, 0.45);
  overflow: hidden;
  background: rgba(5, 11, 92, 0.95);
  min-width: min(300px, 100%);
}
.nv3-query input {
  flex: 1;
  border: 0;
  padding: 10px 14px;
  background: transparent;
  color: #c6d0ff;
  font-size: 0.85rem;
}
.nv3-query input::placeholder {
  color: #a9b4e5;
}
.nv3-go {
  width: 44px;
  height: 42px;
  border: 0;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
}
.nv3-hero-wrap {
  margin: 0;
}
.nv3-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(145deg, #07146e 0%, #0e2eff 50%, #081a78 100%);
}
.nv3-hero__img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}
.nv3-hero__layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 11, 92, 0.72) 0%, rgba(5, 11, 92, 0.38) 48%, rgba(5, 11, 92, 0.1) 100%);
  pointer-events: none;
}
.nv3-hero__mid {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.nv3-hero__glass {
  max-width: 520px;
  padding: 28px 32px;
  border-radius: 22px;
  background: rgba(5, 11, 92, 0.72);
  border: 1px solid rgba(125, 187, 255, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  text-align: center;
}
.nv3-kicker {
  margin: 0 0 10px;
  font-style: italic;
  color: #b8d8ff;
}
.nv3-title {
  margin: 0 0 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 4vw, 2.45rem);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.nv3-hero__chrome {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.nv3-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(125, 187, 255, 0.5);
  background: linear-gradient(145deg, #1e5bff, #0a0f78);
  box-shadow: 0 0 16px rgba(30, 91, 255, 0.55);
}
.nv3-arrow--l {
  left: 14px;
}
.nv3-arrow--r {
  right: 14px;
}
.nv3-dots {
  position: absolute;
  bottom: 18px;
  left: 22px;
  display: flex;
  gap: 10px;
}
.nv3-dots b,
.nv3-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f3b22e;
  font-style: normal;
  font-weight: 700;
}
.nv3-dots b {
  background: linear-gradient(180deg, #ffd66b, #d99211);
}
.nv3-dots i {
  background: transparent;
}
.nv3-util {
  padding: 18px 0;
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
}
.nv3-util__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.nv3-pulse {
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  color: #e8ecff;
  background: linear-gradient(180deg, rgba(110, 130, 200, 0.35), rgba(20, 35, 120, 0.85));
  border: 1px solid rgba(169, 180, 229, 0.35);
}
.nv3-pulse--live {
  border-color: rgba(58, 123, 255, 0.55);
  color: #fff;
}
.nv3-tagline {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.8rem;
  color: #7dbbff;
}
.nv3-more {
  font-size: 0.8rem;
  color: #7dbbff;
  text-decoration: underline;
}
.nv3-main {
  padding: 40px 0 48px;
}
.nv3-seg {
  margin-bottom: 38px;
}
.nv3-h {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.nv3-copy {
  margin: 0 0 12px;
  line-height: 1.65;
  color: #c6d0ff;
  font-size: 0.98rem;
}
.nv3-copy--dim {
  color: #a9b4e5;
  font-size: 0.92rem;
}
.nv3-article h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin: 0 0 16px;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: none;
}
.nv3-article h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(1.12rem, 2.2vw, 1.48rem);
  margin: 28px 0 12px;
  line-height: 1.3;
  color: #ffd05a;
  letter-spacing: 0.04em;
  text-transform: none;
}
.nv3-article h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #b8d8ff;
  line-height: 1.35;
}
.nv3-article p,
.nv3-article li {
  margin: 0 0 12px;
  line-height: 1.65;
  color: #c6d0ff;
  font-size: 0.98rem;
}
.nv3-article ul,
.nv3-article ol {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}
.nv3-article li {
  margin-bottom: 8px;
}
.nv3-article .nv3-sheet {
  margin: 16px 0 22px;
}
.nv3-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  justify-items: center;
}
@media (min-width: 768px) {
  .nv3-matrix {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.nv3-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 16px;
  overflow: visible;
  border: 1px solid rgba(125, 187, 255, 0.25);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  background: rgba(7, 20, 110, 0.35);
}
.nv3-card img {
  width: 2cm;
  height: 2cm;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
  background: #07146e;
}
.nv3-card span {
  position: static;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
  color: #fff;
}
.nv3-sheet {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(125, 187, 255, 0.25);
  background: rgba(7, 20, 110, 0.5);
}
.nv3-grid {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.9rem;
}
.nv3-grid th,
.nv3-grid td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(125, 187, 255, 0.15);
}
.nv3-grid th {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8d8ff;
  background: rgba(10, 15, 120, 0.6);
}
.nv3-grid td {
  color: #e8ecff;
}
.nv3-grid tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 640px) {
  .nv3-sheet {
    overflow: visible;
  }
  .nv3-grid {
    min-width: 0;
  }
  .nv3-grid thead {
    display: none;
  }
  .nv3-grid tr {
    display: block;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(7, 20, 110, 0.75);
    border: 1px solid rgba(125, 187, 255, 0.2);
  }
  .nv3-grid td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: none;
  }
  .nv3-grid td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #7dbbff;
  }
}
.nv3-plinth {
  padding: 44px 0 28px;
  background: linear-gradient(180deg, #050b5c, #04083f);
  border-top: 1px solid rgba(125, 187, 255, 0.25);
}
.nv3-plinth__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (min-width: 900px) {
  .nv3-plinth__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.nv3-bucket__t {
  margin: 0 0 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8d8ff;
}
.nv3-bucket a {
  display: block;
  padding: 4px 0;
  color: #f3b22e;
  text-decoration: none;
  font-size: 0.88rem;
}
.nv3-bucket a:hover,
.nv3-bucket a:focus-visible {
  color: #ffd05a;
  outline: none;
}
.nv3-pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(125, 187, 255, 0.2);
}
.nv3-pay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(30, 91, 255, 0.35), rgba(5, 11, 92, 0.95));
  border: 1px solid rgba(58, 123, 255, 0.45);
}
.nv3-pay img {
  max-height: 28px;
  width: auto;
}
.nv3-rip {
  height: 26px;
  margin-top: 24px;
  background: repeating-linear-gradient(90deg, #0a1478 0 18px, #08105f 18px 36px);
  clip-path: polygon(0 40%, 5% 55%, 12% 35%, 20% 60%, 28% 38%, 36% 58%, 44% 32%, 52% 55%, 60% 36%, 68% 58%, 76% 34%, 84% 56%, 92% 38%, 100% 50%, 100% 100%, 0 100%);
  opacity: 0.85;
}
.nv3-law {
  text-align: center;
  font-size: 0.75rem;
  color: #a9b4e5;
  margin: 14px 0 0;
}
@media (max-width: 900px) {
  .nv3-mnav {
    display: inline-block;
  }
  .nv3-links {
    display: none;
    width: 100%;
    order: 5;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    border-top: 1px solid rgba(125, 187, 255, 0.2);
  }
  .nv3-links.is-open {
    display: flex;
  }
  .nv3-links a {
    border-left: 0;
    box-shadow: none;
    padding: 10px 0;
  }
}

