.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-house-code-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 10px auto 4px;
  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;
}
