@charset "UTF-8";
:root {
  font-family:"Hiragino Maru Gothic ProN","PingFang SC","Microsoft YaHei",sans-serif;
  color:#4f4638;
  background:#e6f0df;
  font-synthesis:none;
  --forest:#37644b;
  --mint:#e6f0df;
  --ink:#4f4638;
  --yellow:#f1c563;
  --paper:#fff9eb;
  --wood:#e8bb86;
  --line:#d9deca;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
  min-width:360px;
  -webkit-tap-highlight-color:transparent;
}
button,input,select {
  font:inherit;
}
button {
  cursor:pointer;
  -webkit-touch-callout:none;
}
button:disabled {
  cursor:default;
  opacity:.55;
}
button,select,input {
  outline-offset:5px;
}
button:focus-visible,select:focus-visible,input:focus-visible {
  outline:3px solid #548979;
}
button {
  color:inherit;
}
svg {
  display:block;
  width:100%;
  height:auto;
  pointer-events:none;
}
.icon {
  width:28px;
  height:28px;
  flex-shrink:0;
}
button .icon {
  width:30px;
  height:30px;
}
h1,h2,h3,p {
  margin-top:0;
}
button {
  border:0;
}
a {
  color:var(--forest);
}
[hidden] {
  display:none!important;
}
body:has(dialog[open]) {
  overflow:hidden;
}
.boot {
  text-align:center;
  padding:30vh 20px;
  color:var(--forest);
  font-size:36px;
  font-weight:700;
}
.boot small {
  font-size:18px;
  font-weight:400;
}
.topbar {
  height:92px;
  max-width:1240px;
  margin:auto;
  padding:14px 48px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:3;
}
.brand {
  font-size:23px;
  font-weight:700;
  letter-spacing:2px;
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--forest);
}
.brand>.icon {
  width:31px;
  height:31px;
  transform:rotate(-12deg);
}
.parent-entry {
  display:flex;
  gap:9px;
  align-items:center;
  position:relative;
  color:#6b7965;
  background:transparent;
  padding:9px 13px;
  border-radius:20px;
  touch-action:none;
  user-select:none;
  overflow:hidden;
  text-align:left;
  min-width:112px;
  min-height:58px;
}
.parent-entry span:not(.hold-progress) {
  position:relative;
}
.parent-entry small {
  display:block;
  font-size:11px;
  letter-spacing:1px;
  margin-top:3px;
}
.parent-entry>.icon {
  width:25px;
  position:relative;
}
.hold-progress {
  position:absolute;
  inset:0;
  background:#ccdcbf;
  transform:scaleX(0);
  transform-origin:left;
}
.holding .hold-progress {
  transform:scaleX(1);
  transition:transform 3s linear;
}
.primary,.secondary {
  min-height:76px;
  padding:16px 32px;
  border-radius:25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-weight:650;
  font-size:23px;
  letter-spacing:1px;
  user-select:none;
  transition:transform .12s,background .12s;
}
.primary {
  background:var(--forest);
  color:#fffbed;
  box-shadow:0 5px 0 #294d3a;
}
.secondary {
  background:#fff9ec;
  color:#546249;
  box-shadow:0 4px 0 #d7c9af;
  border:2px solid #e4d8c3;
}
.primary:active,.secondary:active {
  transform:translateY(3px);
  box-shadow:0 2px 0 #294d3a;
}
.small {
  min-height:48px;
  padding:11px 20px;
  border-radius:15px;
  font-size:16px;
  letter-spacing:0;
  gap:8px;
}
.small .icon {
  width:21px;
  height:21px;
}
.round-button {
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  background:#fff9eb;
  border:2px solid #e3dbc6;
  border-radius:50%;
  flex-shrink:0;
  color:var(--forest);
}
.round-button .icon {
  width:31px;
  height:31px;
}
.text-button {
  padding:12px 4px;
  background:transparent;
  color:var(--forest);
  text-decoration:underline;
  text-underline-offset:5px;
  font-size:15px;
}
.home {
  max-width:1140px;
  margin:auto;
  position:relative;
  padding:7px 32px 20px;
  overflow:hidden;
}
.welcome-copy {
  text-align:center;
  position:relative;
  z-index:1;
}
.welcome-copy .handwritten {
  font-size:16px;
  letter-spacing:3px;
  color:#789070;
  margin-bottom:12px;
}
.welcome-copy h1 {
  font-size:clamp(32px,4vw,48px);
  font-weight:750;
  letter-spacing:4px;
  line-height:1.35;
  color:var(--forest);
  margin-bottom:12px;
}
.welcome-copy>p:last-child {
  font-size:16px;
  color:#7b816b;
  letter-spacing:1px;
}
.phone-break {
  display:none;
}
.home-scene {
  height:307px;
  max-width:820px;
  margin:15px auto 0;
  position:relative;
}
.shop-window {
  position:absolute;
  width:192px;
  height:170px;
  background:#d9e8d9;
  border:10px solid #fff9e8;
  border-bottom-width:16px;
  border-radius:95px 95px 7px 7px;
  left:50%;
  top:8px;
  transform:translateX(-50%);
  overflow:hidden;
  box-shadow:0 4px 0 #cdd9c3;
}
.window-cross {
  position:absolute;
  z-index:2;
  width:6px;
  height:100%;
  background:#fff9e8;
  left:50%;
}
.window-cross:after {
  content:"";
  position:absolute;
  top:85px;
  left:-100px;
  width:210px;
  height:7px;
  background:#fff9e8;
}
.sun {
  width:43px;
  height:43px;
  border-radius:50%;
  background:#f3d78e;
  position:absolute;
  right:20px;
  top:25px;
}
.hill {
  position:absolute;
  width:180px;
  height:90px;
  background:#b6c9a2;
  border-radius:100% 100% 0 0;
  bottom:-20px;
  left:-50px;
  transform:rotate(12deg);
}
.hill-two {
  left:65px;
  background:#9fbf98;
  transform:rotate(-18deg);
}
.shelf {
  position:absolute;
  left:3%;
  top:90px;
  width:130px;
  border-bottom:9px solid #c6ac81;
  display:flex;
  align-items:flex-end;
  gap:12px;
  border-radius:4px;
}
.shelf svg {
  width:66px;
}
.jar {
  width:34px;
  height:43px;
  background:#e7bf89;
  display:block;
  border-radius:6px 6px 10px 10px;
  border-top:7px solid #ad8860;
}
.home-rabbit {
  position:absolute;
  width:220px;
  left:16%;
  bottom:22px;
  z-index:2;
  transform:rotate(-4deg);
}
.home-bear {
  position:absolute;
  width:230px;
  right:13%;
  bottom:20px;
  z-index:2;
  transform:rotate(3deg);
}
.home-table {
  position:absolute;
  bottom:0;
  left:10%;
  width:80%;
  height:80px;
  background:#e9c497;
  border-radius:44% 44% 18px 18px;
  border-bottom:13px solid #d5aa78;
  z-index:3;
}
.home-table:before,.home-table:after {
  content:"";
  position:absolute;
  top:100%;
  width:22px;
  height:16px;
  background:#c59e73;
  border-radius:0 0 4px 4px;
  left:60px;
}
.home-table:after {
  left:auto;
  right:60px;
}
.table-cloth {
  position:absolute;
  inset:0 21% -4px;
  border-radius:40% 40% 4px 4px;
  background:repeating-linear-gradient(90deg,transparent 0 30px,#8fac9830 30px 45px),repeating-linear-gradient(0deg,#fcf8e6 0 24px,#dce6cd 24px 34px);
  border-bottom:6px solid #c4d3b7;
}
.hero-pot {
  position:absolute;
  width:245px;
  height:99px;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  border:7px solid #93a596;
  border-bottom:18px solid #738c7a;
  border-radius:45% 45% 38% 38%;
  background:#e4d5a9;
  box-shadow:inset 0 0 0 6px #bfc7ab;
}
.hero-pot:before,.hero-pot:after {
  content:"";
  position:absolute;
  top:25px;
  width:25px;
  height:16px;
  border:7px solid #7c947e;
  border-radius:8px;
  left:-31px;
  z-index:-1;
}
.hero-pot:after {
  left:auto;
  right:-31px;
}
.hero-foods {
  display:flex;
  align-items:center;
  height:65px;
  padding:0 8px;
}
.hero-foods svg {
  width:78px;
  margin-left:-3px;
}
.little-plate {
  position:absolute;
  right:8%;
  bottom:20px;
  background:#fcf5dc;
  border:5px solid #f4e6c4;
  width:86px;
  height:46px;
  border-radius:50%;
  transform:rotate(6deg);
}
.little-plate svg {
  width:65px;
  position:absolute;
  top:-24px;
  left:3px;
}
.steam {
  position:absolute;
  top:-42px;
  width:12px;
  height:31px;
  border-left:3px solid #fafbec;
  border-radius:50%;
  transform:rotate(20deg);
}
.steam-one {
  left:77px;
}
.steam-two {
  left:132px;
  top:-52px;
  height:38px;
}
.scene-flower {
  position:absolute;
  color:#e2ba69;
  font-size:35px;
}
.flower-one {
  right:3%;
  top:55px;
  transform:rotate(-20deg);
}
.flower-two {
  left:8%;
  bottom:40px;
  font-size:24px;
  color:#abc198;
}
.home-start {
  position:relative;
  text-align:center;
  margin:33px 0 0;
  z-index:4;
}
.start-button {
  min-width:246px;
  min-height:78px;
  border-radius:28px;
  font-size:27px;
}
.home-start p {
  font-size:13px;
  color:#7a876f;
  margin-top:15px;
  letter-spacing:1px;
}
.home-footer {
  font-size:12px;
  color:#7a866f;
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:21px;
  align-items:center;
}
.home-footer>span:first-child {
  display:flex;
  gap:5px;
  align-items:center;
}
.home-footer .icon {
  width:16px;
  height:16px;
}
.storage-warning {
  font-size:13px;
  text-align:center;
  color:#8b563e;
}
.awning {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:31px;
  display:flex;
  filter:drop-shadow(0 3px 0 #26493312);
}
.awning span {
  background:#91aa83;
  flex:1;
  border-radius:0 0 14px 14px;
}
.awning span:nth-child(even) {
  background:#fff7df;
}
.kitchen {
  max-width:1180px;
  margin:0 auto 25px;
  position:relative;
  background:#fff9ec;
  border-radius:24px 24px 32px 32px;
  overflow:hidden;
  min-height:625px;
  border:1px solid #dce0cc;
}
.guest-area {
  height:215px;
  padding-top:34px;
  display:flex;
  gap:24px;
  justify-content:center;
  align-items:center;
  background:#f1f3e4;
  position:relative;
}
.guest-character {
  width:148px;
  position:relative;
  align-self:flex-end;
  margin-bottom:-16px;
}
.guest-character svg {
  height:190px;
}
.guest-name {
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
  background:#f5e7be;
  color:#6c654e;
  padding:5px 17px;
  font-size:13px;
  border-radius:11px;
}
.order-bubble {
  position:relative;
  border-radius:25px;
  padding:14px 25px 12px;
  background:#fffdf4;
  min-width:270px;
  max-width:480px;
  box-shadow:0 4px 0 #d9ddc950;
  min-height:135px;
}
.order-bubble:before {
  content:"";
  position:absolute;
  left:-14px;
  top:40%;
  border-style:solid;
  border-width:12px 18px 12px 0;
  border-color:transparent #fffdf4 transparent transparent;
}
.order-bubble>p {
  margin-bottom:2px;
  font-size:22px;
  color:var(--forest);
}
.order-label {
  font-size:14px;
  color:#7b826b;
}
.order-request {
  display:flex;
  gap:18px;
  align-items:center;
  min-height:72px;
}
.order-number {
  font-size:66px;
  font-weight:800;
  line-height:1;
  color:var(--forest);
}
.order-foods {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  max-width:290px;
  gap:0;
}
.order-foods svg {
  width:53px;
  height:48px;
}
.order-foods.simple svg {
  width:86px;
  height:65px;
}
.food-name {
  font-size:14px;
  display:block;
  color:#9a8465;
  margin-left:4px;
}
.repeat-button {
  margin-left:5px;
  background:#e7edda;
  border-color:#d3dfc5;
}
.kitchen-message {
  text-align:center;
  font-size:16px;
  min-height:40px;
  padding:10px 20px 7px;
  color:#847558;
  background:#f1f3e4;
}
.emphasized {
  outline:3px solid #d4b567;
}
.worktop {
  display:grid;
  grid-template-columns:1fr 1.14fr;
  gap:45px;
  padding:30px 65px 24px;
  min-height:251px;
  background:repeating-linear-gradient(0deg,transparent 0 42px,#b68f5a10 42px 44px),#efcc9e;
  border-top:7px solid #e4bc88;
  position:relative;
}
.pot-zone {
  align-self:center;
  position:relative;
  max-width:425px;
  width:100%;
  margin:auto;
  padding:0 10px;
}
.pot-rim {
  border:9px solid #94a59a;
  border-bottom:15px solid #72887b;
  border-radius:37%;
  background:#d6c399;
  box-shadow:inset 0 0 0 5px #bac6b0,0 7px 0 #ae8d6320;
  min-height:210px;
  padding:11px 15px;
}
.pot-items {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  justify-items:center;
  align-content:center;
  gap:0;
  min-height:155px;
}
.pot-handle {
  width:36px;
  height:36px;
  border:10px solid #829785;
  border-radius:12px;
  position:absolute;
  top:85px;
  left:-17px;
}
.handle-right {
  left:auto;
  right:-17px;
}
.pot-label {
  display:block;
  text-align:center;
  font-size:12px;
  letter-spacing:2px;
  color:#917856;
  position:absolute;
  left:0;
  right:0;
  bottom:-21px;
}
.food-button {
  position:relative;
  background:transparent;
  border-radius:26px;
  width:84px;
  height:76px;
  min-width:72px;
  min-height:72px;
  touch-action:none;
  user-select:none;
  padding:1px 0;
  transition:transform .1s;
}
.food-button:active {
  transform:scale(.95);
}
.food-button svg {
  width:100%;
  height:100%;
}
.food-button.selected {
  outline:3px dashed #64805a;
  background:#fff8dc80;
}
.plate-zone {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:213px;
}
.plate-rim {
  background:#fffcef;
  border-radius:48%;
  width:100%;
  min-height:205px;
  border:12px solid #f4e9cb;
  box-shadow:0 7px 0 #b695641e,inset 0 0 0 3px #e4d9bc;
  display:grid;
  place-items:center;
  padding:16px 18px;
}
.plate-content {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  max-width:310px;
  min-height:135px;
  gap:0 5px;
}
.plated-item {
  position:relative;
}
.plated-item .food-button {
  width:80px;
  height:72px;
}
.empty-plate {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:10px;
  color:#baa684;
  font-size:16px;
}
.empty-plate .icon {
  width:44px;
  height:44px;
  opacity:.7;
}
.counted {
  background:#dce8cc80;
}
.count-badge {
  position:absolute;
  bottom:-1px;
  right:1px;
  width:27px;
  height:27px;
  border-radius:50%;
  background:var(--forest);
  color:#fff9eb;
  font-size:18px;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.game-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:20px 25px 27px;
  position:relative;
  background:#fbf3df;
  min-height:123px;
}
.serve-button {
  min-width:210px;
}
.game-controls .secondary {
  background:#fcfaf0;
  min-width:175px;
}
.pause-button {
  position:absolute;
  right:24px;
  width:72px;
  height:72px;
  border-radius:24px;
  background:transparent;
  color:#9a937c;
  display:grid;
  place-items:center;
}
.pause-button .icon {
  width:24px;
  height:24px;
}
.serving-caption {
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  font-size:12px;
  color:#768366;
  text-align:center;
}
.pause-overlay {
  position:absolute;
  inset:0;
  background:#e9eddda8;
  backdrop-filter:blur(7px);
  display:grid;
  place-items:center;
  z-index:5;
}
.pause-card {
  text-align:center;
  background:#fffbed;
  padding:38px 42px;
  border:3px solid #d4dfc7;
  border-radius:35px;
  box-shadow:0 20px 70px #32553815;
}
.pause-card>.icon {
  width:40px;
  height:40px;
  margin:0 auto 16px;
  color:#7e9b70;
}
.pause-card h2 {
  font-size:30px;
  color:var(--forest);
  margin-bottom:12px;
}
.pause-card p {
  color:#8a8c74;
}
.sorting-plates {
  display:flex;
  align-items:center;
  gap:13px;
  width:100%;
}
.sort-plate {
  min-width:100px;
  min-height:176px;
  flex:1;
  align-self:center;
  position:relative;
  padding:8px 4px;
  background:#fffbed;
  border:7px solid #f2e3bd;
  border-radius:40%;
  box-shadow:0 5px 0 #b6956415;
}
.basket-mark {
  width:53px;
  margin:auto;
  opacity:.55;
}
.sorted-items {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  min-height:58px;
}
.sorted-items svg {
  width:49px;
  height:45px;
}
.sort-plate>span {
  font-size:12px;
  color:#aa9470;
}
.can-receive {
  border-color:#e5d6a4;
}
.soft-instruction {
  color:#8f866d;
  font-size:16px;
}
.sort-mode .worktop {
  grid-template-columns:.9fr 1.25fr;
  gap:25px;
  padding-left:48px;
  padding-right:38px;
}
.end-page {
  text-align:center;
  max-width:920px;
  margin:auto;
  padding:22px 30px 40px;
}
.closed-sign {
  display:inline-block;
  padding:9px 27px;
  border:2px solid #b3c49d;
  color:#7c9168;
  border-radius:9px;
  transform:rotate(-4deg);
  font-size:16px;
  margin-bottom:25px;
  background:#f0f2df;
}
.end-page h1 {
  font-size:40px;
  letter-spacing:3px;
  color:var(--forest);
  margin-bottom:14px;
}
.end-page>p {
  color:#7f896e;
}
.farewell-animals {
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 auto;
  max-width:490px;
}
.farewell-animals svg {
  width:45%;
}
.saved-plate {
  margin:-2px auto 18px;
  position:relative;
  width:340px;
  background:#fff8e3;
  border:7px solid #ede5c6;
  border-radius:45%;
  padding:11px 22px;
}
.saved-plate>span {
  font-size:12px;
  color:#9b896a;
}
.saved-plate>div {
  display:flex;
  justify-content:center;
}
.saved-plate svg {
  width:49px;
  height:48px;
}
.end-suggestion {
  font-size:20px;
  margin:25px 0 16px;
}
.end-parent-note {
  font-size:12px;
  color:#89937e;
}
#drag-layer {
  position:fixed;
  left:0;
  top:0;
  width:96px;
  height:90px;
  pointer-events:none;
  z-index:100;
  display:none;
  filter:drop-shadow(0 8px 8px #553c2928);
}
#drag-layer.visible {
  display:block;
}
.audio-recover {
  position:fixed;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  z-index:40;
  background:#fff4c9;
  border:2px solid #bd9f4d;
  border-radius:20px;
  padding:15px 24px;
  min-height:60px;
  color:#665434;
  box-shadow:0 5px 24px #46351520;
  max-width:90vw;
}
.parent-dialog,.gate-dialog {
  border:0;
  border-radius:28px;
  background:#fffdf6;
  color:var(--ink);
  padding:0;
  box-shadow:0 25px 100px #24433330;
}
.parent-dialog::backdrop,.gate-dialog::backdrop {
  background:#30493775;
  backdrop-filter:blur(5px);
}
.parent-dialog {
  width:min(800px,calc(100vw - 32px));
  max-height:90dvh;
}
.parent-shell {
  display:flex;
  flex-direction:column;
  max-height:90dvh;
}
.parent-header {
  padding:25px 30px 17px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.small-leaf {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#839171;
}
.small-leaf>.icon {
  width:17px;
  height:17px;
}
.parent-header h2 {
  font-size:27px;
  margin:8px 0 0;
  color:var(--forest);
}
.parent-header .round-button {
  width:48px;
  height:48px;
}
.parent-header .round-button .icon {
  width:22px;
  height:22px;
}
.parent-tabs {
  display:flex;
  padding:0 30px;
  border-bottom:1px solid #e4e7d7;
  gap:26px;
}
.parent-tabs button {
  background:transparent;
  font-size:15px;
  padding:15px 2px;
  color:#939780;
  border-bottom:3px solid transparent;
}
.parent-tabs button.active {
  border-bottom-color:#548061;
  color:var(--forest);
  font-weight:650;
}
.parent-body {
  padding:25px 30px;
  overflow-y:auto;
  overscroll-behavior:contain;
  min-height:260px;
}
.parent-body h3 {
  font-size:18px;
  color:var(--forest);
  margin-bottom:12px;
}
.parent-body p {
  font-size:14px;
  line-height:1.8;
  color:#7f816f;
}
.parent-body label {
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:14px;
  color:#78806b;
}
.settings-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 24px;
}
.parent-body select {
  width:100%;
  min-height:47px;
  border:1px solid #d9dfcc;
  padding:10px 34px 10px 13px;
  border-radius:11px;
  background:#fffdf6;
  color:#4c6148;
  font-size:15px;
}
.field-help {
  font-size:12px!important;
  color:#90917e!important;
  line-height:1.7;
  margin-top:15px;
}
.parent-actions {
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin:20px 0;
}
.gentle-note {
  padding:20px 22px;
  background:#edf2e4;
  border-radius:16px;
  margin:25px 0;
}
.gentle-note h3 {
  margin-bottom:7px;
}
.gentle-note p {
  margin-bottom:0;
}
.gentle-note .primary {
  margin-top:12px;
}
.summary {
  padding-top:6px;
}
.summary p {
  margin-bottom:4px;
}
.parent-footer {
  font-size:11px;
  padding:13px 30px;
  border-top:1px solid #e9eadf;
  color:#969986;
}
.parent-notice {
  margin:16px 0 0!important;
  color:#3f7550!important;
  min-height:22px;
}
.voice-heading {
  display:flex;
  gap:20px;
  align-items:center;
  margin-bottom:20px;
}
.voice-animal {
  width:98px;
  height:110px;
  flex-shrink:0;
}
.voice-heading h3 {
  margin-bottom:4px;
}
.voice-heading p {
  margin-bottom:0;
}
.voice-heading .field-help {
  margin-top:4px;
}
.line-label {
  margin-top:20px;
}
.script-card {
  background:#f6f0df;
  border-radius:18px;
  padding:24px;
  text-align:center;
  margin-top:20px;
}
.script-card>span {
  font-size:12px;
  color:#9c8b6e;
}
.script-card>p {
  font-size:23px;
  color:#665837;
  margin:16px 0;
  line-height:1.5;
}
.offline-card {
  display:flex;
  gap:20px;
  align-items:center;
  background:#edf3e5;
  padding:22px;
  border-radius:18px;
}
.offline-card h3 {
  margin-bottom:5px;
}
.offline-card p {
  margin:0;
}
.offline-symbol {
  color:#60875b;
}
.offline-symbol .icon {
  width:40px;
  height:40px;
}
.file-button {
  display:inline-flex!important;
  flex-direction:row!important;
  cursor:pointer;
  color:#4c6148!important;
}
.gate-dialog {
  max-width:460px;
  width:calc(100vw - 44px);
}
.gate-content {
  padding:35px;
  text-align:center;
}
.gate-content>.icon {
  width:40px;
  height:40px;
  margin:0 auto 15px;
  color:#829875;
}
.gate-content h2 {
  color:var(--forest);
}
.gate-content p {
  font-size:14px;
  line-height:1.8;
  color:#878771;
}
.gate-content .primary {
  width:100%;
  margin:8px 0;
}
.gate-content .text-button {
  display:block;
  margin:10px auto 0;
}
@media(min-width:1300px) {
  .home {
    padding-top:24px;
  }
  .home-scene {
    height:340px;
    margin-top:28px;
  }
  .home-rabbit {
    width:245px;
  }
  .home-bear {
    width:254px;
  }
  .home-table {
    height:90px;
  }
  .home-start {
    margin-top:40px;
  }
  .home-footer {
    margin-top:30px;
  }
  .kitchen {
    margin-top:10px;
  }
  .worktop {
    padding-top:35px;
    padding-bottom:35px;
  }
  .guest-area {
    height:240px;
  }
  .guest-character {
    width:165px;
  }
  .guest-character svg {
    height:215px;
  }
}
@media(max-width:1000px) {
  .topbar {
    padding:12px 25px;
    height:82px;
  }
  .kitchen {
    margin:0 16px 20px;
    min-height:610px;
  }
  .worktop {
    padding:25px 37px 27px;
    gap:27px;
  }
  .pot-rim {
    padding:10px 5px;
  }
  .food-button {
    width:76px;
  }
  .game-controls {
    gap:19px;
  }
  .game-controls .primary,.game-controls .secondary {
    font-size:21px;
    padding:16px 22px;
    min-width:150px;
  }
  .pause-button {
    right:10px;
  }
  .sort-mode .worktop {
    padding-left:30px;
    padding-right:25px;
    gap:24px;
  }
  .sorting-plates {
    gap:6px;
  }
  .sort-plate {
    min-width:90px;
    border-width:5px;
  }
  .home-scene {
    height:290px;
  }
  .home-rabbit {
    left:15%;
    width:210px;
  }
  .home-bear {
    right:11%;
    width:217px;
  }
  .shelf {
    left:1%;
  }
  .home-footer {
    margin-top:15px;
  }
  .order-bubble {
    min-width:250px;
  }
  .order-foods {
    max-width:260px;
  }
  .order-foods svg {
    width:47px;
  }
}
@media(orientation:portrait) {
  .worktop,.sort-mode .worktop {
    grid-template-columns:1fr;
    gap:24px;
    padding:25px 40px 20px;
  }
  .pot-zone {
    max-width:365px;
  }
  .pot-rim {
    min-height:186px;
    padding:4px 16px;
  }
  .pot-items {
    min-height:155px;
  }
  .plate-zone {
    min-height:176px;
  }
  .plate-rim {
    min-height:170px;
    max-width:450px;
    padding:8px;
  }
  .plate-content {
    min-height:135px;
  }
  .guest-area {
    gap:12px;
    height:210px;
  }
  .guest-character {
    width:125px;
  }
  .guest-character svg {
    height:176px;
  }
  .order-bubble {
    padding:12px 18px;
    min-width:220px;
    max-width:320px;
  }
  .order-number {
    font-size:56px;
  }
  .order-foods {
    max-width:220px;
  }
  .order-foods svg {
    width:42px;
  }
  .repeat-button {
    width:72px;
    height:72px;
    margin-left:0;
  }
  .kitchen {
    min-height:750px;
  }
  .sorting-plates {
    max-width:470px;
    margin:0 auto;
    gap:14px;
  }
  .sort-plate {
    min-height:165px;
  }
  .game-controls {
    padding-left:15px;
    padding-right:75px;
    gap:14px;
  }
  .pause-button {
    right:8px;
    width:62px;
  }
  .pot-label {
    bottom:-20px;
  }
  .home-scene {
    height:305px;
  }
  .home-rabbit {
    left:6%;
    width:204px;
  }
  .home-bear {
    right:2%;
    width:214px;
  }
  .home-table {
    left:3%;
    width:94%;
  }
  .shop-window {
    width:166px;
    height:160px;
  }
  .shelf {
    display:none;
  }
  .home-start {
    margin-top:36px;
  }
}
@media(max-width:540px) {
  .topbar {
    padding:8px 16px;
    height:76px;
  }
  .brand {
    font-size:19px;
    letter-spacing:1px;
    gap:6px;
  }
  .brand>.icon {
    width:25px;
  }
  .parent-entry {
    font-size:12px;
    min-width:94px;
    padding:8px;
  }
  .parent-entry small {
    font-size:10px;
  }
  .parent-entry>.icon {
    width:23px;
  }
  .home {
    padding:15px 14px 24px;
  }
  .welcome-copy h1 {
    font-size:34px;
    letter-spacing:2px;
  }
  .phone-break {
    display:block;
  }
  .welcome-copy .handwritten {
    font-size:13px;
  }
  .welcome-copy>p:last-child {
    font-size:13px;
  }
  .home-scene {
    height:264px;
    margin-top:22px;
  }
  .home-rabbit {
    width:171px;
    left:0;
    bottom:27px;
  }
  .home-bear {
    width:180px;
    right:-3px;
    bottom:26px;
  }
  .home-table {
    height:67px;
  }
  .hero-pot {
    width:184px;
    height:81px;
    bottom:25px;
  }
  .hero-foods {
    height:49px;
    padding:0 4px;
  }
  .hero-foods svg {
    width:56px;
  }
  .hero-pot:before,.hero-pot:after {
    width:16px;
    height:13px;
    left:-23px;
    top:22px;
    border-width:5px;
  }
  .hero-pot:after {
    left:auto;
    right:-23px;
  }
  .little-plate {
    display:none;
  }
  .shop-window {
    width:133px;
    height:138px;
    top:0;
  }
  .window-cross:after {
    top:68px;
  }
  .scene-flower {
    font-size:25px;
    right:0;
    top:52px;
  }
  .flower-two {
    display:none;
  }
  .home-start {
    margin-top:27px;
  }
  .start-button {
    min-height:76px;
    min-width:230px;
  }
  .home-footer {
    flex-direction:column;
    font-size:11px;
    margin-top:25px;
  }
  .kitchen {
    margin:0 8px 12px;
    border-radius:18px;
    min-height:720px;
  }
  .awning {
    height:24px;
  }
  .guest-area {
    gap:8px;
    height:190px;
    padding-top:26px;
    padding-left:10px;
    padding-right:10px;
    flex-wrap:nowrap;
  }
  .guest-character {
    width:88px;
    flex-shrink:0;
    margin-bottom:5px;
  }
  .guest-character svg {
    height:130px;
  }
  .guest-name {
    bottom:-7px;
    font-size:11px;
    padding:4px 10px;
  }
  .order-bubble {
    min-width:0;
    max-width:230px;
    padding:12px 13px;
    flex:1;
  }
  .order-request {
    gap:6px;
    min-height:66px;
  }
  .order-number {
    font-size:48px;
  }
  .order-foods {
    max-width:143px;
  }
  .order-foods svg {
    width:39px;
    height:36px;
  }
  .order-bubble>p {
    font-size:17px;
  }
  .order-label,.food-name {
    font-size:12px;
  }
  .repeat-button {
    width:72px;
    height:72px;
    position:absolute;
    right:6px;
    bottom:-39px;
    z-index:3;
    background:transparent;
    border:0;
  }
  .repeat-button .icon {
    width:27px;
    height:27px;
  }
  .kitchen-message {
    font-size:12px;
    padding:10px 68px 10px 12px;
    min-height:43px;
  }
  .worktop,.sort-mode .worktop {
    padding:23px 27px 20px;
    gap:26px;
  }
  .pot-zone {
    max-width:320px;
  }
  .food-button {
    width:78px;
    height:74px;
  }
  .pot-rim {
    padding:4px 11px;
  }
  .plate-rim {
    border-width:9px;
  }
  .plate-content {
    max-width:290px;
  }
  .game-controls {
    gap:11px;
    padding:17px 66px 23px 12px;
    min-height:110px;
  }
  .game-controls .primary,.game-controls .secondary {
    padding:12px 14px;
    font-size:18px;
    min-width:0;
    gap:7px;
    min-height:74px;
    border-radius:21px;
  }
  .game-controls .icon {
    width:24px;
    height:24px;
  }
  .pause-button {
    right:0;
    width:62px;
  }
  .sorting-plates {
    gap:5px;
    margin:0 -13px;
    width:calc(100% + 26px);
  }
  .sort-plate {
    min-width:88px;
    min-height:165px;
  }
  .soft-instruction {
    font-size:12px;
  }
  .parent-header {
    padding:20px 20px 14px;
  }
  .parent-header h2 {
    font-size:23px;
  }
  .parent-tabs {
    padding:0 20px;
    gap:20px;
  }
  .parent-tabs button {
    font-size:14px;
  }
  .parent-body {
    padding:20px;
  }
  .settings-grid {
    gap:15px;
    grid-template-columns:1fr;
  }
  .parent-body select {
    font-size:14px;
  }
  .parent-footer {
    padding:12px 20px;
    font-size:10px;
  }
  .voice-heading {
    gap:12px;
  }
  .voice-animal {
    width:76px;
    height:92px;
  }
  .voice-heading h3 {
    font-size:18px;
  }
  .voice-heading p {
    font-size:12px;
  }
  .script-card {
    padding:20px 12px;
  }
  .script-card>p {
    font-size:20px;
  }
  .parent-actions {
    gap:10px;
  }
  .small {
    font-size:14px;
    padding:12px 15px;
  }
  .offline-card {
    padding:16px;
    gap:12px;
  }
  .offline-card h3 {
    font-size:16px;
  }
  .pause-card {
    padding:30px 24px;
    max-width:90%;
  }
  .pause-card h2 {
    font-size:26px;
  }
  .end-page {
    padding-top:20px;
  }
  .end-page h1 {
    font-size:30px;
  }
  .end-page>p {
    font-size:14px;
  }
  .farewell-animals {
    margin-top:25px;
  }
  .saved-plate {
    width:285px;
  }
  .saved-plate svg {
    width:42px;
  }
  .end-suggestion {
    margin-top:30px;
  }
  .gate-content {
    padding:30px 23px;
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
  .holding .hold-progress {
    transition:transform 3s linear!important;
  }
}
/* 遮阳棚覆盖背景，暂停也保留足够的触摸面积。 */
.awning {
  z-index:2;
  pointer-events:none;
}
.pause-button {
  min-width:72px;
  min-height:72px;
}
