
.search-landing[data-v-50b7274d] {
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  background: transparent;
  overflow-x: hidden;
}
.search-hero[data-v-50b7274d] {
  box-sizing: border-box;
  width: 100%;
  max-width: min(40rem, 100%);
  margin: 0 auto;
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
}
.search-heading[data-v-50b7274d] {
  margin: 0 0 1.75rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}
@media (min-width: 768px) {
.search-heading[data-v-50b7274d] {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}
}
.search-panel[data-v-50b7274d] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

/* Pill search + Find */
.search-pill-outer[data-v-50b7274d] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.search-pill-outer.focused[data-v-50b7274d] {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.search-pill-outer.has-error[data-v-50b7274d] {
  border-color: #fca5a5;
}
.search-pill-outer[data-v-50b7274d]  .van-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  padding: 0.25rem 0.25rem 0.25rem 0.35rem;
  background: transparent;
}
.search-pill-outer[data-v-50b7274d]  .van-search__content {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border-radius: 0;
  padding-left: 0.15rem;
}

/* Mobile: input full width, Find button on second row (no squeezed pill + giant button) */
@media (max-width: 767px) {
.search-pill-outer[data-v-50b7274d] {
    border-radius: 1rem;
    padding-bottom: 0.15rem;
}
.search-pill-outer[data-v-50b7274d]  .van-search {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0.35rem 0.45rem 0.45rem;
}
.search-pill-outer[data-v-50b7274d]  .van-search__content {
    flex: 1 1 100%;
    min-width: 0;
}
.search-pill-outer[data-v-50b7274d]  .van-search__action {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-top: 0.35rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
}
.search-find-btn[data-v-50b7274d] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 2.4rem;
    border-radius: 0.75rem;
    box-sizing: border-box;
}
}
.search-pill-outer[data-v-50b7274d]  .van-field__left-icon,
.search-pill-outer[data-v-50b7274d]  .van-icon {
  color: #94a3b8;
}
.search-pill-outer[data-v-50b7274d]  .van-field__control {
  font-size: 1rem;
  color: #0f172a;
}
@media (max-width: 767px) {
.search-pill-outer[data-v-50b7274d]  .van-field__control {
    font-size: 16px; /* after base 1rem rule; avoids iOS zoom on focus */
}
}

/* Desktop: action sits to the right of the field (single row). */
@media (min-width: 768px) {
.search-pill-outer[data-v-50b7274d]  .van-search__action {
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0.35rem;
}
}
.search-find-btn[data-v-50b7274d] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: #60a5fa;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.15s ease;
}
.search-find-btn[data-v-50b7274d]:active {
  background: #3b82f6;
}
.search-find-btn--busy[data-v-50b7274d] {
  cursor: wait;
  pointer-events: none;
  opacity: 0.92;
}
.search-find-btn[data-v-50b7274d]  .van-loading__spinner {
  width: 18px;
  height: 18px;
}
.history-panel[data-v-50b7274d],
.result-card[data-v-50b7274d] {
  margin-top: 0.75rem;
  background: #fff;
  border-radius: 0.75rem;
  text-align: left;
  padding: 0.75rem 0.9rem;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
}
.history-title[data-v-50b7274d] {
  color: #94a3b8;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.history-row[data-v-50b7274d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-size: 0.9rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.history-row[data-v-50b7274d]:last-child {
  border-bottom: none;
}
.history-sn[data-v-50b7274d] {
  flex: 1;
  cursor: pointer;
}
.history-delete[data-v-50b7274d] {
  color: #cbd5e1;
  font-size: 0.9rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.result-card[data-v-50b7274d] {
  cursor: pointer;
  border-color: #bfdbfe;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.result-sn[data-v-50b7274d] {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
}
.result-time[data-v-50b7274d] {
  margin-top: 0.45rem;
  color: #94a3b8;
  font-size: 0.75rem;
}
.inline-error[data-v-50b7274d] {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: #e54d42;
  text-align: left;
  line-height: 1.4;
  padding: 0 0.15rem;
}
.inline-hint[data-v-50b7274d] {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: #d97706;
  text-align: left;
  line-height: 1.4;
  padding: 0 0.15rem;
}
@media (min-width: 768px) {
.search-hero[data-v-50b7274d] {
    padding: 0.5rem 1.25rem 2rem;
}
}
@media (max-width: 767px) {
.search-hero[data-v-50b7274d] {
    padding-top: 0.5rem;
}
}

