.bhf-lv1serch {
  --bhf-border: #d9dee5;
  --bhf-bg: #ffffff;
  --bhf-muted: #f6f8fa;
  --bhf-text: #1f2937;
  --bhf-accent: #2563eb;
  color: var(--bhf-text);
  font-size: 13px;
  max-width: 100%;
}
.bhf-lv1serch * { box-sizing: border-box; }
.bhf-lv1serch__controls {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}
.bhf-lv1serch__search-label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}
.bhf-lv1serch__search {
  width: 100%;
  max-width: 420px;
  padding: 9px 10px;
  border: 1px solid var(--bhf-border);
  border-radius: 6px;
  font: inherit;
}
.bhf-lv1serch__filter-title {
  margin-bottom: 6px;
  font-weight: 700;
}
.bhf-lv1serch__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bhf-lv1serch__filter-button {
  padding: 7px 11px;
  border: 1px solid var(--bhf-border);
  border-radius: 999px;
  background: var(--bhf-bg);
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
}
.bhf-lv1serch__filter-button.is-active {
  border-color: var(--bhf-accent);
  background: var(--bhf-accent);
  color: #fff;
}
.bhf-lv1serch__summary {
  margin: 8px 0;
  font-size: 12px;
}
.bhf-lv1serch__table-wrap {
  max-width: 100%;
  overflow: visible;
  border: 1px solid var(--bhf-border);
  border-radius: 8px;
  background: var(--bhf-bg);
}
.bhf-lv1serch__table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
}
.bhf-lv1serch__table th,
.bhf-lv1serch__table td {
  padding: 6px 4px;
  border-bottom: 1px solid var(--bhf-border);
  border-right: 1px solid var(--bhf-border);
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.bhf-lv1serch__table th:last-child,
.bhf-lv1serch__table td:last-child {
  border-right: 0;
}
.bhf-lv1serch__table thead {
  position: sticky;
  top: 0;
  z-index: 5;
}
.bhf-lv1serch__table th {
  position: relative;
  z-index: 1;
  background: var(--bhf-muted);
  font-weight: 700;
  height: 50px;
  box-shadow: inset 0 -1px 0 var(--bhf-border);
}
.bhf-lv1serch__th-icon { width: 7%; }
.bhf-lv1serch__th-name { width: 23%; }
.bhf-lv1serch__th-rarity { width: 8%; }
.bhf-lv1serch__th-attribute { width: 6%; }
.bhf-lv1serch__th-stat { width: 9.33%; }
.bhf-lv1serch__name-cell {
  line-height: 1.35;
}
.bhf-lv1serch__icon-cell img {
  display: block;
  width: min(42px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}
.bhf-lv1serch__sort {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
  width: 100%;
  min-height: 36px;
  justify-content: center;
}
.bhf-lv1serch__sort.is-active { color: var(--bhf-accent); }
.bhf-lv1serch__unit-row { cursor: pointer; }
.bhf-lv1serch__unit-row:hover,
.bhf-lv1serch__unit-row.is-open { background: #eef5ff; }
.bhf-lv1serch__detail-row td {
  padding: 0;
  white-space: normal;
  background: #fbfdff;
  text-align: left;
}
.bhf-lv1serch__detail {
  display: grid;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--bhf-border);
  font-size: 11px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bhf-lv1serch__detail-item {
  display: grid;
  gap: 3px;
}
.bhf-lv1serch__detail-item strong { color: #111827; }
.bhf-lv1serch__empty {
  padding: 18px !important;
  text-align: center !important;
  color: #6b7280;
}
@media (max-width: 640px) {
  .bhf-lv1serch { font-size: 12px; }
  .bhf-lv1serch__table {
    font-size: clamp(7px, 2.15vw, 10px);
    line-height: 1.25;
  }
  .bhf-lv1serch__table th,
  .bhf-lv1serch__table td { padding: 5px 2px; }
  .bhf-lv1serch__table th { height: 44px; }
  .bhf-lv1serch__sort { min-height: 32px; }
  .bhf-lv1serch__th-icon { width: 11%; }
  .bhf-lv1serch__th-name { width: 25%; }
  .bhf-lv1serch__th-rarity { width: 9%; }
  .bhf-lv1serch__th-attribute { width: 7%; }
  .bhf-lv1serch__th-stat { width: 8%; }
  .bhf-lv1serch__icon-cell img { border-radius: 4px; }
  .bhf-lv1serch__sort { gap: 1px; }
  .bhf-lv1serch__detail {
    padding: 8px 9px;
    font-size: clamp(8px, 2.3vw, 10px);
    line-height: 1.45;
  }
}
@media (max-width: 390px) {
  .bhf-lv1serch__table {
    font-size: clamp(6.5px, 2vw, 8.5px);
  }
  .bhf-lv1serch__table th,
  .bhf-lv1serch__table td { padding: 4px 1px; }
  .bhf-lv1serch__table th { height: 40px; }
  .bhf-lv1serch__sort { min-height: 30px; }
  .bhf-lv1serch__th-icon { width: 10%; }
  .bhf-lv1serch__th-name { width: 24%; }
  .bhf-lv1serch__th-rarity { width: 9%; }
  .bhf-lv1serch__th-attribute { width: 7%; }
  .bhf-lv1serch__th-stat { width: 8.33%; }
  .bhf-lv1serch__detail { font-size: 8px; }
}
