.h001PhonePanel {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(226, 232, 240, 0.55);
  border-radius: 34px;
  min-width: 0;
  padding: 34px 38px 24px;
  text-align: center;
}

.h001PhonePanel > h2 {
  color: #111827;
  font-size: 1.45rem;
  margin: 0 0 8px;
}

.h001PhonePanel > p,
.h001ReadyEdit {
  color: #64748b;
  font-weight: 800;
  margin: 0 0 26px;
}

.h001Phone {
  background: #0f172a;
  border-radius: 48px;
  box-sizing: border-box;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
  margin: 0 auto;
  max-width: 420px;
  padding: 16px 12px;
  position: relative;
}

.h001Phone__speaker {
  background: #030712;
  border-radius: 0 0 18px 18px;
  height: 28px;
  left: 31%;
  position: absolute;
  top: 15px;
  width: 38%;
  z-index: 2;
}

.h001Phone__side {
  background: #0f172a;
  border-radius: 8px;
  position: absolute;
  width: 5px;
}

.h001Phone__side--left {
  height: 78px;
  left: -4px;
  top: 170px;
}

.h001Phone__side--right {
  height: 96px;
  right: -4px;
  top: 235px;
}

.h001Phone__screen {
  background: #fff;
  border-radius: 36px;
  min-height: 650px;
  overflow: hidden;
  padding: 58px 26px 24px;
  text-align: left;
}

.h001PhoneStatus {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  justify-content: space-between;
  margin: -40px 10px 26px;
}

.h001PhoneStatus i {
  background:
    radial-gradient(circle at 3px 5px, #111827 0 3px, transparent 4px),
    radial-gradient(circle at 13px 5px, #111827 0 3px, transparent 4px),
    linear-gradient(#111827, #111827);
  border-radius: 999px;
  height: 10px;
  width: 44px;
}

.h001PhoneTop {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  margin-bottom: 26px;
  text-align: center;
}

.h001PhoneTop::after {
  content: "";
  display: block;
}

.h001PhoneMenuBtn,
.h001PhoneFull {
  border: 0;
  cursor: default;
  font: inherit;
}

.h001PhoneMenuBtn {
  align-items: center;
  background: #f1f5f9;
  border-radius: 10px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.h001PhoneMenuBtn span,
.h001PhoneMenuBtn span::before,
.h001PhoneMenuBtn span::after {
  background: #111827;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  width: 14px;
}

.h001PhoneMenuBtn span::before {
  transform: translateY(-5px);
}

.h001PhoneMenuBtn span::after {
  transform: translateY(3px);
}

.h001PhoneTop strong {
  color: #111827;
  display: block;
  font-family: Georgia, serif;
  font-size: 1.85rem;
}

.h001PhoneMenu p {
  color: #475569;
  font-weight: 700;
}

.h001PhoneTabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.h001PhoneTabs::-webkit-scrollbar {
  display: none;
}

.h001PhoneTabs span {
  background: #f1f5f9;
  border-radius: 999px;
  color: #111827;
  flex: 0 0 auto;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 10px 15px;
}

.h001PhoneTabs .isActive {
  background: linear-gradient(135deg, #ff6a00, #ff3d00);
  color: #fff;
}

.h001PhoneMenu h3 {
  color: #111827;
  font-size: 1.24rem;
  margin: 0 0 14px;
}

.h001PhoneMenu article {
  align-items: start;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 98px minmax(0, 1fr);
  margin-bottom: 12px;
  min-height: 122px;
  padding: 10px 10px 34px;
  position: relative;
}

.h001PhoneMenu img,
.h001DishArt {
  aspect-ratio: 1;
  border-radius: 12px;
  height: 98px;
  width: 98px;
}

.h001PhoneMenu img {
  object-fit: cover;
}

.h001PhoneMenu h4 {
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.2;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}

.h001PhoneMenu p {
  display: -webkit-box;
  font-size: 0.82rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.35;
  margin: 0;
  max-width: 180px;
  overflow: hidden;
}

.h001PhoneFull {
  align-items: center;
  background: #fff;
  border: 1px solid #ff5a0a;
  border-radius: 999px;
  color: #111827;
  display: flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 8px;
  min-height: 52px;
  text-decoration: none;
  width: 100%;
}

.h001ReadyEdit {
  font-size: 0.9rem;
  margin-top: 24px;
}
