.timeout-notice {
  margin-top: 18px;
  padding: 22px 20px;
  text-align: center;
  border: 1px solid #f4cf77;
  border-radius: 18px;
  background: #fff8e7;
  box-shadow: 0 12px 30px #b7791f1f;
}

.timeout-notice[hidden] {
  display: none;
}

.timeout-notice__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.timeout-notice h2 {
  margin: 0;
  color: #92400e;
  font-size: 21px;
}

.timeout-notice p {
  margin: 10px 0 18px;
  color: #78511b;
  line-height: 1.7;
  font-size: 14px;
}

.timeout-notice button {
  width: 100%;
  background: #e99008;
}

.captcha-panel {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #c9d9f2;
  border-radius: 14px;
  background: #f6f9ff;
}

.captcha-panel[hidden] {
  display: none;
}

.captcha-panel__title {
  color: #174ea6;
  font-weight: 800;
}

.captcha-panel p {
  margin: 5px 0 12px;
  color: #64748b;
  font-size: 13px;
}

.captcha-panel__image-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-panel__image-row img {
  width: 180px;
  max-width: calc(100% - 88px);
  height: 64px;
  border: 1px solid #c7d6ec;
  border-radius: 10px;
  background: #eef4ff;
}

.captcha-refresh {
  flex: 1;
  padding: 9px 10px;
  background: #e7effc;
  color: #174ea6;
  font-size: 13px;
}
