/*
Theme Name: KODA Blog
Theme URI: https://koda-fd.ru/blog/
Author: KODA
Description: Блог в стиле koda-fd.ru — тёмная тема, Montserrat, glass-карточки.
.koda-article__header--lead {
  margin: 0 0 2rem;
}

.koda-article__header--lead h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 4.5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
}

.koda-article--with-parallax .koda-back {
  padding-top: 1.25rem;
}

.koda-article--with-parallax .koda-article__header--lead {
  max-width: var(--koda-max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.koda-article--with-parallax {
  max-width: var(--koda-max);
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.koda-article--cover-only .koda-article__header--lead {
  margin-top: 0;
}

Version: 1.3.8
Text Domain: koda-blog
*/

:root {
  --koda-bg: #0a0a0f;
  --koda-surface: rgba(180, 190, 215, 0.12);
  --koda-border: rgba(255, 255, 255, 0.14);
  --koda-text: rgba(255, 255, 255, 0.88);
  --koda-muted: rgba(255, 255, 255, 0.55);
  --koda-primary: hsl(250 100% 70%);
  --koda-secondary: #22d3ee;
  --koda-max: 920px;
  --koda-wide: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--koda-text);
  background: var(--koda-bg);
  -webkit-font-smoothing: antialiased;
}

.koda-wave-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: var(--koda-bg);
}

.koda-wave-bg--static {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(99, 102, 241, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(34, 211, 238, 0.08), transparent 50%),
    var(--koda-bg);
}

#koda-wave-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.koda-wave-fade {
  position: absolute;
  inset: 0;
  height: 100vh;
  background: linear-gradient(to bottom, #0a0a0f 0%, rgba(10, 10, 15, 0.8) 45%, transparent 100%);
}

a {
  color: var(--koda-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #a5b4fc;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.koda-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.koda-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(10, 10, 15, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.koda-header__inner {
  max-width: var(--koda-wide);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.koda-brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.koda-brand:hover {
  color: #fff;
  opacity: 0.92;
}

.koda-brand .koda-brand-dot,
.koda-brand:hover .koda-brand-dot {
  color: hsl(250 100% 70%);
}

.koda-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.koda-nav a {
  color: var(--koda-muted);
  font-size: 0.875rem;
  font-weight: 500;
}

.koda-nav a:hover {
  color: #fff;
}

.koda-header__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-left: auto;
}

.koda-search {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: min(100%, 12rem);
}

.koda-search input[type="search"] {
  width: 11rem;
  max-width: 42vw;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(180, 190, 215, 0.12);
  color: var(--koda-text);
  font: inherit;
  font-size: 0.8125rem;
}

.koda-search input[type="search"]::placeholder {
  color: var(--koda-muted);
}

.koda-search input[type="search"]:focus {
  outline: 2px solid rgba(129, 140, 248, 0.55);
  outline-offset: 2px;
  border-color: rgba(129, 140, 248, 0.45);
}

.koda-search button {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(99, 102, 241, 0.35);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.koda-search button:hover {
  background: rgba(99, 102, 241, 0.55);
}

.koda-hero--compact {
  margin-bottom: 2rem;
}

.koda-hero--compact .koda-search {
  margin-top: 1rem;
  max-width: 28rem;
}

.koda-hero--compact .koda-search input[type="search"] {
  width: 100%;
  max-width: none;
  flex: 1;
}

.koda-search-empty {
  color: var(--koda-muted);
  font-size: 1rem;
}

.koda-main {
  flex: 1;
  width: 100%;
  max-width: var(--koda-wide);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.koda-hero {
  margin-bottom: 1.25rem;
}

.koda-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 3.2vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.koda-hero p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.875rem;
  color: var(--koda-muted);
  text-wrap: pretty;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .koda-main {
    padding-top: 1rem;
  }

  .koda-hero {
    margin-bottom: 0.85rem;
  }

  .koda-hero h1 {
    font-size: 1.2rem;
  }

  .koda-hero p {
    font-size: 0.8125rem;
  }

  .koda-card {
    padding: 0.85rem;
  }

  .koda-card__thumb {
    margin-bottom: 0.65rem;
  }

  .koda-card__thumb img {
    aspect-ratio: 2.1 / 1;
    max-height: 140px;
  }

  .koda-card__meta {
    margin-bottom: 0.4rem;
  }

  .koda-card__title {
    margin-bottom: 0.4rem;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .koda-card__excerpt {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.koda-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .koda-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .koda-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Evervault ring — как на koda-fd.ru */
.koda-ev {
  position: relative;
  height: 100%;
  isolation: isolate;
}

.koda-ev-ring {
  position: absolute;
  inset: -56px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, #fff 50px, #fff calc(100% - 50px), transparent 100%),
    linear-gradient(to bottom, transparent 0, #fff 50px, #fff calc(100% - 50px), transparent 100%);
  mask-image:
    linear-gradient(to right, transparent 0, #fff 50px, #fff calc(100% - 50px), transparent 100%),
    linear-gradient(to bottom, transparent 0, #fff 50px, #fff calc(100% - 50px), transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.koda-ev--hover .koda-ev-ring {
  opacity: 1;
}

.koda-ev-gradient,
.koda-ev-chars {
  position: absolute;
  inset: 0;
  -webkit-mask-image: var(
    --ev-cursor-mask,
    radial-gradient(circle at 50% 50%, transparent 100%)
  );
  mask-image: var(
    --ev-cursor-mask,
    radial-gradient(circle at 50% 50%, transparent 100%)
  );
}

.koda-ev-gradient {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.7) 0%,
    rgba(139, 92, 246, 0.6) 50%,
    rgba(52, 211, 153, 0.6) 100%
  );
}

.koda-ev-chars p {
  position: absolute;
  inset: 0;
  margin: 0;
  font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
  font-size: 8px;
  line-height: 1.25;
  word-break: break-word;
  white-space: pre-wrap;
  color: rgba(196, 181, 253, 0.95);
  user-select: none;
}

.koda-ev-blocker {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: var(--koda-bg);
  pointer-events: none;
  z-index: 1;
}

.koda-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(180, 190, 215, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.5s ease,
    border-color 0.5s ease,
    box-shadow 0.5s ease,
    background 0.5s ease;
}

.koda-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2Ij48ZmlsdGVyIGlkPSJncmFpbiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSI+PGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuODUiIG51bU9jdGF2ZXM9IjQiIHN0aXRjaFRpbGVzPSJzdGl0Y2giLz48ZmVDb2xvck1hdHJpeCB0eXBlPSJzYXR1cmF0ZSIgdmFsdWVzPSIwIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIGZpbHRlcj0idXJsKCNncmFpbikiIG9wYWNpdHk9IjAuMTEiLz48L3N2Zz4=");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
  z-index: -1;
}

.koda-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.koda-ev--hover .koda-card {
  transform: translateY(-2px);
  background: rgba(200, 210, 235, 0.26);
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow:
    0 0 22px rgba(99, 102, 241, 0.45),
    0 0 45px rgba(139, 92, 246, 0.25),
    0 0 70px rgba(52, 211, 153, 0.1);
}

.koda-ev--static .koda-card:hover {
  transform: translateY(-2px);
  border-color: rgba(129, 140, 248, 0.45);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.12);
}

.koda-ev--hover .koda-card__title a {
  color: var(--koda-primary);
}

.koda-card__thumb {
  margin: -0.25rem -0.25rem 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}

.koda-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0.75rem;
}

.koda-card__thumb--hero {
  margin: -0.25rem -0.25rem 1rem;
}

.koda-card__hero-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #0a0a0f;
}

.koda-card__hero-title {
  position: absolute;
  z-index: 8;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  margin: 0;
  font-size: clamp(0.85rem, 2.8vw, 1.05rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

.koda-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: var(--koda-muted);
}

.koda-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.koda-card__title a {
  color: #fff;
}

.koda-card__excerpt {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.92rem;
  color: var(--koda-muted);
}

.koda-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--koda-primary);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.koda-card__more:hover {
  color: #a5b4fc;
  gap: 0.4rem;
}

.koda-article--with-parallax .koda-back {
  padding-top: 1.5rem;
}

.koda-article {
  max-width: var(--koda-max);
  margin: 0 auto;
}

.koda-article__header {
  margin-bottom: 2rem;
}

.koda-article__header h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.12;
  font-weight: 900;
  color: #fff;
}

.koda-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.8125rem;
  color: var(--koda-muted);
}

.koda-content {
  font-size: 1.05rem;
}

.koda-content > *:first-child {
  margin-top: 0;
}

.koda-content h2,
.koda-content h3 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.koda-content p,
.koda-content ul,
.koda-content ol,
.koda-content blockquote {
  margin-bottom: 1.1rem;
}

.koda-content blockquote {
  margin-left: 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--koda-primary);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 0.5rem 0.5rem 0;
  color: var(--koda-muted);
}

.koda-content code {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.15rem 0.4rem;
  border-radius: 0.35rem;
  font-size: 0.9em;
}

.koda-content pre {
  overflow-x: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--koda-border);
}

/* Блоки внутри статей */
.koda-content .definition-box {
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(129, 140, 248, 0.28);
  border-left: 3px solid var(--koda-primary);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  border-radius: 0 0.75rem 0.75rem 0;
}

.koda-content .definition-box p {
  margin: 0;
  line-height: 1.65;
  color: var(--koda-text);
}

.koda-content .article-cta {
  margin: 2.5rem 0;
}

.koda-content .article-cta__box {
  background: rgba(180, 190, 215, 0.12);
  border: 1px solid rgba(129, 140, 248, 0.3);
  border-radius: 1rem;
  padding: 1.75rem 2rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.koda-content .article-cta--final .article-cta__box {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.18) 0%,
    rgba(34, 211, 238, 0.1) 100%
  );
  border-color: rgba(129, 140, 248, 0.35);
}

.koda-content .article-cta__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
}

.koda-content .article-cta__text {
  margin: 0 0 1.25rem;
  color: var(--koda-muted);
  line-height: 1.6;
}

.koda-content .article-cta__text a {
  color: var(--koda-secondary);
}

.koda-content .article-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.koda-content .article-cta__actions .koda-btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 480px) {
  .koda-content .article-cta__actions .koda-btn {
    width: auto;
    max-width: none;
  }
}

.koda-content a.koda-btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.koda-content a.koda-btn-primary {
  background: linear-gradient(135deg, hsl(250 100% 65%), hsl(270 80% 58%));
  color: #fff !important;
  border: none;
}

.koda-content a.koda-btn-primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

.koda-content a.koda-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.koda-content a.koda-btn-secondary:hover {
  color: #fff !important;
  border-color: rgba(129, 140, 248, 0.55);
}

.koda-content .koda-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0 2rem;
  border-radius: 1rem;
  border: 1px solid var(--koda-border);
  background: rgba(180, 190, 215, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.koda-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: transparent;
}

.koda-content thead {
  background: rgba(99, 102, 241, 0.22);
}

.koda-content th,
.koda-content td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.koda-content th {
  font-weight: 700;
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.koda-content td {
  color: var(--koda-text);
}

.koda-content tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}

.koda-content tbody tr:hover {
  background: rgba(99, 102, 241, 0.1);
}

.koda-content tbody tr:last-child td {
  border-bottom: none;
}

/* FAQ accordion */
.koda-faq {
  margin: 2rem 0;
}

.koda-faq > h2 {
  margin-bottom: 1rem;
}

.koda-faq__item {
  margin: 0 0 0.65rem;
  border-radius: 1rem;
  border: 1px solid var(--koda-border);
  background: rgba(180, 190, 215, 0.18);
  overflow: hidden;
}

.koda-faq__item[open] {
  background: rgba(180, 190, 215, 0.26);
  border-color: rgba(129, 140, 248, 0.35);
}

.koda-faq__question {
  list-style: none;
  cursor: pointer;
  padding: 1rem 2.75rem 1rem 1.15rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1.4;
}

.koda-faq__question::-webkit-details-marker {
  display: none;
}

.koda-faq__question::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.koda-faq__item[open] > .koda-faq__question::after {
  transform: translateY(-35%) rotate(225deg);
}

.koda-faq__answer {
  padding: 0 1.15rem 1.1rem;
  color: var(--koda-text);
}

.koda-faq__answer > :first-child {
  margin-top: 0;
}

.koda-faq__answer > :last-child {
  margin-bottom: 0;
}

.koda-content .prompt-box {
  background: rgba(0, 0, 0, 0.35);
  color: var(--koda-text);
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  margin: 1.5rem 0;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  overflow-x: auto;
  border: 1px solid var(--koda-border);
}

.koda-content .prompt-box p {
  margin: 0 0 0.75rem;
}

.koda-content .prompt-box p:last-child {
  margin-bottom: 0;
}

.koda-scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(129, 140, 248, 0.5);
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.4);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.koda-scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.koda-scroll-top:hover {
  background: hsl(250 100% 65%);
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.6);
  transform: translateY(-2px) scale(1.05);
}

.koda-scroll-top:focus-visible {
  outline: 2px solid var(--koda-secondary);
  outline-offset: 3px;
}

.koda-article--cover-only .koda-back {
  margin-bottom: 1rem;
}

.koda-article__thumb {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--koda-border);
}

.koda-article__thumb--hero {
  margin-bottom: 1.75rem;
}

.koda-article__thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem;
}

.koda-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--koda-muted);
}

.koda-back:hover {
  color: #fff;
}

.koda-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 1.25rem 2rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--koda-muted);
}

.koda-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}

.koda-pagination a,
.koda-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--koda-border);
  font-size: 0.875rem;
}

.koda-pagination span.current {
  background: rgba(129, 140, 248, 0.2);
  border-color: rgba(129, 140, 248, 0.5);
  color: #fff;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
