.AppBanner{align-items:center;background:var(--bg-primary);display:flex;gap:10px;height:48px;justify-content:space-between;left:0;padding:4px 4px 12px 12px;position:fixed;right:0;top:0;z-index:1000}.AppBanner--secondary{background:var(--bg-secondary)}@media (min-width:768px){.AppBanner{display:none}}.AppBanner__border{background:transparent;border-radius:12px 12px 0 0;display:flex;height:12px;justify-content:space-between;left:0;position:fixed;right:0;top:48px;width:100%}.AppBanner__corner{color:var(--bg-primary);display:flex}.AppBanner--secondary .AppBanner__corner{color:var(--bg-secondary)}.AppBanner__side{align-items:center;display:flex}.AppBanner__icon{display:flex}.AppBanner__text{color:var(--text-primary);font-size:14px;font-weight:500;letter-spacing:0;line-height:16px;margin-left:10px;max-width:150px}.AppBanner__hide{margin-left:4px;padding:7px}.AppBanner__button,.AppBanner__hide{align-items:center;cursor:pointer;display:flex;justify-content:center}.AppBanner__button{background:radial-gradient(99.38% 99.38% at 0 99.38%,#da35c7 0,#2c3bff);border-radius:24px;color:var(--text-white);font-size:14px;font-weight:500;height:30px;letter-spacing:0;line-height:18px;width:80px}
