.qh-rail{position:sticky;top:0;height:100dvh;background:var(--ink);color:var(--on-ink);display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 0 16px;z-index:5}.dark .qh-rail,[data-theme=dark] .qh-rail{background:#000}.qh-brand{width:40px;height:40px;background:var(--brand);color:var(--brand-ink);margin-bottom:16px;display:grid;place-items:center;font-family:var(--display);font-style:italic;font-size:17px;letter-spacing:-1px;transform:rotate(-4deg);box-shadow:2px 2px 0 rgba(255,255,255,.25)}.qh-rail-item{position:relative;width:72px;height:48px;display:grid;place-items:center;transition:color var(--qw-dur) var(--qw-ease)}.dark .qh-rail-item,.qh-rail-item,[data-theme=dark] .qh-rail-item{color:rgba(255,255,255,.62)}.qh-rail-item:hover{color:#fff}.qh-rail-item.is-active{color:var(--brand)}.qh-rail-item.is-active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;background:var(--brand)}.qh-rail-item svg{width:22px;height:22px}.qh-rail-item:after{content:attr(data-label);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:var(--brand);color:var(--brand-ink);font-family:var(--label);font-style:italic;letter-spacing:2px;text-transform:uppercase;font-size:11px;padding:3px 8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--qw-dur) var(--qw-ease);z-index:6}.qh-rail-item:hover:after{opacity:1}.qh-rail-plus{margin-top:12px;width:44px;height:44px;background:var(--brand);color:var(--brand-ink);display:grid;place-items:center;cursor:pointer;box-shadow:3px 3px 0 rgba(255,255,255,.28);transition:transform 80ms var(--qw-ease),box-shadow 80ms var(--qw-ease)}.qh-rail-plus:hover{transform:translate(1px,1px);box-shadow:2px 2px 0 rgba(255,255,255,.28)}.qh-rail-plus svg{width:22px;height:22px}.qh-rail-avatar{margin-top:auto}.qh-rail .qw-avatar{border-color:var(--brand)}.qh-tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;height:56px;background:var(--ink);padding-bottom:env(safe-area-inset-bottom)}.qh-tabbar a{flex:1;display:grid;place-items:center;color:rgba(255,255,255,.6)}.qh-tabbar a.is-active{color:var(--brand)}.qh-tabbar svg{width:22px;height:22px}@media (max-width:767px){.qh-rail{display:none}.qh-tabbar{display:flex}}