:root {
  color-scheme: light;
  --page: #f7f8f4;
  --paper: #ffffff;
  --ink: #151712;
  --muted: #596057;
  --soft: #737b70;
  --line: #d9ded4;
  --line-strong: #aab3a4;
  --dark: #11140f;
  --dark-2: #1c2018;
  --dark-line: #3f473b;
  --accent: #14784b;
  --accent-bright: #35d179;
  --code: #101820;
  --topbar-height: 59px;
  --font-body: 'Bilig Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Bilig Sans', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Bilig Mono', 'SFMono-Regular', ui-monospace, 'Cascadia Code', Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-padding-top: calc(var(--topbar-height) + 18px);
  scroll-behavior: auto;
}

main[id],
section[id] {
  scroll-margin-top: calc(var(--topbar-height) + 18px);
}

body {
  margin: 0;
  padding-top: var(--topbar-height);
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--accent);
}

a:focus-visible {
  outline: 3px solid rgba(31, 138, 84, 0.28);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure,
pre,
dl,
dd {
  margin: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

code,
pre,
.mono {
  font-family: var(--font-mono);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 40;
  border: 1px solid var(--ink);
  background: var(--paper);
  padding: 8px 12px;
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(247, 244, 235, 0.1);
  background: rgba(10, 11, 9, 0.94);
  backdrop-filter: blur(16px);
}

.topbar .wrap,
.brand,
.nav {
  display: flex;
  align-items: center;
}

.topbar .wrap {
  min-height: calc(var(--topbar-height) - 1px);
  justify-content: space-between;
  gap: 18px;
}

.brand {
  gap: 10px;
  color: #f7f4eb;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #1e241d;
  border-radius: 5px;
  background: #10130f;
}

.brand-mark::before {
  width: 13px;
  height: 17px;
  background: var(--accent-bright);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 66% 100%, 66% 38%, 34% 38%, 34% 100%, 0 100%);
  content: '';
}

.nav {
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  color: #b7bcb2;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a,
.button,
.path-link {
  text-decoration: none;
}

.nav a {
  display: inline-flex;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px 10px;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  border-color: rgba(247, 244, 235, 0.18);
  background: rgba(247, 244, 235, 0.07);
  color: #f7f4eb;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: #f7f4eb;
  background:
    radial-gradient(circle at 74% 42%, rgba(53, 209, 121, 0.18), transparent 32%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(rgba(247, 244, 235, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 235, 0.03) 1px, transparent 1px), linear-gradient(135deg, #151610 0%, #090a08 72%);
  background-size:
    auto,
    auto,
    72px 72px,
    72px 72px,
    auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(440px, 0.78fr) minmax(520px, 1fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
  padding: clamp(48px, 6.4vw, 76px) 0 clamp(42px, 5vw, 62px);
}

.hero-copy {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.eyebrow,
.kicker,
.step,
.path-link span,
.proof-row dt,
.proof-links span,
.proof-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 680px;
  font-family: var(--font-display);
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.04;
}

.hero-subtitle {
  max-width: min(560px, 100%);
  color: #b9bdb4;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.hero .eyebrow {
  color: var(--accent-bright);
}

.lede {
  max-width: 550px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.install-command {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
  max-width: 420px;
  border: 1px solid #bac5b5;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(31, 36, 27, 0.07);
}

.hero .install-command {
  border-color: #3b4537;
  background: rgba(13, 16, 12, 0.78);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.install-command span,
.install-command code {
  padding: 13px 15px;
}

.install-command span {
  border-right: 1px solid var(--line);
  color: var(--accent);
}

.hero .install-command span {
  border-right-color: #313a2f;
  color: var(--accent-bright);
}

.hero .install-command code {
  color: #f8f4ea;
}

.install-command code {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-command {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 14px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border-top: 1px solid #4a5347;
  border-bottom: 1px solid #4a5347;
  padding: 14px 0;
}

.hero-command span {
  color: var(--accent-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-command code {
  min-width: 0;
  color: #d8f7dc;
  font-size: 15px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.hero-command strong {
  grid-column: 1 / -1;
  color: #b9bdb4;
  font-size: 15px;
  font-weight: 600;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.hero-note {
  max-width: 620px;
  color: #aeb5aa;
  font-size: 15px;
  line-height: 1.55;
}

.hero-note a {
  color: #d8f7dc;
  font-weight: 700;
  text-decoration-color: rgba(216, 247, 220, 0.38);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--paper);
  padding: 10px 15px;
  color: var(--ink);
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.hero .button {
  border-color: #4a5347;
  background: rgba(247, 244, 235, 0.04);
  color: #f8f4ea;
}

.hero .button:hover {
  border-color: var(--accent-bright);
  background: rgba(53, 209, 121, 0.1);
  color: #ffffff;
}

.button:hover {
  transform: translateY(-1px);
  border-color: var(--accent);
  background: #ecf8ef;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.hero .button.primary {
  border-color: var(--accent-bright);
  background: var(--accent-bright);
  color: #07120d;
}

.button.dark {
  background: var(--dark);
  color: #f5f1e7;
}

main {
  display: grid;
}

section {
  scroll-margin-top: calc(var(--topbar-height) + 18px);
}

.section {
  border-bottom: 1px solid var(--line);
  padding: clamp(62px, 8vw, 100px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.48fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

h2 {
  margin-top: 8px;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.section-head p,
.work-row p,
.path-link em,
.docs-column a,
.final p {
  color: var(--muted);
}

.section-head p {
  font-size: 17px;
}

.row-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.traffic-entry {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.72fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: stretch;
  border: 1px solid var(--line);
  background: #faf8f1;
  margin-bottom: 22px;
  padding: 18px;
}

.traffic-entry span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.traffic-entry strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.14;
}

.traffic-entry p {
  margin: 10px 0 0;
  color: var(--muted);
}

.traffic-entry pre {
  overflow-x: auto;
  margin: 0;
  background: var(--dark);
  color: #f8f1e7;
  padding: 16px;
}

.traffic-entry code {
  white-space: pre;
}

.section-note {
  margin: 18px 0 0;
  max-width: 840px;
  color: var(--muted);
  font-size: 15px;
}

.section-note code {
  color: var(--ink);
}

.work-row,
.path-link {
  display: grid;
  grid-template-columns: 128px minmax(0, 0.78fr) minmax(260px, 0.5fr);
  gap: clamp(18px, 4vw, 40px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}

.work-row h3,
.path-link strong {
  color: var(--ink);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.18;
}

.path-link em {
  font-style: normal;
}

.path-link code {
  overflow-wrap: anywhere;
  white-space: normal;
}

.path-link:hover strong {
  color: var(--accent);
}

.dark-section {
  border-bottom-color: var(--dark-line);
  background: var(--dark);
  color: #f6f1e7;
}

.dark-section .section-head p,
.setup-box p {
  color: #c9c7bb;
}

.install-grid,
.path-grid,
.proof-layout {
  display: grid;
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.install-grid {
  grid-template-columns: minmax(430px, 0.68fr) minmax(0, 1fr);
}

.path-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.46fr);
}

.path-grid > *,
.link-stack {
  min-width: 0;
}

.setup-box,
.code-panel,
.terminal-panel {
  border: 1px solid var(--dark-line);
  background: var(--dark-2);
}

.setup-box {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.code-panel,
.terminal-panel {
  overflow: hidden;
  color: #f8f1e7;
}

.panel-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--dark-line);
  background: #27281c;
  padding: 11px 14px;
  color: #d4d0c4;
  font-size: 12px;
  font-weight: 700;
}

.code-panel pre,
.terminal-panel pre {
  overflow: auto;
  padding: 18px;
  font-size: 13px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.terminal-panel pre {
  font-size: 12px;
  overflow-wrap: normal;
  white-space: pre;
}

.code-panel .kw {
  color: #8cc8ff;
}

.code-panel .str {
  color: #91e9a7;
}

.code-panel .num,
.terminal-panel .ok {
  color: var(--accent-bright);
}

.link-stack {
  display: grid;
  border-top: 1px solid var(--line);
  max-width: 100%;
}

.link-stack .path-link {
  grid-template-columns: 112px minmax(0, 1fr);
  max-width: 100%;
}

.link-stack .path-link em {
  grid-column: 2;
}

.proof-section {
  background: #f5f6f1;
}

.proof-layout {
  grid-template-columns: minmax(280px, 0.5fr) minmax(420px, 0.92fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: start;
}

.proof-intro {
  display: grid;
  gap: 17px;
  max-width: 560px;
}

.proof-intro h2 {
  margin-top: 0;
  max-width: 620px;
  font-size: 56px;
  line-height: 1;
}

.proof-intro p:not(.kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.proof-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c8d1c2;
  border-top: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 0 22px 46px rgba(31, 36, 27, 0.09);
}

.proof-board-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: #eef1e8;
  padding: 16px clamp(22px, 3vw, 32px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-board-head span,
.proof-board-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.proof-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: clamp(24px, 3.5vw, 36px) clamp(22px, 3vw, 32px);
}

.proof-metric {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.proof-result strong {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: var(--accent);
  font-size: 76px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.94;
  white-space: nowrap;
}

.proof-result p {
  min-width: 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.proof-label {
  display: block;
}

.proof-facts {
  display: grid;
  padding: 0 clamp(22px, 3vw, 32px);
}

.proof-fact {
  display: grid;
  grid-template-columns: minmax(128px, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  min-width: 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.proof-fact:last-child {
  border-bottom: 0;
}

.proof-fact dt {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-command code,
.proof-fact code {
  overflow-wrap: break-word;
  word-break: normal;
  color: var(--ink);
  font-size: 13px;
}

.proof-command code {
  display: block;
  max-width: 100%;
  border: 1px solid var(--line);
  background: #fffefa;
  padding: 10px 12px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.proof-fact dd {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.proof-row-code dd {
  font-size: 15px;
  line-height: 1.35;
}

.proof-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 clamp(22px, 3vw, 32px) 24px;
}

.proof-links a {
  display: grid;
  gap: 6px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f8f7f2;
  padding: 14px 15px;
  text-decoration: none;
}

.proof-links a:first-child {
  border-left: 1px solid var(--line);
}

.proof-links strong {
  color: var(--ink);
  line-height: 1.35;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.docs-column {
  display: grid;
  align-content: start;
  gap: 13px;
  border-top: 2px solid var(--ink);
  padding-top: 15px;
}

.docs-column h3 {
  font-size: 15px;
}

.docs-column ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-column a {
  font-size: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.final {
  background: var(--dark);
  color: #f6f1e7;
}

.final .wrap {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: 54px 0;
}

.final h2 {
  max-width: 860px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
}

.final p {
  margin-top: 9px;
  max-width: 700px;
  color: #c9c7bb;
}

footer {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  color: var(--soft);
  font-size: 13px;
}

.page-main {
  min-height: 70vh;
  padding: clamp(42px, 6vw, 72px) 0 clamp(64px, 8vw, 96px);
}

.markdown-page {
  max-width: 900px;
}

.markdown-page h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
}

.markdown-page h2 {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--ink);
  font-size: clamp(26px, 3.6vw, 38px);
  line-height: 1.05;
}

.markdown-page h3 {
  margin-top: 30px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.markdown-page p,
.markdown-page ul,
.markdown-page ol {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.markdown-page li + li {
  margin-top: 8px;
}

.markdown-page a {
  color: var(--accent);
  font-weight: 600;
}

.markdown-page code {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #eef2ea;
  padding: 0.1em 0.28em;
  color: #172017;
  font-size: 0.92em;
}

.markdown-page pre {
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #293126;
  border-radius: 6px;
  background: var(--code);
  padding: 18px;
  color: #f7f4eb;
}

.markdown-page pre code {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}

.markdown-page table {
  display: block;
  max-width: 100%;
  margin-top: 22px;
  overflow-x: auto;
  border-collapse: collapse;
}

.markdown-page th,
.markdown-page td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.markdown-page th {
  background: #eef2ea;
  color: var(--ink);
}

@keyframes enter-media {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1180px) {
  .hero-inner,
  .proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .section-head,
  .install-grid,
  .path-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy,
  .lede {
    max-width: 680px;
  }

  .hero-media {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  :root {
    --topbar-height: 104px;
  }

  .topbar .wrap {
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0 10px;
  }

  .nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
  }

  .nav a {
    min-height: 30px;
    padding: 5px 8px;
  }

  .proof-links,
  .docs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .traffic-entry,
  .work-row,
  .path-link,
  .link-stack .path-link,
  .proof-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .link-stack .path-link em {
    grid-column: auto;
  }

  .proof-result,
  .proof-facts {
    grid-template-columns: 1fr;
  }

  .proof-result p {
    max-width: none;
  }

  .proof-fact {
    grid-template-columns: 1fr;
    gap: 7px;
    border-bottom: 1px solid var(--line);
    padding-left: 0;
    padding-right: 0;
  }

  .proof-links a,
  .proof-links a:first-child {
    border: 1px solid var(--line);
    padding: 14px 15px;
  }
}

@media (max-width: 389px) {
  :root {
    --topbar-height: 126px;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(calc(100vw - 28px), 362px);
    margin-left: 14px;
    margin-right: 14px;
  }

  .hero-copy,
  .hero-media,
  .lede,
  .install-command,
  .hero-command,
  .traffic-entry,
  .hero-actions {
    width: 100%;
    max-width: none;
  }

  .hero-inner {
    padding: 28px 0 30px;
  }

  .hero-copy {
    gap: 15px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.38;
  }

  h2 {
    font-size: 34px;
  }

  .proof-result strong {
    font-size: 56px;
  }

  .proof-links,
  .docs-grid,
  .final .wrap {
    grid-template-columns: 1fr;
  }

  .install-command code {
    white-space: normal;
  }

  .traffic-entry code,
  .terminal-panel pre {
    overflow-wrap: anywhere;
    white-space: pre-wrap;
  }

  .hero-command {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
  }

  .hero-command code {
    font-size: 14px;
    white-space: normal;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    min-height: 40px;
    padding: 9px 10px;
  }

  .hero-actions .button.primary {
    grid-column: 1 / -1;
  }

  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-media {
    display: none;
  }
}
