/* 产能预售公开页：墨青 × 铜金，作用域 .limin-presale，不污染全站 token */
.limin-presale {
  --ps-bg: #0b1a17;
  --ps-ink: #e8edea;
  --ps-ink-2: #c5cbc8;
  --ps-hero: #0b1a17;
  --ps-paper: #0b1a17;
  --ps-paper-2: #102420;
  --ps-card: #12241f;
  --ps-copper: #b08d57;
  --ps-copper-hi: #c9a86a;
  --ps-copper-txt: #d9b98a;
  --ps-copper-2: #c9a86a;
  --ps-plat: #d8dcde;
  --ps-txt: #e8edea;
  --ps-muted: #8a9a94;
  --ps-faint: #5c6b66;
  --ps-rule: rgba(176, 141, 87, 0.22);
  --ps-danger: #c45c4a;
  --ps-display: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "Times New Roman", serif;
  --ps-sans: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ps-mono: "IBM Plex Mono", "Source Code Pro", ui-monospace, monospace;
  background: var(--ps-bg);
  color: var(--ps-txt);
  font-family: var(--ps-sans);
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 4.5rem;
  position: relative;
}

.limin-presale::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ps-bg);
  z-index: -2;
}

.limin-presale::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--ps-copper-hi), transparent);
  z-index: 3;
  pointer-events: none;
}

.limin-presale .ps-glow {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: min(120vh, 1400px);
  transform: translateX(-50%);
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 46% at 12% -8%, rgba(176, 141, 87, 0.18), transparent 58%),
    radial-gradient(ellipse 55% 38% at 92% 6%, rgba(201, 168, 106, 0.1), transparent 52%),
    radial-gradient(ellipse 48% 36% at 48% 100%, rgba(11, 40, 36, 0.85), transparent 62%),
    radial-gradient(ellipse 36% 28% at 72% 38%, rgba(176, 141, 87, 0.07), transparent 60%);
}

.limin-presale > *:not(.ps-glow) {
  position: relative;
  z-index: 1;
}

@keyframes psIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes psFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes wfGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes moIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.limin-presale .ps-stack > * {
  animation: psIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.limin-presale .ps-stack > *:nth-child(1) { animation-delay: 0ms; }
.limin-presale .ps-stack > *:nth-child(2) { animation-delay: 60ms; }
.limin-presale .ps-stack > *:nth-child(3) { animation-delay: 120ms; }
.limin-presale .ps-stack > *:nth-child(4) { animation-delay: 180ms; }
.limin-presale .ps-stack > *:nth-child(5) { animation-delay: 240ms; }
.limin-presale .ps-stack > *:nth-child(6) { animation-delay: 300ms; }
.limin-presale .ps-stack > *:nth-child(7) { animation-delay: 360ms; }
.limin-presale .ps-stack > *:nth-child(8) { animation-delay: 420ms; }
.limin-presale .ps-stack > *:nth-child(9) { animation-delay: 480ms; }

@media (prefers-reduced-motion: reduce) {
  .limin-presale *,
  .limin-presale *::before,
  .limin-presale *::after {
    transition: none !important;
  }
  .limin-presale .ps-stack > * {
    animation: psFade 280ms ease both;
    transform: none;
  }
  .limin-presale .ps-wf-bar .ps-wf-rect,
  .limin-presale-modal__box {
    animation: none !important;
    transform: none;
  }
}

.limin-presale h1,
.limin-presale h2,
.limin-presale .ps-display {
  font-family: var(--ps-display);
  font-weight: 650;
  letter-spacing: 0.01em;
  color: var(--ps-plat);
}

.limin-presale h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.limin-presale h2 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
  border-bottom: 1px solid var(--ps-rule);
  padding-bottom: 0.4rem;
}

.limin-presale a {
  color: var(--ps-copper-txt);
}

.limin-presale .ps-grad {
  background: linear-gradient(180deg, var(--ps-copper-hi), var(--ps-copper), #8c6a38);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.limin-presale .ps-section {
  margin: 3.25rem 0;
}

.limin-presale .ps-bridge,
.limin-page-shell .ps-bridge {
  font-size: 0.88rem;
  color: var(--ps-muted);
  background: rgba(11, 26, 23, 0.04);
  border: 1px solid rgba(11, 26, 23, 0.08);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.limin-presale .ps-bridge a,
.limin-page-shell .ps-bridge a {
  color: var(--ps-copper);
}
.limin-presale .ps-clause-details {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
}
.limin-presale .ps-clause-details summary {
  cursor: pointer;
  color: var(--ps-muted);
}

.limin-presale .ps-caption {
  font-size: 0.88rem;
  color: var(--ps-muted);
  line-height: 1.55;
  margin: 0.65rem 0 0;
}

.limin-presale .ps-hero {
  background: transparent;
  color: var(--ps-plat);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1.25rem;
  margin-bottom: 0;
  padding: 3.4rem max(1.25rem, calc(50vw - 560px)) 2.4rem;
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.limin-presale .ps-hero h1,
.limin-presale .ps-hero p {
  color: var(--ps-plat);
  max-width: 42rem;
}

.limin-presale .ps-hero .ps-hero__caption {
  color: var(--ps-muted);
  font-size: 0.78rem;
  max-width: 46rem;
  margin: 1.4rem 0 0;
}

.limin-presale .ps-hero .ps-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 1.35rem 0 0;
}

.limin-presale .ps-hero--mall {
  min-height: 0;
  padding-top: 2.4rem;
  padding-bottom: 1.8rem;
}

.limin-presale .ps-clause-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  margin: 1rem 0 0.15rem;
  font-size: 0.88rem;
}

.limin-presale .ps-clause-row a {
  color: var(--ps-copper-txt, #c9a36a);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.limin-presale .ps-sri-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.08rem 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--ps-copper-txt, #c9a36a);
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  vertical-align: middle;
}

.limin-presale .ps-textlink {
  font-size: 0.88rem;
  color: var(--ps-copper-txt);
  margin-left: 0.25rem;
}

.limin-presale .ps-kicker {
  font-family: var(--ps-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ps-copper);
  margin: 0 0 0.6rem;
}

.limin-presale .ps-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}

.limin-presale .ps-metric {
  border: 1px solid var(--ps-rule);
  background: var(--ps-card);
  padding: 1rem 0.95rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.22);
}

.limin-presale .ps-metric b {
  display: block;
  font-family: var(--ps-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-variant-numeric: tabular-nums;
  color: var(--ps-copper-txt);
  line-height: 1.1;
}

.limin-presale .ps-metric.is-empty b {
  font-size: 1.05rem;
  color: var(--ps-muted);
}

.limin-presale .ps-metric .ps-metric__unit {
  display: block;
  font-size: 0.82rem;
  color: var(--ps-plat);
  margin: 0.28rem 0 0.35rem;
}

.limin-presale .ps-metric .ps-metric__sub,
.limin-presale .ps-metric span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--ps-muted);
}

.limin-presale .ps-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0;
}

.limin-presale .ps-gate {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0.75rem;
  align-items: center;
  background: var(--ps-card);
  padding: 1.05rem 1.1rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.22);
}

.limin-presale .ps-ring {
  width: 140px;
  height: 140px;
  display: block;
}

.limin-presale .ps-ring__track {
  stroke: rgba(216, 220, 222, 0.12);
}

.limin-presale .ps-ring__arc {
  stroke: var(--ps-copper-hi);
}

.limin-presale .ps-gate__copy strong {
  font-family: var(--ps-display);
  font-size: 1.8rem;
  font-variant-numeric: tabular-nums;
  color: var(--ps-plat);
}

.limin-presale .ps-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
}

.limin-presale .ps-trust div {
  border: 1px solid var(--ps-rule);
  border-top: 3px solid var(--ps-copper);
  padding: 0.85rem 0.7rem 0.8rem;
  font-size: 0.82rem;
  background: var(--ps-card);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-trust b {
  display: block;
  font-family: var(--ps-sans);
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0;
  color: var(--ps-plat);
  margin-bottom: 0.35rem;
}

.limin-presale .ps-trust__invite,
.limin-presale .ps-trust__name {
  display: inline-block;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--ps-copper-txt);
  border: 1px solid rgba(176, 141, 87, 0.45);
  padding: 0.12rem 0.4rem;
}

.limin-presale .ps-trust__name {
  letter-spacing: 0;
}

.limin-presale .ps-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
}

.limin-presale .ps-badge {
  font-size: 0.78rem;
  border: 1px solid rgba(201, 168, 106, 0.42);
  color: var(--ps-copper-txt);
  padding: 0.28rem 0.58rem;
  background: rgba(7, 24, 16, 0.25);
  border-radius: 4px;
}

.limin-presale .ps-stack .ps-badge,
.limin-presale .ps-section .ps-badge {
  border-color: rgba(196, 92, 74, 0.45);
  color: #e7a297;
  background: transparent;
}

.limin-presale .ps-status {
  display: inline-block;
  font-family: var(--ps-sans);
  font-size: 0.78rem;
  letter-spacing: 0;
  padding: 0.18rem 0.5rem;
  border: 1px solid var(--ps-copper);
  color: var(--ps-copper-txt);
  border-radius: 4px;
}

.limin-presale .ps-status.is-lapsed {
  border-color: var(--ps-faint);
  color: var(--ps-muted);
}

/* 合规三级标识角标 */
.limin-presale .ps-tier {
  display: inline-block;
  font-family: var(--ps-sans);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  padding: 0.18rem 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
}
.limin-presale .ps-tier--live {
  border-color: rgba(110, 178, 138, 0.5);
  color: #9fd3b4;
  background: rgba(24, 52, 38, 0.35);
}
.limin-presale .ps-tier--demo {
  border-color: rgba(201, 168, 106, 0.6);
  color: var(--ps-copper-txt);
  background: rgba(58, 44, 18, 0.4);
}
.limin-presale .ps-tier--vision {
  border-color: rgba(140, 150, 170, 0.55);
  color: #b9c0d4;
  background: rgba(30, 34, 48, 0.4);
}
.limin-presale .ps-tier-note {
  font-size: 0.82rem;
  color: var(--ps-copper-txt);
  border-left: 3px solid rgba(201, 168, 106, 0.55);
  padding: 0.3rem 0.6rem;
  margin: 0.4rem 0;
}
.limin-presale .ps-cta-disabled {
  color: var(--ps-muted);
  font-size: 0.86rem;
}
.limin-presale .ps-btn--disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.limin-presale .ps-cta-bar {
  position: sticky;
  bottom: 0;
  background: rgba(11, 26, 23, 0.94);
  border-top: 1px solid var(--ps-rule);
  padding: 0.75rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin: 2rem -1.25rem -4.5rem;
  z-index: 4;
}

.limin-presale .ps-btn {
  display: inline-block;
  background: var(--ps-copper);
  color: #1a1208 !important;
  text-decoration: none;
  padding: 0.58rem 1.05rem;
  border: 0;
  cursor: pointer;
  font: inherit;
  border-radius: 6px;
}

.limin-presale .ps-hero .ps-btn {
  background: var(--ps-copper-hi);
  color: #1a1208 !important;
}

.limin-presale .ps-btn--ghost {
  background: transparent;
  color: var(--ps-plat) !important;
  border: 1px solid rgba(216, 220, 222, 0.45);
}

.limin-presale .ps-hero .ps-btn--ghost {
  color: var(--ps-plat) !important;
  border-color: rgba(216, 220, 222, 0.45);
}

.limin-presale .ps-legal {
  font-size: 0.78rem;
  color: var(--ps-muted);
  line-height: 1.55;
  margin-top: 2.5rem;
  border-top: 1px solid var(--ps-rule);
  padding-top: 1rem;
}

.limin-presale .ps-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  font-size: 0.88rem;
  margin: 1.1rem 0 0.4rem;
}

.limin-presale .ps-acc details {
  border-bottom: 1px solid var(--ps-rule);
  padding: 0.7rem 0;
}

.limin-presale .ps-acc summary {
  cursor: pointer;
  font-weight: 600;
}

.limin-presale .ps-waterfall {
  display: grid;
  gap: 0.35rem;
  margin: 1rem 0;
}

.limin-presale .ps-wf-wrap {
  position: relative;
  margin: 1rem 0;
}

.limin-presale .ps-wf {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.limin-presale .ps-wf-bar {
  cursor: pointer;
  outline: none;
}

.limin-presale .ps-wf-bar:focus .ps-wf-rect {
  stroke: var(--ps-plat);
  stroke-width: 1.5;
}

.limin-presale .ps-wf-rect {
  fill: var(--ps-copper);
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: wfGrow 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.limin-presale .ps-wf-bar:nth-child(1) .ps-wf-rect { animation-delay: 0ms; }
.limin-presale .ps-wf-bar:nth-child(2) .ps-wf-rect { animation-delay: 60ms; }
.limin-presale .ps-wf-bar:nth-child(3) .ps-wf-rect { animation-delay: 120ms; }
.limin-presale .ps-wf-bar:nth-child(4) .ps-wf-rect { animation-delay: 180ms; }
.limin-presale .ps-wf-bar:nth-child(5) .ps-wf-rect { animation-delay: 240ms; }
.limin-presale .ps-wf-bar:nth-child(6) .ps-wf-rect { animation-delay: 300ms; }

.limin-presale .ps-wf-bar.is-hi .ps-wf-rect {
  fill: var(--ps-copper-hi);
}

.limin-presale .ps-wf-bar.is-static .ps-wf-rect {
  animation: none;
}

.limin-presale .ps-wf-val {
  fill: var(--ps-copper-txt);
  font-size: 18px;
  font-family: var(--ps-display);
}

.limin-presale .ps-wf-name {
  fill: var(--ps-muted);
  font-size: 14px;
  font-family: var(--ps-sans);
}

.limin-presale .ps-wf-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 31, 27, 0.94);
  border: 1px solid var(--ps-rule);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  color: var(--ps-plat);
  font-size: 0.82rem;
  line-height: 1.45;
}

.limin-presale .ps-wf-tip b {
  display: block;
  font-family: var(--ps-mono);
  font-weight: 500;
  color: var(--ps-copper-txt);
  margin-bottom: 0.25rem;
}

.limin-presale .ps-mission {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.limin-presale .ps-mission li {
  border: 1px solid var(--ps-rule);
  border-top: 2px solid var(--ps-copper);
  background: var(--ps-card);
  padding: 12px 8px;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-mission b {
  display: block;
  font-size: 0.88rem;
  color: var(--ps-plat);
  margin-bottom: 0.35rem;
}

.limin-presale .ps-mission span {
  font-size: 0.72rem;
  color: var(--ps-muted);
}

.limin-presale .ps-mission .is-ok {
  border-top-color: #6aa84f;
}

.limin-presale .ps-mission .is-fail {
  border-top-color: var(--ps-danger);
}

.limin-presale .ps-empty {
  border: 1px dashed var(--ps-rule);
  padding: 1.5rem;
  text-align: left;
  color: var(--ps-muted);
  border-radius: 8px;
}

.limin-presale .ps-form {
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
}

.limin-presale .ps-form input,
.limin-presale .ps-form select,
.limin-presale .ps-form textarea {
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 1px solid var(--ps-rule);
  background: var(--ps-paper-2);
  color: var(--ps-txt);
  font: inherit;
  border-radius: 6px;
}

.limin-presale .ps-form input[type="checkbox"] {
  width: auto;
  margin-top: 0.2rem;
}

.limin-presale .ps-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.limin-presale .ps-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 1.1rem;
}

.limin-presale .ps-stepper span {
  border: 1px solid var(--ps-rule);
  color: var(--ps-muted);
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.limin-presale .ps-stepper span.is-on {
  border-color: var(--ps-copper);
  color: var(--ps-plat);
  background: rgba(201, 168, 106, 0.12);
}

.limin-presale .ps-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 0.6rem 0 1rem;
}

.limin-presale .ps-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1rem 0;
}

.limin-presale .ps-tabs button {
  background: transparent;
  border: 1px solid var(--ps-rule);
  padding: 0.35rem 0.7rem;
  cursor: pointer;
  font: inherit;
  color: var(--ps-plat);
  border-radius: 6px;
}

.limin-presale .ps-tabs button.is-on {
  background: var(--ps-copper);
  color: #1a1208;
}

.limin-presale .ps-card {
  border: 1px solid var(--ps-rule);
  padding: 1.05rem 1.1rem;
  margin-bottom: 0.75rem;
  background: var(--ps-card);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-provider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--ps-rule);
  background: var(--ps-card);
  padding: 1.15rem 1.2rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-provider h2 {
  border: 0;
  margin: 0 0 0.4rem;
  padding: 0;
  font-size: 1.12rem;
}

.limin-presale .ps-story {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.limin-presale .ps-story article {
  background: var(--ps-card);
  border: 1px solid var(--ps-rule);
  padding: 0.95rem 0.9rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-story b {
  display: block;
  font-family: var(--ps-display);
  margin-bottom: 0.35rem;
  color: var(--ps-plat);
}

.limin-presale .ps-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.limin-presale .ps-steps ol {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
  line-height: 1.7;
}

.limin-presale .ps-grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.limin-presale .ps-grid4 a {
  display: block;
  background: var(--ps-card);
  border: 1px solid var(--ps-rule);
  padding: 1rem 0.9rem;
  text-decoration: none;
  color: var(--ps-plat);
  font-weight: 650;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.18);
}

.limin-presale .ps-grid4 a:hover {
  border-color: var(--ps-copper);
}

.limin-presale .ps-riskbar {
  background: #071410;
  color: var(--ps-plat);
  padding: 1.05rem 1.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--ps-rule);
}

.limin-presale .ps-riskbar,
.limin-presale .ps-riskbar a {
  color: var(--ps-plat);
}

.limin-presale .ps-pro {
  margin: 1rem 0;
  border: 1px solid var(--ps-rule);
  padding: 0.7rem 0.9rem;
  background: var(--ps-card);
  border-radius: 8px;
}

.limin-presale .ps-pro table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.limin-presale .ps-pro td,
.limin-presale .ps-pro th {
  text-align: left;
  padding: 0.35rem 0.4rem;
  border-bottom: 1px solid var(--ps-rule);
}

.limin-presale-modal {
  position: fixed;
  inset: 0;
  background: rgba(7, 16, 14, 0.72);
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.limin-presale-modal__box {
  background: #0e1f1b;
  color: #d8dcde;
  max-width: 32rem;
  padding: 1.4rem;
  border: 1px solid #b08d57;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(201, 168, 106, 0.22);
  animation: moIn 280ms ease forwards;
}

.limin-presale-modal__box h2 {
  margin-top: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  color: #d9b98a;
}

.limin-presale-modal__box .ps-btn {
  background: #c9a86a;
  color: #1a1208 !important;
  border: 0;
  padding: 0.58rem 1.05rem;
  cursor: pointer;
  font: inherit;
  border-radius: 6px;
}

@media (max-width: 720px) {
  .limin-presale .ps-metrics,
  .limin-presale .ps-dual,
  .limin-presale .ps-trust,
  .limin-presale .ps-story,
  .limin-presale .ps-steps,
  .limin-presale .ps-grid4,
  .limin-presale .ps-mission {
    grid-template-columns: 1fr;
  }
  .limin-presale .ps-gate {
    grid-template-columns: 1fr;
  }
  .limin-presale .ps-cta-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .limin-presale .ps-hero {
    min-height: auto;
    padding-top: 2.4rem;
  }
}
