:root{
  --zl-bg:#080809;
  --zl-s1:#0f0f11;
  --zl-s2:#141416;
  --zl-border:rgba(255,255,255,.075);
  --zl-purple:#9b51ff;
  --zl-lavender:#c4a8ff;
  --zl-white:#fff;
  --zl-muted:#a1a1aa;
  --zl-dim:#52525b;
}
body.has-zl-shell{padding-left:82px}
.zl-global-nav{
  position:fixed;inset:0 auto 0 0;width:82px;z-index:1000;
  display:flex;flex-direction:column;align-items:center;
  background:#0b0b0d;border-right:1px solid var(--zl-border);
  font-family:'Geist',system-ui,sans-serif;
}
.zl-global-mark{
  width:42px;height:42px;margin:17px 0 28px;border-radius:13px;
  display:grid;place-items:center;text-decoration:none;
  color:var(--zl-white);font-size:12px;font-weight:750;letter-spacing:-.03em;
  border:1px solid rgba(196,168,255,.26);
  background:linear-gradient(145deg,rgba(155,81,255,.22),rgba(155,81,255,.06));
}
.zl-global-links{display:flex;flex-direction:column;gap:7px;width:100%;align-items:center}
.zl-global-link{
  position:relative;width:48px;height:48px;border-radius:13px;
  display:grid;place-items:center;color:var(--zl-dim);text-decoration:none;
  transition:background .15s,color .15s,border-color .15s;
  border:1px solid transparent;
}
.zl-global-link:hover{color:var(--zl-white);background:var(--zl-s2)}
.zl-global-link.active{
  color:var(--zl-lavender);background:rgba(155,81,255,.11);
  border-color:rgba(155,81,255,.18);
}
.zl-global-link svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7}
.zl-global-link .tip{
  position:absolute;left:59px;top:50%;transform:translateY(-50%);
  padding:6px 9px;border-radius:7px;background:#202024;color:var(--zl-white);
  border:1px solid var(--zl-border);font-size:11px;white-space:nowrap;
  opacity:0;pointer-events:none;transition:opacity .12s;
}
.zl-global-link:hover .tip{opacity:1}
.zl-global-bottom{margin-top:auto;display:flex;flex-direction:column;gap:7px;padding-bottom:17px;align-items:center}
.zl-global-signout{background:none;border:1px solid transparent;font:inherit;cursor:pointer;}
.zl-global-signout:hover{color:var(--zl-lavender);}
@media(max-width:720px){
  body.has-zl-shell{padding-left:0;padding-bottom:64px}
  .zl-global-nav{
    inset:auto 0 0 0;width:auto;height:64px;flex-direction:row;
    justify-content:center;border-right:0;border-top:1px solid var(--zl-border);
  }
  .zl-global-mark{display:none}
  .zl-global-bottom{flex-direction:row;margin-top:0;padding-bottom:0;gap:4px}
  .zl-global-links{width:auto;flex-direction:row;gap:4px}
  .zl-global-link{width:54px;height:48px}
  .zl-global-link .tip{display:none}
}
