:root {
  --bg: #0f1620;
  --surface: #161f2c;
  --card: #1c2836;
  --primary: #00c46a;
  --primary-dark: #009a52;
  --accent: #ffb800;
  --text: #e8edf2;
  --muted: #9aa8b6;
  --border: #26303d;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .25);
  --maxw: 1200px
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

html {
    overflow-x: hidden;
    position: relative;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background: var(--bg);
  color: var(--text)
}

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

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

h2,
h3,
h4 {
  line-height: 1.25
}

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

.ca9rrirjy {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 22, 32, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border)
}

.caxi6n3kd {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 40px
}

.ca1qtc3wp {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -.5px;
  flex-shrink: 0
}

.ca2dq5z8v {
  color: var(--primary)
}

.cagtjlpny {
  color: var(--text)
}

.ca20ecipv {
  flex: 1
}

.ca20ecipv ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end
}

.ca20ecipv li {
  position: relative
}

.ca20ecipv a {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--muted);
  transition: color .25s, background .25s
}

.ca20ecipv a:hover {
  color: var(--text);
  background: var(--card)
}

.ca20ecipv li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px;
  min-width: 190px;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s;
  z-index: 10
}

.ca20ecipv li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.ca20ecipv li ul a {
  display: block;
  color: var(--muted)
}

.cadnfwnrt {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto
}

.cadnfwnrt span {
  width: 26px;
  height: 3px;
  background: var(--text);
  border-radius: 2px;
  transition: .3s
}

header ul a.active {
  text-decoration: underline;
  font-weight: 700;
  color: #00c46a;
}

.ca17n0gv1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 98
}

.ca17n0gv1.car6e9ihz {
  opacity: 1;
  visibility: visible
}

.ca22mvli1 {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0a2818, #0f1620 60%, #132033);
  padding: 80px 20px;
  overflow: hidden
}

.ca2jpwuy3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(0, 196, 106, .18), transparent 60%)
}

.ca1o2w6y9 {
  position: relative;
  z-index: 2;
  max-width: 820px
}

.ca22mvli1 h1 {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 32px;
  line-height: 1.15
}

.ca20sqtl0 {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #03140b;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 16px 44px;
  border-radius: 50px;
  box-shadow: 0 12px 28px rgba(0, 196, 106, .4);
  transition: transform .25s, box-shadow .25s, filter .25s
}

.ca20sqtl0:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 40px rgba(0, 196, 106, .55);
  filter: brightness(1.08)
}

.ca2f6vn2o {
  font-size: 1.25rem;
  padding: 20px 60px
}

.ca1g8tplt {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px
}

.ca1g8tplt>* {
  margin-bottom: 22px
}

.ca1g8tplt h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 16px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border)
}

.ca1g8tplt h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--primary)
}

.ca1g8tplt p {
  color: var(--muted);
  line-height: 1.7
}

.ca1g8tplt ul,
.ca1g8tplt ol {
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7
}

.ca1g8tplt li {
  margin-bottom: 8px
}

.ca1g8tplt img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 20px 0
}

.ca1g8tplt a {
  color: var(--primary)
}

.ca1g8tplt .ca20sqtl0 {
  display: block;
  width: fit-content;
  margin: 40px auto;
  color: #03140b
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

th,
td {
  border: 1px solid var(--border);
  padding: 14px 16px;
  text-align: left;
  font-size: .95rem
}

th {
  background: var(--surface);
  color: var(--text);
  font-weight: 700
}

td {
  color: var(--muted)
}

tr:nth-child(even) td {
  background: rgba(255, 255, 255, .02)
}

.ca1i1xdci {
  background: #080c12;
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 32px 20px
}

.ca1i1xdci p {
  color: var(--muted);
  font-size: .9rem
}

.cadnfwnrt {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  position: relative;
  background-image: linear-gradient(#00c46a, #00c46a);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.cadnfwnrt::before,
.cadnfwnrt::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #00c46a;
  transition: transform 0.3s ease;
}

.cadnfwnrt::before {
  top: 8px;
}

.cadnfwnrt::after {
  bottom: 8px;
}

@media (max-width:1023px) {
  .cadnfwnrt {
    display: flex
  }

  .ca20ecipv {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 340px;
    height: 100vh;
    background: var(--surface);
    flex-direction: column;
    padding: 80px 10px 20px;
    overflow-y: auto;
    transition: right .35s ease;
    z-index: 99;
    box-shadow: -10px 0 40px rgba(0, 0, 0, .4)
  }

  .ca20ecipv.car6e9ihz {
    right: 0
  }

  .ca20ecipv ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: stretch;
    justify-content: flex-start
  }

  .ca20ecipv a {
    display: block;
    padding: 14px 12px;
    border-radius: 10px;
    font-size: 1rem
  }

  .ca20ecipv li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    background: var(--card);
    margin-top: 4px
  }

  .ca20ecipv li.ca2psm6he>ul {
    display: flex
  }

  body.ca2mdikqs {
    overflow: hidden
  }
}

header li.active a {
  text-decorate: underline !important;
  font-weight: 700;
}

@media (min-width:768px) {
  .ca22mvli1 h1 {
    font-size: 2.9rem
  }

  .ca1g8tplt h2 {
    font-size: 2rem
  }
}

@media (min-width:1024px) {
  .ca22mvli1 {
    min-height: 600px
  }

  .ca22mvli1 h1 {
    font-size: 3.4rem
  }
}
.gb-ff5a1c2d{display: flex; margin: 10px auto; width: fit-content;}
