:root {
  --font_head: "Secular One", "Noto Sans Hebrew", sans-serif;
  --font_body: "Heebo", "Arial", sans-serif;
  --bg0: #05060d;
  --bg1: #0c1022;
  --card0: rgba(22, 26, 49, 0.72);
  --card1: rgba(7, 11, 26, 0.88);
  --text: #edf2ff;
  --muted: #b8c0e0;
  --accent: #00e0ff;
  --accent2: #ff54c9;
  --line: rgba(137, 156, 255, 0.36);
  --glow: rgba(0, 224, 255, 0.34);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.52);
  --radius: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font_body);
  color: var(--text);
  line-height: 1.68;
  letter-spacing: 0.01em;
  overflow-x: clip;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(62rem 36rem at -8% -16%, rgba(255, 84, 201, 0.2), transparent 62%),
    radial-gradient(46rem 29rem at 106% -18%, rgba(0, 224, 255, 0.2), transparent 58%),
    radial-gradient(40rem 24rem at 50% 118%, rgba(121, 82, 248, 0.16), transparent 68%),
    linear-gradient(140deg, var(--bg0) 0%, var(--bg1) 45%, #060710 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.17;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 4px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 5px
    );
  mix-blend-mode: soft-light;
}

body::after {
  content: "";
  position: fixed;
  width: 36rem;
  height: 36rem;
  top: -16rem;
  left: -12rem;
  pointer-events: none;
  z-index: -2;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(0, 224, 255, 0.24), transparent 70%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font_head);
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(5, 8, 20, 0.95),
    0 0 0 4px rgba(0, 224, 255, 0.8),
    0 0 20px rgba(0, 224, 255, 0.35);
  border-radius: 0.55rem;
}

.container {
  width: min(100% - 1.5rem, 78rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  padding-top: 0.45rem;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 84, 201, 0.65), rgba(0, 224, 255, 0.7), transparent);
}

.header-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.78rem 0.86rem;
  border-radius: 1.1rem;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(14, 18, 38, 0.86), rgba(8, 12, 26, 0.74));
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.header-shell::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13rem;
  left: -7rem;
  top: -8rem;
  background: radial-gradient(circle, rgba(255, 84, 201, 0.3), transparent 70%);
  pointer-events: none;
}

.header-shell::after {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: -8rem;
  bottom: -10rem;
  background: radial-gradient(circle, rgba(0, 224, 255, 0.3), transparent 72%);
  pointer-events: none;
}

.logo {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  line-height: 1.08;
  white-space: normal;
  text-wrap: balance;
  font-family: var(--font_head);
  font-size: clamp(1.22rem, 5.4vw, 2rem);
  background: linear-gradient(92deg, #dbf3ff 5%, #7beeff 45%, #ff86da 93%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 26px rgba(0, 224, 255, 0.28);
}

.top-nav {
  display: none;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.top-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.top-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0.75rem;
  inset-block-end: 0.26rem;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transition: opacity 0.25s ease;
}

.top-nav a:hover,
.top-nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--line);
  box-shadow: inset 0 0 0 1px rgba(0, 224, 255, 0.16), 0 0 18px rgba(0, 224, 255, 0.2);
  transform: translateY(-1px);
}

.top-nav a:hover::after,
.top-nav a[aria-current="page"]::after {
  opacity: 1;
}

.menu-toggle {
  position: relative;
  z-index: 1;
  width: 2.65rem;
  height: 2.65rem;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: linear-gradient(160deg, rgba(14, 20, 41, 0.92), rgba(11, 14, 29, 0.8));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 22px rgba(0, 224, 255, 0.14);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  flex-direction: column;
}

.menu-toggle-line {
  width: 1.3rem;
  height: 0.12rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #bbd8ff, #7deeff, #ff8adf);
}

.header-ornament {
  position: relative;
  margin-top: 0.48rem;
  padding-bottom: 0.08rem;
}

.header-ornament svg {
  width: min(100%, 21rem);
  margin-inline-start: auto;
  opacity: 0.8;
  filter: drop-shadow(0 0 8px rgba(0, 224, 255, 0.35));
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  background: linear-gradient(155deg, rgba(7, 9, 21, 0.82), rgba(4, 6, 16, 0.9));
  backdrop-filter: blur(5px);
  transition: opacity 0.36s ease;
}

.menu-overlay.is-open {
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 90;
  width: min(89vw, 23rem);
  padding: 1rem 0.95rem 1.4rem;
  transform: translateX(108%);
  opacity: 0;
  border-inline-start: 1px solid var(--line);
  background:
    radial-gradient(18rem 13rem at 10% 10%, rgba(255, 84, 201, 0.2), transparent 70%),
    radial-gradient(18rem 12rem at 88% 85%, rgba(0, 224, 255, 0.23), transparent 68%),
    linear-gradient(150deg, rgba(14, 18, 38, 0.95), rgba(7, 10, 24, 0.96));
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.55);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.22, 1), opacity 0.4s ease;
  overflow: hidden;
}

.mobile-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0, 224, 255, 0.13) 0,
      rgba(0, 224, 255, 0.13) 1px,
      transparent 1px,
      transparent 8px
    ),
    repeating-radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 7px);
}

.mobile-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
}

.drawer-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.drawer-head p {
  font-family: var(--font_head);
  font-size: 1.15rem;
  color: #f4f6ff;
  text-shadow: 0 0 14px rgba(0, 224, 255, 0.4);
}

.drawer-close {
  border: 1px solid var(--line);
  background: rgba(10, 14, 29, 0.75);
  color: var(--text);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  font-size: 1.15rem;
  cursor: pointer;
}

.mobile-nav {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.mobile-nav a {
  display: block;
  border-radius: 0.9rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(166, 184, 255, 0.26);
  color: #e5ebff;
  background: linear-gradient(135deg, rgba(19, 24, 49, 0.86), rgba(11, 15, 34, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  border-color: var(--accent);
  transform: translateX(-3px);
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.22);
}

.drawer-svg {
  position: absolute;
  inset-inline: 0.9rem;
  bottom: 0.85rem;
  opacity: 0.8;
  filter: drop-shadow(0 0 9px rgba(255, 84, 201, 0.38));
}

.menu-open {
  overflow: hidden;
}

.site-main {
  position: relative;
  padding: 1.2rem 0 2.2rem;
}

.site-main::before {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  top: 14rem;
  right: -13rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
  background: radial-gradient(circle, rgba(255, 84, 201, 0.22), transparent 70%);
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 0.2rem);
  border: 1px solid var(--line);
  padding: 1.35rem 1.05rem 1.5rem;
  background: linear-gradient(160deg, rgba(24, 30, 60, 0.75), rgba(10, 14, 32, 0.86));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 15rem;
  left: -9rem;
  top: -6rem;
  background: radial-gradient(circle, rgba(255, 84, 201, 0.32), transparent 72%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 19rem;
  height: 16rem;
  right: -8rem;
  bottom: -8rem;
  background: radial-gradient(circle, rgba(0, 224, 255, 0.27), transparent 72%);
}

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

.eyebrow {
  display: inline-block;
  margin-bottom: 0.56rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 0;
  font-family: var(--font_head);
  font-size: clamp(1.84rem, 8vw, 3.45rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  background: linear-gradient(92deg, #f3f7ff 3%, #86efff 46%, #ff8de0 92%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 0 28px rgba(0, 224, 255, 0.32),
    0 0 20px rgba(255, 84, 201, 0.22);
}

.hero .lead {
  margin-top: 0.88rem;
  max-width: 64ch;
  color: #d2daf8;
  font-size: 1rem;
}

.hero-divider {
  margin-top: 1rem;
  max-width: 17rem;
}

.hero-divider svg {
  opacity: 0.92;
  filter: drop-shadow(0 0 10px rgba(0, 224, 255, 0.3));
}

.section-header {
  position: relative;
  margin-top: 1.7rem;
  padding: 0.2rem 0.2rem 0.25rem;
}

.section-header::before {
  content: "";
  position: absolute;
  top: -0.05rem;
  right: 0.2rem;
  width: 5.2rem;
  height: 0.16rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent2), var(--accent));
  box-shadow: 0 0 12px rgba(0, 224, 255, 0.45);
}

.section-header::after {
  content: "";
  position: absolute;
  inset-inline: 0.2rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(137, 156, 255, 0.6), transparent);
}

.section-header h2 {
  margin: 0;
  font-family: var(--font_head);
  font-size: clamp(1.28rem, 5vw, 2rem);
  line-height: 1.2;
  color: #f2f5ff;
}

.section-header p {
  margin-top: 0.5rem;
  color: var(--muted);
}

.block-divider {
  margin: 1.35rem 0;
}

.block-divider svg {
  width: min(100%, 20rem);
  margin-inline: auto;
  opacity: 0.78;
  filter: drop-shadow(0 0 8px rgba(255, 84, 201, 0.34));
}

.post-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.post-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, var(--card0), var(--card1));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(0, 224, 255, 0.56),
    rgba(255, 84, 201, 0.28) 45%,
    rgba(255, 255, 255, 0.1) 95%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.post-card::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: -1.8rem;
  bottom: -1.8rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.8;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0, 224, 255, 0.16) 0,
      rgba(0, 224, 255, 0.16) 2px,
      transparent 2px,
      transparent 6px
    ),
    radial-gradient(circle, rgba(255, 84, 201, 0.21), transparent 70%);
}

.card-link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.card-media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 25, 0.08), rgba(8, 12, 25, 0.74));
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.16) contrast(1.05);
  transition: transform 0.36s ease, filter 0.36s ease;
}

.card-body {
  padding: 0.9rem 0.9rem 1rem;
}

.card-title {
  margin: 0;
  font-family: var(--font_head);
  font-size: 1.2rem;
  line-height: 1.2;
  color: #f7f8ff;
}

.card-date {
  margin-top: 0.46rem;
  display: inline-flex;
  font-size: 0.88rem;
  color: #8deeff;
  text-shadow: 0 0 12px rgba(0, 224, 255, 0.34);
}

.card-excerpt {
  margin-top: 0.56rem;
  color: var(--muted);
  font-size: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article-shell {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 0.2rem);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(23, 28, 54, 0.8), rgba(8, 12, 28, 0.88));
  padding: 1.2rem 1rem 1.35rem;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.article-shell::before {
  content: "";
  position: absolute;
  width: 22rem;
  height: 14rem;
  right: -11rem;
  top: -6rem;
  background: radial-gradient(circle, rgba(255, 84, 201, 0.26), transparent 70%);
}

.article-shell > * {
  position: relative;
  z-index: 1;
}

.article-head h1 {
  margin: 0;
  font-family: var(--font_head);
  line-height: 1.12;
  font-size: clamp(1.65rem, 7vw, 3rem);
  color: #f8f9ff;
}

.article-date {
  display: inline-flex;
  margin-top: 0.68rem;
  color: #95f0ff;
  text-shadow: 0 0 14px rgba(0, 224, 255, 0.3);
}

.article-image {
  margin: 1rem 0 1.1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(162, 179, 255, 0.42);
  box-shadow: var(--shadow);
}

.article-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-content {
  display: grid;
  gap: 0.85rem;
  color: #d4dbf8;
}

.article-content h2 {
  margin: 0.45rem 0 0;
  font-family: var(--font_head);
  line-height: 1.2;
  color: #f6f8ff;
  font-size: clamp(1.2rem, 4.7vw, 1.7rem);
}

.article-content ul {
  margin: 0;
  padding-inline-start: 1.2rem;
  color: #dce2fa;
}

.article-content li {
  margin-bottom: 0.38rem;
}

.error-panel {
  position: relative;
  overflow: hidden;
  margin: 2rem auto 0;
  max-width: 42rem;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 0.25rem);
  background: linear-gradient(155deg, rgba(22, 27, 52, 0.82), rgba(9, 13, 29, 0.9));
  padding: 1.6rem 1rem 1.8rem;
  box-shadow: var(--shadow);
}

.error-panel::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: -8rem;
  left: -6rem;
  background: radial-gradient(circle, rgba(255, 84, 201, 0.3), transparent 72%);
}

.error-panel h1 {
  margin: 0;
  font-family: var(--font_head);
  font-size: clamp(1.7rem, 7.2vw, 3rem);
  line-height: 1.14;
}

.error-panel p {
  position: relative;
  z-index: 1;
}

.error-text {
  margin-top: 0.75rem;
  color: #d3daf8;
}

.back-home {
  display: inline-flex;
  margin-top: 1.05rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(137, 156, 255, 0.58);
  font-weight: 600;
  background: linear-gradient(120deg, rgba(0, 224, 255, 0.18), rgba(255, 84, 201, 0.2));
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.back-home:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 0 24px rgba(0, 224, 255, 0.35);
}

.site-footer {
  position: relative;
  margin-top: 2.4rem;
  padding: 1.2rem 0 2rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 84, 201, 0.65), rgba(0, 224, 255, 0.72), transparent);
}

.footer-shell {
  border-radius: 1.05rem;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(15, 19, 40, 0.84), rgba(8, 11, 24, 0.86));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 1rem 0.9rem 1.1rem;
}

.footer-brand a {
  font-family: var(--font_head);
  font-size: 1.25rem;
  color: #f3f6ff;
}

.footer-brand p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.footer-ornament {
  margin-top: 0.85rem;
  width: min(100%, 15rem);
}

.footer-ornament svg {
  opacity: 0.84;
}

.footer-links {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem 0.9rem;
}

.footer-links a {
  color: #d6defb;
  font-size: 0.96rem;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.footer-links a:hover {
  color: #97f1ff;
  border-color: rgba(0, 224, 255, 0.6);
}

@media (hover: hover) and (pointer: fine) {
  .post-card:hover {
    transform: translateY(-0.45rem);
    border-color: rgba(0, 224, 255, 0.48);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.58), 0 0 24px rgba(0, 224, 255, 0.14);
  }

  .post-card:hover .card-media img {
    transform: scale(1.07) translateY(-2px);
    filter: saturate(1.22) contrast(1.08);
  }

  .post-card:hover::after {
    transform: translateY(-4px) scale(1.06);
    opacity: 1;
  }
}

@media (min-width: 48rem) {
  .container {
    width: min(100% - 2.4rem, 78rem);
  }

  .header-shell {
    padding: 0.9rem 1rem;
  }

  .hero {
    padding: 1.9rem 1.6rem 2rem;
  }

  .hero .lead {
    font-size: 1.06rem;
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .article-shell {
    padding: 1.5rem 1.35rem 1.6rem;
  }

  .footer-shell {
    padding: 1.15rem 1.2rem 1.25rem;
  }
}

@media (min-width: 64rem) {
  .site-header {
    padding-top: 0.62rem;
  }

  .header-shell {
    align-items: center;
    padding: 1rem 1.2rem;
    gap: 1.2rem;
  }

  .logo {
    max-width: 22ch;
  }

  .top-nav {
    display: block;
  }

  .menu-toggle,
  .mobile-drawer,
  .menu-overlay {
    display: none !important;
  }

  .section-header {
    margin-top: 2.1rem;
  }
}

@media (min-width: 80rem) {
  .post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .article-shell {
    padding: 1.75rem 1.6rem 1.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.post-tag {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
}

.post-tag a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 600;
}

.card-tag {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  color: var(--accent);
}