.page-connect-request {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background:
    radial-gradient(circle at top, hsl(var(--ds-gold-50)) 0%, transparent 42%),
    linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--muted)) 100%);
}

.cr-shell {
  width: 100%;
  max-width: 1040px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  gap: 24px;
}

.cr-panel,
.cr-side {
  border-radius: 28px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  box-shadow: 0 24px 80px -40px hsl(var(--foreground) / 0.22);
}

.cr-panel {
  padding: 32px;
}

.cr-side {
  padding: 24px;
  background:
    linear-gradient(180deg, hsl(var(--card)) 0%, hsl(var(--ds-gold-50)) 100%);
}

.cr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: hsl(var(--ds-gold-50));
  color: hsl(var(--ds-gold-500));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cr-title {
  margin: 18px 0 10px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.cr-subtitle {
  margin: 0;
  max-width: 56ch;
  color: hsl(var(--muted-foreground));
  font-size: 14px;
  line-height: 1.7;
}

.cr-target {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  margin: 28px 0 24px;
  border-radius: 22px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}

.cr-avatar,
.cr-avatar-fallback {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cr-avatar {
  object-fit: cover;
  border: 3px solid hsl(var(--card));
  box-shadow: 0 12px 32px -18px hsl(var(--foreground) / 0.3);
}

.cr-avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, hsl(var(--ds-gold-300)), hsl(var(--ds-gold-500)));
  color: hsl(var(--background));
  font-size: 26px;
  font-weight: 700;
}

.cr-target-name {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.cr-target-role,
.cr-target-mutual {
  margin-top: 4px;
  color: hsl(var(--muted-foreground));
  font-size: 13px;
}

.cr-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--ds-gold-500));
}

.cr-textarea {
  width: 100%;
  min-height: 220px;
  resize: vertical;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font: inherit;
  line-height: 1.65;
}

.cr-textarea:focus {
  outline: none;
  border-color: hsl(var(--ds-gold-300));
  box-shadow: 0 0 0 4px hsl(var(--ds-gold-100) / 0.65);
}

.cr-hint {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.55;
  color: hsl(var(--muted-foreground));
}

.cr-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.cr-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cr-btn-primary,
.cr-btn-secondary,
.cr-btn-ghost {
  min-height: 46px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 600;
}

.cr-btn-primary {
  border: 1px solid hsl(var(--ds-gold-400));
  background: linear-gradient(135deg, hsl(var(--ds-gold-300)), hsl(var(--ds-gold-main)));
  color: hsl(var(--background));
}

.cr-btn-secondary {
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
}

.cr-btn-ghost {
  border: none;
  background: transparent;
  color: hsl(var(--muted-foreground));
}

.cr-side-title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--ds-gold-500));
}

.cr-side-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--background) / 0.8);
}

.cr-side-card + .cr-side-card {
  margin-top: 14px;
}

.cr-side-card h2,
.cr-side-card h3,
.cr-side-card p {
  margin: 0;
}

.cr-side-card h2 {
  font-size: 20px;
  color: hsl(var(--foreground));
}

.cr-side-card p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
}

.cr-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cr-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsl(var(--foreground));
  font-size: 13px;
}

.cr-check-icon,
.cr-success-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.cr-check-icon {
  width: 20px;
  height: 20px;
  background: hsl(var(--ds-gold-50));
  color: hsl(var(--ds-gold-500));
}

.cr-success {
  display: grid;
  gap: 18px;
}

.cr-success-icon {
  width: 68px;
  height: 68px;
  background: hsl(var(--ds-green-100));
  color: hsl(var(--ds-green-500));
}

.cr-success h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  color: hsl(var(--foreground));
}

.cr-success p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  line-height: 1.7;
}

@media (max-width: 920px) {
  .cr-shell {
    grid-template-columns: 1fr;
  }

  .cr-panel,
  .cr-side {
    padding: 24px;
  }

  .cr-title {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .page-connect-request {
    padding: 16px;
  }

  .cr-panel,
  .cr-side {
    border-radius: 22px;
    padding: 18px;
  }

  .cr-target {
    align-items: flex-start;
  }

  .cr-avatar,
  .cr-avatar-fallback {
    width: 58px;
    height: 58px;
  }

  .cr-actions {
    flex-direction: column;
  }

  .cr-btn-group {
    width: 100%;
  }

  .cr-btn-primary,
  .cr-btn-secondary,
  .cr-btn-ghost {
    width: 100%;
  }
}