.theme-fstcho-next #toolbar-administration {
  display: none !important;
}

body.theme-fstcho-next.toolbar-fixed,
body.theme-fstcho-next.toolbar-horizontal.toolbar-tray-open {
  padding-top: 0 !important;
}

.theme-fstcho-next.fst-service-route .fst-inner-hero {
  min-height: 72px;
  background: var(--fst-ink);
}

.theme-fstcho-next.fst-service-route .fst-inner-hero__identity,
.theme-fstcho-next.fst-service-route .fst-inner-hero__shade {
  display: none;
}

.theme-fstcho-next.fst-service-route .fst-page-container {
  max-width: 1500px;
  padding-top: 28px;
}

.theme-fstcho-next.fst-service-route .fst-next-main__ridge,
.theme-fstcho-next.page-route-entity-user-canonical .fst-next-main__ridge,
.theme-fstcho-next.page-route-entity-user-canonical .block-page-title-block {
  display: none;
}

.theme-fstcho-next.fst-management-home-route:not(.page-route-system-403):not(.page-route-system-404) .block-page-title-block {
  display: none;
}

.theme-fstcho-next.page-route-entity-user-canonical .block-local-tasks-block {
  display: none;
}

.theme-fstcho-next.page-route-entity-user-canonical .fst-content-surface {
  width: 100%;
  max-width: none;
}

.theme-fstcho-next :where(.fst-service-workspace, .fst-review-workspace, .fst-registry-workbench) {
  color: var(--fst-ink);
}

.theme-fstcho-next :where(.fst-service-workspace, .fst-review-workspace, .fst-registry-workbench) :where(h1, h2) {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: .9;
}

.theme-fstcho-next .fst-work-menu__panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--fst-radius-sm);
  background: rgba(25, 31, 34, .985);
  box-shadow: 0 26px 66px rgba(0, 0, 0, .32);
}

.theme-fstcho-next .fst-work-menu__panel a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: rgba(255, 255, 255, .88);
}

.theme-fstcho-next .fst-work-menu__panel a:hover,
.theme-fstcho-next .fst-work-menu__panel a:focus-visible {
  color: var(--fst-white);
  background: rgba(220, 105, 0, .18);
}

.theme-fstcho-next .offcanvas {
  width: min(560px, 100vw);
  border-radius: var(--fst-radius) 0 0 var(--fst-radius);
  background: var(--fst-paper);
}

.theme-fstcho-next .offcanvas-header {
  min-height: 72px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .offcanvas-body {
  padding: clamp(20px, 4vw, 36px);
}

.theme-fstcho-next [aria-busy="true"] {
  cursor: progress;
}

.theme-fstcho-next [aria-busy="true"] .fst-data-table tbody,
.theme-fstcho-next [aria-busy="true"].fst-catalog-results {
  opacity: .55;
}

/* Contextual Drupal actions are one shared editorial tab component. */
.theme-fstcho-next .block-local-tasks-block {
  min-width: 0;
  margin: 0 0 1.5rem;
}

.theme-fstcho-next .fst-context-tabs {
  overflow-x: auto;
  border-bottom: 1px solid var(--fst-line);
  scrollbar-color: var(--fst-muted) transparent;
  scrollbar-width: thin;
}

.theme-fstcho-next .fst-context-tabs__list {
  display: flex;
  width: max-content;
  min-width: 100%;
  flex-flow: row nowrap;
  gap: 1.4rem;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.theme-fstcho-next .fst-context-tabs__list > li {
  display: block;
  flex: none;
  margin: 0;
  padding: 0;
}

.theme-fstcho-next .fst-context-tabs__list a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: .15rem 0;
  border: 0;
  color: var(--fst-muted);
  background: transparent;
  font-family: var(--fst-font-condensed);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.theme-fstcho-next .fst-context-tabs__list a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.theme-fstcho-next .fst-context-tabs__list a:hover,
.theme-fstcho-next .fst-context-tabs__list a:focus-visible {
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-context-tabs__list :where(.active, .is-active) > a,
.theme-fstcho-next .fst-context-tabs__list a.is-active,
.theme-fstcho-next .fst-context-tabs__list a[aria-current="page"] {
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-context-tabs__list :where(.active, .is-active) > a::after,
.theme-fstcho-next .fst-context-tabs__list a.is-active::after,
.theme-fstcho-next .fst-context-tabs__list a[aria-current="page"]::after {
  background: var(--fst-accent);
}

.theme-fstcho-next .fst-context-tabs--secondary {
  margin-top: -.75rem;
}

.theme-fstcho-next .fst-context-tabs--secondary .fst-context-tabs__list {
  gap: 1rem;
}

.theme-fstcho-next .fst-context-tabs--secondary .fst-context-tabs__list a {
  min-height: 38px;
  font-family: var(--fst-font-sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}

.theme-fstcho-next .fst-review-workspace :where(.nav-tabs, .tabs) {
  gap: 0;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-review-workspace :where(.nav-link, .tabs a) {
  min-height: 44px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--fst-muted);
  background: transparent;
}

.theme-fstcho-next .fst-review-workspace :where(.nav-link.active, .tabs a.is-active) {
  border-bottom-color: var(--fst-accent);
  color: var(--fst-ink);
}

/* Administrative shell: compact, operational and shared by every route. */
.theme-fstcho-next.path-management .fst-content-surface,
.theme-fstcho-next.fst-service-route .fst-content-surface {
  max-width: none;
}

.theme-fstcho-next :where(.fst-service-page, .fstcho-registry-workbench) {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
}

.theme-fstcho-next .fst-service-page__header {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-service-page__eyebrow,
.theme-fstcho-next .fst-service-section__eyebrow,
.theme-fstcho-next .fst-service-section .fst-section-heading > p {
  margin: 0 0 8px;
  color: var(--fst-accent-text);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-service-page__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 70px;
  align-items: end;
}

.theme-fstcho-next .fst-service-section__heading {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}

.theme-fstcho-next .fst-service-page__heading > div,
.theme-fstcho-next .fst-service-section__heading > div {
  min-width: 0;
}

.theme-fstcho-next .fst-service-page__heading h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(2.4rem, 4.72vw, 4.25rem);
  line-height: .88;
  letter-spacing: -.02em;
  text-wrap: wrap;
}

.theme-fstcho-next .fst-service-page__heading p {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--fst-muted);
  font-size: .9375rem;
  line-height: 1.55;
}

.theme-fstcho-next .fst-service-page__heading > :where(.btn, .fst-status-marker) {
  flex: 0 0 auto;
}

.theme-fstcho-next.fst-management-home-route .fst-service-page__heading {
  display: grid;
  grid-template-columns: minmax(520px, 1.35fr) minmax(300px, .65fr);
}

.theme-fstcho-next.fst-management-home-route .fst-service-page__heading h1 {
  white-space: nowrap;
  text-transform: uppercase;
}

.theme-fstcho-next.fst-management-home-route .fst-service-page__heading > p {
  margin-bottom: 6px;
}

.theme-fstcho-next .fst-service-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  overflow-x: auto;
  border-bottom: 1px solid var(--fst-line);
  scrollbar-width: thin;
}

.theme-fstcho-next .fst-service-tabs a {
  min-width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 2px solid transparent;
  color: var(--fst-muted);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 700;
}

.theme-fstcho-next .fst-service-tabs a:hover,
.theme-fstcho-next .fst-service-tabs a:focus-visible,
.theme-fstcho-next .fst-service-tabs a.is-active {
  border-bottom-color: var(--fst-accent);
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-service-tabs a span {
  color: var(--fst-accent-strong);
  font-variant-numeric: tabular-nums;
}

.theme-fstcho-next .fst-action-bar,
.theme-fstcho-next .fst-membership-toolbar {
  min-height: 62px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 30px;
  padding: 8px 0;
  border-top: 1px solid var(--fst-line);
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-action-bar > :first-child {
  margin-right: auto;
}

.theme-fstcho-next .fst-management-selection {
  margin-left: auto;
  color: var(--fst-muted);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}

.theme-fstcho-next.fst-management-home-route .fst-action-bar > :first-child {
  margin-right: 0;
}

.theme-fstcho-next .fst-management-filter {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(180px, .8fr) minmax(180px, .7fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 22px;
  padding: 18px;
}

.theme-fstcho-next .fst-management-filter label {
  display: block;
  margin-bottom: 6px;
  color: var(--fst-muted);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-management-filter :where(input, select) {
  width: 100%;
  min-height: 44px;
}

.theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.theme-fstcho-next .fst-management-filter .fst-catalog-filter__status:empty {
  display: none;
}

.theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls .btn[aria-label="Сбросить фильтры"] {
  width: auto;
  min-width: 112px;
  padding-inline: 18px;
  overflow: visible;
}

.theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls .btn[aria-label="Сбросить фильтры"]::before,
.theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls .btn[aria-label="Сбросить фильтры"]::after {
  display: none;
}

.theme-fstcho-next .fst-membership-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .32fr);
  gap: 1px;
  margin-bottom: 20px;
  overflow: clip;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-line);
}

.theme-fstcho-next .fst-membership-summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-membership-summary dl div,
.theme-fstcho-next .fst-membership-summary__sync {
  min-width: 0;
  padding: 18px 20px;
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-membership-summary dl div + div {
  border-left: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-membership-summary dt,
.theme-fstcho-next .fst-membership-summary__sync span {
  color: var(--fst-muted);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-membership-summary dd {
  margin: 7px 0 0;
  font-family: var(--fst-font-sans);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.theme-fstcho-next .fst-membership-summary__sync {
  display: grid;
  align-content: center;
  gap: 5px;
}

.theme-fstcho-next .fst-membership-summary__sync strong {
  font-size: .86rem;
}

.theme-fstcho-next .fst-membership-summary__sync small {
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-service-section {
  margin-top: clamp(38px, 6vw, 72px);
}

.theme-fstcho-next .fst-service-section__heading,
.theme-fstcho-next .fst-service-section > .fst-section-heading {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-service-section__heading h2,
.theme-fstcho-next .fst-service-section > .fst-section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.1vw, 3.25rem);
  line-height: .94;
}

.theme-fstcho-next .fst-service-section__heading > p {
  margin: 0;
  color: var(--fst-muted);
  font-size: .76rem;
}

.theme-fstcho-next .fst-service-list {
  overflow: clip;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-service-list > article {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(180px, .8fr) auto;
  gap: 20px;
  align-items: center;
  padding: 14px 18px;
}

.theme-fstcho-next .fst-service-list > article + article {
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-service-list > article > div,
.theme-fstcho-next .fst-service-list > article > div :where(strong, span) {
  min-width: 0;
}

.theme-fstcho-next .fst-service-list > article > div :where(strong, span) {
  display: block;
}

.theme-fstcho-next .fst-service-list > article > div span,
.theme-fstcho-next .fst-service-list > article > span {
  color: var(--fst-muted);
  font-size: .74rem;
}

.theme-fstcho-next .fst-catalog-filter {
  border: 1px solid var(--fst-line);
  border-top: 2px solid var(--fst-ink);
  border-radius: var(--fst-radius-sm);
}

.theme-fstcho-next .fst-registry-results__summary {
  min-height: 48px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--fst-muted);
  font-size: .74rem;
}

.theme-fstcho-next .fst-registry-results__summary strong {
  color: var(--fst-ink);
}

.theme-fstcho-next .fst-data-table--compact > :is(thead, tbody) > tr > * {
  padding-block: 10px;
}

.theme-fstcho-next .fst-data-table__actions {
  min-width: 76px;
  white-space: nowrap;
  text-align: right;
}

.theme-fstcho-next .fst-data-table__empty {
  min-height: 120px;
  padding: 34px !important;
  color: var(--fst-muted);
  text-align: center;
}

.theme-fstcho-next .fst-member-inspector {
  z-index: 1060;
  border-left: 1px solid var(--fst-line);
  box-shadow: -22px 0 64px rgba(27, 31, 34, .14);
}

.theme-fstcho-next .fst-member-inspector__top p {
  margin: 0 0 5px;
  color: var(--fst-accent-text);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-member-inspector__top h2 {
  margin: 0 0 5px;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: .95;
}

.theme-fstcho-next .fst-member-inspector__top span {
  color: var(--fst-muted);
  font-size: .72rem;
}

.theme-fstcho-next .fst-member-inspector__section + .fst-member-inspector__section {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-member-inspector__section h3,
.theme-fstcho-next .fst-member-inspector__section-heading h3 {
  margin: 0 0 16px;
  font-size: 1.3rem;
}

.theme-fstcho-next .fst-member-inspector__section-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.theme-fstcho-next :where(.fst-member-facts, .fstcho-review-meta, .fstcho-identity-facts) {
  margin: 0;
}

.theme-fstcho-next :where(.fst-member-facts, .fstcho-review-meta, .fstcho-identity-facts) div {
  display: grid;
  grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next :where(.fst-member-facts, .fstcho-review-meta, .fstcho-identity-facts) dt {
  color: var(--fst-muted);
  font-size: .66rem;
}

.theme-fstcho-next :where(.fst-member-facts, .fstcho-review-meta, .fstcho-identity-facts) dd {
  margin: 0;
  color: var(--fst-ink);
  font-size: .78rem;
  font-weight: 650;
}

.theme-fstcho-next .fst-member-payments .list-group-item,
.theme-fstcho-next .fst-member-history .list-group-item {
  border-color: var(--fst-line);
  background: transparent;
}

.theme-fstcho-next .fst-member-history .list-group-item :where(strong, span, small) {
  display: block;
}

.theme-fstcho-next .fst-member-history .list-group-item span,
.theme-fstcho-next .fst-member-history .list-group-item small,
.theme-fstcho-next .fst-audit-note {
  margin-top: 4px;
  color: var(--fst-muted);
  font-size: .7rem;
}

/* Identity resolution, review queues and import pipelines. */
.theme-fstcho-next :where(.fstcho-identity-task, .fstcho-registry-upload, .fstcho-registry-preview, .fstcho-review-summary) {
  margin-bottom: 20px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fstcho-identity-task--pair {
  border-top: 2px solid var(--fst-ink);
}

.theme-fstcho-next .fstcho-identity-options,
.theme-fstcho-next .fstcho-identity-records,
.theme-fstcho-next .fstcho-recognized-records,
.theme-fstcho-next .fstcho-missing-evidence__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-fstcho-next :where(.fstcho-identity-option, .fstcho-recognized-record, .fstcho-missing-evidence__item) {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fstcho-identity-option--source {
  border-left: 3px solid var(--fst-accent);
}

.theme-fstcho-next .fstcho-identity-option--target {
  border-left: 3px solid var(--fst-green);
}

.theme-fstcho-next .fstcho-identity-option--new {
  border-style: dashed;
}

.theme-fstcho-next :where(.fstcho-identity-option__title, .fstcho-upload-item__header, .fstcho-missing-evidence__header) {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.theme-fstcho-next :where(.fstcho-upload-item__meta, .fstcho-record-line) strong,
.theme-fstcho-next :where(.fstcho-upload-item__meta, .fstcho-record-line) small,
.theme-fstcho-next :where(.fstcho-upload-item__meta, .fstcho-record-line) span {
  display: block;
}

.theme-fstcho-next .fstcho-upload-item__meta :where(small, span),
.theme-fstcho-next .fstcho-record-line :where(small, span) {
  margin-top: 4px;
  color: var(--fst-muted);
}

.theme-fstcho-next :where(.fstcho-identity-decision, .fstcho-identity-pair-actions, .fstcho-review-actions) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next :where(.fstcho-upload-panel, .fstcho-upload-journal) {
  margin-top: 20px;
  overflow: clip;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fstcho-upload-item {
  padding: 18px 20px;
}

.theme-fstcho-next .fstcho-upload-item + .fstcho-upload-item {
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fstcho-upload-field {
  display: grid;
  grid-template-columns: minmax(132px, .35fr) minmax(0, 1fr);
  gap: 16px;
  padding: 9px 0;
}

.theme-fstcho-next .fstcho-upload-field__label {
  color: var(--fst-muted);
  font-size: .66rem;
}

.theme-fstcho-next .fstcho-upload-field__value {
  font-size: .78rem;
  font-weight: 650;
}

.theme-fstcho-next :where(.fst-service-form, .fstcho-identity-confirmation, .fstcho-registry-intake) {
  width: min(100%, 920px);
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
  box-shadow: none;
}

.theme-fstcho-next :where(.fst-service-form, .fstcho-identity-confirmation, .fstcho-registry-intake) :where(fieldset, details) {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
}

.theme-fstcho-next :where(.fst-service-form, .fstcho-identity-confirmation, .fstcho-registry-intake) legend {
  width: auto;
  padding-inline: 6px;
  color: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-size: 1.25rem;
  font-weight: 700;
}

.theme-fstcho-next .fst-service-form--name-change {
  width: 100%;
  max-width: 1180px;
  padding: 0;
  border: 0;
  background: transparent;
}

/* The approved review screen is a full-width workspace, not the legacy 860px form card. */
.theme-fstcho-next.fst-name-change-route .block-system-main-block > form.fst-service-form--name-change {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-fstcho-next.fst-name-change-route .block-page-title-block {
  display: none;
}

.theme-fstcho-next .fst-service-page--name-change {
  max-width: 1500px;
}

.theme-fstcho-next .fst-service-page--name-change .fst-service-page__heading h1 {
  text-transform: uppercase;
}

.theme-fstcho-next .fst-service-page--name-change > .fst-content-surface {
  max-width: none;
}

.theme-fstcho-next .fst-service-form--name-change > .fst-form-intro {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-name-change-workspace {
  display: grid;
  grid-template-columns: minmax(0, 2.75fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: start;
}

.theme-fstcho-next .fst-name-change-review-head {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-name-change-review-head strong {
  font-size: .86rem;
}

.theme-fstcho-next .fst-name-change-review-head time {
  color: var(--fst-muted);
  font-size: .68rem;
  font-variant-numeric: tabular-nums;
}

.theme-fstcho-next .fst-name-change-review-state {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--fst-warning);
  background: color-mix(in srgb, var(--fst-warning) 8%, var(--fst-white));
}

.theme-fstcho-next .fst-name-change-review-state__mark {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  color: var(--fst-warning);
  stroke-width: 1.75;
}

.theme-fstcho-next .fst-name-change-review-state span {
  display: grid;
  gap: 3px;
}

.theme-fstcho-next .fst-name-change-review-state small,
.theme-fstcho-next .fst-name-change-comparison__label {
  color: var(--fst-muted);
  font-size: .6rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-name-change-review-state em {
  color: var(--fst-muted);
  font-size: .68rem;
  font-style: normal;
  line-height: 1.45;
}

.theme-fstcho-next .fst-name-change-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.theme-fstcho-next .fst-name-change-comparison__card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-xs);
}

.theme-fstcho-next .fst-name-change-comparison__card h2 {
  margin: 16px 0 24px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: .98;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-name-change-comparison__facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.theme-fstcho-next .fst-name-change-comparison__facts div,
.theme-fstcho-next .fst-name-change-check-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-name-change-comparison__facts :where(dt, dd) {
  margin: 0;
}

.theme-fstcho-next .fst-name-change-comparison__facts dt,
.theme-fstcho-next .fst-name-change-check-list span {
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-name-change-proposal :where(.form-item, .form-wrapper) {
  margin-top: 18px;
}

.theme-fstcho-next .fst-name-change-impact {
  margin-top: 30px;
}

.theme-fstcho-next .fst-name-change-impact h2 {
  margin: 0 0 14px;
  font-family: var(--fst-font-body);
  font-size: 1.25rem;
  line-height: 1.2;
}

.theme-fstcho-next :where(.fst-name-change-impact ul, .fst-name-change-impact__list) {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fst-line);
  list-style: none;
}

.theme-fstcho-next :where(.fst-name-change-impact li, .fst-name-change-impact__item) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  gap: 3px;
  min-height: 0;
  margin: 0;
  padding: 14px 8px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-name-change-impact input {
  grid-column: 1;
  grid-row: 1 / span 2;
  appearance: auto;
  pointer-events: none;
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  min-height: 16px;
  margin-top: 3px;
}

.theme-fstcho-next .fst-name-change-impact input:disabled,
.theme-fstcho-next .fst-name-change-impact input:disabled ~ :where(.option, .form-item__label) {
  opacity: 1;
}

.theme-fstcho-next .fst-name-change-impact__item :where(.option, .form-item__label) {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--fst-ink);
  font-weight: 700;
  line-height: 1.35;
}

.theme-fstcho-next .fst-name-change-impact__item :where(.description, .form-item__description) {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

.theme-fstcho-next .fst-name-change-impact :where(strong, small) {
  grid-column: 2;
  min-width: 0;
}

.theme-fstcho-next .fst-name-change-impact small {
  color: var(--fst-muted);
  overflow-wrap: normal;
  word-break: normal;
}

.theme-fstcho-next .fst-name-change-check-list {
  margin-bottom: 30px;
}

.theme-fstcho-next .fst-name-change-check-list strong {
  text-align: right;
  font-size: .72rem;
}

.theme-fstcho-next :where(.fst-name-change-workspace__main, .fst-name-change-workspace__checks) {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-name-change-workspace__checks h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fst-line);
  font-size: 1.55rem;
  line-height: 1;
}

.theme-fstcho-next .fst-name-change-workspace__checks .fst-operation-preview {
  margin: 0;
}

.theme-fstcho-next .fst-service-form--name-change > .form-actions {
  justify-content: flex-end;
  margin-top: 18px;
}

.theme-fstcho-next .fst-service-form--name-change .fst-name-change-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

/* Canonical account dashboard from the approved full-screen source. */
.theme-fstcho-next .fst-account-page {
  width: 100%;
}

.theme-fstcho-next .fst-account-hero {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-account-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--fst-accent-text);
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-account-hero__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr);
  gap: 48px;
  align-items: end;
}

.theme-fstcho-next .fst-account-hero__heading h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
  line-height: .88;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-account-hero__heading p {
  margin: 0 0 8px;
  color: var(--fst-muted);
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.55;
}

.theme-fstcho-next .fst-account-summary {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-account-monogram {
  width: 92px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  color: var(--fst-white);
  background: var(--fst-ink);
  font-family: var(--fst-font-sans);
  font-size: 2.1rem;
  font-weight: 700;
  overflow: hidden;
}

.theme-fstcho-next .fst-account-monogram img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.theme-fstcho-next .fst-account-summary h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-account-summary p {
  margin: 0;
  color: var(--fst-muted);
}

.theme-fstcho-next .fst-account-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.theme-fstcho-next .fst-account-dashboard article {
  min-height: 254px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--fst-line);
  border-radius: var(--fst-radius-sm);
  background: var(--fst-surface-solid);
}

.theme-fstcho-next .fst-account-dashboard article > span {
  color: var(--fst-muted);
  font-size: .62rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-account-dashboard article > strong {
  display: block;
  margin: 18px 0 16px;
  font-family: var(--fst-font-sans);
  font-size: 3.25rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.theme-fstcho-next .fst-account-dashboard article > p {
  min-height: 42px;
  margin: 0 0 22px;
  color: var(--fst-muted);
  font-size: .8rem;
  line-height: 1.5;
}

.theme-fstcho-next .fst-account-dashboard .fst-text-action {
  margin-top: auto;
  color: var(--fst-accent-text);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}

.theme-fstcho-next .fst-account-dashboard .fst-text-action:hover,
.theme-fstcho-next .fst-account-dashboard .fst-text-action:focus-visible {
  color: var(--fst-accent-strong);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.theme-fstcho-next .fst-account-activity {
  margin-top: 46px;
}

.theme-fstcho-next .fst-account-activity > h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: .95;
  text-transform: uppercase;
}

.theme-fstcho-next .fst-account-activity__list {
  border-top: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-account-activity__list article {
  min-height: 64px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 140px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--fst-line);
}

.theme-fstcho-next .fst-account-activity__list :where(time, span) {
  color: var(--fst-muted);
  font-size: .75rem;
}

.theme-fstcho-next .fst-account-activity__list strong {
  font-size: .8rem;
}

@media (max-width: 991.98px) {
  .theme-fstcho-next .fst-name-change-workspace {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next .fst-management-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-fstcho-next .fst-membership-summary {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next .fst-membership-summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-fstcho-next .fst-membership-summary dl div:nth-child(3) {
    border-left: 0;
  }

  .theme-fstcho-next .fst-membership-summary dl div:nth-child(n + 3) {
    border-top: 1px solid var(--fst-line);
  }

  .theme-fstcho-next .fst-account-hero__heading,
  .theme-fstcho-next .fst-account-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .theme-fstcho-next .fst-management-filter {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls,
  .theme-fstcho-next .fst-management-filter .fst-catalog-filter__controls .btn {
    width: 100%;
  }

  .theme-fstcho-next .fst-management-selection {
    width: 100%;
    margin-left: 0;
  }

  .theme-fstcho-next.fst-service-route .fst-page-container,
  .theme-fstcho-next.path-management .fst-page-container {
    padding-top: 32px;
  }

  .theme-fstcho-next.page-route-entity-user-canonical .fst-page-container {
    padding-top: 36px;
  }

  .theme-fstcho-next .fst-service-page__heading,
  .theme-fstcho-next .fst-service-section__heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .theme-fstcho-next.fst-management-home-route .fst-service-page__heading {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next.fst-management-home-route .fst-service-page__heading h1 {
    font-size: clamp(2.9rem, 13vw, 3.25rem);
    white-space: normal;
  }

  .theme-fstcho-next .fst-service-page__heading > :where(.btn, .fst-status-marker) {
    justify-self: start;
  }

  .theme-fstcho-next .fst-service-tabs {
    margin-right: -16px;
    margin-left: -16px;
    padding-inline: 16px;
  }

  .theme-fstcho-next .fst-action-bar,
  .theme-fstcho-next .fst-membership-toolbar {
    align-items: stretch;
  }

  .theme-fstcho-next .fst-action-bar > *,
  .theme-fstcho-next .fst-membership-toolbar > * {
    width: 100%;
  }

  .theme-fstcho-next.fst-management-home-route .fst-action-bar > * {
    width: auto;
  }

  .theme-fstcho-next.fst-management-home-route .fst-management-selection {
    grid-column: 1 / -1;
    width: 100%;
  }

  .theme-fstcho-next.fst-management-home-route .fst-action-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-fstcho-next.fst-management-home-route .fst-action-bar > :where(.btn, .button) {
    width: 100%;
    padding-inline: 10px;
  }

  .theme-fstcho-next.page-route-entity-user-canonical .fst-page-container--catalog {
    padding-inline: 4px;
  }

  .theme-fstcho-next.page-route-entity-user-canonical .fst-content-surface > .region-content {
    padding-inline: 0;
  }

  .theme-fstcho-next .fst-service-list > article,
  .theme-fstcho-next .fstcho-identity-options,
  .theme-fstcho-next .fstcho-identity-records,
  .theme-fstcho-next .fstcho-recognized-records,
  .theme-fstcho-next .fstcho-missing-evidence__items {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next .fst-service-list > article > .btn {
    width: 100%;
  }

  .theme-fstcho-next :where(.fstcho-identity-decision, .fstcho-identity-pair-actions, .fstcho-review-actions) > * {
    width: 100%;
  }

  .theme-fstcho-next .fstcho-upload-field,
  .theme-fstcho-next :where(.fst-member-facts, .fstcho-review-meta, .fstcho-identity-facts) div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .theme-fstcho-next .fst-account-hero {
    margin-bottom: 28px;
    padding-bottom: 26px;
  }

  .theme-fstcho-next .fst-account-hero__heading {
    gap: 18px;
  }

  .theme-fstcho-next .fst-account-hero__heading h1 {
    font-size: clamp(2.7rem, 13vw, 3.35rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .theme-fstcho-next .fst-name-change-review-head,
  .theme-fstcho-next .fst-name-change-comparison {
    grid-template-columns: 1fr;
  }

  .theme-fstcho-next.fst-name-change-route .fst-page-container--catalog {
    padding-inline: 4px;
  }

  .theme-fstcho-next.fst-name-change-route .fst-service-page--name-change > .fst-content-surface > .region-content {
    padding-inline: 0;
  }

  .theme-fstcho-next .fst-service-page--name-change .fst-service-page__heading h1 {
    font-size: clamp(2.9rem, 13vw, 3.25rem);
  }

  .theme-fstcho-next :where(.fst-name-change-workspace__main, .fst-name-change-workspace__checks) {
    padding: 20px;
  }

  .theme-fstcho-next .fst-name-change-comparison__card {
    padding: 20px;
  }

  .theme-fstcho-next .fst-name-change-review-head time {
    justify-self: start;
  }

  .theme-fstcho-next .fst-service-form--name-change .fst-name-change-actions > * {
    width: 100%;
  }

  .theme-fstcho-next .fst-account-summary {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .theme-fstcho-next .fst-account-monogram {
    width: 66px;
    height: 82px;
    font-size: 1.55rem;
  }

  .theme-fstcho-next .fst-account-summary h2 {
    font-size: 1.35rem;
  }

  .theme-fstcho-next .fst-account-summary > .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .theme-fstcho-next .fst-account-dashboard article {
    min-height: 220px;
  }

  .theme-fstcho-next .fst-account-activity__list article {
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
    padding: 14px 0;
  }

  .theme-fstcho-next .fst-account-activity__list article strong {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}
