/* SALOON ONLY - NOTHING GLOBAL */

html, body{
  margin: 0;
  padding: 0;
  background: radial-gradient(900px 500px at 50% 0%, #2a1f17, #0e0b08);
  color: #efe9df;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.saloon-wrap{
  max-width: 980px;
  margin: 28px auto;
  padding: 0 16px;
  text-align: center;
}

.back{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #c9b8a2;
  text-decoration: none;
}

.back:hover{
  text-decoration: underline;
}

.title{
  margin: 4px 0 8px;
  letter-spacing: 1.2px;
  font-weight: 800;
}

.hint{
  margin: 0 0 18px;
  font-size: 13px;
  color: #c7b7a4;
}

.cabinet{
  position: relative;
  width: min(820px, 94vw);
  margin: 0 auto;
}

/* Tuned for your screen opening */
.cabinet canvas{
  position: absolute;
  left: 18.2%;
  top: 15.2%;
  width: 63.6%;
  height: auto;

  display: block;
  background: #000;

  image-rendering: pixelated;
  image-rendering: crisp-edges;

  z-index: 1;
}

.cabinet-frame{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
