:root {
  --bg: #0b1418;
  --surface: #12242b;
  --surface-2: #16303a;
  --primary: #12d3c8;
  --primary-dark: #0aa79e;
  --accent: #5ce1e6;
  --text: #eaf6f7;
  --muted: #8fb0b5;
  --border: #1e3b44;
  --radius: 14px;
  --radius-pill: 999px;
  --shadow: 0 8px 24px rgba(0, 0, 0, .35);
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, .25);
  --sp: 1rem;
  --head: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

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

.tofm374ln {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem
}

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

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

.toxalsl3p {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 20, 24, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border)
}
h1 {
    font-size: 60px;
}
.to2f7kd61 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px
}

.toxvipoxv,
.to2da2q4m {
  font-family: var(--head);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -.5px
}

.toxvipoxv span,
.to2da2q4m span {
  color: var(--primary)
}

.to244vyed {
  position: fixed;
  inset: 66px 0 auto 0;
  background: var(--surface);
  flex-direction: column;
  padding: .75rem 1.25rem 1.25rem;
  gap: .25rem;
  display: none;
  border-bottom: 1px solid var(--border)
}

.to244vyed.to1xemoa4 {
  display: flex
}

.to244vyed a {
  display: block;
  padding: .85rem 1rem;
  color: var(--muted);
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: color .2s, background .2s;
  min-height: 44px
}

.to244vyed a:hover {
  color: var(--text);
  background: var(--surface-2)
}

.to244vyed a.to1k8bdj9,
.to244vyed a[aria-current="page"] {
  color: #04222a;
  background: var(--primary);
  font-weight: 700
}

.to1dkkmyt {
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  width: 44px;
  height: 44px;
  justify-content: center
}

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

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

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

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

.to1figska {
  display: inline-block;
  padding: .9rem 1.8rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-family: var(--head);
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s;
  min-height: 44px
}

.to2bezwax {
  background: var(--primary);
  color: #04222a;
  box-shadow: var(--shadow-sm)
}

.to2bezwax:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow)
}

.to2fe81j6 {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary)
}

.to2fe81j6:hover {
  background: var(--surface-2);
  transform: translateY(-2px)
}

.to1jrqdng {
  text-align: center;
  padding: 3.5rem 0 3rem;
  background: radial-gradient(ellipse at top, rgba(18, 211, 200, .12), transparent 60%)
}

.to3aa43i1,
.to13w7r0s {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  margin-bottom: .75rem
}

.to18frdpn {
  font-family: var(--head);
  font-weight: 800;
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.to2mfzjb9 {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 560px;
  margin: 0 auto 2rem
}

.to2092ck6 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem
}

.to17rpnn1 {
  max-width: 340px;
  margin: 0 auto
}

.to17rpnn1 img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: auto
}

section {
  padding: 3rem 0
}

.to1fiwxpp {
  font-family: var(--head);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 2rem;
  line-height: 1.15
}

.to2osiua2 .to13w7r0s,
.to2osiua2 .to1fiwxpp,
.to2c30zzh .to13w7r0s,
.to2c30zzh .to1fiwxpp,
.to220x2mz .to13w7r0s,
.to220x2mz .to1fiwxpp,
.to1krmo7o .to13w7r0s,
.to1krmo7o .to1fiwxpp {
  text-align: center;
  display: block
}

.toij0f3hj {
  display: grid;
  gap: 1rem
}

.tol9svk95 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm)
}

.to1lzr1qw {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-pill);
  background: var(--primary);
  color: #04222a;
  font-family: var(--head);
  font-weight: 800;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.to787wulr {
  font-weight: 700;
  margin-bottom: .35rem;
  font-size: 1.1rem
}

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

.tomud8mei {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm)
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px
}

thead th {
  background: var(--surface-2);
  color: var(--text);
  font-family: var(--head);
  font-weight: 700;
  text-align: left
}

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

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

tbody tr:last-child td {
  border-bottom: 0
}

td {
  color: var(--muted)
}

td:first-child {
  color: var(--text);
  font-weight: 600
}

.to2rfl8dh {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr
}

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

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

.toidladui {
  font-size: 2rem;
  margin-bottom: .75rem
}

.to2r1r1yz {
  font-family: var(--head);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: .4rem
}

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

.tooa1exbu {
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.tooa1exbu img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.to1dtaykd {
  display: grid;
  gap: .75rem;
  max-width: 760px;
  margin: 0 auto
}

.to29vypuk {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden
}

.toea6m52s {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: var(--text);
  font-family: var(--head);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  min-height: 44px
}

.to1n8rg0h {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform .3s
}

.to29vypuk.toisr0tj0 .to1n8rg0h {
  transform: rotate(45deg)
}

.tom5yrwi5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.tom5yrwi5 p {
  margin: 0;
  padding: 0 1.25rem 1.1rem;
  color: var(--muted);
  line-height: 1.5
}

.toz0qh8uo {
  background: var(--surface);
  border-top: 1px solid var(--border)
}

.to25cgu3h {
  max-width: 820px;
  line-height: 1.6
}

.to25cgu3h p {
  color: var(--muted);
  margin: 0 0 1rem
}

.to25cgu3h a {
  color: var(--primary);
  text-decoration: underline
}

.to25cgu3h a:hover {
  color: var(--accent)
}

.to25cgu3h ul,
.to25cgu3h ol {
  padding-left: 1.5rem;
  margin: 0 0 1.25rem;
  color: var(--muted)
}

.to25cgu3h li {
  margin: .4rem 0
}

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

.to25cgu3h blockquote {
  margin: 1.25rem 0;
  padding: .75rem 1.25rem;
  border-left: 3px solid var(--primary);
  background: var(--surface-2);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--text)
}

.to25cgu3h table {
  width: 100%;
  min-width: 0;
  margin: 1.25rem 0
}

.to25cgu3h table {
  display: block;
  overflow-x: auto
}

.to1xswn8m {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s, transform .6s
}

.to1xswn8m.tozvx6vb4 {
  opacity: 1;
  transform: none
}

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

.to8mk8faq {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 2.5rem 0;
  text-align: center
}

.to2da2q4m {
  margin-bottom: .75rem
}

.to24rsevc {
  color: var(--muted);
  margin: 0 0 .5rem
}

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

@media(min-width:768px) {
  .toij0f3hj {
    grid-template-columns: 1fr 1fr
  }

  .to2rfl8dh {
    grid-template-columns: 1fr 1fr
  }

  .to1jrqdng {
    padding: 5rem 0 4rem
  }

  section {
    padding: 4rem 0
  }
}

@media(min-width:1024px) {
  .to1dkkmyt {
    display: none
  }

  .to244vyed {
    position: static;
    display: flex;
    flex-direction: row;
    background: none;
    border: 0;
    padding: 0;
    gap: .35rem
  }

  .to244vyed a {
    padding: .6rem 1rem;
    min-height: auto
  }

  .to2rfl8dh {
    grid-template-columns: repeat(4, 1fr)
  }
}

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

  html {
    scroll-behavior: auto
  }
}
.gb-5be5904b{display: block; max-width: 24em; margin: 1em auto; text-align: center; text-transform: capitalize; padding: .8em 1.75em; border-radius: 999px; background: #ea580c22; color: #ea580c; text-decoration: none; font-weight: 600; transition: all .15s ease;}
.gb-5be5904b:hover{filter: brightness(1.08);}
.gb-5be5904b:focus{outline: 2px solid #ea580c; outline-offset: 2px;}
