:root {
  --bg: #07140f;
  --bg-soft: #10271c;
  --panel: rgba(11, 28, 20, 0.88);
  --panel-2: #163226;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f1f8f1;
  --muted: #96b59f;
  --green: #7fe0a2;
  --gold: #a8d672;
  --blue: #4fbf87;
  --pink: #9fd8ae;
  --danger: #f59d7a;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: radial-gradient(circle at top, #2a6040 0%, rgba(42,96,64,0.42) 18%, transparent 34%), radial-gradient(circle at bottom, rgba(127,224,162,0.10), transparent 24%), linear-gradient(180deg, #0a1a12 0%, #08140e 46%, #050d08 100%); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.auth-body {
  background:
    radial-gradient(circle at top, rgba(89,199,164,0.20), transparent 24%),
    radial-gradient(circle at bottom, rgba(127,224,162,0.14), transparent 24%),
    linear-gradient(180deg, #081510, #04100b);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.app-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  background:
    radial-gradient(circle at 10% 0%, rgba(127, 224, 162, 0.18), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(89, 199, 164, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), var(--shadow);
  overflow: hidden;
}

body.lang-picker-open {
  overflow: hidden;
}

body.lang-picker-open .app-shell {
  overflow: visible;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px 14px;
  backdrop-filter: blur(14px);
  background: rgba(8, 20, 15, 0.78);
  border-bottom: 1px solid var(--line);
}

.menu-button, .avatar-chip, .action-btn, .mini-btn {
  border: 0;
  border-radius: 999px;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.06);
  color: var(--text);
  text-align: center;
}

.topbar-copy { flex: 1; min-width: 0; }
.topbar-copy h1 { margin: 0; font-size: 18px; font-weight: 800; letter-spacing: 0.02em; }
.eyebrow { margin: 0 0 4px; color: var(--gold); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }

.lang-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 84px;
  padding: 4px 10px 4px 4px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(79,191,135,0.16), transparent 42%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

.lang-select-chip,
.lang-select-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-select-icon {
  width: 32px;
  padding: 0;
  font-size: 14px;
  color: var(--green);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.topbar-lang-select {
  min-width: 142px;
  padding-right: 8px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(127,224,162,0.14), transparent 48%);
}

.lang-select,
.side-lang-select {
  width: 100%;
  min-height: 38px;
  padding: 0 38px 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.04);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(79,191,135,0.14), transparent 40%);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  border: 0;
}

.lang-select {
  min-width: 0;
  flex: 1;
  text-align: left;
  text-align-last: left;
  padding-left: 12px;
  padding-right: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(127,224,162,0.10), transparent 45%);
}

.lang-select-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}

.lang-select-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(127,224,162,0.88);
  border-bottom: 2px solid rgba(127,224,162,0.88);
  transform: rotate(45deg) translateY(-1px);
  flex: 0 0 auto;
}

.lang-select-trigger span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 28px;
}

.lang-select:hover,
.side-lang-select:hover,
.lang-select:focus,
.side-lang-select:focus {
  border-color: rgba(127,224,162,0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0 0 4px rgba(127,224,162,0.08);
}

[data-lang-picker].open .lang-select-trigger {
  border-color: rgba(127,224,162,0.38);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06)),
    radial-gradient(circle at top right, rgba(127,224,162,0.16), transparent 48%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0 0 4px rgba(127,224,162,0.08);
}

[data-lang-picker].open .lang-select-trigger::after {
  transform: rotate(225deg) translateY(-1px);
}

.lang-select-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: auto;
  padding: 14px 14px calc(16px + env(safe-area-inset-bottom));
  border-radius: 24px 24px 0 0;
  max-height: min(72vh, 520px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    linear-gradient(180deg, rgba(9,22,39,0.98), rgba(7,17,31,0.98)),
    radial-gradient(circle at top right, rgba(79,191,135,0.16), transparent 46%);
  border-top: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 -20px 48px rgba(0,0,0,0.36);
  z-index: 80;
}

.topbar-lang-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 10px);
  bottom: auto;
  width: 188px;
  max-height: 320px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.36);
}

.topbar-lang-menu::before {
  content: none;
}

.lang-select-menu::before {
  content: "Language";
  display: block;
  margin: 0 0 12px;
  padding: 0 6px;
  color: rgba(225,239,255,0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[data-lang-picker].open .lang-select-menu {
  display: grid;
  gap: 6px;
  align-content: start;
}

.lang-select-option {
  width: 100%;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.lang-select-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-select-option strong {
  font-size: 13px;
  font-weight: 700;
}

.lang-select-option.active {
  background: linear-gradient(135deg, rgba(127,224,162,0.18), rgba(79,191,135,0.10));
  box-shadow: inset 0 0 0 1px rgba(127,224,162,0.22);
}

.lang-select-option:hover {
  background: rgba(255,255,255,0.08);
}

.side-lang form {
  position: relative;
}

.side-lang-menu {
  left: 0;
  right: 0;
  bottom: 0;
}

.lang-select-menu::-webkit-scrollbar {
  width: 6px;
}

.lang-select-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(127,224,162,0.28);
}

.lang-sheet-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  border: 0;
  padding: 0;
  background: rgba(2, 8, 18, 0.58);
  backdrop-filter: blur(8px);
  z-index: 70;
}

[data-lang-picker].open .lang-sheet-backdrop {
  display: block;
}

.topbar-lang-select .lang-sheet-backdrop {
  display: none !important;
}

.avatar-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.06);
  color: var(--text);
  font-size: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.avatar-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), #55b36f);
  box-shadow: 0 0 0 6px rgba(115, 240, 184, 0.12);
}

.main-screen {
  padding: 18px 16px 112px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-screen {
  min-height: 100vh;
  padding: 28px 16px 112px;
  display: flex;
  align-items: flex-start;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 19px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-with-art {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items: center;
}

.hero-home-mobile {
  grid-template-columns: 1fr;
  gap: 16px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: -20% -15% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 70%);
}

.gradient-harbor {
  background:
    radial-gradient(circle at top left, rgba(127,224,162,0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(89,199,164,0.18), transparent 34%),
    linear-gradient(135deg, rgba(24, 72, 46, 0.96), rgba(8, 28, 18, 0.98));
}

.gradient-wallet {
  background:
    radial-gradient(circle at top left, rgba(201,221,123,0.10), transparent 26%),
    radial-gradient(circle at top right, rgba(127,224,162,0.16), transparent 32%),
    linear-gradient(135deg, rgba(28, 76, 50, 0.96), rgba(8, 30, 18, 0.98));
}
.gradient-game {
  background:
    radial-gradient(circle at top right, rgba(127,224,162,0.16), transparent 34%),
    linear-gradient(135deg, rgba(30, 74, 44, 0.96), rgba(10, 26, 17, 0.98));
}
.gradient-invite {
  background:
    radial-gradient(circle at top right, rgba(201,221,123,0.14), transparent 34%),
    linear-gradient(135deg, rgba(68, 78, 28, 0.96), rgba(18, 26, 15, 0.98));
}
.gradient-profile {
  background:
    radial-gradient(circle at top right, rgba(89,199,164,0.16), transparent 34%),
    linear-gradient(135deg, rgba(24, 62, 40, 0.96), rgba(10, 24, 18, 0.98));
}

.hero-copy h2, .section-head h2, .prose h2 { margin: 0 0 8px; font-size: 25px; line-height: 1.1; }
.hero-copy p:last-child, .muted, .article-card p, .list-row p, .flow-steps p, .timeline-body p, .prose p { color: var(--muted); line-height: 1.55; }

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-copy-main {
  max-width: 100%;
}

.hero-copy-main .eyebrow {
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 12px;
}

.hero-art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-art-home {
  order: 3;
  justify-content: center;
}

.hero-art-home img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 7.5;
  max-height: 240px;
}

.hero-art img,
.login-banner,
.article-card-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  object-fit: contain;
  object-position: center center;
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-stats, .cards-grid.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.hero-stats-home {
  margin-top: 0;
  order: 2;
}

.hero-stats div, .balance-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
}

.hero-stats span, .balance-card span, .metric span, .task-stats span, .timeline-body small, .article-date { color: var(--muted); font-size: 12px; }
.hero-stats strong, .balance-card strong, .metric strong, .task-stats strong, .list-row strong, .article-card h3, .mission-item strong { display: block; margin-top: 6px; font-size: 19px; }

.balance-card-note {
  display: block;
  margin-top: 8px;
  color: rgba(220, 232, 243, 0.56);
  font-size: 10px;
  line-height: 1.45;
}

.hero-stats-home div {
  min-width: 0;
}

.hero-stats-home span,
.hero-stats-home strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-signal-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(3, 10, 19, 0.34);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-signal-line span {
  color: #9cb3c8;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.hero-signal-line b {
  color: #f7fbff;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.wallet-signal-line {
  background: rgba(10, 16, 13, 0.34);
}

.wallet-hero-refined {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.wallet-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wallet-hero-copy p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(220,232,243,0.72);
}

.wallet-hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.wallet-hero-actions .action-btn {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding-inline: 10px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.wallet-hero-actions .action-btn:last-child {
  grid-column: 1 / -1;
}

.wallet-hero-board {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12px;
  align-items: stretch;
}

.wallet-board-main,
.wallet-board-side > div {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,0.16);
}

.wallet-board-main {
  padding: 24px 22px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 35%),
    linear-gradient(160deg, rgba(109, 208, 163, 0.30), rgba(25, 77, 63, 0.20));
}

.wallet-board-main span,
.wallet-board-side span {
  color: rgba(242, 247, 251, 0.72);
  font-size: 12px;
}

.wallet-board-main strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 38px;
  line-height: 1;
}

.wallet-board-main p {
  margin: 0;
  color: #d8fff0;
  font-size: 12px;
  line-height: 1.55;
}

.wallet-board-side {
  display: grid;
  gap: 10px;
}

.wallet-board-side > div {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
}

.wallet-board-side b {
  display: block;
  margin-top: 8px;
  font-size: 19px;
}

.notice-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 14px;
}

.notice-label, .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(168, 214, 114, 0.16);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notice-text { flex: 1; min-height: 20px; font-size: 14px; color: #dce8f3; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.cards-grid.three { grid-template-columns: repeat(3, 1fr); }
.cards-grid-duo { grid-template-columns: repeat(2, 1fr) !important; }
.cards-grid-pre-game .mini-card:last-child {
  grid-column: 1 / -1;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at right center, rgba(127,224,162,0.16), transparent 42%);
}
.cards-grid-pre-game .mini-card:last-child h3 {
  font-size: 18px;
}
.cards-grid-pre-game .mini-card:last-child p {
  max-width: 88%;
}
.compact-grid { grid-template-columns: repeat(3, 1fr); }

.home-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.home-shortcut-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 128px;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(79,191,135,0.18), transparent 40%);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-shortcut-card:before,
.quick-links a:before,
.text-link:after {
  content: "";
}

.home-shortcut-card:hover,
.quick-links a:hover,
.wallet-quick-links a:hover,
.text-link:hover,
.avatar-chip:hover,
.tabbar-item:hover {
  transform: translateY(-2px);
}

.home-shortcut-card:after,
.quick-links a:after,
.wallet-quick-links a:after {
  content: "Tap";
  position: absolute;
  right: 14px;
  top: 14px;
  min-width: 34px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8f3;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-shortcut-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.home-shortcut-card p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220, 232, 243, 0.72);
  min-height: calc(1.55em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shortcut-arrow {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 28px;
  color: var(--gold);
}

.mini-card { min-height: 112px; }
.mini-card h3 { margin: 0 0 8px; font-size: 16px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 13px; }
.mini-card-accent {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    radial-gradient(circle at top right, rgba(168,214,114,0.18), transparent 36%);
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ring-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 16px;
  align-items: center;
}

.ring {
  position: relative;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--green), var(--blue), var(--gold), var(--green));
  padding: 2px;
  overflow: hidden;
}

.ring-featured {
  background:
    conic-gradient(from 0deg, rgba(157,240,170,0.98), rgba(88,201,121,0.85), rgba(191,255,188,0.98), rgba(73,170,103,0.85), rgba(157,240,170,0.98));
  box-shadow:
    0 0 0 1px rgba(176, 244, 181, 0.10),
    0 0 32px rgba(98, 212, 129, 0.22),
    inset 0 0 16px rgba(203, 255, 196, 0.10);
}

.ring-featured::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(168, 245, 176, 0.20);
  box-shadow: inset 0 0 18px rgba(180, 255, 196, 0.08);
}

.ring-flare,
.ring-sweep {
  position: absolute;
  pointer-events: none;
}

.ring-flare {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,255,220,0.92), rgba(136, 238, 156, 0.16) 58%, rgba(136,238,156,0));
  filter: blur(0.2px);
  z-index: 1;
}

.ring-flare-a {
  top: 12px;
  right: 12px;
  animation: ringPulse 3.6s ease-in-out infinite;
}

.ring-flare-b {
  bottom: 16px;
  left: 14px;
  animation: ringPulse 4.2s ease-in-out infinite reverse;
}

.ring-sweep {
  inset: -16%;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(255,255,255,0), rgba(214,255,218,0.34), rgba(255,255,255,0) 18%);
  animation: ringRotate 5.2s linear infinite;
  z-index: 0;
}

.ring-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, #0d213a, #091220);
  display: grid;
  place-items: center;
  text-align: center;
}

.ring-caption { color: var(--muted); font-size: 12px; }
[data-countdown] { font-size: 24px; letter-spacing: 0.06em; }

.ring-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.metric { padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,0.05); }

.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.actions-inline { flex-wrap: nowrap; }
.actions-inline .action-btn { flex: 1; }
.mining-actions-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.mining-actions-row .action-btn {
  width: 100%;
  margin-top: 0;
  justify-content: center;
  white-space: nowrap;
}
.mining-actions-row-featured .action-btn {
  min-height: 54px;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.action-btn-placeholder {
  color: rgba(242,247,251,0.72);
  border: 1px solid rgba(255,255,255,0.08);
}
.action-btn, .mini-btn {
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}
.action-btn:hover, .mini-btn:hover { transform: translateY(-1px); }
.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  color: var(--text);
  text-align: center;
}
.action-btn.primary { background: linear-gradient(135deg, #8fe2a6, #2f8f5d); color: #062013; }
.action-btn.secondary { background: linear-gradient(135deg, #7bcf95, #3d7f57); }
.action-btn.ghost { background: rgba(255,255,255,0.08); }
.action-btn.disabled,
.action-btn:disabled {
  background: rgba(255,255,255,0.08);
  color: rgba(242,247,251,0.46);
  cursor: not-allowed;
  box-shadow: none;
}
.mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: rgba(255,255,255,0.09);
  color: var(--text);
  text-align: center;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.list-stack, .article-list, .mission-list, .timeline { display: flex; flex-direction: column; gap: 10px; }
.list-row, .article-card, .mission-item, .timeline-item {
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}

.list-row { display: flex; justify-content: space-between; gap: 16px; }
.align-right { text-align: right; }

.flow-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.flow-steps.compact { grid-template-columns: 1fr 1fr; }
.flow-steps div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}
.flow-steps span {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.14em;
}
.flow-steps strong { display: block; margin: 8px 0 6px; }
.flow-steps p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220,232,243,0.68);
}

.task-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.nursery-card .task-stats { margin-top: 10px; }

.tree-visual {
  position: relative;
  height: 228px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  overflow: hidden;
  transition: transform .24s ease, filter .24s ease;
}

.tree-halo {
  position: absolute;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.12);
  top: 12px;
}

.tree-stage-ring {
  position: absolute;
  width: 128px;
  height: 128px;
  top: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127,224,162,0.20), rgba(127,224,162,0));
  filter: blur(2px);
}

.tree-trunk {
  position: absolute;
  bottom: 58px;
  width: 16px;
  height: 70px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7b4d2a, #4a2d17);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.1);
  z-index: 3;
}

.tree-canopy {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #c4f4b7, #5cad6c 62%, #2e6a3d 100%);
  box-shadow: 0 18px 30px rgba(83, 166, 101, 0.24);
}

.canopy-back {
  width: 74px;
  height: 74px;
  bottom: 108px;
  left: calc(50% - 52px);
  z-index: 1;
}

.canopy-main {
  width: 92px;
  height: 92px;
  bottom: 102px;
  left: calc(50% - 46px);
  z-index: 2;
}

.canopy-front {
  width: 70px;
  height: 70px;
  bottom: 104px;
  left: calc(50% - 4px);
  z-index: 4;
}

.tree-fruit {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #bfe67f, #73bb57);
  box-shadow: 0 4px 10px rgba(110, 177, 77, 0.35);
  opacity: 0;
  z-index: 5;
}

.fruit-a { bottom: 148px; left: calc(50% - 28px); }
.fruit-b { bottom: 132px; left: calc(50% + 16px); }
.fruit-c { bottom: 116px; left: calc(50% - 6px); }
.fruit-d { bottom: 160px; left: calc(50% + 2px); }

.tree-sprout {
  position: absolute;
  bottom: 120px;
  width: 18px;
  height: 10px;
  border-radius: 18px 18px 2px 18px;
  background: linear-gradient(180deg, #8bf7c1, #30a773);
  opacity: 0;
  z-index: 5;
}

.sprout-left {
  left: calc(50% - 30px);
  transform: rotate(-28deg);
}

.sprout-right {
  left: calc(50% + 12px);
  transform: scaleX(-1) rotate(-28deg);
}

.tree-pot {
  position: absolute;
  bottom: 22px;
  width: 92px;
  height: 48px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, #2b415c, #152232);
  border-top: 8px solid #456688;
  box-shadow: 0 14px 26px rgba(0,0,0,0.24);
  z-index: 2;
}

.tree-ground {
  position: absolute;
  bottom: 16px;
  width: 138px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127,224,162,0.22), rgba(127,224,162,0));
  z-index: 1;
}

.level-1 .tree-trunk {
  width: 10px;
  height: 42px;
  bottom: 54px;
}

.level-1 .canopy-back {
  width: 30px;
  height: 30px;
  bottom: 96px;
  left: calc(50% - 22px);
}

.level-1 .canopy-main {
  width: 40px;
  height: 40px;
  bottom: 92px;
  left: calc(50% - 20px);
}

.level-1 .canopy-front {
  width: 24px;
  height: 24px;
  bottom: 94px;
  left: calc(50% - 2px);
}

.level-1 .tree-stage-ring {
  width: 84px;
  height: 84px;
  top: 74px;
}

.level-1 .tree-pot {
  width: 74px;
  height: 38px;
}

.level-1 .tree-halo,
.level-1 .tree-fruit {
  display: none;
}

.level-1 .tree-sprout {
  opacity: 1;
}

.level-2 .tree-trunk {
  width: 12px;
  height: 52px;
  bottom: 56px;
}

.level-2 .canopy-back {
  width: 44px;
  height: 44px;
  bottom: 104px;
  left: calc(50% - 30px);
}

.level-2 .canopy-main {
  width: 56px;
  height: 56px;
  bottom: 100px;
  left: calc(50% - 28px);
}

.level-2 .canopy-front {
  width: 36px;
  height: 36px;
  bottom: 100px;
  left: calc(50% + 2px);
}

.level-2 .tree-stage-ring {
  width: 98px;
  height: 98px;
  top: 64px;
}

.level-2 .fruit-a,
.level-2 .fruit-b {
  opacity: 0.9;
}

.level-3 .tree-fruit {
  opacity: 1;
}

.level-4 .tree-trunk,
.level-5 .tree-trunk {
  width: 18px;
  height: 82px;
  bottom: 54px;
}

.level-4 .canopy-back,
.level-5 .canopy-back {
  width: 92px;
  height: 92px;
  bottom: 116px;
  left: calc(50% - 64px);
}

.level-4 .canopy-main,
.level-5 .canopy-main {
  width: 112px;
  height: 112px;
  bottom: 108px;
  left: calc(50% - 56px);
}

.level-4 .canopy-front,
.level-5 .canopy-front {
  width: 86px;
  height: 86px;
  bottom: 110px;
  left: calc(50% + 2px);
}

.level-4 .tree-stage-ring,
.level-5 .tree-stage-ring {
  width: 152px;
  height: 152px;
  top: 24px;
}

.level-4 .tree-pot,
.level-5 .tree-pot {
  width: 104px;
  height: 52px;
}

.level-4 .tree-fruit,
.level-5 .tree-fruit {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.level-5 .tree-halo {
  width: 194px;
  height: 194px;
  border-color: rgba(255,255,255,0.18);
}

.level-5 .tree-stage-ring {
  background: radial-gradient(circle, rgba(168,214,114,0.18), rgba(127,224,162,0.02));
}

.tree-visual-mature {
  height: 252px;
  margin-top: -6px;
  filter: drop-shadow(0 20px 36px rgba(255, 217, 120, 0.18));
}

.tree-visual-mature .tree-halo {
  width: 228px;
  height: 228px;
  top: 2px;
  border-color: rgba(255,255,255,0.22);
}

.tree-visual-mature .tree-stage-ring {
  width: 178px;
  height: 178px;
  top: 18px;
  background: radial-gradient(circle, rgba(168,214,114,0.24), rgba(127,224,162,0.04));
}

.tree-visual-mature .tree-trunk {
  width: 20px;
  height: 94px;
  bottom: 50px;
}

.tree-visual-mature .canopy-back {
  width: 104px;
  height: 104px;
  bottom: 128px;
  left: calc(50% - 72px);
}

.tree-visual-mature .canopy-main {
  width: 128px;
  height: 128px;
  bottom: 118px;
  left: calc(50% - 64px);
}

.tree-visual-mature .canopy-front {
  width: 98px;
  height: 98px;
  bottom: 122px;
  left: calc(50% + 4px);
}

.tree-visual-mature .tree-fruit {
  width: 14px;
  height: 14px;
  box-shadow: 0 6px 14px rgba(255, 181, 72, 0.42);
}

.tree-visual-mature .tree-pot {
  width: 112px;
  height: 56px;
}

.nursery-ready-note {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(168,214,114,0.16);
  color: #f0f6fb;
  font-size: 12px;
  line-height: 1.6;
}

.mission-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.mission-item.done { opacity: 0.62; }

.mission-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(220,232,243,0.72);
}

.invite-card .muted {
  margin: 0;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(220,232,243,0.72);
}

.payment-order-panel {
  display: grid;
  gap: 20px;
}

.payment-order-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  align-items: stretch;
}

.payment-qr-card,
.payment-info-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.payment-qr-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.payment-amount {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.payment-qr-image {
  width: min(100%, 220px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
}

.payment-address {
  word-break: break-all;
}

.payment-copy-actions {
  margin-top: 16px;
}

.invite-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 138px;
  gap: 16px;
  align-items: start;
}

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

.invite-code-card {
  position: relative;
  padding: 14px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(143,213,154,0.16), transparent 42%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 18px 32px rgba(0,0,0,0.18);
  overflow: hidden;
}

.invite-code-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(143,213,154,0.28), rgba(79,191,135,0.18), rgba(255,255,255,0.02));
}

.invite-code-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 2px 2px 0;
}

.invite-code-kicker {
  display: inline-flex;
  align-items: center;
  color: rgba(220,232,243,0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.invite-code-head strong {
  display: block;
  color: rgba(244,250,255,0.96);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.invite-code-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(143,213,154,0.14), transparent 44%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 16px 30px rgba(0,0,0,0.16);
}

.invite-code-strip span {
  display: grid;
  place-items: center;
  min-height: 56px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05)),
    radial-gradient(circle at top, rgba(143,213,154,0.12), transparent 55%);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--text);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: 0 4px 14px rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 18px rgba(0,0,0,0.12);
}

.invite-code-strip span:nth-child(4) {
  margin-right: 8px;
}

.invite-code-strip span:nth-child(5) {
  margin-left: 8px;
}

.invite-link-box {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
}

.invite-link-box span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-link-box strong {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-all;
}

.invite-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.invite-actions .action-btn {
  width: 100%;
  min-height: 48px;
}

.invite-qr-panel {
  padding: 14px 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  gap: 10px;
  align-self: start;
}

.invite-qr-frame {
  width: 100%;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.invite-qr-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.invite-qr-panel strong {
  font-size: 16px;
  display: block;
}

.invite-qr-panel p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(220,232,243,0.72);
}

.invite-stat-card {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(127,224,162,0.12), transparent 50%);
}

.invite-stat-card strong {
  margin-top: 8px;
}

.invite-stat-note {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(220,232,243,0.56);
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.section-subtle {
  margin: 6px 0 0;
  color: rgba(220,232,243,0.62);
  font-size: 11px;
  line-height: 1.5;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.quick-links a {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}

.login-hero {
  overflow: hidden;
  padding: 0;
}

.auth-stage {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.auth-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(17, 48, 76, 0.96), rgba(10, 23, 41, 0.96)),
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 34%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}

.auth-hero-card-register {
  background:
    linear-gradient(140deg, rgba(36, 60, 40, 0.96), rgba(11, 23, 41, 0.96)),
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 34%);
}

.auth-hero-media {
  position: relative;
  padding: 16px 16px 0;
}

.auth-hero-media .login-banner {
  display: block;
  height: auto;
  aspect-ratio: 1182 / 388;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.login-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.9;
}

.orb-a {
  width: 72px;
  height: 72px;
  top: 22px;
  right: 26px;
  background: radial-gradient(circle, rgba(127,224,162,0.75), rgba(127,224,162,0));
}

.orb-b {
  width: 92px;
  height: 92px;
  left: 18px;
  bottom: 10px;
  background: radial-gradient(circle, rgba(79,191,135,0.55), rgba(79,191,135,0));
}

.auth-copy {
  padding: 34px 24px 34px 30px;
}

.auth-copy-rail {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
}

.auth-copy-line {
  width: 3px;
  min-height: 164px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), rgba(255,255,255,0.12));
  box-shadow: 0 0 0 6px rgba(168,214,114,0.08);
  margin-top: 8px;
  position: relative;
}

.auth-copy-body {
  padding-left: 10px;
  max-width: 292px;
}

.auth-copy-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8f3;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-copy-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(168,214,114,0.12);
  transform: translate(-50%, 0);
}

.auth-copy h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.auth-copy p {
  margin: 0;
  color: #d7e6f2;
  line-height: 1.82;
  font-size: 14px;
  max-width: 100%;
}

.auth-copy-caption {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.12);
  color: #aac1d4;
  font-size: 13px;
  line-height: 1.72;
}

.auth-copy-tags,
.guest-preview-tags,
.hero-quick-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-copy-tags {
  margin-top: 16px;
}

.auth-copy-tags span,
.guest-preview-tags span,
.hero-quick-pills span,
.hero-user-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8f3;
  font-size: 12px;
}

.auth-card {
  position: relative;
  overflow: hidden;
  padding: 24px 20px 22px;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}

.auth-switch-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.auth-switch-item.active {
  background: linear-gradient(135deg, rgba(127,224,162,0.22), rgba(79,191,135,0.18));
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.auth-card:before {
  content: "";
  position: absolute;
  inset: auto -22px -22px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), rgba(255,255,255,0));
}

.auth-card-main {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(79,191,135,0.12), transparent 36%);
}

.auth-card-register {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(168,214,114,0.14), transparent 42%);
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.login-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.login-form span {
  color: var(--muted);
  font-size: 13px;
}

.login-form input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  min-height: 54px;
  padding: 16px 18px;
  outline: none;
}

.login-form input:focus {
  border-color: rgba(115, 240, 184, 0.56);
  box-shadow: 0 0 0 3px rgba(115, 240, 184, 0.12);
}

.login-form input[readonly] {
  background: rgba(145, 196, 129, 0.10);
  border-color: rgba(145, 196, 129, 0.22);
  color: rgba(236, 248, 232, 0.92);
}

.form-error {
  margin: 0;
  color: var(--danger);
  font-size: 13px;
}

.success-panel {
  color: #07281d;
  background: linear-gradient(135deg, rgba(127,224,162,0.96), rgba(201,236,186,0.92));
}

.error-panel {
  color: #fff0f0;
  background: linear-gradient(135deg, rgba(166,48,48,0.92), rgba(91,18,18,0.92));
}

.submit-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.register-copy {
  margin: 4px 0 18px;
  color: var(--muted);
  line-height: 1.72;
}

.register-step-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.register-step-list-hero {
  margin-top: 22px;
}

.register-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}

.register-step span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(168,214,114,0.16);
  color: var(--gold);
  font-weight: 800;
}

.register-step strong {
  display: block;
  margin-bottom: 4px;
}

.register-step p {
  margin: 0;
  color: var(--muted);
}

.auth-tip {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 13px;
}

.auth-tip.success {
  color: #07281d;
  background: linear-gradient(135deg, rgba(127,224,162,0.96), rgba(201,236,186,0.92));
}

.auth-link-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.auth-link-row a {
  color: var(--gold);
  font-weight: 700;
}

.auth-helper-strip {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.auth-helper-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.auth-helper-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
}

.auth-helper-strip-register {
  background: rgba(168,214,114,0.06);
}

.auth-bottom-banner {
  padding: 14px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(79,191,135,0.16), transparent 42%);
  box-shadow: 0 22px 46px rgba(0,0,0,0.26);
}

.auth-bottom-banner-register {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(168,214,114,0.16), transparent 42%);
}

.auth-bottom-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 16 / 9;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.auth-bottom-copy {
  padding: 20px 14px 10px;
}

.auth-bottom-copy h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.auth-bottom-copy p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.guest-entry-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.guest-entry-panel h2 {
  margin: 0 0 8px;
}

.guest-entry-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.guest-hero-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(20, 65, 94, 0.96), rgba(12, 28, 50, 0.98)),
    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 36%);
}

.guest-hero-copy {
  max-width: 100%;
}

.guest-hero-copy h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.14;
}

.guest-hero-copy p:last-child,
.guest-hero-copy p {
  color: #d7e6f2;
  line-height: 1.76;
}

.guest-hero-note {
  margin-top: 12px;
  color: #aac1d4;
  font-size: 13px;
}

.guest-preview-tags {
  margin-top: 16px;
}

.guest-hero-copy .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.guest-hero-art img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.hero-stats-guest div {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
}

.hero-home-user {
  background:
    linear-gradient(135deg, rgba(18, 62, 102, 0.96), rgba(10, 26, 50, 0.98)),
    radial-gradient(circle at top right, rgba(127,224,162,0.14), transparent 36%);
}

.hero-home-guest {
  opacity: 0.96;
}

.hero-user-chip {
  margin-bottom: 12px;
  background: rgba(127,224,162,0.14);
  color: #d8fff0;
}

.hero-quick-pills {
  margin-top: 16px;
}

.hero-summary-strip,
.wallet-hero-strip,
.home-focus-strip,
.wallet-focus-strip {
  display: grid;
  gap: 12px;
}

.hero-summary-strip,
.wallet-hero-strip {
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}

.hero-summary-strip div,
.wallet-hero-strip div {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.hero-summary-strip span,
.wallet-hero-strip span,
.home-focus-tags span,
.wallet-focus-tags span {
  color: var(--muted);
  font-size: 12px;
}

.hero-summary-strip strong,
.wallet-hero-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.hero-summary-strip.guest div {
  background: rgba(255,255,255,0.06);
}

.home-focus-strip,
.wallet-focus-strip {
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(168,214,114,0.14), transparent 40%);
  box-shadow: 0 18px 34px rgba(0,0,0,0.16);
}

.home-focus-copy p:last-child,
.wallet-focus-copy p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(220, 232, 243, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-focus-tags,
.wallet-focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.home-focus-tags span,
.wallet-focus-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dce8f3;
}

.feedback-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 8, 16, 0.54);
  backdrop-filter: blur(8px);
  z-index: 60;
}

.feedback-modal-card {
  width: min(100%, 280px);
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12,26,44,0.96), rgba(8,17,31,0.98));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  text-align: center;
}

.feedback-spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.14);
  border-top-color: var(--green);
  animation: h6spin .8s linear infinite;
}

.feedback-modal-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.feedback-modal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.feedback-modal-tip {
  background: rgba(4, 14, 10, 0.44);
}

.feedback-modal-card-tip {
  min-width: 220px;
  max-width: 320px;
  padding: 18px 18px 16px;
  background:
    linear-gradient(180deg, rgba(18, 52, 28, 0.96), rgba(9, 24, 16, 0.98)),
    radial-gradient(circle at top right, rgba(145,232,165,0.16), transparent 44%);
  border: 1px solid rgba(178,232,188,0.10);
  box-shadow: 0 22px 44px rgba(0,0,0,0.26);
}

@keyframes h6spin {
  to { transform: rotate(360deg); }
}

.highlight-list .list-row {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
}

.article-card-media {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
}

.article-card-link {
  color: inherit;
  text-decoration: none;
}

.article-card-link:hover {
  border-color: rgba(140, 210, 152, 0.24);
  box-shadow: 0 14px 34px rgba(8, 24, 14, 0.20);
}

.article-card-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.article-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(143,213,154,0.10);
  border: 1px solid rgba(143,213,154,0.16);
  color: rgba(223,255,241,0.88);
  font-size: 10px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.article-card h3 {
  margin: 0;
  line-height: 1.35;
}

.article-excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(220,232,243,0.72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}

.news-detail-prose p {
  font-size: 14px;
  line-height: 1.85;
}

.rank-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rank-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}

.rank-row.self {
  background: linear-gradient(135deg, rgba(168,214,114,0.12), rgba(79,191,135,0.08));
}

.rank-num {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  font-weight: 800;
}

.rank-main strong {
  display: block;
}

.rank-main p, .rank-asset small {
  margin: 4px 0 0;
  color: var(--muted);
}

.rank-asset {
  text-align: right;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 28px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top, rgba(79,191,135,0.12), transparent 42%);
  border: 1px dashed rgba(255,255,255,0.12);
}

.empty-state-compact {
  padding: 22px 16px;
}

.empty-state-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  color: var(--gold);
  font-size: 24px;
  font-weight: 800;
}

.empty-state strong {
  font-size: 18px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.wallet-overview {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 14px;
  align-items: stretch;
}

.wallet-overview-copy p:last-child {
  margin-bottom: 0;
}

.wallet-total-card {
  padding: 22px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.20), transparent 34%),
    linear-gradient(160deg, rgba(109, 208, 163, 0.32), rgba(26, 86, 72, 0.20));
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.wallet-total-card span,
.wallet-total-meta span {
  color: rgba(242, 247, 251, 0.72);
  font-size: 12px;
}

.wallet-total-card strong {
  display: block;
  margin: 10px 0 4px;
  font-size: 32px;
  line-height: 1;
}

.wallet-total-card p {
  margin: 0 0 14px;
  color: var(--green);
}

.wallet-total-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.wallet-total-meta div {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.wallet-total-meta b {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.wallet-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wallet-stat-grid-refined .balance-card {
  min-height: 142px;
}

.wallet-stat-grid-refined .balance-card p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220,232,243,0.72);
}

.wallet-balance-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}

.wallet-balance-card:before {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.14), rgba(255,255,255,0));
}

.balance-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.08);
}

.wallet-mini-panel {
  padding-bottom: 16px;
}

.wallet-command-panel {
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.96), rgba(8, 18, 32, 0.96)),
    radial-gradient(circle at top right, rgba(168,214,114,0.12), transparent 42%);
}

.wallet-command-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}

.wallet-command-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wallet-command-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.wallet-command-actions a {
  position: relative;
  min-height: 112px;
  padding: 18px 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(79,191,135,0.16), transparent 42%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 14px 26px rgba(0,0,0,0.14);
  overflow: hidden;
}

.wallet-command-actions strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.wallet-command-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.wallet-mini-panel .section-head {
  margin-bottom: 12px;
}

.wallet-review-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wallet-review-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.05);
}

.wallet-review-row strong {
  display: block;
  margin-bottom: 4px;
}

.wallet-review-row p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.wallet-review-row span {
  font-size: 24px;
  font-weight: 800;
  color: var(--gold);
}

.wallet-quick-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.wallet-quick-links a {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px;
  position: relative;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(100, 187, 255, 0.16), transparent 40%);
  border: 1px solid rgba(255,255,255,0.06);
  font-weight: 700;
}

.wallet-history-panel {
  background:
    linear-gradient(180deg, rgba(11, 23, 40, 0.94), rgba(8, 18, 32, 0.94)),
    radial-gradient(circle at top, rgba(79,191,135,0.10), transparent 40%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.wallet-history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wallet-history-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}

.wallet-history-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(127,224,162,0.18), rgba(79,191,135,0.18));
  color: var(--text);
}

.wallet-history-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.wallet-history-top strong {
  display: block;
}

.wallet-history-main p {
  margin: 6px 0 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.wallet-history-amount {
  font-weight: 800;
  white-space: nowrap;
}

.wallet-history-amount.plus {
  color: var(--green);
}

.wallet-history-amount.minus {
  color: var(--danger);
}

.wallet-history-empty {
  padding: 24px 18px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.10);
}

.wallet-history-empty p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.kyc-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.action-hub-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(145,232,165,0.12), transparent 46%);
}

.action-hub-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.action-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  min-height: 132px;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(145,232,165,0.15), transparent 50%);
  border: 1px solid rgba(178,232,188,0.10);
  box-shadow: 0 16px 34px rgba(0,0,0,0.15);
}

.action-step-card::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 14px;
  color: rgba(233,245,236,0.78);
  font-size: 18px;
}

.action-step-primary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(160,239,178,0.18), transparent 48%);
}

.action-step-index {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(13, 56, 30, 0.62);
  border: 1px solid rgba(178,232,188,0.12);
  color: rgba(240,249,242,0.96);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.action-step-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.action-step-copy strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.action-step-copy p {
  margin: 0;
  color: rgba(220,232,243,0.66);
  font-size: 11px;
  line-height: 1.55;
}

.kyc-form-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(79,191,135,0.12), transparent 40%);
  border: 1px solid rgba(178,232,188,0.08);
}

.kyc-form-panel-primary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(145,232,165,0.18), transparent 42%);
}

.kyc-side-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    radial-gradient(circle at top right, rgba(122,205,130,0.16), transparent 42%);
  border: 1px solid rgba(178,232,188,0.08);
}

.kyc-intro {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 12px;
}

.kyc-form-head {
  align-items: flex-start;
}

.kyc-guide-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kyc-guide-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.kyc-guide-item > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(15, 58, 32, 0.62);
  border: 1px solid rgba(178,232,188,0.10);
  color: rgba(241,250,243,0.94);
  font-size: 14px;
  font-weight: 800;
}

.kyc-guide-copy strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.kyc-guide-copy p {
  margin: 6px 0 0;
  color: rgba(220,232,243,0.66);
  font-size: 11px;
  line-height: 1.55;
}

.kyc-guide-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(16, 57, 31, 0.46);
  border: 1px solid rgba(178,232,188,0.08);
}

.kyc-guide-note strong {
  display: block;
  font-size: 14px;
}

.kyc-guide-note p {
  margin: 6px 0 0;
  color: rgba(220,232,243,0.64);
  font-size: 11px;
  line-height: 1.55;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.status-badge.warning {
  background: rgba(255, 217, 120, 0.14);
  color: var(--gold);
}

.status-badge.success {
  background: rgba(115, 240, 184, 0.14);
  color: var(--green);
}

.status-badge.danger {
  background: rgba(255, 143, 127, 0.14);
  color: var(--danger);
}

.status-badge.ghost {
  background: rgba(255,255,255,0.08);
  color: var(--muted);
}

.timeline-item {
  display: flex;
  gap: 12px;
}
.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--gold), var(--green));
  box-shadow: 0 0 0 6px rgba(168,214,114,0.10);
}
.timeline-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.prose h3 { margin: 18px 0 8px; }

.text-link {
  color: var(--gold);
  font-size: 13px;
  position: relative;
  padding-right: 16px;
}

.text-link:after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
  font-size: 16px;
}

.tabbar {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 430px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 12px calc(14px + env(safe-area-inset-bottom));
  background: rgba(7, 17, 31, 0.92);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 32px rgba(0,0,0,0.24);
}

.tabbar.tabbar-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.tabbar.tabbar-count-4 .tabbar-item {
  min-height: 60px;
  border-radius: 20px;
}

.tabbar.tabbar-count-4 .tabbar-icon {
  width: 36px;
  height: 36px;
}

.tabbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-height: 58px;
  justify-content: center;
  border-radius: 18px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}
.tabbar-item.active { color: var(--text); }
.tabbar-icon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
}

.tabbar-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.tabbar-item.active .tabbar-icon {
  background: linear-gradient(135deg, rgba(127,224,162,0.30), rgba(79,191,135,0.22));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.side-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 120%));
  width: min(100%, 430px);
  height: 100vh;
  z-index: 20;
  padding: 18px;
  transition: transform .22s ease;
}
.app-shell.menu-open .side-menu { transform: translateX(-50%); }
.side-card {
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, #10253e, #091320);
  border: 1px solid var(--line);
  padding: 22px;
}
.brand-lockup {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}
.brand-badge {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), #7cc46e);
  color: #1d1403;
  font-weight: 900;
}
.brand-title { font-size: 18px; font-weight: 800; }
.brand-sub, .side-note { color: var(--muted); font-size: 13px; line-height: 1.5; }
.side-lang {
  position: relative;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}

.side-lang-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.side-lang-head strong {
  font-size: 14px;
}

.side-lang-head span,
.side-lang-note {
  color: var(--muted);
  font-size: 12px;
}

.side-lang-note {
  margin: 10px 0 0;
  line-height: 1.5;
}

.profile-hero-panel {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.profile-hero-stack {
  display: grid;
  gap: 16px;
}

.profile-identity-card,
.profile-asset-card,
.profile-status-card {
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(127,224,162,0.12), transparent 44%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.profile-identity-card h2 {
  margin: 6px 0 8px;
  font-size: 28px;
  line-height: 1.08;
}

.profile-identity-sub {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.profile-asset-grid,
.profile-status-grid {
  display: grid;
  gap: 14px;
}

.profile-asset-grid,
.profile-status-grid-pre-game,
.profile-status-grid-game {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-asset-item span,
.profile-status-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.profile-asset-item b,
.profile-status-card strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.24;
}

.profile-asset-item-wide,
.profile-status-card-wide {
  grid-column: 1 / -1;
}

.profile-status-grid-pre-game {
  grid-template-columns: 1fr;
}

.profile-hero-kpi,
.profile-hero-meta {
  padding: 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(127,224,162,0.10), transparent 48%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.profile-hero-kpi span,
.profile-hero-meta span {
  color: var(--muted);
  font-size: 12px;
}

.profile-hero-kpi strong,
.profile-hero-meta b {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.profile-hero-meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.profile-hero-shell {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  align-items: stretch;
}

.profile-hero-shell-pre-game {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.profile-hero-shell-game {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.profile-hero-side {
  display: flex;
  align-items: stretch;
}

.profile-hero-art-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(127,224,162,0.18), transparent 42%);
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 164px;
}

.profile-hero-art-card img {
  max-width: 100%;
  max-height: 136px;
}

.profile-hero-stats-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.profile-hero-kpi-wide {
  grid-column: 1 / -1;
}

.profile-hero-kpi-half {
  grid-column: auto;
}

.profile-hero-stats-grid-pre-game .profile-hero-kpi-wide {
  min-height: 132px;
}

.profile-hero-kpi {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-hero-kpi-mill strong {
  font-size: 17px;
  line-height: 1.24;
}

.profile-hero-kpi-account strong,
.profile-hero-kpi-team strong,
.profile-hero-kpi-tree strong {
  font-size: 18px;
}

.home-profile-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(20, 66, 40, 0.98), rgba(8, 28, 18, 0.99)),
    radial-gradient(circle at top right, rgba(145,232,165,0.20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(81,161,95,0.16), transparent 42%);
  border: 1px solid rgba(178, 232, 188, 0.12);
  box-shadow: 0 28px 60px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.06);
}

.home-profile-panel::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145,232,165,0.22), transparent 68%);
  pointer-events: none;
}

.home-profile-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(145,232,165,0.45), rgba(93,194,117,0.24), rgba(255,255,255,0.02));
}

.home-profile-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-profile-badge {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04)),
    radial-gradient(circle at top left, rgba(145,232,165,0.16), transparent 52%);
  border: 1px solid rgba(178,232,188,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 30px rgba(0,0,0,0.14);
}

.home-profile-identity {
  min-width: 0;
  position: relative;
  padding-left: 16px;
}

.home-profile-identity::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(160,239,178,0.98), rgba(84,174,98,0.92));
  box-shadow: 0 0 18px rgba(145,232,165,0.30);
}

.home-profile-label {
  display: inline-flex;
  margin-bottom: 6px;
  color: rgba(226,245,230,0.80);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-profile-badge strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.home-profile-badge p {
  margin: 4px 0 0;
  color: rgba(242,247,251,0.76);
  font-size: 12px;
}

.gradient-game .hero-copy p:last-child,
.gradient-invite .hero-copy p:last-child,
.gradient-profile .hero-copy p:last-child {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(220,232,243,0.72);
}

.compact-grid .balance-card p,
.timeline-body p {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220,232,243,0.72);
}

.list-stack .list-row p {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220,232,243,0.72);
}

.home-profile-pill-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 42%;
}

.home-profile-pill-group span {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(16, 57, 31, 0.66);
  border: 1px solid rgba(178,232,188,0.12);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.home-profile-grid {
  margin-top: 14px;
}

.home-profile-grid .profile-hero-kpi,
.home-profile-grid .profile-hero-meta {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border-radius: 20px;
}

.home-profile-grid .profile-hero-kpi strong {
  font-size: 18px;
}

.home-profile-grid .profile-hero-meta b {
  font-size: 15px;
}

.home-profile-stats {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-profile-stats-row {
  display: grid;
  gap: 10px;
}

.home-profile-stats-row-top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-profile-stats-row-middle {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-profile-stats-row-bottom {
  grid-template-columns: 1fr;
}

.home-profile-stats .profile-hero-kpi,
.home-profile-stats .profile-hero-meta {
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(145,232,165,0.10), transparent 54%);
  border-radius: 20px;
  border: 1px solid rgba(178,232,188,0.08);
}

.home-profile-stats .profile-hero-kpi strong,
.home-profile-stats .profile-hero-meta b {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-profile-stats .profile-hero-meta {
  display: block;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.action-hub-grid .service-card {
  min-height: 126px;
}

.action-hub-grid .service-card strong {
  font-size: 16px;
}

.action-hub-grid .service-card p {
  font-size: 11px;
}

.service-card {
  position: relative;
  min-height: 132px;
  padding: 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(127,224,162,0.14), transparent 46%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card-featured {
  grid-column: span 2;
  background:
    linear-gradient(180deg, rgba(169, 236, 176, 0.18), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(189,255,181,0.18), transparent 42%);
}

.service-card::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(246,251,247,0.92);
  background: rgba(12, 48, 30, 0.56);
  border: 1px solid rgba(255,255,255,0.08);
}

.service-card-label {
  color: rgba(225,239,255,0.68);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card strong {
  display: block;
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.3;
}

.service-card p {
  margin: auto 0 0;
  color: rgba(220,232,243,0.68);
  font-size: 11px;
  line-height: 1.55;
}

.mining-page-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(117, 220, 132, 0.14), transparent 38%);
}

.mining-focus-layout {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 18px;
  align-items: center;
}

.mining-focus-copy {
  display: grid;
  gap: 12px;
}

.mining-hero .hero-art img {
  max-width: 92%;
}

.mining-hero .hero-copy > p:last-child {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(220, 232, 243, 0.62);
}

.machine-card-value {
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mining-stat-grid .balance-card {
  min-width: 0;
}

.mining-stat-grid .balance-card strong {
  min-width: 0;
}

.mining-mill-list {
  display: grid;
  gap: 14px;
}

.mining-mill-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.mining-mill-copy {
  min-width: 0;
}

.mining-mill-copy strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.25;
}

.mining-mill-copy p {
  margin-top: 8px;
}

.mining-mill-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mining-upgrade-btn {
  min-width: 112px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  white-space: nowrap;
}

@keyframes ringRotate {
  to { transform: rotate(360deg); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.72; }
  50% { transform: scale(1.12); opacity: 1; }
}

.timeline-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at top right, rgba(127,224,162,0.08), transparent 52%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 14px;
}

.timeline-body {
  min-width: 0;
}

.timeline-main span {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(10, 36, 24, 0.46);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(232,244,235,0.78);
  font-size: 10px;
  line-height: 1;
}

.rank-row {
  position: relative;
  overflow: hidden;
}

.rank-row-note {
  display: inline-flex;
  margin-top: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  color: rgba(233,245,236,0.82);
  font-size: 10px;
  line-height: 1;
  background: rgba(13, 52, 31, 0.46);
  border: 1px solid rgba(255,255,255,0.08);
}

.top-rank::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
}

.top-rank-1::before { background: linear-gradient(180deg, #dff9cb, #8fcf83); }
.top-rank-2::before { background: linear-gradient(180deg, #cdeec0, #6fb67b); }
.top-rank-3::before { background: linear-gradient(180deg, #bce4b5, #5d9f68); }
.side-links { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.side-links a {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
}

.side-logout {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
}

.menu-mask {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 19;
}
.app-shell.menu-open .menu-mask {
  opacity: 1;
  pointer-events: auto;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 108px;
  transform: translateX(-50%);
  min-width: 180px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(7, 17, 31, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 30;
  text-align: center;
}

@media (max-width: 380px) {
  .cards-grid, .cards-grid.three, .compact-grid, .hero-stats, .task-stats, .flow-steps, .quick-links, .home-shortcut-grid, .kyc-shell { grid-template-columns: 1fr; }
  .wallet-overview, .wallet-stat-grid, .wallet-quick-links { grid-template-columns: 1fr; }
  .wallet-hero-actions, .wallet-command-actions, .wallet-hero-board, .wallet-command-grid { grid-template-columns: 1fr; }
  .ring-row { grid-template-columns: 1fr; }
  .hero-with-art, .article-card-media { grid-template-columns: 1fr; }
  .article-card-meta { align-items: flex-start; }
  .auth-copy-tags, .guest-preview-tags, .hero-quick-pills { gap: 8px; }
  .hero-summary-strip, .wallet-hero-strip, .home-focus-strip, .wallet-focus-strip { grid-template-columns: 1fr; }
  .home-focus-tags, .wallet-focus-tags { justify-content: flex-start; }
  .actions-inline { flex-wrap: wrap; }
  .mining-actions-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-hero-panel,
  .profile-hero-meta { grid-template-columns: 1fr; }
  .profile-hero-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guest-hero-copy .actions { grid-template-columns: 1fr; }
  .ring { margin: 0 auto; }
  .wallet-history-top { align-items: flex-start; flex-direction: column; }
  .invite-layout { grid-template-columns: 1fr; }
  .invite-qr-panel { flex-direction: row; text-align: left; align-items: center; }
  .invite-qr-frame { width: 112px; flex: 0 0 112px; }
  .invite-code-head { flex-direction: column; align-items: flex-start; }
  .action-hub-steps { grid-template-columns: 1fr; }
  .payment-order-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wallet-hero-actions,
  .wallet-command-actions,
  .wallet-hero-board,
  .wallet-command-grid {
    grid-template-columns: 1fr;
  }

  .mining-mill-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .mining-upgrade-btn {
    min-width: 92px;
    padding: 0 18px;
  }

  .hero-stats-home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats-home span {
    font-size: 11px;
  }

  .hero-stats-home strong {
    font-size: 17px;
  }

  .mining-actions-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mining-actions-row .action-btn {
    min-height: 48px;
    padding-inline: 10px;
    font-size: 14px;
  }

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

  .service-card-featured {
    grid-column: span 1;
  }

  .home-profile-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .home-profile-badge {
    width: 100%;
  }

  .home-profile-pill-group {
    max-width: none;
    justify-content: flex-start;
  }

  .profile-hero-panel,
  .profile-hero-meta {
    grid-template-columns: 1fr;
  }

  .profile-hero-stack {
    gap: 14px;
  }

  .profile-identity-card,
  .profile-asset-card,
  .profile-status-card {
    padding: 16px;
    border-radius: 20px;
  }

  .profile-identity-card h2 {
    font-size: 25px;
  }

  .profile-asset-grid,
  .profile-status-grid-pre-game,
  .profile-status-grid-game {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-asset-item-wide,
  .profile-status-card-wide {
    grid-column: 1 / -1;
  }

  .profile-hero-shell,
  .profile-hero-shell-pre-game,
  .profile-hero-shell-game {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .profile-hero-side {
    display: none;
  }

  .profile-hero-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-hero-kpi {
    min-height: 108px;
    padding: 16px;
  }

  .profile-hero-stats-grid-pre-game .profile-hero-kpi-wide {
    grid-column: 1 / -1;
    min-height: 104px;
  }

  .profile-hero-kpi-mill strong {
    font-size: 16px;
  }

  .profile-hero-kpi-account strong,
  .profile-hero-kpi-team strong,
  .profile-hero-kpi-tree strong {
    font-size: 16px;
  }

  .profile-asset-item b,
  .profile-status-card strong {
    font-size: 16px;
  }

  .action-hub-steps {
    grid-template-columns: 1fr;
  }

  .action-step-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: auto;
  }

  .action-step-index {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 16px;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .home-profile-stats-row-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-profile-stats-row-middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-profile-stats-row-bottom {
    grid-template-columns: 1fr;
  }

  .home-profile-stats .profile-hero-kpi,
  .home-profile-stats .profile-hero-meta {
    padding: 12px 10px;
  }

  .home-profile-stats .profile-hero-kpi span,
  .home-profile-stats .profile-hero-meta span {
    font-size: 11px;
  }

  .home-profile-stats .profile-hero-kpi strong,
  .home-profile-stats .profile-hero-meta b {
    font-size: 15px;
  }
}
