:root {
  --ink: #703553;
  --soft-ink: #a86280;
  --pink: #ff73a9;
  --pink-deep: #f34d88;
  --milk: #fff9fa;
  --peach: #ffd0ae;
  --lilac: #e3d3ff;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  background: #f8d1e3;
}

button { font: inherit; }
button:focus-visible { outline: 3px solid rgba(123, 51, 91, .45); outline-offset: 3px; }

.app-shell,
.order-page {
  position: relative;
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .64) 0 3px, transparent 4px),
    linear-gradient(142deg, #ffe0ec 0%, #ffc5dd 48%, #efc9ee 100%);
}

.app-shell { padding: calc(30px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom)); }

.background-doodle,
.order-page__doodle {
  position: absolute;
  pointer-events: none;
  border: 19px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.doodle-one { right: -108px; bottom: 95px; width: 270px; height: 270px; transform: rotate(-18deg); }
.doodle-two { top: 208px; left: -194px; width: 270px; height: 100px; transform: rotate(21deg); }

.app-header,
.hero,
.home-note,
footer { position: relative; z-index: 1; }

.app-header { min-height: 91px; }
.eyebrow { margin: 0 0 3px; color: rgba(112, 53, 83, .67); font-size: 10px; font-weight: 800; letter-spacing: .17em; }

h1,
h2,
p { margin-top: 0; }

h1,
.menu-header h2 {
  display: inline-block;
  margin: 0;
  font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive;
  letter-spacing: .04em;
  line-height: 1.15;
  text-shadow: 0 2px rgba(255,255,255,.65);
}

h1 { font-size: clamp(32px, 8.6vw, 42px); }

h1 span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-left: 3px;
  border-radius: 50% 50% 50% 14%;
  place-items: center;
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  vertical-align: top;
  background: var(--pink-deep);
  transform: rotate(11deg);
}

.date-chip {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  color: var(--soft-ink);
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.56);
  box-shadow: 0 6px 16px rgba(157, 69, 106, .08);
  cursor: pointer;
}

.date-chip i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #ff5d99; box-shadow: 0 0 0 3px rgba(255,93,153,.16); }
.date-tip { position: absolute; top: 43px; right: 0; z-index: 7; width: 184px; margin: 0; padding: 10px 11px; border-radius: 12px 4px 12px 12px; color: #8f4966; font-size: 11px; line-height: 1.55; background: #fff9fb; box-shadow: 0 12px 25px rgba(128,47,88,.14); }

.hero { height: 375px; margin: 4px 0 12px; }

.character-plate {
  position: absolute;
  top: 47px;
  left: 50%;
  display: grid;
  width: 224px;
  height: 224px;
  padding: 10px;
  border: 7px solid #fff4ef;
  border-radius: 50%;
  place-items: center;
  background: linear-gradient(145deg, #fbc4d7, #eea1c0);
  box-shadow: 0 18px 0 rgba(189,70,120,.12), 0 24px 38px rgba(172,61,110,.2);
  transform: translateX(-50%) rotate(-5deg);
}

.character-plate::before { position: absolute; inset: 12px; border: 2px dashed rgba(255,255,255,.68); border-radius: 50%; content: ""; }
.character-plate__rim { position: relative; display: grid; width: 100%; height: 100%; overflow: hidden; border-radius: 50%; place-items: center; background: radial-gradient(circle at 50% 20%, #fffdf4 0 27%, #ffe8ca 73%, #ffd3c3 100%); }
.character-plate__rim img { position: relative; z-index: 1; width: 118%; max-height: 118%; object-fit: contain; filter: drop-shadow(0 8px 5px rgba(132,62,46,.2)); transform: rotate(5deg) translateY(5px); }
.character-plate__rim b { position: absolute; right: 10px; bottom: 9px; z-index: 2; color: #ff6098; font-size: 30px; text-shadow: 0 2px #fff; transform: rotate(14deg); }

.food-sticker {
  position: absolute;
  z-index: 4;
  display: grid;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.84);
  border-radius: 50%;
  place-items: center;
  background: rgba(255,247,244,.9);
  box-shadow: 0 10px 18px rgba(151,61,97,.13);
  line-height: 1;
}

.food-sticker img { width: 93%; height: 93%; object-fit: contain; }
.food-sticker--emoji { font-size: 31px; }
.sticker-one { top: 4px; left: 3%; width: 67px; height: 67px; transform: rotate(-14deg); }
.sticker-two { top: 31px; right: 4%; width: 68px; height: 68px; transform: rotate(14deg); }
.sticker-three { top: 123px; right: -8px; width: 63px; height: 63px; transform: rotate(13deg); }
.sticker-four { bottom: 70px; right: 3%; width: 69px; height: 69px; transform: rotate(-12deg); }
.sticker-five { bottom: 87px; left: -5px; width: 64px; height: 64px; transform: rotate(11deg); }
.sticker-six { top: 119px; left: -7px; width: 62px; height: 62px; transform: rotate(-9deg); }
.sticker-icecream { top: 74px; left: 17%; width: 55px; height: 55px; transform: rotate(-16deg); }
.sticker-ramen { right: 17%; bottom: 74px; width: 59px; height: 59px; transform: rotate(10deg); }
.sticker-cola { bottom: 18px; left: 18%; width: 56px; height: 56px; transform: rotate(-12deg); }

.twinkle { position: absolute; z-index: 5; color: #fff6bd; font-size: 28px; text-shadow: 0 1px rgba(255,255,255,.6); }
.twinkle-one { top: 8px; right: 27%; transform: rotate(17deg); }
.twinkle-two { top: 174px; left: 16%; color: #fff; font-size: 19px; transform: rotate(-15deg); }

.order-button {
  position: absolute;
  bottom: 3px;
  left: 50%;
  z-index: 7;
  display: flex;
  width: min(84%, 330px);
  min-height: 86px;
  padding: 14px 23px 12px;
  border: 0;
  border-radius: 25px 25px 31px 31px;
  flex-direction: column;
  color: #fffdfd;
  text-align: left;
  background: linear-gradient(130deg, #ff6eaa 0%, #f34b88 100%);
  box-shadow: inset 0 2px rgba(255,255,255,.35), 0 11px #d94076, 0 22px 27px rgba(175,42,95,.25);
  cursor: pointer;
  transform: translateX(-50%) rotate(-1deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

.order-button:hover { transform: translateX(-50%) translateY(-2px) rotate(-1deg); box-shadow: inset 0 2px rgba(255,255,255,.35), 0 13px #d94076, 0 25px 28px rgba(175,42,95,.26); }
.order-button:active { transform: translateX(-50%) translateY(7px) rotate(-1deg); box-shadow: inset 0 2px rgba(255,255,255,.35), 0 4px #d94076, 0 12px 17px rgba(175,42,95,.2); }
.button-ribbon { position: absolute; top: -12px; left: 22px; padding: 5px 10px; border-radius: 999px; color: #9a4568; font-size: 10px; font-weight: 800; letter-spacing: .04em; background: #fff1a7; box-shadow: 0 4px 8px rgba(134,74,72,.13); }
.order-button strong { font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive; font-size: 30px; letter-spacing: .09em; line-height: 1.1; }
.order-button small { margin-top: 5px; font-size: 11px; font-weight: 700; opacity: .9; }

.home-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 25px;
  background: rgba(255,253,252,.73);
  box-shadow: 0 18px 34px rgba(157,61,102,.13);
  backdrop-filter: blur(9px);
}

.home-note > span { display: grid; width: 34px; height: 34px; border-radius: 13px 13px 13px 5px; place-items: center; color: #fff; font-size: 21px; background: #ff9dbe; transform: rotate(-7deg); }
.home-note p { margin: 0 0 2px; color: #d18aa5; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.home-note h2 { margin: 0; font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive; font-size: 19px; letter-spacing: .03em; }
.home-note i { margin-left: auto; color: #e98bac; font-family: Georgia, serif; font-size: 26px; font-style: normal; }

footer { display: flex; align-items: center; justify-content: center; gap: 9px; padding-top: 18px; color: rgba(127,56,87,.72); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
footer b { color: #f65c91; font-size: 13px; }

.order-sheet { position: fixed; inset: 0; z-index: 20; overflow-y: auto; background: rgba(92,31,61,.18); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.order-sheet.is-open { opacity: 1; pointer-events: auto; }
.order-page { min-height: 100%; padding: calc(26px + env(safe-area-inset-top)) 16px calc(22px + env(safe-area-inset-bottom)); transform: translateY(24px); transition: transform .25s ease; }
.order-sheet.is-open .order-page { transform: translateY(0); }
.order-page__doodle--one { top: 126px; right: -135px; width: 285px; height: 285px; }
.order-page__doodle--two { bottom: 72px; left: -150px; width: 300px; height: 130px; transform: rotate(18deg); }

.menu-header,
.menu-layout { position: relative; z-index: 1; }
.menu-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 0 4px 17px; }
.menu-header h2 { font-size: clamp(29px, 8vw, 39px); }
.menu-header__hint { margin: 5px 0 0; color: #ad6a86; font-size: 11px; font-weight: 700; }
.close-button { display: grid; width: 36px; height: 36px; margin-top: 2px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; place-items: center; color: #b15b80; font-size: 26px; line-height: 1; background: rgba(255,248,251,.74); box-shadow: 0 6px 14px rgba(151,61,97,.1); cursor: pointer; }

.menu-layout {
  display: grid;
  min-height: 495px;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.category-list {
  display: flex;
  gap: 8px;
  padding: 8px 6px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 25px;
  flex-direction: column;
  background: rgba(255,251,252,.54);
  box-shadow: 0 16px 30px rgba(157,61,102,.1);
  backdrop-filter: blur(9px);
}

.category-button {
  display: flex;
  min-height: 79px;
  padding: 7px 3px;
  border: 1px solid transparent;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  line-height: 1.2;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.category-button:hover,
.category-button.is-active { border-color: rgba(232,125,165,.48); background: #fff7fa; box-shadow: 0 5px 12px rgba(185,77,122,.1); transform: translateX(2px); }
.category-button__icon { display: grid; width: 31px; height: 31px; margin-bottom: 4px; border-radius: 11px 11px 11px 4px; place-items: center; font-size: 20px; background: var(--meal-color); }
.category-button > span:not(.category-button__icon) { font-size: 12px; font-weight: 800; }
.category-button small { margin-top: 3px; color: #c68aa1; font-size: 8px; transform: scale(.9); }

.menu-content { min-width: 0; padding: 18px 14px 15px; border: 1px solid rgba(255,255,255,.84); border-radius: 28px; background: rgba(255,253,252,.82); box-shadow: 0 18px 34px rgba(157,61,102,.14); backdrop-filter: blur(10px); }
.menu-content__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.menu-content__heading p { margin: 0 0 3px; color: #d18aa5; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.menu-content__heading h3 { margin: 0; font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive; font-size: 24px; letter-spacing: .03em; }
.menu-content__heading > span { display: grid; width: 43px; height: 43px; border-radius: 15px 15px 15px 5px; place-items: center; font-size: 27px; background: #ffe7f0; transform: rotate(7deg); }
.kfc-thursday-button { position: relative; display: grid; width: 45px; height: 45px; flex: 0 0 45px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 16px 16px 16px 5px; place-items: center; background: linear-gradient(145deg, #ffd3e4, #ff91bd); box-shadow: 0 6px 13px rgba(196,68,119,.18), inset 0 1px rgba(255,255,255,.72); cursor: pointer; transform: rotate(7deg); transition: transform .18s ease, box-shadow .18s ease; }
.kfc-thursday-button[hidden] { display: none !important; }
.kfc-thursday-button::before { content: '✦'; position: absolute; top: 3px; left: 5px; color: #fff; font-size: 10px; }
.kfc-thursday-button::after { content: '🍗'; position: absolute; top: -7px; right: -7px; font-size: 15px; filter: drop-shadow(0 2px 1px rgba(166,57,100,.16)); transform: rotate(16deg); }
.kfc-thursday-button:hover { transform: translateY(-2px) rotate(4deg); box-shadow: 0 9px 16px rgba(196,68,119,.23), inset 0 1px rgba(255,255,255,.72); }
.kfc-thursday-button:active { transform: translateY(1px) rotate(6deg); }
.kfc-thursday-button:focus-visible { outline: 3px solid rgba(241,90,145,.42); outline-offset: 2px; }
.kfc-thursday-button__bucket { position: relative; display: grid; width: 27px; height: 25px; overflow: hidden; border: 2px solid #fff; border-radius: 6px 6px 10px 10px; place-items: center; background: repeating-linear-gradient(76deg, #ff5d98 0 6px, #fff3f8 6px 10px); box-shadow: 0 3px 6px rgba(169,43,91,.18); }
.kfc-thursday-button__bucket b { position: relative; color: #b72e69; font-family: Arial, sans-serif; font-size: 8px; font-weight: 900; letter-spacing: -.06em; text-shadow: 0 1px rgba(255,255,255,.8); }
.menu-intro { min-height: 38px; margin: 10px 0 13px; color: #a96f87; font-size: 12px; line-height: 1.6; }

.food-choices { display: grid; gap: 9px; }
.food-choice { display: flex; width: 100%; min-height: 73px; padding: 11px 10px 10px 12px; border: 1px solid #f8cedd; border-radius: 18px; align-items: center; justify-content: space-between; gap: 7px; color: #884863; text-align: left; background: #fff8fa; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }

.food-choice { min-height: 84px; padding: 8px 10px 8px 8px; gap: 9px; }
.food-choice__media { display: block; width: 76px; height: 64px; flex: 0 0 76px; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 14px 14px 14px 5px; background: #ffe5ef; box-shadow: 0 5px 12px rgba(177,82,122,.12); }
.food-choice__media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #ffebf4; }
.food-choice__emoji { display: grid; width: 56px; height: 56px; flex: 0 0 56px; border-radius: 16px 16px 16px 5px; place-items: center; font-size: 28px; background: #ffe5ef; }
.food-choice__copy { flex: 1; }
.food-choice em { flex: 0 0 auto; }
.food-choice.is-picked .food-choice__media { border-color: rgba(255,255,255,.92); box-shadow: 0 5px 13px rgba(113,31,67,.24); }
.food-choice.is-picked .food-choice__emoji { color: #d9497d; background: #fff5f8; }
.food-choice:hover { border-color: #f59bbc; background: #fff1f6; transform: translateY(-2px); }
.food-choice.is-picked { border-color: #f55f97; color: #fff; background: linear-gradient(130deg, #ff80b2, #f34d88); box-shadow: 0 7px 14px rgba(207,67,122,.2); }
.food-choice__copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.food-choice strong { font-size: 14px; }
.food-choice small { color: #b77a93; font-size: 10px; line-height: 1.35; }
.food-choice.is-picked small { color: rgba(255,255,255,.86); }
.food-choice em { padding: 4px 6px; border-radius: 999px; color: #bd6a8d; font-size: 9px; font-style: normal; font-weight: 800; white-space: nowrap; background: #ffe5ef; }
.food-choice.is-picked em { color: #d9497d; background: #fff5f8; }
.food-choice__emoji--custom { border: 1px dashed #ef93b5; color: #d85284; background: linear-gradient(145deg, #fff9fc, #ffdcea); }
.food-choice--add-custom { border: 1.5px dashed #ef91b4; color: #b34874; background: linear-gradient(135deg, #fffafd, #ffe3ee); box-shadow: none; }
.food-choice--add-custom:hover { border-color: #e85c91; color: #a73d67; background: linear-gradient(135deg, #fff4f8, #ffd2e3); box-shadow: 0 6px 13px rgba(206,79,128,.14); }
.food-choice--add-custom:active { transform: translateY(1px); }
.food-choice--add-custom em { color: #d85284; background: #fff4f8; }
.food-choice__custom-add-media { position: relative; display: grid; width: 76px; height: 64px; flex: 0 0 76px; overflow: hidden; border: 1px solid rgba(255,255,255,.95); border-radius: 14px 14px 14px 5px; place-items: center; background: radial-gradient(circle at 28% 26%, rgba(255,255,255,.9) 0 3px, transparent 4px), linear-gradient(145deg, #ffc6dd, #ff82b2); box-shadow: 0 5px 12px rgba(177,82,122,.12); }
.food-choice__custom-add-media::before { content: '✦'; position: absolute; top: 8px; left: 10px; color: rgba(255,255,255,.88); font-size: 12px; }
.food-choice__custom-add-media::after { content: '♡'; position: absolute; right: 8px; bottom: 5px; color: rgba(255,255,255,.86); font-size: 14px; }
.food-choice__custom-add-media b { display: grid; width: 27px; height: 27px; border: 2px solid #fff; border-radius: 10px 10px 10px 3px; place-items: center; color: #ec4f88; font-family: Arial, sans-serif; font-size: 25px; font-weight: 500; line-height: 1; background: #fff7fb; box-shadow: 0 3px 6px rgba(148,42,88,.16); }
.choice-note { margin: 13px 2px 0; color: #b67790; font-size: 11px; line-height: 1.55; }

@media (max-width: 360px) {
  .app-shell { padding-right: 15px; padding-left: 15px; }
  .date-chip { font-size: 10px; }
  .hero { height: 356px; }
  .character-plate { top: 51px; width: 205px; height: 205px; }
  .sticker-one, .sticker-two, .sticker-four { width: 58px; height: 58px; }
  .sticker-three, .sticker-five, .sticker-six { width: 54px; height: 54px; }
  .food-sticker--emoji { font-size: 27px; }
  .sticker-icecream, .sticker-cola { width: 48px; height: 48px; }
  .sticker-ramen { width: 52px; height: 52px; }
  .order-button { min-height: 80px; }
  .order-button strong { font-size: 27px; }
  .menu-layout { grid-template-columns: 91px minmax(0, 1fr); gap: 9px; }
  .category-list { padding-right: 4px; padding-left: 4px; }
  .category-button { min-height: 76px; }
  .menu-content { padding-right: 11px; padding-left: 11px; }
  .food-choice { min-height: 76px; padding: 7px 8px 7px 7px; gap: 7px; }
  .food-choice__media { width: 66px; height: 56px; flex-basis: 66px; border-radius: 12px 12px 12px 4px; }
  .food-choice__emoji { width: 50px; height: 50px; flex-basis: 50px; font-size: 25px; }
  .food-choice__custom-add-media { width: 66px; height: 56px; flex-basis: 66px; border-radius: 12px 12px 12px 4px; }
  .food-choice strong { font-size: 13px; }
  .food-choice small { font-size: 9px; }
  .menu-content__heading h3 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* Order action and care dialog additions */
.meal-reminder {
  display: inline-block;
  margin: 11px 0 -1px;
  padding: 5px 9px;
  border: 1px dashed #ef99b9;
  border-radius: 999px;
  color: #b84d78;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .02em;
  background: #fff0f6;
}

.food-choice__preference {
  display: inline-block;
  margin-left: 5px;
  color: #cf4b7f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.food-choice.is-picked .food-choice__preference { color: #fff4f8; }

.order-actions {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(245, 141, 181, .55);
  border-radius: 20px 20px 20px 7px;
  background: linear-gradient(135deg, rgba(255, 242, 248, .96), rgba(255, 221, 236, .9));
  box-shadow: inset 0 1px rgba(255,255,255,.82), 0 9px 18px rgba(193, 67, 118, .1);
}

.order-actions > p {
  margin: 0 0 9px;
  color: #a85476;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.order-actions__buttons { display: flex; gap: 8px; }

.order-action-button {
  min-height: 42px;
  padding: 8px 7px;
  border: 1px solid transparent;
  border-radius: 14px 14px 14px 5px;
  flex: 1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.order-action-button:hover { transform: translateY(-2px); }
.order-action-button:active { transform: translateY(1px); }

.order-action-button--add {
  border-color: #f29abb;
  color: #cb4b7b;
  background: #fffdfd;
  box-shadow: 0 4px 0 #f2b0c8, 0 8px 13px rgba(186, 67, 113, .1);
}

.order-action-button--complete {
  color: #fff;
  background: linear-gradient(135deg, #ff7caf, #ed4e89);
  box-shadow: inset 0 1px rgba(255,255,255,.4), 0 4px 0 #ce3f72, 0 8px 13px rgba(186, 67, 113, .18);
}

.order-action-button:disabled {
  color: #b5768d;
  border-color: #edc6d5;
  background: #f9edf2;
  box-shadow: none;
  cursor: default;
  opacity: 1;
  transform: none;
}

.care-dialog {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  padding: 24px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s step-end;
}

.care-dialog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .2s ease;
}

.care-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(132, 49, 88, .34);
  backdrop-filter: blur(4px);
}

.care-dialog__card {
  position: relative;
  width: min(100%, 342px);
  padding: 39px 25px 24px;
  border: 3px solid rgba(255,255,255,.88);
  border-radius: 32px 32px 32px 11px;
  color: #873d60;
  text-align: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.9) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 22%, rgba(255,255,255,.78) 0 2px, transparent 3px),
    linear-gradient(145deg, #fff8fb 0%, #ffd8e8 100%);
  box-shadow: 0 19px 42px rgba(88, 28, 58, .28), inset 0 2px rgba(255,255,255,.8);
  transform: translateY(9px) scale(.97) rotate(-1deg);
  transition: transform .22s cubic-bezier(.2, .8, .25, 1);
}

.care-dialog.is-open .care-dialog__card { transform: translateY(0) scale(1) rotate(-1deg); }

.care-dialog__sparkle {
  position: absolute;
  top: 13px;
  right: 19px;
  color: #ff68a2;
  font-size: 24px;
  line-height: 1;
  transform: rotate(18deg);
}

.care-dialog__icon {
  position: absolute;
  top: -23px;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  border: 3px solid #fff;
  border-radius: 21px 21px 21px 7px;
  place-items: center;
  font-size: 28px;
  background: #ffb7d1;
  box-shadow: 0 7px 14px rgba(180, 61, 112, .18);
  transform: translateX(-50%) rotate(-7deg);
}

.care-dialog__card p {
  margin: 0 0 7px;
  color: #cf7394;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.care-dialog__card h2 {
  margin: 0;
  font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive;
  font-size: clamp(23px, 7vw, 29px);
  letter-spacing: .035em;
  line-height: 1.3;
}

.care-dialog__card small {
  display: block;
  margin-top: 8px;
  color: #ae6984;
  font-size: 11px;
  line-height: 1.55;
}

.care-dialog__button {
  width: min(100%, 190px);
  min-height: 42px;
  margin-top: 18px;
  border: 0;
  border-radius: 14px 14px 14px 5px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #ff7caf, #ee4d88);
  box-shadow: inset 0 1px rgba(255,255,255,.4), 0 4px #ce3f72, 0 8px 13px rgba(186, 67, 113, .17);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.care-dialog__button:hover { transform: translateY(-2px); }
.care-dialog__button:active { transform: translateY(2px); box-shadow: inset 0 1px rgba(255,255,255,.4), 0 2px #ce3f72, 0 5px 9px rgba(186, 67, 113, .16); }

@media (max-width: 360px) {
  .meal-reminder { padding: 4px 7px; font-size: 9px; }
  .food-choice__preference { margin-left: 3px; font-size: 9px; }
  .order-actions { padding: 10px 8px; }
  .order-actions__buttons { gap: 6px; }
  .order-action-button { min-height: 40px; padding-right: 4px; padding-left: 4px; font-size: 11px; }
  .care-dialog { padding: 18px; }
  .care-dialog__card { padding-right: 20px; padding-left: 20px; }
}



/* Larger category icons and the saved-menu page */
.menu-layout {
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 11px;
}

.category-list {
  gap: 9px;
  padding: 8px 7px;
}

.category-button {
  min-height: 101px;
  padding: 8px 3px;
  border-radius: 20px;
}

.category-button__icon {
  width: 45px;
  height: 45px;
  margin-bottom: 7px;
  border-radius: 15px 15px 15px 5px;
  font-size: 28px;
  box-shadow: inset 0 1px rgba(255,255,255,.7), 0 5px 10px rgba(171, 84, 116, .1);
}

.category-button > span:not(.category-button__icon) { font-size: 13px; }
.category-button small { margin-top: 4px; font-size: 9px; }
.menu-content { padding-right: 13px; padding-left: 13px; }

.order-action-button--reset {
  color: #a34f70;
  border-color: #edb2c7;
  background: #fff7fa;
  box-shadow: 0 4px 0 #efc3d2, 0 8px 13px rgba(186, 67, 113, .1);
}

.view-menu-button {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  padding: 8px 14px 8px 16px;
  border: 1px solid rgba(239, 145, 181, .78);
  border-radius: 17px 17px 17px 6px;
  align-items: center;
  justify-content: space-between;
  color: #b34d76;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  background: rgba(255, 250, 252, .88);
  box-shadow: 0 5px 0 #f1b7cb, 0 10px 16px rgba(185, 77, 122, .1);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.view-menu-button:hover { transform: translateY(-2px); background: #fff; }
.view-menu-button:active { transform: translateY(2px); box-shadow: 0 3px 0 #f1b7cb, 0 6px 10px rgba(185, 77, 122, .1); }
.view-menu-button b {
  display: grid;
  min-width: 25px;
  height: 25px;
  padding: 0 7px;
  border-radius: 999px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(135deg, #ff7faf, #ee4d88);
  box-shadow: 0 3px 7px rgba(195, 67, 116, .2);
}

.selected-menu-sheet {
  position: fixed;
  inset: 0;
  z-index: 25;
  overflow-y: auto;
  background: rgba(92, 31, 61, .24);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.selected-menu-sheet.is-open { opacity: 1; pointer-events: auto; }

.selected-menu-page {
  position: relative;
  width: min(100%, 520px);
  min-height: 100%;
  margin: 0 auto;
  padding: calc(26px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .64) 0 3px, transparent 4px),
    linear-gradient(142deg, #ffe0ec 0%, #ffc5dd 48%, #efc9ee 100%);
  transform: translateY(24px);
  transition: transform .25s ease;
}

.selected-menu-sheet.is-open .selected-menu-page { transform: translateY(0); }
.selected-menu-page__doodle {
  position: absolute;
  border: 19px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  pointer-events: none;
}
.selected-menu-page__doodle--one { top: 112px; right: -130px; width: 276px; height: 276px; }
.selected-menu-page__doodle--two { bottom: 80px; left: -156px; width: 298px; height: 128px; transform: rotate(18deg); }

.selected-menu-header,
.selected-menu-card,
.selected-menu-actions,
.selected-menu-status { position: relative; z-index: 1; }
.selected-menu-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 4px 17px;
}
.selected-menu-header h2 {
  display: inline-block;
  margin: 0;
  font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive;
  font-size: clamp(28px, 8vw, 39px);
  letter-spacing: .04em;
  line-height: 1.15;
  text-shadow: 0 2px rgba(255,255,255,.65);
}
.selected-menu-header__hint {
  margin: 5px 0 0;
  color: #ad6a86;
  font-size: 11px;
  font-weight: 700;
}

.selected-menu-status {
  margin: 0 3px 11px;
  padding: 9px 11px;
  border: 1px dashed #ef99b9;
  border-radius: 14px 14px 14px 5px;
  color: #af4c74;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  background: rgba(255, 245, 249, .86);
}

.selected-menu-card {
  min-height: 276px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 28px 28px 28px 9px;
  background: rgba(255,253,252,.84);
  box-shadow: 0 18px 34px rgba(157,61,102,.14);
  backdrop-filter: blur(10px);
}

.selected-menu-list { display: grid; gap: 9px; }
.selected-menu-item {
  display: grid;
  min-height: 84px;
  padding: 8px;
  border: 1px solid #f8cedd;
  border-radius: 18px 18px 18px 6px;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: #fff8fa;
}
.selected-menu-item__media,
.selected-menu-item__emoji {
  display: grid;
  width: 76px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 14px 14px 14px 5px;
  place-items: center;
  background: #ffe5ef;
  box-shadow: 0 5px 12px rgba(177,82,122,.1);
}
.selected-menu-item__media img { display: block; width: 100%; height: 100%; object-fit: contain; background: #ffebf4; }
.selected-menu-item__emoji { color: #c85a84; font-size: 29px; }
.selected-menu-item__quantity {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: center;
  gap: 6px;
  min-width: 86px;
  justify-content: center;
}
.selected-menu-item__quantity-button {
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid #f6bfd4;
  border-radius: 9px;
  place-items: center;
  color: #cc5f8a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(145deg, #fff, #ffe6ef);
  box-shadow: 0 3px 7px rgba(197, 74, 122, .12);
}
.selected-menu-item__quantity-button:active { transform: translateY(1px) scale(.96); }
.selected-menu-item__quantity output {
  min-width: 24px;
  color: #a94f72;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.selected-menu-item__copy { min-width: 0; }
.selected-menu-item__copy strong { display: block; color: #884863; font-size: 14px; }
.selected-menu-item__copy small { display: block; margin-top: 3px; color: #b77a93; font-size: 10px; line-height: 1.4; }
.selected-menu-item__meta { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.selected-menu-item__meta span,
.selected-menu-item__meta b {
  padding: 3px 6px;
  border-radius: 999px;
  color: #bd6a8d;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  background: #ffe5ef;
}
.selected-menu-item__meta b { color: #cf4b7f; background: #fff0f6; }
.selected-menu-empty {
  max-width: 236px;
  margin: 78px auto;
  color: #ae7088;
  font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.selected-menu-actions {
  display: flex;
  gap: 9px;
  margin-top: 16px;
  padding: 4px 2px;
}
.selected-menu-action {
  min-height: 47px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 16px 16px 16px 5px;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.selected-menu-action:hover { transform: translateY(-2px); }
.selected-menu-action:active { transform: translateY(2px); }
.selected-menu-action--continue {
  border-color: #f29abb;
  color: #c34d7b;
  background: #fffdfd;
  box-shadow: 0 4px 0 #f2b0c8, 0 8px 13px rgba(186, 67, 113, .1);
}
.selected-menu-action--complete {
  color: #fff;
  background: linear-gradient(135deg, #ff7caf, #ed4e89);
  box-shadow: inset 0 1px rgba(255,255,255,.4), 0 4px 0 #ce3f72, 0 8px 13px rgba(186, 67, 113, .18);
}
.selected-menu-action:disabled {
  color: #b5768d;
  border-color: #edc6d5;
  background: #f9edf2;
  box-shadow: none;
  cursor: default;
  opacity: 1;
  transform: none;
}

@media (max-width: 360px) {
  .menu-layout { grid-template-columns: 103px minmax(0, 1fr); gap: 8px; }
  .category-list { gap: 7px; padding-right: 5px; padding-left: 5px; }
  .category-button { min-height: 90px; padding-top: 6px; padding-bottom: 6px; }
  .category-button__icon { width: 39px; height: 39px; margin-bottom: 5px; border-radius: 13px 13px 13px 4px; font-size: 24px; }
  .category-button > span:not(.category-button__icon) { font-size: 12px; }
  .category-button small { margin-top: 3px; font-size: 8px; }
  .view-menu-button { min-height: 45px; font-size: 12px; }
  .selected-menu-page { padding-right: 14px; padding-left: 14px; }
  .selected-menu-card { padding: 10px; }
  .selected-menu-item { grid-template-columns: 66px minmax(0, 1fr) auto; gap: 8px; }
  .selected-menu-item__media,
  .selected-menu-item__emoji { width: 66px; height: 56px; }
  .selected-menu-item__copy strong { font-size: 13px; }
  .selected-menu-item__copy small { font-size: 9px; }
  .selected-menu-action { min-height: 43px; padding-right: 5px; padding-left: 5px; font-size: 12px; }
}

/* Fixed-height order rail with larger category icons and scrollable dishes */
.menu-layout {
  --menu-rail-height: 622px;
  height: var(--menu-rail-height);
  min-height: var(--menu-rail-height);
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 11px;
  align-items: stretch;
}

.category-list {
  height: 100%;
  gap: 9px;
  padding: 8px;
  overflow: hidden;
}

.category-button {
  min-height: 0;
  padding: 8px 3px;
  flex: 1 1 0;
}

.category-button__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 7px;
  border-radius: 18px 18px 18px 6px;
  font-size: 34px;
}

.category-button > span:not(.category-button__icon) { font-size: 14px; }
.category-button small { font-size: 9px; }

.menu-content {
  display: flex;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
}

.food-choices {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  align-content: start;
  padding-right: 4px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #f3a7c4 transparent;
}

.food-choices::-webkit-scrollbar { width: 5px; }
.food-choices::-webkit-scrollbar-track { background: transparent; }
.food-choices::-webkit-scrollbar-thumb { border-radius: 999px; background: #f3a7c4; }

@media (max-width: 360px) {
  .menu-layout {
    --menu-rail-height: 572px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
  }

  .category-list {
    gap: 7px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .category-button { padding-top: 6px; padding-bottom: 6px; }

  .category-button__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    border-radius: 16px 16px 16px 5px;
    font-size: 29px;
  }

  .category-button > span:not(.category-button__icon) { font-size: 12px; }
}

/* Home welcome dialog */
.welcome-dialog { z-index: 35; }
.welcome-dialog .care-dialog__card {
  padding-top: 43px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.94) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 22%, rgba(255,255,255,.8) 0 2px, transparent 3px),
    linear-gradient(145deg, #fff9fc 0%, #ffd5e7 100%);
}
.welcome-dialog .care-dialog__icon {
  background: linear-gradient(135deg, #ffb2cf, #ff78ad);
}
.welcome-dialog .care-dialog__card h2 { font-size: clamp(24px, 7.3vw, 30px); }

.thursday-dialog .care-dialog__card { background: radial-gradient(circle at 14% 18%, rgba(255,255,255,.96) 0 3px, transparent 4px), radial-gradient(circle at 85% 20%, rgba(255,255,255,.82) 0 2px, transparent 3px), linear-gradient(145deg, #fff8fb 0%, #ffc9de 100%); }
.thursday-dialog .care-dialog__icon { font-size: 27px; background: linear-gradient(135deg, #ffb0cd, #ff639b); }
.thursday-dialog .care-dialog__card h2 { color: #a83b68; }

.custom-choice-dialog { z-index: 36; }
.custom-choice-dialog .care-dialog__card { width: min(100%, 352px); padding: 39px 22px 22px; background: radial-gradient(circle at 14% 17%, rgba(255,255,255,.96) 0 3px, transparent 4px), radial-gradient(circle at 86% 22%, rgba(255,255,255,.78) 0 2px, transparent 3px), linear-gradient(145deg, #fffafd 0%, #ffd3e5 100%); }
.custom-choice-dialog .care-dialog__icon { color: #fff; font-family: Arial, sans-serif; font-size: 27px; font-weight: 500; background: linear-gradient(135deg, #ffb6d0, #ff71a7); }
.custom-choice-dialog .care-dialog__card small { margin-top: 6px; }
.custom-choice-form { display: grid; gap: 10px; margin-top: 14px; text-align: left; }
.custom-choice-form label { display: grid; gap: 5px; color: #a54f72; font-size: 11px; font-weight: 800; }
.custom-choice-form label span { color: #c88aa0; font-weight: 700; }
.custom-choice-form input, .custom-choice-form textarea { width: 100%; border: 1px solid #f2b0c8; border-radius: 12px 12px 12px 4px; color: #813b59; font: inherit; font-size: 12px; font-weight: 700; outline: none; background: rgba(255,255,255,.8); box-shadow: inset 0 1px 2px rgba(203,88,132,.08); transition: border-color .18s ease, box-shadow .18s ease; }
.custom-choice-form input { height: 37px; padding: 0 10px; }
.custom-choice-form textarea { min-height: 53px; padding: 8px 10px; resize: vertical; }
.custom-choice-form input::placeholder, .custom-choice-form textarea::placeholder { color: #d6a0b3; font-weight: 600; }
.custom-choice-form input:focus, .custom-choice-form textarea:focus { border-color: #ee6e9e; box-shadow: 0 0 0 3px rgba(245,117,162,.16); }
.custom-choice-suggestions { display: grid; gap: 6px; margin: -1px 0 0; }
.custom-choice-suggestions__title { margin: 0; color: #bd718f; font-size: 10px; font-weight: 800; line-height: 1.35; }
.custom-choice-suggestions__list { display: flex; flex-wrap: wrap; gap: 6px; }
.custom-choice-suggestion { min-height: 25px; padding: 4px 8px; border: 1px solid #f3aac5; border-radius: 999px 999px 999px 5px; color: #ad557a; font: inherit; font-size: 10px; font-weight: 800; line-height: 1.15; background: rgba(255,244,249,.92); box-shadow: 0 2px 0 rgba(224,112,154,.1); cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.custom-choice-suggestion:hover { border-color: #ee79a6; background: #ffe5ef; box-shadow: 0 3px 0 rgba(224,112,154,.16); transform: translateY(-1px); }
.custom-choice-suggestion:active { box-shadow: none; transform: translateY(1px) scale(.98); }
.custom-choice-suggestion:focus-visible { outline: none; border-color: #e95d95; box-shadow: 0 0 0 3px rgba(245,117,162,.2); }
.custom-choice-status { margin: -2px 0 0 !important; padding: 6px 8px; border-radius: 9px; color: #c14574 !important; font-size: 10px !important; letter-spacing: 0 !important; background: #fff0f5; }
.custom-choice-form__actions { display: grid; grid-template-columns: 1fr 1.45fr; gap: 8px; margin-top: 2px; }
.custom-choice-form__actions .care-dialog__button { width: 100%; min-height: 39px; margin-top: 0; font-size: 12px; }
.custom-choice-cancel { min-height: 39px; border: 1px solid #ef9cba; border-radius: 13px 13px 13px 4px; color: #ba5d82; font: inherit; font-size: 12px; font-weight: 800; background: rgba(255,251,253,.82); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.custom-choice-cancel:hover { background: #fff1f6; transform: translateY(-1px); }


/* Compact flavor notes on narrow screens */
@media (max-width: 360px) {
  .food-choice {
    position: relative;
    padding-bottom: 21px;
    align-items: flex-start;
  }

  .food-choice__copy { align-self: center; }

  .food-choice small {
    font-size: 8.5px;
    white-space: nowrap;
  }

  .food-choice em {
    position: absolute;
    right: 8px;
    bottom: 6px;
    margin: 0;
  }
}


/* Lunch and dinner share the same dish menus, with a clear two-level category rail. */
.category-list {
  justify-content: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.category-list::-webkit-scrollbar { display: none; }
.category-button {
  min-height: 92px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex: 0 0 auto;
}
.category-button__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  border-radius: 16px 16px 16px 5px;
  font-size: 30px;
}
.category-button small { margin-top: 2px; }
.category-group { display: grid; gap: 5px; flex: 0 0 auto; }
.category-group__heading {
  display: grid;
  min-height: 37px;
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 15px 15px 15px 5px;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  color: #9f536f;
  background: linear-gradient(135deg, rgba(255,255,255,.9), var(--group-color));
  box-shadow: 0 4px 9px rgba(182,82,123,.1);
}
.category-group__icon {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 10px 10px 10px 3px;
  place-items: center;
  font-size: 17px;
  background: rgba(255,255,255,.6);
}
.category-group__copy { display: grid; min-width: 0; gap: 1px; }
.category-group__copy strong { font-size: 13px; line-height: 1.05; }
.category-group__copy small { color: #c17896; font-size: 8px; line-height: 1.1; white-space: nowrap; transform: scale(.94); transform-origin: left center; }
.category-group__heading b { color: #ee78a4; font-size: 14px; line-height: 1; }
.category-group__children { display: grid; gap: 4px; padding-left: 7px; }
.category-sub-button {
  display: grid;
  min-height: 38px;
  padding: 4px 7px;
  border: 1px solid transparent;
  border-radius: 13px 13px 13px 4px;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  color: #a65376;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  background: rgba(255,250,252,.75);
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-sub-button__icon {
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 9px 9px 9px 3px;
  place-items: center;
  font-size: 16px;
  background: var(--meal-color);
}
.category-sub-button:hover,
.category-sub-button.is-active {
  border-color: rgba(232,125,165,.48);
  background: #fff7fa;
  box-shadow: 0 4px 9px rgba(185,77,122,.1);
  transform: translateX(2px);
}
.category-sub-button:focus-visible { outline: 3px solid rgba(241,90,145,.34); outline-offset: 1px; }

@media (max-width: 360px) {
  .category-button { min-height: 82px; }
  .category-button__icon { width: 43px; height: 43px; margin-bottom: 3px; border-radius: 14px 14px 14px 4px; font-size: 26px; }
  .category-button > span:not(.category-button__icon) { font-size: 12px; }
  .category-group { gap: 4px; }
  .category-group__heading { min-height: 33px; padding: 3px 5px; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 4px; }
  .category-group__icon { width: 24px; height: 24px; font-size: 15px; }
  .category-group__copy strong { font-size: 12px; }
  .category-group__copy small { font-size: 7px; }
  .category-group__children { gap: 3px; padding-left: 5px; }
  .category-sub-button { min-height: 34px; padding: 3px 5px; grid-template-columns: 23px minmax(0, 1fr); gap: 5px; font-size: 11px; }
  .category-sub-button__icon { width: 23px; height: 23px; font-size: 14px; }
}


/* Compact category rail keeps the dish picker as the main focus. */
.menu-layout {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px;
}

.category-list {
  gap: 6px;
  padding: 6px 5px;
  border-radius: 22px;
}

.category-button {
  min-height: 70px;
  padding: 5px 2px;
}

.category-button__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 4px;
  border-radius: 12px 12px 12px 4px;
  font-size: 21px;
}

.category-button__label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.category-group { gap: 4px; }

.category-group__heading {
  min-height: 40px;
  padding: 4px;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 4px;
  border-radius: 13px 13px 13px 4px;
}

.category-group__icon {
  width: 22px;
  height: 22px;
  border-radius: 8px 8px 8px 3px;
  font-size: 14px;
}

.category-group__copy strong {
  display: block;
  font-size: 10px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.category-group__heading b,
.category-group__copy small { display: none; }

.category-group__children {
  gap: 3px;
  padding-left: 3px;
}

.category-sub-button {
  min-height: 44px;
  padding: 4px;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 4px;
  border-radius: 11px 11px 11px 4px;
}

.category-sub-button__icon {
  width: 21px;
  height: 21px;
  border-radius: 7px 7px 7px 3px;
  font-size: 13px;
}

.category-sub-button__label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

@media (max-width: 360px) {
  .menu-layout {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 7px;
  }

  .category-list { gap: 5px; padding: 5px 4px; }
  .category-button { min-height: 66px; }
  .category-button__icon { width: 30px; height: 30px; margin-bottom: 3px; font-size: 19px; }
  .category-button__label { font-size: 9px; }
  .category-group__heading { min-height: 37px; padding: 3px; grid-template-columns: 20px minmax(0, 1fr); }
  .category-group__icon { width: 20px; height: 20px; font-size: 12px; }
  .category-group__copy strong { font-size: 9px; }
  .category-sub-button { min-height: 40px; padding: 3px; grid-template-columns: 19px minmax(0, 1fr); gap: 3px; }
  .category-sub-button__icon { width: 19px; height: 19px; font-size: 12px; }
  .category-sub-button__label { font-size: 8px; }
}

/* Compact, consistent category cards: direct sections switch dishes; meal periods only expand their submenus. */
.category-group__heading {
  border: 1px solid rgba(255,255,255,.84);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
  grid-template-columns: 22px minmax(0, 1fr) auto;
}

.category-group__heading:hover,
.category-group__heading.is-expanded,
.category-group__heading.is-active,
.category-direct-button.is-active {
  border-color: rgba(232,125,165,.48);
  background: linear-gradient(135deg, #fff9fc, var(--group-color));
  box-shadow: 0 5px 11px rgba(185,77,122,.13);
  transform: translateX(1px);
}

.category-group__heading:focus-visible {
  outline: 3px solid rgba(241,90,145,.34);
  outline-offset: 1px;
}

.category-direct-button {
  grid-template-columns: 22px minmax(0, 1fr);
}

.category-group__chevron {
  color: #ee78a4;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease;
}

.category-group__heading.is-expanded .category-group__chevron { transform: rotate(90deg); }
.category-group__children[hidden] { display: none; }

@media (max-width: 360px) {
  .category-group__heading { grid-template-columns: 20px minmax(0, 1fr) auto; }
  .category-direct-button { grid-template-columns: 20px minmax(0, 1fr); }
  .category-group__chevron { font-size: 15px; }
}

/* A narrow, tall picture-and-label rail gives the dish cards more room. */
.menu-layout {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 8px;
}

.category-list {
  gap: 7px;
  padding: 6px 4px;
}

.category-group { gap: 5px; }

.category-group__heading,
.category-direct-button {
  position: relative;
  min-height: 80px;
  padding: 7px 4px 6px;
  grid-template-columns: 1fr;
  grid-template-rows: 35px minmax(0, auto);
  justify-items: center;
  align-content: center;
  gap: 4px;
  text-align: center;
}

.category-group__icon {
  width: 35px;
  height: 35px;
  border-radius: 12px 12px 12px 4px;
  font-size: 21px;
}

.category-group__copy {
  width: 100%;
  justify-items: center;
}

.category-group__copy strong {
  width: 100%;
  font-size: 9px;
  line-height: 1.22;
  text-align: center;
  overflow-wrap: anywhere;
}

.category-group__chevron {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}

.category-group__children {
  gap: 5px;
  padding-left: 0;
}

.category-sub-button {
  min-height: 76px;
  padding: 6px 3px;
  grid-template-columns: 1fr;
  grid-template-rows: 31px minmax(0, auto);
  justify-items: center;
  align-content: center;
  gap: 4px;
  text-align: center;
}

.category-sub-button__icon {
  width: 31px;
  height: 31px;
  border-radius: 11px 11px 11px 4px;
  font-size: 18px;
}

.category-sub-button__label {
  width: 100%;
  font-size: 8.5px;
  line-height: 1.22;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 360px) {
  .menu-layout {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 7px;
  }

  .category-list { gap: 6px; padding: 5px 3px; }
  .category-group { gap: 4px; }

  .category-group__heading,
  .category-direct-button {
    min-height: 76px;
    padding: 6px 3px 5px;
    grid-template-columns: 1fr;
    grid-template-rows: 31px minmax(0, auto);
    gap: 3px;
  }

  .category-group__icon {
    width: 31px;
    height: 31px;
    border-radius: 11px 11px 11px 4px;
    font-size: 18px;
  }

  .category-group__copy strong { font-size: 8px; }
  .category-group__chevron { top: 4px; right: 4px; font-size: 12px; }

  .category-group__children { gap: 4px; }

  .category-sub-button {
    min-height: 72px;
    padding: 5px 2px;
    grid-template-columns: 1fr;
    grid-template-rows: 28px minmax(0, auto);
    gap: 3px;
  }

  .category-sub-button__icon {
    width: 28px;
    height: 28px;
    border-radius: 10px 10px 10px 3px;
    font-size: 16px;
  }

  .category-sub-button__label { font-size: 7.5px; }
}

/* Let the category rail meet the page edge and let the picker begin at its right edge. */
.menu-layout {
  width: calc(100% + 32px);
  margin-left: -16px;
  gap: 0;
}



/* Draggable graduation companion: expression sprites with one calm animation. */
.companion-avatar {
  --avatar-x: 0px;
  --avatar-y: 0px;
  position: fixed;
  right: max(12px, calc(50vw - 252px));
  bottom: max(18px, calc(14px + env(safe-area-inset-bottom)));
  z-index: 12;
  width: 116px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--avatar-x), var(--avatar-y), 0);
}

.companion-avatar:active,
.companion-avatar.is-dragging { cursor: grabbing; }
.companion-avatar:focus-visible { outline: 3px solid rgba(243, 77, 136, .58); outline-offset: 5px; border-radius: 28px; }
.companion-avatar__float { position: relative; display: block; padding-top: 22px; animation: companion-bob 3.2s ease-in-out infinite; }
.companion-avatar__frame { display: block; overflow: hidden; border: 3px solid rgba(255,255,255,.9); border-radius: 46% 46% 42% 42%; background: #f9cfe0; box-shadow: 0 12px 23px rgba(155, 52, 102, .24), inset 0 1px rgba(255,255,255,.7); }
.companion-avatar__frame img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; pointer-events: none; transition: opacity .18s ease, transform .24s ease; }
.companion-avatar:hover .companion-avatar__frame img { transform: scale(1.035); }
.companion-avatar__tip,
.companion-avatar__mood { position: absolute; z-index: 1; left: 50%; width: max-content; max-width: 132px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.88); border-radius: 999px; color: #9b4c6d; font-size: 10px; font-weight: 800; line-height: 1.15; white-space: nowrap; background: rgba(255,250,252,.94); box-shadow: 0 5px 11px rgba(145,56,91,.14); transform: translateX(-50%); }
.companion-avatar__tip { top: 0; }
.companion-avatar__mood { bottom: -7px; color: #fff; background: linear-gradient(120deg, #ff8ab5, #f35b92); box-shadow: 0 6px 12px rgba(190,53,107,.25); }
.companion-avatar.is-changing .companion-avatar__frame img { animation: companion-expression-pop .32s ease both; }
.companion-avatar.is-dragging .companion-avatar__float { animation-play-state: paused; }

@keyframes companion-bob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes companion-expression-pop { 0% { opacity: .42; transform: scale(.91); } 70% { opacity: 1; transform: scale(1.045); } 100% { opacity: 1; transform: scale(1); } }

@media (max-width: 390px) { .companion-avatar { width: 102px; } }
@media (prefers-reduced-motion: reduce) { .companion-avatar__float, .companion-avatar.is-changing .companion-avatar__frame img { animation: none; } }

/* Full-body 3D companion: no portrait background, just a lively draggable character. */
.sticker-icecream { top: 74px; left: 17%; width: 63px; height: 63px; }
.sticker-ramen { top: 17px; right: 20%; bottom: auto; width: 68px; height: 68px; transform: rotate(10deg); }
.sticker-mango { top: 19px; left: 17%; width: 48px; height: 48px; transform: rotate(-9deg); }
.sticker-mango img { width: 100%; height: 100%; object-fit: contain; }

.companion-avatar {
  --avatar-x: 0px;
  --avatar-y: 0px;
  position: fixed;
  right: max(6px, calc(50vw - 253px));
  bottom: max(2px, calc(4px + env(safe-area-inset-bottom)));
  z-index: 12;
  width: 120px;
  height: 188px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #9b4c6d;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--avatar-x), var(--avatar-y), 0);
}

.companion-avatar:active,
.companion-avatar.is-dragging { cursor: grabbing; }
.companion-avatar:focus-visible { outline: 3px solid rgba(243, 77, 136, .58); outline-offset: 4px; border-radius: 26px; }
.companion-avatar__float { position: relative; display: block; width: 100%; height: 176px; padding: 0; animation: companion-living-breathe 3.8s ease-in-out infinite; }
.companion-avatar__float::after { position: absolute; bottom: 1px; left: 50%; width: 64px; height: 10px; border-radius: 50%; content: ""; background: rgba(117, 49, 75, .18); filter: blur(3px); transform: translateX(-50%) scaleX(.92); }
.companion-avatar__image { position: absolute; z-index: 1; bottom: 0; left: 50%; display: block; width: 118px; height: 176px; object-fit: contain; object-position: center bottom; pointer-events: none; filter: drop-shadow(0 8px 8px rgba(137, 47, 85, .2)); transform: translateX(-50%); transition: opacity .18s ease, transform .24s ease; }
.companion-avatar:hover .companion-avatar__image { transform: translateX(-50%) scale(1.035); }
.companion-avatar__tip,
.companion-avatar__mood { position: absolute; z-index: 2; left: 50%; width: max-content; max-width: 136px; padding: 0; border: 0; border-radius: 0; color: #a14a70; font-size: 10px; font-weight: 800; line-height: 1.2; white-space: nowrap; background: transparent; box-shadow: none; text-shadow: 0 2px 2px rgba(255,255,255,.95), 0 0 7px rgba(255,255,255,.88); transform: translateX(-50%); }
.companion-avatar__tip { top: -1px; }
.companion-avatar__mood { bottom: 0; color: #e6538a; }
.companion-avatar.is-changing .companion-avatar__image { animation: companion-expression-pop .36s cubic-bezier(.22,.85,.28,1) both; }
.companion-avatar.is-dragging .companion-avatar__float { animation-play-state: paused; }

@keyframes companion-living-breathe {
  0%, 100% { transform: translateY(0) rotate(-1.25deg) scale(1); }
  30% { transform: translateY(-4px) rotate(.7deg) scale(1.012, .994); }
  62% { transform: translateY(-1px) rotate(-.55deg) scale(.995, 1.012); }
}
@keyframes companion-expression-pop {
  0% { opacity: .25; transform: translateX(-50%) translateY(5px) scale(.9); }
  68% { opacity: 1; transform: translateX(-50%) translateY(-2px) scale(1.045); }
  100% { opacity: 1; transform: translateX(-50%) scale(1); }
}

.order-button:disabled { cursor: wait; opacity: .76; }
.order-loading {
  position: fixed;
  inset: 0;
  z-index: 36;
  display: grid;
  padding: 24px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s step-end;
}
.order-loading.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .18s ease; }
.order-loading__backdrop { position: absolute; inset: 0; background: rgba(127, 46, 82, .36); backdrop-filter: blur(5px); }
.order-loading__card {
  position: relative;
  width: min(100%, 365px);
  min-height: 286px;
  padding: 35px 24px 26px;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 33px 33px 33px 12px;
  color: #8f4164;
  text-align: center;
  background:
    radial-gradient(circle at 12% 17%, rgba(255,255,255,.92) 0 3px, transparent 4px),
    radial-gradient(circle at 89% 21%, rgba(255,255,255,.8) 0 2px, transparent 3px),
    linear-gradient(145deg, #fff9fc 0%, #ffd6e7 100%);
  box-shadow: 0 21px 43px rgba(78, 23, 53, .3), inset 0 2px rgba(255,255,255,.82);
  transform: translateY(12px) scale(.96) rotate(-1deg);
  transition: transform .22s cubic-bezier(.2,.8,.25,1);
}
.order-loading.is-open .order-loading__card { transform: translateY(0) scale(1) rotate(-1deg); }
.order-loading__card > p:first-of-type { margin: 0 0 6px; color: #d37798; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.order-loading__card h2 { margin: 0; font-family: "STKaiti", "KaiTi", "Microsoft YaHei", cursive; font-size: 24px; letter-spacing: .025em; }
.order-loading__hint { display: block; margin-top: 7px; color: #b35d80; font-size: 11px; font-weight: 700; }
.order-loading__sparkle { position: absolute; z-index: 2; color: #ff70a8; font-size: 22px; line-height: 1; }
.order-loading__sparkle--one { top: 20px; left: 23px; transform: rotate(-12deg); }
.order-loading__sparkle--two { top: 49px; right: 23px; color: #f3a6c3; transform: rotate(19deg); }
.order-loading__track { position: relative; height: 104px; margin: 19px 2px 6px; overflow: hidden; border: 3px solid rgba(255,255,255,.94); border-radius: 999px 999px 24px 24px; background: linear-gradient(180deg, #f6b1ce 0%, #ff8fba 100%); box-shadow: inset 0 3px 7px rgba(169,50,101,.16), 0 7px 13px rgba(181,61,112,.11); }
.order-loading__track::before { position: absolute; top: 14px; right: 15px; bottom: 14px; left: 15px; border: 2px dashed rgba(255,255,255,.56); border-radius: 999px; content: ""; }
.order-loading__progress { position: absolute; top: 16px; bottom: 16px; left: 15px; width: calc(100% - 30px); border-radius: 999px; background: linear-gradient(90deg, #fff3a7, #ffe0ef); box-shadow: 0 0 8px rgba(255,255,255,.55); transform: scaleX(0); transform-origin: left center; }
.order-loading__runner { position: absolute; z-index: 2; bottom: -13px; left: 0; width: 146px; height: 115px; }
.order-loading__runner img { position: absolute; bottom: 0; left: -11px; width: 137px; height: 137px; object-fit: contain; object-position: center; filter: drop-shadow(0 4px 4px rgba(124, 35, 76, .16)); }
.order-loading__runner b { position: absolute; right: 0; bottom: 23px; display: grid; width: 43px; height: 43px; border: 3px solid rgba(255,255,255,.88); border-radius: 48% 48% 45% 45%; place-items: center; color: #fff; font-family: Georgia, serif; font-size: 27px; line-height: 1; background: linear-gradient(145deg, #ff6da7, #ef4083); box-shadow: 0 5px 0 #d73b72, 0 8px 13px rgba(163,46,93,.22); transform: rotate(-7deg); }
.order-loading__foot { margin: 3px 0 0; color: #b96485; font-size: 10px; font-weight: 800; }
.order-loading.is-running .order-loading__progress { animation: order-loading-fill 2.25s cubic-bezier(.25,.8,.25,1) forwards; }
.order-loading.is-running .order-loading__runner { animation: order-loading-push 2.25s cubic-bezier(.25,.8,.25,1) forwards; }
.order-loading.is-running .order-loading__runner img { animation: order-loading-step .42s ease-in-out 5; }
.order-loading.is-running .order-loading__runner b { animation: order-loading-heartbeat .52s ease-in-out 4; }
@keyframes order-loading-fill { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } }
@keyframes order-loading-push { 0% { left: 0; } 100% { left: calc(100% - 146px); } }
@keyframes order-loading-step { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-4px) rotate(-1deg); } }
@keyframes order-loading-heartbeat { 0%,100% { transform: rotate(-7deg) scale(1); } 50% { transform: rotate(-7deg) scale(1.13); } }

@media (max-width: 390px) {
  .companion-avatar { right: 2px; width: 104px; height: 168px; }
  .companion-avatar__float { height: 156px; }
  .companion-avatar__image { width: 104px; height: 156px; }
  .companion-avatar__tip, .companion-avatar__mood { font-size: 9px; }
  .sticker-ramen { right: 18%; }
  .order-loading__card { padding-right: 19px; padding-left: 19px; }
}

/* A second movable full-body companion lives inside the dish picker. */
.menu-content { position: relative; }

.order-companion-avatar {
  --order-avatar-x: 0px;
  --order-avatar-y: 0px;
  position: absolute;
  right: 4px;
  bottom: 8px;
  z-index: 4;
  width: 76px;
  height: 119px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #a14a70;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--order-avatar-x), var(--order-avatar-y), 0);
}

.order-companion-avatar:active,
.order-companion-avatar.is-dragging { cursor: grabbing; }

.order-companion-avatar:focus-visible {
  outline: 3px solid rgba(243, 77, 136, .58);
  outline-offset: 3px;
  border-radius: 22px;
}

.order-companion-avatar__float {
  position: relative;
  display: block;
  width: 100%;
  height: 110px;
  animation: companion-living-breathe 3.8s ease-in-out infinite;
}

.order-companion-avatar__float::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 49px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: rgba(117, 49, 75, .16);
  filter: blur(3px);
  transform: translateX(-50%) scaleX(.92);
}

.order-companion-avatar__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 74px;
  height: 110px;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  filter: drop-shadow(0 6px 7px rgba(137, 47, 85, .18));
  transform: translateX(-50%);
  transition: opacity .18s ease, transform .24s ease;
}

.order-companion-avatar:hover .order-companion-avatar__image { transform: translateX(-50%) scale(1.035); }

.order-companion-avatar.is-changing .order-companion-avatar__image {
  animation: companion-expression-pop .36s cubic-bezier(.22,.85,.28,1) both;
}

.order-companion-avatar.is-dragging .order-companion-avatar__float { animation-play-state: paused; }

@media (max-width: 360px) {
  .order-companion-avatar { width: 68px; height: 107px; }
  .order-companion-avatar__float { height: 99px; }
  .order-companion-avatar__image { width: 66px; height: 99px; }
}

@media (prefers-reduced-motion: reduce) {
  .companion-avatar__float,
  .companion-avatar.is-changing .companion-avatar__image,
  .order-companion-avatar__float,
  .order-companion-avatar.is-changing .order-companion-avatar__image,
  .order-loading.is-running .order-loading__progress,
  .order-loading.is-running .order-loading__runner,
  .order-loading.is-running .order-loading__runner img,
  .order-loading.is-running .order-loading__runner b { animation: none; }
  .order-loading.is-running .order-loading__progress { transform: scaleX(1); }
  .order-loading.is-running .order-loading__runner { left: calc(100% - 146px); }
}


/* Keep the top food garnish tidy: the ice cream sits just below and to the right of the fries. */
.sticker-icecream { top: 93px; left: 23%; width: 55px; height: 55px; }
.sticker-ramen { top: -37px; right: 29%; bottom: auto; width: 64px; height: 64px; }
.sticker-mango { top: -37px; left: 29%; width: 64px; height: 64px; }

.companion-avatar__3d,
.order-companion-avatar__3d {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.companion-avatar__canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  filter: drop-shadow(0 8px 8px rgba(137, 47, 85, .2));
}

.companion-avatar.has-3d-avatar .companion-avatar__image,
.order-companion-avatar.has-3d-avatar .order-companion-avatar__image {
  visibility: hidden;
  opacity: 0;
}

.companion-avatar.has-3d-avatar .companion-avatar__float,
.order-companion-avatar.has-3d-avatar .order-companion-avatar__float {
  animation: companion-living-breathe 4.4s ease-in-out infinite;
}

@media (max-width: 390px) {
  .sticker-icecream { top: 90px; left: 23%; }
  .sticker-ramen { top: -37px; right: 28%; }
  .sticker-mango { top: -37px; left: 28%; }
}

@media (prefers-reduced-motion: reduce) {
  .companion-avatar.has-3d-avatar .companion-avatar__float,
  .order-companion-avatar.has-3d-avatar .order-companion-avatar__float { animation: none; }
}

/* First-phase cloud order confirmation. */
.order-submit-dialog .care-dialog__card { width: min(100%, 355px); padding: 39px 22px 22px; background: radial-gradient(circle at 14% 17%, rgba(255,255,255,.96) 0 3px, transparent 4px), radial-gradient(circle at 86% 22%, rgba(255,255,255,.78) 0 2px, transparent 3px), linear-gradient(145deg, #fffafd 0%, #ffd2e6 100%); }
.order-submit-dialog .care-dialog__icon { font-size: 26px; background: linear-gradient(135deg, #ffb4cf, #ff6fa7); }
.order-submit-form { display: grid; gap: 11px; margin-top: 15px; text-align: left; }
.order-submit-form label { display: grid; gap: 5px; color: #a54f72; font-size: 11px; font-weight: 800; }
.order-submit-form label span { color: #c88aa0; font-weight: 700; }
.order-submit-form input { width: 100%; height: 38px; padding: 0 10px; border: 1px solid #f2b0c8; border-radius: 12px 12px 12px 4px; outline: none; color: #813b59; font: inherit; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.86); box-shadow: inset 0 1px 2px rgba(203,88,132,.08); }
.order-submit-form input:focus { border-color: #ee6e9e; box-shadow: 0 0 0 3px rgba(245,117,162,.16); }
.order-submit-status { margin: -2px 0 0 !important; padding: 7px 8px; border-radius: 10px 10px 10px 4px; color: #c14574 !important; font-size: 10px !important; font-weight: 800; letter-spacing: 0 !important; line-height: 1.45; background: #fff0f5; }
.order-submit-status.is-error { color: #bd3f5b !important; background: #fff0f2; }
.order-submit-status.is-success { color: #9d5a78 !important; background: #fdf0fa; }
.order-submit-form__actions { display: grid; grid-template-columns: 1fr 1.42fr; gap: 8px; margin-top: 2px; }
.order-submit-form__actions .care-dialog__button { width: 100%; min-height: 39px; margin-top: 0; font-size: 12px; }
.order-submit-cancel { min-height: 39px; border: 1px solid #ef9cba; border-radius: 13px 13px 13px 4px; color: #ba5d82; font: inherit; font-size: 12px; font-weight: 800; background: rgba(255,251,253,.82); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.order-submit-cancel:hover { background: #fff1f6; transform: translateY(-1px); }
.order-submit-cancel:disabled { cursor: wait; opacity: .68; }