.space-theme .lh-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--line)}.space-theme .lh-brand{justify-self:start;display:inline-flex;align-items:center;gap:9px;font-family:Poppins,Century Gothic,Futura,ui-rounded,system-ui;font-weight:700;letter-spacing:-.5px;font-size:20px;text-transform:lowercase;color:var(--ink);text-decoration:none}.space-theme .lh-logo{height:22px;width:auto;display:block}.space-theme .lh-navlinks{justify-self:center;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.space-theme .lh-navlinks a{color:var(--dim);text-decoration:none;font-size:13px;margin:0 10px;transition:.15s}.space-theme .lh-navlinks a:hover{color:var(--ink)}.space-theme .lh-navcta{justify-self:end;display:flex;align-items:center;gap:10px}.space-theme .lh-signin{color:var(--ink);text-decoration:none;font-size:13px;padding:8px 6px;white-space:nowrap}.space-theme .lh-signin:hover{color:var(--green);text-shadow:0 0 8px rgba(255,255,255,.4)}.space-theme .lh-btn-primary{background:var(--green);color:#04140a;font-weight:700;font-size:12px;padding:9px 15px;border-radius:7px;text-decoration:none;box-shadow:0 0 18px rgba(255,255,255,.35);white-space:nowrap}.space-theme .lh-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:40px 24px;border-top:1px solid var(--line);font-size:12px;color:var(--dim)}.space-theme .lh-footer .lh-logo{height:18px}.space-theme .lh-footer .lh-navlinks{justify-content:center}.space-theme .lh-footer a{color:var(--dim);text-decoration:none;margin:0 8px}.space-theme .lh-footer a:hover{color:var(--ink)}.space-theme .lh-copyright{font-family:ui-monospace,Menlo,monospace;color:var(--dim)}@media (max-width:860px){.space-theme .lh-nav{grid-template-columns:1fr;justify-items:center;gap:12px}.space-theme .lh-brand,.space-theme .lh-navcta,.space-theme .lh-navlinks{justify-self:center}}