:root {
  --ink: #193c33;
  --green: #185440;
  --green2: #23745a;
  --cream: #f7f4ed;
  --white: #fffdf8;
  --muted: #63756c;
  --line: #dcded3;
  --gold: #edc67e;
}
body {
  background: var(--cream);
}
.header {
  background: #f7f4edf5;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  max-width: 1400px;
}
.brand {
  gap: 10px;
}
.brand > img {
  width: 52px;
  height: 44px;
  object-fit: contain;
}
.brand > span:last-child {
  font-size: 10px;
  letter-spacing: 2px;
}
.brand small {
  display: block;
  font-size: 21px;
  letter-spacing: 3px;
  font-weight: 800;
}
.button {
  border-radius: 12px;
  font-weight: 700;
}
.page {
  max-width: 1160px;
}
.page h1 {
  letter-spacing: -2px;
}
.card,
.auth-card {
  border-radius: 20px;
  box-shadow: 0 8px 35px #173f3508;
}
footer {
  background: #eeeade;
  border-top: 1px solid #dcd9ce;
}
.mr-home {
  overflow: clip;
}
.mr-home h1,
.mr-home h2,
.mr-home h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  color: inherit;
}
.mr-home h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -1.8px;
}
.mr-home h3 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.2;
}
.mr-home p {
  margin: 18px 0;
}
.mr-home a {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.mr-home a:focus-visible,
.mr-home summary:focus-visible {
  outline: 3px solid #c88a28;
  outline-offset: 5px;
}
.mr-eyebrow {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 1.7px;
  margin: 0 0 20px !important;
}
.mr-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 76px 56px 84px;
  max-width: 1440px;
  margin: auto;
}
.mr-hero h1 {
  font-size: clamp(48px, 4.7vw, 72px);
  line-height: 1.04;
  letter-spacing: -3.7px;
}
.mr-hero h1 em {
  color: #977038;
  font-family: Georgia, serif;
  font-weight: 400;
}
.mr-lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 510px;
}
.mr-hero .mr-lead {
  margin: 28px 0 30px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #287359;
  margin-right: 10px;
  box-shadow: 0 0 0 4px #28735912;
}
.mr-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.mr-primary {
  background: var(--gold);
  color: #183d32;
  border: 1px solid #e6bb6d;
  display: inline-flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  box-shadow: 0 4px 0 #bb8f4b;
}
.mr-primary:hover {
  background: #f5d79f;
  color: #183d32;
  transform: translateY(-2px);
}
.mr-secondary,
.mr-text-link {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #95a799;
  padding-bottom: 5px;
}
.mr-browser {
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px !important;
}
.mr-table {
  position: relative;
  background: radial-gradient(ellipse at 35% 20%, #2e725b, #123f34 65%, #10352d);
  border-radius: 32px;
  color: #d8e7d8;
  box-shadow: 0 28px 50px -25px #183d3280;
  transform: rotate(2deg);
  border: 1px solid #527865;
}
.mr-table::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid #e6c57c33;
  border-radius: 23px;
  pointer-events: none;
}
.mr-table-top,
.mr-table-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  padding: 24px 0;
  font-size: 10px;
  letter-spacing: 2px;
}
.mr-table-bottom {
  letter-spacing: 0.1px;
  font-size: 13px;
  border-top: 1px solid #ffffff18;
}
.mr-tile-field {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 66%;
  margin: 6px auto 30px;
  position: relative;
  transform: rotate(-7deg);
}
.show-tile {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(3px 6px 2px #041e2750);
}
.mr-tile-field .tile-0 {
  transform: translate(-15px, -8px) rotate(-9deg);
}
.mr-tile-field .tile-2 {
  transform: translate(15px, -8px) rotate(7deg);
}
.mr-tile-field .tile-6 {
  transform: translate(-13px, 10px) rotate(-5deg);
}
.mr-tile-field .tile-8 {
  transform: translate(16px, 14px) rotate(10deg);
}
.mr-center-mark {
  position: absolute;
  width: 75%;
  height: auto;
  left: 12%;
  top: 26%;
  filter: drop-shadow(4px 15px 8px #08261aaa);
  transform: rotate(7deg);
}
.mr-proof {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 16px 30px;
  padding: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  background: #eeeee4;
}
.mr-proof span::before {
  content: '✦';
  color: #a88345;
  margin-right: 12px;
}
.mr-section {
  max-width: 1328px;
  padding: 92px 40px;
  margin: auto;
}
.mr-section-heading {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 38px;
}
.mr-section-heading > div {
  max-width: 660px;
}
.mr-section-heading > p {
  max-width: 290px;
  font-size: 15px;
  color: var(--muted);
}
.mr-modes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.mr-mode {
  padding: 25px;
  border: 1px solid #dcded3;
  border-radius: 20px;
  background: #fffdf8;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.mr-mode:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -20px #204d4255;
}
.mr-mode-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  color: #8b9b90;
  font-size: 12px;
}
.mr-mode-top b {
  font-family: Georgia, serif;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #edf1e7;
  color: #24614c;
  font-size: 27px;
}
.mr-mode-tag {
  font-size: 11px;
  font-weight: 700;
  color: #657d6a;
  margin: 0 0 10px !important;
}
.mr-mode > p:not(.mr-mode-tag) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 28px;
}
.mr-mode > a {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #dcded3;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
}
.mr-mode.arena {
  background: #183f35;
  color: #f6efde;
  border-color: #183f35;
}
.mr-mode.arena p,
.mr-mode.arena .mr-mode-tag {
  color: #c2d1bf;
}
.mr-mode.arena .mr-mode-top b {
  background: #315549;
  color: #edc67e;
}
.mr-mode.arena > a {
  border-color: #ffffff25;
}
.mr-mode.tour .mr-mode-top b {
  background: #f0e5e5;
  color: #84495a;
}
.mr-journey {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-top: 20px;
  align-items: center;
}
.mr-journey p {
  color: var(--muted);
}
.mr-journey-art {
  background: #e8e9de;
  border-radius: 28px;
  min-height: 450px;
  display: grid;
  grid-template-columns: repeat(2, 100px);
  place-content: center;
  gap: 5px;
  position: relative;
}
.mr-journey-art .show-tile {
  transform: rotate(-10deg);
}
.mr-journey-art .tile-2,
.mr-journey-art .tile-3 {
  transform: translate(32px, -65px) rotate(-10deg);
}
.mr-journey-art > span {
  position: absolute;
  right: 40px;
  bottom: 45px;
  background: #7b3e4a;
  color: #fff8e4;
  padding: 18px 24px;
  border-radius: 16px;
  font-size: 30px;
  font-weight: bold;
  transform: rotate(7deg);
  box-shadow: 0 8px 0 #542e39;
}
.mr-journey-art small {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
}
.mr-steps {
  padding: 0;
  list-style: none;
  margin: 28px 0;
}
.mr-steps li {
  display: flex;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.mr-steps b {
  color: #a17b3d;
  font-size: 12px;
  padding-top: 2px;
}
.mr-ranking {
  background: #123f34;
  color: #faf4e4;
}
.mr-ranking-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  align-items: center;
}
.mr-ranking h2 em {
  color: #e5c589;
  font-family: Georgia, serif;
  font-weight: 400;
}
.mr-ranking p {
  color: #c1d0c4;
  max-width: 530px;
}
.mr-ranking .mr-primary {
  margin-top: 12px;
}
.mr-rank-periods {
  border: 1px solid #bbd0b633;
  border-radius: 20px;
  padding: 0 24px;
}
.mr-rank-periods a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 27px 0;
  border-bottom: 1px solid #bbd0b633;
}
.mr-rank-periods a:last-child {
  border-bottom: 0;
}
.mr-rank-periods b {
  font-size: 25px;
}
.mr-rank-periods span {
  grid-column: 1;
  font-size: 13px;
  color: #b1c6b7;
}
.mr-rank-periods i {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #e5c589;
  font-style: normal;
}
.mr-bonus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
}
.mr-bonus p {
  color: var(--muted);
}
.mr-streak {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.mr-streak > div {
  border: 1px solid #ddd6c4;
  background: #fffdf8;
  padding: 24px 10px;
  text-align: center;
  border-radius: 16px;
}
.mr-streak > div:last-child {
  background: #e8c583;
  border-color: #d9b26a;
  transform: translateY(-12px);
}
.mr-streak span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mr-streak strong {
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  padding: 13px 0;
}
.mr-streak small {
  font-size: 11px;
}
.mr-faq {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  padding-top: 60px;
}
.mr-faq details {
  border-bottom: 1px solid var(--line);
}
.mr-faq summary {
  padding: 22px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
.mr-faq summary::-webkit-details-marker {
  display: none;
}
.mr-faq summary span {
  color: #8a7446;
}
.mr-faq details[open] summary span {
  transform: rotate(45deg);
}
.mr-faq details p {
  margin: 0 0 25px;
  font-size: 15px;
  color: var(--muted);
}
.mr-final {
  text-align: center;
  padding: 62px 24px 80px;
  background: #e9ecdf;
}
.mr-final img {
  display: block;
  margin: 0 auto 18px;
}
.mr-final h2 {
  max-width: 670px;
  margin: 0 auto 28px;
}
.mr-rule-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 45px;
}
.mr-rule-nav a {
  padding: 7px 13px;
  background: #e7ecdf;
  border-radius: 7px;
  font-size: 12px;
}
.mr-rules section {
  padding: 12px 0 24px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.mr-rules > .button {
  margin-top: 30px;
}
@media (max-width: 1050px) {
  .mr-hero {
    padding: 50px 30px 60px;
    gap: 30px;
  }
  .mr-hero h1 {
    font-size: 52px;
  }
  .mr-modes {
    grid-template-columns: repeat(2, 1fr);
  }
  .mr-section {
    padding: 65px 30px;
  }
  .mr-journey,
  .mr-ranking-grid,
  .mr-bonus {
    gap: 40px;
  }
  .mr-streak {
    grid-template-columns: repeat(2, 1fr);
  }
  .mr-streak > div:last-child {
    transform: none;
  }
}
@media (max-width: 700px) {
  .mr-hero {
    grid-template-columns: 1fr;
    padding: 42px 22px;
    gap: 36px;
  }
  .mr-hero h1 {
    font-size: clamp(42px, 11vw, 66px);
    letter-spacing: -2.5px;
  }
  .mr-hero .mr-lead {
    font-size: 16px;
    margin: 22px 0;
  }
  .mr-eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 16px !important;
  }
  .mr-actions {
    gap: 20px;
  }
  .mr-secondary {
    font-size: 12px;
  }
  .mr-table {
    width: 100%;
    max-width: 430px;
    margin: auto;
    transform: rotate(1deg);
  }
  .mr-tile-field {
    width: 58%;
    margin-bottom: 20px;
  }
  .mr-table-top,
  .mr-table-bottom {
    padding: 18px 0;
    margin: 0 24px;
  }
  .mr-table-bottom {
    font-size: 11px;
  }
  .mr-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 22px;
    font-size: 10px;
  }
  .mr-proof span::before {
    margin-right: 6px;
  }
  .mr-section {
    padding: 52px 22px;
  }
  .mr-section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .mr-section-heading > p {
    max-width: none;
  }
  .mr-home h2 {
    font-size: 33px;
    letter-spacing: -1.5px;
  }
  .mr-modes {
    gap: 12px;
  }
  .mr-mode {
    padding: 19px;
  }
  .mr-mode h3 {
    font-size: 23px;
  }
  .mr-mode-top {
    margin-bottom: 20px;
  }
  .mr-mode > p:not(.mr-mode-tag) {
    font-size: 13px;
  }
  .mr-mode-tag {
    font-size: 10px;
  }
  .mr-mode > a {
    font-size: 12px;
  }
  .mr-journey,
  .mr-ranking-grid,
  .mr-bonus,
  .mr-faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mr-journey-art {
    min-height: 340px;
    grid-template-columns: repeat(2, 85px);
  }
  .mr-journey-art > span {
    right: 25px;
    bottom: 28px;
  }
  .mr-journey {
    padding-top: 0;
  }
  .mr-streak {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .mr-streak strong {
    font-size: 26px;
  }
  .mr-streak > div {
    padding: 20px 4px;
  }
  .mr-faq {
    gap: 10px;
  }
  .mr-final {
    padding: 40px 22px 55px;
  }
}
@media (max-width: 420px) {
  .mr-modes {
    grid-template-columns: 1fr;
  }
  .mr-mode {
    padding: 23px;
  }
  .mr-mode-top {
    margin-bottom: 8px;
  }
  .mr-mode > p:not(.mr-mode-tag) {
    margin: 14px 0 20px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mr-home a,
  .mr-mode {
    transition: none;
  }
  .mr-mode:hover,
  .mr-primary:hover {
    transform: none;
  }
}

/* Wide wordmark */
.mr-center-mark {
  width: 106%;
  left: -3%;
  top: 36%;
}
.mr-final img {
  width: min(420px, 90%);
  height: auto;
}
.brand > img {
  border-radius: 10px;
}
