:root {
  --olive: #a6a642;
  --olive-dark: #6f7329;
  --cream: #eee8d2;
  --paper: #f7f2e3;
  --paper-dark: #d8cfad;
  --teal: #1f6874;
  --teal-dark: #104852;
  --red: #a23d35;
  --ink: #39362c;
  --muted: #746f5d;
  --line: #c6bfa3;
  --shadow: rgba(54, 45, 23, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(13, 72, 79, 0.92), rgba(13, 72, 79, 0.92)),
    repeating-linear-gradient(32deg, #185c65 0 3px, #236e73 3px 7px);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.25;
  background-image: radial-gradient(#fff 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  content: "";
}

a {
  color: var(--red);
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  color: white;
  background: var(--teal-dark);
  transform: translateY(-110%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-frame {
  width: min(1080px, calc(100% - 28px));
  min-height: 100vh;
  margin: 0 auto;
  border-right: 7px solid var(--teal-dark);
  border-left: 7px solid var(--teal-dark);
  background:
    linear-gradient(rgba(213, 203, 158, 0.88), rgba(213, 203, 158, 0.92)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(107, 91, 43, 0.06) 23px 24px);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}

.hero {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-bottom: 4px solid var(--teal-dark);
  background: var(--olive);
}

.hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(30deg, #202312 12%, transparent 12.5%, transparent 87%, #202312 87.5%),
    linear-gradient(150deg, #202312 12%, transparent 12.5%, transparent 87%, #202312 87.5%);
  background-size: 46px 80px;
  content: "";
  pointer-events: none;
}

.hero__rays {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 900px;
  height: 900px;
  background: repeating-conic-gradient(
    from -12deg,
    rgba(255, 250, 193, 0.33) 0deg 11deg,
    rgba(83, 86, 25, 0.12) 11deg 22deg
  );
  transform: translate(-50%, -50%);
}

.brand {
  position: absolute;
  top: 22px;
  left: 42px;
  z-index: 3;
  color: #812f2c;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}

.brand__name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand__tagline {
  margin: 0.25rem 0 0;
  color: #33351c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero__note {
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 3;
  margin: 0;
  color: #433d21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero-collage {
  position: absolute;
  right: 10%;
  bottom: -4px;
  left: 25%;
  z-index: 2;
  height: 164px;
  filter: drop-shadow(2px 4px 3px rgba(42, 34, 16, 0.32));
}

.art-card {
  position: absolute;
  bottom: 18px;
  left: 1%;
  display: grid;
  width: 86px;
  height: 105px;
  border: 7px solid #e8ddc0;
  color: #ece2ba;
  background:
    linear-gradient(135deg, transparent 43%, #7b5937 44% 52%, transparent 53%),
    linear-gradient(#6e91a2, #303c4b);
  box-shadow: 0 0 0 1px #6f553e;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  place-items: center;
  transform: rotate(-15deg);
}

.record {
  position: absolute;
  bottom: 13px;
  width: 78px;
  height: 78px;
  border: 4px solid rgba(245, 237, 209, 0.7);
  border-radius: 50%;
  background:
    radial-gradient(circle, #d2bd83 0 8%, #8a2929 9% 24%, #5a1c1d 25% 27%, #8d3030 28% 47%, #551718 48% 49%, #8d3030 50% 67%, #5e2020 68%);
  box-shadow: 0 0 0 1px #493b28;
}

.record--red {
  left: 12%;
}

.record--black {
  bottom: 5px;
  left: 20%;
  width: 73px;
  height: 73px;
  background:
    radial-gradient(circle, #d0c59d 0 8%, #505047 9% 19%, #1f2423 20% 40%, #3a3e39 41% 43%, #161a19 44% 68%, #313431 69%);
}

.monitor {
  position: absolute;
  bottom: 18px;
  left: 31%;
  width: 195px;
  height: 134px;
  border: 9px solid #a98868;
  border-radius: 3px;
  background: #c8b18b;
  box-shadow: inset 0 0 0 3px #67513e, 0 0 0 4px #dac49f;
  transform: rotate(1deg);
}

.monitor__screen {
  display: grid;
  height: 91px;
  margin: 6px;
  border: 7px solid #4b4037;
  color: #d4cdb2;
  background:
    radial-gradient(circle at 50% 30%, rgba(221, 210, 173, 0.4), transparent 30%),
    linear-gradient(145deg, #29291f, #74674c);
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  place-items: center;
  text-shadow: 1px 2px #27241e;
}

.monitor__base {
  position: absolute;
  right: 30px;
  bottom: -17px;
  left: 30px;
  height: 16px;
  background: #9b7959;
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}

.radio {
  position: absolute;
  right: 14%;
  bottom: 15px;
  width: 112px;
  height: 72px;
  border: 5px solid #47392c;
  border-radius: 9px;
  background:
    radial-gradient(circle at 20% 43%, #1f1d19 0 18%, transparent 19%),
    repeating-linear-gradient(0deg, #8f603b 0 3px, #6f482f 3px 5px);
  transform: rotate(8deg);
}

.radio::before {
  position: absolute;
  top: -42px;
  left: 30px;
  width: 2px;
  height: 48px;
  background: #47392c;
  content: "";
  transform: rotate(-26deg);
  transform-origin: bottom;
}

.radio span {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 50px;
  height: 28px;
  border: 2px solid #4f3a28;
  background: repeating-linear-gradient(90deg, #b49565 0 2px, #60462e 2px 3px);
}

.helm {
  position: absolute;
  right: 0;
  bottom: -4px;
  display: grid;
  width: 108px;
  height: 95px;
  color: rgba(67, 18, 23, 0.55);
  background: #863743;
  clip-path: polygon(20% 2%, 48% 13%, 61% 0, 80% 10%, 75% 26%, 100% 38%, 84% 66%, 78% 100%, 27% 88%, 20% 57%, 0 36%);
  font-family: Georgia, serif;
  font-size: 2.7rem;
  font-weight: 700;
  place-items: center;
  transform: rotate(7deg);
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 43px;
  border-bottom: 1px solid #a79d78;
  background: rgba(241, 234, 210, 0.97);
  box-shadow: 0 3px 5px rgba(64, 52, 20, 0.18);
}

.main-nav ul {
  display: flex;
  min-height: 43px;
  margin: 0;
  padding: 0 28px;
  align-items: center;
  list-style: none;
}

.main-nav a {
  display: block;
  padding: 0.85rem 0.9rem 0.7rem;
  color: #34352b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: var(--red);
  box-shadow: inset 0 -3px var(--teal);
}

.main-nav .discord-link {
  color: var(--teal);
}

.nav-toggle {
  display: none;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  min-height: 760px;
  padding: 34px 26px 70px;
  gap: 20px;
}

#content {
  min-width: 0;
}

.page {
  min-width: 0;
  min-height: 540px;
  padding: 28px 30px 40px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(249, 245, 231, 0.96), rgba(241, 235, 216, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(105, 93, 55, 0.035) 6px);
  box-shadow: 0 3px 8px var(--shadow);
  animation: page-in 250ms ease-out;
}

@keyframes page-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
}

.page-title {
  display: flex;
  margin-bottom: 26px;
  padding-bottom: 14px;
  align-items: center;
  border-bottom: 1px solid #9e9a89;
  gap: 14px;
}

.date-tile {
  display: grid;
  width: 45px;
  min-width: 45px;
  height: 48px;
  align-content: center;
  color: white;
  background:
    linear-gradient(rgba(20, 74, 84, 0.88), rgba(20, 74, 84, 0.88)),
    repeating-linear-gradient(45deg, transparent 0 3px, rgba(255, 255, 255, 0.14) 3px 4px);
  font-family: Georgia, serif;
  line-height: 1;
  text-align: center;
}

.date-tile b {
  font-size: 1.2rem;
}

.date-tile small {
  margin-top: 3px;
  font-size: 0.54rem;
}

.date-tile--crest {
  font-size: 1.35rem;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 0.15rem;
  color: var(--teal);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: #3d3a30;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 400;
}

.news-feed {
  display: grid;
  gap: 32px;
}

.news-post {
  padding-bottom: 30px;
  border-bottom: 1px dashed #afa78a;
}

.news-post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-post__image {
  position: relative;
  height: 235px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 7px solid #e9e1ca;
  outline: 1px solid #b7aa89;
  background: var(--scene);
  box-shadow: 0 2px 4px rgba(61, 51, 26, 0.22);
}

.news-post__image::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(12, 25, 24, 0.8), transparent 55%),
    radial-gradient(circle at 70% 25%, rgba(242, 223, 144, 0.28), transparent 22%);
  content: "";
}

.news-post__image::after {
  position: absolute;
  right: 5%;
  bottom: -2px;
  width: 72%;
  height: 72%;
  background: rgba(14, 27, 24, 0.78);
  clip-path: var(--shape);
  content: "";
}

.news-post__image span {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 2;
  color: rgba(255, 249, 220, 0.8);
  font-family: Georgia, serif;
  font-size: 0.67rem;
  font-style: italic;
}

.news-post__meta {
  margin: 0 0 0.35rem;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-post h2 {
  margin: 0 0 0.65rem;
  font-size: 1.38rem;
  font-weight: 400;
}

.news-post p:last-child {
  margin-bottom: 0;
  color: #5e5a4b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-card {
  border: 1px solid #c5bd9e;
  background:
    linear-gradient(rgba(245, 240, 219, 0.82), rgba(245, 240, 219, 0.82)),
    repeating-linear-gradient(0deg, #c8c0a3 0 2px, transparent 2px 15px),
    repeating-linear-gradient(90deg, #c8c0a3 0 2px, transparent 2px 15px);
  box-shadow: 0 2px 4px var(--shadow);
}

.sidebar-card__title {
  margin: 0;
  padding: 7px 11px 6px;
  border-bottom: 2px solid var(--teal-dark);
  color: white;
  background:
    linear-gradient(rgba(31, 104, 116, 0.91), rgba(31, 104, 116, 0.91)),
    radial-gradient(#fff 0.7px, transparent 0.7px);
  background-size: auto, 4px 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 1px 1px var(--teal-dark);
}

.sidebar-card__body {
  padding: 13px 13px 15px;
  color: #5d594a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.75rem;
}

.sidebar-card__body p {
  margin: 0.35rem 0 0.65rem;
}

.sidebar-card__body strong {
  color: var(--red);
}

.mini-links,
.announcements,
.class-list {
  margin: 0;
  padding-left: 1rem;
}

.mini-links li,
.announcements li,
.class-list li {
  margin: 0.28rem 0;
}

.announcements {
  margin-top: 0.7rem;
  padding-top: 0.6rem;
  border-top: 1px dashed #a59c7c;
}

.announcements li {
  margin-bottom: 0.65rem;
}

.announcements b {
  color: #4a4639;
}

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

.online > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #668e4f;
  box-shadow: 0 0 0 3px rgba(102, 142, 79, 0.16);
}

.online p {
  margin: 0;
}

.roster-controls {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.roster-controls label {
  display: grid;
  width: min(280px, 100%);
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  gap: 4px;
  text-transform: uppercase;
}

.roster-controls input {
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 1px solid #b7ad89;
  outline: 0;
  color: var(--ink);
  background: rgba(255, 253, 244, 0.75);
}

.roster-controls input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 2px rgba(31, 104, 116, 0.12);
}

.filters {
  display: flex;
  gap: 4px;
}

.filters button {
  padding: 0.48rem 0.6rem;
  border: 1px solid #aca382;
  color: #635e4e;
  background: #e6ddc1;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 0.68rem;
}

.filters button:hover,
.filters button.is-active {
  border-color: var(--teal-dark);
  color: white;
  background: var(--teal);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #bdb395;
}

table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  background: rgba(255, 253, 244, 0.45);
}

th,
td {
  padding: 0.68rem 0.55rem;
  border-bottom: 1px solid #d1c8aa;
  text-align: left;
}

th {
  color: white;
  background: var(--teal);
  font-family: Georgia, serif;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

td {
  color: #5b5648;
  font-size: 0.78rem;
}

td:first-child {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 0.88rem;
  font-weight: 700;
}

th:nth-child(2),
td:nth-child(2) {
  width: 54px;
  text-align: center;
}

th:nth-child(3),
td:nth-child(3) {
  width: 245px;
}

.level-badge {
  display: inline-grid;
  min-width: 30px;
  height: 27px;
  place-items: center;
  border: 1px solid #73342e;
  color: #fff6d8;
  background: var(--red);
  font-family: Georgia, serif;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(248, 224, 153, 0.18);
}

.class-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  gap: 5px;
}

.class-pill {
  overflow: hidden;
  padding: 0.3rem 0.28rem;
  border: 1px solid #c1b792;
  color: #696351;
  background: #e8e0c5;
  font-size: 0.63rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.class-pill.is-primary {
  border-color: #b19347;
  color: #71382f;
  background: #eadba7;
  font-weight: 700;
}

.empty-state {
  padding: 2rem;
  color: var(--muted);
  text-align: center;
}

.intro,
.story__lead {
  color: #575344;
  font-family: Georgia, serif;
  font-size: 1rem;
}

.resource-list {
  display: grid;
  margin-top: 28px;
  gap: 0;
}

.resource {
  display: grid;
  padding: 16px 2px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  border-bottom: 1px dashed #b0a687;
  color: inherit;
  text-decoration: none;
  gap: 12px;
}

.resource:hover h2,
.resource:focus-visible h2 {
  color: var(--red);
}

.resource__icon {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--teal);
  color: var(--teal);
  background: rgba(31, 104, 116, 0.07);
  font-family: Georgia, serif;
  font-weight: 700;
  place-items: center;
}

.resource h2,
.resource p {
  margin: 0;
}

.resource h2 {
  font-size: 1rem;
  font-weight: 400;
}

.resource p {
  margin-top: 0.2rem;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 0.78rem;
}

.resource__domain {
  color: var(--red);
  font-size: 0.66rem;
}

.story__lead {
  margin-bottom: 30px;
  font-size: 1.08rem;
}

.timeline {
  position: relative;
  padding-left: 28px;
  border-left: 2px solid #aaa17f;
}

.timeline article {
  position: relative;
  padding: 0 0 24px 15px;
}

.timeline article::before {
  position: absolute;
  top: 5px;
  left: -34px;
  width: 10px;
  height: 10px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 1px var(--teal-dark);
  content: "";
}

.timeline span {
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline h2 {
  margin: 0.1rem 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 400;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 0.86rem;
}

.paper-button {
  display: inline-block;
  margin-top: 9px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--teal-dark);
  color: white;
  background: var(--teal);
  font-family: Georgia, serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  display: flex;
  padding: 20px 28px;
  justify-content: space-between;
  border-top: 4px solid var(--teal-dark);
  color: #67614f;
  background: #c9c09d;
  font-family: Georgia, serif;
  font-size: 0.65rem;
  gap: 20px;
}

footer p {
  margin: 0;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  max-width: 340px;
  padding: 0.8rem 1rem;
  border: 2px solid var(--teal-dark);
  color: #3d392e;
  background: var(--paper);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
  font-family: Georgia, serif;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 790px) {
  .site-frame {
    width: 100%;
  }

  .hero-collage {
    right: -7%;
    left: 24%;
    transform: scale(0.85);
    transform-origin: bottom right;
  }

  .page-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .main-nav a {
    padding-inline: 0.65rem;
  }
}

@media (max-width: 600px) {
  .site-frame {
    border-width: 4px;
  }

  .hero {
    height: 178px;
  }

  .brand {
    top: 20px;
    left: 20px;
  }

  .brand__tagline {
    max-width: 190px;
  }

  .hero__note {
    display: none;
  }

  .hero-collage {
    right: -64%;
    left: 5%;
    opacity: 0.72;
    transform: scale(0.75);
  }

  .nav-toggle {
    display: flex;
    width: 100%;
    min-height: 43px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: var(--teal-dark);
    background: transparent;
    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .main-nav ul {
    display: none;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav.is-open ul {
    display: flex;
  }

  .main-nav a {
    padding: 0.75rem 18px;
    border-top: 1px solid #d1c8a9;
  }

  .page-layout {
    padding: 20px 12px 45px;
  }

  .page {
    padding: 22px 18px 30px;
  }

  .news-post__image {
    height: 180px;
  }

  .roster-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .filters {
    overflow-x: auto;
  }

  .table-wrap {
    overflow: visible;
    border: 0;
  }

  table {
    min-width: 0;
    background: transparent;
  }

  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  thead {
    display: none;
  }

  tbody {
    display: grid;
    gap: 10px;
  }

  tr {
    padding: 12px;
    border: 1px solid #bdb395;
    border-top: 4px solid var(--teal);
    background: rgba(255, 253, 244, 0.48);
    box-shadow: 0 4px 10px rgba(66, 56, 25, 0.09);
  }

  td,
  th:nth-child(2),
  td:nth-child(2),
  th:nth-child(3),
  td:nth-child(3) {
    display: grid;
    width: 100%;
    padding: 0.38rem 0;
    grid-template-columns: 65px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    border: 0;
    text-align: left;
  }

  td::before {
    color: #746d57;
    content: attr(data-label);
    font-family: Georgia, serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  td:first-child {
    font-size: 0.94rem;
  }

  .level-badge {
    justify-self: start;
  }

  .class-path {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: flex;
  }

  .resource {
    grid-template-columns: 34px 1fr;
  }

  .resource__domain {
    display: none;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

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