:root {
    --primary: #1f6bff;
    --primary-2: #00d2ff;
    --accent: #00e08a;
    --bg: #0d1424;
    --surface: #141d33;
    --surface-2: #1b2740;
    --text: #eef3ff;
    --muted: #93a2c4;
    --border: #26324f;
    --radius: 18px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --sp-1: .5rem;
    --sp-2: 1rem;
    --sp-3: 1.75rem;
    --sp-4: 3rem;
    --sp-5: 5rem;
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

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

a {
    color: var(--primary-2);
    text-decoration: none;
    transition: color .2s
}

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

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

.xcg8ejn6y {
    display: inline-block;
    font-weight: 800;
    letter-spacing: .02em;
    padding: .9rem 1.8rem;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, filter .2s
}

.xc1n19xub {
    background: linear-gradient(120deg, var(--primary), var(--primary-2));
    color: #03102b;
    box-shadow: 0 8px 22px rgba(31, 107, 255, .4)
}

.xc1n19xub:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    color: #03102b
}

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

.xc1jcshl3 {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(13, 20, 36, .92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border)
}

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

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

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

.xc196n1dn span {
    display: block;
    height: 2px;
    width: 22px;
    margin: 0 auto;
    background: var(--text);
    transition: transform .25s, opacity .25s
}

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

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

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

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

.xc27bpugf.xc1zkyqa0 {
    display: flex
}

.xc27bpugf a {
    color: var(--text);
    font-weight: 600;
    padding: .85rem .5rem;
    border-radius: 12px
}

.xc27bpugf a:hover {
    color: var(--accent);
    background: var(--surface-2)
}

.xc27bpugf a.xc17bx9v8,
.xc27bpugf a[aria-current="page"] {
    color: var(--accent);
    background: var(--surface-2);
    font-weight: 800;
    border-left: 3px solid var(--accent)
}

.xc23s0ofc {
    position: relative;
    overflow: hidden;
    padding: var(--sp-5) 0;
    background: linear-gradient(130deg, #0d1424 0%, #152449 55%, #0b2b3f 100%)
}

.xc11z45k9 {
    position: absolute;
    top: -40%;
    right: -15%;
    width: 70%;
    height: 180%;
    background: linear-gradient(120deg, rgba(31, 107, 255, .35), rgba(0, 224, 138, .25));
    transform: rotate(18deg);
    border-radius: 60px;
    filter: blur(4px);
    pointer-events: none
}

.xc83wwrov {
    position: relative;
    z-index: 1
}

.xc1i2ny4e {
    max-width: 640px;
    margin-left: 0
}

.xc1jvcke6 {
    display: inline-block;
    background: rgba(0, 224, 138, .14);
    color: var(--accent);
    font-weight: 700;
    font-size: .85rem;
    padding: .4rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 224, 138, .4);
    margin-bottom: var(--sp-2)
}

.xc246x0nu, section.xc23s0ofc h1 {
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: var(--sp-2)
}

.xctunz1p5 {
    color: var(--muted);
    font-size: 1.08rem;
    margin-bottom: var(--sp-3);
    max-width: 60ch
}

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

.xcm8o0vqd {
    margin-bottom: var(--sp-3)
}

.xcm8o0vqd ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding: 0;
    margin: 0;
    font-size: .85rem
}

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

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

.xcm8o0vqd a {
    color: var(--primary-2)
}

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

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

.xc1o3utd3 {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--sp-3);
    box-shadow: var(--shadow)
}

.xc1o3utd3 p {
    margin: 0 0 1rem;
    color: #dce4f7
}

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

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

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

.xc1o3utd3 h1 {
    font-size: 1.9rem
}

.xc1o3utd3 h2 {
    font-size: 1.5rem
}

.xc1o3utd3 h3 {
    font-size: 1.25rem
}

.xc1o3utd3 ul,
.xc1o3utd3 ol {
    padding-left: 1.4rem;
    margin: 0 0 1rem
}

.xc1o3utd3 li {
    margin: .4rem 0
}

.xc1o3utd3 ul li {
    list-style: disc
}

.xc1o3utd3 ol li {
    list-style: decimal
}

.xc1o3utd3 ul ul,
.xc1o3utd3 ol ol,
.xc1o3utd3 ul ol,
.xc1o3utd3 ol ul {
    margin: .4rem 0
}

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

.xc1xm61v3,
.xc1o3utd3 {
    overflow-x: auto
}

table {
	display:block;
	max-width:fit-content;
	width:100%;
	overflow:auto;
	margin:10px auto 20px;
	border-collapse:collapse;
	border-radius:18px;
	background:rgba(27,39,64,.5);
	border:1px solid rgba(255,255,255,.12);
	box-shadow:
		0 18px 44px rgba(0,0,0,.3),
		inset 0 1px 0 rgba(255,255,255,.08);
	backdrop-filter:blur(10px);
	scrollbar-width:thin;
	scrollbar-color:rgba(255,255,255,.3) rgba(27,39,64,.55);
}

table tbody {
	display:block;
	width:fit-content;
	min-width:max-content;
}

table tr {
	display:flex;
	width:fit-content;
	min-width:max-content;
	background:rgba(27,39,64,.5);
	transition:.25s ease;
}

table tr:nth-child(even) {
	background:rgba(38,53,82,.62);
}

table tr:hover {
	background:rgba(52,69,101,.72);
	box-shadow:
		inset 4px 0 0 rgba(255,255,255,.3),
		inset 0 1px 0 rgba(255,255,255,.08);
}

table th,
table td {
	flex:0 0 340px;
	min-width:340px;
	max-width:340px;
	box-sizing:border-box;
	padding:16px 19px;
	font-size:15px;
	line-height:1.55;
	text-align:left;
	word-break:break-word;
	color:#fff;
	border-right:1px solid rgba(255,255,255,.1);
	border-bottom:1px solid rgba(255,255,255,.09);
}

table th:first-child,
table td:first-child {
	flex:0 0 200px;
	min-width:200px;
	max-width:200px;
}

table th {
	font-weight:700;
	color:#fff;
	background:linear-gradient(
		135deg,
		rgba(67,84,118,.88),
		rgba(27,39,64,.72)
	);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.15),
		inset 0 -1px 0 rgba(0,0,0,.2);
	text-shadow:0 2px 5px rgba(0,0,0,.35);
}

table td {
	color:#fff;
	background:transparent;
}

table th:last-child,
table td:last-child {
	border-right:none;
}

table tr:last-child th,
table tr:last-child td {
	border-bottom:none;
}

table::-webkit-scrollbar {
	height:9px;
	width:9px;
}

table::-webkit-scrollbar-track {
	background:rgba(27,39,64,.58);
	border-radius:20px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.28);
}

table::-webkit-scrollbar-thumb {
	background:linear-gradient(
		90deg,
		rgba(95,111,145,.7),
		rgba(145,158,184,.8)
	);
	border:2px solid rgba(27,39,64,.6);
	border-radius:20px;
	box-shadow:
		0 0 8px rgba(255,255,255,.06),
		inset 0 1px 0 rgba(255,255,255,.16);
}

table::-webkit-scrollbar-thumb:hover {
	background:rgba(180,190,210,.82);
}

.xc2l9esev {
    padding: var(--sp-4) 0 var(--sp-5)
}

.xc1chuxvp {
    background: linear-gradient(120deg, var(--surface-2), #123056);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--sp-3);
    display: flex;
    flex-direction: column;
    gap: var(--sp-2);
    align-items: flex-start;
    box-shadow: var(--shadow)
}

.xc1mpsnrx {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: .3rem
}

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

.xchpj6z9r {
    background: #0a1120;
    border-top: 1px solid var(--border);
    padding-top: var(--sp-4)
}

.xc13hkte7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-3);
    padding-bottom: var(--sp-3)
}

.xc1zc2tq6 {
    font-weight: 900;
    font-size: 1.15rem;
    margin-bottom: .4rem
}

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

.xc58oe0td {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

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

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

.xc58oe0td a.xc17bx9v8,
.xc58oe0td a[aria-current="page"] {
    color: var(--accent);
    font-weight: 800
}

.xcgwskwc9 {
    display: inline-block;
    background: var(--accent);
    color: #03102b;
    font-weight: 900;
    padding: .3rem .7rem;
    border-radius: 10px;
    margin-bottom: .5rem
}

.xcca1itox {
    border-top: 1px solid var(--border);
    padding-top: var(--sp-2);
    padding-bottom: var(--sp-3)
}

.xca5y1hm6 {
    font-weight: 700;
    margin: 0 0 .6rem
}

.xclg7unc2 {
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.5;
    margin: 0
}

@media (min-width:768px) {
    .xc196n1dn {
        display: none
    }

    .xc27bpugf {
        display: flex;
        position: static;
        flex-direction: row;
        background: transparent;
        border: none;
        padding: 0;
        gap: .4rem
    }

    .xc27bpugf a {
        padding: .6rem 1rem
    }

    .xc27bpugf a.xc17bx9v8,
    .xc27bpugf a[aria-current="page"] {
        border-left: none;
        border-bottom: 2px solid var(--accent)
    }

    .xc246x0nu, section.xc23s0ofc h1 {
        font-size: 3rem
    }

    .xc13hkte7 {
        grid-template-columns: 2fr 1fr 1fr
    }

    .xc1chuxvp {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: var(--sp-4)
    }
}

@media (min-width:1024px) {
    .xc23s0ofc {
        padding: 7rem 0
    }

    .xc246x0nu, section.xc23s0ofc h1 {
        font-size: 3.6rem
    }

    .xc1o3utd3 {
        padding: var(--sp-4)
    }
}

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

.xc2kgcvdu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin: 24px auto 0;
}

.xc2kgcvdu img {
    height: 40px;
    width: auto;
    display: block;
}

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