:root {
  color-scheme: dark;
  --ops-bg: #0d1117;
  --ops-panel: #151b23;
  --ops-text: #f0f6fc;
  --ops-muted: #b7c8dc;
  --ops-soft: #8c98a8;
  --ops-line: #30363d;
  --ops-accent: #58a6ff;
}

body:has(.landing) .md-header,
body:has(.landing) .md-tabs,
body:has(.landing) .md-sidebar,
body:has(.landing) .md-footer,
body:has(.landing) .md-content__button {
  display: none;
}

body:has(.landing) .md-container,
body:has(.landing) .md-main {
  background: var(--ops-bg);
}

body:has(.landing) .md-main__inner {
  max-width: none;
  margin: 0;
}

body:has(.landing) .md-content {
  max-width: none;
}

body:has(.landing) .md-content__inner {
  margin: 0;
  padding: 0;
}

body:has(.landing) .md-content__inner::before {
  display: none;
}

.landing {
  min-height: 100vh;
  color: var(--ops-text);
  background: var(--ops-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.landing-main {
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 56px 20px;
}

.landing-wrap {
  width: min(100%, 860px);
}

.landing-hero {
  padding: 18px 0 30px;
  border-bottom: 1px solid var(--ops-line);
}

.landing-hero h1 {
  margin: 0;
  color: var(--ops-text);
  font-size: clamp(2rem, 5.35vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
}

.tagline {
  margin: 14px 0 0;
  color: var(--ops-accent);
  font-size: clamp(0.9rem, 2.15vw, 1.35rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.coming-soon {
  margin-top: 28px;
}

.coming-soon h2 {
  margin: 0 0 18px;
  color: var(--ops-text);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.soon-list,
.md-typeset ul.soon-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.md-typeset .soon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.soon-list::marker,
.soon-list ::marker,
.soon-list li::marker {
  content: "";
}

.soon-list li,
.md-typeset .soon-list li,
.md-typeset ul.soon-list > li {
  margin: 0;
  padding: 12px 16px;
  list-style: none;
  border: 1px solid var(--ops-line);
  border-radius: 8px;
  background: var(--ops-panel);
  color: var(--ops-muted);
}

.md-typeset ul.soon-list > li + li {
  margin-top: 4px;
}

.project-card-link {
  display: grid;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.project-card-link:hover strong,
.project-card-link:focus-visible strong {
  color: var(--ops-accent);
}

.project-card-link:focus-visible {
  outline: 2px solid var(--ops-accent);
  outline-offset: 4px;
}

.soon-project {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.soon-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.soon-list p {
  margin: 0;
  color: var(--ops-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.soon-list .status {
  align-self: end;
  color: var(--ops-soft);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.soon-list strong {
  color: var(--ops-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.15;
}

@media (max-width: 520px) {
  .landing-main {
    place-items: start center;
    padding-top: 72px;
  }

  .landing-hero {
    padding-bottom: 32px;
  }
}
