body.tt-org-register-page .auth-shell {
  align-items: flex-start;
}

.org-register-card {
  max-width: 680px;
}

.org-register-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--cu-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.org-register-subtitle {
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.45;
}

.org-register-copy {
  max-width: 46ch;
  margin: 0.85rem auto 0;
  color: var(--cu-dim);
  font-size: 0.96rem;
  line-height: 1.6;
}

.org-register-alert ul {
  margin-top: 0.75rem;
  padding-left: 1.15rem;
}

.org-register-form {
  display: grid;
  gap: 16px;
}

.org-register-section {
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--cu-border) 78%, #fff 22%);
  border-radius: 18px;
  background: color-mix(in srgb, var(--cu-surface-2) 86%, #fff 14%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.tt-auth-page.cu-dark .org-register-section {
  background: rgba(15, 23, 42, 0.5);
  box-shadow: none;
}

.org-register-section-head {
  margin-bottom: 14px;
}

.org-register-section-title {
  margin: 0;
  color: var(--cu-text);
  font-size: 1rem;
  font-weight: 700;
}

.org-register-section-copy {
  margin: 0.35rem 0 0;
  color: var(--cu-dim);
  font-size: 0.92rem;
  line-height: 1.55;
}

.org-register-fields {
  display: grid;
  gap: 14px;
}

.org-register-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.org-register-preview {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--cu-border) 72%, #fff 28%);
  border-radius: 16px;
  background: color-mix(in srgb, var(--cu-surface) 72%, #fff 28%);
}

body.tt-auth-page.cu-dark .org-register-preview {
  background: rgba(30, 41, 59, 0.52);
}

.org-register-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.org-register-preview-label {
  color: var(--cu-dim);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.org-register-preview code {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.75rem;
  border-radius: 999px;
  background: rgb(var(--cu-accent-rgb) / 0.12);
  color: var(--cu-accent-strong);
  font-size: 0.86rem;
  font-weight: 700;
}

body.tt-auth-page.cu-dark .org-register-preview code {
  background: rgb(var(--cu-accent-rgb) / 0.16);
  color: var(--cu-on-accent);
}

.org-register-preview-copy {
  margin: 0.75rem 0 0;
  color: var(--cu-dim);
  font-size: 0.9rem;
  line-height: 1.55;
}

.org-register-actions {
  margin-top: 4px;
}

.org-register-note {
  margin: 12px 0 0;
  color: var(--cu-dim);
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.org-register-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--cu-border) 72%, transparent);
}

.org-register-link {
  color: var(--cu-accent);
  font-weight: 600;
  text-decoration: none;
}

.org-register-link:hover,
.org-register-link:focus {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .org-register-card {
    max-width: 100%;
  }

  .org-register-section {
    padding: 16px;
    border-radius: 16px;
  }

  .org-register-fields--two {
    grid-template-columns: 1fr;
  }

  .org-register-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
