/* ===== Requests Page ===== */

/* Tally embed */
.req-tally-embed {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #ebebef;
  overflow: hidden;
}

.req-tally-embed iframe {
  width: 100%;
  height: calc(100vh - 180px);
  min-height: 700px;
  border: 0;
}

/* No pack state */
.req-no-pack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 32px;
  background: #ffffff;
  border: 2px dashed #d4d4d8;
  border-radius: var(--radius-md);
  text-align: center;
}

.req-no-pack-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
}

.req-no-pack h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
}

.req-no-pack p {
  font-size: 0.88rem;
  color: var(--text-tertiary);
  max-width: 400px;
}

.req-loading {
  padding: 60px;
  text-align: center;
  color: var(--text-tertiary);
  font-size: 0.88rem;
}
