body.mbx-neon-skin {
  background: oklch(0.99 0.002 250);
  color: oklch(0.2 0.006 250);
}

body.mbx-neon-skin .sidebar,
body.mbx-neon-skin .widget-area,
body.mbx-neon-skin .jl_sidebar,
body.mbx-neon-skin .jl-sidebar,
body.mbx-neon-skin .related-posts,
body.mbx-neon-skin .author-box,
body.mbx-neon-skin .post-author,
body.mbx-neon-skin .breadcrumbs,
body.mbx-neon-skin .breadcrumb,
body.mbx-neon-skin .yoast-breadcrumb,
body.mbx-neon-skin .navigation-post,
body.mbx-neon-skin .post-navigation,
body.mbx-neon-skin .comments-area,
body.mbx-neon-skin #comments,
body.mbx-neon-skin .jl_single_style1,
body.mbx-neon-skin .single_post_share_below,
body.mbx-neon-skin .header_layout_wrapper,
body.mbx-neon-skin .header_main,
body.mbx-neon-skin .options_layout > .jl_right_sidebar,
body.mbx-neon-skin .jl_sidebar,
body.mbx-neon-skin .mbx-neon-top,
body.mbx-neon-skin .go-to-top,
body.mbx-neon-skin .scroll-to-top,
body.mbx-neon-skin #back-to-top,
body.mbx-neon-skin .back-to-top,
body.mbx-neon-skin .jl_back_top,
body.mbx-neon-skin .cd-top,
body.mbx-neon-skin a[class*="to-top"],
body.mbx-neon-skin a[class*="totop"],
body.mbx-neon-skin button[class*="to-top"],
body.mbx-neon-skin .progress-wrap {
  display: none !important;
}

body.mbx-neon-skin .options_layout,
body.mbx-neon-skin .jl_content,
body.mbx-neon-skin .content_single,
body.mbx-neon-skin #content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mbx-neon {
  font-family: Inter, sans-serif;
  background: oklch(0.99 0.002 250);
  color: oklch(0.2 0.006 250);
  min-height: 60vh;
}

.mbx-neon a {
  color: oklch(0.5 0.19 148);
  text-decoration: none;
}

.mbx-neon a:hover {
  color: oklch(0.42 0.19 148);
  text-decoration: underline;
}

.mbx-neon a:focus-visible {
  outline: 2px solid oklch(0.5 0.19 148);
  outline-offset: 3px;
  border-radius: 4px;
}

.mbx-neon ::selection {
  background: oklch(0.5 0.19 148 / 0.2);
}

.mbx-neon-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 40px 0;
}

.mbx-neon-wrap--article {
  padding: 40px 40px 0;
}

.mbx-neon-progress {
  position: fixed;
  top: var(--mbx-chrome-offset, 52px);
  left: 0;
  right: 0;
  height: 3px;
  z-index: 40;
  background: oklch(0.92 0.004 250);
}

.mbx-neon-progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: oklch(0.5 0.19 148);
}

.mbx-neon-article-grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 48px;
  padding-top: 0;
}

.mbx-neon-hero-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  background: oklch(0.97 0.003 250);
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbx-neon-hero-img img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: min(440px, calc(100dvh - var(--mbx-chrome-offset, 52px) - 96px)) !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
  vertical-align: top;
}

.mbx-neon-crumbs {
  margin-top: 24px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  color: oklch(0.5 0.006 250);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.mbx-neon-crumbs a {
  color: oklch(0.5 0.006 250);
}

.mbx-neon-crumbs span {
  color: oklch(0.75 0.005 250);
}

.mbx-neon-crumbs__now,
.mbx-neon-crumbs a:last-of-type {
  color: oklch(0.35 0.006 250);
}

.mbx-neon-tags {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon a.mbx-neon-tag,
.mbx-neon-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.87 0.005 250);
  border-radius: 6px;
  padding: 5px 10px;
  text-decoration: none !important;
}

.mbx-neon a.mbx-neon-tag--accent,
.mbx-neon-tag--accent {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: oklch(0.5 0.19 148) !important;
  border-color: oklch(0.5 0.19 148 / 0.35);
  text-transform: uppercase;
}

.mbx-neon-title {
  margin: 18px 0 0;
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: oklch(0.15 0.006 250);
  letter-spacing: -0.015em !important;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.mbx-neon-meta {
  margin-top: 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  color: oklch(0.5 0.006 250);
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.mbx-neon-dot {
  color: oklch(0.75 0.005 250);
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-copy,
.mbx-neon-copy {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: oklch(0.4 0.006 250) !important;
  -webkit-text-fill-color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.85 0.006 250) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-copy::before,
body.mbx-neon-skin .mbx-neon button.mbx-neon-copy::after,
.mbx-neon-copy::before,
.mbx-neon-copy::after {
  display: none !important;
  content: none !important;
}

.mbx-neon-body {
  margin-top: 28px;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: oklch(0.32 0.006 250);
  overflow-wrap: anywhere;
}

.mbx-neon-body p {
  margin: 0 0 1.1em;
  font-size: 17px !important;
  line-height: 1.75 !important;
  text-wrap: pretty;
}

.mbx-neon-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.mbx-neon-body .mbx-wp-download-btn,
.mbx-neon-body .mbx-wp-pay-btn,
.mbx-neon-body .mbx-wp-download-wrap,
.mbx-neon-body .wp-block-button:empty,
.mbx-neon-body .wp-block-buttons:empty {
  display: none !important;
}

.mbx-neon-dl.mbx-wp-download-btn,
body.mbx-neon-article a.mbx-neon-dl.mbx-wp-download-btn,
.mbx-neon-dl[data-mbx-pay-kind],
body.mbx-neon-article a.mbx-neon-dl[data-mbx-pay-kind] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: oklch(0.5 0.19 148) !important;
  color: oklch(0.99 0.005 148) !important;
  -webkit-text-fill-color: oklch(0.99 0.005 148) !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  letter-spacing: 0 !important;
}

.mbx-neon-dl.mbx-wp-download-btn:hover,
.mbx-neon-dl[data-mbx-pay-kind]:hover {
  background: oklch(0.44 0.19 148) !important;
  color: oklch(0.99 0.005 148) !important;
  text-decoration: none !important;
}

.mbx-neon-helpful {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid oklch(0.9 0.005 250);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon-helpful > span {
  font-size: 14px;
  color: oklch(0.4 0.006 250);
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react,
.mbx-neon-react {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: oklch(0.4 0.006 250) !important;
  -webkit-text-fill-color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.85 0.006 250) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react::before,
body.mbx-neon-skin .mbx-neon button.mbx-neon-react::after,
.mbx-neon-react::before,
.mbx-neon-react::after {
  display: none !important;
  content: none !important;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react.is-on,
.mbx-neon-react.is-on {
  border-color: oklch(0.5 0.19 148) !important;
  background: oklch(0.5 0.19 148 / 0.1) !important;
  color: oklch(0.4 0.19 148) !important;
  -webkit-text-fill-color: oklch(0.4 0.19 148) !important;
}

body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline.mbx-wp-download-btn,
body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline[data-mbx-pay-kind],
.mbx-neon a.mbx-neon-dl.mbx-neon-dl--inline,
.mbx-neon-dl--inline {
  margin-top: 48px !important;
  margin-bottom: 0 !important;
}

.mbx-neon[data-download-bar="1"] .mbx-neon-dl--inline {
  display: none !important;
}

.mbx-neon-sources {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid oklch(0.9 0.005 250);
  font-size: 14px;
  color: oklch(0.5 0.006 250);
}

.mbx-neon-sources span:first-child {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  color: oklch(0.35 0.006 250);
}

.mbx-neon-sources span:last-child {
  margin-left: 8px;
  color: oklch(0.3 0.006 250);
}

.mbx-neon-toc {
  padding-top: 280px;
}

.mbx-neon-toc__inner {
  position: sticky;
  top: calc(var(--mbx-chrome-offset, 52px) + 24px);
}

.mbx-neon-toc__label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: oklch(0.4 0.006 250);
  margin-bottom: 10px;
}

.mbx-neon-toc a {
  display: block;
  font-size: 13px;
  color: oklch(0.35 0.006 250) !important;
  padding: 5px 0;
  text-decoration: none;
}

.mbx-neon-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background: oklch(0.99 0.002 250 / 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid oklch(0.88 0.005 250);
  padding: 14px 40px;
  display: flex;
  justify-content: center;
}

.mbx-neon-sticky .mbx-neon-dl {
  max-width: 1280px;
  padding: 12px 28px !important;
}

.mbx-neon[data-download-bar="1"] {
  padding-bottom: 88px;
}

.mbx-neon-related {
  margin-top: 64px;
}

.mbx-neon-related__rule {
  border-top: 1px dashed oklch(0.87 0.005 250);
  margin-bottom: 48px;
}

.mbx-neon-related__title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: oklch(0.15 0.006 250);
  margin: 0 0 28px;
}

.mbx-neon-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-bottom: 80px;
}

.mbx-neon-card-link,
.mbx-neon-grid-card {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mbx-neon-card-link:hover,
.mbx-neon-grid-card:hover {
  transform: translateY(-3px);
  text-decoration: none !important;
}

.mbx-neon-grid-card:hover {
  box-shadow: 0 12px 24px oklch(0.15 0.006 250 / 0.08);
}

.mbx-neon-card-media {
  width: 100%;
  height: 170px;
  background: oklch(0.93 0.004 250);
  overflow: hidden;
}

.mbx-neon-card-media--related {
  height: 180px;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}

.mbx-neon-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}

.mbx-neon-card-link:hover .mbx-neon-card-media,
.mbx-neon-grid-card:hover .mbx-neon-card-media {
  outline: 1px solid oklch(0.5 0.19 148 / 0.5);
}

.mbx-neon-card-cats {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  color: oklch(0.5 0.006 250);
  margin-top: 14px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.mbx-neon-card-cats__accent {
  color: oklch(0.5 0.19 148);
}

.mbx-neon-comma {
  color: oklch(0.75 0.005 250);
}

.mbx-neon-card-title {
  font-size: 16px;
  font-weight: 600;
  color: oklch(0.15 0.006 250);
  margin-top: 8px;
  line-height: 1.3;
}

.mbx-neon-card-date {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: oklch(0.55 0.006 250);
  margin-top: 8px;
}

.mbx-neon-cat-hero {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 48px;
  align-items: center;
}

.mbx-neon-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: oklch(0.4 0.006 250);
  border: 1px solid oklch(0.85 0.005 250);
  border-radius: 999px;
  padding: 6px 14px;
}

.mbx-neon-cat-title {
  margin: 22px 0 0;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;
  color: oklch(0.13 0.006 250);
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.mbx-neon-cat-desc {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: oklch(0.45 0.006 250);
  max-width: 480px;
}

.mbx-neon-cat-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.mbx-neon-browse {
  display: flex;
  align-items: center;
  gap: 10px;
  background: oklch(0.15 0.006 250);
  color: oklch(0.98 0.003 250) !important;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  padding: 14px 22px;
  text-decoration: none !important;
  white-space: nowrap;
}

.mbx-neon-browse span {
  color: oklch(0.62 0.19 148);
}

.mbx-neon-path-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid oklch(0.85 0.005 250);
  color: oklch(0.35 0.006 250) !important;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  padding: 14px 20px;
  text-decoration: none !important;
}

.mbx-neon-stack {
  position: relative;
  height: 400px;
}

.mbx-neon-stack__card {
  position: absolute;
  overflow: hidden;
  background: oklch(0.93 0.004 250);
  border-radius: 14px;
  box-shadow: 0 8px 20px oklch(0.15 0.006 250 / 0.1);
  transform-origin: center center;
}

.mbx-neon-stack__card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}

.mbx-neon-stack__card--3 {
  width: 74%;
  height: 280px;
  top: 0;
  right: 0;
  z-index: 1;
  animation: mbx-neon-stack-3 7s ease-in-out infinite;
}

.mbx-neon-stack__card--2 {
  width: 76%;
  height: 288px;
  top: 40px;
  right: 40px;
  z-index: 2;
  animation: mbx-neon-stack-2 7s ease-in-out infinite;
}

.mbx-neon-stack__card--1 {
  width: 88%;
  height: 330px;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 20px 40px oklch(0.15 0.006 250 / 0.18);
  animation: mbx-neon-stack-1 7s ease-in-out infinite;
}

@keyframes mbx-neon-stack-3 {
  0%, 100% { transform: rotate(9deg) translateY(0); }
  50% { transform: rotate(11deg) translateY(-10px); }
}

@keyframes mbx-neon-stack-2 {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-14px); }
}

@keyframes mbx-neon-stack-1 {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(-1.5deg) translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .mbx-neon-stack__card--1,
  .mbx-neon-stack__card--2,
  .mbx-neon-stack__card--3 {
    animation: none;
  }
  .mbx-neon-stack__card--3 { transform: rotate(9deg); }
  .mbx-neon-stack__card--2 { transform: rotate(-6deg); }
}

.mbx-neon-stack__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: oklch(0.62 0.19 148);
  color: oklch(0.99 0.005 250);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 4px 10px;
}

.mbx-neon-stack__count {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: oklch(0 0 0 / 0.55);
  color: oklch(0.95 0.003 250);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  border-radius: 6px;
  padding: 3px 8px;
}

.mbx-neon-paths {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px dashed oklch(0.87 0.005 250);
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.mbx-neon-paths__copy {
  border-left: 2px solid oklch(0.5 0.19 148);
  padding-left: 14px;
  flex: none;
  max-width: 220px;
}

.mbx-neon-paths__kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: oklch(0.5 0.006 250);
}

.mbx-neon-paths__title {
  font-size: 15px;
  font-weight: 600;
  color: oklch(0.15 0.006 250);
  margin-top: 4px;
}

.mbx-neon-paths__text {
  font-size: 13px;
  color: oklch(0.5 0.006 250);
  margin-top: 4px;
  line-height: 1.5;
}

.mbx-neon-paths__filters {
  flex: 1;
  min-width: 260px;
}

.mbx-neon-tools {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.mbx-neon-search {
  flex: 1;
  min-width: 200px;
  max-width: 340px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid oklch(0.87 0.005 250);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: oklch(0.6 0.006 250);
}

.mbx-neon-search__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: oklch(0.6 0.006 250);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5Zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5Zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14Z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.mbx-neon-search input {
  border: none;
  outline: none;
  font-size: 14px;
  font-family: Inter, sans-serif;
  color: oklch(0.2 0.006 250);
  width: 100%;
  height: 100%;
  background: none;
  box-shadow: none;
}

.mbx-neon-search input::placeholder {
  color: oklch(0.6 0.006 250);
  opacity: 1;
}

.mbx-neon-sort {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: none;
}

.mbx-neon-sort::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  pointer-events: none;
  border-right: 1.5px solid oklch(0.35 0.006 250);
  border-bottom: 1.5px solid oklch(0.35 0.006 250);
  transform: translateY(-70%) rotate(45deg);
}

body.mbx-neon-skin .mbx-neon-sort select,
.mbx-neon-sort select,
.mbx-neon-tools select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: oklch(0.99 0.002 250) !important;
  background-image: none !important;
  border: 1px solid oklch(0.87 0.005 250) !important;
  border-radius: 8px !important;
  height: 42px !important;
  min-width: 132px !important;
  padding: 0 34px 0 14px !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  line-height: 42px !important;
  color: oklch(0.35 0.006 250) !important;
  box-shadow: none !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.mbx-neon-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon-chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid oklch(0.87 0.005 250);
  color: oklch(0.4 0.006 250) !important;
  text-decoration: none !important;
}

.mbx-neon-chip.is-active {
  border-color: oklch(0.5 0.19 148);
  color: oklch(0.4 0.19 148) !important;
  background: oklch(0.5 0.19 148 / 0.1);
}

.mbx-neon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 32px;
}

.mbx-neon-grid-card {
  border: 1px solid oklch(0.9 0.005 250);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mbx-neon-grid-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mbx-neon-grid-card .mbx-neon-card-cats {
  margin-top: 0;
}

.mbx-neon-card-excerpt {
  font-size: 13px;
  color: oklch(0.45 0.006 250);
  margin-top: 8px;
  line-height: 1.5;
}

.mbx-neon-grid-card .mbx-neon-card-date {
  margin-top: auto;
  padding-top: 12px;
}

.mbx-neon-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mbx-neon-empty {
  grid-column: 1 / -1;
  color: oklch(0.45 0.006 250);
}

.mbx-neon-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 48px 0 80px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  flex-wrap: wrap;
}

.mbx-neon-pager a,
.mbx-neon-pager span {
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: oklch(0.35 0.006 250);
  text-decoration: none !important;
  padding: 0 8px;
  box-sizing: border-box;
}

.mbx-neon-pager a:hover {
  background: oklch(0.94 0.004 250);
}

.mbx-neon-pager .current {
  background: oklch(0.15 0.006 250);
  color: oklch(0.99 0.005 250);
}

.mbx-neon-pager__meta {
  margin-left: 14px;
  color: oklch(0.55 0.006 250);
  font-size: 13px;
  min-width: auto;
  height: auto;
}

@media (max-width: 1100px) {
  .mbx-neon-article-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mbx-neon-related__grid,
  .mbx-neon-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mbx-neon-toc {
    display: none;
  }
  .mbx-neon-stack {
    display: none;
  }
  .mbx-neon-cat-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .mbx-neon-wrap {
    padding: 16px 16px 0;
  }
  .mbx-neon-wrap--article {
    padding-top: 12px;
  }
  .mbx-neon-hero-img {
    padding: 12px;
    border-radius: 12px;
  }
  .mbx-neon-hero-img img {
    max-height: min(280px, calc(100dvh - var(--mbx-chrome-offset, 52px) - 72px)) !important;
  }
  .mbx-neon-title {
    font-size: 24px !important;
  }
  .mbx-neon-body,
  .mbx-neon-body p {
    font-size: 16px !important;
  }
  .mbx-neon-cat-title {
    font-size: 32px;
  }
  .mbx-neon-related__grid,
  .mbx-neon-grid {
    grid-template-columns: 1fr;
  }
  .mbx-neon-sticky {
    padding: 12px 16px;
  }
  .mbx-neon-body img,
  .mbx-neon-body video,
  .mbx-neon-body iframe,
  .mbx-neon-body figure,
  .mbx-neon-body .wp-block-image,
  .mbx-neon-body .wp-block-video {
    max-width: 100% !important;
    height: auto;
  }
}
