:root {
  --ink-luxe-paper: rgba(251, 250, 247, 0.34);
  --ink-luxe-line: rgba(27, 33, 30, 0.1);
  --ink-luxe-wash: rgba(38, 48, 43, 0.09);
  --ink-luxe-dot: rgba(31, 43, 37, 0.3);
  --ink-luxe-pigment: rgba(63, 107, 87, 0.1);
}

[data-scheme="dark"] {
  --ink-luxe-paper: rgba(22, 26, 23, 0.26);
  --ink-luxe-line: rgba(232, 237, 233, 0.11);
  --ink-luxe-wash: rgba(186, 198, 190, 0.07);
  --ink-luxe-dot: rgba(219, 229, 222, 0.26);
  --ink-luxe-pigment: rgba(143, 184, 162, 0.09);
}

.left-sidebar .site-name,
.left-now__focus,
.ink-calendar__title,
.ink-weather__city,
.right-sidebar .widget-title {
  font-family: "Noto Serif SC", "Songti SC", serif;
}

.left-sidebar__ink-panel {
  overflow: visible;
  padding: 12px 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.left-sidebar {
  gap: 0 !important;
}

.left-sidebar #translate-toggle:empty {
  display: none !important;
}

.left-sidebar .menu-bottom-section {
  min-height: 0;
  height: auto;
}

.left-sidebar__ink-panel::before {
  top: -8px;
  right: auto;
  bottom: auto;
  left: -20px;
  width: 148px;
  height: 72px;
  background:
    radial-gradient(ellipse at 42% 48%, var(--ink-luxe-wash), transparent 58%),
    radial-gradient(ellipse at 68% 48%, rgba(63, 107, 87, 0.045), transparent 45%);
  filter: blur(11px);
  transform: rotate(-3deg);
}

.left-sidebar .site-name {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.left-sidebar #main-menu > li > a,
.left-sidebar #dark-mode-toggle,
.left-sidebar #translate-toggle {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.left-now {
  overflow: visible;
  margin-top: 8px;
  padding: 16px 0 19px;
  border: 0;
  border-top: 1px solid var(--ink-luxe-line);
  border-bottom: 1px solid var(--ink-luxe-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.left-now::before {
  top: 5px;
  right: auto;
  bottom: auto;
  left: -18px;
  width: 118px;
  height: 45px;
  background: radial-gradient(ellipse at center, var(--ink-luxe-wash), transparent 64%);
  filter: blur(12px);
  transform: rotate(2deg);
}

.left-now__eyebrow,
.ink-weather__eyebrow,
.ink-calendar__archive-link {
  letter-spacing: 0.18em;
}

.left-now__divider {
  margin-top: 20px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--ink-luxe-line), transparent 82%);
}

.left-now__badge {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.left-now__metrics div {
  padding: 8px 0;
  border-bottom-color: var(--ink-luxe-line);
}

.ink-calendar,
.ink-weather {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ink-calendar {
  padding: 4px 0 10px;
}

.ink-weather {
  padding: 10px 0 8px;
}

.ink-calendar::before {
  display: none;
  background: none;
  filter: none;
  opacity: 0.58;
  transform: none;
}

.ink-calendar::after {
  top: auto;
  right: 18px;
  bottom: 0;
  left: 18px;
  display: none;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, var(--ink-luxe-line) 18%, var(--ink-luxe-line) 82%, transparent);
  filter: none;
  transform: none;
}

.ink-weather::before {
  display: none;
  background: none;
  filter: none;
  opacity: 0.52;
  transform: none;
}

.ink-weather::after {
  right: 18px;
  bottom: 0;
  left: 18px;
  display: none;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, var(--ink-luxe-line) 18%, var(--ink-luxe-line) 82%, transparent);
  filter: none;
  transform: none;
}

.ink-calendar__foot,
.ink-weather__metrics {
  border-top: 0;
  background: none;
}

.ink-calendar__title,
.ink-weather__city {
  font-weight: 600;
  letter-spacing: 0.015em;
}

.ink-info-stack {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ink-info-stack::before {
  display: none;
}

.ink-info-stack .widget {
  padding: 22px 0;
}

.ink-info-stack .widget + .widget {
  border-top: 0;
}

.ink-info-stack .widget + .widget::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ink-luxe-line) 18%, var(--ink-luxe-line) 82%, transparent);
  content: "";
  pointer-events: none;
}

.right-sidebar .widget-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.right-sidebar .ink-info-stack .widget > .widget-icon {
  width: 20px;
  height: 20px;
  color: var(--andong-accent, #3f6b57);
  opacity: 0.86;
}

.right-sidebar .ink-info-stack .widget > .widget-icon svg {
  width: 19px !important;
  height: 19px !important;
  stroke-width: 1.45;
}

.right-sidebar .widget-archive--list {
  background: transparent;
}

.ink-info-stack .widget-archive--list li + li {
  border-top: 0;
  background:
    linear-gradient(90deg, transparent, var(--ink-luxe-line) 18%, var(--ink-luxe-line) 82%, transparent)
    top / 100% 1px no-repeat;
}

.tagCloud-tags,
.tag-cloud {
  gap: 8px 12px;
  max-width: 100%;
  flex-wrap: wrap;
}

.tagCloud-tags a,
.tag-cloud a,
.widget.tagCloud a,
[data-scheme="dark"] .widget.tagCloud a {
  padding: 3px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
}

.tagCloud-tags a:hover,
.tag-cloud a:hover,
.widget.tagCloud a:hover {
  border-bottom-color: var(--andong-accent, #3f6b57);
}

.article-list article,
.popular-home-card,
.main-article {
  border-color: rgba(27, 33, 30, 0.09);
  border-radius: 9px;
}

[data-scheme="dark"] .article-list article,
[data-scheme="dark"] .popular-home-card,
[data-scheme="dark"] .main-article {
  border-color: rgba(232, 237, 233, 0.1);
}

/* Balanced sidebar typography */
.left-sidebar .site-name,
.preview-left .preview-name {
  font-size: 20px;
}

.left-sidebar .site-description,
.preview-left .preview-bio {
  font-size: 13.5px;
}

.left-sidebar #main-menu > li > a,
.left-sidebar #dark-mode-toggle,
.left-sidebar #translate-toggle,
.preview-left .preview-menu a {
  font-size: 14px !important;
}

.left-now__eyebrow {
  font-size: 10px;
}

.left-now__section-head {
  display: block;
}

.left-now__kicker {
  margin: 0;
  color: var(--andong-accent, #3f6b57);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.left-now__section-title {
  margin: 4px 0 0;
  color: var(--andong-text, #1b211e);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.left-now__state {
  margin-top: 14px;
  margin-bottom: 17px;
  font-size: 14px;
}

.left-now__context-label {
  margin: 0 0 5px;
  color: var(--andong-muted, #69706c);
  font-size: 11px;
  line-height: 1.4;
}

.left-now__focus {
  font-size: 13.5px;
}

.left-now__topics {
  margin-top: 11px;
  font-size: 12px;
  line-height: 1.5;
}

.left-now__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 17px;
  color: var(--andong-accent, #3f6b57);
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.left-now__badge::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.left-now__metrics dt {
  font-size: 12.25px;
  line-height: 1.4;
}

.left-now__metrics dd {
  font-size: 13.5px;
  line-height: 1.4;
}

.left-now__metrics div {
  padding-top: 7px;
  padding-bottom: 7px;
}

.ink-calendar__title {
  font-size: 16px;
}

.ink-calendar__archive-link {
  font-size: 10px;
}

.ink-calendar__week {
  font-size: 11.25px;
}

.ink-calendar__day {
  font-size: 12.25px;
}

.ink-calendar__foot {
  font-size: 10.25px;
}

.ink-weather__city {
  font-size: 16px;
}

.ink-weather__eyebrow,
.ink-weather__updated {
  font-size: 9.5px;
}

.ink-weather__temperature {
  font-size: 36px;
}

.ink-weather__condition {
  font-size: 12px;
}

.ink-weather__range {
  font-size: 10.5px;
}

.ink-weather__metric {
  font-size: 9.5px;
}

.ink-weather__metric strong {
  font-size: 11px;
}

.right-sidebar .widget-title {
  font-size: 17px;
}

.ink-info-stack .widget-archive--list a {
  font-size: 14.5px;
}

.ink-info-stack .tagCloud-tags a,
.ink-info-stack .tag-cloud a,
.ink-info-stack .widget.tagCloud a {
  font-size: 13.25px;
  line-height: 1.45;
}

@media (min-width: 769px) and (max-height: 1100px) {
  .left-sidebar.sticky,
  .preview-left {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
