.store-recent-entries-v505 {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  min-height: 42px;
  margin: 0 18px 12px;
  overflow: hidden;
  border: 1px solid #78b9c9;
  border-radius: 12px;
  background: #eaf6f8;
  box-shadow: 0 5px 16px rgba(15, 63, 78, 0.1);
  color: #102a36;
}

.recent-entries-title-v505 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  background: #12677c;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}

.recent-entries-title-v505:hover,
.recent-entries-title-v505:focus-visible {
  background: #0d5669;
}

.recent-entries-title-v505:focus-visible {
  outline: 3px solid rgba(18, 103, 124, 0.3);
  outline-offset: 2px;
}

.recent-entries-window-v505 {
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 18px,
    #000 calc(100% - 18px),
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 18px,
    #000 calc(100% - 18px),
    transparent
  );
}

.recent-entries-track-v505 {
  display: flex;
  align-items: center;
  width: max-content;
  padding-left: 24px;
  animation: recent-entries-move-v505 var(--recent-entries-duration-v505, 28s)
    linear infinite;
  will-change: transform;
}

.recent-entries-set-v505 {
  display: flex;
  flex: none;
  align-items: center;
  gap: 13px;
  padding-right: 46px;
  white-space: nowrap;
}

.recent-entry-item-v505 {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 29px;
  padding: 3px 8px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease, opacity 0.15s ease;
}

.recent-entry-item-v505:hover {
  border-color: #4d9fb2;
  box-shadow: 0 3px 10px rgba(15, 63, 78, 0.18);
  transform: translateY(-1px);
}

.recent-entry-item-v505:focus-visible {
  outline: 3px solid rgba(18, 103, 124, 0.3);
  outline-offset: 2px;
}

.recent-entry-item-v505.is-adding-v517 {
  opacity: 0.58;
  cursor: wait;
}

.store-recent-entries-v505:hover .recent-entries-track-v505,
.store-recent-entries-v505:focus-within .recent-entries-track-v505 {
  animation-play-state: running;
}

.recent-entries-window-v505 {
  cursor: default;
}

.recent-entries-list-backdrop-v547 {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 24, 34, 0.66);
  backdrop-filter: blur(4px);
}

.recent-entries-list-dialog-v547 {
  width: min(920px, 100%);
  max-height: min(84vh, 820px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #78b9c9;
  border-radius: 18px;
  background: #f8fcfd;
  box-shadow: 0 24px 70px rgba(5, 35, 48, 0.34);
}

.recent-entries-list-head-v547 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: #12677c;
  color: #fff;
}

.recent-entries-list-head-v547 h2,
.recent-entries-list-head-v547 p {
  margin: 0;
}

.recent-entries-list-head-v547 p {
  margin-top: 4px;
  color: #d8f2f7;
  font-size: 12px;
  font-weight: 700;
}

.recent-entries-list-close-v547 {
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 9px 13px;
  background: #fff;
  color: #0b4f61;
  font-weight: 900;
  cursor: pointer;
}

.recent-entries-list-body-v547 {
  display: grid;
  gap: 9px;
  overflow: auto;
  padding: 16px;
}

.recent-entries-list-body-v547 .recent-entry-item-v505 {
  width: 100%;
  min-height: 46px;
  border-color: #b8d9e1;
  background: #fff;
  padding: 8px 10px;
}

.recent-entries-list-body-v547 .recent-entry-item-v505 strong {
  flex: 1;
}

.recent-entries-list-empty-v547 {
  padding: 34px 20px;
  text-align: center;
  color: #315d69;
  font-weight: 800;
}

.store-tab-loading-v547 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 18px 12px;
  padding: 11px 14px;
  border: 1px solid #f2c96d;
  border-radius: 12px;
  background: #fff8df;
  color: #5b4300;
  box-shadow: 0 4px 14px rgba(110, 78, 0, 0.09);
}

.store-tab-loading-v547 > span:last-child {
  display: grid;
  gap: 2px;
}

.store-tab-loading-v547 strong {
  font-size: 13px;
}

.store-tab-loading-v547 small {
  font-size: 12px;
  font-weight: 700;
}

.store-tab-loading-spinner-v547 {
  width: 18px;
  height: 18px;
  flex: none;
  border: 3px solid #f1daa2;
  border-top-color: #b97800;
  border-radius: 50%;
  animation: store-tab-loading-spin-v547 0.8s linear infinite;
}

@keyframes store-tab-loading-spin-v547 {
  to {
    transform: rotate(360deg);
  }
}

.recent-entry-item-v505.is-restocked-v505 {
  border-color: #e3b83b;
  background: #fff1a8;
  box-shadow: 0 2px 7px rgba(154, 112, 0, 0.13);
  color: #4f3b00;
}

.recent-entry-item-v505.is-new-v505 {
  border-color: #2aa872;
  background: #daf6e9;
  box-shadow: 0 3px 10px rgba(12, 117, 76, 0.2);
  color: #063d2b;
}

.recent-entry-new-v505 {
  padding: 3px 7px;
  border-radius: 999px;
  background: #087d55;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.055em;
}

.recent-entry-day-v505 {
  padding: 3px 7px;
  border: 1px solid #87c4d0;
  border-radius: 999px;
  background: #fff;
  color: #12677c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.recent-entry-units-v505 {
  color: #315d69;
  font-size: 11px;
  font-weight: 850;
}

.recent-entry-separator-v505 {
  color: #4d8997;
  font-weight: 900;
}

.recent-entries-empty-v505 {
  padding: 0 22px;
  color: #315d69;
  font-size: 12px;
  font-weight: 750;
}

@keyframes recent-entries-move-v505 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .store-recent-entries-v505 {
    margin: 0 10px 10px;
    min-height: 40px;
  }

  .recent-entries-title-v505 {
    padding: 0 9px;
    font-size: 9px;
  }

  .recent-entry-item-v505 {
    gap: 6px;
    font-size: 11px;
  }

  .recent-entry-units-v505 {
    font-size: 10px;
  }

  .recent-entries-list-backdrop-v547 {
    padding: 8px;
  }

  .recent-entries-list-dialog-v547 {
    max-height: 90vh;
    border-radius: 14px;
  }

  .recent-entries-list-head-v547 {
    padding: 14px;
  }

  .store-tab-loading-v547 {
    margin: 0 10px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recent-entries-track-v505 {
    animation: none;
  }

  .recent-entries-set-v505:nth-child(2) {
    display: none;
  }
}
