:root{--backgroundPrimary: #10161f;--backgroundSecondary: #1d2633;--backgroundTertirary: #2e3847;--foregroundPrimary: #ffffff;--foregroundSecondary: #8994a3;--accentBlue: #45aef5;--fontSystem: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue}html,body{padding:0;margin:0;font-family:var(--fontSystem),sans-serif;color:var(--foregroundPrimary);-webkit-text-size-adjust:100%}html,body{background-color:var(--backgroundPrimary);display:flex;flex-direction:column;align-items:stretch;flex:1}a{color:inherit;text-decoration:none}img{pointer-events:none;-webkit-user-select:none;user-select:none}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;letter-spacing:0!important}*:active,*:focus{outline:none}#app{display:flex;flex-direction:column;padding:32px;width:100%;max-width:784px;margin:auto}.label1{font-weight:510;font-size:20px;line-height:28px}.label2{font-weight:510;font-size:14px;line-height:20px}.body2{font-weight:400;font-size:14px;line-height:20px}.foregroundPrimary{color:var(--foregroundPrimary)}.foregroundSecondary{color:var(--foregroundSecondary)}.foregroundAccent{color:var(--accentBlue)}.textCenter{text-align:center}.flex{display:flex}.column{flex-direction:column}.row{flex-direction:row}.alignStart{align-items:flex-start}.alignCenter{align-items:center}.justifyCenter{justify-content:center}.justifyBetween{justify-content:space-between}.padding16{padding:16px}.padding24{padding:24px}.gap2{gap:2px}.gap4{gap:4px}.gap8{gap:8px}.gap12{gap:12px}.gap16{gap:16px}.gap20{gap:20px}.gap32{gap:32px}.cardContainer{display:flex;flex-direction:column;background-color:var(--backgroundSecondary);overflow:hidden;border-radius:24px;max-width:400px}.tagItem{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--accentBlue);width:28px;height:28px;border-radius:28px}#qrcode{display:flex;border-radius:8px;image-rendering:pixelated;width:100%;background-color:var(--foregroundPrimary);align-items:center;justify-content:center}.button{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;border-radius:8px;cursor:pointer;background-color:var(--backgroundTertirary);color:var(--foregroundPrimary);padding:14px;font-weight:510;font-size:14px;line-height:20px}.button.tertiary{background-color:var(--backgroundSecondary);color:var(--foregroundSecondary)}.button.accent{background-color:var(--accentBlue)}.appPoster{width:100%;height:auto}.appIcon{width:76px;height:76px;border-radius:20px;background-color:var(--backgroundSecondary);border:2px solid var(--backgroundSecondary)}.tkIcon{width:48px;height:48px;border-radius:12px}.tkIconSmall{width:40px;height:40px;border-radius:10px}.appSharingQR{max-width:168px;max-height:168px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{display:flex;flex-shrink:0;flex-direction:row;align-items:center;justify-content:center;width:22px;height:22px;margin-left:auto;margin-right:auto;margin-bottom:12px}.loader>svg{animation:rotate .752s linear infinite}.loader>svg path{fill:var(--foregroundSecondary)}@media (max-width: 768px){#app{padding:32px 16px}.wrapMobile{flex-wrap:wrap}.appSharingQR{max-width:100%;max-height:unset}}
