:root {
  --paper: #fafafa;
  --ink: #303030;
  --ink-strong: #202020;
  --ink-soft: rgba(48, 48, 48, 0.62);
  --ink-faint: rgba(48, 48, 48, 0.38);
  --line: rgba(35, 35, 35, 0.12);
  --line-soft: rgba(35, 35, 35, 0.07);
  --quiet: #eeeeec;
  --low: #eee5dd;
  --mid: #f0b15f;
  --high: #f05f1a;
  --deep: #c73317;
  --water-ink: #7a2b17;
  --accent: #f06a16;
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --xiaoxiao-font-sans-zh: var(--font-system);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-system);
  line-height: 1.8;
}

body {
  margin: 0;
  background: var(--paper);
}

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

button {
  font: inherit;
}

@keyframes codex-archive-logo-taiji-in {
  0% {
    filter: blur(2px);
    opacity: 0;
    transform: rotate(-18deg) scale(0.9);
  }

  40% {
    filter: blur(0);
    opacity: 0.88;
    transform: rotate(6deg) scale(1.025);
  }

  100% {
    filter: none;
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes codex-archive-logo-arrows-spin {
  0% {
    opacity: 0;
    transform: rotate(-120deg) scale(0.9);
  }

  14% {
    opacity: 1;
  }

  72% {
    opacity: 1;
    transform: rotate(330deg) scale(1.035);
  }

  88% {
    opacity: 1;
    transform: rotate(368deg) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1);
  }
}

@keyframes codex-archive-logo-avatar-in {
  0%,
  34% {
    filter: blur(3px);
    opacity: 0;
    transform: translateY(8px) scale(0.94);
  }

  72% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1.03);
  }

  100% {
    filter: none;
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lens-shell {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto 3rem;
}

body.xiaoxiao-archive-lens-page {
  --wp--style--global--content-size: 960px;
  --wp--style--global--wide-size: 960px;
}

body.xiaoxiao-archive-lens-page .wp-site-blocks > .entry-content.wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

body.xiaoxiao-archive-lens-page .entry-content.wp-block-post-content > .lens-shell,
body.xiaoxiao-archive-lens-page .lens-shell {
  width: min(960px, calc(100% - 2rem));
  max-width: min(960px, calc(100% - 2rem));
  margin: -1.15rem auto 0 !important;
  font-family: var(--font-system) !important;
  letter-spacing: 0;
}

body.xiaoxiao-archive-lens-page .lens-shell :where(a, button, p, span, strong, small, dt, dd, h1, h2, h3),
body.xiaoxiao-archive-lens-page .lens-shell svg text {
  font-family: var(--font-system) !important;
  letter-spacing: 0;
}

body.xiaoxiao-archive-lens-page .lens-shell button {
  font-family: var(--font-system);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

body.xiaoxiao-archive-lens-page .lens-shell p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h1 {
  margin: 0 0 1.4rem;
  color: var(--ink-strong);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

body.xiaoxiao-archive-lens-page .lens-shell > :is(h1, h2) {
  margin: 0 0 1.4rem;
  color: var(--ink-strong);
  font-family: var(--font-system);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.lens-console {
  margin: 0 0 3.45rem;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lens-head,
.sample-index-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}

.lens-kicker,
.sample-index-head p {
  margin: 0 !important;
  color: rgba(48, 48, 48, 0.78);
  font-size: 0.94rem;
  font-weight: 640;
  line-height: 1.55;
}

.lens-board {
  display: grid;
  grid-template-columns: 5.6rem minmax(24rem, 1fr) minmax(15rem, 0.42fr);
  gap: 1.25rem;
  align-items: start;
  height: 30rem;
  margin-top: 1.15rem;
}

.year-ruler {
  position: relative;
  height: 30rem;
  min-height: 0;
  padding: 0.25rem 0;
}

.year-ruler-line {
  position: absolute;
  top: 0.55rem;
  bottom: 0.55rem;
  left: 1.04rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(246, 173, 68, 0.18), rgba(183, 43, 23, 0.12));
}

.year-ruler-items {
  position: relative;
  display: grid;
  grid-template-rows: repeat(var(--year-count, 1), minmax(1.12rem, 1fr));
  height: 100%;
}

.year-tick {
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 0 0 2rem;
  border: 0;
  background: transparent;
  color: rgba(48, 48, 48, 0.36);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  font-variant-numeric: tabular-nums;
}

body.xiaoxiao-archive-lens-page .lens-shell .year-tick {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 0 0 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(48, 48, 48, 0.36);
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.year-tick::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 52% 48% 55% 45% / 48% 54% 46% 52%;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.84) 0 18%, rgba(255, 255, 255, 0) 44%),
    #f3dfc7;
  box-shadow: 0 0 0 1px rgba(240, 106, 22, 0.08);
  transform: scale(0.78);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.year-tick:hover,
.year-tick:focus-visible {
  color: var(--water-ink);
  outline: 0;
}

body.xiaoxiao-archive-lens-page .lens-shell .year-tick:hover,
body.xiaoxiao-archive-lens-page .lens-shell .year-tick:focus-visible {
  color: var(--water-ink);
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.year-tick:hover::before,
.year-tick:focus-visible::before {
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.84) 0 18%, rgba(255, 255, 255, 0) 44%),
    var(--mid);
  transform: scale(1.02);
}

.year-tick.is-active {
  color: var(--ink-strong);
  font-size: 0.88rem;
}

body.xiaoxiao-archive-lens-page .lens-shell .year-tick.is-active {
  color: var(--ink-strong);
  font-size: 0.88rem;
  background: transparent;
  box-shadow: none;
}

.year-tick.is-active::before {
  left: 0.45rem;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 50%;
  background: url("logo-layer-taiji-cropped.png") center / contain no-repeat;
  box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.88), 0 1px 2px rgba(240, 106, 22, 0.08);
  transform: scale(1);
}

.water-lens {
  position: relative;
  display: grid;
  place-items: center;
  height: 30rem;
  min-height: 0;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.lens-surface {
  position: absolute;
  inset: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(35, 35, 35, 0.08);
  pointer-events: none;
}

.lens-surface::before,
.lens-surface::after,
.lens-surface span {
  content: "";
  position: absolute;
  border: 1px solid rgba(240, 106, 22, 0.14);
  border-radius: 50%;
  opacity: 0.68;
}

.lens-surface::before {
  inset: 13%;
}

.lens-surface::after {
  inset: 28%;
}

.lens-surface span:nth-child(1) {
  inset: 42%;
  border-color: rgba(48, 48, 48, 0.1);
}

.lens-surface span:nth-child(2) {
  inset: 5%;
  border-color: rgba(48, 48, 48, 0.06);
  animation: surface-breathe 7.2s ease-in-out infinite;
}

.lens-surface span:nth-child(3) {
  inset: 20%;
  border-color: rgba(240, 106, 22, 0.09);
  animation: surface-breathe 6.4s ease-in-out infinite reverse;
}

.month-compass {
  position: relative;
  width: min(100%, 31rem);
  height: auto;
  overflow: visible;
  z-index: 1;
  transform-box: fill-box;
  transform-origin: center;
}

.compass-track {
  fill: none;
  stroke: rgba(48, 48, 48, 0.065);
  stroke-width: 1;
}

.compass-spoke {
  stroke: rgba(48, 48, 48, 0.08);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.compass-arc {
  fill: none;
  stroke: rgba(240, 106, 22, var(--arc-alpha, 0.28));
  stroke-linecap: round;
  stroke-width: var(--arc-width, 6);
  transition: opacity 180ms ease, stroke-width 180ms ease, filter 180ms ease;
}

.month-compass.has-selection .compass-arc:not(.is-active):not(.is-preview),
.month-compass.has-selection .compass-node:not(.is-active):not(.is-preview) {
  opacity: 0.34;
}

.compass-arc.is-active,
.compass-arc.is-preview {
  opacity: 1;
  stroke-width: var(--arc-width-active, 10);
  filter: drop-shadow(0 2px 6px rgba(240, 106, 22, 0.12));
}

.compass-node {
  cursor: pointer;
  transition: opacity 180ms ease;
}

.compass-node circle {
  fill: var(--node-fill, #eee5dd);
  stroke: rgba(250, 250, 250, 0.92);
  stroke-width: 2;
  filter: drop-shadow(0 2px 4px rgba(183, 43, 23, 0.08));
  transition: r 180ms ease, fill 180ms ease, filter 180ms ease;
}

.compass-node text {
  fill: rgba(48, 48, 48, 0.56);
  font-size: 13px;
  font-weight: 720;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}

.compass-node:hover circle,
.compass-node:focus-visible circle,
.compass-node.is-active circle {
  fill: var(--accent);
  r: var(--node-r-active, 12);
  filter: drop-shadow(0 4px 10px rgba(183, 43, 23, 0.13));
}

.compass-node.is-preview:not(.is-active) circle {
  fill: var(--mid);
  r: var(--node-r-preview, 10);
  filter: drop-shadow(0 3px 8px rgba(183, 43, 23, 0.1));
}

.compass-node:hover text,
.compass-node:focus-visible text,
.compass-node.is-active text,
.compass-node.is-preview text {
  fill: var(--water-ink);
}

.probe-group {
  pointer-events: none;
}

.probe-line {
  stroke: rgba(122, 43, 23, 0.28);
  stroke-dasharray: 5 7;
  stroke-linecap: round;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  animation: probe-arrive 360ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.probe-dot {
  fill: var(--paper);
  stroke: rgba(240, 106, 22, 0.54);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  animation: probe-dot-arrive 360ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.selection-ripple {
  fill: none;
  stroke: rgba(240, 106, 22, 0.46);
  stroke-width: 1.4;
  pointer-events: none;
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
  animation: selection-ripple 760ms cubic-bezier(0.16, 0.76, 0.2, 1) both;
}

.lens-center {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 10.4rem;
  height: 10.4rem;
  padding: 1rem;
  border: 1px solid rgba(35, 35, 35, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.92) 0 17%, rgba(255, 255, 255, 0) 42%),
    rgba(250, 250, 250, 0.92);
  box-shadow: inset 0 0 0 1px rgba(250, 250, 250, 0.85), 0 7px 20px rgba(35, 35, 35, 0.04);
  text-align: center;
}

.lens-center-label {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.lens-center strong {
  display: block;
  margin-top: 0.12rem;
  color: var(--ink-strong);
  font-size: 2.2rem;
  font-weight: 780;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}

.lens-center span {
  display: block;
  margin-top: 0.24rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 620;
  line-height: 1.35;
}

.lens-inspector {
  align-self: start;
  height: 30rem;
  min-width: 0;
  overflow: hidden;
  padding: 1.1rem 0 1.1rem 1rem;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.inspector-label,
.signal-label {
  margin: 0 !important;
  color: var(--ink-faint);
  font-size: 0.75rem;
  font-weight: 740;
  line-height: 1.3;
}

.inspector-main {
  margin-top: 0.28rem;
  color: var(--ink-strong);
  font-size: 1.55rem;
  font-weight: 760;
  line-height: 1.35;
  min-height: 2.1rem;
}

.inspector-sub {
  margin-top: 0.06rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 560;
  line-height: 1.58;
  min-height: 2.65rem;
}

.inspector-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.82rem 0 0;
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.inspector-stats div {
  min-width: 0;
  padding: 0.58rem 0.56rem 0.54rem;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.inspector-stats dt {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.62rem;
  font-weight: 720;
  line-height: 1.25;
}

.inspector-stats dd {
  margin: 0.12rem 0 0;
  color: rgba(48, 48, 48, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

.inspector-meter {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.22rem;
  margin-top: 0.88rem;
  padding-top: 0.78rem;
  border-top: 1px solid var(--line-soft);
}

.meter-cell {
  height: var(--meter-height, 1.6rem);
  min-height: 0.36rem;
  align-self: end;
  border-radius: 999px 999px 2px 2px;
  background: rgba(240, 106, 22, var(--meter-alpha, 0.18));
}

.inspector-posts {
  margin-top: 1.1rem;
}

.inspector-posts a {
  display: block;
  margin-bottom: 0.64rem;
  color: rgba(48, 48, 48, 0.82);
  font-size: 0.9rem;
  font-weight: 580;
  line-height: 1.55;
  min-height: 1.4rem;
  overflow: hidden;
  text-decoration-line: none;
  text-overflow: ellipsis;
  transition: color 160ms ease, text-decoration-color 160ms ease;
  white-space: nowrap;
}

.inspector-posts a:hover,
.inspector-posts a:focus-visible {
  color: var(--water-ink);
  outline: 0;
  text-decoration-line: underline;
  text-decoration-color: rgba(122, 43, 23, 0.38);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.inspector-posts-empty {
  margin: 0;
  color: rgba(48, 48, 48, 0.5);
  font-size: 0.86rem;
  font-weight: 580;
  line-height: 1.55;
}

.decode-text {
  font-variant-ligatures: none;
}

.decode-text.is-decoding {
  text-decoration-color: transparent;
}

.decode-text.is-decoding::after {
  content: "";
  display: inline-block;
  width: 0.06em;
  height: 0.9em;
  margin-left: 0.12em;
  background: currentColor;
  opacity: 0.36;
  transform: translateY(0.1em);
  animation: decode-caret 720ms steps(1, end) infinite;
}

.inspector-main.decode-text.is-decoding::after {
  height: 0.82em;
  opacity: 0.28;
}

.inspector-sub.decode-text.is-decoding::after,
.sample-date.decode-text.is-decoding::after {
  height: 0.76em;
  opacity: 0.26;
}

.signal-strip {
  position: relative;
  margin-top: 0.16rem;
  padding: 0 0 0.66rem;
}

.lens-calendar {
  position: relative;
  --calendar-cell: 0.58rem;
  --calendar-gap: 0.29rem;
}

.calendar-flow {
  position: relative;
  height: 6.3rem;
  overflow: hidden;
}

.calendar-flow-svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.calendar-flow-grid {
  stroke: rgba(48, 48, 48, 0.06);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.calendar-flow-area {
  fill: url(#calendar-area-gradient);
}

.calendar-flow-line,
.calendar-flow-future {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
}

.calendar-flow-line {
  stroke: url(#calendar-line-gradient);
}

.calendar-flow-future {
  stroke: rgba(48, 48, 48, 0.12);
  stroke-width: 1.35;
}

.calendar-flow-marker {
  opacity: 1;
  stroke: rgba(240, 106, 22, 0.16);
  stroke-dasharray: 3 7;
  stroke-linecap: round;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.calendar-flow-dot {
  opacity: 1;
  fill: var(--paper);
  stroke: rgba(240, 106, 22, 0.7);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
}

.lens-console.is-calendar-marker-deferred .calendar-flow-marker,
.lens-console.is-calendar-marker-deferred .calendar-flow-dot {
  opacity: 0;
}

.lens-console.is-calendar-marker-revealed .calendar-flow-marker {
  animation: calendar-marker-reveal 520ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
}

.lens-console.is-calendar-marker-revealed .calendar-flow-dot {
  animation: calendar-dot-reveal 480ms cubic-bezier(0.2, 0.74, 0.18, 1) 60ms both;
}

.calendar-scroll {
  overflow-x: auto;
  padding: 0.4rem 0 0.22rem;
}

.calendar-grid-shell {
  display: grid;
  grid-template-columns: 1.3rem minmax(42rem, 1fr);
  gap: 0.5rem;
  min-width: 42rem;
}

.calendar-weekday-axis,
.calendar-grid {
  display: grid;
  grid-template-rows: repeat(7, var(--calendar-cell));
  gap: var(--calendar-gap);
}

.calendar-weekday-axis {
  color: rgba(48, 48, 48, 0.42);
  font-size: 0.62rem;
  font-weight: 650;
  line-height: var(--calendar-cell);
}

.calendar-weekday-axis span {
  grid-row: var(--weekday);
}

.calendar-grid {
  grid-template-columns: repeat(var(--calendar-weeks), minmax(var(--calendar-cell), 1fr));
}

.calendar-day {
  appearance: none;
  position: relative;
  grid-column: var(--week);
  grid-row: var(--weekday);
  align-self: center;
  justify-self: center;
  width: var(--calendar-cell);
  height: var(--calendar-cell);
  padding: 0;
  border: 1px solid rgba(48, 48, 48, 0.055);
  border-radius: 50%;
  background: rgba(48, 48, 48, 0.035);
  cursor: pointer;
  transform: scale(0.82);
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day {
  position: relative;
  grid-column: var(--week);
  grid-row: var(--weekday);
  align-self: center;
  justify-self: center;
  width: var(--calendar-cell);
  min-width: 0;
  height: var(--calendar-cell);
  padding: 0;
  border: 1px solid rgba(48, 48, 48, 0.055);
  border-radius: 50%;
  background: rgba(48, 48, 48, 0.035);
  color: inherit;
  box-shadow: none;
  line-height: 1;
}

.calendar-day.is-empty {
  cursor: default;
  opacity: 0.58;
  pointer-events: none;
  transform: scale(0.72);
  border-color: rgba(48, 48, 48, 0.035);
  background: rgba(48, 48, 48, 0.018);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.is-empty {
  border-color: rgba(48, 48, 48, 0.035);
  background: rgba(48, 48, 48, 0.018);
  box-shadow: none;
}

.calendar-day::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  border: 1px solid rgba(240, 106, 22, 0);
  border-radius: 50%;
  pointer-events: none;
  transform: scale(0.84);
  transition: border-color 160ms ease, transform 160ms ease;
}

.calendar-day span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.calendar-day.level-1 {
  border-color: rgba(240, 106, 22, 0.1);
  background: var(--low);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-1 {
  border-color: rgba(240, 106, 22, 0.1);
  background: var(--low);
}

.calendar-day.level-2 {
  border-color: rgba(240, 106, 22, 0.14);
  background: rgba(240, 177, 95, 0.62);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-2 {
  border-color: rgba(240, 106, 22, 0.14);
  background: rgba(240, 177, 95, 0.62);
}

.calendar-day.level-3 {
  border-color: rgba(240, 106, 22, 0.18);
  background: var(--mid);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-3 {
  border-color: rgba(240, 106, 22, 0.18);
  background: var(--mid);
}

.calendar-day.level-4 {
  border-color: rgba(240, 106, 22, 0.18);
  background: var(--high);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-4 {
  border-color: rgba(240, 106, 22, 0.18);
  background: var(--high);
}

.calendar-day.level-5 {
  border-color: rgba(199, 51, 23, 0.22);
  background: var(--deep);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-5 {
  border-color: rgba(199, 51, 23, 0.22);
  background: var(--deep);
}

.calendar-day.is-muted {
  opacity: 0.34;
}

.calendar-day:not(.is-empty):hover {
  outline: 0;
  opacity: 1;
  border-color: rgba(240, 106, 22, 0.22);
  transform: scale(0.94);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day:not(.is-empty):hover {
  background: rgba(48, 48, 48, 0.035);
  box-shadow: none;
  outline: 0;
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-1:not(.is-empty):hover {
  background: var(--low);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-2:not(.is-empty):hover {
  background: rgba(240, 177, 95, 0.62);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-3:not(.is-empty):hover {
  background: var(--mid);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-4:not(.is-empty):hover {
  background: var(--high);
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-day.level-5:not(.is-empty):hover {
  background: var(--deep);
}

.calendar-day:not(.is-empty):focus-visible::after,
.calendar-day.is-active::after,
.calendar-day.is-preview::after {
  border-color: rgba(240, 106, 22, 0.34);
  transform: scale(1);
}

.calendar-day:not(.is-empty):focus-visible,
.calendar-day.is-active,
.calendar-day.is-preview {
  outline: 0;
  opacity: 1;
  border-color: rgba(240, 106, 22, 0.38);
  transform: scale(1.08);
}

.calendar-day.is-active::after {
  border-color: rgba(122, 43, 23, 0.42);
}

.calendar-month-tides {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.18rem;
  margin: 0.36rem 0 0.24rem 1.8rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--line-soft);
}

.calendar-month-tide {
  appearance: none;
  display: grid;
  justify-items: center;
  gap: 0.14rem;
  padding: 0.1rem 0;
  border: 0;
  background: transparent;
  color: rgba(48, 48, 48, 0.28);
  cursor: pointer;
  font: inherit;
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-month-tide {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0.1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(48, 48, 48, 0.28);
  box-shadow: none;
  font: inherit;
  line-height: inherit;
}

.calendar-month-tide span {
  display: block;
  width: 1px;
  height: var(--tide-height, 0.72rem);
  min-height: 0.24rem;
  border-radius: 999px;
  background: rgba(240, 106, 22, var(--tide-alpha, 0.2));
  transition: width 160ms ease, background 160ms ease, transform 160ms ease;
}

.calendar-month-tide strong {
  color: inherit;
  font-size: 0.58rem;
  font-weight: 680;
  line-height: 1;
}

.calendar-month-tide:hover,
.calendar-month-tide:focus-visible,
.calendar-month-tide.is-active {
  color: var(--water-ink);
  outline: 0;
}

body.xiaoxiao-archive-lens-page .lens-shell .calendar-month-tide:hover,
body.xiaoxiao-archive-lens-page .lens-shell .calendar-month-tide:focus-visible,
body.xiaoxiao-archive-lens-page .lens-shell .calendar-month-tide.is-active {
  color: var(--water-ink);
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.calendar-month-tide:hover span,
.calendar-month-tide:focus-visible span,
.calendar-month-tide.is-active span {
  width: 2px;
  background: rgba(240, 106, 22, 0.58);
  transform: translateY(-0.08rem);
}

.sample-index {
  margin-bottom: 4rem;
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-index {
  margin: 0;
}

.sample-index-head {
  padding-bottom: 0.78rem;
  border-bottom: 1px solid var(--line-soft);
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-index-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 0.78rem;
  border-bottom: 1px solid var(--line-soft);
}

.sample-index-head :is(h2, h3) {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.18rem;
  line-height: 1.45;
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-index-head :is(h2, h3) {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--font-system);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

body.xiaoxiao-archive-lens-page .margin-top-50.wp-block-template-part {
  margin-top: 3rem !important;
}

.sample-index-head p {
  margin: 0.1rem 0 0 !important;
  color: var(--ink-faint);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-index-head p {
  margin: 0.1rem 0 0 !important;
  color: var(--ink-faint);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}

.sample-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
}

.sample-entry {
  align-items: center;
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 0.9rem;
  min-height: 3.1rem;
  padding: 0.64rem 0;
  border-bottom: 1px solid var(--line-soft);
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-entry {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  min-height: 3.1rem;
  padding: 0.64rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.sample-date {
  display: block;
  color: rgba(48, 48, 48, 0.36);
  font-size: 0.72rem;
  font-weight: 680;
  line-height: 1.35;
  min-height: 0;
  font-variant-numeric: tabular-nums;
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-date {
  display: block;
  color: rgba(48, 48, 48, 0.36);
  font-size: 0.72rem;
  font-weight: 680;
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}

.sample-entry a {
  display: block;
  min-width: 0;
  color: rgba(48, 48, 48, 0.84);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.35;
  min-height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.xiaoxiao-archive-lens-page .lens-shell .sample-entry a {
  display: block;
  min-width: 0;
  color: rgba(48, 48, 48, 0.84);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-entry a:hover,
.sample-entry a:focus-visible {
  color: var(--water-ink);
  outline: 0;
  text-decoration-line: underline;
  text-decoration-color: rgba(122, 43, 23, 0.42);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.lens-console.is-changing .lens-center {
  animation: center-rise 580ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.lens-console.is-changing .compass-arc,
.lens-console.is-changing .compass-node {
  animation: compass-arrive 620ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.lens-console.is-changing .calendar-flow-line,
.lens-console.is-changing .calendar-flow-future {
  animation: calendar-flow-ink-arrive 760ms cubic-bezier(0.2, 0.74, 0.18, 1) 80ms both;
}

.lens-console.is-changing .calendar-flow-area {
  animation: boot-profile-area 520ms ease-out 120ms both;
}

.lens-console.is-changing .calendar-day {
  animation: boot-chart-dot 420ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(var(--day-index, 0) * 2ms);
}

.lens-console.is-changing .calendar-month-tide {
  animation: boot-month-card 420ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(var(--profile-index, 0) * 14ms);
}

.lens-console.is-booting .lens-head {
  animation: boot-soft-panel 420ms ease-out both;
}

.lens-console.is-booting .year-ruler-line {
  animation: boot-ruler-line 620ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  transform-origin: 50% 0;
}

.lens-console.is-booting .year-tick {
  animation: boot-year-tick 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(100ms + (var(--year-index, 0) * 18ms));
}

.lens-console.is-booting .lens-surface {
  animation: boot-surface 820ms cubic-bezier(0.22, 0.72, 0.18, 1) 180ms both;
}

.lens-console.is-booting .lens-surface::before,
.lens-console.is-booting .lens-surface::after,
.lens-console.is-booting .lens-surface span {
  animation: boot-ring 880ms cubic-bezier(0.22, 0.72, 0.18, 1) 260ms both;
}

.lens-console.is-booting .month-compass {
  animation: boot-compass-turn 1480ms cubic-bezier(0.18, 0.78, 0.18, 1) 220ms both;
}

.lens-console.is-booting .compass-track,
.lens-console.is-booting .compass-spoke {
  animation: boot-mark 620ms ease-out 300ms both;
}

.lens-console.is-booting .compass-arc {
  animation: boot-arc-fill 900ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
  animation-delay: calc(460ms + (var(--month-index, 0) * 54ms));
}

.lens-console.is-booting .compass-node {
  animation: boot-node-settle 620ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
  animation-delay: calc(940ms + (var(--month-index, 0) * 42ms));
  transform-box: fill-box;
  transform-origin: center;
}

.lens-console.is-booting .lens-center {
  animation: boot-center-shell 760ms cubic-bezier(0.22, 0.72, 0.18, 1) 620ms both;
}

.lens-console.is-booting .lens-center-label {
  animation: boot-center-text 520ms ease-out 760ms both;
}

.lens-console.is-booting .lens-center strong {
  animation: boot-year-number 640ms cubic-bezier(0.2, 0.74, 0.18, 1) 860ms both;
}

.lens-console.is-booting .lens-center span {
  animation: boot-center-text 520ms ease-out 1060ms both;
}

.lens-console.is-booting .lens-inspector {
  animation: boot-soft-panel 640ms ease-out 1180ms both;
}

.lens-console.is-booting .calendar-flow-area {
  animation: boot-profile-area 1180ms ease-out 1260ms both;
}

.lens-console.is-booting .calendar-flow-line,
.lens-console.is-booting .calendar-flow-future {
  animation: calendar-flow-ink-arrive 1180ms cubic-bezier(0.2, 0.74, 0.18, 1) 1040ms both;
}

.lens-console.is-booting .calendar-flow-grid {
  animation: boot-mark 520ms ease-out 1040ms both;
}

.lens-console.is-booting .calendar-day {
  animation: boot-chart-dot 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(1180ms + (var(--day-index, 0) * 3ms));
}

.lens-console.is-booting .calendar-month-tide {
  animation: boot-month-card 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(1220ms + (var(--profile-index, 0) * 28ms));
}

.lens-shell.is-booting .sample-index-head {
  animation: boot-soft-panel 520ms ease-out 1380ms both;
}

.lens-shell.is-booting .sample-entry {
  animation: boot-index-entry 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.lens-shell.is-booting .sample-entry:nth-child(1) {
  animation-delay: 1460ms;
}

.lens-shell.is-booting .sample-entry:nth-child(2) {
  animation-delay: 1510ms;
}

.lens-shell.is-booting .sample-entry:nth-child(3) {
  animation-delay: 1560ms;
}

.lens-shell.is-booting .sample-entry:nth-child(4) {
  animation-delay: 1610ms;
}

.lens-shell.is-booting .sample-entry:nth-child(5) {
  animation-delay: 1660ms;
}

.lens-shell.is-booting .sample-entry:nth-child(6) {
  animation-delay: 1710ms;
}

.lens-console.is-draining .month-compass {
  animation: none;
}

.lens-console.is-draining .compass-arc {
  animation: compass-drain 300ms cubic-bezier(0.42, 0, 0.4, 1) both;
}

.lens-console.is-draining .compass-node {
  animation: node-drain 300ms cubic-bezier(0.42, 0, 0.4, 1) both;
  transform-box: fill-box;
  transform-origin: center;
}

.lens-console.is-draining .lens-center {
  animation: center-drain 300ms cubic-bezier(0.42, 0, 0.4, 1) both;
}

.lens-console.is-filling .month-compass {
  animation: none;
}

.lens-console.is-filling .compass-arc {
  animation: compass-fill 860ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
  animation-delay: calc(var(--month-index, 0) * 28ms);
}

.lens-console.is-filling .compass-node {
  animation: node-fill 740ms cubic-bezier(0.2, 0.74, 0.18, 1) both;
  animation-delay: calc(120ms + (var(--month-index, 0) * 22ms));
  transform-box: fill-box;
  transform-origin: center;
}

.lens-console.is-filling .lens-center {
  animation: center-rise 620ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
}

.lens-console.is-filling .calendar-flow-area {
  animation: boot-profile-area 900ms ease-out 240ms both;
}

.lens-console.is-filling .calendar-flow-line,
.lens-console.is-filling .calendar-flow-future {
  animation: calendar-flow-ink-arrive 980ms cubic-bezier(0.2, 0.74, 0.18, 1) 160ms both;
}

.lens-console.is-filling .calendar-day {
  animation: boot-chart-dot 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(230ms + (var(--day-index, 0) * 2ms));
}

.lens-console.is-filling .calendar-month-tide {
  animation: boot-month-card 520ms cubic-bezier(0.22, 0.72, 0.18, 1) both;
  animation-delay: calc(260ms + (var(--profile-index, 0) * 18ms));
}

@keyframes surface-breathe {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.99);
  }

  50% {
    opacity: 0.78;
    transform: scale(1.015);
  }
}

@keyframes probe-arrive {
  from {
    opacity: 0;
    stroke-dashoffset: 22;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes probe-dot-arrive {
  from {
    opacity: 0;
    transform: scale(0.42);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes boot-soft-panel {
  from {
    opacity: 0;
    transform: translateY(0.22rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boot-ruler-line {
  from {
    opacity: 0;
    transform: scaleY(0.18);
  }

  62% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes boot-year-tick {
  from {
    opacity: 0;
    transform: translateY(-0.18rem);
  }

  70% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boot-surface {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes boot-ring {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 0.68;
    transform: scale(1);
  }
}

@keyframes boot-compass-turn {
  0% {
    opacity: 0;
    transform: rotate(-9deg) scale(0.965);
  }

  58% {
    opacity: 1;
    transform: rotate(4deg) scale(1.012);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes boot-mark {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes boot-arc-fill {
  from {
    opacity: 0;
    stroke-dasharray: 0 1;
    stroke-dashoffset: 1;
  }

  42% {
    opacity: 1;
  }

  to {
    opacity: 1;
    stroke-dasharray: 1 0;
    stroke-dashoffset: 0;
  }
}

@keyframes boot-node-settle {
  from {
    opacity: 0;
    transform: scale(0.64);
  }

  62% {
    opacity: 1;
    transform: scale(1.12);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes boot-profile-area {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes boot-profile-line {
  from {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes calendar-flow-ink-arrive {
  from {
    opacity: 0;
  }

  36% {
    opacity: 0.38;
  }

  to {
    opacity: 1;
  }
}

@keyframes boot-chart-dot {
  from {
    opacity: 0;
    transform: scale(0.68);
  }

  64% {
    opacity: 1;
    transform: scale(1.16);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes calendar-marker-reveal {
  from {
    opacity: 0;
    stroke-dashoffset: 14;
  }

  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes calendar-dot-reveal {
  from {
    opacity: 0;
    transform: scale(0.62);
  }

  70% {
    opacity: 1;
    transform: scale(1.18);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes boot-month-card {
  from {
    opacity: 0;
    transform: translateY(0.34rem);
  }

  64% {
    opacity: 1;
    transform: translateY(-0.04rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boot-center-shell {
  from {
    opacity: 0;
    transform: scale(0.86);
  }

  64% {
    opacity: 1;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes boot-center-text {
  from {
    opacity: 0;
    transform: translateY(0.2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes boot-year-number {
  from {
    opacity: 0;
    transform: translateY(0.2rem) scale(0.96);
  }

  62% {
    opacity: 1;
    transform: translateY(-0.04rem) scale(1.035);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes boot-index-entry {
  from {
    opacity: 0;
    transform: translateY(0.34rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes decode-caret {
  0%,
  46% {
    opacity: 0.36;
  }

  47%,
  100% {
    opacity: 0;
  }
}

@keyframes selection-ripple {
  0% {
    opacity: 0.5;
    transform: scale(0.55);
  }

  100% {
    opacity: 0;
    transform: scale(7.5);
  }
}

@keyframes compass-year-drain {
  from {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  to {
    opacity: 0.72;
    transform: rotate(-5deg) scale(0.986);
  }
}

@keyframes compass-year-fill {
  0% {
    opacity: 0.72;
    transform: rotate(9deg) scale(0.986);
  }

  58% {
    opacity: 1;
    transform: rotate(-2deg) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes compass-drain {
  from {
    opacity: 1;
    stroke-dasharray: 1 0;
    stroke-dashoffset: 0;
  }

  to {
    opacity: 0;
    stroke-dasharray: 0.02 1;
    stroke-dashoffset: 1;
  }
}

@keyframes node-drain {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0.12;
    transform: scale(0.72);
  }
}

@keyframes center-drain {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0.58;
    transform: scale(0.965);
  }
}

@keyframes compass-fill {
  from {
    opacity: 0;
    stroke-dasharray: 0.02 1;
    stroke-dashoffset: 1;
  }

  62% {
    opacity: 1;
  }

  to {
    opacity: 1;
    stroke-dasharray: 1 0;
    stroke-dashoffset: 0;
  }
}

@keyframes node-fill {
  from {
    opacity: 0;
    transform: scale(0.72);
  }

  64% {
    opacity: 1;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes center-rise {
  from {
    opacity: 0.78;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes compass-arrive {
  from {
    opacity: 0.36;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

@media (max-width: 900px) {
  .lens-board {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    height: auto;
  }

  .year-ruler {
    height: auto;
    min-height: 0;
    padding: 0.2rem 0 0.65rem;
    overflow-x: auto;
  }

  .year-ruler-line {
    top: 0.95rem;
    bottom: auto;
    left: 0.7rem;
    right: 0.7rem;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(246, 173, 68, 0.18), rgba(183, 43, 23, 0.12));
  }

  .year-ruler-items {
    grid-template-rows: none;
    grid-template-columns: repeat(var(--year-count, 1), minmax(3.2rem, 1fr));
    min-width: 58rem;
    height: 3.8rem;
  }

  .year-tick {
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 0.3rem;
    text-align: center;
  }

  .year-tick::before {
    top: 0.58rem;
    left: 50%;
    transform: translateX(-50%) scale(0.78);
  }

  .year-tick:hover::before,
  .year-tick:focus-visible::before {
    transform: translateX(-50%) scale(1.02);
  }

  .year-tick.is-active::before {
    left: 50%;
    transform: translateX(-50%) scale(1);
  }

  .water-lens {
    height: 28rem;
  }

  .lens-inspector {
    height: auto;
    overflow: visible;
    padding-left: 0;
    border-left: 0;
  }

  .calendar-flow {
    height: 5.8rem;
  }

  .calendar-month-tides {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 0.28rem;
  }

  .sample-index-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lens-shell {
    width: calc(100% - 1.35rem);
  }

  h1 {
    font-size: 2rem;
  }

  .lens-head,
  .sample-index-head {
    display: block;
  }

  .sample-index-head p {
    margin-top: 0.2rem;
    text-align: left;
  }

  .water-lens {
    height: 24rem;
  }

  .lens-surface {
    inset: 1rem;
  }

  .month-compass {
    width: min(100%, 24rem);
  }

  .lens-center {
    width: 8.6rem;
    height: 8.6rem;
  }

  .lens-center strong {
    font-size: 1.8rem;
  }

  .calendar-flow {
    height: 5.4rem;
  }

  .calendar-month-tides {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    margin-left: 1.6rem;
  }

  .sample-entry {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.72rem;
  }
}
