:root {
  --xuan: #100b09;
  --xuan-2: #1a1410;
  --xuan-3: #241a15;
  --surface: rgba(45, 33, 26, .82);
  --surface-2: rgba(30, 23, 19, .9);
  --gold: #c9a05c;
  --gold-light: #f5e6b8;
  --gold-dim: rgba(201, 160, 92, .25);
  --vermillion: #b43c28;
  --vermillion-light: #d0553d;
  --paper: #f5f0e8;
  --paper-dark: #d9cdbb;
  --muted: #9f8f7d;
  --green: #79c891;
  --bad: #d98270;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--xuan);
  color: var(--paper);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.bg-base, .bg-mountain, .bg-vignette, .bg-gold-top, .glow-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.bg-base {
  z-index: -5;
  background:
    linear-gradient(180deg, rgba(36,24,18,.75), rgba(16,11,9,.95) 40%, #130d0a 100%),
    radial-gradient(circle at 50% 8%, rgba(201,160,92,.22), transparent 34%),
    var(--xuan);
}
.bg-mountain {
  z-index: -4;
  opacity: .24;
  background:
    linear-gradient(140deg, transparent 0 52%, rgba(245,230,184,.12) 53%, transparent 55%),
    linear-gradient(215deg, transparent 0 55%, rgba(245,230,184,.10) 56%, transparent 58%),
    linear-gradient(170deg, transparent 0 61%, rgba(201,160,92,.10) 62%, transparent 64%),
    radial-gradient(ellipse at 50% 90%, rgba(201,160,92,.18), transparent 48%);
}
.bg-vignette {
  z-index: -3;
  background: radial-gradient(ellipse at center, rgba(10,6,4,.20) 0%, rgba(10,6,4,.32) 45%, rgba(10,6,4,.82) 100%);
}
.bg-gold-top {
  z-index: -2;
  height: 160px;
  background: linear-gradient(180deg, rgba(201,160,92,.16), transparent);
}
.glow-field { z-index: -1; overflow: hidden; }
.glow-field span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(245,230,184,.68);
  box-shadow: 0 0 16px rgba(245,230,184,.8);
  animation: glow-rise 5s infinite both;
}
@keyframes glow-rise {
  0% { transform: translateY(24px) scale(.8); opacity: 0; }
  30% { opacity: .7; }
  100% { transform: translateY(-90px) scale(1.15); opacity: 0; }
}

.topbar {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 56px;
  background: rgba(16, 11, 9, .48);
  backdrop-filter: blur(10px);
}
.topbar-inner {
  max-width: 1152px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.brand-mark {
  width: 36px;
  height: 36px;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(201,160,92,.4));
}
.brand span {
  font-size: 1.55rem;
  background: linear-gradient(180deg, #f5e6b8 0%, #c9a05c 52%, #8b6914 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: .12em;
  white-space: nowrap;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1;
}
.desktop-nav a {
  font-size: 14px;
  color: var(--paper-dark);
  transition: color .2s;
  white-space: nowrap;
}
.desktop-nav a:hover, .desktop-nav a.active { color: var(--gold); }
.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.icon-btn, .pill-btn {
  border: 1px solid rgba(201,160,92,.28);
  background: transparent;
  color: rgba(245,240,232,.8);
  transition: .2s;
}
.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.pill-btn {
  height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--gold);
}
.icon-btn:hover, .pill-btn:hover, .icon-btn.active {
  border-color: rgba(201,160,92,.55);
  background: rgba(201,160,92,.1);
  color: var(--gold);
}
.gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,160,92,.45), transparent);
}

.app-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 56px);
  padding: 86px 16px 104px;
}
.container {
  width: min(100%, 960px);
  margin: 0 auto;
}
.narrow { width: min(100%, 760px); }
.hero {
  min-height: calc(100vh - 128px);
  display: grid;
  align-content: center;
  text-align: center;
  padding: 30px 0;
}
.hero h1, .page-title {
  margin: 0;
  color: var(--gold);
  font-size: clamp(42px, 8vw, 90px);
  font-weight: 500;
  letter-spacing: .18em;
  text-shadow: 0 10px 40px rgba(0,0,0,.6);
}
.hero p, .lead {
  margin: 18px auto 0;
  max-width: 680px;
  color: rgba(245,240,232,.82);
  line-height: 1.9;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.scroll-note {
  margin-top: 36px;
  color: rgba(245,240,232,.58);
  font-size: 14px;
}
.section { margin-top: 64px; }
.section h2, .panel h2 {
  color: var(--gold);
  font-weight: 500;
  letter-spacing: .08em;
}
.section h2 { text-align: center; font-size: 32px; }
.grid {
  display: grid;
  gap: 16px;
}
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .panel {
  border: 1px solid rgba(201,160,92,.2);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.card {
  padding: 22px;
  transition: border-color .2s, transform .2s, background .2s;
}
.card:hover {
  border-color: rgba(201,160,92,.42);
  transform: translateY(-2px);
  background: rgba(55, 40, 31, .88);
}
.card .tag {
  display: inline-flex;
  color: var(--gold-light);
  border: 1px solid rgba(201,160,92,.24);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  background: rgba(201,160,92,.08);
}
.card h3 {
  margin: 16px 0 8px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 500;
}
.card p { margin: 0; color: var(--paper-dark); line-height: 1.75; }
.panel {
  padding: 24px;
  margin-bottom: 18px;
}
.panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.panel-title h2, .panel-title h3 { margin: 0; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.center { text-align: center; }

.btn {
  min-height: 44px;
  border: 1px solid rgba(201,160,92,.35);
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold);
  background: transparent;
  transition: .2s;
}
.btn:hover { background: rgba(201,160,92,.1); border-color: rgba(201,160,92,.65); }
.btn.primary {
  min-width: 180px;
  border-color: transparent;
  background: var(--vermillion);
  color: white;
  box-shadow: 0 12px 30px rgba(180,60,40,.22);
  letter-spacing: .08em;
}
.btn.primary:hover { background: var(--vermillion-light); }
.btn.block { width: 100%; }

.form-row { display: grid; gap: 8px; margin-bottom: 16px; }
label { color: var(--paper-dark); }
input, textarea, select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(201,160,92,.22);
  border-radius: 8px;
  background: rgba(20,14,11,.72);
  color: var(--paper);
  padding: 10px 12px;
  outline: none;
}
textarea { min-height: 96px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  border-color: rgba(201,160,92,.8);
  box-shadow: 0 0 0 3px rgba(201,160,92,.12);
}
.segmented {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.segmented button, .choice {
  border: 1px solid rgba(201,160,92,.22);
  background: rgba(20,14,11,.5);
  color: var(--paper-dark);
  border-radius: 999px;
  padding: 9px 14px;
}
.segmented button.active, .choice.active {
  border-color: rgba(201,160,92,.6);
  background: rgba(201,160,92,.15);
  color: var(--gold-light);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.price-card {
  min-height: 96px;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  align-content: center;
  text-align: center;
}
.price-card strong {
  color: var(--gold-light);
  font-weight: 600;
}
.price-card span {
  color: var(--gold);
  font-size: 24px;
}
.price-card small { color: var(--muted); }
.quota-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(201,160,92,.28);
  border-radius: 999px;
  padding: 3px 12px;
  margin: 0 0 14px;
  color: var(--gold-light);
  background: rgba(201,160,92,.08);
}
.compact-pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.compact-pay span { color: var(--paper-dark); }
.compact-pay strong {
  color: var(--gold);
  font-size: 24px;
}
.master-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.master {
  text-align: left;
  border: 1px solid rgba(201,160,92,.2);
  border-radius: 12px;
  background: rgba(20,14,11,.44);
  padding: 16px;
  color: var(--paper-dark);
}
.master.active {
  border-color: rgba(201,160,92,.65);
  background: rgba(201,160,92,.1);
  box-shadow: 0 0 24px rgba(201,160,92,.14);
}
.master .emoji { font-size: 30px; }
.master strong {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 18px;
}
.master small { display: block; color: var(--muted); margin: 2px 0 8px; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.stat {
  border: 1px solid rgba(201,160,92,.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(20,14,11,.42);
}
.stat b {
  display: block;
  color: var(--gold);
  font-size: 26px;
  margin-top: 5px;
}
.light-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
  gap: 12px;
}
.lamp {
  min-height: 134px;
  text-align: center;
  border: 1px solid rgba(201,160,92,.2);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 18%, rgba(245,230,184,.2), transparent 30%), rgba(20,14,11,.48);
  padding: 14px;
}
.flame {
  width: 28px;
  height: 42px;
  margin: 0 auto 8px;
  border-radius: 50% 50% 45% 45%;
  background: linear-gradient(180deg, #fff3bd, #f3a142 55%, #b43c28);
  box-shadow: 0 0 22px rgba(245,161,66,.9);
  animation: flicker 1.3s infinite alternate;
}
@keyframes flicker { from { transform: scaleY(.94) rotate(-2deg); } to { transform: scaleY(1.05) rotate(2deg); } }

.result {
  border: 1px solid rgba(201,160,92,.28);
  border-radius: 8px;
  background: rgba(245,240,232,.06);
  padding: 18px;
  line-height: 1.85;
}
.result h3 { color: var(--gold); margin: 0 0 8px; }
.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
  align-items: start;
}
.admin-status {
  margin-top: 10px;
  color: var(--paper-dark);
}
.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.profile-hero .page-title {
  text-align: left;
  font-size: clamp(38px, 7vw, 72px);
}
.profile-hero .lead {
  margin-left: 0;
  margin-right: 0;
}
.profile-actions {
  display: grid;
  gap: 10px;
  min-width: 160px;
}
.admin-table {
  margin-top: 18px;
  overflow-x: auto;
}
.admin-table table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: var(--paper-dark);
}
.admin-table th,
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(201,160,92,.14);
  text-align: left;
  vertical-align: top;
}
.admin-table th {
  color: var(--gold);
  font-weight: 500;
  background: rgba(201,160,92,.08);
}
.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(201,160,92,.22);
  border-radius: 999px;
  padding: 2px 10px;
  color: var(--muted);
}
.status.paid {
  color: var(--green);
  border-color: rgba(121,200,145,.42);
  background: rgba(121,200,145,.08);
}
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}
.poem {
  color: var(--gold-light);
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.ai-result {
  margin-top: 14px;
  text-align: left;
}
.ai-section {
  border-top: 1px solid rgba(201,160,92,.14);
  padding-top: 10px;
  margin-top: 10px;
}
.ai-section h4 {
  color: var(--gold-light);
  margin: 0 0 4px;
  font-weight: 500;
}
.ai-section p { margin: 0; }
.almanac-day {
  text-align: center;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(201,160,92,.16), rgba(20,14,11,.46));
  border: 1px solid rgba(201,160,92,.24);
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill-list span {
  border: 1px solid rgba(201,160,92,.18);
  color: var(--paper-dark);
  background: rgba(20,14,11,.38);
  border-radius: 999px;
  padding: 7px 11px;
}
.time-grid { grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); }
.time-card {
  border: 1px solid rgba(201,160,92,.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(20,14,11,.38);
}
.time-card.good { border-color: rgba(121,200,145,.36); }
.time-card.bad { border-color: rgba(217,130,112,.36); }

.dream-card, .track, .record-item {
  border: 1px solid rgba(201,160,92,.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(20,14,11,.42);
}
.dream-card button, .track {
  width: 100%;
  text-align: left;
}
.track.active { border-color: rgba(201,160,92,.6); background: rgba(201,160,92,.12); }
.track strong { color: var(--gold); display: block; }
.upload-box {
  border: 1px dashed rgba(201,160,92,.35);
  border-radius: 8px;
  padding: 22px;
  text-align: center;
  background: rgba(20,14,11,.35);
}
.palm-preview {
  max-width: 100%;
  max-height: 240px;
  border-radius: 8px;
  margin-top: 12px;
  border: 1px solid rgba(201,160,92,.2);
}
.incense-stage {
  min-height: 260px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 22px;
  border-radius: 8px;
  border: 1px solid rgba(201,160,92,.16);
  background: radial-gradient(circle at 50% 72%, rgba(201,160,92,.17), transparent 46%), rgba(20,14,11,.42);
  padding: 28px;
}
.incense {
  width: 8px;
  height: 130px;
  border-radius: 8px;
  background: linear-gradient(180deg, #eecf9e, #7c4432);
  position: relative;
}
.incense::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 22px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,245,180,.95), rgba(245,145,50,.7) 48%, transparent 70%);
}
.smoke {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 40px;
  height: 70px;
  transform: translateX(-50%);
  border-radius: 50%;
  border-left: 2px solid rgba(245,240,232,.28);
  animation: smoke 2.4s infinite ease-in-out;
}
@keyframes smoke { 0% { opacity: .2; transform: translateX(-50%) translateY(12px) scale(.8); } 100% { opacity: 0; transform: translateX(-35%) translateY(-26px) scale(1.2); } }
.coin-toss {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.coin {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #26180d;
  background: radial-gradient(circle at 35% 28%, #fff3c8, #c99b47 62%, #70480f);
  box-shadow: 0 5px 18px rgba(0,0,0,.28);
}
.hexagram-line {
  height: 12px;
  margin: 10px auto;
  max-width: 240px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.hexagram-line span {
  height: 100%;
  background: var(--gold-light);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(245,230,184,.25);
}
.hexagram-line.solid span { width: 190px; }
.hexagram-line.broken span { width: 82px; }

.share-fab {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 44;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(201,160,92,.55);
  background: linear-gradient(135deg, rgba(201,160,92,.32), rgba(180,60,40,.22));
  color: var(--gold-light);
  font-size: 26px;
  box-shadow: 0 18px 34px rgba(0,0,0,.35);
}
.bottom-nav {
  display: none;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 43;
  border-top: 1px solid rgba(201,160,92,.2);
  background: rgba(26,20,16,.97);
  backdrop-filter: blur(10px);
  padding: 8px 4px max(env(safe-area-inset-bottom), 8px);
}
.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--muted);
  font-size: 11px;
  padding: 4px 0;
}
.bottom-nav a span:first-child { font-size: 20px; }
.bottom-nav a.active { color: var(--gold); }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,6,4,.9);
  backdrop-filter: blur(8px);
  padding: 16px;
}
.modal-backdrop[hidden] { display: none; }
.modal-card {
  width: min(100%, 460px);
  max-height: 92vh;
  overflow: auto;
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(201,160,92,.38);
  background: var(--xuan-3);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.36);
  color: var(--paper);
  font-size: 24px;
}
.modal-head {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid rgba(201,160,92,.16);
  background: linear-gradient(90deg, rgba(201,160,92,.12), rgba(180,60,40,.08), rgba(201,160,92,.12));
}
.modal-head p { margin: 0; color: var(--gold); font-size: 12px; letter-spacing: .18em; }
.modal-head h3 { margin: 8px 0 4px; color: var(--gold); font-size: 24px; font-weight: 500; }
.modal-head span { color: var(--muted); font-size: 13px; }
.modal-body { padding: 20px; }
.qr {
  width: 192px;
  height: 192px;
  margin: 0 auto 16px;
  border: 10px solid var(--paper);
  background:
    linear-gradient(90deg, #1a1410 10px, transparent 10px 20px, #1a1410 20px 30px, transparent 30px),
    linear-gradient(#1a1410 10px, transparent 10px 20px, #1a1410 20px 30px, transparent 30px),
    var(--paper);
  background-size: 40px 40px;
}
.payment-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(201,160,92,.22);
  border-radius: 8px;
  background: rgba(20,14,11,.42);
  padding: 14px;
  margin-bottom: 14px;
}
.payment-summary strong { color: var(--gold-light); }
.payment-summary span {
  color: var(--gold);
  font-size: 24px;
}
.pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.pay-option {
  border: 1px solid rgba(201,160,92,.22);
  border-radius: 8px;
  background: rgba(20,14,11,.42);
  color: var(--paper-dark);
  min-height: 42px;
}
.pay-option.active {
  border-color: rgba(201,160,92,.62);
  background: rgba(201,160,92,.14);
  color: var(--gold-light);
}
.payment-box {
  border: 1px solid rgba(201,160,92,.18);
  border-radius: 8px;
  background: rgba(20,14,11,.36);
  padding: 16px;
  margin-bottom: 14px;
  text-align: center;
}
.payment-box h3 {
  color: var(--gold);
  margin: 0 0 12px;
}
.mono {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  word-break: break-all;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 150;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(201,160,92,.32);
  border-radius: 999px;
  background: rgba(26,20,16,.95);
  color: var(--gold-light);
  padding: 10px 16px;
  transition: .2s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .restore-btn { display: none; }
  .bottom-nav { display: grid; grid-template-columns: repeat(6, 1fr); }
  .share-fab { bottom: 104px; width: 50px; height: 50px; }
  .feature-grid, .three-grid, .master-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-grid { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero-actions .btn { width: 100%; }
  .stat-row { grid-template-columns: 1fr; }
  .panel { padding: 18px; }
}

@media (max-width: 520px) {
  .app-shell { padding-inline: 12px; }
  .brand span { font-size: 1.35rem; }
  .install-only { display: none; }
  .topbar-inner { padding-inline: 12px; }
  .page-title { font-size: 38px; }
  .section { margin-top: 44px; }
  .coin { width: 40px; height: 40px; }
  .price-grid { grid-template-columns: 1fr; }
}
