.radio-group_vehicle__pKE1q {
  position: relative;
  display: flex;
  min-width: 0;
  width: 100%;
  padding: 8px 12px 13px;
  cursor: pointer;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff08, #ffffff02);
  color: #bfc0c7;
  text-align: center;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.radio-group_vehicle__pKE1q:hover { border-color: #ffffff38; background-color: #ffffff06; }
.radio-group_vehicle__pKE1q[data-state="checked"] {
  border-color: #e92a3b;
  background: radial-gradient(ellipse at 50% 100%, #e31b3020, transparent 80%), #ffffff05;
  color: #fff;
  box-shadow: inset 0 1px 0 #ffffff12;
}
.radio-group_vehicle__pKE1q:has(input:focus-visible) { outline: 2px solid #e4e7ef; outline-offset: 3px; }
.radio-group_indicator__eGJf1 {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  color: #fff;
}
.radio-group_vehicle__pKE1q[data-state="checked"] .radio-group_indicator__eGJf1 { border-color: #e92a3b; background: #e92a3b; }
@media (max-width: 640px) {
  .radio-group_vehicle__pKE1q { padding: 5px 6px 9px; font-size: 13px; }
  .radio-group_indicator__eGJf1 { top: 6px; right: 6px; width: 14px; height: 14px; }
}
@media (prefers-reduced-motion: reduce) { .radio-group_vehicle__pKE1q { transition: none; } }

.AmescarSearchableSelect_list__rFZGp {
  max-height: min(320px, var(--radix-popover-content-available-height));
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #ffffff38 transparent;
  padding: 6px;
}

.AmescarSearchableSelect_option__GdPMx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 11px 13px;
  border-radius: 10px;
  color: #d6d6df;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  overflow-wrap: anywhere;
}

.AmescarSearchableSelect_option__GdPMx[aria-selected="true"] {
  background: linear-gradient(115deg, #d6d9e12c, #bec4d214);
  box-shadow: inset 0 1px 0 #ffffff17;
  color: #f5f5f8;
}

.AmescarSearchableSelect_option__GdPMx[data-active="true"] {
  background-color: #ffffff12;
  outline: 1px solid #ffffff30;
  outline-offset: -1px;
  color: #fff;
}

.AmescarSearchableSelect_option__GdPMx svg { width: 16px; height: 16px; flex-shrink: 0; }
.AmescarSearchableSelect_empty__b2jKq { margin: 0; padding: 8px 18px 18px; color: #c4c4cc; font-size: 14px; }

.AmescarInventoryPage_searchSection__8iVTt { padding: 30px 20px 0; }
.AmescarInventoryPage_searchPanel__8Isun {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 32px 30px;
  border: 1px solid #ffffff1b;
  border-radius: 24px;
  background: radial-gradient(ellipse at 100% 0%, #a51b2510, transparent 50%), linear-gradient(135deg, #ffffff07, #ffffff00 46%), #101012;
  box-shadow: inset 0 1px 0 #ffffff0b, 0 20px 70px -40px #000;
  color: #c4c4cc;
  font-family: var(--font-app-sans), sans-serif;
}
.AmescarInventoryPage_intro__29oGD { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.AmescarInventoryPage_eyebrow__A8o5b { display: flex; align-items: center; gap: 10px; margin: 0 0 9px; font-size: 12px; font-weight: 600; color: #ef6874; }
.AmescarInventoryPage_eyebrow__A8o5b::before { content: ''; width: 24px; height: 1px; background: #e72839; }
.AmescarInventoryPage_intro__29oGD h1 { margin: 0; color: #f1f1f4; font-size: clamp(26px, 2.9vw, 38px); font-weight: 600; line-height: 1.15; letter-spacing: -.045em; }
.AmescarInventoryPage_intro__29oGD h1 > span { color: #ed293b; }
.AmescarInventoryPage_subtitle__CxyGs { margin: 9px 0 0; color: #9d9da6; font-size: 14px; line-height: 1.6; }
.AmescarInventoryPage_bodyGrid__ex_qE { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 24px; }
.AmescarInventoryPage_bodyVisual__jtXbt { position: relative; display: flex; height: 82px; align-items: center; justify-content: center; margin-bottom: 3px; }
.AmescarInventoryPage_bodyVisual__jtXbt > img { width: 150px; height: 100px; max-width: 100%; object-fit: contain; mix-blend-mode: screen; }
.AmescarInventoryPage_filterGrid__FGSaU { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 16px; align-items: end; }
.AmescarInventoryPage_advanced__m0tdY { margin-top: 22px; padding-top: 22px; border-top: 1px solid #ffffff12; }
.AmescarInventoryPage_resultsToolbar___xU3n { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 26px; }
.AmescarInventoryPage_resultCount__gHEdA { color: #9999a3; font-size: 14px; }
.AmescarInventoryPage_resultCount__gHEdA strong { margin-right: 3px; color: #f3f3f6; font-weight: 600; }
.AmescarInventoryPage_sort__sFuND { width: 210px; color: #bdbdc6; }
@media (max-width: 767px) {
  .AmescarInventoryPage_searchSection__8iVTt { padding: 18px 12px 0; }
  .AmescarInventoryPage_searchPanel__8Isun { padding: 20px 16px; border-radius: 18px; }
  .AmescarInventoryPage_intro__29oGD { align-items: flex-start; gap: 10px; margin-bottom: 18px; }
  .AmescarInventoryPage_intro__29oGD:has(button) { flex-wrap: wrap; }
  .AmescarInventoryPage_subtitle__CxyGs { font-size: 13px; line-height: 1.5; }
  .AmescarInventoryPage_bodyGrid__ex_qE { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 20px; }
  .AmescarInventoryPage_bodyVisual__jtXbt { height: 60px; }
  .AmescarInventoryPage_bodyVisual__jtXbt > img { height: 76px; }
  .AmescarInventoryPage_filterGrid__FGSaU { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 10px; }
  .AmescarInventoryPage_filterGrid__FGSaU > button { height: auto; min-height: 48px; padding: 10px; white-space: normal; line-height: 1.35; }
  .AmescarInventoryPage_resultsToolbar___xU3n { align-items: flex-end; gap: 12px; }
  .AmescarInventoryPage_sort__sFuND { width: 180px; max-width: 58%; }
}
@media (max-width: 360px) {
  .AmescarInventoryPage_searchPanel__8Isun { padding: 18px 12px; }
  .AmescarInventoryPage_intro__29oGD h1 { font-size: 25px; }
  .AmescarInventoryPage_filterGrid__FGSaU { grid-template-columns: minmax(0, 1fr); }
  .AmescarInventoryPage_bodyVisual__jtXbt { height: 53px; }
}

