body {
  background: #f5f6f8;
  color: #1f2937;
}

main.container {
  max-width: 1100px;
}

.card {
  border-color: #dbe1e8 !important;
}

.card h1,
.card h2,
.card h3 {
  letter-spacing: 0;
}

.history-card {
  border: 1px solid #dbe1e8;
  border-radius: 0.5rem;
  padding: 0.75rem;
  background: #fff;
}

.history-svg {
  width: 100%;
  height: 180px;
}

.history-wrap {
  position: relative;
}

.history-grid-line {
  stroke: #e9ecef;
  stroke-width: 1;
}

.history-point {
  fill: #bc6c25;
  stroke: #fff;
  stroke-width: 1.5;
  cursor: pointer;
}

.history-point:hover {
  r: 5;
  fill: #99582a;
}

.history-tooltip {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  background: #212529;
  color: #fff;
  border-radius: 0.35rem;
  padding: 0.3rem 0.45rem;
  font-size: 0.75rem;
  line-height: 1.25;
  box-shadow: 0 0.35rem 0.85rem rgba(0, 0, 0, 0.2);
}

.item-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.item-thumb {
  width: 28px;
  height: 28px;
  border-radius: 0.25rem;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  border: 1px solid #dbe1e8;
  background: #fff;
}
.item-thumb.placeholder {
  display: inline-block;
  background: #e5e7eb;
}

.item-thumb.is-image-pending {
  background: #eef2f7;
}

.item-select-checkbox,
#selectAllItemsCheckbox {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.item-preview-wrap {
  display: flex;
  justify-content: flex-start;
}

.item-preview-wrap-header {
  justify-content: flex-end;
}

.item-preview-frame {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  border: 1px solid #dbe1e8;
  border-radius: 0.5rem;
  background: linear-gradient(45deg, #eef2f7 25%, transparent 25%) -8px 0/16px 16px, linear-gradient(-45deg, #eef2f7 25%, transparent 25%) -8px 0/16px 16px, linear-gradient(45deg, transparent 75%, #eef2f7 75%) 0 0/16px 16px, linear-gradient(-45deg, transparent 75%, #eef2f7 75%) 0 0/16px 16px, #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
}

.item-preview-frame-header {
  max-width: 180px;
}

.item-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.currency-stack {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.currency-unit {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  white-space: nowrap;
}

.currency-amount {
  font-weight: 600;
}

.currency-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.trend-delta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.trend-value {
  text-align: left;
}

.trend-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  text-align: right;
}

.trend-icon {
  font-size: 0.8rem;
  line-height: 1;
}

.trend-up .trend-icon {
  color: #198754;
}

.trend-down .trend-icon {
  color: #dc3545;
}

.trend-flat .trend-icon {
  color: #6c757d;
}

.trend-percent {
  font-size: 0.75em;
  color: #6c757d;
}

.admin-shell {
  min-height: 100vh;
}

#adminMenu .btn.active {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

/*# sourceMappingURL=styles.css.map */
