/* Inline help on the AskRue™ gate — Phone setup / Phone key without losing login context. */
body.askrue-phone-help-open {
  overflow: hidden;
}

.askrue-phone-help {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.askrue-phone-help[hidden] {
  display: none !important;
}

.askrue-phone-help__scrim {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 5, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.askrue-phone-help__box {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: min(88vh, 640px);
  overflow: auto;
  border: 1px solid rgba(200, 150, 42, 0.45);
  border-radius: 14px;
  background: rgba(12, 10, 8, 0.96);
  box-shadow: 0 0 48px rgba(200, 150, 42, 0.12);
  color: #e8e0d0;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
}

.askrue-phone-help__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(200, 150, 42, 0.2);
}

.askrue-phone-help__head h2 {
  flex: 1;
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #e9c25a;
  letter-spacing: 0.04em;
}

.askrue-phone-help__x {
  border: 0;
  background: transparent;
  color: #c9cfcb;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.askrue-phone-help__x:hover {
  color: #fff;
}

.askrue-phone-help__body {
  padding: 14px 16px 8px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #d8d0c4;
}

.askrue-phone-help__body ol {
  margin: 0 0 12px;
  padding-left: 1.2em;
}

.askrue-phone-help__body li {
  margin-bottom: 6px;
}

.askrue-phone-help__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 16px 16px;
}

.askrue-phone-help__actions a,
.askrue-phone-help__actions button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  font: 700 0.82rem/1.2 Cinzel, Georgia, serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.askrue-phone-help__primary {
  border: 1px solid rgba(200, 150, 42, 0.45);
  background: rgba(14, 77, 48, 0.45);
  color: #f6f4ec;
}

.askrue-phone-help__secondary {
  border: 1px solid rgba(200, 150, 42, 0.35);
  background: transparent;
  color: #e9c25a;
}
