.all-inv-page { background: #1a120c; color: #f5f0e8; min-height: 100vh; }
.all-inv-top {
  max-width: 1100px; margin: 0 auto; padding: 1rem;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  justify-content: space-between;
}
.all-inv-top .brand { color: #f5c518; font-weight: 800; text-decoration: none; }
.all-inv-badge {
  font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: #9a8570; border: 1px solid #3a2a1c; padding: 0.35rem 0.6rem; border-radius: 999px;
}
.all-inv-top .back {
  color: #f5f0e8; text-decoration: none; font-size: 0.9rem;
  border: 1px solid #3a2a1c; padding: 0.4rem 0.7rem; border-radius: 8px; background: #24180f;
}
.all-inv-main { max-width: 1100px; margin: 0 auto; padding: 0 1rem 3rem; }
.all-inv-head h1 { font-size: 1.6rem; color: #f5c518; margin-bottom: 0.35rem; }
.all-inv-sub { opacity: 0.8; margin-bottom: 0.5rem; line-height: 1.4; }
.all-inv-count { font-size: 0.9rem; color: #c4a574; margin-bottom: 1.25rem; }
.all-inv-filters { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }
.all-inv-filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem; }
.all-inv-label {
  min-width: 4.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em;
  color: #9a8570;
}
.all-inv-chip {
  appearance: none; border: 1px solid #3a2a1c; background: #24180f; color: #f5f0e8;
  border-radius: 999px; padding: 0.4rem 0.75rem; font-size: 0.85rem; cursor: pointer;
}
.all-inv-chip:hover { border-color: #f5c518; color: #f5c518; }
.all-inv-chip.is-active { background: #f5c518; color: #1a120c; border-color: #f5c518; font-weight: 700; }
.all-inv-chip.is-pending { opacity: 0.55; font-style: italic; }
.all-inv-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem;
}
.all-inv-card {
  background: #24180f; border: 1px solid #3a2a1c; border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
}
.all-inv-card-body { padding: 0.85rem 0.95rem 1rem; display: grid; gap: 0.3rem; }
.all-inv-badges { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.2rem; }
.all-inv-badges span {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.04em;
  background: #3a2a1c; color: #f5f0e8; padding: 0.2rem 0.45rem; border-radius: 999px;
}
.all-inv-card h2 { font-size: 1.05rem; font-weight: 700; }
.all-inv-meta, .all-inv-serial { font-size: 0.82rem; opacity: 0.75; }
.all-inv-price { font-weight: 700; margin-top: 0.25rem; }
.all-inv-empty { text-align: center; opacity: 0.7; padding: 2rem; }

.all-inv-select {
  appearance: none;
  background: #24180f;
  color: #f5f0e8;
  border: 1px solid #3a2a1c;
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  min-width: min(100%, 22rem);
  font-size: 0.9rem;
}
.all-inv-select:focus { outline: 1px solid #f5c518; }

.all-inv-card { cursor: pointer; transition: border-color 0.15s ease, transform 0.15s ease; }
.all-inv-card:hover, .all-inv-card:focus-visible {
  border-color: #f5c518;
  outline: none;
  transform: translateY(-1px);
}
.all-inv-media { position: relative; }
.all-inv-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #120c08; display: block; }
.all-inv-photos {
  position: absolute; left: 0.55rem; bottom: 0.55rem;
  font-size: 0.72rem; letter-spacing: 0.03em; text-transform: uppercase;
  background: rgba(26, 18, 12, 0.82); color: #f5f0e8;
  border: 1px dashed #f5c518; border-radius: 6px; padding: 0.25rem 0.45rem;
}
.all-inv-photos.has-count { border-style: solid; color: #f5c518; }
.all-inv-sub code { color: #f5c518; font-size: 0.9em; }

.all-inv-badges .all-inv-year {
  background: rgba(245, 197, 24, 0.18);
  color: #f5c518;
  font-variant-numeric: tabular-nums;
}
