@font-face {
  font-family: "WHNunito";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("/media/games/waiter-hater/fonts/nunito-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "WHNunito";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("/media/games/waiter-hater/fonts/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "WHPixel";
  src: url("/media/games/waiter-hater/fonts/PokemonGb.ttf") format("truetype");
  font-display: swap;
}
@keyframes whFanSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes whTvFlicker {
  0%, 100% {
    opacity: 0.18;
  }
  25% {
    opacity: 0.24;
  }
  55% {
    opacity: 0.14;
  }
  75% {
    opacity: 0.22;
  }
}
#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  user-select: none;
  background: #f3ecdf;
  font-family: "WHNunito", "Nunito", sans-serif;
  color: #3b3129;
}
#full-area * {
  box-sizing: border-box;
}
#full-area #wh-language {
  position: absolute;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px 24px 72px;
  background: repeating-linear-gradient(0deg, transparent 0 47px, rgba(59, 49, 41, 0.035) 47px 48px), #f3ecdf;
  letter-spacing: 0;
}
#full-area #wh-language .wh-language-inner {
  width: min(1180px, 100%);
  text-align: center;
}
#full-area #wh-language .wh-language-tray {
  width: 100px;
  height: 80px;
  object-fit: contain;
  image-rendering: pixelated;
}
#full-area #wh-language h1 {
  margin: 16px 0 28px;
  font: 900 32px/1.3 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
}
#full-area #wh-language .wh-language-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
#full-area #wh-language button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 210px;
  padding: 24px 16px;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 5px 0 #3b3129;
  color: #3b3129;
  font: 700 18px/1.3 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-language button strong {
  font-size: 26px;
}
#full-area #wh-language button > span:last-child {
  color: #6b5d50;
}
#full-area #wh-language button:hover, #full-area #wh-language button:focus-visible {
  outline: 4px solid #f2c14e;
  outline-offset: 5px;
  background: #fff;
}
#full-area #wh-language button:disabled {
  opacity: 0.6;
  cursor: progress;
}
#full-area #wh-language button.previous {
  border-color: #386255;
}
#full-area #wh-language .wh-flag {
  display: block;
  width: 96px;
  height: 64px;
  border: 1px solid rgba(59, 49, 41, 0.2);
  margin-bottom: 10px;
}
#full-area #wh-language .wh-flag-fr {
  background: linear-gradient(90deg, #002654 0 33.333%, #fff 33.333% 66.666%, #ed2939 66.666%);
}
#full-area #wh-language .wh-flag-sr {
  background: #c40308;
  box-shadow: inset 0 0 0 6px #d3ae3b;
}
#full-area #wh-language .wh-flag-es {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}
#full-area #wh-language .wh-flag-de {
  background: linear-gradient(#151515 0 33.333%, #d2212b 33.333% 66.666%, #f5c440 66.666%);
}
#full-area #wh-language .wh-flag-en {
  background: linear-gradient(#c8102e 0 100%) center/100% 20% no-repeat, linear-gradient(90deg, #c8102e 0 100%) center/20% 100% no-repeat, linear-gradient(#fff 0 100%) center/100% 32% no-repeat, linear-gradient(90deg, #fff 0 100%) center/32% 100% no-repeat, linear-gradient(to bottom right, transparent 47%, #fff 47% 53%, transparent 53%), linear-gradient(to bottom left, transparent 47%, #fff 47% 53%, transparent 53%), #012169;
}
#full-area #wh-language #wh-language-status {
  min-height: 48px;
  margin: 24px 0 0;
  font-size: 16px;
}
#full-area .wh-menu-col > span {
  gap: 4px;
}
#full-area .wh-menu-col > span > span:first-child {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#full-area .wh-menu-col > span > span:last-child {
  flex-shrink: 0;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #f3ecdf;
}
#full-area #wh-world {
  position: absolute;
  left: 0;
  top: 0;
  width: 1564px;
  height: 880px;
  transform: scale(0.8184143);
  transform-origin: 0 0;
  overflow: hidden;
  contain: layout paint;
  background: #f3ecdf;
}
#full-area #wh-stage {
  position: absolute;
  left: 62px;
  top: 0;
  width: 1440px;
  height: 810px;
  overflow: visible;
  background: transparent;
}
#full-area .px {
  image-rendering: pixelated;
}
#full-area .abs {
  position: absolute;
}
#full-area .hidden {
  display: none !important;
}
#full-area #wh-rules-overlay {
  position: absolute;
  inset: 0;
  z-index: 130;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 24px calc(var(--wh-menu-bottom, 80px) + 16px);
  background: rgba(59, 49, 41, 0.6);
}
#full-area #wh-rules {
  display: flex;
  flex-direction: column;
  width: 760px;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  color: #3b3129;
  font: 600 16px/1.45 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
  text-shadow: none;
}
#full-area #wh-rules .wh-rules-header {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 3px solid #3b3129;
  background: #284c3f;
  color: #fffaf2;
}
#full-area #wh-rules .wh-rules-eyebrow {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  color: #f2c14e;
}
#full-area #wh-rules h2 {
  margin: 0;
  font: 900 24px/1.2 "WHNunito", "Nunito", sans-serif;
  color: inherit;
}
#full-area #wh-rules button {
  flex: none;
  width: 40px;
  height: 40px;
  border: 2px solid #3b3129;
  border-radius: 4px;
  background: #fffaf2;
  color: #3b3129;
  font-size: 28px;
  cursor: pointer;
}
#full-area #wh-rules button:hover {
  background: #f2c14e;
}
#full-area #wh-rules button:focus-visible {
  outline: 3px solid #f2c14e;
  outline-offset: 3px;
}
#full-area #wh-rules .wh-rules-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #386255 #f3ecdf;
  scrollbar-width: thin;
}
#full-area #wh-rules .wh-rules-body:focus-visible {
  outline: 3px solid #f2c14e;
  outline-offset: -3px;
}
#full-area #wh-rules .wh-rule {
  padding: 20px 24px;
  border-bottom: 1px solid #e9dcc6;
}
#full-area #wh-rules .wh-rule:nth-child(even) {
  background: #f2f5ef;
}
#full-area #wh-rules .wh-rule-patience {
  background: #fff0ec;
}
#full-area #wh-rules h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font: 900 20px/1.2 "WHNunito", "Nunito", sans-serif;
  color: #3b3129;
  letter-spacing: 0;
}
#full-area #wh-rules h3 b {
  display: grid;
  place-items: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #284c3f;
  color: white;
  font-size: 15px;
}
#full-area #wh-rules .wh-rule-time {
  margin-left: auto;
  color: #386255;
  font-size: 15px;
  white-space: nowrap;
}
#full-area #wh-rules p {
  margin: 10px 0 14px;
  color: #3b3129;
  font: 600 15px/1.5 "WHNunito", "Nunito", sans-serif;
  text-shadow: none;
  letter-spacing: 0;
}
#full-area #wh-rules .wh-rule-example {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px;
  min-height: 112px;
  margin: 8px 0;
}
#full-area #wh-rules .wh-rule-example figure {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
}
#full-area #wh-rules .wh-rule-example figcaption {
  color: #6b5d50;
  font: 800 13px/1.3 "WHNunito", "Nunito", sans-serif;
  text-align: center;
  letter-spacing: 0;
}
#full-area #wh-rules .wh-rule-example blockquote {
  flex: 2;
  margin: 0;
}
#full-area #wh-rules .wh-rule-arrow {
  flex: none;
  color: #386255;
  font: 900 28px/1 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-rule-image {
  display: block;
  width: 58px;
  height: 70px;
  object-fit: contain;
  image-rendering: pixelated;
}
#full-area #wh-rules .wh-rule-character {
  display: block;
  flex: none;
  width: 84px;
  height: 84px;
  background-size: 336px 168px;
  background-position: 0 0;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
#full-area #wh-rules .wh-rule-scene {
  display: grid;
  place-items: center;
  position: relative;
  width: 112px;
  height: 96px;
}
#full-area #wh-rules .wh-rule-notification {
  position: absolute;
  left: 1px;
  top: 0;
  width: 28px;
  height: 28px;
}
#full-area #wh-rules .wh-rule-finger {
  position: absolute;
  width: 40px;
  height: 36px;
  right: -3px;
  bottom: 3px;
  object-fit: contain;
  transform: rotate(-45deg);
}
#full-area #wh-rules .wh-rule-tray > .wh-rule-image:first-child {
  width: 102px;
}
#full-area #wh-rules .wh-rule-dish {
  position: absolute;
  top: 10px;
  left: 39px;
  width: 36px;
  height: 36px;
}
#full-area #wh-rules blockquote {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-left: 4px solid #386255;
  background: rgba(56, 98, 85, 0.07);
  color: #3b3129;
  font: 800 16px/1.4 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
}
#full-area #wh-rules blockquote small {
  display: block;
  margin-top: 4px;
  color: #6b5d50;
  font: 600 13px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-example-timer {
  padding: 3px 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: white;
  color: #287437;
  font: 900 16px/1.2 "WHNunito", "Nunito", sans-serif;
  font-variant-numeric: tabular-nums;
}
#full-area #wh-rules .wh-example-timer.angry {
  color: #ae382b;
}
#full-area #wh-rules .wh-example-timer.expired {
  color: #6b5d50;
}
#full-area #wh-rules .wh-rule-loss {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 84px;
  color: #ae382b;
  font: 900 22px/1 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-rule-pribor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 116px;
  height: 70px;
  padding: 5px 8px;
  border: 3px solid #79522f;
  border-bottom-width: 8px;
  background: #b98a59;
}
#full-area #wh-rules .wh-rule-pribor img {
  width: 28px;
  height: 32px;
}
#full-area #wh-rules .wh-rule-pribor b {
  flex-basis: 100%;
  background: #563d28;
  color: #f2c14e;
  font: 900 12px/1.4 "WHNunito", "Nunito", sans-serif;
  text-align: center;
}
#full-area #wh-rules .wh-rule-receipt {
  flex: 1.5;
  max-width: 230px;
  padding: 12px;
  background: white;
  border: 1px dashed #6b5d50;
  color: #3b3129;
  font: 700 12px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-rule-receipt > b {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
#full-area #wh-rules .wh-rule-receipt > span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#full-area #wh-rules .wh-rule-receipt strong {
  white-space: nowrap;
}
#full-area #wh-rules .wh-rule-receipt .wh-rule-total {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #3b3129;
}
#full-area #wh-rules .wh-rule-amount {
  display: grid;
  place-items: center;
  width: 62px;
  height: 44px;
  background: white;
  border-bottom: 3px solid #386255;
  color: #3b3129;
  font: 900 25px/1 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-rule-tv {
  display: grid;
  place-items: center;
  width: 100px;
  height: 66px;
  border: 8px solid #394748;
  border-bottom-width: 14px;
  border-radius: 5px;
  background: #cde1d4;
}
#full-area #wh-rules .wh-rule-klima {
  display: grid;
  place-items: center;
  width: 100px;
  height: 66px;
}
#full-area #wh-rules .wh-rule-ending {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 18px 24px;
  background: #e5ece8;
  font: 800 13px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-rules .wh-rule-ending span {
  display: flex;
  align-items: center;
  gap: 6px;
}
#full-area #wh-rules .wh-rule-ending img, #full-area #wh-rules .wh-rule-ending svg {
  flex: none;
  width: 24px;
  height: 24px;
}
#full-area #wh-rules .wh-rules-footer {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-top: 2px solid #3b3129;
  color: #284c3f;
  font: 900 13px/1.2 "WHNunito", "Nunito", sans-serif;
}
@media (max-height: 650px) {
  #full-area #wh-rules-overlay {
    padding-top: 16px;
  }
  #full-area #wh-rules {
    width: 860px;
  }
  #full-area #wh-rules .wh-rules-header {
    padding: 10px 20px;
  }
  #full-area #wh-rules .wh-rules-eyebrow {
    display: none;
  }
  #full-area #wh-rules .wh-rule {
    padding: 12px 20px;
  }
  #full-area #wh-rules p {
    margin: 6px 0 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #full-area #wh-rules .wh-rule-example {
    min-height: 90px;
    margin: 6px 0;
  }
  #full-area #wh-rules .wh-rule-scene {
    height: 76px;
  }
  #full-area #wh-rules .wh-rule-character {
    width: 70px;
    height: 70px;
    background-size: 280px 140px;
  }
  #full-area #wh-rules .wh-rule-finger {
    width: 34px;
    height: 30px;
  }
  #full-area #wh-rules blockquote {
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 14px;
  }
  #full-area #wh-rules .wh-rules-footer {
    padding: 7px 16px;
  }
}
#full-area #wh-top-controls {
  position: absolute;
  right: 68px;
  top: 8px;
  z-index: 120;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  max-width: calc(100% - 76px);
  pointer-events: none;
}
#full-area #wh-top-controls > * {
  pointer-events: auto;
}
#full-area #wh-top-controls > button {
  transition: transform 0.16s ease-out;
}
#full-area #wh-top-controls > button:hover {
  transform: scale(1.08);
}
@media (prefers-reduced-motion: reduce) {
  #full-area #wh-top-controls > button {
    transition: none;
  }
}
#full-area #wh-phone-control {
  position: relative;
  flex: none;
  width: 56px;
  height: 80px;
}
#full-area #wh-phone-countdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 56px;
  height: 20px;
  border: 1px solid #3b3129;
  border-radius: 4px;
  background: #fffaf2;
  color: #3b3129;
  font: 900 13px/18px "WHNunito", "Nunito", sans-serif;
  font-variant-numeric: tabular-nums;
  text-align: center;
  pointer-events: none;
}
#full-area #wh-phone {
  position: relative;
  flex: none;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
#full-area #wh-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-28deg);
  filter: drop-shadow(0 1px 1px rgba(255, 250, 242, 0.9));
}
#full-area #wh-phone:disabled {
  cursor: default;
}
#full-area #wh-phone:focus-visible {
  outline: 3px solid #f2c14e;
  outline-offset: 4px;
}
#full-area #wh-phone.ringing img {
  animation: wh-phone-ring 1.6s ease-in-out infinite;
}
#full-area #wh-phone span {
  position: absolute;
  right: -4px;
  top: 0;
  min-width: 20px;
  padding: 2px 3px;
  border: 1px solid #3b3129;
  border-radius: 4px;
  background: #247f70;
  color: white;
  font: 900 12px/1 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-phone.ringing span {
  background: #c8553d;
}
@media (prefers-reduced-motion: reduce) {
  #full-area #wh-phone.ringing img {
    animation: none;
  }
}
@media (max-width: 480px), (max-height: 480px) {
  #full-area #wh-top-controls {
    gap: 4px;
  }
  #full-area #wh-phone-control {
    width: 48px;
    height: 72px;
  }
  #full-area #wh-phone {
    width: 48px;
    height: 48px;
    padding: 6px;
  }
  #full-area #wh-phone-countdown {
    top: 52px;
    width: 48px;
  }
}
@media (min-width: 481px) and (max-width: 1100px) {
  #full-area #wh-top-controls {
    transform: scale(0.75);
    transform-origin: top right;
  }
}
@media (max-height: 360px) {
  #full-area #wh-top-controls {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 600px) and (max-height: 360px) {
  #full-area #wh-top-controls {
    display: grid;
    grid-template-columns: max-content max-content;
  }
}
@keyframes wh-phone-ring {
  0%, 32%, 100% {
    transform: translateX(0) rotate(-28deg);
  }
  4%, 12%, 20% {
    transform: translateX(-2px) rotate(-40deg);
  }
  8%, 16%, 24% {
    transform: translateX(2px) rotate(-16deg);
  }
  28% {
    transform: translateX(-1px) rotate(-34deg);
  }
}
#full-area #wh-turko-note {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 4px 8px;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border-left: 5px solid #247f70;
  background: rgba(255, 250, 242, 0.96);
  color: #3b3129;
  font: 800 14px/1.3 "WHNunito", "Nunito", sans-serif;
  pointer-events: none;
}
#full-area #wh-turko-note strong {
  font-size: 14px;
}
#full-area #wh-turko-note .wh-turko-status {
  grid-column: 2;
  font-size: 12px;
  color: #247f70;
}
#full-area #wh-turko-note ul {
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#full-area #wh-turko-note li {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
}
#full-area #wh-turko-note li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: none;
}
#full-area #wh-turko-note li span {
  min-width: 0;
  overflow-wrap: anywhere;
}
#full-area #wh-turko-package {
  position: absolute;
  left: 790px;
  top: 230px;
  z-index: 23;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 210px;
  height: 54px;
  padding: 6px 10px;
  border: 3px solid #3b3129;
  border-radius: 5px;
  background: #f2c14e;
  color: #3b3129;
  font: 900 16px/1.1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-turko-package img {
  width: 56px;
  height: 34px;
  object-fit: contain;
}
#full-area #wh-turko-package:disabled {
  background: #fffaf2;
  cursor: default;
}
#full-area #wh-turko-package:focus-visible {
  outline: 3px solid #247f70;
  outline-offset: 3px;
}
#full-area #wh-turko-courier {
  position: absolute;
  width: 224px;
  height: 134px;
  z-index: 19;
  pointer-events: none;
}
#full-area #wh-turko-courier .wh-turko-bike {
  display: block;
  width: 224px;
  height: 134px;
  background: url("/media/games/waiter-hater/images/props/turko-courier-sheet.png") 0 0/896px 268px no-repeat;
  image-rendering: pixelated;
}
#full-area #wh-turko-courier button.wh-icon-bubble {
  left: 206px;
  top: 0;
  padding: 8px;
  pointer-events: auto;
  cursor: pointer;
  animation: none;
}
#full-area #wh-turko-courier button.wh-icon-bubble span {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  padding: 2px 5px;
  border: 2px solid #3b3129;
  border-radius: 4px;
  background: #247f70;
  color: white;
  font: 900 13px/1 "WHNunito", "Nunito", sans-serif;
  white-space: nowrap;
}
#full-area #wh-menu-button, #full-area #wh-rules-button {
  flex: none;
  display: grid;
  place-items: center;
  width: 52px;
  height: 64px;
  padding: 0;
  z-index: 22;
  border: 0;
  background: transparent;
  color: #3b3129;
  cursor: pointer;
}
#full-area #wh-menu-button:hover, #full-area #wh-rules-button:hover {
  filter: brightness(1.12);
}
#full-area #wh-menu-button:focus-visible, #full-area #wh-rules-button:focus-visible {
  outline: 3px solid #f2c14e;
  outline-offset: 4px;
}
#full-area .wh-menu-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 42px;
  height: 56px;
  padding: 4px 5px 4px 9px;
  border: 2px solid #3b3129;
  border-left: 6px solid #386255;
  border-radius: 3px;
  background: #fffaf2;
  box-shadow: 3px 3px 0 rgba(59, 49, 41, 0.45);
  transform: rotate(8deg);
}
#full-area .wh-menu-art img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  image-rendering: pixelated;
}
#full-area .wh-menu-art i {
  width: 19px;
  height: 2px;
  background: #6b5d50;
}
#full-area .wh-menu-art i:last-child {
  width: 12px;
  align-self: flex-start;
}
#full-area #wh-rules-button {
  font: 900 56px/1 "WHNunito", "Nunito", sans-serif;
  color: #fffaf2;
  -webkit-text-stroke: 2px #3b3129;
  filter: drop-shadow(2px 3px 0 rgba(59, 49, 41, 0.5));
}
#full-area #wh-settings-button {
  flex: none;
  margin-top: 10px;
  z-index: 120;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.3);
  cursor: pointer;
}
#full-area #wh-settings-button img {
  width: 24px;
  height: 24px;
}
#full-area #wh-settings-button:hover, #full-area #wh-settings-button[aria-expanded=true] {
  background: #f2c14e;
}
#full-area #wh-settings-button.radio-unavailable {
  border-color: #c8553d;
}
#full-area #wh-settings {
  position: absolute;
  right: 68px;
  top: 86px;
  z-index: 120;
  width: 310px;
  padding: 0 16px 14px;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  color: #3b3129;
  box-shadow: 0 8px 24px rgba(59, 49, 41, 0.35);
  font: 800 16px/1.4 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
#full-area #wh-settings .wh-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px 14px;
  padding: 8px 12px 8px 16px;
  background: #284c3f;
  color: white;
}
#full-area #wh-settings .wh-settings-header h2 {
  margin: 0;
  font: 900 22px/1.2 "WHNunito", "Nunito", sans-serif;
  color: inherit;
  letter-spacing: 0;
}
#full-area #wh-settings button {
  display: grid;
  place-items: center;
  flex: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 4px;
  color: #3b3129;
  background: #fffaf2;
  font: 900 24px/1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-settings button:hover {
  background: #f2c14e;
}
#full-area #wh-settings .wh-radio-toggle, #full-area #wh-settings .wh-radio-volume-label, #full-area #wh-settings .wh-radio-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#full-area #wh-settings .wh-radio-toggle {
  margin-bottom: 18px;
  cursor: pointer;
}
#full-area #wh-settings .wh-radio-toggle small {
  display: block;
  color: #6b5d50;
  font-size: 13px;
  font-weight: 700;
}
#full-area #wh-settings .wh-radio-toggle input {
  appearance: auto;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #284c3f;
  cursor: pointer;
}
#full-area #wh-settings output {
  color: #6b5d50;
  font-variant-numeric: tabular-nums;
}
#full-area #wh-settings input[type=range] {
  appearance: auto;
  display: block;
  width: 100%;
  height: 24px;
  margin: 8px 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: #284c3f;
  cursor: pointer;
}
#full-area #wh-settings .wh-radio-footer {
  min-height: 36px;
  border-top: 1px solid #e9dcc6;
  padding-top: 10px;
  font-size: 12px;
}
#full-area #wh-settings #wh-radio-status {
  flex: 1;
}
#full-area #wh-settings #wh-radio-retry {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
#full-area #wh-settings a {
  color: #284c3f;
  text-decoration: underline;
  font-weight: 800;
}
#full-area #wh-settings-button:focus-visible, #full-area #wh-settings :is(button, input, a):focus-visible {
  outline: 3px solid #d98a52;
  outline-offset: 3px;
}
#full-area #wh-menu-overlay {
  position: absolute;
  inset: 0 0 var(--wh-menu-bottom, 0px);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 16px;
  letter-spacing: 0;
}
#full-area #wh-menu {
  position: relative;
  width: min(1120px, 100%);
  height: min(820px, 100%);
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.4);
  color: #3b3129;
  text-align: left;
  font: 600 18px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-menu .wh-menu-header {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 20px;
  background: #284c3f;
  color: #fff;
}
#full-area #wh-menu .wh-menu-header span {
  font-size: 14px;
}
#full-area #wh-menu .wh-menu-header h2 {
  margin: 0;
  color: inherit;
  font: 900 24px/1.15 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
}
#full-area #wh-menu .wh-menu-header button {
  flex: none;
  width: 44px;
  height: 44px;
  margin-right: 24px;
  padding: 0;
  border: 2px solid white;
  border-radius: 4px;
  background: #fffaf2;
  color: #3b3129;
  font: 900 32px/1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-menu .wh-menu-tools {
  display: flex;
  gap: 12px;
  flex: none;
  padding: 8px 20px;
  border-bottom: 1px solid #e9dcc6;
}
#full-area #wh-menu input, #full-area #wh-menu select {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #6b5d50;
  border-radius: 4px;
  background: white;
  color: #3b3129;
  font: 700 16px "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-menu #wh-menu-items {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 20px 8px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #284c3f #e9dcc6;
  background: linear-gradient(90deg, transparent 49.6%, rgba(59, 49, 41, 0.06) 50%, transparent 50.4%);
}
#full-area #wh-menu h3 {
  margin: 16px 0 8px;
  padding-bottom: 10px;
  color: #284c3f;
  font: 900 25px/1.2 "WHNunito", "Nunito", sans-serif;
  letter-spacing: 0;
  border-bottom: 2px solid #3b3129;
}
#full-area #wh-menu .wh-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
}
#full-area #wh-menu .wh-menu-page {
  animation: whMenuPage 0.18s ease-out;
}
#full-area #wh-menu .wh-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: none;
  padding: 8px 20px;
  border-top: 2px solid #e9dcc6;
  background: #fffaf2;
}
#full-area #wh-menu .wh-menu-footer span {
  min-width: 80px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
#full-area #wh-menu .wh-menu-footer button {
  width: 48px;
  height: 44px;
  padding: 0;
  border: 2px solid #284c3f;
  border-radius: 4px;
  background: #284c3f;
  color: white;
  font: 900 26px/1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-menu .wh-menu-footer button:disabled {
  opacity: 0.3;
  cursor: default;
}
#full-area #wh-menu button:focus-visible, #full-area #wh-menu input:focus-visible, #full-area #wh-menu select:focus-visible {
  outline: 3px solid #d98a52;
  outline-offset: 2px;
}
@keyframes whMenuPage {
  from {
    opacity: 0.5;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 650px) {
  #full-area #wh-menu-overlay {
    padding: 10px;
  }
  #full-area #wh-menu .wh-menu-header, #full-area #wh-menu .wh-menu-tools {
    padding: 10px 14px;
  }
  #full-area #wh-menu .wh-menu-tools {
    gap: 8px;
  }
  #full-area #wh-menu input, #full-area #wh-menu select {
    padding: 6px;
  }
  #full-area #wh-menu #wh-menu-items {
    padding: 0 14px 14px;
    background: none;
  }
  #full-area #wh-menu .wh-menu-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  #full-area #wh-menu .wh-menu-page {
    animation: none;
  }
}
@media (max-height: 520px) {
  #full-area #wh-menu-overlay {
    padding: 8px;
  }
  #full-area #wh-menu .wh-menu-header {
    padding: 6px 16px;
  }
  #full-area #wh-menu .wh-menu-header span {
    display: none;
  }
  #full-area #wh-menu .wh-menu-header h2 {
    font-size: 24px;
  }
  #full-area #wh-menu .wh-menu-header button {
    width: 38px;
    height: 38px;
  }
  #full-area #wh-menu .wh-menu-tools {
    padding: 6px 16px;
  }
  #full-area #wh-menu input, #full-area #wh-menu select {
    height: 38px;
  }
  #full-area #wh-menu h3 {
    margin: 8px 0 0;
    padding-bottom: 6px;
    font-size: 22px;
  }
  #full-area #wh-menu #wh-menu-items {
    padding-bottom: 6px;
  }
  #full-area #wh-menu .wh-menu-footer {
    padding: 4px 16px;
  }
  #full-area #wh-menu .wh-menu-footer button {
    height: 38px;
  }
}
#full-area #wh-tv-light {
  --tv-color: #82d789;
  position: absolute;
  left: 570px;
  top: 610px;
  width: 300px;
  height: 151px;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 26% 100%);
  background: linear-gradient(to top, var(--tv-color), transparent);
  opacity: 0.17;
  animation: whTvFlicker 4s steps(5) infinite;
}
#full-area #wh-tv {
  --tv-color: #82d789;
  position: absolute;
  left: 638px;
  top: 752px;
  width: 164px;
  height: 35px;
  z-index: 9;
  border: 4px solid #272c2b;
  border-radius: 3px;
  padding: 0;
  background: #525b57;
  box-shadow: 0 6px 0 #232826;
  cursor: pointer;
  color: var(--tv-color);
}
#full-area #wh-tv .wh-tv-screen {
  position: absolute;
  left: 4px;
  right: 4px;
  top: -7px;
  height: 6px;
  background: var(--tv-color);
  box-shadow: 0 -4px 10px var(--tv-color);
  animation: whTvFlicker 4s steps(5) infinite;
}
#full-area #wh-tv .wh-tv-vents {
  position: absolute;
  left: 24px;
  top: 8px;
  width: 76px;
  height: 11px;
  background: repeating-linear-gradient(90deg, #272c2b 0 3px, transparent 3px 7px);
}
#full-area #wh-tv .wh-tv-led {
  position: absolute;
  right: 9px;
  bottom: 5px;
  width: 4px;
  height: 4px;
  background: #a4ff8b;
}
#full-area #wh-tv #wh-tv-channel {
  position: absolute;
  right: 24px;
  top: 6px;
}
#full-area #wh-tv-channels {
  position: absolute;
  left: 530px;
  bottom: 86px;
  width: 380px;
  z-index: 28;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 8px;
  border: 3px solid #3b3129;
  border-radius: 5px;
  background: #fffaf2;
  box-shadow: 4px 4px 0 rgba(59, 49, 41, 0.3);
}
#full-area #wh-tv-channels button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 64px;
  min-width: 0;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #3b3129;
  background: transparent;
  font: 800 12px "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area #wh-tv-channels button[aria-pressed=true] {
  background: #d2edd1;
  border-color: #47774b;
}
#full-area #wh-tv-channels button:hover {
  background: #e9dcc6;
}
#full-area #wh-fan {
  position: absolute;
  left: 486px;
  top: 283px;
  width: 112px;
  height: 112px;
  z-index: 8;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
#full-area #wh-fan .wh-fan-mount {
  position: absolute;
  left: 42px;
  top: 44px;
  width: 28px;
  height: 74px;
  background: #59665e;
  border: 4px solid #303c35;
}
#full-area #wh-fan .wh-fan-cage {
  position: absolute;
  inset: 2px;
  border: 5px solid #303c35;
  border-radius: 50%;
  background: #a5b4a5;
  box-shadow: 0 5px 0 #28322c, 6px 10px 0 rgba(59, 49, 41, 0.25);
  overflow: hidden;
}
#full-area #wh-fan .wh-fan-blades {
  position: absolute;
  inset: 4px;
  animation: whFanSpin 0.65s linear infinite;
  animation-play-state: paused;
}
#full-area #wh-fan .wh-fan-blades i {
  position: absolute;
  left: 39px;
  top: 4px;
  width: 30px;
  height: 44px;
  border: 2px solid #3b5649;
  border-radius: 60% 15% 45% 25%;
  background: #597a65;
  transform-origin: 5px 40px;
}
#full-area #wh-fan .wh-fan-blades i:nth-child(1) {
  transform: rotate(0deg);
}
#full-area #wh-fan .wh-fan-blades i:nth-child(2) {
  transform: rotate(90deg);
}
#full-area #wh-fan .wh-fan-blades i:nth-child(3) {
  transform: rotate(180deg);
}
#full-area #wh-fan .wh-fan-blades i:nth-child(4) {
  transform: rotate(270deg);
}
#full-area #wh-fan .wh-fan-grille {
  position: absolute;
  inset: 1px;
  border: 2px solid #738173;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 10px, rgba(40, 54, 44, 0.65) 11px 12px), repeating-conic-gradient(from 0deg, transparent 0deg 43deg, #44584b 43deg 45deg);
}
#full-area #wh-fan .wh-fan-hub {
  position: absolute;
  left: 36px;
  top: 36px;
  width: 26px;
  height: 26px;
  border: 4px solid #303c35;
  border-radius: 50%;
  background: #b4c4b3;
}
#full-area #wh-fan .wh-fan-led {
  position: absolute;
  left: 52px;
  bottom: -2px;
  width: 8px;
  height: 5px;
  background: #bf604e;
}
#full-area #wh-fan.on .wh-fan-blades {
  animation-play-state: running;
}
#full-area #wh-fan.on .wh-fan-led {
  background: #a4ff8b;
}
#full-area #wh-tv.requested, #full-area #wh-fan.requested {
  outline: 3px dashed #e8634a;
  outline-offset: 6px;
}
#full-area #wh-tv:focus-visible, #full-area #wh-fan:focus-visible {
  outline: 4px solid #f2c14e;
  outline-offset: 6px;
}
#full-area #wh-stage.wh-paused #wh-fan .wh-fan-blades, #full-area #wh-stage.wh-paused #wh-tv-light, #full-area #wh-stage.wh-paused .wh-tv-screen {
  animation-play-state: paused;
}
#full-area .wh-sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 112px;
  background-size: 448px 224px;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  animation: whX 0.8s steps(4) infinite, whY 1.6s steps(2) infinite;
}
#full-area .wh-sprite.walk {
  animation-duration: 0.5s, 1s;
}
#full-area .wh-sprite.sit {
  animation-duration: 1.2s, 2.4s;
}
#full-area .wh-sprite.sleepy {
  animation-duration: 1.6s, 3.2s;
}
#full-area .wh-sprite.flip {
  transform: scaleX(-1);
}
#full-area #wh-waiter-sprite:not(.walk) {
  animation: none;
  background-position: 0 0;
}
#full-area #wh-depth {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
#full-area #wh-depth .wh-walker, #full-area #wh-depth .wh-seated, #full-area #wh-depth #wh-fan, #full-area #wh-depth #wh-tv, #full-area #wh-depth .wh-pribor-front {
  pointer-events: auto;
}
#full-area .wh-walker {
  position: absolute;
  width: 112px;
  height: 112px;
  z-index: 5;
}
#full-area .wh-walker .wh-shadow {
  position: absolute;
  left: 14px;
  bottom: 2px;
  width: 84px;
  height: 22px;
  border-radius: 50%;
  background: rgba(59, 49, 41, 0.28);
}
#full-area .wh-walker .wh-arrival-name {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: max-content;
  max-width: 170px;
  padding: 3px 8px;
  border: 1px solid #fffaf2;
  border-radius: 4px;
  background: #284c3f;
  color: white;
  font: 700 14px/1.2 "WHNunito", "Nunito", sans-serif;
  text-align: center;
  overflow-wrap: anywhere;
  pointer-events: none;
}
#full-area #wh-dog {
  transform: scale(0.4);
  transform-origin: 56px 108px;
}
#full-area #wh-dog.awake {
  transform: scale(0.52);
}
#full-area #wh-tutorial-welcome {
  position: absolute;
  z-index: 75;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  width: 240px;
  transform: translateY(-50%);
  color: #3b3129;
  font: 900 18px/1.2 "WHNunito", "Nunito", sans-serif;
  pointer-events: none;
}
#full-area #wh-tutorial-welcome span {
  padding: 8px 10px;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 4px 0 rgba(59, 49, 41, 0.3);
  white-space: nowrap;
}
#full-area #wh-tutorial-welcome b {
  flex: 1;
  color: #f2c14e;
  font-size: 48px;
  line-height: 1;
  text-align: right;
  -webkit-text-stroke: 1px #3b3129;
  transform: scaleX(-1);
}
#full-area .wh-walker[data-action=greet] {
  cursor: pointer;
}
#full-area .wh-walker.wh-greeting .wh-arrival-name {
  visibility: hidden;
}
#full-area #wh-tutorial-cue {
  position: absolute;
  z-index: 75;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 210px;
  transform: translate(-50%, -100%);
  pointer-events: none;
}
#full-area #wh-tutorial-cue strong {
  padding: 6px 12px;
  border: 3px solid #3b3129;
  border-radius: 5px;
  background: #f2c14e;
  color: #3b3129;
  box-shadow: 0 4px 0 rgba(59, 49, 41, 0.3);
  font: 900 20px/1.2 "WHNunito", "Nunito", sans-serif;
  white-space: nowrap;
}
#full-area #wh-tutorial-cue img {
  --tutorial-hand-rot: -135deg;
  width: 72px;
  height: 64px;
  margin-top: 10px;
  object-fit: contain;
  transform: rotate(var(--tutorial-hand-rot));
  filter: drop-shadow(0 3px 0 rgba(59, 49, 41, 0.45));
  animation: whTutorialCuePulse 1.2s ease-in-out infinite;
  transform-origin: center bottom;
}
#full-area #wh-tutorial-cue.wh-point-above img {
  width: 56px;
  height: 50px;
  margin-top: 22px;
  margin-bottom: 12px;
  transform-origin: center;
}
#full-area #wh-tutorial-cue.wh-point-order {
  width: max-content;
}
#full-area #wh-tutorial-cue.wh-point-order strong {
  padding: 2px 6px;
  border-width: 2px;
  font-size: 12px;
}
#full-area #wh-tutorial-cue.wh-point-order img {
  width: 24px;
  height: 20px;
  margin-top: 0;
  transform-origin: center;
}
#full-area #wh-tutorial-cue.wh-point-chef {
  width: max-content;
  transform: translateX(calc(-50% + 22px));
}
#full-area #wh-tutorial-cue.wh-point-chef strong {
  padding: 2px 8px;
  border-width: 2px;
  line-height: 1;
}
#full-area #wh-tutorial-cue.wh-point-chef img {
  --tutorial-hand-rot: 90deg;
  position: absolute;
  left: calc(50% - 218px);
  top: 10px;
  width: 72px;
  height: 64px;
  margin-top: 0;
  transform-origin: center;
  animation: whChefPoint 1.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  #full-area #wh-tutorial-cue.wh-point-chef img {
    animation: none;
  }
}
#full-area #wh-tutorial-cue.wh-point-left, #full-area #wh-tutorial-cue.wh-point-right {
  flex-direction: row;
  gap: 8px;
  width: max-content;
  transform: translate(-100%, -50%);
}
#full-area #wh-tutorial-cue.wh-point-left img, #full-area #wh-tutorial-cue.wh-point-right img {
  --tutorial-hand-rot: -225deg;
  flex: none;
  margin-top: 0;
}
#full-area #wh-tutorial-cue.wh-point-left {
  flex-direction: row-reverse;
  transform: translateY(-50%);
}
#full-area #wh-tutorial-cue.wh-point-left img {
  --tutorial-hand-rot: -45deg;
}
#full-area #wh-tutorial-cue.wh-point-input {
  z-index: 92;
  flex-direction: column-reverse;
  gap: 8px;
  width: max-content;
  transform: translateX(-50%);
}
#full-area #wh-tutorial-cue.wh-point-input img {
  --tutorial-hand-rot: 45deg;
  margin-top: 0;
}
#full-area #wh-tutorial-cue.wh-point-note, #full-area #wh-tutorial-cue.wh-point-mic {
  z-index: 92;
}
#full-area #wh-tutorial-cue.wh-point-note strong, #full-area #wh-tutorial-cue.wh-point-mic strong {
  padding: 3px 7px;
  border-width: 2px;
  font-size: 16px;
}
#full-area #wh-tutorial-cue.wh-point-note img, #full-area #wh-tutorial-cue.wh-point-mic img {
  width: 40px;
  height: 36px;
  animation: none;
}
#full-area #wh-tutorial-highlight {
  position: absolute;
  z-index: 74;
  border: 3px solid #f2c14e;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(242, 193, 78, 0.35), 0 0 12px rgba(242, 193, 78, 0.6);
  pointer-events: none;
}
#full-area .wh-kafa-click.wh-tutorial-target, #full-area .wh-pribor-front.wh-tutorial-target {
  border-color: #f2c14e;
  box-shadow: 0 0 0 3px rgba(242, 193, 78, 0.35), 0 0 12px rgba(242, 193, 78, 0.6);
}
#full-area .wh-seated {
  position: absolute;
  width: 112px;
  height: 112px;
  z-index: 4;
  cursor: pointer;
}
#full-area .wh-seated:hover > .wh-sprite, #full-area .wh-seated:focus-visible > .wh-sprite {
  filter: drop-shadow(1px 0 0 #f2c14e) drop-shadow(-1px 0 0 #f2c14e);
}
#full-area .wh-tag.wh-guest-say {
  width: 84px;
  z-index: 20;
  transform: translate(-50%, -100%);
  animation: none;
}
#full-area .wh-tag.wh-guest-say span {
  max-width: 100%;
  color: #3b3129;
  font-size: 12px;
  line-height: 1.3;
  padding: 4px 6px;
  border-radius: 6px;
  white-space: normal;
  text-align: center;
}
#full-area .wh-grass {
  position: absolute;
  background: #9db47a url("/media/games/waiter-hater/images/tiles/grass.png") left top/720px auto repeat;
  image-rendering: pixelated;
}
#full-area .wh-street {
  position: absolute;
  background: #c9c0ae;
}
#full-area .wh-edge {
  position: absolute;
  height: 6px;
  background: rgba(59, 49, 41, 0.22);
}
#full-area .wh-floor {
  position: absolute;
  background: url("/media/games/waiter-hater/images/tiles/floor-wood.png") repeat left top;
  background-size: 235px 170px;
}
#full-area .wh-brick-h {
  position: absolute;
  height: 28px;
  z-index: 1;
  background: url("/media/games/waiter-hater/images/arch/brick-h.png") repeat-x left top/auto 28px;
  image-rendering: pixelated;
}
#full-area .wh-brick-v {
  position: absolute;
  width: 28px;
  z-index: 1;
  background: url("/media/games/waiter-hater/images/arch/brick-v.png") repeat-y left top/28px auto;
  image-rendering: pixelated;
}
#full-area .wh-sill {
  position: absolute;
  z-index: 2;
  background: url("/media/games/waiter-hater/images/tiles/floor-wood.png") repeat left top;
  background-size: 235px 170px;
}
#full-area .wh-glass {
  position: absolute;
  z-index: 2;
  background: linear-gradient(135deg, rgba(220, 240, 250, 0.42) 0%, rgba(200, 225, 235, 0.28) 50%, rgba(220, 240, 250, 0.4) 100%);
  border: 3px solid #3b3129;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
#full-area .wh-door {
  position: absolute;
  left: 600px;
  top: 322px;
  width: 240px;
  height: 28px;
  z-index: 1;
  overflow: hidden;
  background: #111;
  border-top: 3px solid #3b3129;
  border-bottom: 3px solid #3b3129;
}
#full-area .wh-door .wh-pane {
  position: absolute;
  top: 2px;
  width: 120px;
  height: 18px;
  background: linear-gradient(135deg, rgba(220, 240, 250, 0.42) 0%, rgba(200, 225, 235, 0.28) 50%, rgba(220, 240, 250, 0.4) 100%);
  border: 3px solid #3b3129;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.45s ease-in-out;
}
#full-area .wh-door .wh-pane-l {
  left: 0;
}
#full-area .wh-door .wh-pane-r {
  right: 0;
}
#full-area .wh-door.open .wh-pane-l {
  transform: translateX(-114px);
}
#full-area .wh-door.open .wh-pane-r {
  transform: translateX(114px);
}
#full-area .wh-prop {
  position: absolute;
  image-rendering: pixelated;
  pointer-events: none;
}
#full-area .wh-prop.flip {
  transform: scaleX(-1);
}
#full-area #wh-hud {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr;
  width: 258px;
  height: 94px;
  align-items: center;
  gap: 8px;
  background: #3b3129;
  border: 3px solid #fffaf2;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}
#full-area #wh-menu {
  overflow: hidden;
}
#full-area #wh-menu .wh-menu-row {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px 58px;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  padding: 4px 0;
  border-bottom: 1px solid #e9dcc6;
  font: 800 15px/1.25 "WHNunito", "Nunito", sans-serif;
  overflow-wrap: anywhere;
}
#full-area #wh-menu .wh-menu-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  image-rendering: pixelated;
}
#full-area #wh-menu .wh-menu-row .wh-menu-name {
  flex: 1;
  min-width: 0;
}
#full-area #wh-menu .wh-menu-row .wh-menu-name small {
  display: block;
  margin-top: 3px;
  color: #62685e;
  font: 600 11px/1.2 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-menu .wh-menu-row .wh-menu-price {
  flex: none;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
#full-area #wh-menu .wh-menu-row .wh-menu-i {
  position: relative;
  flex: none;
  display: flex;
}
#full-area #wh-menu .wh-menu-row .wh-menu-i .wh-info {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 50%;
  background: #fffaf2;
  color: #3b3129;
  font: 700 18px/1 Georgia, serif;
  cursor: help;
}
#full-area #wh-menu .wh-menu-row .wh-menu-i .wh-info:hover, #full-area #wh-menu .wh-menu-row .wh-menu-i .wh-info:focus-visible {
  background: #f2c14e;
  outline: none;
}
#full-area #wh-menu .wh-menu-row .wh-menu-i .wh-menu-tip {
  display: none;
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 2;
  padding: 6px 10px;
  border: 2px solid #3b3129;
  border-radius: 5px;
  background: #3b3129;
  color: #fffaf2;
  font: 700 16px/1.3 "WHNunito", "Nunito", sans-serif;
  width: max-content;
  max-width: 220px;
  white-space: normal;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.25);
}
#full-area #wh-menu .wh-menu-row .wh-menu-i:hover .wh-menu-tip, #full-area #wh-menu .wh-menu-row .wh-menu-i:focus-within .wh-menu-tip {
  display: block;
}
#full-area #wh-menu .wh-menu-row:nth-child(-n+2) .wh-menu-tip {
  bottom: auto;
  top: 28px;
}
@media (max-width: 420px) {
  #full-area #wh-menu .wh-menu-row {
    grid-template-columns: 60px minmax(0, 1fr) 30px auto;
    gap: 6px;
  }
  #full-area #wh-menu .wh-menu-row img {
    width: 60px;
    height: 72px;
  }
}
#full-area #wh-menu.wh-menu-compact .wh-menu-header {
  padding: 4px 12px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-header span {
  display: none;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-header h2 {
  font-size: 20px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-header button {
  width: 36px;
  height: 36px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-tools {
  padding: 4px 12px;
}
#full-area #wh-menu.wh-menu-compact input, #full-area #wh-menu.wh-menu-compact select {
  height: 34px;
}
#full-area #wh-menu.wh-menu-compact h3 {
  margin: 0;
  padding: 2px 0;
  font-size: 16px;
  line-height: 18px;
}
#full-area #wh-menu.wh-menu-compact #wh-menu-items {
  padding: 0 12px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-grid {
  column-gap: 24px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-footer {
  padding: 4px 12px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-footer button {
  height: 36px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-row {
  grid-template-columns: 40px minmax(0, 1fr) 24px 58px;
  gap: 6px;
  min-height: 50px;
  padding: 4px 0;
  font-size: 14px;
}
#full-area #wh-menu.wh-menu-compact .wh-menu-row img {
  width: 40px;
  height: 40px;
}
#full-area .wh-meter {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 6px;
}
#full-area .wh-meter-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0;
  color: #fffaf2;
}
#full-area .wh-meter-label .wh-q {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 250, 242, 0.55);
  color: rgba(255, 250, 242, 0.7);
  font-size: 9px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  font-weight: 900;
}
#full-area .wh-meter-label .wh-q:hover {
  border-color: #f2c14e;
  color: #f2c14e;
}
#full-area .wh-meter-label .wh-tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  background: #fffaf2;
  color: #3b3129;
  border: 2px solid #3b3129;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 2px 0 #3b3129;
  z-index: 30;
  animation: popIn 0.15s ease-out both;
  display: none;
}
#full-area .wh-meter-label .wh-q:hover + .wh-tooltip {
  display: block;
}
#full-area .wh-icons {
  display: flex;
  gap: 2px;
  align-items: center;
  position: relative;
}
#full-area .wh-icon {
  position: relative;
  width: 22px;
  height: 22px;
}
#full-area .wh-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#full-area .wh-icon .wh-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 0;
  overflow: hidden;
  transition: width 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#full-area .wh-icon.pop-star {
  animation: starPop 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
#full-area .wh-icon.pop-heart {
  animation: heartPop 0.7s ease-out both;
}
#full-area .wh-meter-val {
  font-weight: 800;
  font-size: 14px;
  margin-left: 6px;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-meter-val.star {
  color: #f2c14e;
}
#full-area .wh-meter-val.heart {
  color: #e84a5f;
}
#full-area .wh-bump {
  position: absolute;
  right: -8px;
  top: -22px;
  font-weight: 900;
  font-size: 15px;
  animation: floatUp 1.8s ease-out both;
  pointer-events: none;
  white-space: nowrap;
}
#full-area #wh-wallet {
  position: absolute;
  left: 300px;
  top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 156px;
  height: 100px;
  z-index: 8;
}
#full-area #wh-wallet .wh-coin-badge {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: transform 0.06s ease-out;
}
#full-area #wh-wallet .wh-coin-badge img {
  width: 60px;
  height: 60px;
  image-rendering: pixelated;
}
#full-area #wh-wallet .wh-coin-badge.pop {
  transform: scale(1.28);
}
#full-area #wh-wallet .wh-wallet-capsule {
  position: relative;
  width: 114px;
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 4px 8px;
  border: 2px solid #3b3129;
  border-radius: 20px;
  background: #fffaf2;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.3);
  color: #3b3129;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  z-index: 3;
}
#full-area #wh-order-list {
  position: absolute;
  left: 24px;
  top: 132px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  width: 300px;
  max-height: calc(100% - 148px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#full-area #wh-order-notes {
  display: contents;
}
#full-area #wh-order-notes .wh-order-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 2px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 2px 0 rgba(59, 49, 41, 0.3);
  color: #3b3129;
}
#full-area #wh-order-notes .wh-order-number {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #3b3129;
  border-radius: 50%;
  background: #386255;
  color: #fffaf2;
  font: 900 17px/1 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-order-notes ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#full-area #wh-order-notes li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  font: 700 14px/1.2 "WHNunito", "Nunito", sans-serif;
  overflow-wrap: anywhere;
}
#full-area #wh-order-notes li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  image-rendering: pixelated;
}
#full-area .wh-flying-star {
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
  will-change: left, top, transform;
}
#full-area .wh-flying-star svg {
  display: block;
  filter: drop-shadow(0 2px 0 #3b3129) drop-shadow(0 0 5px rgba(242, 193, 78, 0.65));
}
#full-area .wh-flying-star strong {
  position: absolute;
  left: 40px;
  top: 4px;
  padding: 3px 6px;
  border: 2px solid #3b3129;
  border-radius: 4px;
  background: #fffaf2;
  color: #3b3129;
  font: 900 18px/1 "WHNunito", "Nunito", sans-serif;
  white-space: nowrap;
}
#full-area .wh-flying-coin {
  position: absolute;
  width: 26px;
  z-index: 60;
  image-rendering: pixelated;
  pointer-events: none;
  transition: left 0.85s cubic-bezier(0.25, 0.6, 0.3, 1), top 0.85s cubic-bezier(0.25, 0.6, 0.3, 1), opacity 0.15s;
}
#full-area #wh-dialogue {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 390px;
  min-height: 116px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  user-select: text;
}
#full-area #wh-dialogue.anchored {
  right: auto;
  width: 320px;
  min-height: 0;
}
#full-area #wh-dialogue.anchored::after {
  content: "";
  position: absolute;
  left: var(--speaker-offset);
  bottom: -9px;
  width: 14px;
  height: 14px;
  background: #fffaf2;
  border-right: 3px solid #3b3129;
  border-bottom: 3px solid #3b3129;
  transform: translateX(-50%) rotate(45deg);
}
#full-area #wh-dialogue.anchored.below::after {
  top: -9px;
  bottom: auto;
  transform: translateX(-50%) rotate(225deg);
}
#full-area #wh-dialogue.chef-reply {
  width: max-content;
  max-width: 280px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
#full-area #wh-dialogue.chef-reply .wh-dialogue-text strong, #full-area #wh-dialogue.chef-reply .wh-dialogue-actions {
  display: none;
}
#full-area #wh-dialogue.chef-reply.has-chef-hint {
  width: 480px;
  max-width: 480px;
  max-height: 698px;
  padding: 14px 18px;
  overflow-y: auto;
}
#full-area #wh-dialogue.chef-reply.has-chef-hint .wh-dialogue-actions {
  display: flex;
}
#full-area #wh-dialogue.chef-reply.has-chef-hint .wh-chef-hint {
  margin-top: 14px;
}
#full-area #wh-dialogue.customer-reply {
  width: 370px;
}
#full-area #wh-dialogue #wh-customer-reply {
  width: 100%;
  display: grid;
  gap: 10px;
}
#full-area #wh-dialogue .wh-customer-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px 38px;
  gap: 6px;
}
#full-area #wh-dialogue .wh-customer-input-row input, #full-area #wh-dialogue .wh-customer-input-row button {
  min-width: 0;
  height: 40px;
  border: 2px solid #3b3129;
  border-radius: 5px;
  font: 700 16px "WHNunito", "Nunito", sans-serif;
  color: #3b3129;
  background: white;
}
#full-area #wh-dialogue .wh-customer-input-row input {
  padding: 0 8px;
}
#full-area #wh-dialogue .wh-customer-input-row button {
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#full-area #wh-dialogue .wh-customer-input-row button svg {
  width: 20px;
  height: 20px;
}
#full-area #wh-dialogue .wh-customer-input-row button:hover, #full-area #wh-dialogue .wh-customer-input-row button:focus-visible {
  background: #f2c14e;
}
#full-area #wh-dialogue .wh-customer-input-row button.on {
  background: #e8634a;
  color: white;
}
#full-area #wh-dialogue .wh-dialogue-text {
  flex: 1;
  min-width: 0;
  width: 100%;
}
#full-area #wh-dialogue .wh-dialogue-name {
  display: flex;
  align-items: center;
}
#full-area #wh-dialogue .wh-dialogue-name .wh-i {
  flex: none;
}
#full-area #wh-dialogue .wh-dialogue-name .wh-info {
  width: 22px;
  height: 22px;
  font-size: 14px;
}
#full-area #wh-dialogue .wh-dialogue-name .wh-i-tip {
  display: none;
  left: auto;
  right: 0;
  top: 28px;
  bottom: auto;
  max-width: 240px;
}
#full-area #wh-dialogue .wh-dialogue-name .wh-i:hover .wh-i-tip, #full-area #wh-dialogue .wh-dialogue-name .wh-i:focus-within .wh-i-tip {
  display: block;
}
#full-area #wh-dialogue .wh-dialogue-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#full-area #wh-dialogue .wh-translation {
  margin-right: auto;
}
#full-area #wh-dialogue .wh-translation [role=tooltip] {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 62px;
  z-index: 1;
  padding: 10px 12px;
  border: 2px solid #3b3129;
  border-radius: 5px;
  background: #fffaf2;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.25);
  color: #3b3129;
  font: 16px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-dialogue .wh-translation:hover [role=tooltip], #full-area #wh-dialogue .wh-translation:focus-within [role=tooltip] {
  display: block;
}
#full-area #wh-dialogue .wh-translation.has-note .wh-info {
  background: #f2c14e;
  animation: whNotePulse 1.2s ease-in-out infinite;
}
#full-area #wh-dialogue .wh-info {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 50%;
  background: #fffaf2;
  color: #3b3129;
  font: 700 18px/1 Georgia, serif;
  cursor: help;
}
#full-area #wh-dialogue .wh-info:hover, #full-area #wh-dialogue .wh-info:focus-visible {
  background: #f2c14e;
  outline: 2px solid #3b3129;
  outline-offset: 2px;
}
#full-area #wh-dialogue .wh-btn {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  min-width: 52px;
  min-height: 40px;
  font: inherit;
  cursor: pointer;
}
#full-area #wh-dialogue strong, #full-area #wh-dialogue span {
  display: block;
}
#full-area #wh-dialogue strong {
  color: #6b5d50;
  font-size: 14px;
}
#full-area #wh-orders {
  position: absolute;
  left: 24px;
  top: 190px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#full-area .wh-order-card {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: popIn 0.25s ease-out both;
}
#full-area .wh-order-card .wh-face {
  flex: none;
  width: 64px;
  height: 64px;
}
#full-area .wh-order-card .wh-capsule {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 999px;
  box-shadow: 0 0 0 4px #f3ecdf, 0 0 0 8px #3b3129;
  padding: 10px 18px 10px 14px;
}
#full-area .wh-order-card .wh-order-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #c8553d;
  white-space: nowrap;
}
#full-area .wh-order-card .wh-order-items {
  display: flex;
  gap: 6px;
  align-items: center;
}
#full-area .wh-order-card .wh-order-total {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  margin-left: 6px;
}
#full-area .wh-face {
  border-radius: 50%;
  background: #d98a52;
  border: 4px solid #3b3129;
  box-shadow: 0 0 0 4px #f3ecdf, 0 0 0 8px #3b3129;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center top;
  image-rendering: pixelated;
}
#full-area .wh-item-icon {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
#full-area #wh-kafa {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 228px;
  z-index: 2;
  transform: scale(1.14);
  transform-origin: 719px 0;
}
#full-area .wh-kafa-back {
  position: absolute;
  left: 470px;
  top: -6px;
  width: 498px;
  height: 206px;
  z-index: 1;
  background: #6e4630;
  border: 3px solid #4a2c18;
  border-radius: 5px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 2px, transparent 2px);
  background-size: 26px 100%;
}
#full-area .wh-kafa-menu {
  position: absolute;
  left: 510px;
  top: 38px;
  width: 418px;
  height: 104px;
  z-index: 2;
  background: #efe5d6;
  border: 4px solid #a26a45;
  border-radius: 3px;
}
#full-area .wh-menu-col {
  position: absolute;
  top: 54px;
  width: 98px;
  height: 64px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "WHPixel", monospace;
  font-size: 6px;
  line-height: 1;
  color: #3b3129;
  text-transform: uppercase;
  -webkit-text-stroke: 0.5px #3b3129;
  font-weight: 700;
}
#full-area .wh-menu-col span {
  display: flex;
  justify-content: space-between;
}
#full-area .wh-menu-col span.head {
  color: #c8553d;
}
#full-area .wh-kafa-window {
  position: absolute;
  left: 620px;
  top: 50px;
  width: 198px;
  height: 80px;
  overflow: hidden;
  z-index: 3;
  background: linear-gradient(#7c8089, #666a72 70%, #585c63);
}
#full-area .wh-kafa-window .wh-window-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 80px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 16px 16px;
}
#full-area .wh-kafa-window .wh-window-back {
  position: absolute;
  left: 0;
  top: 52px;
  width: 198px;
  height: 28px;
  background: #4f535a;
}
#full-area .wh-kafa-window .wh-stove {
  position: absolute;
  left: 2px;
  top: 14px;
  height: 60px;
}
#full-area .wh-kafa-window .wh-espresso-shelf {
  position: absolute;
  left: 128px;
  top: 46px;
  width: 66px;
  height: 30px;
  background: #8a5a3b;
  border-top: 4px solid #a8744f;
  border-radius: 2px;
}
#full-area .wh-kafa-window .wh-espresso {
  position: absolute;
  left: 140px;
  top: 6px;
  height: 42px;
}
#full-area .wh-kafa-window #wh-chef {
  left: 43px;
  top: 2px;
  transition: transform 1.2s linear, opacity 0.2s;
}
#full-area .wh-kafa-window .wh-shutter {
  position: absolute;
  left: 0;
  top: 0;
  width: 198px;
  height: 80px;
  z-index: 5;
  background: url("/media/games/waiter-hater/images/fx/shutter-tile.png") 0 0/198px 80px no-repeat;
  image-rendering: pixelated;
  transform: translateY(-84px);
  transition: transform 1.4s cubic-bezier(0.6, 0, 0.9, 0.4);
}
#full-area .wh-kafa-window .wh-shutter.down {
  transform: translateY(0);
}
#full-area .wh-kafa-window .wh-shutter img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 40px;
  image-rendering: pixelated;
  transform: translate(-50%, -50%) rotate(-4deg);
  animation: popIn 0.3s ease-out both;
}
#full-area .wh-kafa-pass-front {
  position: absolute;
  left: 516px;
  top: 132px;
  width: 406px;
  height: 64px;
  z-index: 4;
  background: #8a5a3b;
  border: 3px solid #5c3a22;
  border-radius: 3px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 2px, transparent 2px);
  background-size: 26px 100%;
}
#full-area .wh-kafa-pass-top {
  position: absolute;
  left: 508px;
  top: 126px;
  width: 422px;
  height: 14px;
  z-index: 5;
  background: #c58a5e;
  border: 3px solid #5c3a22;
  border-radius: 3px;
}
#full-area .wh-kafa-sign {
  position: absolute;
  left: 630px;
  top: 0;
  width: 180px;
  z-index: 4;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.35));
}
#full-area .wh-kafa-click {
  position: absolute;
  left: 470px;
  top: -6px;
  width: 498px;
  height: 206px;
  z-index: 6;
  cursor: pointer;
  border-radius: 5px;
  border: 3px solid transparent;
  transition: border-color 0.15s, box-shadow 0.15s;
}
#full-area .wh-kafa-click:hover {
  border-color: #f2c14e;
  box-shadow: 0 0 0 6px rgba(242, 193, 78, 0.3);
}
#full-area #wh-cooking {
  position: absolute;
  left: 690px;
  top: 22px;
  z-index: 7;
  display: flex;
  gap: 4px;
  align-items: center;
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 999px;
  padding: 5px 8px;
  box-shadow: 0 3px 0 #3b3129;
  pointer-events: none;
}
#full-area #wh-cooking i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b3129;
  animation: blink 1s steps(2) infinite;
}
#full-area #wh-cooking i:nth-child(2) {
  animation-delay: 0.33s;
}
#full-area #wh-cooking i:nth-child(3) {
  animation-delay: 0.66s;
}
#full-area #wh-tray {
  position: absolute;
  left: 478px;
  top: 26px;
  display: flex;
  gap: 8px;
  width: 188px;
  height: 110px;
  padding: 24px 6px 0;
  z-index: 7;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-color: #f2c14e #3b3129;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
#full-area .wh-ready-order {
  position: relative;
  flex: 0 0 82px;
  height: 74px;
  padding: 0;
  border: 3px solid #f2c14e;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 0 0 2px #3b3129, 0 4px 0 #3b3129;
  font-family: "WHNunito", "Nunito", sans-serif;
  color: #3b3129;
  cursor: pointer;
  scroll-snap-align: start;
}
#full-area .wh-ready-order[aria-disabled=true] {
  cursor: not-allowed;
  filter: grayscale(0.65);
}
#full-area .wh-ready-order[aria-disabled=true] .wh-tray-items, #full-area .wh-ready-order[aria-disabled=true] .wh-tray-tag {
  opacity: 0.65;
}
#full-area .wh-ready-order:not([aria-disabled=true]):hover, #full-area .wh-ready-order:not([aria-disabled=true]):focus-visible {
  filter: brightness(1.08);
  outline: 3px solid #fffaf2;
  outline-offset: 3px;
}
#full-area .wh-ready-order .wh-tray-countdown {
  position: absolute;
  left: 2px;
  bottom: calc(100% + 5px);
  min-width: 36px;
  height: 18px;
  padding: 0 4px;
  border: 1px solid #3b3129;
  border-radius: 3px;
  background: #fffaf2;
  color: #3b3129;
  font: 700 11px/16px "WHNunito", "Nunito", sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
}
#full-area .wh-ready-order .wh-tray-tag {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 30px;
  height: 20px;
  border: 2px solid #3b3129;
  border-radius: 3px;
  background: #f2c14e;
  pointer-events: none;
}
#full-area .wh-ready-order .wh-tray-tag span {
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
}
#full-area .wh-ready-order .wh-tray-items {
  position: absolute;
  inset: 2px 2px 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(28px, 1fr);
  gap: 2px;
  overflow-y: auto;
  scrollbar-width: thin;
}
#full-area .wh-tray-item {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
#full-area .wh-tray-item:only-child {
  grid-column: 1/-1;
}
#full-area #wh-waiter-bubbles {
  position: absolute;
  width: 112px;
  height: 112px;
  z-index: 9;
  pointer-events: none;
}
#full-area #wh-waiter-bubbles .wh-heading {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: popIn 0.25s ease-out both;
  pointer-events: none;
}
#full-area #wh-waiter-bubbles .wh-heading div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
  box-shadow: 0 3px 0 #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}
#full-area #wh-waiter-bubbles .wh-heading i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fffaf2;
  border: 2px solid #3b3129;
  margin-top: 3px;
}
#full-area #wh-waiter-bubbles .wh-say {
  left: 0;
  right: 0;
  top: -56px;
  z-index: 4;
}
#full-area #wh-waiter-bubbles .wh-say span {
  color: #3b3129;
  font-size: 12px;
  padding: 4px 10px;
}
#full-area #wh-waiter {
  z-index: 5;
}
#full-area #wh-waiter .wh-carry {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: trayBob 0.5s steps(2) infinite;
}
#full-area #wh-waiter .wh-carry div {
  flex: none;
  width: 22px;
  height: 22px;
  margin: 0 -3px;
  background-size: 22px 22px;
  background-position: center bottom;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

#full-area .wh-glow {
  position: absolute;
  width: 220px;
  height: 140px;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(var(--c, rgba(120, 200, 110, 0.85)), transparent 70%);
  transition: background 0.4s;
  animation: blink 1.6s ease-in-out infinite alternate;
  pointer-events: none;
}
#full-area .wh-glow.fast {
  animation-duration: 1s;
}
#full-area .wh-icon-bubble {
  position: absolute;
  width: 52px;
  height: 52px;
  z-index: 8;
  border-radius: 50%;
  background: #fffaf2;
  border: 4px solid #3b3129;
  box-shadow: 0 4px 0 #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: bob 1.2s ease-in-out infinite alternate;
  font-family: "WHPixel", monospace;
  font-size: 24px;
  line-height: 1;
}
#full-area .wh-icon-bubble img {
  width: 32px;
  image-rendering: pixelated;
  pointer-events: none;
}
#full-area .wh-icon-bubble img.bill {
  width: auto;
  height: 30px;
}
#full-area .wh-icon-bubble:hover {
  background: #f2c14e;
}
#full-area .wh-icon-bubble.alert {
  color: #c8553d;
}
#full-area .wh-served-item {
  position: absolute;
  z-index: 7;
  object-fit: contain;
  image-rendering: pixelated;
  pointer-events: none;
}
#full-area .wh-wait-timer {
  position: absolute;
  z-index: 8;
  min-width: 66px;
  padding: 3px 6px;
  border: 2px solid currentColor;
  border-radius: 5px;
  background: #fffaf2;
  color: #287437;
  font: 700 16px/1.2 "WHNunito", "Nunito", sans-serif;
  font-variant-numeric: tabular-nums;
  text-align: center;
  pointer-events: none;
}
#full-area .wh-wait-timer.warning {
  color: #a34b00;
}
#full-area .wh-wait-timer.overdue {
  color: #b52d26;
}
#full-area .wh-icon-bubble.pending {
  cursor: default;
}
#full-area .wh-waiting-dots {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #3b3129;
  pointer-events: none;
}
#full-area .wh-waiting-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
#full-area .wh-thought {
  position: absolute;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  animation: bob 1.2s ease-in-out infinite alternate;
}
#full-area .wh-thought .wh-head {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fffaf2;
  border: 4px solid #3b3129;
  box-shadow: 0 4px 0 #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "WHPixel", monospace;
  font-size: 24px;
  line-height: 1;
}
#full-area .wh-thought:hover .wh-head {
  background: #f2c14e;
}
#full-area .wh-thought.alert .wh-head {
  color: #c8553d;
}
#full-area .wh-thought.still {
  animation: popIn 0.2s ease-out both;
  cursor: default;
}
#full-area .wh-thought i {
  display: block;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
}
#full-area .wh-thought i.t1 {
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
}
#full-area .wh-thought i.t2 {
  width: 7px;
  height: 7px;
  margin: 2px 0 0 -2px;
}
#full-area .wh-speech {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: popIn 0.25s ease-out both;
}
#full-area .wh-speech .wh-body {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 22px;
  padding: 8px 10px;
  box-shadow: 0 0 0 3px #fffaf2, 0 0 0 6px #3b3129;
  white-space: nowrap;
  font-weight: 800;
  font-size: 15px;
}
#full-area .wh-speech .wh-body.red {
  color: #c8553d;
}
#full-area .wh-speech .wh-bubble-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f3ecdf center/28px 28px no-repeat;
  border: 2px solid #3b3129;
  image-rendering: pixelated;
  flex: none;
}
#full-area .wh-speech i {
  display: block;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
}
#full-area .wh-speech i.t1 {
  width: 14px;
  height: 14px;
  margin: 6px 0 0 -6px;
}
#full-area .wh-speech i.t2 {
  width: 8px;
  height: 8px;
  margin: 2px 0 0 -18px;
}
#full-area .wh-speech.flip {
  align-items: flex-end;
}
#full-area .wh-speech.flip i.t1 {
  margin: 6px -6px 0 0;
}
#full-area .wh-speech.flip i.t2 {
  margin: 2px -18px 0 0;
}
#full-area .wh-listen {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: none;
}
#full-area .wh-listen:hover, #full-area .wh-listen.playing {
  background: #f2c14e;
}
#full-area .wh-guest-chip {
  display: flex;
  align-items: center;
  gap: 6px;
}
#full-area .wh-guest-chip .wh-face {
  width: 36px;
  height: 36px;
  border: 3px solid #3b3129;
  box-shadow: none;
}
#full-area .wh-tag {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  animation: popIn 0.2s ease-out both;
  pointer-events: none;
}
#full-area .wh-tag span {
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
  font-size: 13px;
  color: #c8553d;
  white-space: nowrap;
  box-shadow: 0 3px 0 #3b3129;
}
#full-area .wh-tag i {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #3b3129;
}
#full-area #wh-chat {
  position: absolute;
  right: 24px;
  top: 96px;
  width: 480px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 18px 20px;
  max-height: 698px;
  overflow-y: auto;
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 6px;
  box-shadow: 0 5px 0 rgba(59, 49, 41, 0.3);
  overflow-wrap: anywhere;
}
#full-area .wh-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9dcc6;
  font-size: 18px;
}
#full-area .wh-chat-close {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 4px;
  background: #f3ecdf;
  color: #3b3129;
  font: 28px/1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area .wh-chat-close:hover, #full-area .wh-chat-close:focus-visible {
  background: #f2c14e;
  outline: 2px solid #3b3129;
  outline-offset: 2px;
}
#full-area .wh-language-total {
  margin-left: auto;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-chef-hint {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 0 2px;
  border-top: 2px solid #e9dcc6;
  font: 600 17px/1.4 "WHNunito", "Nunito", sans-serif;
  overflow-wrap: anywhere;
  user-select: text;
}
#full-area .wh-chef-hint .wh-hint-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}
#full-area .wh-chef-hint .wh-hint-close {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #3b3129;
  border-radius: 4px;
  background: transparent;
  color: #3b3129;
  font: 24px/1 "WHNunito", "Nunito", sans-serif;
  cursor: pointer;
}
#full-area .wh-chef-hint .wh-hint-close:hover, #full-area .wh-chef-hint .wh-hint-close:focus-visible {
  background: #f2c14e;
  outline: 2px solid #3b3129;
  outline-offset: 2px;
}
#full-area .wh-chef-hint .wh-hint-sentence {
  font-weight: 700;
}
#full-area .wh-chef-hint .wh-hint-feedback {
  font-size: 14px;
  font-weight: 400;
}
#full-area .wh-chat-phrase {
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
}
#full-area .wh-i {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
}
#full-area .wh-i .wh-info {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid #3b3129;
  border-radius: 50%;
  background: #fffaf2;
  color: #3b3129;
  font: 700 14px/1 Georgia, serif;
  cursor: help;
}
#full-area .wh-i .wh-info:hover, #full-area .wh-i .wh-info:focus-visible {
  background: #f2c14e;
  outline: none;
}
#full-area .wh-i .wh-i-tip {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 5;
  max-width: 320px;
  padding: 8px 12px;
  border: 2px solid #3b3129;
  border-radius: 5px;
  background: #3b3129;
  color: #fffaf2;
  font: 600 13px/1.35 "WHNunito", "Nunito", sans-serif;
  white-space: normal;
  width: max-content;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.25);
}
#full-area .wh-i:hover .wh-i-tip, #full-area .wh-i:focus-within .wh-i-tip {
  display: block;
}
#full-area .wh-phrase-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-phrase-review strong {
  flex: 1;
}
#full-area .wh-phrase-review .wh-i {
  margin-left: 0;
}
#full-area .wh-phrase-review .wh-i .wh-i-tip {
  left: auto;
  right: 34px;
  bottom: 0;
}
#full-area .wh-chat-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  animation: popIn 0.35s ease-out both;
}
#full-area .wh-chat-row.greet {
  gap: 12px;
  padding: 8px 0 0 8px;
}
#full-area .wh-chat-row.mine {
  flex-direction: row-reverse;
}
#full-area .wh-chat-row .wh-avatar {
  flex: none;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #7c8089;
  border: 4px solid #3b3129;
  box-shadow: 0 0 0 4px #f3ecdf, 0 0 0 8px #3b3129;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#full-area .wh-chat-row .wh-avatar .wh-sprite {
  left: -20px;
  top: -6px;
}
#full-area .wh-chat-row.mine .wh-avatar {
  background: #9db47a;
}
#full-area .wh-chat-row .wh-msg {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 999px;
  box-shadow: 0 0 0 4px #f3ecdf, 0 0 0 8px #3b3129;
  padding: 16px 24px 16px 50px;
  margin-top: 6px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
#full-area .wh-chat-row.greet .wh-msg {
  padding: 16px 24px 16px 22px;
  margin-left: 0;
}
#full-area .wh-chat-row.mine .wh-msg {
  background: #d98a52;
  padding: 16px 50px 16px 24px;
  margin-left: 0;
  margin-right: -30px;
}
#full-area .wh-chat-row.reply {
  animation-delay: 0.2s;
}
#full-area .wh-typing {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 17px;
}
#full-area .wh-typing i {
  width: 8px;
  height: 8px;
  background: #3b3129;
  animation: blink 1s steps(2) infinite;
}
#full-area .wh-typing i:nth-child(2) {
  animation-delay: 0.33s;
}
#full-area .wh-typing i:nth-child(3) {
  animation-delay: 0.66s;
}
#full-area .wh-item-cards {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#full-area .wh-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 3px solid #3b3129;
  background: #f3ecdf;
  padding: 6px 6px 4px;
  min-width: 60px;
}
#full-area .wh-item-card div {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  image-rendering: pixelated;
}
#full-area .wh-item-card b {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
#full-area .wh-item-card span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #6b5d50;
}
#full-area .wh-input-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-left: 0;
  margin-top: 4px;
}
#full-area .wh-input-row.bill {
  margin-left: 0;
  width: 300px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas: "mic input" "pay pay";
}
#full-area .wh-input-row.bill .wh-mic {
  grid-area: mic;
}
#full-area .wh-input-row.bill .wh-text {
  grid-area: input;
}
#full-area .wh-input-row.bill .wh-btn {
  grid-area: pay;
  width: 100%;
  margin-top: 6px;
}
#full-area .wh-mic {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fffaf2;
  border: 4px solid #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 0 #3b3129;
  padding: 0;
}
#full-area .wh-mic[aria-busy=true] {
  background: #f2c14e;
}
#full-area .wh-mic:focus-visible {
  outline: 3px solid #f2c14e;
  outline-offset: 3px;
}
#full-area .wh-mic.on {
  background: #c8553d;
  animation: whMicPulse 1.1s ease-in-out infinite;
}
#full-area .wh-mic-error {
  margin-top: 8px;
  font: 600 14px/1.3 "WHNunito", "Nunito", sans-serif;
  color: #943623;
}
#full-area .wh-send {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  white-space: nowrap;
}
#full-area .wh-send svg {
  flex: none;
}
#full-area .wh-text {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: 4px solid #3b3129;
  border-radius: 999px;
  padding: 0 16px;
  font-family: "WHNunito", "Nunito", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #3b3129;
  background: #fffaf2;
  outline: none;
  box-shadow: 0 4px 0 #3b3129;
  transition: border-color 0.2s;
}
#full-area .wh-text.err {
  border-color: #c8553d;
}
#full-area .wh-btn {
  flex: none;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #d98a52;
  border: 4px solid #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  color: #3b3129;
  box-shadow: 0 4px 0 #3b3129;
}
#full-area .wh-btn:hover {
  background: #3b3129;
  color: #fffaf2;
}
#full-area .wh-chips {
  display: flex;
  gap: 8px;
  margin-left: 96px;
  flex-wrap: wrap;
}
#full-area .wh-chips span {
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 999px;
  padding: 5px 12px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 3px 0 #3b3129;
}
#full-area .wh-chips span.active {
  background: #f2c14e;
}
#full-area #wh-tip {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
#full-area #wh-tip .wh-tip-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 340px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 5px 0 #3b3129;
  animation: popIn 0.2s ease-out both;
}
#full-area #wh-tip .wh-tip-card .wh-tip-label {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #c8553d;
}
#full-area #wh-tip .wh-tip-card .wh-tip-main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#full-area #wh-tip .wh-tip-card .wh-tip-item {
  width: 30px;
  height: 30px;
  background: center/30px 30px no-repeat;
  image-rendering: pixelated;
}
#full-area #wh-tip .wh-tip-card .wh-tip-text {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
}
#full-area #wh-tip .wh-tip-card .wh-tip-note {
  font-weight: 600;
  font-size: 12px;
  color: #6b5d50;
  line-height: 1.35;
}
#full-area #wh-tip .wh-tip-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fffaf2;
  border: 4px solid #3b3129;
  box-shadow: 0 4px 0 #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "WHPixel", monospace;
  font-size: 18px;
  line-height: 1;
}
#full-area #wh-tip .wh-tip-btn:hover, #full-area #wh-tip .wh-tip-btn.open {
  background: #f2c14e;
}
#full-area #wh-score {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 320px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 6px 0 #3b3129;
  animation: popIn 0.3s ease-out both;
}
#full-area #wh-score .wh-score-title {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #c8553d;
}
#full-area #wh-score .wh-score-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#full-area #wh-score .wh-score-head {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 13px;
}
#full-area #wh-score .wh-bar {
  height: 16px;
  border-radius: 999px;
  background: #e9dcc6;
  border: 3px solid #3b3129;
  overflow: hidden;
}
#full-area #wh-score .wh-bar div {
  height: 100%;
  width: 0;
  transition: width 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#full-area #wh-score .wh-bar div.timing {
  background: #78c86e;
}
#full-area #wh-score .wh-bar div.acc {
  background: #d98a52;
  transition-delay: 0.15s;
}
#full-area #wh-score .wh-score-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  padding-top: 4px;
  border-top: 3px solid #e9dcc6;
}
#full-area #wh-score .wh-score-foot span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c9a227;
}
#full-area #wh-bill {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #1c1a18;
}
#full-area #wh-bill .wh-receipt {
  position: relative;
  width: 300px;
  height: 354px;
  background: url("/media/games/waiter-hater/images/props/bill-template-low-divider.png") center/100% 100% no-repeat;
  filter: drop-shadow(0 8px 0 rgba(59, 49, 41, 0.35));
  animation: popIn 0.3s ease-out both;
}
#full-area #wh-bill .wh-receipt-lines {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 32%;
  bottom: 16%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  overflow-y: auto;
  overscroll-behavior: contain;
}
#full-area #wh-bill .wh-receipt-lines .wh-receipt-table {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #6b5d50;
  margin-bottom: 2px;
}
#full-area #wh-bill .wh-receipt-lines .wh-receipt-line {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#full-area #wh-bill .wh-receipt-lines .wh-receipt-line span:first-child {
  text-transform: uppercase;
  min-width: 0;
  overflow-wrap: anywhere;
}
#full-area #wh-bill .wh-receipt-lines .wh-receipt-line span:last-child {
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
#full-area #wh-bill .wh-receipt-lines .wh-receipt-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 5px;
  border-top: 2px dashed #3b3129;
  font-size: 15px;
  flex-shrink: 0;
}
#full-area #wh-bill .wh-bill-err {
  font-weight: 800;
  font-size: 13px;
  color: #c8553d;
  background: #fffaf2;
  border: 3px solid #3b3129;
  border-radius: 999px;
  padding: 5px 12px;
  animation: popIn 0.2s ease-out both;
}
#full-area #wh-bill .wh-bill-suggestion {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 3px solid #3b3129;
  border-radius: 6px;
  background: #f2c14e;
  box-shadow: 0 4px 0 rgba(59, 49, 41, 0.3);
  font: 800 13px/1.2 "WHNunito", "Nunito", sans-serif;
  animation: popIn 0.25s ease-out both;
}
#full-area #wh-bill .wh-bill-suggestion span {
  padding: 3px 7px;
  border-radius: 4px;
  background: #fffaf2;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-close-x {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
  box-shadow: 0 3px 0 #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}
#full-area .wh-close-x:hover {
  background: #c8553d;
  color: #fffaf2;
}
#full-area .wh-pribor-glow {
  position: absolute;
  left: 846px;
  top: 352px;
  width: 212px;
  height: 68px;
  z-index: 4;
  border-radius: 12px;
  background: radial-gradient(rgba(242, 193, 78, 0.9), rgba(242, 193, 78, 0) 70%);
  animation: blink 1.4s ease-in-out infinite alternate;
  pointer-events: none;
}
#full-area .wh-pribor-front {
  position: absolute;
  left: 846px;
  top: 356px;
  width: 212px;
  height: 62px;
  z-index: 5;
  cursor: pointer;
  background: #3b3129;
  border: 3px solid #5c3a22;
  border-radius: 4px;
  box-shadow: 0 4px 0 #5c3a22;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  transition: transform 0.12s ease-out;
  font-family: "WHPixel", monospace;
  font-size: 14px;
  line-height: 1;
  color: #f2c14e;
  letter-spacing: 0.06em;
}
#full-area .wh-pribor-front:hover {
  transform: translateY(-2px);
}
#full-area .wh-pribor-top {
  position: absolute;
  left: 846px;
  top: 356px;
  width: 212px;
  height: 26px;
  z-index: 5;
  background: #c58a5e;
  border: 3px solid #5c3a22;
  border-radius: 4px 4px 0 0;
  pointer-events: none;
}
#full-area .wh-pribor-items {
  position: absolute;
  left: 846px;
  top: 340px;
  width: 212px;
  height: 40px;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
  padding-bottom: 3px;
  pointer-events: none;
}
#full-area .wh-pribor-items img {
  width: 18px;
  height: 18px;
  image-rendering: pixelated;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.3));
}
#full-area #wh-station {
  left: auto;
  right: 220px;
  top: 380px;
}
#full-area #wh-station .wh-grid3 {
  grid-template-columns: repeat(5, 106px);
}
#full-area .wh-popup {
  position: absolute;
  left: 846px;
  top: 426px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fffaf2;
  border: 4px solid #3b3129;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "WHNunito", "Nunito", sans-serif;
  box-shadow: 0 5px 0 #3b3129;
  animation: popIn 0.2s ease-out both;
}
#full-area .wh-popup .wh-popup-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}
#full-area .wh-popup .wh-popup-head .wh-x {
  margin-left: auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fffaf2;
  border: 3px solid #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
#full-area .wh-popup .wh-popup-head .wh-x:hover {
  background: #c8553d;
  color: #fffaf2;
}
#full-area .wh-popup .wh-popup-head .wh-pick-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #f3ecdf center/22px 22px no-repeat;
  border: 2px solid #3b3129;
  image-rendering: pixelated;
}
#full-area .wh-popup .wh-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 106px);
  gap: 8px;
}
#full-area .wh-popup .wh-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 78px);
  gap: 8px;
}
#full-area .wh-popup .wh-tile {
  height: 82px;
  border-radius: 6px;
  background: #f3ecdf;
  border: 3px solid #3b3129;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
#full-area .wh-popup .wh-tile:hover {
  background: #f2c14e;
}
#full-area .wh-popup .wh-tile img {
  width: 38px;
  height: 38px;
  image-rendering: pixelated;
  pointer-events: none;
}
#full-area .wh-popup .wh-tile span {
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}
#full-area .wh-popup .wh-tile.table {
  height: 72px;
  gap: 3px;
}
#full-area .wh-popup .wh-tile.table span {
  font-family: "WHNunito", "Nunito", sans-serif;
  font-size: 28px;
}
#full-area .wh-popup .wh-tile.table .wh-faces {
  display: flex;
}
#full-area .wh-popup .wh-tile.table .wh-face {
  width: 28px;
  height: 28px;
  border: 2px solid #3b3129;
  box-shadow: none;
  margin-right: -8px;
}
#full-area .wh-popup .wh-tile.table .wh-empty {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px dashed #b7a99a;
}
#full-area #wh-clock {
  position: relative;
  flex: none;
  width: 80px;
  z-index: 18;
  height: 80px;
  font-family: "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-clock img {
  position: absolute;
  width: 88px;
  height: 88px;
  left: -4px;
  top: -14px;
}
#full-area #wh-clock time {
  position: absolute;
  left: 0;
  top: 44px;
  width: 80px;
  padding: 2px 6px;
  border: 2px solid #3b3129;
  border-radius: 18px;
  background: #fffaf2;
  color: #3b3129;
  box-shadow: 0 3px 0 rgba(59, 49, 41, 0.3);
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
#full-area #wh-clock .wh-day-period {
  display: none;
}
#full-area #wh-hud, #full-area #wh-wallet, #full-area #wh-menu-button, #full-area #wh-rules-button {
  z-index: 20;
}
#full-area #wh-day-transition {
  position: absolute;
  left: 50%;
  top: 240px;
  width: 280px;
  height: 74px;
  z-index: 76;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  border: 2px solid #3b3129;
  border-radius: 6px;
  background: #fffaf2;
  box-shadow: 0 4px 0 rgba(59, 49, 41, 0.25);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s 0.35s;
}
#full-area #wh-day-transition.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
#full-area #wh-day-transition img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
#full-area #wh-day-transition div {
  min-width: 0;
}
#full-area #wh-day-transition strong {
  display: block;
  font: 900 24px/1.15 "WHNunito", "Nunito", sans-serif;
  overflow-wrap: anywhere;
}
#full-area #wh-day-transition span {
  display: block;
  font: 700 14px/1.4 "WHNunito", "Nunito", sans-serif;
}
#full-area #wh-day-transition time {
  margin-left: 6px;
  font-variant-numeric: tabular-nums;
}
@media (prefers-reduced-motion: reduce) {
  #full-area #wh-day-transition {
    transition: none;
  }
}
#full-area #wh-rain-dim {
  position: absolute;
  inset: 0 -62px -70px -62px;
  z-index: 1;
  pointer-events: none;
  background: rgba(40, 50, 70, 0.16);
}
#full-area #wh-rain-dim.hidden {
  display: none !important;
}
#full-area #wh-canopy-wrap {
  position: absolute;
  left: 90px;
  top: 322px;
  width: 1260px;
  height: 470px;
  z-index: 12;
  pointer-events: none;
  overflow: hidden;
}
#full-area #wh-canopy {
  position: absolute;
  left: 0;
  top: 0;
  width: 1260px;
  height: 470px;
  background: linear-gradient(180deg, rgba(70, 95, 120, 0.52) 0%, rgba(55, 80, 105, 0.42) 40%, rgba(60, 88, 115, 0.38) 100%);
  border: 4px solid #3b3129;
  border-bottom: none;
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.55);
  visibility: hidden;
  transform: translateY(470px);
  transition: transform 1.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#full-area #wh-canopy.up {
  visibility: visible;
  transform: translateY(0);
}
#full-area #wh-canopy .wh-ribs {
  position: absolute;
  left: 0;
  top: 0;
  width: 1252px;
  height: 466px;
  background-image: linear-gradient(90deg, rgba(59, 49, 41, 0.55) 4px, transparent 4px);
  background-size: 250.4px 100%;
}
#full-area #wh-canopy .wh-sheen {
  position: absolute;
  left: 0;
  top: 0;
  width: 1252px;
  height: 466px;
  background-image: linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.14) 46% 52%, transparent 52%);
}
#full-area #wh-canopy .wh-splashes {
  position: absolute;
  left: 0;
  top: -8px;
  width: 1252px;
  height: 14px;
  display: flex;
  justify-content: space-around;
}
#full-area #wh-canopy .wh-splashes i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(230, 245, 255, 0.95);
  animation: splash 0.7s ease-out infinite;
}
#full-area .wh-rain {
  position: absolute;
  z-index: 13;
  pointer-events: none;
  overflow: hidden;
}
#full-area .wh-rain.hidden {
  display: none !important;
}
#full-area .wh-rain div {
  position: absolute;
  left: -30%;
  top: -30%;
  width: 160%;
  height: 160%;
  transform: rotate(12deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='97' height='140'%3E%3Cg stroke='%23dcebf8' stroke-width='1.6' stroke-linecap='round'%3E%3Cline x1='0' y1='128.9' x2='0' y2='151.9' stroke-opacity='0.55'/%3E%3Cline x1='0' y1='-11.1' x2='0' y2='11.9' stroke-opacity='0.55'/%3E%3Cline x1='70.7' y1='74.6' x2='70.7' y2='97.6' stroke-opacity='0.72'/%3E%3Cline x1='70.7' y1='-65.4' x2='70.7' y2='-42.4' stroke-opacity='0.72'/%3E%3Cline x1='73.2' y1='76.0' x2='73.2' y2='105.0' stroke-opacity='0.68'/%3E%3Cline x1='73.2' y1='-64.0' x2='73.2' y2='-35.0' stroke-opacity='0.68'/%3E%3Cline x1='79.2' y1='33.9' x2='79.2' y2='57.9' stroke-opacity='0.71'/%3E%3Cline x1='79.2' y1='-106.1' x2='79.2' y2='-82.1' stroke-opacity='0.71'/%3E%3Cline x1='67.7' y1='7.5' x2='67.7' y2='36.5' stroke-opacity='0.63'/%3E%3Cline x1='67.7' y1='-132.5' x2='67.7' y2='-103.5' stroke-opacity='0.63'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='190'%3E%3Cg stroke='%23dcebf8' stroke-width='1.2' stroke-linecap='round'%3E%3Cline x1='120.8' y1='153.4' x2='120.8' y2='167.4' stroke-opacity='0.48'/%3E%3Cline x1='120.8' y1='-36.6' x2='120.8' y2='-22.6' stroke-opacity='0.48'/%3E%3Cline x1='120.9' y1='130.8' x2='120.9' y2='150.8' stroke-opacity='0.50'/%3E%3Cline x1='120.9' y1='-59.2' x2='120.9' y2='-39.2' stroke-opacity='0.50'/%3E%3Cline x1='119.5' y1='172.6' x2='119.5' y2='189.6' stroke-opacity='0.44'/%3E%3Cline x1='119.5' y1='-17.4' x2='119.5' y2='-0.4' stroke-opacity='0.44'/%3E%3Cline x1='109.7' y1='63.1' x2='109.7' y2='77.1' stroke-opacity='0.43'/%3E%3Cline x1='109.7' y1='-126.9' x2='109.7' y2='-112.9' stroke-opacity='0.43'/%3E%3Cline x1='56.1' y1='56.0' x2='56.1' y2='79.0' stroke-opacity='0.49'/%3E%3Cline x1='56.1' y1='-134.0' x2='56.1' y2='-111.0' stroke-opacity='0.49'/%3E%3Cline x1='95.5' y1='166.8' x2='95.5' y2='179.8' stroke-opacity='0.43'/%3E%3Cline x1='95.5' y1='-23.2' x2='95.5' y2='-10.2' stroke-opacity='0.43'/%3E%3Cline x1='73.4' y1='96.7' x2='73.4' y2='113.7' stroke-opacity='0.41'/%3E%3Cline x1='73.4' y1='-93.3' x2='73.4' y2='-76.3' stroke-opacity='0.41'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173' height='230'%3E%3Cg stroke='%23dcebf8' stroke-width='1' stroke-linecap='round'%3E%3Cline x1='157.3' y1='12.6' x2='157.3' y2='23.6' stroke-opacity='0.33'/%3E%3Cline x1='157.3' y1='-217.4' x2='157.3' y2='-206.4' stroke-opacity='0.33'/%3E%3Cline x1='114.9' y1='212.6' x2='114.9' y2='224.6' stroke-opacity='0.30'/%3E%3Cline x1='114.9' y1='-17.4' x2='114.9' y2='-5.4' stroke-opacity='0.30'/%3E%3Cline x1='70.2' y1='65.2' x2='70.2' y2='76.2' stroke-opacity='0.35'/%3E%3Cline x1='70.2' y1='-164.8' x2='70.2' y2='-153.8' stroke-opacity='0.35'/%3E%3Cline x1='57.5' y1='122.3' x2='57.5' y2='135.3' stroke-opacity='0.31'/%3E%3Cline x1='57.5' y1='-107.7' x2='57.5' y2='-94.7' stroke-opacity='0.31'/%3E%3Cline x1='156.8' y1='105.3' x2='156.8' y2='120.3' stroke-opacity='0.38'/%3E%3Cline x1='156.8' y1='-124.7' x2='156.8' y2='-109.7' stroke-opacity='0.38'/%3E%3Cline x1='109.7' y1='118.7' x2='109.7' y2='130.7' stroke-opacity='0.39'/%3E%3Cline x1='109.7' y1='-111.3' x2='109.7' y2='-99.3' stroke-opacity='0.39'/%3E%3Cline x1='162.5' y1='91.2' x2='162.5' y2='104.2' stroke-opacity='0.32'/%3E%3Cline x1='162.5' y1='-138.8' x2='162.5' y2='-125.8' stroke-opacity='0.32'/%3E%3Cline x1='101.5' y1='80.6' x2='101.5' y2='91.6' stroke-opacity='0.34'/%3E%3Cline x1='101.5' y1='-149.4' x2='101.5' y2='-138.4' stroke-opacity='0.34'/%3E%3Cline x1='137.5' y1='201.8' x2='137.5' y2='210.8' stroke-opacity='0.42'/%3E%3Cline x1='137.5' y1='-28.2' x2='137.5' y2='-19.2' stroke-opacity='0.42'/%3E%3Cline x1='13.4' y1='93.6' x2='13.4' y2='103.6' stroke-opacity='0.28'/%3E%3Cline x1='13.4' y1='-136.4' x2='13.4' y2='-126.4' stroke-opacity='0.28'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 97px 140px, 131px 190px, 173px 230px;
  animation: rainFall 0.7s linear infinite;
}
#full-area .wh-rain .wh-ground-splashes {
  position: absolute;
  inset: 0;
}
#full-area .wh-rain .wh-ground-splashes i {
  position: absolute;
  width: 16px;
  height: 6px;
  margin: -3px 0 0 -8px;
  border: 2px solid rgba(225, 240, 252, 0.85);
  border-radius: 50%;
  opacity: 0;
  animation: groundSplash 1.2s ease-out infinite;
}
#full-area .wh-rain.out {
  left: -62px;
  top: 0;
  width: 1564px;
  height: 880px;
  clip-path: polygon(evenodd, 0 0, 100% 0, 100% 100%, 0 100%, 0 0, 152px 322px, 152px 792px, 1412px 792px, 1412px 322px, 152px 322px, 0 0);
  opacity: 0.85;
}
#full-area .wh-tumbleweed {
  position: absolute;
  top: 250px;
  width: 56px;
  height: 56px;
  z-index: 3;
  background: url("/media/games/waiter-hater/images/fx/tumbleweed.png") 0 0/224px 56px no-repeat;
  image-rendering: pixelated;
  animation: tumble 9s linear infinite, tumbleFrames 0.6s steps(4) infinite;
  pointer-events: none;
}
#full-area .wh-mouse {
  position: absolute;
  width: 36px;
  height: 20px;
  z-index: 3;
  background: url("/media/games/waiter-hater/images/fx/mouse.png") 0 0/144px 20px no-repeat;
  image-rendering: pixelated;
  animation: scurry 7s linear infinite, mouseFrames 0.4s steps(4) infinite;
  pointer-events: none;
}
#full-area .wh-overlay {
  position: absolute;
  inset: 0 -62px -70px -62px;
  z-index: 100;
  background: rgba(59, 49, 41, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popIn 0.5s ease-out both;
}
#full-area .wh-board {
  position: relative;
  width: 1080px;
  height: 720px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  filter: drop-shadow(0 10px 0 rgba(28, 22, 18, 0.45));
}
#full-area .wh-board.howto {
  background-image: url("/media/games/waiter-hater/images/props/howto-board.png");
}
#full-area .wh-board.gameover {
  background-image: url("/media/games/waiter-hater/images/props/gameover-board.png");
}
#full-area .wh-howto-inner {
  position: absolute;
  left: 19%;
  right: 19%;
  top: 37%;
  bottom: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
#full-area .wh-howto-inner .wh-tagline {
  font-family: "WHPixel", monospace;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}
#full-area .wh-howto-inner .wh-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#full-area .wh-howto-inner .wh-howto-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fffaf2;
  border: 3px solid #7a4a2b;
  border-radius: 12px;
  padding: 8px 16px;
}
#full-area .wh-howto-inner .wh-howto-row .wh-num {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f2c14e;
  border: 3px solid #3b3129;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "WHPixel", monospace;
  font-size: 14px;
}
#full-area .wh-howto-inner .wh-howto-row b {
  font-weight: 800;
  font-size: 21px;
  flex: 1;
}
#full-area .wh-howto-inner .wh-howto-row img {
  flex: none;
  image-rendering: pixelated;
}
#full-area .wh-pill-btn {
  align-self: center;
  min-width: 260px;
  padding: 14px 0;
  border-radius: 999px;
  background: #f2c14e;
  border: 4px solid #3b3129;
  box-shadow: 0 5px 0 #3b3129;
  font-family: "WHPixel", monospace;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.06em;
}
#full-area .wh-pill-btn:hover {
  background: #3b3129;
  color: #fffaf2;
}
#full-area .wh-go-inner {
  position: absolute;
  left: 17%;
  right: 17%;
  top: 33%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#full-area .wh-go-inner .wh-go-reason {
  text-align: center;
  font-weight: 800;
  font-family: "WHNunito", "Nunito", sans-serif;
  font-size: 22px;
  color: #3b3129;
  text-shadow: none;
}
#full-area .wh-go-inner .wh-go-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 20px;
  background: #3b3129;
  border-radius: 16px;
}
#full-area .wh-go-inner .wh-go-rating b {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #fffaf2;
}
#full-area .wh-go-inner .wh-go-rating .wh-icon {
  width: 30px;
  height: 30px;
}
#full-area .wh-go-inner .wh-go-rating .wh-icon .wh-fill {
  height: 30px;
}
#full-area .wh-go-inner .wh-go-rating em {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  color: #f2c14e;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-go-inner .wh-go-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#full-area .wh-go-inner .wh-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fffaf2;
  border: 4px solid #7a4a2b;
  border-radius: 14px;
  padding: 16px 10px;
}
#full-area .wh-go-inner .wh-stat b {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #6b5d50;
}
#full-area .wh-go-inner .wh-stat span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#full-area .wh-go-inner .wh-stat img {
  width: 36px;
  height: 36px;
  image-rendering: pixelated;
}
#full-area .wh-go-inner .wh-go-btns {
  display: flex;
  gap: 10px;
}
#full-area .wh-go-inner .wh-go-btns div {
  flex: 1;
  padding: 16px 0;
  border-radius: 999px;
  border: 4px solid #3b3129;
  box-shadow: 0 5px 0 #3b3129;
  font-weight: 800;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  background: #fffaf2;
}
#full-area .wh-go-inner .wh-go-btns div.primary {
  background: #f2c14e;
}
#full-area .wh-go-inner .wh-go-btns div:hover {
  background: #3b3129;
  color: #fffaf2;
}

@keyframes whX {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -448px;
  }
}
@keyframes whY {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: -224px;
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes whNotePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}
@keyframes whMicPulse {
  0%, 100% {
    box-shadow: 0 4px 0 #3b3129, 0 0 0 0 rgba(232, 74, 95, 0.55);
  }
  70% {
    box-shadow: 0 4px 0 #3b3129, 0 0 0 10px rgba(232, 74, 95, 0);
  }
}
@keyframes whChefPoint {
  0%, 100% {
    transform: translate(0, 0) rotate(var(--tutorial-hand-rot));
  }
  50% {
    transform: translate(10px, -8px) rotate(var(--tutorial-hand-rot));
  }
}
@keyframes whTutorialCuePulse {
  0%, 100% {
    transform: rotate(var(--tutorial-hand-rot)) scale(1);
    filter: drop-shadow(0 3px 0 rgba(59, 49, 41, 0.45));
  }
  50% {
    transform: rotate(var(--tutorial-hand-rot)) scale(1.18);
    filter: drop-shadow(0 6px 0 rgba(59, 49, 41, 0.5));
  }
}
@keyframes bob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-18px);
  }
}
@keyframes starPop {
  0% {
    transform: scale(1) rotate(0);
  }
  35% {
    transform: scale(1.45) rotate(-12deg);
    filter: drop-shadow(0 0 6px #f2c14e);
  }
  65% {
    transform: scale(1.2) rotate(8deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes heartPop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes trayBob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2px);
  }
}
@keyframes groundSplash {
  0% {
    opacity: 0.9;
    transform: scale(0.3);
  }
  70% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes rainFall {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 0 420px, 0 380px, 0 230px;
  }
}
@keyframes splash {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4) translateY(-6px);
    opacity: 0;
  }
}
@keyframes tumble {
  from {
    transform: translateX(-80px) translateY(0) rotate(0);
  }
  50% {
    transform: translateX(760px) translateY(-14px) rotate(360deg);
  }
  to {
    transform: translateX(1600px) translateY(0) rotate(720deg);
  }
}
@keyframes tumbleFrames {
  to {
    background-position: -224px 0;
  }
}
@keyframes mouseFrames {
  to {
    background-position: -144px 0;
  }
}
@keyframes scurry {
  0% {
    transform: translateX(0);
  }
  46% {
    transform: translateX(900px);
  }
  50% {
    transform: translateX(900px) scaleX(-1);
  }
  96% {
    transform: translateX(0) scaleX(-1);
  }
  100% {
    transform: translateX(0);
  }
}
#full-area #wh-day-goal {
  position: absolute;
  left: 50%;
  top: 76px;
  transform: translateX(-50%);
  width: max-content;
  padding: 2px 9px;
  border: 2px solid #3b3129;
  border-radius: 12px;
  background: #3b3129;
  color: #fffaf2;
  font: 800 12px/1.3 "WHNunito", "Nunito", sans-serif;
  text-align: center;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
#full-area #wh-day-goal.met {
  background: #78c86e;
  color: #3b3129;
}
#full-area .wh-resume {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: "WHNunito", "Nunito", sans-serif;
}
#full-area .wh-resume p {
  margin: 0;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
}
#full-area .wh-resume-stats, #full-area .wh-dayend-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
#full-area .wh-resume-stats .wh-stat, #full-area .wh-dayend-stats .wh-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  background: #fffaf2;
  border: 4px solid #7a4a2b;
  border-radius: 14px;
}
#full-area .wh-resume-stats .wh-stat b, #full-area .wh-dayend-stats .wh-stat b {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #6b5d50;
}
#full-area .wh-resume-stats .wh-stat span, #full-area .wh-dayend-stats .wh-stat span {
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
#full-area .wh-resume-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#full-area .wh-resume-btns .wh-pill-btn {
  min-width: 230px;
}
#full-area .wh-pill-btn.secondary {
  background: #fffaf2;
}
#full-area .wh-pill-btn.secondary:hover, #full-area .wh-pill-btn.secondary:focus-visible {
  background: #3b3129;
  color: #fffaf2;
}
#full-area .wh-pill-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}
#full-area #wh-dayend {
  z-index: 101;
}
#full-area .wh-dayend-card {
  width: 620px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 28px 36px 32px;
  border: 6px solid #7a4a2b;
  border-radius: 18px;
  background: #f3ecdf;
  box-shadow: 0 10px 0 rgba(28, 22, 18, 0.45);
  font-family: "WHNunito", "Nunito", sans-serif;
  color: #3b3129;
  text-align: center;
}
#full-area .wh-dayend-card .wh-dayend-eyebrow {
  font-family: "WHPixel", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #c8553d;
  text-transform: uppercase;
}
#full-area .wh-dayend-card h2 {
  margin: 0;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
}
#full-area .wh-dayend-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
#full-area .wh-dayend-card .wh-dayend-result {
  padding: 10px 14px;
  border-radius: 12px;
  background: #e9dcc6;
}
#full-area .wh-dayend-card .wh-dayend-result.hit {
  background: rgba(120, 200, 110, 0.45);
}
#full-area .wh-dayend-card .wh-dayend-next {
  color: #6b5d50;
  font-size: 16px;
}
#full-area .wh-dayend-card .wh-pill-btn {
  margin-top: 4px;
}
#full-area .wh-dayend-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#full-area #wh-hud {
  left: -40px;
  top: 18px;
  width: max-content;
  min-width: 268px;
  height: auto;
  gap: 0;
  padding: 4px 16px;
  background: linear-gradient(180deg, #4d4036 0%, #3b3129 100%);
  border: 3px solid #d9b98a;
  border-radius: 12px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 250, 242, 0.1);
}
#full-area #wh-hud .wh-meter {
  grid-template-columns: 112px auto;
  gap: 10px;
  padding: 7px 0;
}
#full-area #wh-hud .wh-meter + .wh-meter {
  border-top: 1px solid rgba(255, 250, 242, 0.16);
}
#full-area #wh-hud .wh-meter-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3e3c8;
  white-space: nowrap;
}
#full-area #wh-hud .wh-meter-val {
  margin-left: 8px;
}
#full-area .wh-howto-inner:has(.wh-resume) {
  top: 35%;
  bottom: 20%;
}
#full-area #wh-wallet {
  left: 252px;
}
#full-area #wh-order-list {
  left: -40px;
}
