/* Club add / join — field shell overrides */

.rcs-club-flow-page .join-intro {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 42rem;
}

.rcs-club-flow-page .join-steps {
  counter-reset: joinstep;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.rcs-club-flow-page .join-steps li {
  counter-increment: joinstep;
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.rcs-club-flow-page .join-steps li::before {
  content: counter(joinstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: var(--rcs-accent-dim, rgba(59, 130, 246, 0.15));
  color: var(--rcs-accent, #2563eb);
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcs-club-flow-page .join-selected {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rcs-border);
}

.rcs-club-flow-page .join-selected h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: normal;
  color: var(--rcs-text);
}

.rcs-club-flow-page .join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.rcs-club-flow-page .join-note {
  font-size: 0.95rem;
  line-height: 1.5;
}

.rcs-club-flow-page .join-status {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--rcs-btn-bg);
}

.rcs-club-flow-page .join-not-found {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--rcs-border);
}

.rcs-club-flow-page .hint {
  color: var(--rcs-muted);
}

.rcs-club-add-notice {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(221, 2, 6, 0.45);
  background: rgba(221, 2, 6, 0.12);
}

.rcs-club-add-notice-heading {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fecaca;
  letter-spacing: 0.01em;
}

.rcs-club-add-notice-redirect {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.rcs-club-add-notice-redirect a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rcs-club-add-notice-redirect a:hover {
  color: #fecaca;
}

.rcs-club-add-auth-scope {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--rcs-accent-text, #fca5a5);
}

[data-theme="light"] .rcs-club-add-notice {
  border-color: rgba(221, 2, 6, 0.35);
  background: rgba(221, 2, 6, 0.08);
}

[data-theme="light"] .rcs-club-add-notice-heading {
  color: var(--rcs-brand-red, #dd0206);
}

[data-theme="light"] .rcs-club-add-notice-redirect {
  color: var(--rcs-text, #0f172a);
}

[data-theme="light"] .rcs-club-add-notice-redirect a {
  color: var(--rcs-brand-red, #dd0206);
}

[data-theme="light"] .rcs-club-add-notice-redirect a:hover {
  color: #991b1b;
}

[data-theme="light"] .rcs-club-add-auth-scope {
  color: var(--rcs-brand-red, #dd0206);
}
