/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance:textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
  appearance: button;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{
  --bg:#070a12;
  --panel:#0d1222;
  --text:#e9edf7;
  --muted:#a9b3cc;
  --line:rgba(255,255,255,.10);
  --brand:#7c3aed;
  --brand2:#ff3d6e;
  --radius:16px;
  --shadow:0 14px 40px rgba(0,0,0,.35);
  --container:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url(fonts/Inter-Regular.c8ba52b05a9ef10f4758.woff2);
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url(fonts/Inter-Bold.ec64ea577b0349e055ad.woff2);
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url(fonts/Inter-Black.15ca31c0a2a68f76d2d1.woff2);
  font-weight: 900;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  src: url(fonts/Rubik-Regular.55fa11cdc8b9a3ee842f.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  src: url(fonts/Rubik-Bold.c934eb22c2c69992b34c.ttf);
  font-weight: 700;
}

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

.a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(47, 124, 246, 0.35);
  outline-offset: 2px;
  border-radius: 12px;
}

.badge{
  display:inline-flex;align-items:center;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:900;font-size:.92rem;
  width:max-content;
}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  line-height:1.6;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(124,58,237,.22), transparent 55%),
    radial-gradient(900px 500px at 80% 10%, rgba(255,61,110,.18), transparent 60%),
    var(--bg);
}

.bonus-card {
    padding: 16px;
    border-radius: var(--radius);
    background:
        radial-gradient(550px 260px at 20% 10%, rgba(124, 58, 237, .28), transparent 60%),
        radial-gradient(550px 260px at 80% 10%, rgba(255, 61, 110, .22), transparent 65%),
        rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .10);
}

.bonus-card__label {
    margin: 0;
    font-weight: 900;
    color: rgba(233, 237, 247, .90)
}

.bonus-card__value {
    margin: 8px 0 10px;
    font-size: 1.1rem;
    font-weight: 900
}

.bonus-card__bullets {
    margin: 0 0 12px;
    padding-left: 18px;
    color: var(--muted);
    font-weight: 800
}

.bonus-card__bullet {
    margin: 6px 0
}

.bonus-card__fineprint {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 700
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}

.brand__logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
}

.brand__logo svg {
  fill: currentColor;
  opacity: .9
}

.brand__text {
  font-weight: 900
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:14px;
  text-decoration:none;font-weight:800;letter-spacing:.2px;
  border:1px solid transparent;cursor:pointer;
  transition:transform .12s ease, opacity .12s ease, border-color .12s ease, background-color .12s ease;
}
.btn:active{transform:translateY(1px)}
.btn--primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}
.btn--primary:hover{opacity:.95}
.btn--ghost{background:transparent;border-color:rgba(255,255,255,.14);color:var(--text)}
.btn--ghost:hover{border-color:rgba(255,255,255,.26)}
.btn--block{width:100%}
.burger {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
}

.burger__line {
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, .92);
    border-radius: 2px
}

@media (min-width:920px){
  .burger{display:none}
}
.card {
    padding: 16px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: var(--shadow);
}

.card--compact {
    padding: 16px
}

.card__title {
    margin: 0 0 8px;
    font-size: 1.2rem;
    line-height: 1.2
}

.card__text {
    margin: 0 0 12px;
    color: var(--muted)
}

.card__fineprint {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 800
}

.card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px
}
.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto
}
.cta {
  padding: 18px 0 0
}

.cta__inner {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  background:
    radial-gradient(650px 240px at 15% 0%, rgba(124, 58, 237, .26), transparent 60%),
    radial-gradient(650px 240px at 85% 0%, rgba(255, 61, 110, .22), transparent 62%),
    rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
}

.cta__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900
}

.cta__text {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 800
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

@media (min-width:920px){
  .cta__inner{grid-template-columns:1.3fr .7fr;align-items:center}
  .cta__actions{justify-content:flex-end}
}
.facts {
    padding: 14px 16px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

.facts__title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 900
}

.facts__list {
    margin: 0;
    display: grid;
    gap: 10px
}

.facts__row {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 10px
}

.facts__term {
    font-weight: 900
}

.facts__def {
    margin: 0;
    color: var(--muted);
    font-weight: 800
}
.faq {
  display: grid;
  gap: 10px
}

.faq__item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  overflow: hidden;
}

.faq__btn {
  width: 100%;
  text-align: left;
  padding: 14px 14px;
  background: transparent;
  border: 0;
  color: rgba(233, 237, 247, .92);
  font-weight: 900;
  cursor: pointer;
}

.faq__panel {
  padding: 0 14px 14px
}

.faq__text {
  margin: 0;
  color: var(--muted);
  font-weight: 800
}
.footer {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: rgba(7, 10, 18, .65)
}

.footer__grid {
  padding: 18px 0;
  display: grid;
  gap: 12px
}

.footer__brand {
  margin: 0;
  font-weight: 900
}

.footer__title {
  margin: 0 0 6px;
  font-weight: 900
}

.footer__text {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 800
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px
}

.footer__link {
  text-decoration: none;
  color: var(--muted);
  font-weight: 900
}

.footer__link:hover {
  color: var(--text)
}

.footer__bottom {
  padding: 12px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.footer__copy {
  margin: 0;
  color: var(--muted);
  font-weight: 800
}

@media (min-width:920px){
  .footer__grid{grid-template-columns:1.2fr .6fr .8fr}
}
.games__grid {
    display: grid;
    gap: 12px
}

.game {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    padding: 12px;
}

.game__thumb {
    height: 120px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(220px 140px at 20% 30%, rgba(124, 58, 237, .35), transparent 60%),
        radial-gradient(220px 140px at 80% 20%, rgba(255, 61, 110, .30), transparent 62%),
        rgba(255, 255, 255, .05);
}

.game__title {
    margin: 10px 0 4px;
    font-size: 1rem;
    font-weight: 900
}

.game__text {
    margin: 0;
    color: var(--muted);
    font-weight: 800
}

@media (min-width:720px) {
    .games__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 10, 18, .60);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: saturate(160%) blur(10px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px
}
.hero {
  padding: 22px 0 12px
}

.hero__grid {
  display: grid;
  gap: 14px
}

.hero__content {
  display: grid;
  gap: 12px
}

.hero__title {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.15
}

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

.hero__note {
  display: block;
  margin-top: 8px;
  color: rgba(233, 237, 247, .88)
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.hero__card {
  display: grid;
  gap: 12px
}

@media (min-width:920px){
  .hero__grid{grid-template-columns:1.25fr .75fr;align-items:start}
  .hero__title{font-size:2.35rem}
}
.list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    font-weight: 800
}

.list__item {
    margin: 6px 0
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px
}

.checklist__item {
    padding-left: 22px;
    position: relative;
    color: var(--muted);
    font-weight: 900
}

.checklist__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: rgba(24, 197, 139, .25);
    border: 1px solid rgba(24, 197, 139, .35);
}
.main {
    padding-bottom: 36px
}
.meter {
    display: grid;
    gap: 12px
}

.meter__row {
    display: grid;
    gap: 8px
}

.meter__label {
    font-weight: 900
}

.meter__value {
    color: var(--muted);
    font-weight: 900
}

.meter__bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .10);
    position: relative;
    overflow: hidden;
}

.meter__bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: linear-gradient(90deg, var(--brand), var(--brand2));
    border-radius: 999px;
    transition: width .6s ease;
}

.meter__bar--70::after {
    width: 70%
}

.meter__bar--80::after {
    width: 80%
}

.meter__bar--90::after {
    width: 90%
}
.mobile-menu {
    background: rgba(7, 10, 18, .78);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.mobile-menu__inner {
    padding: 14px 0 16px
}

.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px
}

.mobile-menu__link {
    display: flex;
    text-decoration: none;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    font-weight: 900;
}

.mobile-menu__cta {
    margin-top: 12px;
    display: grid;
    gap: 10px
}
.nav {
  display: none
}

.nav__list {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0
}

.nav__link {
  display: inline-flex;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 900;
  font-size: .95rem;
}

.nav__link:hover {
  background: rgba(255, 255, 255, .06);
  color: var(--text)
}

@media (min-width:920px){
  .nav{display:block}
}
.notice {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .10);
}

.notice__text {
    margin: 0;
    color: rgba(233, 237, 247, .92);
    font-weight: 800
}

.notice--warning {
    background: rgba(245, 158, 11, .20)
}

.notice--info {
    background: rgba(96, 165, 250, .18)
}
.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-size:.92rem;font-weight:900;
  color:rgba(233,237,247,.92);
}
.rating {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

.rating__stars {
    min-width: 110px;
    height: 20px;
    display: flex;
    gap: 4px;
    align-items: center
}

.rating__star {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .14);
}

.rating__star--fill {
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    border-color: rgba(255, 255, 255, .08);
}

.rating__value {
    display: block;
    font-size: 1.1rem;
    font-weight: 900
}

.rating__caption {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 800
}
.section {
  padding: 26px 0
}

.section__grid {
  display: grid;
  gap: 14px
}

@media (min-width:920px){
  .section__grid{grid-template-columns:1.3fr .7fr;align-items:start}
}
.skip-link{
  position:absolute;left:-9999px;top:12px;
  padding:10px 12px;border-radius:10px;
  background:rgba(13,18,34,.98);
  border:1px solid rgba(255,255,255,.14)
}
.skip-link:focus{left:16px;z-index:9999}
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px
}

.steps__item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
    border-radius: 16px;
    padding: 12px;
}

.steps__num {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: rgba(124, 58, 237, .18);
    border: 1px solid rgba(124, 58, 237, .28);
}

.steps__title {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 900
}

.steps__text {
    margin: 0;
    color: var(--muted);
    font-weight: 800
}
.table {
    overflow: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .02)
}

.table__el {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px
}

.table__th,
.table__td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    text-align: left;
    vertical-align: top
}

.table__th {
    font-weight: 900;
    color: rgba(233, 237, 247, .92)
}

.table__td {
    color: var(--muted);
    font-weight: 800
}
.timeline{display:grid;gap:12px;margin-top:10px}
.timeline__item{
  border-radius:16px;padding:12px;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.timeline__title{margin:0 0 6px;font-size:1rem;font-weight:900}
.timeline__text{margin:0 0 8px;color:var(--muted);font-weight:800}
.timeline__text:last-child{margin-bottom:0}

.toc {
    padding: 8px 0 18px
}

.toc__inner {
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
}

.toc__title {
    margin: 0 0 8px;
    font-weight: 900
}

.toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.toc__link {
    display: inline-flex;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
    color: var(--muted);
    font-weight: 900;
    font-size: .92rem;
}

.toc__link:hover {
    color: var(--text);
    border-color: rgba(255, 255, 255, .18)
}

