
body {
  background:#020617;
  color:#e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin:0;
}
.app {
  padding:16px;
  max-width:430px;
  margin:0 auto;
}
.header .logo {
  font-weight:800;
  font-size:20px;
  letter-spacing:0.2em;
}
.hero-card {
  background:#1e293b;
  border-radius:20px;
  overflow:hidden;
  margin-bottom:20px;
  box-shadow:0 18px 40px rgba(0,0,0,0.6);
}
.hero-image {
  width:100%;
  height:150px;
  object-fit:cover;
  display:block;
}
.hero-content {
  padding:16px;
}
.hero-title {
  font-size:18px;
  font-weight:700;
}
.hero-date {
  font-size:12px;
  color:#a855f7;
  margin-top:4px;
}
.hero-location {
  font-size:13px;
  color:#9ca3af;
  margin-top:4px;
}
.section-title {
  font-size:22px;
  font-weight:700;
  margin-top:6px;
}
.section-subtitle {
  color:#a855f7;
  font-size:13px;
}
.section-location {
  color:#9ca3af;
  font-size:13px;
  margin-bottom:10px;
}
.card-list {
  margin-top:10px;
}
.card {
  background:#020617;
  border:1px solid #111827;
  border-radius:16px;
  padding:12px;
  display:flex;
  gap:10px;
  margin-top:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.6);
}
.card-thumb {
  width:64px;
  height:64px;
  border-radius:12px;
  object-fit:cover;
  flex-shrink:0;
}
.card-main {
  flex:1;
}
.card-title {
  font-size:14px;
  font-weight:600;
}
.card-meta {
  font-size:11px;
  color:#9ca3af;
  margin-top:2px;
  margin-bottom:8px;
}
.card-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
}
.btn {
  background:#f97316;
  color:#111827;
  border:none;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
}
.price {
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
}
