/* GENERATED by the boundary compiler — ONE global stylesheet.
   Components author their Style rules per file; only the rules a View actually
   REFERENCES are emitted (dead rules are dropped and listed in the build
   report). Class names follow the tag-prefix strip rule: rule `headerMain`
   referenced inside `header` emits class="main" under the TAG-QUALIFIED
   selector `header.main`; under any other tag it keeps `.headerMain`. */

:root {
  --bg: #0e1116;
  --panel: #151a21;
  --rule: #232a33;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: #e8e6e1;
  font-family: system-ui, sans-serif;
  line-height: 1.6;
}

a {
  color: #5ac8fa;
}

code, pre {
  font-family: ui-monospace, monospace;
  font-size: 0.92rem;
}

.tk-kw {
  color: #e8a33d;
}

.tk-str {
  color: #98c379;
}

.tk-cmt {
  color: #5f6b78;
}

.tk-num {
  color: #d19a66;
}

.tk-fn {
  color: #5ac8fa;
}

.tk-id {
  color: #e8e6e1;
}

.tk-tx {
  color: #7f8894;
}

.hero {
  max-width: 52rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem 1.5rem;
  text-align: center;
}

.heroTitle {
  font-size: 3rem;
  letter-spacing: -0.02em;
  margin: 1.2rem 0 0.4rem 0;
}

.tagline {
  font-size: 1.3rem;
  color: #8a8f98;
}

.sample {
  max-width: 52rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
  background: var(--panel);
  border: 1px solid var(--rule);
  border-radius: 12px;
  text-align: left;
  overflow-x: auto;
  white-space: pre;
}

.trio {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.2rem;
}

.card {
  background: var(--panel);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 1.4rem;
}

.cardTitle {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.cardBody {
  color: #8a8f98;
  font-size: 0.95rem;
}

.install {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem 1.5rem;
}

.installBox {
  background: var(--panel);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  white-space: pre;
  overflow-x: auto;
}

.installNote {
  color: #8a8f98;
  font-size: 0.95rem;
  margin: 0.4rem 0;
}

.foot {
  text-align: center;
  color: #8a8f98;
  padding: 0 0 3rem 0;
  font-size: 0.9rem;
}

.docsWrap {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 2rem;
}

.toc {
  list-style: none;
}

.tocItem {
  margin: 0.35rem 0;
}

.docBody {
  white-space: pre-wrap;
  color: #b9bec6;
}

.docTitle {
  margin: 0 0 0.8rem 0;
}

.docCode {
  background: var(--panel);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.1rem 1.3rem;
  margin: 1.2rem 0 0 0;
  white-space: pre;
  overflow-x: auto;
}

.plugWrap {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.search {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  background: var(--panel);
  border: 1px solid var(--rule);
  border-radius: 10px;
  color: inherit;
  margin: 0.5rem 0 1.5rem 0;
}

.row {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--rule);
}

.pname {
  font-family: ui-monospace, monospace;
  min-width: 9rem;
}

.prealm {
  font-size: 0.8rem;
  color: #8a8f98;
  min-width: 4rem;
}

.pdesc {
  color: #b9bec6;
}

.registryNote {
  color: #8a8f98;
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  max-width: 60rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.navBrand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: inherit;
  text-decoration: none;
}

.navLink {
  color: #8a8f98;
  text-decoration: none;
}

.navSpacer {
  flex: 1;
}
