.askrue-house-code-host {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.askrue-house-code-canvas {
  width: min(360px, 72vw);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.askrue-electrical-stage .askrue-house-code-host,
.askrue-electrical-stage .askrue-house-code-host--cube {
  position: absolute;
  inset: 2%;
  z-index: 50;
  margin: 0;
  width: auto;
  height: auto;
}
.askrue-electrical-stage .askrue-house-code-canvas {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 18px;
  box-shadow: none;
}
.askrue-electrical-stage.has-house-code .askrue-molecules-canvas,
.askrue-electrical-stage.has-house-code .askrue-bg-loop,
.askrue-electrical-stage.has-house-code .askrue-bg-still,
.askrue-electrical-stage.has-house-code .askrue-login-mark-still,
.askrue-electrical-stage.has-house-code .askrue-pyramid-qr,
.askrue-electrical-stage.has-house-code .askrue-pyramid-qr-img {
  display: none !important;
}
.askrue-house-code-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 10px auto 4px;
  max-width: 22rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  color: #8e8e93;
}
.askrue-house-code-toggle__label {
  font-size: 13px;
  margin-right: 4px;
}
.askrue-house-code-toggle__btn {
  font: inherit;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(200, 150, 42, 0.35);
  background: rgba(28, 28, 30, 0.85);
  color: #f2f2f7;
  cursor: pointer;
}
.askrue-house-code-toggle__btn.is-active {
  background: #C8962A;
  color: #111;
  border-color: #C8962A;
  font-weight: 600;
}
.askrue-house-code-toggle .askrue-info-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(41, 196, 192, 0.5);
  background: transparent;
  color: #29C4C0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.askrue-username-fallback {
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  color: #8e8e93;
  margin: 8px 0 0;
}
.askrue-username-fallback strong {
  color: #29C4C0;
  font-weight: 600;
}
