:root {
  --bg: #fbf7ff;
  --card: #fff;
  --text: #1f1f1f;
  --muted: #6a6a6a;
  --accent: #ff3ea5;
  --accent2: #7c3aed;
  --shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  --radius: 12px;
  --font: "Inter", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: radial-gradient(1200px 700px at 10% -10%, rgba(255, 62, 165, 0.12), transparent 60%),
              radial-gradient(900px 600px at 90% 0%, rgba(124, 58, 237, 0.10), transparent 55%),
              var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.topbar {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 10;
}
.topbar .topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.topnav { display:flex; gap: 14px; flex-wrap: wrap; }
.topnav a { color: var(--muted); }
.topnav a:hover { color: var(--text); text-decoration: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search { position: relative; width: 320px; max-width: 42vw; }
.search-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.95);
  outline: none;
}
.search-input:focus {
  border-color: rgba(255, 62, 165, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 62, 165, 0.12);
}
.search-dd {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  box-shadow: 0 18px 36px rgba(0,0,0,0.10);
  overflow: hidden;
}
.search-item {
  display: block;
  padding: 10px 12px;
  color: var(--text);
}
.search-item:hover,
.search-item.is-active {
  background: rgba(255, 62, 165, 0.08);
  text-decoration: none;
}
@media (max-width: 720px) {
  .search { width: 52vw; }
  .topnav { display:none; }
}
.brand-link {
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}
.brand-link:hover { text-decoration: none; opacity: 0.9; }
.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 20px;
}
h1 { margin: 0; font-size: 26px; }
h2 { margin: 0 0 12px; font-size: 20px; }
.muted { color: var(--muted); font-size: 12px; }
.section-lede { margin: -6px 0 12px; }
.panel {
  background: var(--card);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 18px 0;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.04);
}
.hero {
  padding: 18px 20px;
  margin: 18px 0 0;
}
.hero h1 {
  font-size: 34px;
  letter-spacing: -0.03em;
}
.hero .muted { font-size: 15px; }
.page-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 18px;
  align-items: start;
}
@media (max-width: 980px) {
  .page-layout { grid-template-columns: 1fr; }
}
.toc {
  position: sticky;
  top: 88px;
}
.toc h3 { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.toc a { display: block; padding: 8px 10px; border-radius: 10px; color: var(--text); }
.toc a:hover { background: rgba(255, 62, 165, 0.08); text-decoration: none; }
.toc .toc-item { border: 1px solid rgba(0,0,0,0.04); }
.pill--accent {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  box-shadow: 0 6px 16px rgba(255, 62, 165, 0.20);
}
.pill--soft {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(0,0,0,0.06);
}
.list { margin: 8px 0 0; padding-left: 18px; }
.list li { margin: 6px 0; }
.alpha-section { margin-top: 14px; }
.alpha-letter {
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(0,0,0,0.55);
  margin: 10px 0 8px;
}
.alpha-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
}
@media (max-width: 820px) {
  .alpha-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .alpha-grid { grid-template-columns: 1fr; }
}
.alpha-link {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.05);
  background: rgba(255,255,255,0.9);
  color: var(--text);
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}
.alpha-link:hover {
  text-decoration: none;
  border-color: rgba(255, 62, 165, 0.35);
  background: rgba(255, 62, 165, 0.06);
}
.dish-search { margin-top: 18px; }
.dish-search-input {
  width: 100%;
  font-size: 16px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.95);
  outline: none;
}
.dish-search-input:focus {
  border-color: rgba(255, 62, 165, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 62, 165, 0.12);
}
.dish-results { margin-top: 14px; display: grid; gap: 14px; }
.dish-group {
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 22px rgba(0,0,0,0.04);
  overflow: hidden;
}
.dish-head { padding: 14px 14px 10px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.dish-title { font-weight: 800; letter-spacing: -0.02em; }
.dish-list { padding: 10px 14px 14px; display: grid; gap: 10px; }
.dish-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.04);
  background: #fff;
}
.dish-row-main { display:flex; align-items: center; gap: 10px; min-width: 0; }
.dish-row-brand { font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 52vw; color: var(--text); }
.dish-row-brand:hover { text-decoration: underline; }
.dish-row-price { white-space: nowrap; }
.dish-more { padding: 0 2px; }
.footer {
  margin-top: 26px;
  padding: 10px 0 22px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-nav { display:flex; gap: 14px; flex-wrap: wrap; }
.footer-nav a { color: var(--muted); }
.footer-nav a:hover { color: var(--text); }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}
.card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card .img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  background: #eee;
}
.card .body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card .title {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
}
.price { color: var(--accent); white-space: nowrap; }
.desc {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.ok { color: #1f9d55; }
.warn { color: #d97706; }
code { background: #f0f0f0; padding: 2px 4px; border-radius: 4px; }

