/* ── Coming-soon lock — the landing is the only page: no rail entry, no wallet, no deploy ── */
html[data-coming-soon="true"] .rail-switch,
html[data-coming-soon="true"] #core-connect,
html[data-coming-soon="true"] .foot-links { display: none !important; }

html[data-coming-soon="true"] .half { cursor: default; }
html[data-coming-soon="true"] .half-cta { opacity: 0.72; }

/* a "coming soon" pill in the topbar, where Connect used to be */
html[data-coming-soon="true"] .top-right::after {
  content: "Coming soon";
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--c-green); border: 1px solid var(--c-line2); border-radius: 999px;
  padding: 7px 13px; white-space: nowrap;
}
