:root {
  color-scheme: dark;
  --night: #101a25;
  --night-soft: #1b2d3d;
  --blue: #274052;
  --paper: #f1e9dc;
  --paper-deep: #e3d5c2;
  --ink: #2e2925;
  --muted: #8f857b;
  --gold: #d6ad72;
  --gold-soft: #edd2a7;
  --line: rgba(238, 224, 204, 0.18);
  --shadow: rgba(4, 9, 14, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--night);
}

body {
  min-width: 280px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 7%, rgba(127, 151, 163, 0.24), transparent 25rem),
    radial-gradient(circle at 9% 72%, rgba(132, 86, 62, 0.16), transparent 30rem),
    linear-gradient(145deg, #0e1721 0%, #182936 49%, #101a23 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "PingFang SC", "Noto Sans CJK SC", sans-serif;
  transition: color 240ms ease, background 320ms ease;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 24px 24px;
}

body::after {
  opacity: 0.5;
  background:
    linear-gradient(124deg, transparent 0 61%, rgba(209, 228, 238, 0.07) 61.1% 61.22%, transparent 61.3%),
    linear-gradient(124deg, transparent 0 71%, rgba(209, 228, 238, 0.045) 71.1% 71.2%, transparent 71.3%);
}

.sky-glow {
  position: fixed;
  top: clamp(80px, 11vw, 150px);
  right: clamp(28px, 9vw, 160px);
  z-index: -1;
  width: clamp(94px, 14vw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.14;
  background: #f8e7c9;
  box-shadow: 0 0 70px rgba(245, 220, 181, 0.34);
}

.page-shell {
  width: min(100%, 830px);
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(18px, 3vw, 36px) clamp(16px, 4vw, 36px) 64px;
}

.page-header {
  position: relative;
  padding: 0 2px 22px;
  border-bottom: 1px solid var(--line);
}

.home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(18px, 3vw, 30px);
  color: rgba(241, 233, 220, 0.68);
  font-size: 12px;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.home-link:hover,
.home-link:focus-visible {
  color: #fff6e8;
  transform: translateX(-2px);
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.2em;
}

h1 {
  margin: 13px 0 0;
  color: #f5ede2;
  font-family: "Songti SC", "Noto Serif CJK SC", STSong, serif;
  font-size: clamp(42px, 10vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0.025em;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.window-lamp {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 0 3px 7px;
  color: rgba(237, 210, 167, 0.65);
  font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.18em;
}

.window-lamp span {
  width: 11px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b8d68f;
  box-shadow:
    0 0 0 5px rgba(184, 214, 143, 0.09),
    0 0 24px rgba(184, 214, 143, 0.72);
}

.site-description {
  max-width: 37rem;
  margin: 9px 0 0;
  color: rgba(241, 233, 220, 0.64);
  font-size: 13px;
  line-height: 1.68;
}

.profile-strip {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
}

.profile-strip img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(214, 173, 114, 0.42);
  border-radius: 50%;
  object-fit: cover;
  background: rgba(9, 14, 18, 0.58);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.profile-strip > div {
  display: grid;
  min-width: 70px;
  gap: 1px;
}

.profile-strip strong {
  color: #f5ecdf;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.profile-strip span {
  color: rgba(241, 233, 220, 0.48);
  font-size: 10px;
}

#timeline-status {
  justify-self: end;
  margin: 0;
  color: rgba(241, 233, 220, 0.42);
  font: 500 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.05em;
  text-align: right;
}

.timeline-toolbar {
  position: sticky;
  top: 9px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(229, 210, 183, 0.13);
  border-radius: 17px;
  background: rgba(12, 21, 29, 0.78);
  box-shadow: 0 10px 34px rgba(3, 8, 12, 0.2);
  backdrop-filter: blur(14px);
}

.timeline-filters {
  display: flex;
  gap: 7px;
}

.timeline-filters button,
.month-jump select,
.theme-toggle,
.load-more {
  appearance: none;
  border: 1px solid rgba(229, 210, 183, 0.2);
  border-radius: 999px;
  color: rgba(241, 233, 220, 0.68);
  background: rgba(13, 22, 29, 0.42);
  cursor: pointer;
  font: 600 10px/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.06em;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.toolbar-actions {
  display: flex;
  flex: none;
  align-items: center;
  gap: 7px;
}

.timeline-filters button {
  padding: 8px 13px;
}

.timeline-filters button:hover,
.timeline-filters button:focus-visible,
.timeline-filters button.active {
  border-color: rgba(214, 173, 114, 0.52);
  color: #f8e9d2;
  background: rgba(214, 173, 114, 0.12);
}

.month-jump {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  gap: 7px;
}

.month-jump span {
  color: rgba(241, 233, 220, 0.43);
  font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.month-jump select {
  min-width: 108px;
  padding: 8px 28px 8px 11px;
  color: #f1e3cd;
  background:
    linear-gradient(45deg, transparent 50%, rgba(237, 210, 167, 0.7) 50%) calc(100% - 13px) 52% / 5px 5px no-repeat,
    linear-gradient(135deg, rgba(237, 210, 167, 0.7) 50%, transparent 50%) calc(100% - 9px) 52% / 5px 5px no-repeat,
    rgba(13, 22, 29, 0.54);
  font-size: 10px;
}

.month-jump select:hover,
.month-jump select:focus-visible {
  border-color: rgba(214, 173, 114, 0.52);
  outline: none;
  background-color: rgba(214, 173, 114, 0.1);
}

.month-jump select:disabled {
  opacity: 0.56;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: rgba(214, 173, 114, 0.52);
  color: #f8e9d2;
  background: rgba(214, 173, 114, 0.12);
}

.theme-icon {
  width: 12px;
  color: var(--gold-soft);
  font-size: 12px;
  line-height: 0.8;
  text-align: center;
}

.timeline-feed {
  position: relative;
  display: grid;
  gap: 14px;
  padding-top: 20px;
}

.timeline-feed::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 1px;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(214, 173, 114, 0.42),
    rgba(214, 173, 114, 0.08) 82%,
    transparent
  );
}

.timeline-card {
  --tilt: 0deg;
  position: relative;
  margin-left: 44px;
  color: var(--ink);
  filter: drop-shadow(0 22px 30px rgba(2, 7, 12, 0.18));
  transform: rotate(var(--tilt));
  transform-origin: 50% 0;
}

.timeline-card.text-only {
  filter: drop-shadow(0 14px 22px rgba(2, 7, 12, 0.15));
}

.timeline-card:nth-child(3n + 1) {
  --tilt: -0.22deg;
}

.timeline-card:nth-child(3n + 2) {
  --tilt: 0.18deg;
}

.timeline-card::before {
  position: absolute;
  top: 22px;
  left: -32px;
  width: 9px;
  aspect-ratio: 1;
  border: 2px solid var(--night-soft);
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(214, 173, 114, 0.11);
}

.card-paper {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: 5px 15px 15px 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 90px),
    var(--paper);
  background-size: 100% 100%, auto;
  box-shadow:
    inset 0 0 0 1px rgba(107, 81, 52, 0.06),
    0 18px 50px var(--shadow);
  transition: border-color 240ms ease, background 320ms ease, box-shadow 320ms ease;
}

.text-only .card-paper {
  border-radius: 5px 12px 12px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 72px),
    #efe6d8;
  background-size: 100% 100%, auto;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 3vw, 22px) 0;
}

.text-only .card-head {
  padding-top: 12px;
}

.card-author {
  display: flex;
  align-items: center;
  gap: 9px;
}

.card-author img {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(64, 50, 39, 0.18);
  border-radius: 50%;
  object-fit: cover;
  background: #213240;
}

.card-author span {
  display: grid;
  gap: 1px;
}

.card-author strong {
  color: #342e29;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.card-author small {
  color: #8d8074;
  font: 500 9px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.035em;
}

.card-time {
  flex: none;
  color: #76685c;
  font: 700 11px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.025em;
  text-align: right;
}

.card-body {
  margin: 0;
  padding: 12px clamp(16px, 3vw, 22px) 16px;
  color: #332e29;
  font-family: "Songti SC", "Noto Serif CJK SC", STSong, serif;
  font-size: clamp(15px, 2.2vw, 16.5px);
  line-height: 1.76;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  transition: color 240ms ease;
}

.text-only .card-body {
  padding-top: 9px;
  padding-bottom: 13px;
  line-height: 1.7;
}

.series-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 11px clamp(16px, 3vw, 22px) 8px;
}

.series-kicker {
  flex: none;
  color: #98734b;
  font: 700 9px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.series-heading h2 {
  margin: 0;
  color: #332e29;
  font-family: "Songti SC", "Noto Serif CJK SC", STSong, serif;
  font-size: 15px;
  font-weight: 600;
}

.series-entries {
  margin: 0;
  padding: 0 clamp(16px, 3vw, 22px) 14px;
  list-style: none;
}

.series-entry {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(90, 69, 49, 0.12);
}

.series-entry-time {
  padding-top: 4px;
  color: #947b63;
  font: 650 9px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.03em;
}

.series-entry-body {
  margin: 0;
  color: #332e29;
  font-family: "Songti SC", "Noto Serif CJK SC", STSong, serif;
  font-size: clamp(15px, 2.2vw, 16.5px);
  line-height: 1.72;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.series-entry-content .media-grid {
  width: min(78%, 480px);
  margin: 11px 0 0;
}

.series-entry-content .media-grid.count-1 {
  width: min(60%, 350px);
}

.media-grid {
  display: grid;
  gap: 3px;
  width: min(82%, 520px);
  margin: 0 auto 16px clamp(16px, 3vw, 22px);
  overflow: hidden;
  border-radius: 12px;
  background: #d0c5b6;
  box-shadow: 0 7px 20px rgba(62, 46, 33, 0.08);
}

.media-grid.count-1 {
  width: min(62%, 380px);
}

.media-grid.count-2,
.media-grid.count-3,
.media-grid.count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-grid.count-3,
.media-grid.count-4 {
  height: clamp(250px, 42vw, 340px);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.media-grid.count-3 .media-button:first-child {
  grid-row: span 2;
}

.media-button {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: #b9aea0;
  cursor: zoom-in;
}

.media-grid.count-1 .media-button {
  max-height: 320px;
}

.media-grid.count-2 .media-button {
  aspect-ratio: 4 / 3 !important;
}

.media-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 200ms ease, transform 280ms ease;
}

.media-button img.fit-contain {
  padding: clamp(10px, 2vw, 18px);
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.34), transparent 56%),
    #e2d8c9;
}

html[data-theme="night"] body {
  background:
    radial-gradient(circle at 77% 9%, rgba(111, 132, 147, 0.14), transparent 25rem),
    radial-gradient(circle at 11% 76%, rgba(116, 77, 57, 0.11), transparent 30rem),
    linear-gradient(145deg, #080d13 0%, #101c27 52%, #090f16 100%);
}

html[data-theme="night"] body::before {
  opacity: 0.18;
}

html[data-theme="night"] body::after {
  opacity: 0.24;
}

html[data-theme="night"] .sky-glow {
  opacity: 0.1;
  background: #dce5e9;
  box-shadow: 0 0 74px rgba(181, 205, 216, 0.24);
}

html[data-theme="night"] .timeline-toolbar {
  border-color: rgba(237, 218, 192, 0.1);
  background: rgba(6, 12, 18, 0.86);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.32);
}

html[data-theme="night"] .theme-toggle {
  border-color: rgba(214, 173, 114, 0.4);
  color: #f5dfbf;
  background: rgba(214, 173, 114, 0.12);
}

html[data-theme="night"] .timeline-card {
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.25));
}

html[data-theme="night"] .timeline-card.text-only {
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.23));
}

html[data-theme="night"] .card-paper,
html[data-theme="night"] .text-only .card-paper {
  border-color: rgba(238, 222, 200, 0.18);
  background:
    linear-gradient(135deg, rgba(43, 60, 72, 0.93), rgba(24, 32, 40, 0.98));
  background-size: 100% 100%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 229, 0.025),
    0 22px 60px rgba(0, 0, 0, 0.26);
}

html[data-theme="night"] .text-only .card-paper {
  background:
    linear-gradient(135deg, rgba(38, 54, 65, 0.94), rgba(22, 29, 36, 0.98));
  background-size: 100% 100%;
}

html[data-theme="night"] .card-author img {
  border-color: rgba(211, 170, 112, 0.42);
  background: #111b23;
}

html[data-theme="night"] .card-author strong {
  color: #f6eee3;
}

html[data-theme="night"] .card-author small {
  color: #a99c90;
}

html[data-theme="night"] .card-time {
  color: #d6b884;
}

html[data-theme="night"] .card-body {
  color: #eee5d9;
}

html[data-theme="night"] .series-kicker,
html[data-theme="night"] .series-entry-time {
  color: #d0ad77;
}

html[data-theme="night"] .series-heading h2,
html[data-theme="night"] .series-entry-body {
  color: #eee5d9;
}

html[data-theme="night"] .series-entry {
  border-top-color: rgba(238, 222, 200, 0.11);
}

html[data-theme="night"] .media-grid {
  background: #121a20;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
}

html[data-theme="night"] .media-button {
  background: #11191f;
}

html[data-theme="night"] .media-button img.fit-contain {
  background:
    radial-gradient(circle at 50% 42%, rgba(219, 228, 231, 0.08), transparent 56%),
    #202c35;
}

html[data-theme="night"] .timeline-card::before {
  border-color: #0d1720;
}

.media-more {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff4e5;
  background: rgba(25, 31, 34, 0.58);
  font: 700 clamp(22px, 5vw, 34px)/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(1.5px);
}

.media-button:hover img,
.media-button:focus-visible img {
  filter: brightness(1.04) saturate(1.02);
  transform: scale(1.015);
}

.timeline-empty {
  margin: 18px 0 0 44px;
  padding: 36px 22px;
  border: 1px dashed rgba(238, 224, 204, 0.22);
  border-radius: 16px;
  color: rgba(241, 233, 220, 0.58);
  font-size: 12px;
  text-align: center;
}

.timeline-error {
  margin: 28px 0 0 44px;
  padding: 36px 22px;
  border: 1px dashed rgba(238, 224, 204, 0.22);
  border-radius: 16px;
  color: rgba(241, 233, 220, 0.58);
  text-align: center;
}

.timeline-error span {
  color: var(--gold);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.18em;
}

.timeline-error p {
  margin: 10px 0 0;
  font-size: 12px;
}

.load-more {
  display: block;
  margin: 25px auto 0;
  padding: 11px 20px;
}

.load-more:hover,
.load-more:focus-visible {
  border-color: rgba(214, 173, 114, 0.55);
  color: #fff0d9;
  background: rgba(214, 173, 114, 0.12);
}

.load-more:disabled {
  cursor: wait;
  opacity: 0.56;
}

footer {
  padding: 54px 0 0 44px;
  color: rgba(241, 233, 220, 0.38);
  font-size: 10px;
  text-align: center;
}

footer span {
  color: rgba(214, 173, 114, 0.68);
  letter-spacing: 0.13em;
}

footer p {
  margin: 5px 0 0;
}

.image-dialog {
  width: min(94vw, 1120px);
  max-width: none;
  max-height: 92svh;
  padding: 0;
  overflow: visible;
  border: 0;
  color: var(--paper);
  background: transparent;
}

.image-dialog::backdrop {
  background: rgba(6, 11, 16, 0.88);
  backdrop-filter: blur(7px);
}

.dialog-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid rgba(241, 233, 220, 0.3);
  border-radius: 50%;
  color: #fff2df;
  background: rgba(15, 24, 31, 0.72);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.image-dialog figure {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
}

.image-dialog img {
  display: block;
  max-width: 100%;
  max-height: 82svh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
}

.image-dialog figcaption {
  color: rgba(241, 233, 220, 0.7);
  font-size: 11px;
  text-align: center;
}

.dialog-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 13px;
}

.dialog-controls button {
  display: grid;
  width: 34px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(241, 233, 220, 0.24);
  border-radius: 999px;
  color: #f6e8d3;
  background: rgba(15, 24, 31, 0.68);
  cursor: pointer;
}

.dialog-controls button:hover,
.dialog-controls button:focus-visible {
  border-color: rgba(214, 173, 114, 0.58);
  background: rgba(214, 173, 114, 0.13);
}

.dialog-controls button:disabled {
  cursor: default;
  opacity: 0.3;
}

.dialog-controls span {
  min-width: 46px;
  color: rgba(241, 233, 220, 0.62);
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-align: center;
}

[hidden] {
  display: none !important;
}

@media (max-width: 620px) {
  .page-shell {
    padding-inline: 13px;
  }

  .page-header {
    padding-inline: 7px;
  }

  .timeline-toolbar {
    top: 6px;
    flex-wrap: wrap;
    margin-inline: 3px;
    padding: 7px;
  }

  .timeline-filters {
    gap: 5px;
  }

  .timeline-filters button {
    padding-inline: 10px;
  }

  .month-jump {
    margin-left: 0;
  }

  .month-jump span {
    display: none;
  }

  .month-jump select {
    min-width: 102px;
  }

  .toolbar-actions {
    margin-left: auto;
  }

  .theme-toggle {
    padding-inline: 9px;
  }

  .series-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .series-entry {
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 8px;
  }

  .window-lamp {
    padding-bottom: 4px;
  }

  .profile-strip {
    grid-template-columns: auto 1fr;
  }

  #timeline-status {
    grid-column: 1 / -1;
    justify-self: start;
    padding-left: 49px;
    text-align: left;
  }

  .timeline-feed::before {
    left: 13px;
  }

  .timeline-card,
  .timeline-empty,
  .timeline-error {
    margin-left: 30px;
  }

  .timeline-card::before {
    left: -23px;
  }

  .card-head {
    align-items: flex-start;
  }

  .media-button {
    min-height: 0;
  }

  .media-grid {
    width: calc(100% - 36px);
  }

  .media-grid.count-1 {
    width: min(78%, 360px);
  }

  .media-grid.count-3,
  .media-grid.count-4 {
    height: clamp(220px, 68vw, 300px);
  }

  footer {
    padding-left: 30px;
  }
}

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