/* ../ui/dist/shell.css */
.zlooks-ui-theme {
  background: var(--ant-color-bg-layout, var(--color-canvas, #f6f8fb));
  color: var(--ant-color-text, var(--color-text, #172033));
  min-height: inherit;
}

/* ../../node_modules/.pnpm/@uiw+react-md-editor@4.1.2_@types+react@19.2.18_react-dom@19.2.8_react@19.2.8__react@19.2.8_supports-color@8.1.1/node_modules/@uiw/react-md-editor/markdown-editor.css */
.w-md-editor-bar {
  position: absolute;
  cursor: s-resize;
  right: 0;
  bottom: 0;
  margin-top: -11px;
  margin-right: 0;
  width: 14px;
  z-index: 3;
  height: 10px;
  border-radius: 0 0 3px 0;
  -webkit-user-select: none;
  user-select: none;
}
.w-md-editor-bar svg {
  display: block;
  margin: 0 auto;
}
.w-md-editor-area {
  overflow: auto;
  border-radius: 5px;
}
.w-md-editor-text {
  min-height: 100%;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  font-size: 14px !important;
  line-height: 18px !important;
  font-variant-ligatures: common-ligatures;
}
.w-md-editor-text-pre,
.w-md-editor-text-input,
.w-md-editor-text > .w-md-editor-text-pre {
  margin: 0;
  border: 0;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-family: var(--md-editor-font-family) !important;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
  word-break: normal;
  padding: 0;
}
.w-md-editor-text-pre {
  position: relative;
  margin: 0px !important;
  pointer-events: none;
  background-color: transparent !important;
}
.w-md-editor-text-pre > code {
  padding: 0 !important;
  font-family: var(--md-editor-font-family) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.w-md-editor-text-input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  resize: none;
  color: inherit;
  overflow: hidden;
  outline: 0;
  padding: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: transparent;
}
.w-md-editor-text-input:empty {
  -webkit-text-fill-color: inherit !important;
}
.w-md-editor-text-pre,
.w-md-editor-text-input {
  word-wrap: pre;
  word-break: break-word;
  white-space: pre-wrap;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .w-md-editor-text-input {
    color: transparent !important;
  }
  .w-md-editor-text-input::selection {
    background-color: #accef7 !important;
    color: transparent !important;
  }
}
.w-md-editor-text-pre .punctuation {
  color: var(--color-prettylights-syntax-comment, #8b949e) !important;
}
.w-md-editor-text-pre .token.url,
.w-md-editor-text-pre .token.content {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.title.important {
  color: var(--color-prettylights-syntax-markup-bold, #24292f);
}
.w-md-editor-text-pre .token.code-block .function {
  color: var(--color-prettylights-syntax-entity, #8250df);
}
.w-md-editor-text-pre .token.bold {
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.title {
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}
.w-md-editor-text-pre .token.code.keyword {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}
.w-md-editor-text-pre .token.strike,
.w-md-editor-text-pre .token.strike .content {
  color: var(--color-prettylights-syntax-markup-deleted-text, #82071e) !important;
}
.w-md-editor-toolbar-child {
  position: absolute;
  border-radius: 3px;
  box-shadow:
    0 0 0 1px var(--md-editor-box-shadow-color),
    0 0 0 var(--md-editor-box-shadow-color),
    0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  z-index: 1;
  display: none;
}
.w-md-editor-toolbar-child.active {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar {
  border-bottom: 0;
  padding: 3px;
  border-radius: 3px;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li {
  display: block;
}
.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li button {
  width: -webkit-fill-available;
  height: initial;
  box-sizing: border-box;
  padding: 3px 4px 2px 4px;
  margin: 0;
}
.w-md-editor-toolbar {
  border-bottom: 1px solid var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}
.w-md-editor-toolbar.bottom {
  border-bottom: 0px;
  border-top: 1px solid var(--md-editor-box-shadow-color);
  border-radius: 0 0 3px 3px;
}
.w-md-editor-toolbar ul,
.w-md-editor-toolbar li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
}
.w-md-editor-toolbar li {
  display: inline-block;
  font-size: 14px;
}
.w-md-editor-toolbar li + li {
  margin: 0;
}
.w-md-editor-toolbar li > button {
  border: none;
  height: 20px;
  line-height: 14px;
  background: none;
  padding: 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-transform: none;
  font-weight: normal;
  overflow: visible;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--color-fg-default);
}
.w-md-editor-toolbar li > button:hover,
.w-md-editor-toolbar li > button:focus {
  background-color: var(--color-neutral-muted);
  color: var(--color-accent-fg);
}
.w-md-editor-toolbar li > button:active {
  background-color: var(--color-neutral-muted);
  color: var(--color-danger-fg);
}
.w-md-editor-toolbar li > button:disabled {
  color: var(--md-editor-box-shadow-color);
  cursor: not-allowed;
}
.w-md-editor-toolbar li > button:disabled:hover {
  background-color: transparent;
  color: var(--md-editor-box-shadow-color);
}
.w-md-editor-toolbar li.active > button {
  color: var(--color-accent-fg);
  background-color: var(--color-neutral-muted);
}
.w-md-editor-toolbar-divider {
  height: 14px;
  width: 1px;
  margin: -3px 3px 0 3px !important;
  vertical-align: middle;
  background-color: var(--md-editor-box-shadow-color);
}
.w-md-editor {
  text-align: left;
  border-radius: 3px;
  padding-bottom: 1px;
  position: relative;
  color: var(--color-fg-default);
  --md-editor-font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --md-editor-background-color: var(--color-canvas-default, #ffffff);
  --md-editor-box-shadow-color: var(--color-border-default, #d0d7de);
  box-shadow:
    0 0 0 1px var(--md-editor-box-shadow-color),
    0 0 0 var(--md-editor-box-shadow-color),
    0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  display: flex;
  flex-direction: column;
}
.w-md-editor.w-md-editor-rtl {
  direction: rtl !important;
  text-align: right !important;
}
.w-md-editor.w-md-editor-rtl .w-md-editor-preview {
  right: unset !important;
  left: 0;
  text-align: right !important;
  box-shadow: inset -1px 0 0 0 var(--md-editor-box-shadow-color);
}
.w-md-editor.w-md-editor-rtl .w-md-editor-text {
  text-align: right !important;
}
.w-md-editor-toolbar {
  height: fit-content;
}
.w-md-editor-content {
  height: 100%;
  overflow: auto;
  position: relative;
  border-radius: 0 0 3px 0;
}
.w-md-editor .copied {
  display: none !important;
}
.w-md-editor-input {
  width: 50%;
  height: 100%;
}
.w-md-editor-text-pre > code {
  word-break: break-word !important;
  white-space: pre-wrap !important;
}
.w-md-editor-preview {
  width: 50%;
  box-sizing: border-box;
  box-shadow: inset 1px 0 0 0 var(--md-editor-box-shadow-color);
  position: absolute;
  padding: 10px 20px;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
  display: flex;
  flex-direction: column;
}
.w-md-editor-preview .anchor {
  display: none;
}
.w-md-editor-preview .contains-task-list li.task-list-item {
  list-style: none;
}
.w-md-editor-show-preview .w-md-editor-input {
  width: 0%;
  overflow: hidden;
  background-color: var(--md-editor-background-color);
}
.w-md-editor-show-preview .w-md-editor-preview {
  width: 100%;
  box-shadow: inset 0 0 0 0;
}
.w-md-editor-show-edit .w-md-editor-input {
  width: 100%;
}
.w-md-editor-show-edit .w-md-editor-preview {
  width: 0%;
  padding: 0;
}
.w-md-editor-fullscreen {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}
.w-md-editor-fullscreen .w-md-editor-content {
  height: 100%;
}

/* src/plugin/theme.css */
.blog-theme-page {
  --blog-border: var(--ant-color-border-secondary);
  --blog-font-sans:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "Noto Sans CJK SC",
    sans-serif;
  --blog-muted: var(--ant-color-text-secondary);
  --blog-inner-hero-start: var(--ant-color-primary);
  --blog-inner-hero-end: color-mix(in srgb, var(--ant-color-primary) 62%, #8bb8ff);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: var(--ant-color-text);
  background: var(--ant-color-bg-layout);
  font-family: var(--blog-font-sans);
}
[data-zlooks-theme=dark] .blog-theme-page {
  --blog-inner-hero-start: #403548;
  --blog-inner-hero-end: #24252f;
}
.blog-theme-page a {
  color: inherit;
  text-decoration: none;
}
.blog-theme-page a:focus-visible {
  outline: 2px solid var(--ant-color-primary);
  outline-offset: 3px;
}
.blog-theme-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--blog-border);
  background: color-mix(in srgb, var(--ant-color-bg-container) 96%, transparent);
  backdrop-filter: blur(12px);
}
.blog-theme-header-inner,
.blog-theme-main,
.blog-theme-footer-inner {
  width: min(1308px, calc(100% - 40px));
  margin-inline: auto;
}
.blog-theme-header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 74px;
}
.blog-theme-brand {
  display: flex;
  align-items: center;
  flex: none;
  gap: 10px;
  color: var(--ant-color-primary) !important;
}
.blog-theme-brand img {
  width: 34px;
  height: 34px;
  border-radius: var(--ant-border-radius);
  object-fit: contain;
}
.blog-theme-brand strong {
  max-width: 220px;
  overflow: hidden;
  font-size: 1.35rem;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-header nav {
  display: flex;
  align-self: stretch;
  gap: 24px;
}
.blog-theme-header nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--blog-muted);
  font-size: .86rem;
  font-weight: 600;
}
.blog-theme-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}
.blog-theme-header nav a:hover,
.blog-theme-header nav a[aria-current=page] {
  color: var(--ant-color-primary);
}
.blog-theme-header nav a[aria-current=page]::after {
  background: var(--ant-color-primary);
}
.blog-theme-search-trigger {
  display: flex;
  align-items: center;
  flex: none;
  margin-left: auto;
  width: 34px;
  height: 34px;
  justify-content: center;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius);
  color: var(--blog-muted) !important;
  font-size: .9rem;
}
.blog-theme-search-trigger:hover {
  border-color: var(--ant-color-primary-border);
  color: var(--ant-color-primary) !important;
  background: var(--ant-color-primary-bg) !important;
}
.blog-theme-search-modal {
  top: 72px;
  padding-bottom: 72px;
}
.blog-theme-search-modal .ant-modal-content {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--ant-color-border);
  border-radius: 8px;
  background: var(--ant-color-bg-elevated);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}
.blog-theme-search-modal .ant-modal-body {
  padding: 0;
}
.blog-theme-search-modal .ant-modal-close {
  top: 16px;
  inset-inline-end: 16px;
}
.blog-theme-search-input-row {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  padding-inline: 0;
}
.blog-theme-search-input-row > .anticon {
  flex: none;
  color: var(--ant-color-text-secondary);
  font-size: 1.05rem;
}
.blog-theme-search-input-row .ant-input-affix-wrapper {
  padding: 0;
  border: 0;
  outline: none !important;
  background: transparent;
  box-shadow: none !important;
}
.blog-theme-search-input-row .ant-input {
  padding: 0;
  color: var(--ant-color-text);
  background: transparent;
  font-size: 1.02rem;
}
.blog-theme-search-command-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 14px;
  padding-block: 6px;
  padding-inline: 0;
  border-top: 1px solid var(--ant-color-border-secondary);
  color: var(--ant-color-text-secondary);
  background: transparent;
  font-size: .68rem;
}
.blog-theme-search-command-bar span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-theme-search-command-bar span kbd + kbd {
  margin-left: -3px;
}
.blog-theme-search-command-bar kbd {
  min-width: 22px;
  padding: 1px 5px;
  border: 1px solid var(--ant-color-border);
  border-radius: 4px;
  color: var(--ant-color-text-secondary);
  background: var(--ant-color-bg-container);
  font-family: inherit;
  font-size: .65rem;
  text-align: center;
  box-shadow: 0 1px 0 var(--ant-color-border-secondary);
}
.blog-theme-search-command-bar small {
  margin-left: auto;
  color: var(--ant-color-text-quaternary);
}
.blog-theme-search-results {
  max-height: min(58vh, 520px);
  overflow-y: auto;
}
.blog-theme-search-results:empty {
  display: none;
}
.blog-theme-search-list {
  display: grid;
  gap: 2px;
  padding: 0;
  border-top: 1px solid var(--ant-color-border-secondary);
}
.blog-theme-search-list > a {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border-radius: var(--ant-border-radius);
  color: var(--ant-color-text);
  transition: background-color .2s ease;
}
.blog-theme-search-list > a:hover,
.blog-theme-search-list > .blog-theme-search-result-active {
  background: var(--ant-color-fill-tertiary);
}
.blog-theme-search-list strong {
  font-size: .95rem;
}
.blog-theme-search-list p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--ant-color-text-secondary);
  font-size: .78rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-search-result-meta {
  color: var(--ant-color-primary);
  font-size: .68rem;
}
.blog-theme-mode {
  flex: none;
}
.blog-theme-mode .ant-segmented-item-label {
  min-height: 28px;
  padding-inline: 9px;
  line-height: 28px;
}
.blog-theme-mode-icon {
  display: inline-flex;
  width: 16px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.blog-theme-mode-icon svg {
  width: 16px;
  height: 16px;
}
.blog-theme-main {
  flex: 1;
  padding-block: 34px 56px;
}
.blog-theme-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding-inline: 10px;
  border-radius: 999px;
  color: var(--ant-color-primary) !important;
  background: color-mix(in srgb, var(--ant-color-primary) 12%, transparent);
  font-size: .73rem;
  font-weight: 650;
}
.blog-theme-post-list h3 a:hover,
.blog-theme-home-sidebar li a:hover {
  color: var(--ant-color-primary);
}
.blog-theme-cover-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-theme-cover-placeholder::before {
  position: absolute;
  content: "";
}
.blog-theme-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 294px;
  gap: 54px;
}
.blog-theme-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-content-heading h2 {
  margin: 0;
  font-size: 1.35rem;
}
.blog-theme-content-count {
  color: var(--blog-muted);
  font-size: .75rem;
}
.blog-theme-content-heading-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.blog-theme-post-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 24px;
  min-height: 146px;
  padding-block: 18px;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-post-list article > div {
  min-width: 0;
}
.blog-theme-post-list h3 {
  margin: 10px 0 8px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.35;
}
.blog-theme-post-list p {
  display: -webkit-box;
  margin: 0 0 9px;
  overflow: hidden;
  color: var(--blog-muted);
  font-size: .8rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-post-list time,
.blog-theme-article time,
.blog-theme-friend-grid small {
  color: var(--blog-muted);
  font-size: .75rem;
}
.blog-theme-post-list img,
.blog-theme-cover-placeholder {
  width: 150px;
  height: 112px;
  align-self: center;
  border-radius: var(--ant-border-radius-lg);
  object-fit: cover;
}
.blog-theme-cover-placeholder {
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--ant-color-primary) 18%, var(--ant-color-bg-container)),
      color-mix(in srgb, var(--ant-color-primary) 64%, white));
}
.blog-theme-cover-placeholder::before {
  width: 92px;
  height: 92px;
  right: -24px;
  bottom: -34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
}
.blog-theme-post-window-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
}
.blog-theme-post-window-grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
}
.blog-theme-post-window-grid article > div {
  padding: 18px;
}
.blog-theme-post-window-grid img,
.blog-theme-post-window-grid .blog-theme-cover-placeholder {
  order: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  align-self: stretch;
  border-radius: 0;
}
.blog-theme-post-window-grid h3 {
  margin-top: 12px;
}
.blog-theme-post-window-grid p {
  -webkit-line-clamp: 3;
}
.blog-theme-home-sidebar {
  display: grid;
}
.blog-theme-home-sidebar section {
  padding-block: 20px;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-home-sidebar section:first-child {
  padding-top: 0;
}
.blog-theme-home-sidebar h2 {
  margin: 0 0 14px;
  font-size: .95rem;
}
.blog-theme-home-sidebar p {
  margin: 0;
  color: var(--blog-muted);
  font-size: .78rem;
  line-height: 1.65;
}
.blog-theme-sidebar-page-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--ant-color-primary) !important;
  font-size: .74rem;
  font-weight: 650;
}
.blog-theme-sidebar-page-more span {
  transition: transform .2s ease;
}
.blog-theme-sidebar-page-more:hover span {
  transform: translateX(3px);
}
.blog-theme-home-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: popular;
}
.blog-theme-home-sidebar ol li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  padding-block: 8px;
  counter-increment: popular;
  font-size: .78rem;
  line-height: 1.45;
}
.blog-theme-home-sidebar ol li::before {
  color: var(--ant-color-text-quaternary);
  content: counter(popular, decimal-leading-zero);
  font-weight: 700;
}
.blog-theme-home-sidebar nav,
.blog-theme-tags,
.blog-theme-static-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-theme-home-sidebar nav a,
.blog-theme-tags a,
.blog-theme-static-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-inline: 10px;
  border: 1px solid var(--blog-border);
  border-radius: 999px;
  color: var(--blog-muted);
  font-size: .72rem;
}
.blog-theme-home-sidebar nav a:hover,
.blog-theme-tags a:hover {
  color: var(--ant-color-primary);
  border-color: var(--ant-color-primary-border);
}
.blog-theme-sidebar-categories nav {
  display: block;
}
.blog-theme-sidebar-category-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-theme-sidebar-category-list li {
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-sidebar-category-list li:last-child {
  border-bottom: 0;
}
.blog-theme-sidebar-category-list a {
  display: flex !important;
  min-height: 38px !important;
  justify-content: space-between;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.blog-theme-sidebar-category-list strong {
  color: var(--ant-color-text-quaternary);
  font-size: .68rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.blog-theme-sidebar-category-list a:hover strong {
  color: var(--ant-color-primary);
}
.blog-theme-sidebar-comments ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-theme-sidebar-comments li {
  min-width: 0;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-sidebar-comments li:last-child {
  border-bottom: 0;
}
.blog-theme-sidebar-comments a {
  display: grid;
  gap: 4px;
  padding-block: 9px;
}
.blog-theme-sidebar-comments span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ant-color-text);
  font-size: .76rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-sidebar-comments small {
  overflow: hidden;
  color: var(--ant-color-text-tertiary);
  font-size: .66rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-sidebar-archive nav {
  display: grid;
  gap: 0;
}
.blog-theme-sidebar-archive nav a {
  display: flex;
  min-height: 36px;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--blog-muted);
}
.blog-theme-sidebar-archive nav a:hover {
  color: var(--ant-color-primary);
  border: 0;
}
.blog-theme-sidebar-archive nav strong {
  display: inline-grid;
  min-width: 28px;
  height: 20px;
  place-items: center;
  padding-inline: 6px;
  border-radius: 999px;
  color: var(--ant-color-primary);
  background: var(--ant-color-primary-bg);
  font-size: .65rem;
  font-variant-numeric: tabular-nums;
}
.blog-theme-sidebar-archive-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  color: var(--ant-color-primary) !important;
  font-size: .73rem;
  font-weight: 650;
}
.blog-theme-sidebar-empty {
  font-size: .74rem !important;
}
.blog-theme-section-heading h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.blog-theme-section-heading {
  margin-bottom: 30px;
}
.blog-theme-section-heading p {
  margin: 0 0 8px;
  color: var(--ant-color-primary);
  font-weight: 600;
}
.blog-theme-taxonomy-page {
  width: 100%;
}
.blog-theme-taxonomy-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 190px;
  padding: 34px 42px;
  overflow: hidden;
  border-radius: calc(var(--ant-border-radius-lg) * 1.35);
  color: white;
  background:
    linear-gradient(
      118deg,
      var(--blog-inner-hero-start),
      var(--blog-inner-hero-end));
}
.blog-theme-taxonomy-hero > div {
  position: relative;
  z-index: 1;
  align-self: center;
}
.blog-theme-taxonomy-hero span {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .055em;
  opacity: .86;
}
.blog-theme-taxonomy-hero h1 {
  margin: 8px 0 10px;
  color: inherit;
  font-size: clamp(2.35rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.blog-theme-taxonomy-hero p {
  max-width: 660px;
  margin: 0;
  color: inherit;
  font-size: .88rem;
  line-height: 1.75;
  opacity: .86;
}
.blog-theme-taxonomy-hero strong {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0 84px 3px 32px;
  color: inherit;
  font-size: .78rem;
  font-weight: 550;
  white-space: nowrap;
  opacity: .9;
}
.blog-theme-taxonomy-hero i {
  position: absolute;
  top: -72px;
  right: 28px;
  color: rgba(255, 255, 255, .13);
  font-size: 15rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.blog-theme-taxonomy-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px 0 18px;
}
.blog-theme-taxonomy-toolbar h2 {
  margin: 0;
  font-size: 1.15rem;
}
.blog-theme-taxonomy-toolbar span {
  color: var(--blog-muted);
  font-size: .76rem;
}
.blog-theme-taxonomy-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.blog-theme-taxonomy-post-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
  transition: border-color .2s ease, transform .2s ease;
}
.blog-theme-taxonomy-post-grid article:hover {
  border-color: var(--ant-color-primary-border);
  transform: translateY(-2px);
}
.blog-theme-taxonomy-post-cover {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 6.5;
  background: var(--ant-color-fill-secondary);
}
.blog-theme-taxonomy-post-cover img,
.blog-theme-taxonomy-cover-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-theme-taxonomy-cover-placeholder {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--ant-color-primary) 20%, var(--ant-color-bg-container)),
      color-mix(in srgb, var(--ant-color-primary) 62%, white));
}
.blog-theme-taxonomy-cover-placeholder::after {
  position: absolute;
  right: -8%;
  bottom: -48%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
  content: "";
}
.blog-theme-taxonomy-post-grid article > div {
  padding: 18px;
}
.blog-theme-taxonomy-post-grid h3 {
  min-height: 3.05em;
  margin: 10px 0 8px;
  font-size: 1.04rem;
  line-height: 1.5;
}
.blog-theme-taxonomy-post-grid h3 a:hover {
  color: var(--ant-color-primary);
}
.blog-theme-taxonomy-post-grid p {
  display: -webkit-box;
  min-height: 3.25em;
  margin: 0;
  overflow: hidden;
  color: var(--blog-muted);
  font-size: .76rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-taxonomy-post-grid time {
  display: block;
  margin-top: 16px;
  color: var(--blog-muted);
  font-size: .7rem;
}
.blog-theme-archive {
  width: 100%;
}
.blog-theme-archive-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 212px;
  padding: 40px 46px;
  overflow: hidden;
  border-radius: calc(var(--ant-border-radius-lg) * 1.35);
  color: white;
  background:
    linear-gradient(
      118deg,
      var(--blog-inner-hero-start),
      var(--blog-inner-hero-end));
}
.blog-theme-archive-hero > div {
  position: relative;
  z-index: 1;
  align-self: center;
}
.blog-theme-archive-hero span {
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .1em;
  opacity: .82;
}
.blog-theme-archive-hero h1 {
  margin: 9px 0 11px;
  color: inherit;
  font-size: clamp(2.4rem, 4.8vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.blog-theme-archive-hero p {
  margin: 0;
  color: inherit;
  font-size: .88rem;
  opacity: .86;
}
.blog-theme-archive-hero > strong {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0 88px 2px 32px;
  font-size: .78rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: .92;
}
.blog-theme-archive-hero i {
  position: absolute;
  top: -76px;
  right: 22px;
  color: rgba(255, 255, 255, .13);
  font-size: 16rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.blog-theme-archive-filter {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
}
.blog-theme-archive-filter > div:first-child {
  min-width: 150px;
  margin-right: auto;
}
.blog-theme-archive-filter > div:first-child strong,
.blog-theme-archive-filter > div:first-child span {
  display: block;
}
.blog-theme-archive-filter > div:first-child strong {
  font-size: .82rem;
}
.blog-theme-archive-filter > div:first-child span {
  margin-top: 3px;
  color: var(--blog-muted);
  font-size: .69rem;
}
.blog-theme-archive-filter .ant-picker {
  min-width: 180px;
}
.blog-theme-archive-filter .ant-picker-range {
  min-width: 270px;
}
.blog-theme-archive-years {
  width: min(940px, 100%);
  margin: 56px auto 0;
}
.blog-theme-archive-year {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 42px;
}
.blog-theme-archive-year + .blog-theme-archive-year {
  margin-top: 54px;
}
.blog-theme-archive-year > h2 {
  position: sticky;
  top: 108px;
  height: max-content;
  margin: -4px 0 0;
  color: var(--ant-color-primary);
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
}
.blog-theme-archive-year > h2 small {
  margin-left: 5px;
  color: var(--blog-muted);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: 0;
}
.blog-theme-archive-months {
  position: relative;
  display: grid;
  gap: 42px;
  padding-left: 34px;
  border-left: 1px solid var(--blog-border);
}
.blog-theme-archive-months > section {
  position: relative;
  scroll-margin-top: 100px;
}
.blog-theme-archive-months > section::before {
  position: absolute;
  left: -39px;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border: 2px solid var(--ant-color-bg-layout);
  border-radius: 50%;
  background: var(--ant-color-primary);
  box-shadow: 0 0 0 1px var(--ant-color-primary-border);
  content: "";
}
.blog-theme-archive-months header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}
.blog-theme-archive-months h3 {
  margin: 0;
  font-size: 1.15rem;
}
.blog-theme-archive-months header span {
  color: var(--blog-muted);
  font-size: .7rem;
}
.blog-theme-archive-months ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-theme-archive-months li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-archive-months time {
  color: var(--blog-muted);
  font-size: .7rem;
  font-variant-numeric: tabular-nums;
}
.blog-theme-archive-months li > a:first-of-type {
  min-width: 0;
  overflow: hidden;
  font-size: .88rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-archive-months li > a:first-of-type:hover {
  color: var(--ant-color-primary);
}
.blog-theme-archive-months li > a:last-child {
  color: var(--blog-muted);
  font-size: .69rem;
}
.blog-theme-article {
  width: 100vw;
  margin: -34px 0 0 calc(50% - 50vw);
}
.blog-theme-single-page {
  width: 100vw;
  min-height: 640px;
  margin: -34px 0 -56px calc(50% - 50vw);
  padding-bottom: 76px;
  background: var(--ant-color-bg-layout);
}
.blog-theme-single-page-hero {
  position: relative;
  min-height: 284px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(
      125deg,
      var(--blog-inner-hero-start),
      var(--blog-inner-hero-end));
}
.blog-theme-single-page-hero::after {
  position: absolute;
  width: 380px;
  height: 380px;
  top: -210px;
  right: max(64px, calc((100vw - 1308px) / 2 + 48px));
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
}
.blog-theme-single-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
  padding-block: 54px 58px;
}
.blog-theme-single-page-hero-inner > span {
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .1em;
}
.blog-theme-single-page-hero-inner h1 {
  max-width: 780px;
  margin: 14px 0 12px;
  color: inherit;
  font-size: clamp(2.6rem, 4.5vw, 3.65rem);
  line-height: 1.1;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.blog-theme-single-page-hero-inner p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: .96rem;
  line-height: 1.78;
}
.blog-theme-single-page-sheet {
  position: relative;
  width: min(840px, calc(100% - 56px));
  min-height: 430px;
  margin: -34px auto 0;
  padding: 52px 62px 72px;
  border: 1px solid var(--blog-border);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: var(--ant-color-bg-container);
  box-shadow: 0 16px 42px color-mix(in srgb, var(--ant-color-primary) 12%, transparent);
}
.blog-theme-single-page-sheet > time {
  position: absolute;
  top: 28px;
  right: 34px;
  color: var(--blog-muted);
  font-size: .68rem;
  font-variant-numeric: tabular-nums;
}
.blog-theme-single-page-sheet > .blog-theme-prose {
  max-width: 650px;
}
.blog-theme-article-hero {
  position: relative;
  display: grid;
  min-height: clamp(430px, 43vw, 520px);
  overflow: hidden;
  isolation: isolate;
  background: var(--blog-inner-hero-start);
}
.blog-theme-article-cover,
.blog-theme-article-hero-fallback,
.blog-theme-article-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.blog-theme-article-cover {
  z-index: -3;
  object-fit: cover;
}
.blog-theme-article-hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 20, 42, .84),
      rgba(5, 20, 42, .36) 64%,
      rgba(5, 20, 42, .08));
}
.blog-theme-article-hero-fallback {
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 26%,
      rgba(255, 255, 255, .24) 0 11%,
      transparent 11.5%),
    linear-gradient(
      135deg,
      var(--blog-inner-hero-end),
      var(--blog-inner-hero-start));
}
.blog-theme-article-hero-fallback::before,
.blog-theme-article-hero-fallback::after {
  position: absolute;
  border-radius: 36px;
  background: rgba(255, 255, 255, .1);
  content: "";
}
.blog-theme-article-hero-fallback::before {
  width: 36%;
  height: 84%;
  right: 6%;
  bottom: -42%;
  transform: rotate(28deg);
}
.blog-theme-article-hero-fallback::after {
  width: 24%;
  height: 64%;
  right: 29%;
  bottom: -43%;
  transform: rotate(-18deg);
}
.blog-theme-article-hero-copy {
  align-self: end;
  display: grid;
  gap: 16px;
  width: min(780px, calc(100% - 96px));
  margin: 0 0 58px max(38px, calc((100vw - 1308px) / 2 + 8px));
  color: white;
}
.blog-theme-article-hero-copy > a {
  width: fit-content;
  color: inherit;
  font-size: .82rem;
  font-weight: 700;
}
.blog-theme-article-hero-copy > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-theme-article-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.blog-theme-article-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-theme-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: inherit;
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}
.blog-theme-article-engagement {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.blog-theme-article-engagement-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-theme-article-like.ant-btn {
  height: auto;
  padding: 0 4px;
  color: inherit;
}
.blog-theme-article-like-active.ant-btn {
  color: var(--ant-color-primary);
}
.blog-theme-article-hero-copy time {
  color: inherit;
}
.blog-theme-article-layout {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 720px) minmax(220px, 260px);
  justify-content: center;
  gap: 36px;
  padding: 46px 28px 0;
}
.blog-theme-article-layout-without-toc {
  grid-template-columns: minmax(0, 720px) minmax(220px, 260px);
}
.blog-theme-article-toc {
  min-width: 0;
  align-self: stretch;
}
.blog-theme-article-toc-panel {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 18px 0 14px 8px;
  background: transparent;
}
.blog-theme-article-toc-panel::-webkit-scrollbar {
  width: 5px;
}
.blog-theme-article-toc-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--ant-color-fill);
}
.blog-theme-article-toc-panel > strong {
  display: block;
  margin: 0 0 14px;
  color: var(--ant-color-text);
  font-size: .9rem;
}
.blog-theme-article-toc .ant-anchor {
  font-size: .78rem;
}
.blog-theme-article-toc .ant-anchor-link-title {
  line-height: 1.5;
  white-space: normal;
}
.blog-theme-article-main {
  min-width: 0;
}
.blog-theme-article-sidebar {
  min-width: 0;
  align-self: stretch;
}
.blog-theme-article-sidebar-content section:first-child {
  padding-top: 18px;
}
.blog-theme-prose {
  max-width: 720px;
  min-width: 0;
  color: var(--ant-color-text);
  font-family: inherit;
  font-size: 1.04rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.blog-theme-prose > :first-child {
  margin-top: 0;
}
.blog-theme-prose h1,
.blog-theme-prose h2,
.blog-theme-prose h3,
.blog-theme-prose h4 {
  color: var(--ant-color-text);
  font-family: inherit;
  line-height: 1.35;
  letter-spacing: -.025em;
}
.blog-theme-prose h1 {
  margin: 0 0 1em;
  padding-bottom: .45em;
  border-bottom: 1px solid var(--blog-border);
  font-size: 2rem;
}
.blog-theme-prose h2 {
  margin: 2.2em 0 .75em;
  font-size: 1.65rem;
}
.blog-theme-prose h3 {
  margin: 1.9em 0 .7em;
  font-size: 1.3rem;
}
.blog-theme-prose h4 {
  margin: 1.65em 0 .65em;
  font-size: 1.08rem;
}
.blog-theme-prose p {
  margin: 0 0 1.45em;
}
.blog-theme-prose ul,
.blog-theme-prose ol {
  margin: 0 0 1.45em;
  padding-left: 1.65em;
}
.blog-theme-prose li {
  margin-block: .35em;
}
.blog-theme-prose li > ul,
.blog-theme-prose li > ol {
  margin-block: .35em 0;
}
.blog-theme-prose a {
  color: var(--ant-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-theme-prose blockquote {
  margin: 2em 0;
  padding: 18px 22px;
  border-left: 3px solid var(--ant-color-primary);
  background: color-mix(in srgb, var(--ant-color-primary) 8%, var(--ant-color-bg-container));
}
.blog-theme-prose blockquote p:last-child {
  margin-bottom: 0;
}
.blog-theme-prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ant-border-radius-lg);
}
.blog-theme-prose hr {
  height: 1px;
  margin: 2.4em 0;
  border: 0;
  background: var(--blog-border);
}
.blog-theme-prose table {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 1.6em;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.blog-theme-prose th,
.blog-theme-prose td {
  padding: 9px 13px;
  border: 1px solid var(--blog-border);
  text-align: left;
}
.blog-theme-prose th {
  background: var(--ant-color-fill-quaternary);
  font-weight: 650;
}
.blog-theme-prose tr:nth-child(2n) {
  background: color-mix(in srgb, var(--ant-color-fill-quaternary) 72%, transparent);
}
.blog-theme-prose pre {
  max-width: 100%;
  margin: 1.8em 0;
  padding: 18px 20px;
  overflow-x: auto;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  color: var(--ant-color-text);
  background: color-mix(in srgb, var(--ant-color-bg-container) 88%, var(--ant-color-text));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--ant-color-bg-container) 75%, transparent);
  font-size: .85rem;
  line-height: 1.7;
  tab-size: 2;
}
.blog-theme-prose pre code {
  display: block;
  min-width: max-content;
  color: inherit;
  background: transparent;
}
.blog-theme-prose :not(pre) > code {
  padding: .15em .35em;
  border-radius: var(--ant-border-radius-sm);
  background: var(--ant-color-fill-secondary);
  font-size: .88em;
}
.blog-theme-prose .hljs-comment,
.blog-theme-prose .hljs-quote {
  color: var(--ant-color-text-tertiary);
  font-style: italic;
}
.blog-theme-prose .hljs-keyword,
.blog-theme-prose .hljs-selector-tag,
.blog-theme-prose .hljs-subst {
  color: var(--ant-color-error);
}
.blog-theme-prose .hljs-string,
.blog-theme-prose .hljs-doctag,
.blog-theme-prose .hljs-regexp,
.blog-theme-prose .hljs-attr {
  color: var(--ant-color-success);
}
.blog-theme-prose .hljs-number,
.blog-theme-prose .hljs-literal,
.blog-theme-prose .hljs-symbol,
.blog-theme-prose .hljs-bullet {
  color: var(--ant-color-warning);
}
.blog-theme-prose .hljs-title,
.blog-theme-prose .hljs-section,
.blog-theme-prose .hljs-name,
.blog-theme-prose .hljs-selector-id,
.blog-theme-prose .hljs-selector-class {
  color: var(--ant-color-primary);
  font-weight: 650;
}
.blog-theme-prose .hljs-type,
.blog-theme-prose .hljs-built_in,
.blog-theme-prose .hljs-variable,
.blog-theme-prose .hljs-template-variable {
  color: color-mix(in srgb, var(--ant-color-primary) 62%, var(--ant-color-warning));
}
.blog-theme-prose .hljs-meta {
  color: var(--ant-color-text-secondary);
}
.blog-theme-prose .hljs-emphasis {
  font-style: italic;
}
.blog-theme-prose .hljs-strong {
  font-weight: 700;
}
.blog-theme-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px;
  margin-top: 32px;
}
.blog-theme-article-tags a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-inline: 10px;
  border: 1px solid var(--blog-border);
  border-radius: 999px;
  color: var(--blog-muted);
  font-size: .72rem;
}
.blog-theme-article-tags a:hover {
  color: var(--ant-color-primary);
  border-color: var(--ant-color-primary-border);
}
.blog-theme-article-connections {
  display: grid;
  gap: 56px;
  margin-top: 64px;
}
.blog-theme-adjacent-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.blog-theme-adjacent-post {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 132px;
  gap: 18px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: color-mix(in srgb, var(--ant-color-bg-container) 94%, var(--ant-color-primary));
  transition: border-color .2s ease, transform .2s ease;
}
.blog-theme-adjacent-post:only-child {
  grid-column: 1 / -1;
}
.blog-theme-adjacent-post-cover {
  position: relative;
  display: block;
  min-height: 106px;
  overflow: hidden;
  border-radius: var(--ant-border-radius);
  background: var(--ant-color-fill-secondary);
}
.blog-theme-adjacent-post-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.blog-theme-adjacent-post-cover-fallback {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--ant-color-primary) 28%, var(--ant-color-bg-container)),
      var(--ant-color-primary));
}
.blog-theme-adjacent-post-cover-fallback::after {
  position: absolute;
  width: 68px;
  height: 68px;
  right: -18px;
  bottom: -22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  content: "";
}
.blog-theme-adjacent-post-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 8px;
}
.blog-theme-adjacent-post-direction {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ant-color-primary);
  font-size: .72rem;
  font-weight: 700;
}
.blog-theme-adjacent-post strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-adjacent-post small {
  overflow: hidden;
  color: var(--blog-muted);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-adjacent-post:hover {
  border-color: var(--ant-color-primary-border);
  transform: translateY(-2px);
}
.blog-theme-adjacent-post:hover img {
  transform: scale(1.04);
}
.blog-theme-connections-heading {
  margin-bottom: 18px;
  border-bottom: 1px solid var(--blog-border);
}
.blog-theme-connections-heading h2 {
  width: fit-content;
  margin: 0 0 -1px;
  padding: 0 0 12px;
  border-bottom: 2px solid var(--ant-color-primary);
  font-size: 1.12rem;
}
.blog-theme-related-post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.blog-theme-related-post {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
  transition: border-color .2s ease, background-color .2s ease;
}
.blog-theme-related-post:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.blog-theme-related-post-cover {
  position: relative;
  display: block;
  min-height: 84px;
  overflow: hidden;
  border-radius: var(--ant-border-radius);
  background: var(--ant-color-fill-secondary);
}
.blog-theme-related-post-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.blog-theme-related-post-cover-fallback {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--ant-color-primary) 18%, var(--ant-color-bg-container)),
      color-mix(in srgb, var(--ant-color-primary) 72%, var(--ant-color-bg-container)));
}
.blog-theme-related-post-cover-fallback::after {
  position: absolute;
  width: 54px;
  height: 54px;
  right: -16px;
  bottom: -18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  content: "";
}
.blog-theme-related-post-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 6px;
}
.blog-theme-related-post-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--blog-muted);
  font-size: .67rem;
}
.blog-theme-related-post-meta > span {
  overflow: hidden;
  color: var(--ant-color-primary);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-related-post time {
  flex: none;
  color: inherit;
  font-size: inherit;
  font-variant-numeric: tabular-nums;
}
.blog-theme-related-post strong {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  font-size: .9rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-theme-related-post small {
  overflow: hidden;
  color: var(--blog-muted);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-related-post:hover {
  border-color: var(--ant-color-primary-border);
  background: color-mix(in srgb, var(--ant-color-primary) 4%, var(--ant-color-bg-container));
}
.blog-theme-related-post:hover img {
  transform: scale(1.04);
}
.blog-theme-related-post:hover strong {
  color: var(--ant-color-primary);
}
.blog-theme-comments {
  max-width: none;
  margin: 80px 0 0;
}
.blog-theme-comment-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.blog-theme-comment-heading-row .blog-theme-section-heading {
  min-width: 0;
}
.blog-theme-comments form {
  display: grid;
  gap: 12px;
  margin-block: 24px 20px;
}
.blog-theme-comments > .ant-alert {
  margin-block: 24px 20px;
}
.blog-theme-comment-login-notice.ant-alert {
  padding: 18px 20px;
  border-color: color-mix(in srgb, var(--ant-color-primary) 24%, var(--blog-border));
  border-radius: var(--ant-border-radius-lg);
  background: color-mix(in srgb, var(--ant-color-primary) 7%, var(--ant-color-bg-container));
}
.blog-theme-comment-login-notice .ant-alert-icon {
  margin-top: 2px;
  font-size: 1.1rem;
}
.blog-theme-comment-login-notice .ant-alert-title {
  font-weight: 650;
}
.blog-theme-comment-login-notice .ant-alert-description {
  color: var(--blog-muted);
  line-height: 1.7;
}
.blog-theme-comment-list-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.blog-theme-comment-editor {
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
}
.blog-theme-comment-editor-heading {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 8px 14px;
  border-bottom: 1px solid var(--blog-border);
  background: var(--ant-color-fill-quaternary);
}
.blog-theme-comment-editor-heading > span {
  color: var(--blog-muted);
  font-size: .75rem;
  font-weight: 600;
}
.blog-theme-comment-editor .w-md-editor {
  --md-editor-background-color: var(--ant-color-bg-container);
  --md-editor-box-shadow-color: var(--blog-border);
  --md-editor-font-family: var(--blog-font-sans);
  border-radius: 0;
  color: var(--ant-color-text);
  background: var(--ant-color-bg-container);
  box-shadow: none;
}
.blog-theme-comment-editor .w-md-editor:focus-within {
  outline: 2px solid var(--ant-color-primary-border);
  outline-offset: -2px;
}
.blog-theme-comment-editor .w-md-editor-toolbar {
  min-height: 40px;
  padding: 5px 8px;
  background: var(--ant-color-bg-container);
}
.blog-theme-comment-editor .w-md-editor-toolbar li > button {
  width: 30px;
  height: 30px;
  color: var(--ant-color-text-secondary);
}
.blog-theme-comment-editor .w-md-editor-toolbar li > button:hover,
.blog-theme-comment-editor .w-md-editor-toolbar li > button:focus {
  color: var(--ant-color-primary);
  background: var(--ant-color-primary-bg);
}
.blog-theme-comment-editor .w-md-editor-text {
  padding: 16px;
  font-size: .9rem !important;
  line-height: 1.7 !important;
}
.blog-theme-comment-editor .w-md-editor-text-pre > code {
  font-size: inherit !important;
  line-height: inherit !important;
}
.blog-theme-comment-editor .w-md-editor-preview {
  padding: 16px;
  color: var(--ant-color-text);
  background: var(--ant-color-bg-container);
}
.blog-theme-comment-count {
  display: block;
  padding: 7px 12px;
  border-top: 1px solid var(--blog-border);
  color: var(--blog-muted);
  font-size: .72rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.blog-theme-comment-preview-empty {
  margin: 0;
  color: var(--blog-muted);
  font-size: .85rem;
}
.blog-theme-comment-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.blog-theme-comment-actions p {
  margin: 0;
  color: var(--ant-color-success);
  font-size: .78rem;
}
.blog-theme-comment-list {
  display: grid;
  gap: 14px;
}
.blog-theme-comment-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
}
.blog-theme-comment-layout {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 20px;
}
.blog-theme-comment-body {
  min-width: 0;
}
.blog-theme-comment-card-header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.blog-theme-comment-profile {
  min-width: 0;
}
.blog-theme-comment-name-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}
.blog-theme-comment-profile p {
  max-width: 560px;
  margin: 4px 0 0;
  color: var(--blog-muted);
  font-size: .75rem;
  line-height: 1.5;
}
.blog-theme-comment-homepage {
  display: inline-flex;
  flex: none;
  min-width: 22px;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--ant-color-primary);
  background: transparent;
  font-size: .78rem;
  text-decoration: none;
}
.blog-theme-comment-homepage:hover {
  color: var(--ant-color-primary-hover);
}
.blog-theme-comment-homepage:focus-visible {
  outline: 2px solid var(--ant-color-primary-border);
  outline-offset: 2px;
}
.blog-theme-comment-pending {
  padding: 2px 7px;
  border-radius: 999px;
  color: var(--ant-color-warning-text);
  background: var(--ant-color-warning-bg);
  font-size: .62rem;
  font-weight: 650;
  line-height: 1.5;
}
.blog-theme-comment-avatar {
  flex: none;
}
.blog-theme-comment-avatar img,
.blog-theme-comment-avatar span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blog-theme-comment-avatar img {
  display: block;
  object-fit: cover;
}
.blog-theme-comment-avatar span {
  display: grid;
  place-items: center;
  color: var(--ant-color-primary-text);
  background: var(--ant-color-primary-bg);
  font-size: .72rem;
  font-weight: 700;
}
.blog-theme-comment-card-header strong {
  overflow: hidden;
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-theme-comment-list time {
  flex: none;
  margin-left: auto;
  color: var(--blog-muted);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.blog-theme-comment-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}
.blog-theme-comment-context-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--blog-muted);
  font-size: .68rem;
  line-height: 1.45;
}
.blog-theme-comment-context-item .anticon {
  color: var(--ant-color-text-quaternary);
  font-size: .72rem;
}
.blog-theme-comment-markdown {
  max-width: none;
  margin-top: 16px;
  font-size: .9rem;
  line-height: 1.78;
}
.blog-theme-comment-markdown > :first-child {
  margin-top: 0 !important;
}
.blog-theme-comment-markdown > :last-child {
  margin-bottom: 0;
}
.blog-theme-comment-markdown h1 {
  font-size: 1.35rem;
}
.blog-theme-comment-markdown h2 {
  font-size: 1.2rem;
}
.blog-theme-comment-markdown h3 {
  font-size: 1.08rem;
}
.blog-theme-comment-markdown h4 {
  font-size: 1rem;
}
.blog-theme-comment-markdown h1,
.blog-theme-comment-markdown h2,
.blog-theme-comment-markdown h3,
.blog-theme-comment-markdown h4 {
  margin: 1.35em 0 .6em;
}
.blog-theme-comment-markdown p,
.blog-theme-comment-markdown ul,
.blog-theme-comment-markdown ol {
  margin-bottom: 1em;
}
.blog-theme-comment-owner-reply {
  margin: 0;
  padding: 17px 20px 19px;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--ant-color-primary) 24%, var(--blog-border));
  border-radius: 0;
  background: color-mix(in srgb, var(--ant-color-primary) 8%, var(--ant-color-bg-container));
}
.blog-theme-comment-owner-reply > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.blog-theme-comment-owner-reply-heading {
  min-width: 0;
}
.blog-theme-comment-owner-reply > header strong {
  color: var(--ant-color-primary);
  font-size: .78rem;
  letter-spacing: .02em;
}
.blog-theme-comment-owner-reply > header time {
  margin: 0;
  font-size: .66rem;
}
.blog-theme-comment-owner-reply .blog-theme-comment-markdown {
  margin-top: 12px;
  font-size: .86rem;
}
.blog-theme-friends-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 190px;
  padding: 34px 42px;
  overflow: hidden;
  border-radius: calc(var(--ant-border-radius-lg) * 1.35);
  color: white;
  background:
    linear-gradient(
      118deg,
      var(--blog-inner-hero-start),
      var(--blog-inner-hero-end));
}
.blog-theme-friends-hero > div {
  position: relative;
  z-index: 1;
  align-self: center;
}
.blog-theme-friends-hero span {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .055em;
  opacity: .86;
}
.blog-theme-friends-hero h1 {
  margin: 8px 0 10px;
  color: inherit;
  font-size: clamp(2.2rem, 4.25vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -.045em;
}
.blog-theme-friends-hero p {
  max-width: 680px;
  margin: 0;
  color: inherit;
  font-size: .88rem;
  line-height: 1.75;
  opacity: .88;
}
.blog-theme-friends-hero strong {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0 84px 3px 32px;
  color: inherit;
  font-size: .78rem;
  white-space: nowrap;
  opacity: .9;
}
.blog-theme-friends-hero i {
  position: absolute;
  top: -72px;
  right: 30px;
  color: rgba(255, 255, 255, .14);
  font-size: 14rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.blog-theme-friends-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px 0 18px;
}
.blog-theme-friends-heading h2 {
  margin: 0;
  font-size: 1.15rem;
}
.blog-theme-friends-heading span {
  color: var(--blog-muted);
  font-size: .76rem;
}
.blog-theme-friends-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.blog-theme-friends-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  min-height: 148px;
  padding: 23px;
  border: 1px solid var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  background: var(--ant-color-bg-container);
  transition: border-color .2s ease, transform .2s ease;
}
.blog-theme-friends-grid > a:hover {
  border-color: var(--ant-color-primary-border);
  transform: translateY(-2px);
}
.blog-theme-friends-grid img,
.blog-theme-friend-logo-fallback {
  width: 64px;
  height: 64px;
  border-radius: var(--ant-border-radius-lg);
  object-fit: cover;
}
.blog-theme-friend-logo-fallback {
  display: grid;
  place-items: center;
  color: white;
  background:
    linear-gradient(
      135deg,
      var(--ant-color-primary),
      color-mix(in srgb, var(--ant-color-primary) 58%, #8bb8ff));
  font-size: 1.25rem;
  font-weight: 750;
}
.blog-theme-friends-grid h3 {
  margin: 2px 28px 7px 0;
  font-size: 1.05rem;
}
.blog-theme-friends-grid p {
  margin: 0;
  color: var(--blog-muted);
  font-size: .78rem;
  line-height: 1.65;
}
.blog-theme-friends-grid small {
  display: block;
  margin-top: 13px;
  color: var(--ant-color-primary);
  font-size: .7rem;
}
.blog-theme-friends-grid b {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--ant-color-primary);
  font-size: .9rem;
}
.blog-theme-empty {
  padding: 32px;
  border: 1px dashed var(--blog-border);
  border-radius: var(--ant-border-radius-lg);
  color: var(--blog-muted);
  text-align: center;
}
.blog-theme-pagination {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.blog-theme-footer {
  margin-top: auto;
  border-top: 1px solid var(--blog-border);
  background: var(--ant-color-bg-container);
}
.blog-theme-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  color: var(--blog-muted);
  font-size: .75rem;
}
.blog-theme-footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1100px) {
  .blog-theme-article-layout {
    grid-template-columns: minmax(150px, 190px) minmax(0, 720px);
    gap: 38px;
  }
  .blog-theme-article-layout-without-toc {
    grid-template-columns: minmax(0, 820px);
  }
  .blog-theme-article-sidebar {
    display: none;
  }
}
@media (max-width: 960px) {
  .blog-theme-header-inner {
    flex-wrap: wrap;
    gap: 10px 18px;
    padding-block: 10px;
  }
  .blog-theme-header nav {
    order: 3;
    width: 100%;
    min-height: 44px;
    overflow-x: auto;
  }
  .blog-theme-header nav a {
    min-height: 44px;
    white-space: nowrap;
  }
  .blog-theme-search-trigger {
    margin-left: auto;
  }
  .blog-theme-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 32px;
  }
  .blog-theme-taxonomy-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-theme-article-hero-copy {
    width: min(760px, calc(100% - 64px));
    margin: 0 0 44px 38px;
  }
  .blog-theme-article-layout {
    grid-template-columns: 160px minmax(0, 1fr);
    padding-inline: 12px;
  }
  .blog-theme-article-layout-without-toc {
    grid-template-columns: minmax(0, 820px);
  }
  .blog-theme-single-page-hero-inner {
    width: min(860px, calc(100% - 64px));
  }
}
@media (max-width: 720px) {
  .blog-theme-header-inner,
  .blog-theme-main,
  .blog-theme-footer-inner {
    width: min(100% - 28px, 1308px);
  }
  .blog-theme-brand strong {
    max-width: 130px;
  }
  .blog-theme-mode {
    margin-left: auto;
  }
  .blog-theme-grid {
    grid-template-columns: 1fr;
  }
  .blog-theme-content-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 10px;
  }
  .blog-theme-content-heading-actions {
    width: 100%;
    justify-content: space-between;
  }
  .blog-theme-post-window-grid {
    grid-template-columns: 1fr;
  }
  .blog-theme-post-window-grid article {
    display: flex;
  }
  .blog-theme-post-window-grid img,
  .blog-theme-post-window-grid .blog-theme-cover-placeholder {
    width: 100%;
    height: auto;
  }
  .blog-theme-taxonomy-hero {
    grid-template-columns: 1fr;
    min-height: 220px;
    padding: 28px 24px;
  }
  .blog-theme-taxonomy-hero strong {
    align-self: auto;
    margin: 24px 0 0;
  }
  .blog-theme-taxonomy-hero i {
    right: -12px;
  }
  .blog-theme-taxonomy-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-top: 26px;
  }
  .blog-theme-taxonomy-post-grid {
    grid-template-columns: 1fr;
  }
  .blog-theme-taxonomy-post-cover {
    aspect-ratio: 16 / 7;
  }
  .blog-theme-friends-hero {
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 28px 24px;
  }
  .blog-theme-friends-hero strong {
    align-self: auto;
    margin: 24px 0 0;
  }
  .blog-theme-friends-hero i {
    right: -14px;
  }
  .blog-theme-friends-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .blog-theme-friends-grid {
    grid-template-columns: 1fr;
  }
  .blog-theme-archive-hero {
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 30px 24px;
  }
  .blog-theme-archive-hero > strong {
    align-self: auto;
    margin: 26px 0 0;
  }
  .blog-theme-archive-hero i {
    right: -20px;
  }
  .blog-theme-archive-years {
    margin-top: 40px;
  }
  .blog-theme-archive-filter {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }
  .blog-theme-archive-filter > div:first-child {
    min-width: 0;
    margin: 0;
  }
  .blog-theme-archive-filter .ant-segmented,
  .blog-theme-archive-filter .ant-picker {
    width: 100%;
    min-width: 0;
  }
  .blog-theme-archive-year {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-theme-archive-year > h2 {
    position: static;
    font-size: 2rem;
  }
  .blog-theme-archive-months {
    padding-left: 22px;
  }
  .blog-theme-archive-months li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }
  .blog-theme-archive-months li > a:last-child {
    display: none;
  }
  .blog-theme-friends-grid > a {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 132px;
    padding: 18px;
  }
  .blog-theme-friends-grid img,
  .blog-theme-friend-logo-fallback {
    width: 54px;
    height: 54px;
  }
  .blog-theme-post-list article {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 14px;
  }
  .blog-theme-post-list img,
  .blog-theme-cover-placeholder {
    width: 104px;
    height: 84px;
  }
  .blog-theme-article-hero {
    min-height: 520px;
  }
  .blog-theme-article-hero-shade {
    background:
      linear-gradient(
        0deg,
        rgba(5, 20, 42, .9),
        rgba(5, 20, 42, .14) 78%);
  }
  .blog-theme-article-hero-copy {
    width: calc(100% - 44px);
    margin: 0 22px 28px;
    gap: 13px;
  }
  .blog-theme-article-hero-copy h1 {
    font-size: clamp(2.1rem, 10vw, 2.5rem);
  }
  .blog-theme-article-hero-copy > p {
    font-size: .9rem;
  }
  .blog-theme-single-page {
    min-height: 560px;
    padding-bottom: 48px;
  }
  .blog-theme-single-page-hero {
    min-height: 260px;
  }
  .blog-theme-single-page-hero::after {
    width: 270px;
    height: 270px;
    top: -150px;
    right: -58px;
  }
  .blog-theme-single-page-hero-inner {
    width: calc(100% - 44px);
    padding-block: 40px 58px;
  }
  .blog-theme-single-page-hero-inner h1 {
    margin-top: 12px;
    font-size: clamp(2.15rem, 10vw, 2.65rem);
  }
  .blog-theme-single-page-hero-inner p {
    font-size: .88rem;
  }
  .blog-theme-single-page-sheet {
    width: calc(100% - 28px);
    margin-top: -28px;
    padding: 54px 22px 48px;
    border-radius: 12px 12px 0 0;
  }
  .blog-theme-single-page-sheet > time {
    top: 24px;
    right: 22px;
  }
  .blog-theme-article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 4px 0;
  }
  .blog-theme-article-toc {
    display: none;
  }
  .blog-theme-prose {
    font-size: 1rem;
    line-height: 1.9;
  }
  .blog-theme-article-connections {
    gap: 42px;
    margin-top: 48px;
  }
  .blog-theme-adjacent-posts,
  .blog-theme-related-post-list {
    grid-template-columns: 1fr;
  }
  .blog-theme-adjacent-posts > span {
    display: none;
  }
  .blog-theme-adjacent-post:last-child {
    text-align: left;
  }
  .blog-theme-comment-layout {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 15px;
  }
  .blog-theme-search-modal {
    top: 18px;
    width: calc(100% - 24px) !important;
    max-width: none;
  }
  .blog-theme-search-command-bar small {
    display: none;
  }
  .blog-theme-comment-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .blog-theme-comment-owner-reply {
    padding: 15px;
  }
  .blog-theme-comment-avatar img,
  .blog-theme-comment-avatar span {
    width: 36px;
    height: 36px;
  }
  .blog-theme-comment-card-header {
    flex-wrap: wrap;
  }
  .blog-theme-comment-list time {
    width: 100%;
    margin: 2px 0 0;
    font-size: .68rem;
  }
  .blog-theme-footer-inner {
    padding-block: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blog-theme-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.blog-theme-search-loading {
  display: block;
  min-height: 160px;
  width: 100%;
}
