
.al-stamps{
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.al-stamps-icon{
  width: 56px;
  height: 56px;
  display: block;
  will-change: transform;
}
.al-stamps-num{
  font-family: var(--font-read);
  font-size: 26px;
  font-weight: 800;
  color: #ffc400;
  min-width: 2ch;
  text-align: left;
  will-change: transform;
}
.al-stamps{ position: fixed; }
.al-stamps-run,
.al-stamps-bonus{
  position: absolute;
  right: 14px;
  font-family: var(--font-read);
  font-weight: 800;
  font-size: 72px;                 
  line-height: 1;
  color: #ffc400;                  
  white-space: nowrap;
  text-align: right;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
  pointer-events: none;
}
.al-stamps-run{   top: calc(100% + 8px); }
.al-stamps-bonus{ top: calc(100% + 88px); }
.al-stamps-fly{
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: 61;
  pointer-events: none;
  will-change: transform, opacity;
}
