.mobile-page-header{position:fixed;top:0;left:0;right:0;height:var(--header-mobile-height);background-color:var(--surface-color);border-radius:0 0 var(--third-radius) var(--third-radius);display:flex;flex-direction:column;margin:0 auto;gap:16px;max-width:var(--max-width);z-index:var(--header-footer-z-index);transition:box-shadow var(--forth-transition)}.mobile-page-header.transparent{background-color:transparent}.mobile-page-header.radius-less{border-radius:0}.mobile-page-header.padding{padding:16px 0}.mobile-page-header-top{display:flex;align-items:center;padding:0 16px;flex:1 1}.mobile-page-header-search{flex:1 1}.mobile-page-header-search.disabled{background-color:var(--background-color)}.mobile-page-header-title{color:var(--neutral-11-color);font-family:my-font-bold,Vazirmatn,serif;font-size:var(--big-font);transition:opacity var(--first-transition);flex:1 1;align-items:flex-end;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap}.mobile-page-header-title.transparent{opacity:0}.mobile-page-header-title-logo{display:flex;align-items:center;gap:4px}.mobile-page-header-title-logo-main{width:22px;height:22px}.mobile-page-header-title-logo-type{width:84px;height:12px}.mobile-page-header-title-logo-beta{width:38px;height:16px}.mobile-page-header-small-title{color:var(--neutral-7-color);font-family:my-font-regular,Vazirmatn,serif;font-size:var(--regular-font);margin-bottom:2px;-webkit-margin-start:4px;margin-inline-start:4px}.mobile-page-header-button{width:32px;height:32px;border-radius:50%;padding:6px;background-color:var(--black-opacity)}.mobile-page-header-button-icon{width:100%;height:100%}.mobile-page-header-bell{position:relative;display:flex}.mobile-page-header-bell-count{width:18px;height:18px;border-radius:50%;position:absolute;left:-4px;top:-2px;background-color:var(--primary-color);font-family:my-font-regular,Vazirmatn,serif;font-size:var(--tiny-font);color:var(--neutral-1-color);display:flex;align-items:center;justify-content:center;transition:width var(--third-transition),height var(--third-transition)}.mobile-page-header-bell-count.many{width:20px;height:20px;font-size:var(--damn-font);top:-6px}.mobile-page-header-bell-count.many.pop{width:28px;height:28px}.mobile-page-header-bell-count.pop{width:24px;height:24px}.mobile-page-header-bottom{display:flex;flex:1 1;justify-content:space-between;margin:0 6px 0 -2px;align-items:center;transition:opacity var(--first-transition);z-index:var(--default-z-index)}.mobile-page-header-bottom.hide{opacity:0;touch-action:none;pointer-events:none}.mobile-page-header-bottom.scroll{overflow-x:auto}.mobile-page-header-bottom::-webkit-scrollbar{display:none}.mobile-page-header-bottom-tabs{flex:1 1}.mobile-page-header-bottom-pipeline{width:1px;height:80%;background-color:var(--neutral-3-color)}