@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: dark;
  --bg: #101114;
  --panel: #18191e;
  --border: #2a2b31;
  --muted: #91939f;
  --text: #f4f4f6;
  --lime: #d0ff71;
  --cyan: #75e1e0;
  --sidebar: 218px;
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
button {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}
button,
a {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.brand,
.footer-brand,
.token-small {
  font-family: "Space Grotesk", system-ui, sans-serif;
}
button[hidden],
[hidden] {
  display: none !important;
}
.lime {
  color: var(--lime);
}
.muted,
.subtle {
  color: var(--muted);
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 999;
  background: var(--lime);
  color: #111;
  padding: 14px;
}
.skip:focus {
  top: 15px;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  padding: 31px 17px 18px;
  background: #141519;
  border-right: 1px solid #25262c;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 10px 44px;
  font-size: 14px;
  line-height: 1.13;
  font-weight: 700;
  letter-spacing: 1px;
}
.brand strong {
  font-size: 18px;
  letter-spacing: 0.3px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 44px;
  background: var(--lime);
  color: #131611;
  border-radius: 11px 3px;
  font-size: 32px;
  font-weight: 500;
  box-shadow: 0 0 24px #d0ff710d;
}
.brand-dot {
  color: var(--lime);
}
.nav-label {
  color: #666975;
  font-size: 9px;
  letter-spacing: 1.4px;
  margin: 0 12px 14px;
  font-weight: 700;
}
.nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  text-align: left;
  color: #92939f;
  font-size: 12px;
  font-weight: 550;
  padding: 13px 13px;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 5px;
}
.nav-link:hover {
  color: #fff;
  background: #202126;
}
.nav-link.active {
  background: #252d20;
  color: var(--lime);
}
.nav-icon {
  font-size: 21px;
  width: 20px;
  text-align: center;
  line-height: 1;
}
.nav-arrow {
  margin-left: auto;
  font-size: 15px;
}
.nav-count {
  font-size: 10px;
  padding: 1px 6px;
  border: 1px solid #3e414a;
  border-radius: 4px;
  margin-left: auto;
}
.notification-dot {
  width: 5px;
  height: 5px;
  background: var(--lime);
  border-radius: 50%;
  margin-left: auto;
}
.nav-divider {
  height: 1px;
  background: #292a30;
  margin: 23px 13px 25px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 26px;
}
.play-kind {
  padding: 17px 13px;
  background: linear-gradient(125deg, #1f241d, #191c19);
  border: 1px solid #31392b;
  border-radius: 9px;
}
.kind-icon {
  color: var(--lime);
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
}
.play-kind b {
  font-size: 11px;
}
.play-kind p {
  font-size: 10px;
  line-height: 1.8;
  color: #8d9488;
  margin: 8px 0 13px;
}
.text-button {
  padding: 0;
  background: transparent;
  color: var(--lime);
  font-size: 11px;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.text-button:hover {
  color: #fff;
}
.audio-button {
  margin: 18px 5px 0;
  display: flex;
  align-items: center;
  gap: 11px;
  width: calc(100% - 10px);
  background: transparent;
  font-size: 11px;
  color: #a1a2ac;
}
.audio-button > span:first-child {
  font-size: 20px;
}
.audio-button > span:last-child {
  margin-left: auto;
  font-size: 9px;
  color: #a7a8b0;
  border: 1px solid #383a41;
  padding: 3px 5px;
  border-radius: 4px;
}
.sidebar-fine {
  font-size: 9px;
  text-align: center;
  color: #5f616b;
  margin-top: 20px;
}
.app-shell {
  margin-left: var(--sidebar);
}
.topbar {
  height: 79px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #292a30;
  background: #111216eb;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}
.breadcrumb {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 11px;
}
.breadcrumb > span {
  color: #666975;
  letter-spacing: 1px;
  font-size: 9px;
  font-weight: 650;
}
.breadcrumb > i {
  color: #42444e;
  font-style: normal;
}
.breadcrumb > b {
  font-weight: 500;
  color: #d2d2db;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 224px;
  height: 37px;
  border: 1px solid #303138;
  border-radius: 7px;
  background: #1a1b20;
  padding: 0 11px;
}
.language-picker {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 37px;
  padding: 0 9px;
  border: 1px solid #303138;
  border-radius: 7px;
  background: #1a1b20;
  color: var(--lime);
}
.language-picker select {
  max-width: 94px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #e7e7ec;
  font: inherit;
  font-size: 10px;
}
.language-picker option { color: #111; }
.search > span {
  font-size: 24px;
  color: #757884;
  line-height: 1;
}
.search input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 10px;
  color: #e7e7ec;
}
.search input::placeholder {
  color: #747680;
}
.search kbd {
  color: #676a74;
  font-size: 10px;
  border: 1px solid #383a43;
  padding: 0 4px;
  border-radius: 3px;
}
.wallet-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #373e2f;
  background: #1d2319;
  border-radius: 8px;
  padding: 6px 6px 6px 10px;
  min-height: 37px;
  font-size: 12px;
  font-weight: 700;
}
.wallet-pill small {
  font-size: 9px;
  color: #98a38d;
  font-weight: 500;
}
.token-small {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 1px solid #c7e578;
  border-radius: 50%;
  color: var(--lime);
  font-size: 11px;
  background: #6e81352b;
  box-shadow: inset 0 0 0 2px #20251b;
}
.wallet-plus {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #17200e;
  background: var(--lime);
  border-radius: 5px;
  font-size: 17px;
  margin-left: 9px;
}
.profile-button {
  position: relative;
  width: 37px;
  height: 37px;
  border: 1px solid #555441;
  border-radius: 10px;
  background: linear-gradient(145deg, #69583e, #232229);
  font-size: 24px;
  color: #f2cd83;
}
.profile-button small {
  position: absolute;
  right: -5px;
  bottom: -5px;
  border: 2px solid #121318;
  background: var(--lime);
  color: #1c2014;
  border-radius: 5px;
  font-size: 9px;
  min-width: 18px;
  padding: 1px;
}
main {
  max-width: 1600px;
  margin: auto;
  padding: 30px 35px 0;
}
.welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0 24px;
}
.welcome h1 {
  font-size: 27px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-top: 8px;
}
.connection {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #787c86;
}
.status-dot,
.live-badge i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 8px #d0ff7144;
}
.connection-separator {
  margin: 0 3px;
  color: #484b51;
}
.hero {
  isolation: isolate;
  position: relative;
  min-height: 352px;
  border: 1px solid #353d2b;
  border-radius: 13px;
  overflow: hidden;
  background: #151a17;
}
.hero-image {
  position: absolute;
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 48%;
  right: 0;
  top: 0;
  z-index: -3;
  animation: heroDrift 20s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #151b19 4%,
      #151b19ed 28%,
      #151b195c 56%,
      #10141100 80%
    ),
    linear-gradient(0deg, #0e151740, transparent 40%);
}
.hero-content {
  padding: 34px 37px 32px;
  position: relative;
  width: 64%;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 1.75px;
  font-size: 9px;
  color: #d6e9b4;
  font-weight: 600;
  margin-bottom: 17px;
}
.hero-kicker span {
  width: 5px;
  height: 5px;
  background: var(--lime);
  border-radius: 50%;
}
.hero h2 {
  font-size: clamp(35px, 3.6vw, 53px);
  line-height: 1.03;
  letter-spacing: -2px;
  font-weight: 600;
}
.hero h2 em {
  font-style: normal;
  color: var(--lime);
}
.hero p {
  color: #a1aaa5;
  font-size: 11px;
  line-height: 1.8;
  margin: 16px 0 21px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  border-radius: 6px;
  padding: 11px 16px;
  font-size: 11px;
  font-weight: 700;
  min-height: 39px;
  border: 1px solid transparent;
}
.button.primary {
  color: #1b240f;
  background: var(--lime);
  box-shadow: 0 3px 15px #caff6110;
}
.button.primary:hover {
  background: #dcff97;
  transform: translateY(-2px);
}
.button.glass {
  background: #e5edec09;
  border-color: #ffffff20;
  color: #ebeeed;
}
.button.glass:hover {
  background: #ffffff12;
}
.button span {
  font-size: 16px;
}
.hero-footnote {
  margin-top: 22px;
  font-size: 8px;
  color: #7d8980;
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-footnote span {
  color: #b3c58f;
  font-size: 13px;
}
.hero-index {
  position: absolute;
  bottom: 24px;
  right: 23px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #96a68d;
}
.hero-index b {
  font-size: 12px;
  color: #d5e1c7;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #292a30;
  padding: 22px 0;
  margin-bottom: 33px;
}
.benefits > div,
.benefits > button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border-right: 1px solid #2a2b31;
  background: transparent;
  text-align: left;
}
.benefits > div:first-child {
  padding-left: 2px;
}
.benefits > button {
  border: 0;
  padding-right: 0;
}
.benefits > div > span,
.benefits > button > span {
  color: var(--lime);
  font-size: 25px;
  min-width: 25px;
  text-align: center;
  font-weight: 400;
}
.benefits p b {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
}
.benefits small {
  color: #71747e;
  font-size: 8px;
}
.benefits i {
  font-style: normal;
  margin-left: auto;
  color: #717b62;
  font-size: 13px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 21px;
}
.section-heading h2 {
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-top: 8px;
  font-weight: 600;
}
.section-meta {
  font-size: 9px;
  color: #747783;
  padding-bottom: 4px;
}
.games-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.filters {
  display: flex;
  gap: 8px;
}
.filter {
  background: #1b1c21;
  border: 1px solid #2b2d35;
  color: #8d909c;
  border-radius: 6px;
  font-size: 10px;
  padding: 9px 13px;
  white-space: nowrap;
}
.filter.active {
  background: #272e20;
  border-color: #455831;
  color: var(--lime);
}
.filter span {
  font-size: 8px;
  padding: 1px 4px;
  margin-left: 5px;
  background: #d0ff7117;
  border-radius: 3px;
}
.filter:hover {
  border-color: #677051;
  color: #cdd1c4;
}
.favorites-filter {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9396a1;
  background: transparent;
}
.favorites-filter span {
  font-size: 10px;
}
.favorites-filter[aria-pressed="true"] {
  color: var(--lime);
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}
.game-card {
  position: relative;
  min-width: 0;
  background: #191a1f;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2b2c33;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.game-card:hover {
  transform: translateY(-5px);
  border-color: #566641;
  box-shadow: 0 9px 25px #0005;
}
.game-image-button {
  display: block;
  padding: 0;
  background: #181818;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.4;
}
.game-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}
.game-card:hover img {
  transform: scale(1.07);
}
.game-image-button:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #111214b0);
}
.game-category {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 7px;
  letter-spacing: 0.8px;
  font-weight: 700;
  padding: 5px 6px;
  background: #19121eb0;
  border: 1px solid #ffffff27;
  border-radius: 4px;
  backdrop-filter: blur(6px);
  z-index: 1;
}
.favorite-button {
  position: absolute;
  right: 9px;
  top: 9px;
  background: #14141980;
  border: 1px solid #ffffff23;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 17px;
  display: grid;
  place-items: center;
  z-index: 2;
  color: #edeef3;
}
.favorite-button[aria-pressed="true"] {
  background: #d0ff71;
  color: #1a2314;
  border-color: #d0ff71;
}
.play-overlay {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #d0ff71;
  color: #162011;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.game-card:hover .play-overlay,
.game-image-button:focus-visible .play-overlay {
  opacity: 1;
  transform: none;
}
.game-card-body {
  padding: 13px 13px 14px;
}
.game-card-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.game-card h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.game-open {
  background: transparent;
  text-align: left;
  padding: 0;
}
.game-card-body > div > span {
  color: #5a6461;
  font-size: 13px;
}
.game-card p {
  font-size: 8px;
  color: #7d818b;
  margin-top: 7px;
}
.game-card p span {
  color: #a2a893;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.game-card p i {
  font-style: normal;
  color: #41444c;
  margin: 0 7px;
}
.collection-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 23px;
  background:
    radial-gradient(ellipse at 50% 0%, #30352633, transparent 75%), #17191c;
  border: 1px dashed #3a4032;
  min-height: 240px;
}
.collection-card .collection-glyph {
  font-size: 42px;
  color: #a5bf74;
  text-shadow: 0 0 35px #9cc35a32;
  display: block;
  margin-bottom: 16px;
}
.collection-card h3 {
  font-size: 18px;
  line-height: 1.3;
}
.collection-card p {
  color: #858d7d;
  font-size: 10px;
  line-height: 1.8;
  max-width: 170px;
  margin: 10px auto 19px;
}
.collection-card .text-button {
  margin: auto;
}
.reward-grid {
  display: grid;
  grid-template-columns: 1.48fr 1fr;
  gap: 19px;
  margin: 32px 0;
}
.daily-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #3f4b2b;
  background:
    radial-gradient(ellipse at 110% 100%, #42532170, transparent 65%), #1a2118;
  border-radius: 11px;
  padding: 25px 27px;
  min-height: 207px;
}
.daily-card .eyebrow {
  color: #a8bd88;
  font-size: 8px;
  letter-spacing: 1.3px;
}
.daily-card h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
  margin-top: 10px;
  font-weight: 600;
}
.daily-card p {
  font-size: 10px;
  color: #a0aa92;
  line-height: 1.8;
  margin: 12px 0 18px;
}
.daily-card .button {
  padding: 9px 12px;
  font-size: 10px;
  min-height: 35px;
}
.daily-card small {
  display: block;
  font-size: 8px;
  color: #7f8e71;
  margin-top: 10px;
  max-width: 80%;
}
.daily-content {
  position: relative;
  z-index: 1;
}
.reward-coin {
  position: absolute;
  right: 14px;
  top: 49px;
  transform: rotate(-16deg);
  width: 131px;
  height: 131px;
  border: 5px solid #bfe779;
  border-radius: 50%;
  background: repeating-conic-gradient(#53663f 0deg 2deg, #96ad51 3deg 6deg);
  box-shadow:
    5px 7px 0 #4b6624,
    12px 13px 30px #99c55522;
  opacity: 0.84;
}
.reward-coin span {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 9px;
  background: radial-gradient(circle at 30% 30%, #d6ed9f, #738e3e);
  border: 2px solid #d7eb92;
  border-radius: 50%;
  font-size: 70px;
  color: #3d5628;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  box-shadow: inset 0 0 18px #536c2677;
}
.reward-coin i {
  position: absolute;
  bottom: -13px;
  right: -6px;
  background: #263c1d;
  border: 1px solid #9aae76;
  color: #d6f79b;
  font-style: normal;
  padding: 4px 13px;
  font-size: 19px;
  font-weight: 700;
  border-radius: 7px;
  transform: rotate(16deg);
}
.journey-card {
  border: 1px solid #303039;
  background: linear-gradient(125deg, #202027, #19191f);
  border-radius: 11px;
  padding: 24px;
}
.journey-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.journey-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.2px;
}
.badge {
  font-size: 6px;
  border: 1px solid #494452;
  color: #a7a1b6;
  border-radius: 3px;
  padding: 4px;
}
.journey-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 23px 0 20px;
}
.level-medal {
  display: grid;
  place-items: center;
  width: 42px;
  height: 45px;
  clip-path: polygon(50% 0, 94% 22%, 94% 78%, 50% 100%, 6% 78%, 6% 22%);
  color: #c9b5fb;
  font-size: 23px;
  background: linear-gradient(135deg, #665780, #342544);
}
.journey-identity h3 {
  font-size: 16px;
  font-weight: 500;
}
.journey-identity p {
  font-size: 9px;
  color: #898592;
  margin-top: 5px;
}
.xp-label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #8d8999;
  margin-bottom: 7px;
}
.xp-label span:first-child {
  color: #d3cedd;
}
.progress-track {
  height: 5px;
  border-radius: 5px;
  background: #37333e;
  overflow: hidden;
}
.progress-track > div {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8268b7, #c5a1fe);
  border-radius: 4px;
  transition: width 0.6s;
}
.journey-card .text-button {
  color: #c2a8e9;
  margin-top: 20px;
  font-size: 9px;
  width: 100%;
}
.community-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 19px;
  margin-bottom: 37px;
}
.leaderboard-card,
.activity-card {
  background: #191a1f;
  border: 1px solid #2a2b33;
  border-radius: 10px;
  overflow: hidden;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 22px 0;
}
.panel-heading h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.panel-heading .eyebrow {
  font-size: 7px;
  letter-spacing: 1.3px;
  margin-bottom: 7px;
}
.live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  letter-spacing: 0.8px;
  color: #a5be82;
  border: 1px solid #48563780;
  background: #35432733;
  border-radius: 4px;
  padding: 4px 6px;
}
.live-badge i {
  width: 4px;
  height: 4px;
}
.ranking-tools {
  display: flex;
  justify-content: space-between;
  margin: 20px 22px 15px;
}
.segmented {
  display: flex;
  padding: 3px;
  background: #111217;
  border: 1px solid #292b31;
  border-radius: 6px;
}
.segmented button {
  background: transparent;
  border-radius: 4px;
  color: #7f818e;
  font-size: 9px;
  padding: 5px 12px;
}
.segmented .selected {
  background: #30322d;
  color: #d1d9c2;
}
.ranking-tools select {
  background: #1c1d23;
  border: 1px solid #34353d;
  color: #9699a7;
  font-size: 9px;
  padding: 6px 10px;
  border-radius: 6px;
  max-width: 125px;
}
.rank-table {
  width: calc(100% - 44px);
  margin: 0 22px;
  border-collapse: collapse;
  text-align: left;
  font-size: 10px;
}
.rank-table th {
  font-size: 7px;
  color: #686c77;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 11px 0;
  border-bottom: 1px solid #2c2d35;
}
.rank-table th:last-child,
.rank-table td:last-child {
  text-align: right;
}
.rank-table td {
  padding: 11px 0;
  border-bottom: 1px solid #25272f;
}
.rank-player {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-avatar {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  background: #2a2b34;
  color: #e1d69d;
  border: 1px solid #44434a;
  border-radius: 7px;
  font-size: 16px;
}
.rank-level {
  font-size: 8px;
  background: #2b2535;
  color: #b6a0d6;
  padding: 3px 5px;
  border-radius: 4px;
}
.rank-value {
  color: #cce899;
  font-weight: 600;
}
.panel-footnote {
  padding: 13px 22px;
  font-size: 8px;
  color: #646975;
  border-top: 1px solid #2c2e35;
  margin-top: 12px;
}
.panel-caption {
  font-size: 9px;
  color: #747884;
  margin: 9px 22px 10px;
}
.activity-feed {
  padding: 0 22px;
}
.activity-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid #292b32;
  animation: slideIn 0.4s ease;
}
.activity-item > div {
  flex: 1;
  min-width: 0;
}
.activity-item b {
  font-size: 10px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-item small {
  font-size: 8px;
  color: #777d8c;
  display: block;
  margin-top: 3px;
}
.activity-item > span:last-child {
  text-align: right;
  font-size: 10px;
  color: #d0ff71;
}
.activity-item > span:last-child small {
  font-size: 8px;
}
.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #888d99;
  font-size: 12px;
  line-height: 1.8;
}
.empty-state.compact {
  font-size: 10px;
  padding: 29px 24px;
  min-height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empty-state.compact > span {
  font-size: 31px;
  color: #738359;
  margin-bottom: 9px;
}
.empty-state.compact b {
  color: #b9bfc7;
  font-size: 12px;
  margin: 4px 0;
}
.empty-state p {
  max-width: 210px;
  font-size: 10px;
}
footer {
  border-top: 1px solid #282a30;
  padding: 27px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  font-size: 23px;
  color: #b3c693;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-brand b {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #c0c1c8;
}
.footer-brand span {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  color: #656a77;
  margin-left: 12px;
}
.footer-links {
  display: flex;
  gap: 17px;
  align-items: center;
  color: #787d88;
  font-size: 8px;
}
.footer-links span {
  font-size: 8px;
  border: 1px solid #444854;
  border-radius: 50%;
  padding: 4px;
}
.footer-links a:hover {
  color: var(--lime);
}
footer > p {
  width: 100%;
  font-size: 8px;
  color: #555c68;
  line-height: 1.7;
}
.mobile-nav {
  display: none;
}
.notice {
  background: #35291c;
  border: 1px solid #725632;
  color: #f0ca8d;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 15px;
  font-size: 12px;
}
.notice button {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}
.toast-stack {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  width: min(350px, calc(100% - 30px));
  pointer-events: none;
}
.toast {
  background: #282f23;
  border: 1px solid #637b41;
  border-radius: 9px;
  padding: 14px 18px;
  margin-top: 8px;
  font-size: 12px;
  box-shadow: 0 10px 30px #0005;
  animation: slideIn 0.25s;
}
.toast.error {
  background: #36212b;
  border-color: #8e455c;
}
.utility-dialog,
.game-dialog {
  color: var(--text);
  border: 1px solid #424650;
  border-radius: 16px;
  background: #17191e;
  box-shadow: 0 35px 100px #0009;
  margin: auto;
  max-height: 90dvh;
  overflow: auto;
  padding: 27px;
  width: min(550px, calc(100% - 30px));
}
dialog::backdrop {
  background: #08090dd9;
  backdrop-filter: blur(9px);
}
.modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.modal-heading h2 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: -0.8px;
}
.close-button {
  width: 31px;
  height: 31px;
  border: 1px solid #3f434d;
  border-radius: 7px;
  background: #262931;
  color: #bcc0ca;
  font-size: 22px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.close-button:hover {
  color: white;
  background: #353946;
}
.utility-dialog p {
  font-size: 12px;
  line-height: 1.8;
  color: #989eab;
}
.utility-dialog .subtle {
  font-size: 10px;
  margin-top: 15px;
}
.install-art {
  width: 75px;
  height: 75px;
  background: #d0ff71;
  color: #1d2715;
  font-size: 55px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin: 0 auto 25px;
}
.game-dialog {
  width: min(1060px, calc(100% - 28px));
  padding: 0;
  background: #101016;
}
.game-dialog-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #101016;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  border-bottom: 1px solid #32343d;
}
.small-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--lime);
  font-size: 25px;
}
.small-brand span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #d1d3d9;
}
.game-dialog-right {
  display: flex;
  align-items: center;
  gap: 17px;
}
.game-wallet {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}
.game-wallet small {
  color: #6f7b69;
  font-size: 9px;
}
.modal-section {
  margin: 23px 0;
}
.modal-section h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #2d3038;
  font-size: 12px;
}
.modal-row small {
  font-size: 9px;
  color: #868d9d;
  display: block;
  margin-top: 4px;
}
.modal-row strong {
  font-weight: 500;
  color: var(--lime);
}
.wallet-total {
  background:
    radial-gradient(circle at top right, #3e4f2677, transparent), #232b20;
  border: 1px solid #47523b;
  border-radius: 10px;
  padding: 23px;
}
.wallet-total > small {
  font-size: 9px;
  color: #a9b79b;
  letter-spacing: 1px;
}
.wallet-total > div {
  font:
    600 37px "Space Grotesk",
    sans-serif;
  margin: 9px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -1px;
}
.wallet-total > div small {
  font-size: 13px;
  color: #98a48b;
  font-weight: 400;
  letter-spacing: 0;
}
.wallet-total p {
  color: #a0ac95;
  font-size: 10px;
}
.pack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.pack-button {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 15px;
  text-align: left;
  border-radius: 8px;
  background: #22252b;
  border: 1px solid #3d424d;
}
.pack-button:hover {
  border-color: var(--lime);
}
.pack-button b {
  font-size: 13px;
  font-weight: 600;
}
.pack-button span {
  color: #b8d693;
  font-size: 11px;
}
.pack-button small {
  color: #9299a6;
  font-size: 9px;
}
.payment-method {
  display: grid;
  gap: 5px;
  margin: 16px 0;
  padding: 13px 14px;
  border: 1px solid #343840;
  border-radius: 9px;
  background: #17191e;
}
.payment-method span { color: var(--lime); font-weight: 700; }
.payment-method small { color: #9699a3; line-height: 1.45; }
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 15px 0;
  color: #a5acb8;
  font-size: 11px;
}
.field input,
.field select {
  width: 100%;
  background: #101217;
  border: 1px solid #3c414c;
  padding: 11px 12px;
  border-radius: 7px;
  color: white;
  font-size: 13px;
}
.checkbox-label {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 11px;
  color: #a2a9b8;
  line-height: 1.6;
  margin: 16px 0;
}
.checkbox-label input {
  accent-color: var(--lime);
  margin-top: 4px;
}
.form-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-error {
  font-size: 11px;
  color: #ffafad;
  line-height: 1.6;
  min-height: 1em;
  margin: 10px 0;
}
.danger-button {
  color: #f29fa5;
  background: #ac3d5020;
  border: 1px solid #69323e;
}
.avatar-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.avatar-choice {
  width: 43px;
  height: 43px;
  border: 1px solid #404451;
  border-radius: 10px;
  background: #282933;
  font-size: 24px;
  color: #cec9dd;
}
.avatar-choice.selected {
  border-color: #d0ff71;
  background: #2f3a24;
}
.account-note {
  padding: 13px;
  border: 1px solid #48402b;
  background: #39311d50;
  border-radius: 7px;
  margin-top: 15px;
}
.step {
  display: flex;
  gap: 15px;
  margin: 23px 0;
}
.step > span {
  color: var(--lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  line-height: 1;
}
.step h3 {
  font-size: 14px;
  margin-bottom: 6px;
}
.step p {
  font-size: 11px;
}
.journey-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 23px 0;
}
.journey-levels > div {
  border: 1px solid #3c354c;
  background: #282332;
  padding: 17px 10px;
  border-radius: 8px;
  text-align: center;
}
.journey-levels span {
  display: block;
  font-size: 24px;
  color: #cbb7f0;
  margin-bottom: 8px;
}
.journey-levels b {
  font-size: 10px;
}
.journey-levels small {
  display: block;
  font-size: 9px;
  color: #9c8eb0;
  margin-top: 5px;
}
.full-width {
  width: 100%;
}
.loading-line {
  padding: 35px 0;
  text-align: center;
  color: #9299a6;
  font-size: 12px;
}
.loading-line:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #738b52;
  border-right-color: transparent;
  border-radius: 50%;
  margin-right: 9px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroDrift {
  to {
    transform: scale(1.06);
  }
}
#gameMount {
  padding: 28px 30px;
}
.utility-dialog a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.game-dialog .ag-heading {
  padding: 0;
  background: transparent;
  border: 0;
  position: static;
  backdrop-filter: none;
}
.game-dialog .ag-session-note {
  margin: 16px 0 5px;
}
@media (max-width: 600px) {
  #gameMount {
    padding: 22px 17px;
  }
}
@media (min-width: 1600px) {
  .game-image-button {
    aspect-ratio: 1.5;
  }
  .hero-content {
    padding-top: 40px;
  }
  .hero {
    min-height: 385px;
  }
  .hero p {
    font-size: 13px;
  }
  .hero h2 {
    font-size: 56px;
  }
  .reward-coin {
    right: 35px;
  }
  .daily-card h2 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  :root {
    --sidebar: 190px;
  }
  .sidebar {
    padding: 28px 12px 15px;
  }
  .brand {
    gap: 8px;
    margin-left: 4px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand {
    font-size: 12px;
  }
  .brand-mark {
    width: 35px;
    height: 40px;
    font-size: 28px;
  }
  .nav-link {
    font-size: 11px;
    gap: 9px;
  }
  .topbar {
    padding: 0 24px;
  }
  .topbar-actions {
    gap: 13px;
  }
  .search {
    width: 190px;
  }
  main {
    padding: 26px 24px 0;
  }
  .connection {
    font-size: 8px;
  }
  .hero-content {
    padding-left: 29px;
    width: 70%;
  }
  .hero {
    min-height: 346px;
  }
  .hero-image {
    width: 83%;
  }
  .hero h2 {
    font-size: 45px;
  }
  .benefits > div,
  .benefits > button {
    gap: 8px;
    padding: 0 11px;
  }
  .benefits p b {
    font-size: 9px;
  }
  .benefits small {
    font-size: 7px;
  }
  .game-grid {
    gap: 12px;
  }
  .game-card h3 {
    font-size: 12px;
  }
  .game-card-body {
    padding: 12px 10px;
  }
  .game-card p {
    font-size: 7px;
  }
  .game-category {
    font-size: 6px;
  }
  .reward-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .daily-card {
    padding: 23px;
  }
  .daily-card h2 {
    font-size: 19px;
    max-width: 230px;
  }
  .daily-card p {
    max-width: 245px;
  }
  .reward-coin {
    right: -28px;
    top: 73px;
    width: 102px;
    height: 102px;
    opacity: 0.5;
  }
  .reward-coin span {
    font-size: 50px;
  }
  .daily-card small {
    max-width: 85%;
  }
  .journey-card {
    padding: 21px;
  }
  .journey-identity h3 {
    font-size: 14px;
  }
  .community-grid {
    grid-template-columns: 1.4fr 1fr;
  }
  .footer-brand span {
    display: none;
  }
  .section-meta {
    font-size: 8px;
  }
  .hero-index {
    font-size: 6px;
  }
}
@media (max-width: 980px) {
  :root {
    --sidebar: 72px;
  }
  .sidebar {
    padding: 25px 9px;
  }
  .brand {
    margin: 0 auto 35px;
  }
  .brand > span:last-child,
  .sidebar > .nav-label,
  .nav-link > :not(.nav-icon),
  .nav-label,
  .sidebar-bottom {
    display: none;
  }
  .brand-mark {
    width: 38px;
    height: 43px;
  }
  .nav-link {
    font-size: 0;
    justify-content: center;
    padding: 12px;
  }
  .nav-icon {
    font-size: 24px;
    width: 25px;
  }
  .nav-divider {
    margin: 24px 6px;
  }
  .topbar {
    height: 70px;
  }
  .hero h2 {
    font-size: 45px;
  }
  .hero-content {
    width: 72%;
  }
  .connection {
    display: none;
  }
  .reward-grid {
    grid-template-columns: 1.2fr 1fr;
  }
  .collection-card {
    min-height: 200px;
  }
  .daily-card h2 {
    font-size: 20px;
  }
  .hero-index {
    display: none;
  }
  .benefits > div > span,
  .benefits > button > span {
    font-size: 21px;
  }
  .game-grid {
    gap: 13px;
  }
  .community-grid {
    grid-template-columns: 1.35fr 1fr;
  }
  .ranking-tools {
    margin: 18px;
  }
  .panel-heading {
    padding: 20px 18px 0;
  }
  .panel-heading h2 {
    font-size: 18px;
  }
  .panel-footnote {
    padding: 13px 18px;
    font-size: 7px;
  }
}
@media (max-width: 760px) {
  .breadcrumb {
    display: none;
  }
  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .search {
    margin-right: auto;
  }
  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-content {
    width: 85%;
    padding: 30px 24px;
  }
  .hero h2 {
    font-size: 43px;
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      #151b19f5 5%,
      #151b19de 40%,
      #151b1933 100%
    );
  }
  .hero-image {
    width: 100%;
    object-position: 75% center;
  }
  .hero p {
    max-width: 300px;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }
  .benefits > div:nth-child(3) {
    padding-left: 2px;
  }
  .benefits > div:nth-child(2) {
    border-right: 0;
  }
  .benefits p b {
    font-size: 10px;
  }
  .benefits small {
    font-size: 8px;
  }
  .section-meta {
    display: none;
  }
  .filter {
    font-size: 9px;
    padding: 8px 10px;
  }
  .filters {
    gap: 5px;
  }
  .favorites-filter span {
    display: none;
  }
  .reward-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }
  .reward-coin {
    right: 20px;
    width: 125px;
    height: 125px;
    top: 49px;
    opacity: 0.65;
  }
  .reward-coin span {
    font-size: 70px;
  }
  .daily-card h2 {
    font-size: 23px;
    max-width: none;
  }
  .daily-card p {
    max-width: none;
  }
  .journey-top .eyebrow {
    font-size: 9px;
  }
  .journey-identity {
    margin: 18px 0;
  }
  .journey-identity h3 {
    font-size: 17px;
  }
  .journey-identity p {
    font-size: 10px;
  }
  .collection-card {
    min-height: 190px;
    padding: 15px;
  }
  .collection-card h3 {
    font-size: 15px;
  }
  .collection-card p {
    font-size: 9px;
  }
  .collection-card .collection-glyph {
    font-size: 30px;
    margin-bottom: 9px;
  }
  .welcome h1 {
    font-size: 25px;
  }
  .footer-links {
    gap: 15px;
  }
  .game-dialog {
    width: calc(100% - 16px);
    max-height: 95dvh;
  }
}
@media (max-width: 600px) {
  :root {
    --sidebar: 0px;
  }
  .sidebar {
    display: none;
  }
  .topbar {
    height: 67px;
    padding: 0 17px;
  }
  .topbar-actions {
    gap: 12px;
  }
  .search {
    width: 100%;
    max-width: 210px;
  }
  .search kbd {
    display: none;
  }
  .wallet-pill {
    gap: 5px;
    padding: 5px 5px 5px 7px;
    font-size: 11px;
    white-space: nowrap;
  }
  .wallet-plus {
    margin-left: 3px;
    width: 21px;
    height: 23px;
  }
  .wallet-pill small {
    font-size: 8px;
  }
  .profile-button {
    flex-shrink: 0;
    width: 33px;
    height: 34px;
    font-size: 22px;
  }
  .search input {
    font-size: 10px;
  }
  main {
    padding: 23px 17px 70px;
  }
  .welcome {
    margin-bottom: 20px;
  }
  .welcome h1 {
    font-size: 25px;
    margin-top: 6px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero {
    min-height: 344px;
    border-radius: 10px;
  }
  .hero-content {
    width: 100%;
    padding: 27px 23px;
  }
  .hero-image {
    width: 100%;
    object-position: 75% center;
    opacity: 0.78;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #142018f5, #1420189c 60%, #14201822),
      linear-gradient(0deg, #121a19cd, transparent 50%);
  }
  .hero-kicker {
    font-size: 7px;
    margin-bottom: 21px;
  }
  .hero h2 {
    font-size: 44px;
    letter-spacing: -1.7px;
  }
  .hero p {
    font-size: 10px;
    margin: 16px 0 19px;
    color: #b7c1b8;
  }
  .button {
    font-size: 10px;
    padding: 10px 13px;
    gap: 20px;
  }
  .hero-footnote {
    font-size: 7px;
    max-width: 270px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .benefits {
    margin-bottom: 26px;
    padding: 20px 0;
    row-gap: 18px;
  }
  .benefits > div,
  .benefits > button {
    padding: 0 8px;
    gap: 8px;
  }
  .benefits p b {
    font-size: 9px;
  }
  .benefits small {
    font-size: 7px;
  }
  .benefits > div > span,
  .benefits > button > span {
    font-size: 23px;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .section-heading {
    margin-bottom: 17px;
  }
  .games-toolbar {
    gap: 7px;
    margin-bottom: 15px;
  }
  .filters {
    gap: 5px;
    flex-wrap: nowrap;
  }
  .filter {
    padding: 8px 9px;
    font-size: 8px;
  }
  .filter span {
    display: none;
  }
  .favorites-filter {
    font-size: 20px;
    padding: 0;
  }
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .game-card h3 {
    font-size: 14px;
  }
  .game-card p {
    font-size: 8px;
  }
  .game-card-body {
    padding: 12px;
  }
  .game-category {
    font-size: 6px;
    top: 9px;
    left: 9px;
  }
  .game-image-button {
    aspect-ratio: 1.25;
  }
  .game-card:hover {
    transform: none;
  }
  .favorite-button {
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
  }
  .collection-card {
    min-height: 220px;
  }
  .collection-card .collection-glyph {
    font-size: 34px;
  }
  .collection-card h3 {
    font-size: 17px;
  }
  .collection-card p {
    font-size: 9px;
  }
  .play-overlay {
    opacity: 1;
    bottom: 10px;
    left: 10px;
    font-size: 8px;
    padding: 5px 8px;
    transform: none;
  }
  .reward-grid {
    gap: 15px;
    margin: 25px 0;
  }
  .daily-card {
    padding: 23px 20px;
  }
  .daily-card h2 {
    font-size: 21px;
    max-width: 250px;
  }
  .daily-card p {
    font-size: 9px;
    max-width: 240px;
  }
  .reward-coin {
    right: -20px;
    top: 65px;
    width: 106px;
    height: 106px;
    opacity: 0.5;
  }
  .reward-coin span {
    font-size: 55px;
  }
  .daily-card .button {
    font-size: 9px;
  }
  .daily-card small {
    font-size: 7px;
  }
  .journey-card {
    padding: 22px;
  }
  .community-grid {
    gap: 15px;
  }
  .panel-heading {
    padding: 21px 20px 0;
  }
  .panel-heading h2 {
    font-size: 21px;
  }
  .rank-table {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .rank-table th {
    font-size: 7px;
  }
  .rank-table td {
    font-size: 10px;
  }
  .panel-footnote {
    font-size: 7px;
  }
  .mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    padding: 8px 9px calc(8px + env(safe-area-inset-bottom));
    background: #191b20f5;
    border-top: 1px solid #393d45;
    z-index: 25;
    backdrop-filter: blur(12px);
  }
  .mobile-nav a,
  .mobile-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    background: transparent;
    font-size: 23px;
    color: #a5b397;
    min-width: 55px;
  }
  .mobile-nav span {
    font-size: 8px;
    color: #979d9f;
  }
  .toast-stack {
    bottom: 85px;
    right: 15px;
  }
  .utility-dialog {
    padding: 22px;
    width: calc(100% - 24px);
    max-height: 88dvh;
  }
  .modal-heading h2 {
    font-size: 23px;
  }
  .game-dialog-header {
    padding: 13px 15px;
  }
  .small-brand span {
    font-size: 9px;
  }
  .small-brand {
    font-size: 23px;
    gap: 6px;
  }
  .game-dialog-right {
    gap: 12px;
  }
  .game-wallet {
    font-size: 10px;
    gap: 4px;
  }
  .game-wallet small {
    font-size: 8px;
  }
  footer {
    padding-top: 23px;
    gap: 17px;
  }
  footer > p {
    font-size: 7px;
  }
  .footer-brand b {
    font-size: 9px;
  }
  .footer-links {
    font-size: 8px;
    gap: 16px;
  }
  .hero-actions {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-image {
    transform: none !important;
  }
}
