:root {
  --primary: #10b981;
  --primary-dark: #059669;
  --accent: #f59e0b;
  --accent-glow: #fb923c;
  --surface: #141a1f;
  --surface-2: #1c242b;
  --bg: #0c1013;
  --text: #f3f6f4;
  --muted: #9aa6a0;
  --border: #2a343b;
  --radius: 14px;
  --radius-pill: 999px;
  --shadow: 0 8px 24px rgba(0, 0, 0, .35);
  --shadow-sm: 0 3px 10px rgba(0, 0, 0, .25);
  --sp-1: .5rem;
  --sp-2: 1rem;
  --sp-3: 1.5rem;
  --sp-4: 2rem;
  --sp-5: 3rem;
  --sp-6: 4.5rem;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-head: 'Arial Narrow', '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(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: var(--primary);
  text-decoration: none;
}

.rpmaaank7 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 var(--sp-2);
}

.rpqldbafl {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 16, 19, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

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

.rp2cm0hcp {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  min-width: 96px;
}

.rpl86xucs {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.rpl86xucs span {
  display: block;
  height: 3px;
  width: 24px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 2px;
  transition: .25s;
}

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

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

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

.rpwto4yox {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  flex-direction: column;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: var(--sp-1) var(--sp-2) var(--sp-2);
}

.rpwto4yox.rplwseuu7 {
  display: flex;
}

.rpwto4yox a {
  display: block;
  padding: .75rem .5rem;
  color: var(--text);
  font-weight: 600;
  border-radius: 8px;
  transition: .2s;
}

.rpwto4yox a:hover {
  color: var(--primary);
}

.rpwto4yox a.rplc0i9bo,
.rpwto4yox a[aria-current="page"] {
  color: var(--primary);
  background: rgba(16, 185, 129, .12);
  font-weight: 700;
}

.rp9fmfa2n {
  position: relative;
  overflow: hidden;
  padding: var(--sp-5) 0 var(--sp-6);
  background: radial-gradient(circle at 85% 0%, rgba(245, 158, 11, .28), transparent 55%), linear-gradient(160deg, #0c1013 0%, #101c18 100%);
}

.rp2pz060s {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 140%;
  background: linear-gradient(135deg, rgba(16, 185, 129, .22), rgba(245, 158, 11, .12));
  transform: skewX(-14deg);
  z-index: 0;
  filter: blur(4px);
}

.rpc4gvnun {
  position: relative;
  z-index: 1;
  display: block;
  gap: var(--sp-4);
}

.rpwg6y3u1 {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: var(--sp-2);
}

.rp1j1ghtb {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.05;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: var(--sp-2);
}

.rp1bnbeqk {
  color: var(--muted);
  max-width: 60ch;
  margin-bottom: var(--sp-3);
}

.rp1m1ao10 {
  display: grid;
  gap: var(--sp-3);
}

.rp1r0uqjq {
  margin-top: 30px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--sp-3);
  box-shadow: var(--shadow);
  position: relative;
}

.rp1wvcr8r {
  display: inline-block;
  background: rgba(245, 158, 11, .15);
  color: var(--accent-glow);
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .3rem .7rem;
  border-radius: var(--radius-pill);
}

.rp2qxozoo {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.8rem;
  color: var(--primary);
  margin: .4rem 0 .2rem;
}

.rp1fgbl38 {
  color: var(--muted);
  font-size: .95rem;
  margin: 0 0 var(--sp-2);
}

.rp26sf7dz {
  background: var(--surface-2);
  border: 1px dashed var(--accent);
  border-radius: 8px;
  padding: .6rem .8rem;
  font-size: .9rem;
  margin-bottom: var(--sp-2);
  color: var(--text);
}

.rp26sf7dz strong {
  color: var(--accent-glow);
  letter-spacing: .05em;
}

.rp14eglcq {
  display: inline-block;
  font-weight: 700;
  padding: .8rem 1.6rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: 0;
  transition: transform .18s, box-shadow .18s, background .18s;
  text-align: center;
}

.rpvzdh6js {
  background: var(--primary);
  color: #04120c;
  box-shadow: var(--shadow-sm);
}

.rpvzdh6js:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.rp1s1clzv {
  display: block;
  width: 100%;
}

.rp1pdr3ho {
  padding: var(--sp-5) 0;
}

.rpb1zkjq7 {
  max-width: 860px;
}

.rp2rfazgi {
  margin-bottom: var(--sp-3);
  font-size: .85rem;
}

.rp2rfazgi ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  padding: 0;
  margin: 0;
}

.rp2rfazgi li {
  display: flex;
  align-items: center;
  color: var(--muted);
}

.rp2rfazgi li+li::before {
  content: '\203A';
  margin: 0 .5rem;
  color: var(--muted);
}

.rp2rfazgi a {
  color: var(--primary);
}

.rp2rfazgi a:hover {
  text-decoration: underline;
}

.rp2rfazgi [aria-current="page"] {
  color: var(--muted);
}

.rp2d0tald {
  font-size: 1.02rem;
}

.rp2d0tald h1,
.rp2d0tald h2,
.rp2d0tald h3,
.rp2d0tald h4 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: -.01em;
  line-height: 1.1;
  margin: 1.8rem 0 .8rem;
  color: var(--text);
}

.rp2d0tald h1 {
  font-size: 2.1rem;
}

.rp2d0tald h2 {
  font-size: 1.6rem;
}

.rp2d0tald h3 {
  font-size: 1.3rem;
}

.rp2d0tald p {
  margin: 0 0 1.1rem;
  color: #dfe6e2;
}

.rp2d0tald a {
  color: var(--accent-glow);
  text-decoration: underline;
}

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

.rp2d0tald ul,
.rp2d0tald ol {
  padding-left: 1.4rem;
  margin: 0 0 1.2rem;
}

.rp2d0tald li {
  margin: .4rem 0;
}

.rp2d0tald blockquote {
  margin: 1.2rem 0;
  padding: .8rem 1.2rem;
  border-left: 4px solid var(--primary);
  background: var(--surface);
  border-radius: 0 8px 8px 0;
  color: var(--muted);
}

.rp2d0tald table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0;
  font-size: .95rem;
}

.rp2d0tald table th,
.rp2d0tald table td {
  border-bottom: 1px solid var(--border);
  padding: .6rem .8rem;
  text-align: left;
}

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

.rp2d0tald tbody tr:nth-child(even) {
  background: rgba(28, 36, 43, .5);
}

.rp2d0tald .rp1qitfnq,
.rp2d0tald figure {
  overflow-x: auto;
}

.rp1jvuzyl {
  background: linear-gradient(120deg, #101c18, #1a1208);
  border-top: 1px solid var(--border);
  padding: var(--sp-5) 0;
}

.rp2jfbh9u {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  align-items: flex-start;
}

.rp7zro3v2 {
  font-family: var(--font-head);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: .4rem;
}

.rp2jfbh9u p {
  color: var(--muted);
  margin: 0;
}

.rp1qnbibf {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--sp-4) 0 var(--sp-3);
}

.rpkyqw0ms {
  display: grid;
  gap: var(--sp-3);
}

.rp2nf0ksq {
  font-family: var(--font-head);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: .4rem;
}

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

.rp1j30xzc {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.2rem;
}

.rp1j30xzc a {
  color: var(--muted);
  font-weight: 600;
}

.rp1j30xzc a:hover {
  color: var(--primary);
}

.rp1j30xzc a.rplc0i9bo,
.rp1j30xzc a[aria-current="page"] {
  color: var(--primary);
}

.rpaqbcqrj {
  margin-top: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border);
}

.rpklo8m1e {
  font-size: .9rem;
  color: var(--muted);
  margin: 0 0 .6rem;
}

.rp26v31f7 {
  font-size: .78rem;
  color: #6f7a74;
  line-height: 1.5;
  margin: 0;
}

a:focus-visible,
button:focus-visible,
.rp14eglcq:focus-visible {
  outline: 2px solid var(--accent-glow);
  outline-offset: 3px;
}

@media (min-width:768px) {
  .rp1j1ghtb {
    font-size: 3.2rem;
  }

  .rp1m1ao10 {
    grid-template-columns: 1fr 1fr;
  }

  .rp2jfbh9u {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .rpkyqw0ms {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}

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

  .rpwto4yox {
    display: flex;
    position: static;
    flex-direction: row;
    gap: .3rem;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .rpwto4yox a {
    padding: .5rem .9rem;
  }

  .rpc4gvnun {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
  }

  .rp1j1ghtb {
    font-size: 3.6rem;
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}

.rpthvvory {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 32px auto 0;
}

@media (max-width: 680px) {
  .rpthvvory {
    flex-direction: column;  
  }
}

.rpthvvory img {
  height: 36px;
  width: auto;
  display: block;
}

.rpthvvory a {
  display: block;
  line-height: 0;
}