body {
  background-color: #f8f9fb;
  min-height: 100vh;
}

.hero-search {
  background: linear-gradient(135deg, #ffffff, #eef6ff);
  border: 1px solid #dce8f8;
}

.step-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #e9f2ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.project-thumb {
  height: 140px;
  background: linear-gradient(135deg, #f4f8ff, #e9f2ff);
}

.project-card-image {
  height: 190px;
  object-fit: cover;
}

.project-gallery-image {
  height: 460px;
  object-fit: cover;
}

.unit-gallery-image {
  height: 460px;
  object-fit: cover;
}

.unit-thumb-image {
  height: 90px;
  width: 100%;
  object-fit: cover;
}

.detail-chip {
  background: #ffffff;
  border: 1px solid #e5edf7;
  border-radius: 0.75rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.detail-chip small {
  color: #6c757d;
}

.unit-price-panel {
  top: 1rem;
}

.unit-action-panel {
  background: #f7fbff;
  border: 1px solid #dce8f8;
}

.timeline-chip {
  border-radius: 0.75rem;
  border: 1px solid #dce8f8;
  padding: 0.6rem;
  background: #f7fbff;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.timeline-chip small {
  color: #6c757d;
}

.timeline-done {
  border-color: #198754;
  background: #eaf7f0;
}

.timeline-current {
  border-color: #0d6efd;
  background: #e9f2ff;
}

.shop-chat-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
}

.shop-agent-window {
  min-height: 260px;
  max-height: 360px;
  overflow-y: auto;
  background: #f8fbff;
}

.shop-agent-msg-user {
  text-align: right;
  margin-bottom: 0.5rem;
}

.shop-agent-msg-ai {
  text-align: left;
  margin-bottom: 0.5rem;
}

.shop-agent-msg-user span,
.shop-agent-msg-ai span {
  display: inline-block;
  padding: 0.45rem 0.6rem;
  border-radius: 0.5rem;
  max-width: 90%;
}

.shop-agent-msg-user span {
  background: #0d6efd;
  color: #fff;
}

.shop-agent-msg-ai span {
  background: #e9f2ff;
  color: #0f172a;
}

.amenity-item {
  background: #ffffff;
  border: 1px solid #e5edf7;
}

.map-placeholder-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.unit-card-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.developer-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.chat-placeholder {
  background-color: #f1f7ff;
  border: 1px dashed #0d6efd;
}
