body {
  background: #f5f4f0;
  color: #1a1810;
  font-family: "Geist", sans-serif;
  line-height: 1.75;
  background-image:
    radial-gradient(circle at top right, rgba(201, 168, 76, 0.05), transparent 34%),
    linear-gradient(180deg, #f7f5ef 0%, #f5f4f0 100%);
}

:root {
  --lexemer-shell-width: min(1120px, calc(100% - 40px));
  --lexemer-content-width: min(860px, calc(100% - 40px));
  --lexemer-frame-width: min(980px, calc(100% - 40px));
  --lexemer-auth-shell-width: min(1080px, calc(100% - 40px));
  --lexemer-auth-card-width: min(760px, 100%);
}

.wp-site-blocks {
  min-height: 100vh;
  background: #f5f4f0;
}

.wp-site-blocks > * + * {
  margin-block-start: 0;
}

.wp-site-blocks > .wp-block-template-part,
.wp-site-blocks > .lexemer-page-shell,
.wp-site-blocks > .wp-block-group.lexemer-page-shell {
  margin-block-start: 0 !important;
}

.wp-site-blocks > .wp-block-template-part + .lexemer-page-shell,
.wp-site-blocks > .wp-block-template-part + .wp-block-group.lexemer-page-shell {
  margin-block-start: 0 !important;
}

.admin-bar .topbar {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .topbar {
    top: 46px;
  }
}

.lexemer-shell {
  width: var(--lexemer-shell-width);
  margin: 0 auto;
}

.lexemer-shell--narrow {
  width: var(--lexemer-content-width);
}

.lexemer-topbar-wrap {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
  border-bottom: 0;
  margin-bottom: 0;
}

.admin-bar .lexemer-topbar-wrap {
  top: 32px;
}

.lexemer-topbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 6px;
}

.lexemer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.lexemer-brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 2.5px solid currentColor;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  --lexemer-logo-glow: rgba(255, 255, 255, 0.2);
  --lexemer-logo-glow-soft: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lexemer-brand__mark::before {
  content: "\221E";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.78) 30%, rgba(226, 232, 240, 0.92) 45%, #ffffff 50%, rgba(226, 232, 240, 0.92) 55%, rgba(255, 255, 255, 0.78) 70%, rgba(255, 255, 255, 0.78) 100%);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 rgba(17, 17, 17, 0);
  animation: lexemerInfinityShimmer 7.5s ease-in-out infinite;
}

.lexemer-brand__mark--small {
  width: 22px;
  height: 22px;
  font-size: 0.62rem;
  border-radius: 4px;
}

.lexemer-brand__mark--small::before {
  font-size: 0.95rem;
}

@keyframes lexemerInfinityShimmer {
  0%, 18%, 100% {
    background-position: 100% 50%;
    text-shadow: 0 0 0 rgba(17, 17, 17, 0);
    opacity: 0.96;
  }

  36% {
    background-position: 0% 50%;
    text-shadow: 0 0 12px var(--lexemer-logo-glow);
    opacity: 1;
  }

  54% {
    background-position: 0% 50%;
    text-shadow: 0 0 6px var(--lexemer-logo-glow-soft);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lexemer-brand__mark::before,
  .lexemer-topbar-wrap .zl-mark::before {
    animation: none;
    background-position: 45% 50%;
    text-shadow: none;
  }
}

.lexemer-brand__wordmark,
.lexemer-footer__wordmark {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lexemer-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.lexemer-nav::-webkit-scrollbar {
  display: none;
}

.lexemer-nav a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 560;
  transition: 0.16s ease;
}

.lexemer-nav a:hover,
.lexemer-nav a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.lexemer-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.lexemer-topbar__tag {
  margin: 0;
  color: rgba(201, 168, 76, 0.58);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 4px;
  padding: 4px 10px;
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lexemer-btn--contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 7px;
  background: #c9a84c;
  color: #000;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 640;
  transition: 0.16s ease;
}

.lexemer-btn--contact:hover {
  background: #e2c47a;
  color: #000;
}

.lexemer-topbar-wrap .topbar {
  background: #ffffff;
  min-height: 62px;
  padding: 10px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(161, 123, 27, 0.24);
}

.lexemer-topbar-wrap .topbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.lexemer-topbar-wrap .zl-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 2.5px solid currentColor;
  background: transparent;
  color: #111111;
  --lexemer-logo-glow: rgba(107, 114, 128, 0.22);
  --lexemer-logo-glow-soft: rgba(107, 114, 128, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lexemer-topbar-wrap .zl-mark::before {
  content: "\221E";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
  background: linear-gradient(115deg, #111111 0%, #111111 30%, #6b7280 45%, #f3f4f6 50%, #6b7280 55%, #111111 70%, #111111 100%);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 rgba(17, 17, 17, 0);
  animation: lexemerInfinityShimmer 7.5s ease-in-out infinite;
}

.lexemer-topbar-wrap .brand-lockup {
  display: flex;
  align-items: center;
  line-height: 1;
}

.lexemer-topbar-wrap .zl-wordmark {
  color: #111111;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lexemer-topbar-wrap .topbar-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
  min-width: 0;
}

.lexemer-topbar-wrap .nav-group {
  position: relative;
}

.lexemer-topbar-wrap .nav-link,
.lexemer-topbar-wrap .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4d4436;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.16s ease;
}

.lexemer-topbar-wrap .nav-link:hover,
.lexemer-topbar-wrap .nav-link.active,
.lexemer-topbar-wrap .nav-trigger:hover,
.lexemer-topbar-wrap .nav-trigger.active,
.lexemer-topbar-wrap .nav-group.open .nav-trigger {
  color: #16120b;
  background: rgba(22, 18, 11, 0.055);
}

.lexemer-topbar-wrap .nav-link.active,
.lexemer-topbar-wrap .nav-trigger.active {
  color: #85631d;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.18);
}

.lexemer-topbar-wrap .nav-caret {
  font-size: 0.7rem;
  line-height: 1;
  transition: transform 0.16s ease;
}

.lexemer-topbar-wrap .nav-group.open .nav-caret {
  transform: rotate(180deg);
}

.lexemer-topbar-wrap .nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(320px, calc(100vw - 32px));
  min-width: 270px;
  max-height: min(70vh, 520px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(22, 18, 11, 0.1);
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  z-index: 320;
}

.lexemer-topbar-wrap .nav-group:hover .nav-dropdown,
.lexemer-topbar-wrap .nav-group.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lexemer-topbar-wrap .nav-dropdown-link {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.16s ease;
}

.lexemer-topbar-wrap .nav-dropdown-link:hover,
.lexemer-topbar-wrap .nav-dropdown-link.active {
  background: rgba(22, 18, 11, 0.055);
}

.lexemer-topbar-wrap .nav-dropdown-link.active {
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.18);
}

.lexemer-topbar-wrap .nav-dropdown-label {
  color: #16120b;
  font-size: 0.76rem;
  font-weight: 600;
}

.lexemer-topbar-wrap .nav-dropdown-meta {
  color: #4d4436;
  font-size: 0.67rem;
  line-height: 1.45;
}

.lexemer-topbar-wrap .topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lexemer-topbar-wrap .topbar-tag {
  margin: 0;
  color: #85631d;
  border: 1px solid rgba(161, 123, 27, 0.24);
  border-radius: 999px;
  padding: 3px 10px;
  font-family: "Geist Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lexemer-topbar-wrap .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #c9a84c;
  color: #000;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  transition: 0.16s ease;
}

.lexemer-topbar-wrap .btn-contact:hover {
  background: #e2c47a;
  color: #000;
}

.lexemer-topbar-wrap .mobile-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lexemer-topbar-wrap .mobile-menu span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #85631d;
}

.lexemer-page-shell {
  padding-bottom: 72px;
  position: relative;
}

.lexemer-single-shell {
  background: #ffffff;
}

.lexemer-writer-page .lexemer-page-hero {
  display: none;
}

.lexemer-writer-page .lexemer-page-shell {
  padding-top: 34px;
}

.lexemer-writer-page--auth .lexemer-shell--narrow.lexemer-prose {
  width: var(--lexemer-auth-shell-width);
}

.lexemer-page-hero,
.lexemer-single-hero {
  background: #050608;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  padding: 42px 0 46px;
  position: relative;
  overflow: hidden;
}

.lexemer-page-hero::before,
.lexemer-single-hero::before {
  content: "";
  position: absolute;
  inset: auto -180px -220px auto;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.lexemer-eyebrow {
  margin: 0 0 12px;
  color: #c9a84c;
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lexemer-page-title,
.lexemer-single-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.lexemer-page-subtitle {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.8;
}

.lexemer-page-hero--archive .lexemer-page-subtitle:empty {
  display: none;
}

.lexemer-single-meta,
.lexemer-post-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lexemer-back-link,
.lexemer-single-shell .wp-block-post-navigation-link a {
  color: rgba(201, 168, 76, 0.9);
  text-decoration: none;
  font-weight: 600;
}

.lexemer-back-link:hover,
.lexemer-single-shell .wp-block-post-navigation-link a:hover {
  color: #e2c47a;
}

.lexemer-listing {
  width: min(1220px, calc(100% - 40px));
  padding-top: 42px;
}

.lexemer-query .lexemer-post-grid,
.lexemer-listing .lexemer-post-grid {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.lexemer-post-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0ddd4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(22, 18, 11, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lexemer-post-card:hover {
  transform: translateY(-3px);
  border-color: #c9a84c;
  box-shadow: 0 18px 40px rgba(22, 18, 11, 0.055), 0 0 0 1px rgba(201, 168, 76, 0.08);
}

.lexemer-post-card__image {
  margin: 0;
  background: #eeede8;
}

.lexemer-post-card__image img,
.lexemer-single-image img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

.lexemer-post-card__image a,
.lexemer-post-card__title a {
  display: block;
}

.lexemer-post-card__body {
  padding: 24px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.lexemer-post-card__date,
.lexemer-post-card__terms,
.lexemer-post-card__terms a,
.lexemer-single-meta .wp-block-post-date,
.lexemer-single-meta .wp-block-post-terms,
.lexemer-single-meta .wp-block-post-terms a {
  color: #9c9888;
  font-family: "Geist Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.lexemer-post-card__terms a,
.lexemer-single-meta .wp-block-post-terms a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #8d6b1f;
  background: rgba(201, 168, 76, 0.1);
}

.lexemer-post-card__title,
.lexemer-post-card__title a {
  margin: 8px 0 10px;
  color: #1a1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lexemer-post-card__title a:hover {
  color: #8d6b1f;
}

.lexemer-post-card__excerpt {
  margin-top: auto;
}

.lexemer-post-card__excerpt .wp-block-post-excerpt__excerpt {
  color: #5a5649;
  font-size: 0.9rem;
  line-height: 1.82;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.lexemer-post-card__excerpt .wp-block-post-excerpt__more-link {
  display: inline-flex;
  margin-top: 14px;
  color: #8d6b1f;
  text-decoration: none;
  font-weight: 620;
  align-items: center;
  gap: 6px;
}

.lexemer-post-card__excerpt .wp-block-post-excerpt__more-link::after {
  content: "->";
  font-family: "Geist Mono", monospace;
  font-size: 0.72rem;
}

.lexemer-empty-state {
  margin: 0;
  padding: 48px 12px;
  text-align: center;
  color: #9c9888;
}

.wp-block-query-pagination {
  margin-top: 26px;
  padding-top: 8px;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination span {
  color: #5a5649;
  text-decoration: none;
}

.wp-block-query-pagination .current {
  color: #1a1810;
  font-weight: 700;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wp-block-query-pagination a,
.wp-block-query-pagination span {
  min-width: 34px;
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0ddd4;
  border-radius: 999px;
  justify-content: center;
}

.wp-block-query-pagination a:hover {
  border-color: #c9a84c;
  color: #8d6b1f;
}

.wp-block-query-pagination .current {
  border-color: #c9a84c;
  background: rgba(201, 168, 76, 0.12);
}

.article-header {
  background: #050608;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  overflow: hidden;
  padding: 36px 0 40px;
  position: relative;
}

.article-header::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.article-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.35), transparent);
}

.ah-inner,
.article-body,
.article-disclaimer,
.article-cta {
  box-sizing: border-box;
}

.ah-inner {
  width: var(--lexemer-frame-width);
  margin: 0 auto;
}

.ah-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  color: rgba(201, 168, 76, 0.52);
  font-size: 0.74rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ah-back:hover {
  color: #c9a84c;
}

.ah-back svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.ah-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.ah-date,
.ah-meta .wp-block-post-date {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ah-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.54);
  font-family: "Geist Mono", monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.ah-author::before {
  content: "By";
  color: rgba(255, 255, 255, 0.28);
  font-weight: 500;
}

.ah-author:hover {
  color: #f0d898;
}

.ah-terms,
.ah-terms .wp-block-post-terms__separator {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ah-terms a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 10px;
  border-radius: 3px;
  background: rgba(201, 168, 76, 0.12);
  color: #c9a84c;
  font-family: "Geist Mono", monospace;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.ah-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.article-body {
  width: var(--lexemer-frame-width);
  margin: 0 auto;
  overflow: hidden;
  padding: 38px 40px 82px;
}

.article-body .art-feat {
  float: right;
  width: 260px;
  margin: 0 0 20px 28px;
}

.article-body .art-feat img {
  width: 100%;
  height: auto;
  border: 1px solid #e0ddd4;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.article-body .wp-block-post-content {
  color: #000000;
  display: block;
  font-size: 1rem;
  line-height: 1.9;
  overflow: visible;
}

.article-body .wp-block-post-content::after {
  content: "";
  display: block;
  clear: both;
}

.article-body .wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 18px;
  max-width: none;
}

.article-body .wp-block-post-content h2 {
  margin: 36px 0 14px;
  color: #000000;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.article-body .wp-block-post-content h3 {
  margin: 28px 0 10px;
  color: #000000;
  font-family: "Geist", sans-serif;
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.article-body .wp-block-post-content h4 {
  margin: 24px 0 8px;
  color: #000000;
  font-family: "Geist", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

.article-body .wp-block-post-content p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.9;
}

.article-body .wp-block-post-content a {
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  color: #c9a84c;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.article-body .wp-block-post-content a:hover {
  border-color: #c9a84c;
}

.article-body .wp-block-post-content ul,
.article-body .wp-block-post-content ol {
  margin: 14px 0 18px 24px;
  padding-left: 0;
  color: #000000;
  font-size: 0.98rem;
  line-height: 1.9;
}

.article-body .wp-block-post-content li {
  margin-bottom: 8px;
}

.article-body .wp-block-post-content blockquote {
  margin: 22px 0;
  padding: 16px 20px;
  border-left: 3px solid #c9a84c;
  border-radius: 0 12px 12px 0;
  background: #fdf8ee;
  color: #000000;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.8;
}

.article-body .wp-block-post-content table {
  width: 100%;
  margin: 18px 0 22px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.article-body .wp-block-post-content th {
  padding: 10px 14px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  background: #0a0b0e;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Geist Mono", monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.article-body .wp-block-post-content td {
  padding: 11px 14px;
  border: 1px solid #e0ddd4;
  color: #000000;
  line-height: 1.7;
  vertical-align: top;
}

.article-body .wp-block-post-content tr:nth-child(even) td {
  background: #f7f6f2;
}

.article-body .wp-block-post-content img {
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border: 1px solid #e0ddd4;
  border-radius: 8px;
}

.article-body .wp-block-post-content hr {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid #e0ddd4;
}

.article-body .wp-block-post-content strong {
  color: #000000;
  font-weight: 650;
}

.article-body .wp-block-post-content code {
  padding: 2px 6px;
  border-radius: 3px;
  background: #eeede8;
  color: #000000;
  font-family: "Geist Mono", monospace;
  font-size: 0.86rem;
}

.article-body .wp-block-post-content pre {
  margin: 18px 0;
  overflow-x: auto;
  padding: 18px 20px;
  border-radius: 8px;
  background: #0a0b0e;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Geist Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.8;
}

.article-body .wp-block-post-content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.article-disclaimer {
  width: var(--lexemer-frame-width);
  margin: 0 auto;
  padding: 0 40px;
}

.article-disclaimer-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 32px;
  padding-top: 24px;
  border-top: 1px solid #e0ddd4;
}

.article-disclaimer-inner svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: #9c9888;
}

.article-disclaimer-inner p {
  margin: 0;
  color: #9c9888;
  font-family: "Geist Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.article-cta {
  width: var(--lexemer-frame-width);
  margin: 0 auto;
  padding: 0 40px 60px;
}

.article-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 28px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 12px;
  background: #0a0b0e;
}

.article-cta-card p {
  max-width: 400px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.84rem;
  line-height: 1.65;
}

.article-cta-card p strong {
  color: rgba(255, 255, 255, 0.85);
}

.article-cta-card .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 24px;
  border-radius: 7px;
  background: #c9a84c;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25);
  color: #000;
  font-size: 0.85rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 0.15s ease;
}

.article-cta-card .btn-primary:hover {
  background: #e2c47a;
  color: #000;
}

.lexemer-search-form {
  margin-bottom: 20px;
}

.lexemer-search-form .wp-block-search__inside-wrapper {
  border: 1px solid #e0ddd4;
  border-radius: 10px;
  background: #ffffff;
  padding: 6px;
}

.lexemer-search-form .wp-block-search__input {
  border: 0;
  font-family: "Geist", sans-serif;
}

.lexemer-search-form .wp-block-search__button {
  border-radius: 8px;
  background: #c9a84c;
  color: #000;
}

.lexemer-404-shell {
  padding-top: 46px;
}

.lexemer-404-card {
  padding: 36px;
  border: 1px solid #e0ddd4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(22, 18, 11, 0.035);
}

.lexemer-footer {
  background: #050608;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  margin-top: 72px;
  padding: 28px 0 22px;
}

.lexemer-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.lexemer-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lexemer-footer__center {
  color: rgba(255, 255, 255, 0.24);
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  line-height: 1.7;
  text-align: center;
}

.lexemer-footer__links,
.lexemer-footer__policy,
.lexemer-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lexemer-footer__links a,
.lexemer-footer__policy a,
.lexemer-footer__social a {
  color: rgba(201, 168, 76, 0.48);
  text-decoration: none;
  font-family: "Geist Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.03em;
}

.lexemer-footer__links a:hover,
.lexemer-footer__policy a:hover,
.lexemer-footer__social a:hover {
  color: #c9a84c;
}

.lexemer-footer__social {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 18px;
  padding-top: 16px;
}

.lexemer-footer__legal {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 0.66rem;
  line-height: 1.7;
  text-align: center;
}

.lexemer-footer__legal p {
  margin: 0 0 10px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(10, 11, 14, 0.97);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.cookie-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

.cookie-kicker {
  font-family: "Geist Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.68);
  margin-bottom: 10px;
}

.cookie-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.cookie-text {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.74;
}

.cookie-text a,
.cookie-meta a {
  color: #c9a84c;
  text-decoration: none;
}

.cookie-text a:hover,
.cookie-meta a:hover {
  color: #e2c47a;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn-cookie {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 16px;
  font-family: "Geist", sans-serif;
  font-size: 0.82rem;
  font-weight: 650;
  cursor: pointer;
  transition: all 0.15s;
}

.btn-cookie-accept {
  background: #c9a84c;
  color: #000000;
}

.btn-cookie-accept:hover {
  background: #e2c47a;
}

.btn-cookie-reject,
.btn-cookie-manage {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.16);
}

.btn-cookie-reject:hover,
.btn-cookie-manage:hover {
  border-color: rgba(201, 168, 76, 0.35);
  color: #ffffff;
}

.cookie-meta {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  line-height: 1.68;
}

.cookie-hidden {
  display: none;
}

.lexemer-writer-shell {
  width: var(--lexemer-frame-width);
  margin: 0 auto;
  padding-top: 44px;
}

.lexemer-writer-shell--submit {
  width: var(--lexemer-frame-width);
}

.lexemer-writer-shell--auth {
  width: 100%;
}

.lexemer-writer-hero {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 168, 76, 0.14), transparent 32%),
    linear-gradient(135deg, #050608 0%, #12161d 52%, #1a1f27 100%);
  box-shadow: 0 24px 50px rgba(8, 10, 14, 0.16);
}

.lexemer-writer-hero::after {
  content: "";
  position: absolute;
  inset: auto -90px -130px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.18), transparent 72%);
  pointer-events: none;
}

.lexemer-writer-hero--compact {
  padding: 24px 30px;
  border-radius: 20px;
}

.lexemer-writer-hero__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.lexemer-writer-title {
  max-width: 840px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.lexemer-writer-intro {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.8;
}

.lexemer-writer-title--compact {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.06;
}

.lexemer-writer-intro--compact {
  max-width: 520px;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.65;
}

.lexemer-writer-shell--auth .lexemer-writer-title {
  max-width: 680px;
  font-size: clamp(1.75rem, 3.1vw, 2.5rem);
}

.lexemer-writer-shell--auth .lexemer-writer-intro {
  max-width: 640px;
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.lexemer-writer-grid,
.lexemer-writer-grid--workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.lexemer-writer-grid--workspace {
  grid-template-columns: 1fr;
}

.lexemer-writer-shell--auth .lexemer-writer-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 18px;
  margin-top: 22px;
}

.lexemer-writer-compose {
  margin-top: 28px;
}

.lexemer-writer-compose--flush {
  margin-top: 0;
}

.lexemer-writer-shell--auth .lexemer-writer-compose {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.lexemer-writer-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lexemer-writer-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e0ddd4;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, #fcfbf8 100%);
  box-shadow: 0 16px 36px rgba(22, 18, 11, 0.05);
}

.lexemer-writer-shell--auth .lexemer-writer-hero,
.lexemer-writer-shell--auth .lexemer-writer-card {
  padding: 24px;
  border-radius: 20px;
}

.lexemer-writer-shell--auth .lexemer-writer-card {
  box-shadow: 0 12px 28px rgba(22, 18, 11, 0.045);
}

.lexemer-writer-shell--auth .lexemer-writer-card--compose {
  width: var(--lexemer-auth-card-width);
}

.lexemer-writer-shell--register .lexemer-writer-hero {
  max-width: 900px;
  margin: 0 auto;
}

.lexemer-writer-shell--register .lexemer-writer-card--auth-main {
  width: min(880px, 100%);
}

.lexemer-writer-auth-hero,
.lexemer-writer-auth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.lexemer-writer-auth-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.lexemer-writer-auth-links a {
  color: #8d6f1d;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.lexemer-writer-auth-links a:hover {
  color: #c9a84c;
}

.lexemer-writer-auth-links--hero a {
  padding: 9px 14px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
}

.lexemer-writer-auth-links--hero a:hover {
  border-color: rgba(201, 168, 76, 0.42);
  color: #ffffff;
}

.lexemer-writer-card--accent {
  border-color: rgba(201, 168, 76, 0.18);
  background:
    radial-gradient(circle at top right, rgba(201, 168, 76, 0.18), transparent 34%),
    linear-gradient(180deg, #0d1015 0%, #151a21 100%);
  color: rgba(255, 255, 255, 0.86);
}

.lexemer-writer-card--accent::after {
  content: "";
  position: absolute;
  inset: auto -90px -120px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.14), transparent 72%);
}

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

.lexemer-writer-card h3,
.lexemer-writer-card h4 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.08;
}

.lexemer-writer-card h4 {
  font-size: 1.15rem;
  font-style: normal;
}

.lexemer-writer-card p {
  margin: 14px 0 0;
  color: #585446;
}

.lexemer-writer-card--accent h3,
.lexemer-writer-card--accent h4,
.lexemer-writer-card--accent p {
  color: inherit;
}

.lexemer-writer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8d6f1d;
  font-family: "Geist Mono", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lexemer-writer-card--accent .lexemer-writer-kicker {
  color: rgba(201, 168, 76, 0.86);
}

.lexemer-writer-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.lexemer-writer-form {
  display: grid;
  gap: 18px;
}

.lexemer-writer-form--login {
  margin-top: 18px;
}

.lexemer-writer-form--compose {
  gap: 22px;
  margin-top: 18px;
}

.lexemer-writer-field,
.lexemer-writer-fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
}

.lexemer-writer-shell--auth .lexemer-writer-form {
  gap: 16px;
}

.lexemer-writer-shell--auth .lexemer-writer-form--login {
  margin-top: 14px;
}

.lexemer-writer-form--register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.lexemer-writer-shell--auth .lexemer-writer-field,
.lexemer-writer-shell--auth .lexemer-writer-fieldset {
  gap: 7px;
}

.lexemer-writer-form--register .lexemer-writer-field--wide,
.lexemer-writer-form--register .lexemer-writer-button {
  grid-column: 1 / -1;
}

.lexemer-writer-field > span,
.lexemer-writer-fieldset > legend,
.lexemer-writer-editor__label,
.lexemer-writer-login label {
  color: #201d14;
  font-size: 0.88rem;
  font-weight: 600;
}

.lexemer-writer-field input,
.lexemer-writer-field textarea,
.lexemer-writer-login input[type="email"],
.lexemer-writer-login input[type="text"],
.lexemer-writer-login input[type="password"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid #ddd8c9;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #1a1810;
  font-family: "Geist", sans-serif;
  font-size: 0.98rem;
  padding: 15px 17px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lexemer-writer-shell--auth .lexemer-writer-field input,
.lexemer-writer-shell--auth .lexemer-writer-field textarea,
.lexemer-writer-shell--auth .lexemer-writer-login input[type="email"],
.lexemer-writer-shell--auth .lexemer-writer-login input[type="text"],
.lexemer-writer-shell--auth .lexemer-writer-login input[type="password"] {
  min-height: 48px;
  padding: 12px 15px;
  border-radius: 14px;
  font-size: 0.95rem;
}

.lexemer-writer-field textarea {
  min-height: 120px;
  resize: vertical;
}

.lexemer-writer-field--file input[type="file"] {
  width: 100%;
  min-height: auto;
  padding: 18px;
  border: 1px dashed rgba(201, 168, 76, 0.55);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(249, 245, 235, 0.96) 100%);
  box-shadow: none;
  font-size: 0.92rem;
  cursor: pointer;
}

.lexemer-writer-field--file small {
  color: #736d5e;
  font-size: 0.8rem;
  line-height: 1.6;
}

.lexemer-writer-field input:focus,
.lexemer-writer-field textarea:focus,
.lexemer-writer-login input[type="email"]:focus,
.lexemer-writer-login input[type="text"]:focus,
.lexemer-writer-login input[type="password"]:focus {
  outline: none;
  border-color: rgba(201, 168, 76, 0.92);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.13);
}

.lexemer-writer-field input::placeholder,
.lexemer-writer-field textarea::placeholder {
  color: #8a8577;
}

.lexemer-writer-fieldset {
  padding: 0;
  border: 0;
}

.lexemer-writer-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lexemer-writer-choice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd8c9;
  border-radius: 999px;
  background: #fffdf8;
  color: #2d291f;
  font-size: 0.9rem;
  cursor: pointer;
}

.lexemer-writer-choice input {
  accent-color: #c9a84c;
}

.lexemer-writer-editor {
  display: grid;
  gap: 10px;
}

.lexemer-writer-editor .wp-editor-wrap {
  border: 1px solid #ddd8c9;
  border-radius: 18px;
  overflow: hidden;
  background: #fffdf8;
}

.lexemer-writer-editor .wp-editor-tools,
.lexemer-writer-editor .quicktags-toolbar,
.lexemer-writer-editor .mce-top-part::before {
  border: 0;
}

.lexemer-writer-editor textarea.wp-editor-area {
  font-family: "Geist", sans-serif;
  line-height: 1.75;
}

.lexemer-writer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.lexemer-writer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.lexemer-writer-shell--auth .lexemer-writer-button,
.lexemer-writer-shell--auth .lexemer-writer-login .button,
.lexemer-writer-shell--auth .lexemer-writer-login input[type="submit"] {
  min-height: 44px;
}

.lexemer-writer-button:hover {
  transform: translateY(-1px);
}

.lexemer-writer-button--primary {
  background: #c9a84c;
  box-shadow: 0 14px 30px rgba(201, 168, 76, 0.18);
  color: #050608;
}

.lexemer-writer-button--primary:hover {
  background: #dfc06f;
  color: #050608;
}

.lexemer-writer-button--submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  font-size: 0.98rem;
}

.lexemer-writer-button--small {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.82rem;
}

.lexemer-writer-button--ghost {
  border-color: #ddd8c9;
  background: rgba(255, 253, 248, 0.75);
  color: #1e1a10;
}

.lexemer-writer-button--ghost:hover {
  border-color: rgba(201, 168, 76, 0.55);
  color: #1e1a10;
}

.lexemer-writer-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3f3a2e;
  font-size: 0.88rem;
  font-weight: 500;
}

.lexemer-writer-check input {
  margin: 0;
  accent-color: #c9a84c;
}

.lexemer-writer-notice {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #ddd8c9;
  border-radius: 16px;
  background: #fffdf8;
}

.lexemer-writer-shell--auth .lexemer-writer-notice {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
}

.lexemer-writer-notice p {
  margin: 0;
}

.lexemer-writer-notice p + p {
  margin-top: 8px;
}

.lexemer-writer-notice--success {
  border-color: rgba(50, 130, 99, 0.24);
  background: rgba(240, 252, 246, 0.96);
}

.lexemer-writer-notice--error {
  border-color: rgba(182, 71, 71, 0.22);
  background: rgba(255, 246, 246, 0.97);
}

.lexemer-writer-checklist {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.lexemer-writer-shell--auth .lexemer-writer-checklist {
  gap: 12px;
  margin-top: 16px;
}

.lexemer-writer-checklist li {
  position: relative;
  padding-left: 26px;
  line-height: 1.7;
}

.lexemer-writer-checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9a84c;
  box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.11);
}

.lexemer-writer-login {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lexemer-writer-shell--auth .lexemer-writer-login {
  margin-top: 18px;
  padding-top: 18px;
}

.lexemer-writer-card:not(.lexemer-writer-card--accent) .lexemer-writer-login {
  border-top-color: #ece7da;
}

.lexemer-writer-login .login-username,
.lexemer-writer-login .login-password,
.lexemer-writer-login .login-remember {
  margin: 0 0 14px;
}

.lexemer-writer-login label {
  display: inline-block;
  margin-bottom: 7px;
}

.lexemer-writer-login .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.lexemer-writer-login .login-remember input {
  margin: 0;
  accent-color: #c9a84c;
}

.lexemer-writer-login .login-submit {
  margin: 18px 0 0;
}

.lexemer-writer-login .button,
.lexemer-writer-login input[type="submit"] {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #c9a84c;
  color: #050608;
  font-size: 0.9rem;
  font-weight: 650;
  cursor: pointer;
}

.lexemer-writer-help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.lexemer-writer-shell--auth .lexemer-writer-help-links {
  gap: 12px;
  margin-top: 12px;
}

.lexemer-writer-help-links a,
.lexemer-writer-submission__actions a {
  color: #c9a84c;
  text-decoration: none;
  font-weight: 600;
}

.lexemer-writer-help-links a:hover,
.lexemer-writer-submission__actions a:hover {
  color: #e2c47a;
}

.lexemer-writer-card--accent .lexemer-writer-login label {
  color: rgba(255, 255, 255, 0.9);
}

.lexemer-writer-card--accent .lexemer-writer-field > span,
.lexemer-writer-card--accent .lexemer-writer-fieldset > legend,
.lexemer-writer-card--accent .lexemer-writer-editor__label,
.lexemer-writer-card--accent .lexemer-writer-check {
  color: rgba(255, 255, 255, 0.9);
}

.lexemer-writer-card--accent .lexemer-writer-login input[type="email"],
.lexemer-writer-card--accent .lexemer-writer-login input[type="text"],
.lexemer-writer-card--accent .lexemer-writer-login input[type="password"] {
  background: rgba(255, 255, 255, 0.94);
}

.lexemer-writer-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ece7da;
}

.lexemer-writer-benefit {
  padding: 16px 18px;
  border: 1px solid #ece7da;
  border-radius: 18px;
  background: #fffdfa;
}

.lexemer-writer-benefit strong {
  display: block;
  color: #1d190f;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.lexemer-writer-benefit span {
  display: block;
  margin-top: 7px;
  color: #625c4f;
  font-size: 0.82rem;
  line-height: 1.65;
}

.lexemer-writer-card--compose {
  padding: 30px;
}

.lexemer-writer-user-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.lexemer-writer-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lexemer-writer-profile-item {
  padding: 16px 18px;
  border: 1px solid #ece7da;
  border-radius: 18px;
  background: #fffdfa;
}

.lexemer-writer-profile-item span,
.lexemer-writer-profile-note span {
  display: block;
  color: #7a7467;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lexemer-writer-profile-item strong {
  display: block;
  margin-top: 8px;
  color: #1d190f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-word;
}

.lexemer-writer-profile-note {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid #ece7da;
  border-radius: 18px;
  background: #fffdfa;
}

.lexemer-writer-profile-note p {
  margin: 10px 0 0;
  color: #534f42;
}

.lexemer-writer-profile-section {
  margin-top: 18px;
}

.lexemer-writer-profile-section > span {
  display: block;
  color: #7a7467;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lexemer-writer-profile-section .lexemer-writer-empty {
  margin-top: 12px;
}

.lexemer-writer-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.lexemer-writer-metrics div {
  padding: 18px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.lexemer-writer-metrics strong {
  display: block;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.lexemer-writer-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.lexemer-writer-submissions {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lexemer-writer-submission {
  padding: 18px 20px;
  border: 1px solid #ece7da;
  border-radius: 18px;
  background: #fffdfa;
}

.lexemer-writer-submission__meta,
.lexemer-writer-submission__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.lexemer-writer-submission__meta {
  color: #7d786a;
  font-size: 0.8rem;
}

.lexemer-writer-submission h4 {
  margin: 12px 0 0;
  font-size: 1.3rem;
}

.lexemer-writer-submission p {
  margin: 10px 0 0;
  color: #625d4f;
}

.lexemer-writer-submission__actions {
  margin-top: 12px;
}

.lexemer-writer-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lexemer-writer-status--draft {
  background: rgba(201, 168, 76, 0.16);
  color: #8a6810;
}

.lexemer-writer-status--pending {
  background: rgba(49, 116, 184, 0.12);
  color: #235683;
}

.lexemer-writer-status--publish {
  background: rgba(50, 130, 99, 0.13);
  color: #2a694f;
}

.lexemer-writer-empty {
  margin: 18px 0 0;
}

@media (max-width: 1200px) {
  .lexemer-topbar {
    gap: 16px;
  }

  .lexemer-nav a {
    padding-inline: 11px;
    font-size: 0.78rem;
  }
}

@media (max-width: 900px) {
  .lexemer-query .lexemer-post-grid,
  .lexemer-listing .lexemer-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .lexemer-topbar-wrap .topbar-nav {
    display: flex;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 20px;
    padding: 0;
    gap: 6px;
    background: transparent;
    border-bottom: 0;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    overflow-y: visible;
  }

  .lexemer-topbar-wrap .topbar-nav > .nav-link,
  .lexemer-topbar-wrap .nav-trigger {
    width: auto;
    justify-content: flex-start;
    padding: 7px 14px;
    border-radius: 6px;
  }

  .lexemer-topbar-wrap .nav-group {
    width: auto;
  }

  .lexemer-topbar-wrap .nav-dropdown {
    position: absolute;
    width: min(320px, calc(100vw - 32px));
    min-width: 270px;
    max-height: min(70vh, 520px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(201, 168, 76, 0.18);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(22, 18, 11, 0.1);
    display: grid;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
  }

  .lexemer-topbar-wrap .nav-dropdown-link {
    padding: 10px 12px;
  }

  .lexemer-topbar-wrap .mobile-menu {
    display: none;
  }

  .lexemer-topbar__tag {
    display: none;
  }

  .lexemer-post-card__body {
    min-height: auto;
  }

  .lexemer-listing {
    width: min(100%, calc(100% - 28px));
  }

  .lexemer-writer-grid,
  .lexemer-writer-grid--workspace {
    grid-template-columns: 1fr;
  }

  .lexemer-writer-shell--auth .lexemer-writer-grid {
    grid-template-columns: 1fr;
  }

  .lexemer-writer-auth-hero,
  .lexemer-writer-auth-head {
    flex-direction: column;
  }

  .lexemer-writer-auth-links {
    align-items: flex-start;
  }

  .lexemer-writer-form--register,
  .lexemer-writer-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .lexemer-topbar-wrap .topbar {
    padding: 10px 18px;
  }

  .lexemer-topbar-wrap .topbar-nav {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 12px 18px;
    gap: 4px;
    background: #ffffff;
    border-bottom: 1px solid rgba(161, 123, 27, 0.24);
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
  }

  .lexemer-topbar-wrap .topbar-nav.open {
    display: flex;
  }

  .lexemer-topbar-wrap .topbar-nav > .nav-link,
  .lexemer-topbar-wrap .nav-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    border-radius: 0;
  }

  .lexemer-topbar-wrap .nav-group {
    width: 100%;
  }

  .lexemer-topbar-wrap .nav-dropdown {
    position: static;
    width: auto;
    min-width: 0;
    max-height: none;
    overflow: visible;
    margin-left: 10px;
    padding: 6px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .lexemer-topbar-wrap .nav-group:hover .nav-dropdown {
    display: none;
  }

  .lexemer-topbar-wrap .nav-group.open .nav-dropdown {
    display: grid;
  }

  .lexemer-topbar-wrap .nav-dropdown-link {
    padding: 9px 0;
  }

  .lexemer-topbar-wrap .mobile-menu {
    display: flex;
  }

  .lexemer-topbar-wrap .topbar-tag,
  .lexemer-topbar-wrap .btn-contact {
    display: none;
  }
}

@media (max-width: 640px) {
  .lexemer-query .lexemer-post-grid,
  .lexemer-listing .lexemer-post-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lexemer-shell,
  .lexemer-shell--narrow {
    width: min(100%, calc(100% - 24px));
  }

  .lexemer-writer-page .lexemer-page-shell {
    padding-top: 24px;
  }

  .lexemer-writer-page--auth .lexemer-shell--narrow.lexemer-prose {
    width: min(100%, calc(100% - 24px));
  }

  .lexemer-topbar {
    gap: 14px;
  }

  .lexemer-topbar-right {
    margin-left: auto;
  }

  .lexemer-btn--contact {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .lexemer-page-hero,
  .lexemer-single-hero {
    padding: 28px 0 30px;
  }

  .ah-inner,
  .article-body,
  .article-disclaimer,
  .article-cta {
    width: min(100%, calc(100% - 24px));
  }

  .article-header {
    padding: 24px 0 28px;
  }

  .article-body,
  .article-disclaimer,
  .article-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-copy {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .article-body .art-feat {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .article-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .lexemer-footer__main {
    justify-content: center;
  }

  .lexemer-writer-shell {
    width: min(100%, calc(100% - 24px));
    padding-top: 28px;
  }

  .lexemer-writer-hero,
  .lexemer-writer-card {
    padding: 24px;
    border-radius: 20px;
  }

  .lexemer-writer-hero__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .lexemer-writer-user-menu {
    width: 100%;
    justify-content: flex-start;
  }

  .lexemer-writer-form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lexemer-writer-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lexemer-writer-button,
  .lexemer-writer-login .button,
  .lexemer-writer-login input[type="submit"] {
    width: 100%;
  }

  .lexemer-writer-metrics {
    grid-template-columns: 1fr;
  }

  .lexemer-writer-profile-grid {
    grid-template-columns: 1fr;
  }

  .lexemer-writer-choice {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .lexemer-topbar-wrap {
    top: 46px;
  }
}

/* Cool premium article theme */
:root {
  --lexemer-cool-bg: #ffffff;
  --lexemer-cool-bg-2: #ffffff;
  --lexemer-cool-surface: #ffffff;
  --lexemer-cool-surface-2: #f8fbfd;
  --lexemer-cool-border: #dce6ee;
  --lexemer-cool-border-2: #c8d6e1;
  --lexemer-cool-ink: #111923;
  --lexemer-cool-text: #243241;
  --lexemer-cool-muted: #667587;
  --lexemer-cool-soft: #8b98a8;
  --lexemer-cool-accent: #0f6f8a;
  --lexemer-cool-accent-2: #0f8a9d;
  --lexemer-cool-accent-3: #6fb7c7;
  --lexemer-cool-deep: #0b1118;
  --lexemer-cool-deep-2: #101923;
  --lexemer-cool-shadow: 0 18px 45px rgba(23, 42, 60, 0.08);
  --lexemer-cool-shadow-soft: 0 10px 28px rgba(23, 42, 60, 0.055);
}

body,
.wp-site-blocks {
  background: #ffffff;
  color: var(--lexemer-cool-text);
}

.lexemer-page-shell,
.lexemer-single-shell {
  background: #ffffff;
}

.lexemer-topbar-wrap,
.lexemer-topbar-wrap .topbar {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(15, 111, 138, 0.14);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 30px rgba(23, 42, 60, 0.045);
  backdrop-filter: blur(18px);
}

.lexemer-brand__mark,
.lexemer-topbar-wrap .zl-mark {
  color: #15202b;
  --lexemer-logo-glow: rgba(15, 138, 157, 0.22);
  --lexemer-logo-glow-soft: rgba(15, 138, 157, 0.12);
}

.lexemer-brand__mark::before,
.lexemer-topbar-wrap .zl-mark::before {
  background: linear-gradient(115deg, #15202b 0%, #15202b 30%, #0f8a9d 45%, #e0faff 50%, #6fb7c7 55%, #15202b 70%, #15202b 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.lexemer-brand__wordmark,
.lexemer-footer__wordmark,
.lexemer-topbar-wrap .zl-wordmark {
  color: #15202b;
}

.lexemer-nav a,
.lexemer-topbar-wrap .nav-link,
.lexemer-topbar-wrap .nav-trigger {
  color: #5c6978;
}

.lexemer-nav a:hover,
.lexemer-nav a[aria-current="page"],
.lexemer-topbar-wrap .nav-link:hover,
.lexemer-topbar-wrap .nav-link.active,
.lexemer-topbar-wrap .nav-trigger:hover,
.lexemer-topbar-wrap .nav-trigger.active,
.lexemer-topbar-wrap .nav-group.open .nav-trigger {
  background: rgba(15, 111, 138, 0.07);
  color: var(--lexemer-cool-ink);
}

.lexemer-topbar-wrap .nav-link.active,
.lexemer-topbar-wrap .nav-trigger.active {
  box-shadow: inset 0 0 0 1px rgba(15, 111, 138, 0.16);
  color: var(--lexemer-cool-accent);
}

.lexemer-topbar-wrap .nav-dropdown {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 111, 138, 0.15);
  box-shadow: 0 22px 52px rgba(23, 42, 60, 0.12);
  backdrop-filter: blur(18px);
}

.lexemer-topbar-wrap .nav-dropdown-link:hover,
.lexemer-topbar-wrap .nav-dropdown-link.active {
  background: rgba(15, 111, 138, 0.07);
}

.lexemer-topbar-wrap .nav-dropdown-link.active {
  box-shadow: inset 0 0 0 1px rgba(15, 111, 138, 0.14);
}

.lexemer-topbar-wrap .nav-dropdown-label {
  color: var(--lexemer-cool-ink);
}

.lexemer-topbar-wrap .nav-dropdown-meta,
.lexemer-topbar-wrap .topbar-tag,
.lexemer-topbar__tag {
  color: var(--lexemer-cool-muted);
}

.lexemer-topbar-wrap .topbar-tag,
.lexemer-topbar__tag {
  border-color: rgba(15, 111, 138, 0.16);
  background: rgba(232, 245, 248, 0.72);
}

.lexemer-btn--contact,
.lexemer-topbar-wrap .btn-contact,
.article-cta-card .btn-primary,
.lexemer-search-form .wp-block-search__button,
.btn-cookie-accept {
  background: linear-gradient(135deg, #172554 0%, #0f5f7d 54%, #087a65 100%);
  color: #f8fbff;
  box-shadow: 0 16px 32px rgba(15, 111, 138, 0.18);
}

.lexemer-btn--contact:hover,
.lexemer-topbar-wrap .btn-contact:hover,
.article-cta-card .btn-primary:hover,
.lexemer-search-form .wp-block-search__button:hover,
.btn-cookie-accept:hover {
  background: linear-gradient(135deg, #1d3470 0%, #117394 54%, #0a8f78 100%);
  color: #ffffff;
}

.lexemer-topbar-wrap .mobile-menu span {
  background: var(--lexemer-cool-accent);
}

.lexemer-page-hero,
.lexemer-single-hero,
.article-header {
  background:
    radial-gradient(circle at 82% 18%, rgba(111, 183, 199, 0.12), transparent 30%),
    radial-gradient(circle at 14% 0%, rgba(100, 116, 139, 0.12), transparent 30%),
    linear-gradient(138deg, #0b1118 0%, #111b25 48%, #080d13 100%);
  border-bottom-color: rgba(137, 197, 210, 0.13);
}

.lexemer-page-hero::before,
.lexemer-single-hero::before,
.article-header::before {
  inset: -180px -160px auto auto;
  background: radial-gradient(circle, rgba(111, 183, 199, 0.14) 0%, transparent 68%);
}

.article-header::after {
  background: linear-gradient(90deg, transparent, rgba(137, 197, 210, 0.28), rgba(100, 116, 139, 0.18), transparent);
}

.lexemer-eyebrow,
.ah-back,
.lexemer-back-link,
.lexemer-single-shell .wp-block-post-navigation-link a {
  color: #9fcbd6;
}

.ah-back:hover,
.lexemer-back-link:hover,
.lexemer-single-shell .wp-block-post-navigation-link a:hover {
  color: #d8edf2;
}

.lexemer-page-title,
.lexemer-single-title,
.ah-title {
  color: rgba(248, 251, 255, 0.96);
  letter-spacing: -0.015em;
}

.lexemer-page-subtitle {
  color: rgba(226, 235, 244, 0.7);
}

.ah-date,
.ah-meta .wp-block-post-date {
  color: rgba(226, 235, 244, 0.42);
}

.ah-author {
  color: rgba(226, 235, 244, 0.68);
}

.ah-author:hover {
  color: #d8edf2;
}

.ah-terms a {
  background: rgba(137, 197, 210, 0.12);
  color: #d8edf2;
  box-shadow: inset 0 0 0 1px rgba(137, 197, 210, 0.12);
}

.lexemer-listing {
  padding-top: 46px;
}

.lexemer-post-card {
  border-color: rgba(15, 111, 138, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
  box-shadow: var(--lexemer-cool-shadow-soft);
}

.lexemer-post-card:hover {
  border-color: rgba(15, 138, 157, 0.32);
  box-shadow: var(--lexemer-cool-shadow), 0 0 0 1px rgba(15, 138, 157, 0.08);
}

.lexemer-post-card__image {
  background: #e8f0f5;
}

.lexemer-post-card__body {
  padding: 24px 24px 26px;
}

.lexemer-post-card__date,
.lexemer-post-card__terms,
.lexemer-post-card__terms a,
.lexemer-single-meta .wp-block-post-date,
.lexemer-single-meta .wp-block-post-terms,
.lexemer-single-meta .wp-block-post-terms a {
  color: var(--lexemer-cool-soft);
}

.lexemer-post-card__terms a,
.lexemer-single-meta .wp-block-post-terms a {
  background: rgba(232, 245, 248, 0.86);
  color: var(--lexemer-cool-accent);
}

.lexemer-post-card__title,
.lexemer-post-card__title a {
  color: var(--lexemer-cool-ink);
}

.lexemer-post-card__title a:hover,
.lexemer-post-card__excerpt .wp-block-post-excerpt__more-link {
  color: var(--lexemer-cool-accent);
}

.lexemer-post-card__excerpt .wp-block-post-excerpt__excerpt,
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination span {
  color: var(--lexemer-cool-muted);
}

.wp-block-query-pagination a,
.wp-block-query-pagination span {
  border-color: var(--lexemer-cool-border);
  background: rgba(255, 255, 255, 0.72);
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination .current {
  border-color: rgba(15, 138, 157, 0.38);
  background: rgba(232, 245, 248, 0.9);
  color: var(--lexemer-cool-accent);
}

.article-body {
  margin-top: 0;
  padding-top: 44px;
  background: #ffffff;
  color: var(--lexemer-cool-text);
}

.article-body .art-feat img,
.article-body .wp-block-post-content img {
  border-color: rgba(15, 111, 138, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(23, 42, 60, 0.08);
}

.article-body .wp-block-post-content {
  color: var(--lexemer-cool-text);
  font-size: 1.035rem;
  line-height: 1.92;
}

.article-body .wp-block-post-content p,
.article-body .wp-block-post-content ul,
.article-body .wp-block-post-content ol,
.article-body .wp-block-post-content td {
  color: var(--lexemer-cool-text);
}

.article-body .wp-block-post-content h2,
.article-body .wp-block-post-content h3,
.article-body .wp-block-post-content h4,
.article-body .wp-block-post-content strong {
  color: var(--lexemer-cool-ink);
}

.article-body .wp-block-post-content h2 {
  padding-top: 8px;
}

.article-body .wp-block-post-content h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--lexemer-cool-accent), transparent);
}

.article-body .wp-block-post-content a {
  border-bottom-color: rgba(15, 138, 157, 0.28);
  color: var(--lexemer-cool-accent);
}

.article-body .wp-block-post-content a:hover {
  border-color: var(--lexemer-cool-accent-2);
}

.article-body .wp-block-post-content blockquote {
  border-left-color: var(--lexemer-cool-accent);
  background:
    linear-gradient(90deg, rgba(232, 245, 248, 0.92), rgba(248, 251, 253, 0.86));
  color: var(--lexemer-cool-text);
}

.article-body .wp-block-post-content th {
  border-color: rgba(137, 197, 210, 0.18);
  background: linear-gradient(135deg, #172554, #0f5f7d);
  color: rgba(248, 251, 255, 0.9);
}

.article-body .wp-block-post-content td {
  border-color: var(--lexemer-cool-border);
}

.article-body .wp-block-post-content tr:nth-child(even) td {
  background: var(--lexemer-cool-surface-2);
}

.article-body .wp-block-post-content hr,
.article-disclaimer-inner {
  border-top-color: var(--lexemer-cool-border);
}

.article-body .wp-block-post-content code {
  background: #edf4f8;
  color: #0f3f52;
}

.article-body .wp-block-post-content pre {
  background: linear-gradient(135deg, #0b1118, #111b25);
  color: rgba(248, 251, 255, 0.86);
}

.article-disclaimer-inner svg,
.article-disclaimer-inner p {
  color: var(--lexemer-cool-soft);
}

.article-cta-card {
  border-color: rgba(137, 197, 210, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(137, 197, 210, 0.16), transparent 34%),
    linear-gradient(135deg, #0b1118 0%, #111b25 52%, #0a1418 100%);
  box-shadow: 0 22px 48px rgba(8, 13, 19, 0.2);
}

.article-cta-card p {
  color: rgba(226, 235, 244, 0.68);
}

.article-cta-card p strong {
  color: rgba(248, 251, 255, 0.94);
}

.lexemer-search-form .wp-block-search__inside-wrapper,
.lexemer-404-card {
  border-color: var(--lexemer-cool-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--lexemer-cool-shadow-soft);
}

.lexemer-footer {
  background: #070a0f;
  border-top-color: rgba(137, 197, 210, 0.11);
}

.lexemer-footer__center,
.lexemer-footer__legal {
  color: rgba(215, 223, 234, 0.42);
}

.lexemer-footer__links a,
.lexemer-footer__policy a,
.lexemer-footer__social a,
.cookie-kicker,
.cookie-text a,
.cookie-meta a {
  color: rgba(159, 203, 214, 0.72);
}

.lexemer-footer__links a:hover,
.lexemer-footer__policy a:hover,
.lexemer-footer__social a:hover,
.cookie-text a:hover,
.cookie-meta a:hover {
  color: #d8edf2;
}

.cookie-card {
  border-color: rgba(137, 197, 210, 0.2);
  background: rgba(8, 13, 19, 0.96);
}

.btn-cookie-reject:hover,
.btn-cookie-manage:hover {
  border-color: rgba(137, 197, 210, 0.34);
}

@media (max-width: 640px) {
  .article-body .wp-block-post-content {
    font-size: 0.98rem;
    line-height: 1.86;
  }

  .lexemer-post-card {
    border-radius: 8px;
  }
}

.theme-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 3px;
}

.theme-toggle__track {
  display: block;
  width: 46px;
  height: 26px;
  border: 1.5px solid rgba(15, 111, 138, 0.2);
  border-radius: 999px;
  background: rgba(232, 245, 248, 0.86);
  flex-shrink: 0;
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.theme-toggle__knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lexemer-cool-accent);
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.24);
  transition: transform 0.25s cubic-bezier(.4, 0, .2, 1), background 0.25s ease;
}

.theme-toggle:hover .theme-toggle__track {
  border-color: rgba(15, 138, 157, 0.42);
  background: rgba(213, 251, 255, 0.72);
}

html.theme-dark body,
html.theme-dark .wp-site-blocks {
  background:
    radial-gradient(circle at 14% 0%, rgba(111, 183, 199, 0.06), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(100, 116, 139, 0.08), transparent 26%),
    linear-gradient(180deg, #080b10 0%, #0d1218 48%, #080b10 100%);
  color: #d9e2ec;
}

html.theme-dark .lexemer-page-shell,
html.theme-dark .lexemer-single-shell {
  background: transparent;
}

html.theme-dark .lexemer-topbar-wrap,
html.theme-dark .lexemer-topbar-wrap .topbar {
  background: rgba(9, 12, 17, 0.9);
  border-bottom-color: rgba(137, 197, 210, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 36px rgba(0, 0, 0, 0.22);
}

html.theme-dark .lexemer-brand__mark,
html.theme-dark .lexemer-topbar-wrap .zl-mark {
  color: rgba(255, 255, 255, 0.9);
  --lexemer-logo-glow: rgba(111, 183, 199, 0.22);
  --lexemer-logo-glow-soft: rgba(111, 183, 199, 0.11);
}

html.theme-dark .lexemer-brand__mark::before,
html.theme-dark .lexemer-topbar-wrap .zl-mark::before {
  background: linear-gradient(115deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.9) 30%, #9fcbd6 45%, #f2fbfd 50%, #6fb7c7 55%, rgba(255,255,255,.9) 70%, rgba(255,255,255,.9) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

html.theme-dark .lexemer-brand__wordmark,
html.theme-dark .lexemer-footer__wordmark,
html.theme-dark .lexemer-topbar-wrap .zl-wordmark {
  color: rgba(255, 255, 255, 0.92);
}

html.theme-dark .lexemer-nav a,
html.theme-dark .lexemer-topbar-wrap .nav-link,
html.theme-dark .lexemer-topbar-wrap .nav-trigger {
  color: rgba(215, 223, 234, 0.62);
}

html.theme-dark .lexemer-nav a:hover,
html.theme-dark .lexemer-nav a[aria-current="page"],
html.theme-dark .lexemer-topbar-wrap .nav-link:hover,
html.theme-dark .lexemer-topbar-wrap .nav-link.active,
html.theme-dark .lexemer-topbar-wrap .nav-trigger:hover,
html.theme-dark .lexemer-topbar-wrap .nav-trigger.active,
html.theme-dark .lexemer-topbar-wrap .nav-group.open .nav-trigger {
  background: rgba(137, 197, 210, 0.06);
  color: #edf6f8;
}

html.theme-dark .lexemer-topbar-wrap .nav-link.active,
html.theme-dark .lexemer-topbar-wrap .nav-trigger.active {
  box-shadow: inset 0 0 0 1px rgba(137, 197, 210, 0.16);
  color: #d8edf2;
}

html.theme-dark .lexemer-topbar-wrap .nav-dropdown {
  background: rgba(13, 18, 24, 0.96);
  border-color: rgba(137, 197, 210, 0.14);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

html.theme-dark .lexemer-topbar-wrap .nav-dropdown-link:hover,
html.theme-dark .lexemer-topbar-wrap .nav-dropdown-link.active {
  background: rgba(137, 197, 210, 0.06);
}

html.theme-dark .lexemer-topbar-wrap .nav-dropdown-label {
  color: #edf6f8;
}

html.theme-dark .lexemer-topbar-wrap .nav-dropdown-meta,
html.theme-dark .lexemer-topbar-wrap .topbar-tag,
html.theme-dark .lexemer-topbar__tag {
  color: rgba(215, 223, 234, 0.6);
}

html.theme-dark .lexemer-topbar-wrap .topbar-tag,
html.theme-dark .lexemer-topbar__tag {
  border-color: rgba(137, 197, 210, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

html.theme-dark .theme-toggle__track {
  background: rgba(74, 111, 165, 0.22);
  border-color: rgba(137, 197, 210, 0.32);
}

html.theme-dark .theme-toggle__knob {
  transform: translateX(20px);
  background: #9fcbd6;
  box-shadow: 0 1px 8px rgba(111, 183, 199, 0.26);
}

html.theme-dark .lexemer-page-hero,
html.theme-dark .lexemer-single-hero,
html.theme-dark .article-header {
  background:
    radial-gradient(circle at 82% 18%, rgba(111, 183, 199, 0.1), transparent 30%),
    radial-gradient(circle at 14% 0%, rgba(100, 116, 139, 0.1), transparent 30%),
    linear-gradient(138deg, #090d13 0%, #111821 48%, #070a0f 100%);
  border-bottom-color: rgba(137, 197, 210, 0.1);
}

html.theme-dark .lexemer-post-card {
  border-color: rgba(137, 197, 210, 0.12);
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.98), rgba(12, 18, 25, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

html.theme-dark .lexemer-post-card:hover {
  border-color: rgba(137, 197, 210, 0.28);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(137, 197, 210, 0.06);
}

html.theme-dark .lexemer-post-card__image {
  background: #111821;
}

html.theme-dark .lexemer-post-card__title,
html.theme-dark .lexemer-post-card__title a,
html.theme-dark .article-body .wp-block-post-content h2,
html.theme-dark .article-body .wp-block-post-content h3,
html.theme-dark .article-body .wp-block-post-content h4,
html.theme-dark .article-body .wp-block-post-content strong {
  color: #edf2f7;
}

html.theme-dark .lexemer-post-card__excerpt .wp-block-post-excerpt__excerpt,
html.theme-dark .wp-block-query-pagination .wp-block-query-pagination-numbers,
html.theme-dark .wp-block-query-pagination a,
html.theme-dark .wp-block-query-pagination span,
html.theme-dark .article-body .wp-block-post-content,
html.theme-dark .article-body .wp-block-post-content p,
html.theme-dark .article-body .wp-block-post-content ul,
html.theme-dark .article-body .wp-block-post-content ol,
html.theme-dark .article-body .wp-block-post-content td {
  color: #c1ccd8;
}

html.theme-dark .lexemer-post-card__date,
html.theme-dark .lexemer-post-card__terms,
html.theme-dark .lexemer-post-card__terms a,
html.theme-dark .lexemer-single-meta .wp-block-post-date,
html.theme-dark .lexemer-single-meta .wp-block-post-terms,
html.theme-dark .lexemer-single-meta .wp-block-post-terms a {
  color: #8896a6;
}

html.theme-dark .lexemer-post-card__terms a,
html.theme-dark .lexemer-single-meta .wp-block-post-terms a,
html.theme-dark .wp-block-query-pagination a,
html.theme-dark .wp-block-query-pagination span {
  background: rgba(137, 197, 210, 0.08);
  border-color: rgba(137, 197, 210, 0.12);
  color: #9fcbd6;
}

html.theme-dark .lexemer-post-card__title a:hover,
html.theme-dark .lexemer-post-card__excerpt .wp-block-post-excerpt__more-link,
html.theme-dark .article-body .wp-block-post-content a {
  color: #9fcbd6;
}

html.theme-dark .article-body {
  background: transparent;
  color: #c1ccd8;
}

html.theme-dark .article-body .art-feat img,
html.theme-dark .article-body .wp-block-post-content img {
  border-color: rgba(137, 197, 210, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

html.theme-dark .article-body .wp-block-post-content a {
  border-bottom-color: rgba(137, 197, 210, 0.28);
}

html.theme-dark .article-body .wp-block-post-content blockquote {
  background: linear-gradient(90deg, rgba(137, 197, 210, 0.1), rgba(255, 255, 255, 0.03));
  border-left-color: #6fb7c7;
  color: #d9e2ec;
}

html.theme-dark .article-body .wp-block-post-content td,
html.theme-dark .article-disclaimer-inner,
html.theme-dark .article-body .wp-block-post-content hr {
  border-color: rgba(137, 197, 210, 0.12);
}

html.theme-dark .article-body .wp-block-post-content tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.025);
}

html.theme-dark .article-body .wp-block-post-content code {
  background: rgba(137, 197, 210, 0.1);
  color: #d8edf2;
}

html.theme-dark .lexemer-search-form .wp-block-search__inside-wrapper,
html.theme-dark .lexemer-404-card {
  border-color: rgba(137, 197, 210, 0.12);
  background: rgba(18, 24, 32, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

html.theme-dark .article-disclaimer-inner svg,
html.theme-dark .article-disclaimer-inner p {
  color: #8896a6;
}

@media (max-width: 640px) {
  .theme-toggle {
    margin-left: auto;
  }
}
