:root {
  --bg: #0e1826;
  --bg-alt: #132133;
  --surface: #182a40;
  --surface-2: #1f3450;
  --text: #eaf0f8;
  --muted: #9fb0c6;
  --gold: #e4b74a;
  --gold-dark: #c99a2e;
  --neon: #2ee66a;
  --border: #26384f;
  --radius: 2px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .4);
  --space: 8px;
  --maxw: 1180px;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Nunito', sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

.au1eyganj {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px
}

.au2n2eoq4 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 24, 38, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border)
}

.auh5r48i4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px
}

.au5p3hxs3 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .5px;
  color: var(--gold)
}

.au10siiy9 {
  display: none;
  flex-direction: column;
  gap: 4px
}

.au10siiy9 a {
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s, background .2s
}

.au10siiy9 a:hover {
  color: var(--text)
}

.au10siiy9 a.auel50x80,
.au10siiy9 a[aria-current="page"] {
  color: var(--gold);
  border-bottom-color: var(--gold);
  font-weight: 800
}

.au10siiy9 a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px
}

.au59v0sxy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: var(--radius)
}

.au59v0sxy span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 0 auto;
  background: var(--text);
  transition: .3s
}

.au59v0sxy[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.au59v0sxy[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.au59v0sxy[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.au10siiy9.au2lz0741 {
  display: flex;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background: var(--bg-alt);
  padding: 12px 20px 20px;
  border-bottom: 1px solid var(--border)
}

.au10siiy9.au2lz0741 a {
  border-bottom: 1px solid var(--border)
}

.au10siiy9.au2lz0741 a.auel50x80,
.au10siiy9.au2lz0741 a[aria-current="page"] {
  color: var(--gold);
  background: rgba(228, 183, 74, .1)
}

.auvnyq9b7 {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 800;
  font-size: 1rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .2s;
  border: none
}

.auzyuudug {
  background: var(--gold);
  color: #1a1207
}

.auzyuudug:hover {
  background: var(--gold-dark);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 20px rgba(228, 183, 74, .3)
}

.auvnyq9b7:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px
}

.auv7abv7y {
  padding: 56px 0;
  background: radial-gradient(circle at 20% 20%, rgba(228, 183, 74, .12), transparent 45%), radial-gradient(circle at 85% 60%, rgba(46, 230, 106, .1), transparent 50%), linear-gradient(160deg, #0e1826, #132133 60%, #1a2c44)
}

.au25wxt13 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px 26px;
  display: grid;
  gap: 28px
}

.au200ryc1 {
  display: inline-block;
  color: var(--neon);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .75rem;
  margin-bottom: 14px
}

.au8qm9m70 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px
}

.au150vf6x {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 60ch;
  margin: 0 0 26px
}

.au1atetu4 img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  aspect-ratio: 16/10;
  border: 1px solid var(--border)
}

section {
  padding: 64px 0
}

.auapbwo3k {
  display: inline-block;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .75rem;
  margin-bottom: 12px
}

.auothwnzm {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 14px
}

.au4pbfntt {
  color: var(--muted);
  max-width: 65ch;
  line-height: 1.5;
  margin: 0 0 36px
}

.au1h1xvf7 {
  display: grid;
  gap: 20px
}

.aupk3jt33 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform .2s, border-color .2s, box-shadow .2s
}

.aupk3jt33:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow)
}

.au10o83gu {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--neon);
  border: 1px solid rgba(46, 230, 106, .4);
  padding: 4px 10px;
  border-radius: var(--radius);
  margin-bottom: 16px
}

.au1m32hll {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--neon);
  line-height: 1
}

.au19zdtmo {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px 0 8px
}

.aupk3jt33 p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0
}

.aubl877z8 {
  background: var(--bg-alt)
}

.au8oca0yq {
  display: grid;
  gap: 22px
}

.auov76ul0 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform .2s, border-color .2s
}

.auov76ul0:hover {
  transform: translateY(-4px);
  border-color: var(--neon)
}

.au20r0ac3 {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(228, 183, 74, .12);
  color: var(--gold);
  border-radius: var(--radius);
  margin-bottom: 18px
}

.au5scb3hp {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px
}

.auov76ul0 p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0
}

.aulvhk1qe {
  background: var(--bg)
}

.au1vrn0gp {
  color: var(--text);
  line-height: 1.6
}

.au1vrn0gp p {
  color: var(--muted);
  margin: 0 0 1.1rem;

}

.au1vrn0gp img {
 margin: 0 0 1.1rem;
}

.au1vrn0gp h2,
.au1vrn0gp h3{
 margin: 0 0 1.1rem;
}

.au1vrn0gp a {
  color: var(--gold);
  text-decoration: underline;
  font-weight: 600
}

.au1vrn0gp a:hover {
  color: var(--neon)
}



.au1vrn0gp h1,
.au1vrn0gp h2,
.au1vrn0gp h3,
.au1vrn0gp h4 {
  color: var(--text);
  font-weight: 800;
  line-height: 1.2;
  margin: 1.8rem 0 .8rem
}

.au1vrn0gp h1 {
  font-size: 1.8rem
}

.au1vrn0gp h2 {
  font-size: 1.45rem
}

.au1vrn0gp h3 {
  font-size: 1.2rem
}

.au1vrn0gp ul,
.au1vrn0gp ol {
  padding-left: 1.4rem;
  margin: 0 0 1.2rem;
  color: var(--muted)
}

.au1vrn0gp li {
  margin: .4rem 0;
  line-height: 1.5
}

.au1vrn0gp ul {
  list-style: disc
}

.au1vrn0gp ol {
  list-style: decimal
}

.au1vrn0gp li ul,
.au1vrn0gp li ol {
  margin: .4rem 0
}

.au1vrn0gp blockquote {
  margin: 1.2rem 0;
  padding: 14px 20px;
  border-left: 3px solid var(--gold);
  background: var(--surface);
  color: var(--text)
}

.au2lp5419,
.au1vrn0gp {
  overflow-x: auto
}

.au1vrn0gp table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  min-width: 480px
}

.au1vrn0gp th,
.au1vrn0gp td {
  padding: .7rem .85rem;
  border-bottom: 1px solid var(--border);
  text-align: left
}

.au1vrn0gp thead th {
  background: var(--surface-2);
  color: var(--text);
  font-weight: 800;
  border-bottom: 2px solid var(--gold)
}

.au1vrn0gp tbody tr:nth-child(even) {
  background: var(--surface)
}

.au2p9vf04 {
  background: linear-gradient(120deg, var(--surface), var(--surface-2))
}

.au11zkffb {
  display: grid;
  gap: 22px;
  align-items: center
}

.au2g1af51 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 8px
}

.au1keyiq6 {
  color: var(--muted);
  margin: 0;
  line-height: 1.5
}

.au23gas5f {
  background: #0a121e;
  border-top: 1px solid var(--border);
  padding: 44px 0
}

.au2ixkh9p {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 14px
}

.au2n9dmxy {
  color: var(--muted);
  line-height: 1.6;
  max-width: 70ch;
  margin: 0 0 14px;
  font-size: .92rem
}

.au265egnk {
  display: inline-block;
  background: var(--neon);
  color: #0a121e;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius);
  font-size: .85rem
}

.au2cpxcb8 {
  color: var(--muted);
  font-size: .85rem;
  margin: 0
}

.au1ic1hwm {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease
}

.au1ic1hwm.au1pcn0g2 {
  opacity: 1;
  transform: none
}

@media (min-width:768px) {
  .auv7abv7y {
    padding: 80px 0
  }

  .au25wxt13 {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    padding: 48px 44px
  }

  .au8qm9m70 {
    font-size: 2.6rem
  }

  section {
    padding: 88px 0
  }

  .auothwnzm {
    font-size: 2.1rem
  }

  .au1h1xvf7 {
    grid-template-columns: repeat(3, 1fr)
  }

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

  .au11zkffb {
    grid-template-columns: 1fr auto
  }

  .au10siiy9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
  }

  .au59v0sxy {
    display: none
  }
}

@media (min-width:1024px) {
  .au8oca0yq {
    grid-template-columns: repeat(4, 1fr)
  }

  .au8qm9m70 {
    font-size: 3rem
  }
}

@media (prefers-reduced-motion:reduce) {
  .au1ic1hwm {
    transition: none;
    opacity: 1;
    transform: none
  }

  html {
    scroll-behavior: auto
  }
}
.gb-2ca9ea5e.gb-2ca9ea5e{display: block; max-width: 18em; margin: 2em auto; text-align: center; text-transform: uppercase; padding: .8em 1em; border-radius: 999px; background: #0891b2; color: #fff; text-decoration: none; font-weight: 600; transition: all .15s ease;}
.gb-2ca9ea5e.gb-2ca9ea5e:hover{box-shadow: 0 4px 12px rgba(0,0,0,.18); background: #1f5966; color:#fff;}
.gb-2ca9ea5e.gb-2ca9ea5e:focus{outline: 2px solid #0891b2; outline-offset: 2px;}
