/* GENERATED by scripts/site-release.py; do not edit by hand.
   The top bar, buttons, and footer for every page on the site. Both the
   hand-written landing page and the generated pages link this file, so the
   chrome cannot drift between them. */

.topbar { position: sticky; top: 0; z-index: 50; padding-top: 16px; margin-bottom: -8px; }
.topbar .page { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.topbar .in {
  height: 60px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 0 10px 0 16px; border-radius: 999px;
  border: 1px solid rgba(243,236,221,0.13); background: rgba(18,18,23,0.72);
  -webkit-backdrop-filter: saturate(150%) blur(14px); backdrop-filter: saturate(150%) blur(14px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.28);
}
.brand { display: flex; align-items: center; gap: 10px; font-family: "Geist", -apple-system, system-ui, sans-serif;
  font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; color: #F3ECDD;
  text-decoration: none; transition: transform .18s; }
.brand:hover { transform: scale(1.03); }
.brand .mk, .brand-logo { width: 28px; height: 28px; border-radius: 8px; flex: none; }

.topbar .nav { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 22px; }
.topbar .nav a { font-family: "Geist", -apple-system, system-ui, sans-serif; font-size: 0.9rem;
  color: rgba(243,236,221,0.66); text-decoration: none; transition: color .18s; }
.topbar .nav a:hover { color: #F3ECDD; }
.topbar .nav a.on { color: #D9A066; }

.nav-right { display: flex; align-items: center; gap: 12px; flex: none; }
.nav-github { display: inline-flex; align-items: center; gap: 6px; color: rgba(243,236,221,0.66);
  text-decoration: none; transition: color .18s, transform .18s; }
.nav-github:hover { color: #F3ECDD; transform: scale(1.04); }
.nav-stars { font-family: "Geist Mono", ui-monospace, Menlo, monospace; font-size: 12.5px;
  font-weight: 400; letter-spacing: 0; font-variant-numeric: tabular-nums; }

.icon { fill: currentColor; flex: none; display: block; }
.icon--github { width: 19px; height: 19px; }
.icon--apple { width: 14px; height: 17px; }

.btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  font-family: "Geist", -apple-system, system-ui, sans-serif; font-size: 0.95rem; font-weight: 600;
  border-radius: 999px; padding: 10px 18px; border: 1px solid #D9A066; background: #D9A066;
  color: #241B12; text-decoration: none; white-space: nowrap;
  transition: background .18s, border-color .18s; }
.btn:hover { background: #E7C49A; border-color: #E7C49A; }
.btn-inner { display: inline-flex; align-items: center; gap: 8px; }
@media (prefers-reduced-motion: no-preference) {
  .btn-inner { transition: transform .18s; }
  .btn:hover .btn-inner { transform: scale(.95); }
}
.btn-sm { padding: 8px 15px; font-size: 0.875rem; }
.btn-lg { padding: 13px 26px; font-size: 1rem; }
.btn-out { background: transparent; color: #F3ECDD; border-color: rgba(243,236,221,0.13); }
.btn-out:hover { background: rgba(243,236,221,0.045); border-color: rgba(243,236,221,0.42); }
.topbar .btn { padding: 8px 15px; font-size: 0.875rem; }

/* platform picker, shared by the install page and the landing page */
.plats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.plat { display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 26px 22px 22px; border-radius: 20px; border: 1px solid rgba(243,236,221,0.13);
  background: rgba(243,236,221,0.045); }
.plat .gl { display: flex; height: 28px; align-items: center; justify-content: center; color: #F3ECDD; }
.plat .gl svg { width: 24px; height: 24px; }
.plat h3 { font-family: "Cal Sans", "Geist", system-ui, sans-serif; font-weight: 600; font-size: 15px;
  letter-spacing: -0.02em; margin: 12px 0 0; color: #F3ECDD; }
.plat .kind { margin: 4px 0 0; font-size: 12px; color: rgba(243,236,221,0.42); }
.plat .tag { display: inline-block; margin-top: 8px; padding: 2px 8px; border-radius: 999px;
  font-family: "Geist Mono", ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: .04em;
  color: #D9A066; background: rgba(217,160,102,0.14); border: 1px solid rgba(217,160,102,0.26); }
.plat .foot { margin-top: auto; width: 100%; padding-top: 22px; }
.dlbtn { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px; background: #D9A066; color: #241B12; border: 1px solid #D9A066;
  font-family: "Geist", system-ui, sans-serif; font-size: 13.5px; font-weight: 600; text-decoration: none;
  transition: background .18s, border-color .18s; }
.dlbtn:hover { background: #E7C49A; border-color: #E7C49A; }
.dlbtn svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.2; }
.cmdbtn { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 10px 9px 14px; border-radius: 999px; border: 1px solid rgba(243,236,221,0.13);
  background: rgba(0,0,0,0.28); cursor: pointer; font-family: "Geist Mono", ui-monospace, Menlo, monospace;
  font-size: 11.5px; color: #F3ECDD; transition: border-color .18s; }
.cmdbtn:hover { border-color: rgba(243,236,221,0.42); }
.cmdbtn .lab { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cmdbtn .st { flex: none; font-size: 10px; color: rgba(243,236,221,0.42); }
.cmdbtn.done .st { color: #57D58E; }
@media (max-width: 760px) { .plats { grid-template-columns: 1fr; max-width: 380px; } }

/* footer, shared by every page */
footer, .footer { margin-top: 8px; border-top: 1px solid rgba(243,236,221,0.075); padding: 34px 0 48px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; font-family: "Geist", -apple-system, system-ui, sans-serif;
  font-size: 12.5px; color: rgba(243,236,221,0.42); }
.footer-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: inherit; text-decoration: none; transition: color .18s; }
.footer-links a:hover { color: #F3ECDD; }

.nav-label--short { display: none; }
@media (max-width: 720px) {
  .topbar .page { padding-left: 12px; padding-right: 12px; }
  .topbar .nav { display: none; }
  .nav-label--full { display: none; }
  .nav-label--short { display: inline; }
}
