@font-face {
  font-family: "Faith Pixel";
  src: url("assets/faith-pixel.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#world-help { white-space: normal; width: min(94vw, 690px); text-shadow: 0 2px 5px #000, 0 0 16px #070914; }
#world-help [hidden] { display: none !important; }
#world-help .interaction-hint { margin-top: 5px; font-size: 9px; letter-spacing: .07em; color: #b2afc3; }
#world-help .return-hint { margin-top: 6px; }
.world-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 2px 14px; margin-top: 3px; pointer-events: auto; }
.world-actions button { min-height: 36px; padding: 6px 2px; border: 0; border-bottom: 1px solid #a8a0bd45; background: transparent; color: #cec8df; font: 10px/1.2 ui-monospace, monospace; cursor: pointer; text-shadow: 0 1px 4px #000; }
.world-actions button:hover { color: #fff; border-color: #e5ddff; }
#world-help #world-pause { margin-top: 0; padding: 6px 2px; text-decoration: none; }
#vehicle-reverse { touch-action: none; user-select: none; }
.world-actions button:focus-visible { outline: 1px solid #d8caff; outline-offset: 4px; }
#world-message .world-message__text { font-family: "Faith Pixel", monospace; font-size: 20px; font-weight: 400; line-height: 1.65; letter-spacing: 0; -webkit-font-smoothing: none; }
#world-message .world-message__kicker { font-family: "Faith Pixel", monospace; font-size: 12px; font-weight: 400; line-height: 1.5; letter-spacing: 1px; }
#world-message .world-message__prompt { font-family: "Faith Pixel", monospace; font-size: 20px; }
@media (max-width: 600px) {
  #world-help { font-size: 9px; }
  #world-help .interaction-hint { font-size: 8px; }
  #world-message .world-message__text { font-size: 16px; line-height: 1.75; }
  .world-actions button { min-height: 40px; }
}
@media (max-height: 500px) {
  #world-help .return-hint, #world-help .interaction-hint { display: none; }
  #world-help { bottom: max(5px, env(safe-area-inset-bottom)) !important; }
}
