body {
  background: #f5f6fa;
  min-height: 100vh;
  font-family: 'SF Pro Display', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#app-container {
  max-width: 420px;
  margin: 40px auto 0 auto;
  padding: 0 12px 38px 12px;
}

.card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(41,41,51,0.11), 0 1px 5px #fff5;
  padding: 38px 22px 28px 22px;
  text-align: center;
  margin-bottom: 26px;
}

.logo {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: #181818;
  font-family: 'SF Pro Display', Arial, sans-serif;
  margin-bottom: 8px;
}
.logo .bang {
  color: #ee4747;
  font-size: 1.12em;
  vertical-align: 5px;
  margin-left: 1px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}
.slogan {
  color: #595b62;
  font-size: 1.13em;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'SF Pro Display', Arial, sans-serif;
}





.menjoy-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  margin-top: 6px;
}
.menjoy-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px #eb4d4b09, 0 1px 2px #0001;
  padding: 14px 16px;
  gap: 16px;
  min-height: 66px;
  transition: box-shadow .15s;
}
.menjoy-card:hover {
  box-shadow: 0 4px 28px #eb4d4b19, 0 2px 12px #fff5;
}
.menjoy-photo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  background: #faf9f8;
  box-shadow: 0 1px 6px #0001;
  flex-shrink: 0;
}
.menjoy-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f6f6f9;
  box-shadow: 0 1px 6px #0001;
  flex-shrink: 0;
}
.menjoy-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menjoy-title {
  font-weight: 700;
  font-size: 1.05em;
  color: #161718;
  font-family: 'SF Pro Display', Arial, sans-serif;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.menjoy-addr {
  font-size: .98em;
  color: #777c85;
  font-family: 'SF Pro Display', Arial, sans-serif;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.menjoy-dist {
  font-size: .94em;
  color: #eb4d4b;
  font-weight: 600;
  letter-spacing: .02em;
}

@media (max-width: 600px) {
  #app-container {
    max-width: 98vw;
    padding: 0 3vw 28px 3vw;
  }
  .card {padding: 18px 3vw 16px 3vw;}
  .logo { font-size: 1.3rem; }
  .search-btn {font-size: .97em; padding: 7px 10px;}
  .menjoy-photo, .menjoy-placeholder {width: 38px; height: 38px; border-radius: 7px;}
}
.search-bar {
  display: flex;
  align-items: center;
  background: #fefcfc;
  border-radius: 2.5em;
  border: 1.6px solid #eb4747a7;
  box-shadow: 0 2px 16px #eb4d4b11;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* Artık input ve buton birbirine gömülü */
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.15em;
  padding: 15px 18px;
  color: #22242a;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: .02em;
  border-radius: 0;
}

.search-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(92deg, #eb4d4b 60%, #fa6763 100%);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 0 2.5em 2.5em 0;
  font-size: 1.11em;
  padding: 0 28px 0 18px;
  height: 49px;
  min-width: 88px;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  transition: background .14s;
  border-left: 1.2px solid #ffcbcb80;
  margin-right: 3px;
}

.search-btn .icon {
  font-size: 1.22em;
  filter: drop-shadow(0 1px 2px #fff8);
  margin-right: 4px;
}

/* Responsive düzeltmeler */
@media (max-width: 600px) {
  .search-bar { border-radius: 2em; }
  .search-input { padding: 13px 12px; font-size: 1em; }
  .search-btn { font-size: 1em; height: 39px; min-width: 70px; padding: 0 14px 0 10px; }
}
.result-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #eb4d4b0c, 0 1px 2px #0001;
  padding: 14px 16px;
  gap: 16px;
  min-height: 64px;
  margin-bottom: 18px;
}

.result-img {
  width: 60px;
  height: 60px;
  border-radius: 13px;
  object-fit: cover;
  background: #faf9f8;
  box-shadow: 0 1px 6px #0001;
  flex-shrink: 0;
  margin-right: 0;
}

.menjoy-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  gap: 3px;
  flex: 1;
}

.result-title {
  font-weight: 800;
  font-size: 1.09em;
  color: #181919;
  font-family: inherit;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  letter-spacing: .01em;
}

.result-addr {
  font-size: 1.01em;
  color: #6c727b;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.result-addr-city {
  color: #1976d2;
  font-weight: 700;
  margin-left: 2px;
}
.result-distance {
  color: #ff9776;
  font-weight: 700;
  margin-left: 6px;
  font-variant-numeric: tabular-nums;
}
