.app-open-panel{display:none;position:fixed;right:calc((100vw + var(--app-column)) / 2 + 36px);top:50%;transform:translateY(-50%);z-index:10;flex-direction:column;align-items:center;width:max-content;max-width:200px;pointer-events:none}.app-open-panel__logo{display:block;width:auto;height:22px;object-fit:contain}.app-open-panel__title{margin-top:.5rem;font-size:1rem;font-weight:700;line-height:1.4;color:#fff;text-align:center}.app-open-panel__qr-wrap{margin-top:1.25rem;padding:1.25rem;border:1px solid #374151;border-radius:1.5rem;background:#fff;line-height:0}.app-open-panel__desc{margin-top:1.75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#9ca3af;text-align:center}@media (min-width:960px){.app-open-panel{display:flex}}