.telegram-mini-app body{
  padding:0;
}

.telegram-mini-app .app-shell{
  min-height:var(--tg-viewport-stable-height,100vh);
  padding-bottom:calc(98px + var(--tg-content-safe-area-inset-bottom,0px));
}

.telegram-mini-app .topbar{
  height:calc(78px + var(--tg-content-safe-area-inset-top,0px));
  padding-top:calc(16px + var(--tg-content-safe-area-inset-top,0px));
  padding-left:calc(22px + var(--tg-content-safe-area-inset-left,0px));
  padding-right:calc(22px + var(--tg-content-safe-area-inset-right,0px));
}

.telegram-mini-app .bottom-nav{
  bottom:0;
  height:calc(82px + var(--tg-content-safe-area-inset-bottom,0px));
  padding-bottom:calc(12px + var(--tg-content-safe-area-inset-bottom,0px));
}

@media(min-width:700px){
  .telegram-mini-app .app-shell{
    min-height:var(--tg-viewport-stable-height,100vh);
    border-radius:0;
  }

  .telegram-mini-app .bottom-nav{
    bottom:0;
    border-radius:0;
  }
}
