/* Rebrander Club — Member Portal */

.rc-portal {
  --rc-primary: #0f766e;
  --rc-accent: #d97706;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
  color: var(--rc-ink);
  line-height: 1.5;
}

.rc-saas-body .rc-ext-card .rc-btn,
.rc-saas-body .rc-form .rc-btn,
.rc-saas-body .rc-table .rc-btn {
  gap: 0.4rem;
}

.rc-saas-body .rc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* App chrome — workspace header */
.rc-app-chrome {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1.35rem 1.5rem;
  background:
    radial-gradient(900px 280px at 0% 0%, rgba(15, 118, 110, 0.14), transparent 55%),
    radial-gradient(700px 240px at 100% 0%, rgba(217, 119, 6, 0.1), transparent 50%),
    linear-gradient(180deg, var(--rc-card) 0%, var(--rc-paper) 100%);
  border: 1px solid var(--rc-line);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(13, 31, 28, 0.05);
}

.rc-app-chrome__intro {
  min-width: 0;
  flex: 1;
}

.rc-app-chrome__hello {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.45rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--rc-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rc-app-chrome__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-family: var(--rc-display, Georgia, serif);
}

.rc-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rc-pipeline li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--rc-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.rc-pipeline li:not(:last-child)::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.35rem;
  border-right: 1.5px solid #9bb5af;
  border-top: 1.5px solid #9bb5af;
  transform: rotate(45deg);
  opacity: 0.7;
}

.rc-membership-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  box-shadow: 0 6px 16px rgba(13, 31, 28, 0.04);
  max-width: 100%;
}

.rc-membership-chip__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(5, 122, 85, 0.1);
  color: var(--rc-ok);
}

.rc-membership-chip.is-trial .rc-membership-chip__icon {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.rc-membership-chip.is-inactive .rc-membership-chip__icon {
  background: #fef3f2;
  color: var(--rc-danger);
}

.rc-membership-chip__copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  line-height: 1.25;
}

.rc-membership-chip__copy strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rc-ink);
}

.rc-membership-chip__copy em {
  font-size: 0.78rem;
  font-style: normal;
  color: var(--rc-muted);
}

/* Legacy hero (kept for other surfaces) */
.rc-hero {
  background:
    radial-gradient(1200px 400px at 10% -20%, rgba(15, 118, 110, 0.18), transparent 60%),
    radial-gradient(800px 300px at 90% 0%, rgba(245, 158, 11, 0.16), transparent 55%),
    linear-gradient(180deg, #eef6f4 0%, var(--rc-paper) 100%);
  border: 1px solid var(--rc-line);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
}

.rc-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--rc-primary);
  margin: 0 0 0.5rem;
}

.rc-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.rc-hero-sub {
  margin: 0 0 1rem;
  color: var(--rc-muted);
  max-width: 40rem;
}

.rc-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--rc-line);
}

.rc-status-active strong { color: var(--rc-ok); }
.rc-status-cancelled { border-color: #fdba74; background: var(--rc-warn-bg); }
.rc-status em { color: var(--rc-muted); font-style: normal; font-size: 0.92rem; }

.rc-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem;
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(13, 31, 28, 0.04);
}

.rc-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--rc-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.7rem 0.55rem;
  font-weight: 600;
  font-size: 0.88rem;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
  min-width: 0;
}

.rc-step__num {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--rc-paper);
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}

.rc-step__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rc-step:hover {
  color: var(--rc-primary);
  background: rgba(15, 118, 110, 0.06);
}

.rc-step.is-active {
  color: #fff;
  background: linear-gradient(180deg, #12968c 0%, var(--rc-primary) 100%);
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.28);
}

.rc-step.is-active .rc-step__num {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.rc-step-num {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--rc-paper);
  font-size: 0.75rem;
}

.rc-step.is-active .rc-step-num {
  background: var(--rc-primary);
  color: #fff;
}

.rc-section h2 {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.rc-section > p {
  margin: 0 0 1.25rem;
  color: var(--rc-muted);
}

.rc-release-label {
  margin: 1.5rem 0 0.75rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rc-primary);
}

.rc-ext-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.rc-ext-card {
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.rc-ext-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.rc-ext-card p {
  margin: 0;
  color: var(--rc-muted);
  font-size: 0.95rem;
  flex: 1;
}

.rc-ext-meta {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.rc-pill {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--rc-paper);
  color: var(--rc-muted);
}

.rc-pill-ok {
  background: #ecfdf3;
  color: var(--rc-ok);
}

.rc-niche-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--rc-ink);
  font-size: 0.9rem;
}

.rc-portal .rc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.95rem;
}

.rc-portal .rc-btn-primary {
  background: var(--rc-primary);
  color: #fff;
}

.rc-portal .rc-btn-primary:hover { filter: brightness(1.05); color: #fff; }

.rc-portal .rc-btn-secondary {
  background: var(--rc-paper);
  color: var(--rc-ink);
  border: 1px solid var(--rc-line);
}

.rc-portal .rc-btn-danger {
  background: var(--rc-danger-bg, #fef3f2);
  color: var(--rc-danger);
  border: 1px solid color-mix(in srgb, var(--rc-danger) 35%, transparent);
}

.rc-portal .rc-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rc-notice {
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.rc-notice-warn {
  background: var(--rc-warn-bg);
  border-color: #fdba74;
}

.rc-flash {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: var(--rc-ok);
  font-weight: 600;
}

.rc-flash.is-error {
  background: #fef3f2;
  border-color: #fecdca;
  color: var(--rc-danger);
}

.rc-rebrand-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
}

/* ── Rebrand page redesign ── */
.rc-rebrand-page__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.rc-rebrand-page__head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.65rem;
}

.rc-rebrand-page__head .rc-section-sub {
  margin: 0;
}

.rc-rebrand-picker {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 240px;
}

.rc-rebrand-picker label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rc-muted);
}

.rc-rebrand-picker__select {
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font: inherit;
  background: var(--rc-card);
  color: var(--rc-ink);
  cursor: pointer;
}

.rc-rebrand-empty {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--rc-card);
  border: 1px dashed var(--rc-line);
  border-radius: 18px;
}

.rc-rebrand-empty__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--rc-teal-soft, rgba(15,118,110,0.1));
  color: var(--rc-primary);
}

.rc-rebrand-empty h3 { margin: 0 0 0.5rem; }
.rc-rebrand-empty p { color: var(--rc-muted); margin: 0 0 1.25rem; }

.rc-rebrand-source {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.rc-rebrand-source__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--rc-teal-soft, rgba(15,118,110,0.1));
  color: var(--rc-primary);
  flex-shrink: 0;
}

.rc-rebrand-source__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.rc-rebrand-source__copy span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rc-muted);
}

.rc-rebrand-source__copy strong {
  font-size: 1.1rem;
  font-family: var(--rc-display, Georgia, serif);
}

.rc-rebrand-source__copy em {
  font-size: 0.85rem;
  color: var(--rc-muted);
  font-style: normal;
}

.rc-btn--sm {
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.rc-rebrand-studio {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.rc-rebrand-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rc-rebrand-panel {
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
}

.rc-rebrand-panel__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rc-ink);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--rc-line);
}

.rc-rebrand-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rc-rebrand-fields--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rc-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.rc-field--full { width: 100%; }

.rc-field__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rc-ink);
}

.rc-field__label em {
  color: var(--rc-danger);
  font-style: normal;
}

.rc-field__hint {
  font-size: 0.78rem;
  color: var(--rc-muted);
  line-height: 1.4;
}

.rc-field input[type="text"],
.rc-field input[type="url"],
.rc-field input[type="email"] {
  width: 100%;
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: var(--rc-input-bg, var(--rc-card));
  color: var(--rc-ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.rc-field input:focus {
  outline: none;
  border-color: var(--rc-primary);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.rc-color-pickers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rc-color-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.rc-color-field__wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  background: var(--rc-input-bg, var(--rc-card));
}

.rc-color-field__wrap input[type="color"] {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid var(--rc-line);
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  flex-shrink: 0;
}

.rc-color-field__wrap input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 2px;
}

.rc-color-field__wrap input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

.rc-color-field__wrap input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 6px;
}

.rc-color-field__hex {
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rc-muted);
  text-transform: uppercase;
}

.rc-rebrand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

/* Preview panel */
.rc-rebrand-preview {
  position: sticky;
  top: 5.5rem;
  align-self: start;
}

.rc-rebrand-preview__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rc-muted);
  margin-bottom: 0.75rem;
}

.rc-preview-browser {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--rc-line);
  box-shadow: 0 20px 50px rgba(11, 31, 29, 0.18);
}

.rc-preview-browser__bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1rem;
  background: #1a2e2b;
}

.rc-preview-browser__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d5c57;
}

.rc-preview-browser__bar em {
  margin-left: auto;
  font-size: 0.7rem;
  font-style: normal;
  color: #7a9a94;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rc-preview-browser__body {
  background: linear-gradient(160deg, #0c2421 0%, #102e2a 100%);
  padding: 1.5rem;
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.rc-preview-popup {
  width: 100%;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.15rem;
  backdrop-filter: blur(8px);
}

.rc-preview-popup__header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.rc-preview-popup__logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.rc-preview-popup__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-preview-popup__logo-fallback {
  color: var(--preview-primary, var(--rc-primary));
}

.rc-preview-popup__header strong {
  font-size: 1rem;
  color: var(--preview-primary, #5eead4);
  line-height: 1.2;
}

.rc-preview-popup__niche {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: #9bb8b2;
  line-height: 1.4;
}

.rc-preview-popup__workflow {
  margin-bottom: 1rem;
}

.rc-preview-popup__workflow-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b8a84;
  margin-bottom: 0.45rem;
}

.rc-preview-popup__workflow-item {
  font-size: 0.82rem;
  color: #c5ddd8;
  padding: 0.45rem 0.65rem;
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  margin-bottom: 0.35rem;
  border-left: 3px solid var(--preview-primary, var(--rc-primary));
}

.rc-preview-popup__cta {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--preview-accent, var(--rc-accent));
  color: #1a1305;
  cursor: default;
}

.rc-preview-note {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--rc-muted);
  line-height: 1.45;
  text-align: center;
}

.rc-form {
  background: var(--rc-card);
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  padding: 1.25rem;
  display: grid;
  gap: 0.85rem;
}

.rc-form label {
  display: grid;
  gap: 0.35rem;
}

.rc-form label span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--rc-muted);
}

.rc-form input,
.rc-form select,
.rc-form textarea {
  width: 100%;
  border: 1px solid var(--rc-line);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
  background: var(--rc-input-bg, var(--rc-card));
  color: var(--rc-ink);
}

.rc-color-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.rc-form-inline {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  align-items: end;
  margin-bottom: 1.5rem;
}

.rc-preview {
  position: sticky;
  top: 1rem;
  align-self: start;
}

.rc-preview-chrome {
  background: #0b1f1d;
  color: #e8f5f2;
  border-radius: 16px;
  padding: 1.25rem;
  min-height: 220px;
  box-shadow: 0 18px 40px rgba(11, 31, 29, 0.25);
}

.rc-preview-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.rc-preview-header img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--rc-card);
}

.rc-preview-cta {
  margin-top: 1rem;
  border: none;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  font-weight: 700;
  background: var(--rc-accent);
  color: #1a1305;
  cursor: default;
}

.rc-preview-note {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  color: var(--rc-muted);
}

.rc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: var(--rc-card);
}

.rc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.rc-table th,
.rc-table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--rc-line);
  vertical-align: top;
}

.rc-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--rc-muted);
  background: var(--rc-paper);
}

.rc-table tr:last-child td { border-bottom: none; }

.rc-muted { color: var(--rc-muted); font-size: 0.85rem; }

.rc-rights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rc-rights {
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--rc-line);
  background: var(--rc-card);
}

.rc-rights-can { border-color: #abefc6; background: #f6fef9; }
.rc-rights-cannot { border-color: #fecdca; background: var(--rc-danger-bg); }

.rc-rights h3 { margin: 0 0 0.75rem; font-size: 1.05rem; }
.rc-rights ul { margin: 0; padding-left: 1.1rem; }
.rc-rights li { margin-bottom: 0.4rem; }

.rc-cancel-box {
  margin-top: 1.5rem;
  padding: 1.1rem;
  border-radius: 14px;
  border: 1px dashed #fdba74;
  background: var(--rc-warn-bg);
}

.rc-cancel-box h3 { margin-top: 0; }

@media (max-width: 860px) {
  .rc-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rc-step__num {
    display: none;
  }
  .rc-app-chrome {
    align-items: stretch;
    flex-direction: column;
  }
  .rc-membership-chip {
    width: 100%;
  }
  .rc-rebrand-layout,
  .rc-rights-grid {
    grid-template-columns: 1fr;
  }
  .rc-rebrand-studio {
    grid-template-columns: 1fr;
  }
  .rc-rebrand-preview {
    position: static;
    order: -1;
  }
  .rc-rebrand-fields--2col,
  .rc-color-pickers {
    grid-template-columns: 1fr;
  }
  .rc-rebrand-page__head {
    flex-direction: column;
    align-items: stretch;
  }
  .rc-rebrand-picker {
    min-width: 0;
  }
  .rc-preview { position: static; }
}

@media (max-width: 520px) {
  .rc-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rc-step {
    justify-content: flex-start;
    padding: 0.65rem 0.7rem;
  }
}
