:root {
  --bg-night: #050505;
  --void: #7a35ff;
  --void-soft: #b883ff;
  --mist: rgba(7, 7, 8, 0.92);
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translate(-50%, -120%);
  padding: 0.6rem 1.1rem;
  background: rgba(10, 10, 15, 0.92);
  color: #f5f5f0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  z-index: 50;
}

.skip-link:focus-visible {
  transform: translate(-50%, 0%);
  opacity: 1;
}

body {
  margin: 0;
  background-color: #030303;
  background-image:
    radial-gradient(circle at 22% 18%, rgba(80, 32, 120, 0.22), transparent 45%),
    radial-gradient(circle at 82% 5%, rgba(60, 25, 95, 0.18), transparent 40%),
    linear-gradient(180deg, #020203 0%, #050506 60%, #040304 100%);
  background-attachment: fixed;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #f5f5f0;
}

::selection {
  background: rgba(122, 53, 255, 0.35);
  color: #fefdfc;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(122, 53, 255, 0.35);
  color: #fefdfc;
  text-shadow: none;
}

h1,
h2,
.relay-label {
  color: #fdfdfc;
  text-shadow:
    0 15px 35px rgba(9, 0, 25, 0.55),
    0 2px 12px rgba(122, 53, 255, 0.35);
}

header p,
.relay-note,
.relay-index,
footer {
  color: rgba(245, 245, 240, 0.85);
  text-shadow: 0 4px 16px rgba(5, 0, 12, 0.6);
}

.void-ai {
  font-weight: 600;
  background: linear-gradient(110deg, #fffefd 0%, #f4edff 40%, #cbb9ff 85%);
  background-size: 200% 200%;
  animation: titleGradientDrift 40s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.void-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  background: rgba(5, 5, 8, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 45px 120px -70px rgba(122, 53, 255, 0.95),
    inset 0 0 35px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  overflow: hidden;
  isolation: isolate;
}

.void-title::before {
  content: attr(data-label);
  position: absolute;
  top: -0.8rem;
  left: 1.5rem;
  font-size: 0.55rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.55);
}

.void-title::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(122, 53, 255, 0.22), transparent 75%);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
}

.void-title__text {
  position: relative;
  z-index: 1;
  background: linear-gradient(120deg, #fffefd 0%, #f4edff 35%, #b18bff 85%);
  background-size: 200% 200%;
  animation: titleGradientDrift 120s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.void-title__pulse {
  position: relative;
  z-index: 1;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff, rgba(255, 255, 255, 0));
  box-shadow:
    0 0 25px rgba(255, 255, 255, 0.9),
    0 0 45px rgba(122, 53, 255, 0.8);
  animation: pulseOrbit 3.2s ease-in-out infinite;
}

.void-title__pulse::after {
  content: '';
  position: absolute;
  left: -2.25rem;
  top: 50%;
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
  transform: translateY(-50%);
  opacity: 0.8;
}

@keyframes pulseOrbit {
  0% {
    transform: translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}

@keyframes titleGradientDrift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientDrift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes signalGlitch {
  0% {
    opacity: 0;
    transform: translateX(0) scaleY(1);
    background-position-y: 0;
  }
  10% {
    opacity: 0.4;
    transform: translateX(-6px) scaleY(1.05);
  }
  30% {
    opacity: 0.8;
    transform: translateX(8px) scaleY(0.95);
    background-position-y: 15px;
  }
  60% {
    opacity: 0.6;
    transform: translateX(-4px) scaleY(1.08);
    background-position-y: 40px;
  }
  80% {
    opacity: 0.3;
    transform: translateX(2px) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: translateX(0) scaleY(1);
    background-position-y: 70px;
  }
}


.void-halo {
  position: absolute;
  width: 110vmax;
  height: 110vmax;
  left: 50vw;
  top: 35vh;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(118, 67, 255, 0.22), rgba(5, 3, 12, 0) 65%);
  opacity: 0.55;
  filter: blur(24px);
  transition: opacity 0.3s ease;
  will-change: transform;
  mix-blend-mode: screen;
  box-shadow: 0 0 140px rgba(118, 67, 255, 0.2);
}

.void-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.8),
    0 0 30px rgba(122, 53, 255, 0.7);
  animation: sparkleBlink var(--sparkle-duration, 3.4s) ease-in-out forwards;
}

@keyframes sparkleBlink {
  0% {
    transform: scale(0.2) translateZ(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    transform: scale(1);
    opacity: 0.9;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .void-halo {
    display: none;
  }
  .void-sparkles {
    display: none;
  }
}

.void-noise,
.void-veil {
  position: absolute;
  inset: 0;
}

.void-noise {
  background-image: url('data:image/svg+xml,%3Csvg width="160" height="160" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="n" x="0" y="0" width="1" height="1"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.9" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="160" height="160" filter="url(%23n)" opacity="0.08"/%3E%3C/svg%3E');
  background-size: 160px;
  mix-blend-mode: screen;
}

.void-veil {
  background: radial-gradient(circle at 15% 15%, rgba(94, 44, 150, 0.18), transparent 55%),
    radial-gradient(circle at 75% -5%, rgba(70, 20, 110, 0.16), transparent 45%);
  filter: blur(140px);
}

.link-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 20%, rgba(122, 53, 255, 0.35), rgba(122, 53, 255, 0) 65%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.link-card:hover::before,
.link-card:focus-visible::before {
  opacity: 1;
}

.link-card > * {
  position: relative;
  z-index: 1;
}

.link-card {
  text-decoration: none;
  box-shadow: 0 25px 60px -45px rgba(122, 53, 255, 0.8);
}

footer {
  letter-spacing: 0.3em;
}

.relay-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.relay-line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.9rem;
  border-radius: 1.35rem;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(150deg, rgba(6, 6, 9, 0.95), rgba(15, 6, 18, 0.76));
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  box-shadow:
    0 35px 80px -60px rgba(122, 53, 255, 0.85),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.relay-distortion {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0) 12px,
      rgba(255, 255, 255, 0.05) 14px
    );
  opacity: 0;
  transform: translate3d(0, 0, 0);
  filter: blur(0.5px) saturate(140%);
}

.relay-line.is-glitching .relay-distortion {
  animation: signalGlitch 0.85s steps(6, end);
}

.relay-line::before,
.relay-line::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
}

.relay-line::before {
  inset: 2px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  opacity: 0.35;
  mix-blend-mode: screen;
}

.relay-line::after {
  inset: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(100, 100, 100, 0.3), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(122, 53, 255, 0.3), transparent 55%);
  opacity: 0;
  background-size: 200% 200%;
  transition: opacity 0.35s ease, background-position 0.35s ease;
}

.relay-line:hover::after,
.relay-line:focus-visible::after {
  opacity: 1;
  animation: gradientDrift 6s ease-in-out infinite;
}

.relay-line > *:not(.relay-distortion) {
  position: relative;
  z-index: 1;
}

.relay-line:hover,
.relay-line:focus-visible {
  border-color: rgba(81, 35, 168, 0.8);
  transform: translateY(-2px);
  box-shadow:
    0 45px 90px -60px rgba(122, 53, 255, 0.95),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.relay-index {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.6);
  min-width: 3.5rem;
}

.relay-meta {
  flex: 1;
}

.relay-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #f5f5f0;
  background: linear-gradient(100deg, #fefefe 0%, #f4ecff 40%, #cbb9ff 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.relay-note {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  color: rgba(245, 245, 240, 0.7);
}

.relay-arrow {
  font-size: 1.25rem;
  color: var(--void-soft);
  transition: transform 0.3s ease;
}

.relay-line:hover .relay-arrow,
.relay-line:focus-visible .relay-arrow {
  transform: translateX(4px);
}

.blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.6rem 1.9rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(8, 8, 12, 0.88), rgba(12, 6, 20, 0.72));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 28px 70px -55px rgba(122, 53, 255, 0.85),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(124, 82, 220, 0.6);
  box-shadow:
    0 40px 90px -55px rgba(122, 53, 255, 0.95),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.blog-card__eyebrow {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.6);
}

.blog-card__title {
  margin: 0;
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: 1.65rem;
  line-height: 1.3;
  color: #fdfdfc;
  text-shadow:
    0 18px 40px rgba(9, 0, 25, 0.6),
    0 4px 12px rgba(122, 53, 255, 0.25);
}

.blog-card__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(245, 245, 240, 0.78);
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.5);
}

.blog-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(191, 167, 255, 0.85);
  transition: color 0.3s ease, transform 0.3s ease;
}

.blog-card:hover .blog-card__cta,
.blog-card:focus-visible .blog-card__cta {
  color: rgba(247, 239, 255, 0.95);
  transform: translateX(4px);
}

.blog-article-pane {
  position: relative;
  padding: 2.4rem 2.8rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(158deg, rgba(8, 8, 12, 0.9), rgba(12, 6, 20, 0.74));
  box-shadow:
    0 30px 80px -55px rgba(122, 53, 255, 0.88),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  isolation: isolate;
  z-index: 0;
}

.blog-article-pane::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(137, 105, 255, 0.16), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: -1;
}

.blog-article-pane > :first-child {
  margin-top: 0;
}

.article-summary {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 8, 16, 0.72);
  transition: border-color 0.25s ease, background 0.25s ease;
  overflow: hidden;
}

.article-summary[open] {
  border-color: rgba(191, 167, 255, 0.38);
  background: rgba(12, 9, 20, 0.8);
}

.article-summary__title {
  position: relative;
  padding: 1rem 1.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.7);
  cursor: pointer;
}

.article-summary__title::marker {
  color: rgba(191, 167, 255, 0.75);
}

.article-summary__panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 220ms ease, opacity 180ms ease;
}

.article-summary[open] .article-summary__panel {
  max-height: 540px;
  opacity: 1;
}

.article-summary__content {
  margin: 0;
  padding: 1.05rem 1.4rem 1.2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.85);
}

.article-summary__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.article-summary__list li {
  display: grid;
  grid-template-columns: 0.85rem minmax(0, 1fr);
  align-items: start;
  column-gap: 0.9rem;
  padding: 0.6rem 0;
}

.article-summary__list li::before {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(191, 167, 255, 0.9), rgba(120, 198, 255, 0.7));
  box-shadow: 0 0 0 1px rgba(245, 245, 240, 0.2);
  margin-top: 0.35rem;
}

.article-summary__list li + li {
  border-top: 1px solid rgba(245, 245, 240, 0.05);
}

.article-summary__list li:first-child {
  padding-top: 0;
}

.article-summary__list li:last-child {
  padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .article-summary {
    transition: none;
  }

  .article-summary__panel {
    max-height: none;
    opacity: 1;
    transition: none;
  }
}

@media (max-width: 640px) {
  .blog-article-pane {
    padding: 1.55rem 1.1rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.85);
}

.article-body p {
  margin: 0;
}

.article-heading {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.75rem, 1.3rem + 1.8vw, 2.75rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fdfdfc;
  text-shadow:
    0 18px 45px rgba(9, 0, 25, 0.55),
    0 6px 22px rgba(122, 53, 255, 0.35);
}

.article-subheading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.35rem, 1.1rem + 1vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(248, 246, 255, 0.92);
}

.article-subheading::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(130deg, rgba(191, 167, 255, 0.9), rgba(122, 53, 255, 0.95));
  box-shadow: 0 0 18px rgba(122, 53, 255, 0.55);
}

.article-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.55);
}

.article-body strong {
  color: rgba(247, 240, 255, 0.95);
}

.article-body a {
  color: rgba(191, 167, 255, 0.95);
  text-decoration: none;
  border-bottom: 1px dotted rgba(191, 167, 255, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.article-body a:hover,
.article-body a:focus-visible {
  color: rgba(255, 251, 255, 0.98);
  border-bottom-color: rgba(255, 251, 255, 0.7);
}

.article-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-list li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(245, 245, 240, 0.82);
}

.article-list li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(130deg, rgba(191, 167, 255, 0.9), rgba(122, 53, 255, 0.9));
  box-shadow: 0 0 14px rgba(122, 53, 255, 0.55);
}

.article-note-divider {
  width: 100%;
  height: 1px;
  border: 0;
  background: rgba(163, 163, 179, 0.22);
}

.article-code {
  margin: 0;
  padding: 1.2rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(12, 12, 18, 0.92), rgba(20, 10, 36, 0.8));
  box-shadow:
    0 28px 55px -45px rgba(122, 53, 255, 0.85),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(232, 227, 255, 0.92);
}

.article-body code {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.35rem 0.1rem;
  border-radius: 0.45rem;
  background: rgba(20, 18, 32, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.92em;
  color: rgba(210, 200, 255, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.article-code code {
  display: block;
  min-width: max-content;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  color: inherit;
}

.article-code::-webkit-scrollbar {
  height: 6px;
}

.article-code::-webkit-scrollbar-thumb {
  background: rgba(122, 53, 255, 0.45);
  border-radius: 999px;
}

.article-code::-webkit-scrollbar-track {
  background: rgba(18, 18, 25, 0.45);
}

.article-body ::selection {
  background: rgba(122, 53, 255, 0.3);
  color: #fefdfc;
}

@media (max-width: 640px) {
  .article-body {
    font-size: 1rem;
  }

  .article-code {
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
  }
}

.cookie-pane {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  max-width: 240px;
  background: rgba(8, 8, 12, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 0.7rem 0.9rem;
  box-shadow: var(
    --cookie-shadow,
    0 22px 45px -30px rgba(122, 53, 255, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02)
  );
  display: grid;
  gap: 0.45rem;
  z-index: 60;
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cookie-pane.is-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.cookie-pane__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(245, 245, 240, 0.78);
}

.cookie-pane__button {
  justify-self: end;
  padding: 0.2rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.8);
  background: rgba(18, 18, 25, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.cookie-pane__button:hover,
.cookie-pane__button:focus-visible {
  border-color: rgba(122, 53, 255, 0.7);
  color: #f5f5f0;
  outline: none;
}

@media (min-width: 641px) {
  .cookie-pane {
    opacity: var(--cookie-opacity, 0.28);
  }
}

@media (max-width: 640px) {
  .cookie-pane {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
    padding: 0.65rem 0.8rem;
    opacity: 1;
  }

  .cookie-pane__button {
    justify-self: stretch;
    text-align: center;
  }
}
