.growth-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  min-width: 0;
  width: min(100%, var(--growth-frame-width, 100%));
  max-width: var(--growth-frame-width, 100%);
  justify-self: center;
  box-sizing: border-box;
  padding-left: var(--growth-frame-edge-gap) !important;
  padding-right: var(--growth-frame-edge-gap) !important;
  --growth-hero-pad: clamp(1.35rem, 3vw, 2.15rem);
  --growth-frame-width: 100%;
  --growth-frame-edge-gap: 22.5px;
  --growth-hero-frame-gap: 45px;
  --growth-section-gap: 3px;
  --growth-section-pad: 5px;
  --growth-name-col-width: 114px;
  --growth-data-col-strength: 48px;
  --growth-data-col-campaign: 54px;
  --growth-data-col-furniture: 82px;
  --growth-cell-pad-x: 0.18rem;
  --growth-cell-pad-y: 0.16rem;
  --growth-body-row-height: 1.5rem;
  --growth-head-pad-x: 0.18rem;
  --growth-head-pad-y-top: 0.34rem;
  --growth-head-pad-y-bottom: 0.36rem;
}

body.public-shell-page .public-content-frame.public-content-frame--growth {
  width: min(100%, var(--growth-frame-width, var(--public-content-stage-max)));
  max-width: var(--growth-frame-width, var(--public-content-stage-max));
  min-width: 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
}

body.public-shell-page .public-content-grid.public-content-grid--growth {
  width: min(100%, var(--growth-frame-width, var(--public-content-stage-max)));
  max-width: var(--growth-frame-width, var(--public-content-stage-max));
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
}

body.public-shell-page[data-public-layout="right"] .public-content.public-content--growth,
body.public-shell-page[data-public-layout="sidebar"] .public-content.public-content--growth {
  width: min(
    var(--public-content-stage-max-top),
    calc(
      100% -
      var(--public-shell-sidebar-width) -
      var(--public-shell-gap)
    )
  );
}

.growth-shell {
  --public-hero-pad: var(--growth-hero-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  justify-self: stretch;
  align-self: start;
  padding-left: var(--growth-hero-pad);
  padding-right: var(--growth-hero-pad);
  padding-bottom: 1.1rem;
  overflow: hidden;
  border-radius: 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.growth-shell.growth-shell--sticky-table-header {
  overflow: hidden;
}

.growth-page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "copy toolbar";
  align-items: stretch;
  column-gap: 1.1rem;
  row-gap: 0.85rem;
  position: relative;
  overflow: visible;
  z-index: 900;
  isolation: isolate;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  justify-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.growth-page-header__copy,
.growth-page-header > :first-child {
  display: grid;
  grid-area: copy;
  align-content: start;
  justify-items: start;
  gap: 0.55rem;
  min-width: 0;
}

.growth-page-header__copy > * {
  min-width: 0;
  max-width: 100%;
}

.growth-toolbar.growth-sticky {
  z-index: 920;
}

.growth-toolbar.growth-sticky.is-stuck {
  width: 100%;
}

.growth-toolbar {
  grid-area: toolbar;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: flex-end;
  flex-wrap: nowrap;
  overflow: visible;
  width: max-content;
  min-width: 0;
  align-self: end;
  justify-self: end;
  margin-left: 0;
  margin-top: auto;
}

.growth-page-header.growth-page-header--compact-toolbar {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "copy";
}

.growth-page-header.growth-page-header--compact-toolbar .growth-toolbar {
  grid-area: copy;
  align-self: end;
  justify-self: center;
  justify-content: center;
  width: max-content;
  max-width: none;
  z-index: 5;
}

.growth-page-header.growth-page-header--compact-toolbar .growth-settings-anchor {
  z-index: 6;
}

.growth-page-header.growth-page-header--compact-toolbar .growth-settings-toggle {
  position: relative;
  z-index: 7;
  background: rgba(28, 20, 15, 0.96);
  border-color: rgba(228, 192, 132, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 20px rgba(0, 0, 0, 0.22);
}

.growth-search-panel {
  width: min(100%, clamp(280px, 28vw, 320px));
}

.growth-toolbar .members-search-wrap {
  display: inline-flex;
  align-items: center;
  justify-self: auto;
  width: min(100%, clamp(280px, 28vw, 320px));
  padding: 0 0.95rem;
  min-height: 48px;
  border-radius: 16px;
  background: rgba(28, 20, 15, 0.92);
  border: 1px solid rgba(228, 192, 132, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}

.growth-toolbar .members-search {
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
}

.growth-toolbar .members-search-icon {
  margin-right: 0.65rem;
  color: #d8bf97;
  font-size: 1rem;
  flex: 0 0 auto;
}

.growth-settings-toggle {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 16px;
}

.growth-settings-panel {
  width: 260px;
  min-width: 260px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(236, 198, 136, 0.2);
  background:
    radial-gradient(circle at top right, rgba(244, 198, 120, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(42, 30, 22, 0.98), rgba(19, 13, 10, 0.99));
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 243, 218, 0.07);
  font-size: 0.8rem;
  z-index: 180;
}

.growth-settings-panel .toggle-switch {
  width: 58px;
  min-width: 58px;
  max-width: 58px;
  flex: 0 0 58px;
  height: 30px;
}

.growth-settings-panel .toggle-switch .slider {
  inset: 0 4px;
}

.growth-settings-panel .toggle-switch input:checked + .slider::before {
  transform: translateX(21px);
}

.growth-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.95rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(236, 198, 136, 0.14);
}

.growth-settings-title {
  min-width: 0;
  color: #fff0cf;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.growth-settings-close {
  width: 2.55rem;
  height: 2.55rem;
  min-width: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(238, 198, 134, 0.24);
  background: linear-gradient(180deg, rgba(255, 241, 214, 0.08), rgba(255, 255, 255, 0.02));
  color: #fff0cf;
  font: inherit;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 243, 221, 0.05);
}

.growth-settings-close:hover {
  background: linear-gradient(180deg, rgba(255, 241, 214, 0.13), rgba(255, 255, 255, 0.04));
}

.growth-container {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
  display: block;
  box-sizing: border-box;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 1;
}

.growth-settings-anchor {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
  z-index: 20;
  isolation: isolate;
}

.growth-settings-anchor.is-panel-open {
  z-index: 30;
}

.growth-desktop-overlay-host {
  position: fixed;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 36;
}

.growth-desktop-overlay-host.is-panel-open {
  pointer-events: auto;
}

.growth-sticky-table-header-host {
  position: fixed;
  top: var(--growth-sticky-table-header-top, var(--nav-h));
  left: var(--growth-sticky-table-header-left, 0px);
  width: var(--growth-sticky-table-header-width, auto);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 34;
}

.growth-sticky-table-header-host.is-active {
  opacity: 1;
  visibility: visible;
}

.growth-sticky-table-header-copy {
  position: relative;
  width: var(--growth-sticky-table-header-width, auto);
  min-width: var(--growth-sticky-table-header-width, auto);
}

.growth-sticky-table-header-copy .growth-desktop-table,
.growth-sticky-table-header-copy .growth-section {
  position: absolute;
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.growth-sticky-table-header-copy .growth-subtable,
.growth-sticky-table-header-copy .growth-subtable th:last-child,
.growth-sticky-table-header-copy .growth-subtable thead tr:last-child th,
.growth-sticky-table-header-copy .growth-desktop-table thead tr:last-child th {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.growth-sticky-table-header-copy .growth-subtable th,
.growth-sticky-table-header-copy .growth-desktop-table th {
  box-sizing: border-box;
}

.growth-sticky-table-header-copy .growth-subtable tbody,
.growth-sticky-table-header-copy .growth-desktop-table tbody {
  display: none;
}

.growth-sticky-toolbar-host {
  position: fixed;
  top: var(--growth-sticky-toolbar-top, var(--nav-h));
  right: var(--growth-sticky-toolbar-right, 0px);
  width: var(--growth-sticky-toolbar-width, max-content);
  max-width: calc(100vw - 1rem);
  padding: 0.75rem;
  border-radius: 20px;
  background: rgba(18, 13, 10, 0.96);
  border: 1px solid rgba(228, 192, 132, 0.16);
  box-shadow: var(--shadow-soft);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 35;
}

.growth-sticky-toolbar-host.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.growth-sticky-toolbar-host .growth-toolbar {
  width: 100%;
  margin: 0;
}

.growth-toolbar-placeholder {
  visibility: hidden;
  pointer-events: none;
  flex: 0 0 auto;
}

.growth-settings-panel .growth-settings-section {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(236, 198, 136, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.04), rgba(255, 255, 255, 0.015));
  padding: 0;
  overflow: hidden;
}

.growth-settings-panel .growth-settings-section:last-child {
  margin-bottom: 0;
}

.growth-settings-panel .growth-settings-section-title {
  display: none;
}

.growth-settings-panel .growth-settings-section-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 0;
  background: transparent;
  color: #fff0cf;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.growth-settings-panel .growth-settings-section-trigger-label {
  font-size: 0.85rem;
  font-weight: 600;
}

.growth-settings-panel .growth-settings-section-trigger-icon {
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.growth-settings-panel .growth-settings-section-body {
  display: grid;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
}

.growth-settings-panel .growth-settings-section.is-collapsed .growth-settings-section-body {
  display: none;
}

.growth-settings-panel .growth-settings-section.is-collapsed .growth-settings-section-trigger-icon {
  transform: rotate(-90deg);
}

.growth-settings-panel .growth-settings-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.growth-settings-panel .growth-settings-option span {
  flex: 1 1 auto;
  min-width: 0;
}

.growth-settings-panel .toggle-switch .slider::before {
  width: 22px;
  height: 22px;
}

.growth-settings-panel .toggle-switch input:checked + .slider::before {
  transform: translateX(21px);
}

.growth-settings-panel .growth-settings-sort-toggle {
  margin-top: 0;
  margin-bottom: 2px;
}

.growth-settings-panel .growth-settings-sort-controls {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.growth-settings-panel .growth-settings-sort-field {
  display: grid;
  gap: 5px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(236, 198, 136, 0.12);
  background: rgba(255, 250, 242, 0.03);
}

.growth-settings-panel .growth-settings-sort-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 223, 186, 0.85);
}

.growth-settings-panel .growth-settings-sort-control {
  width: 100%;
}

.growth-settings-panel .growth-settings-sort-control select {
  width: 100%;
}

.growth-settings-panel .growth-sort-category.is-disabled {
  opacity: 0.55;
}

.growth-settings-section .growth-reset-sort-btn {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  background-color: #e74c3c;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.78rem;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.growth-settings-section .growth-reset-sort-btn:hover {
  background-color: #c0392b;
}

#growthTableContainer {
  width: max-content;
  max-width: none;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
}

.growth-member-card.rank-card-guild-master {
  border-color: #a64c86;
}

.growth-member-card.rank-card-guild-deputy {
  border-color: #276992;
}

.growth-member-card.rank-card-exemplar {
  border-color: #cf5b2c;
}

.growth-section-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--growth-section-gap);
  width: max-content;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
}

.growth-section {
  flex: 0 0 auto;
  width: max-content;
  padding: var(--growth-section-pad);
  border: 1px solid rgba(228, 192, 132, 0.16);
  border-radius: 20px;
  background: rgba(18, 13, 10, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
  overflow: visible;
}

.growth-section h3 {
  margin: 0 0 2px;
  text-align: center;
}

.growth-section .heading-title,
.growth-section .heading-subtitle {
  display: block;
}

.growth-section .heading-title {
  color: #fff0cf;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.growth-section .heading-subtitle {
  margin-top: 0;
  color: rgba(240, 219, 184, 0.76);
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  min-height: 0;
}

.names-section {
  width: max-content;
  flex: 0 0 auto;
}

.names-section h3 {
  margin-bottom: 2px;
}

.growth-desktop-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  background: rgba(18, 13, 10, 0.94);
  border: 1px solid rgba(228, 192, 132, 0.16);
  border-radius: 20px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.growth-desktop-table col.growth-col-width--number {
  width: 2.4rem;
}

.growth-desktop-table col.growth-col-width--member {
  width: 15.5rem;
}

.growth-desktop-table col.growth-col-width--prev-strength,
.growth-desktop-table col.growth-col-width--prev-campaign,
.growth-desktop-table col.growth-col-width--curr-strength,
.growth-desktop-table col.growth-col-width--curr-campaign,
.growth-desktop-table col.growth-col-width--diff-strength,
.growth-desktop-table col.growth-col-width--diff-campaign {
  width: 5rem;
}

.growth-desktop-table col.growth-col-width--prev-furniture,
.growth-desktop-table col.growth-col-width--curr-furniture,
.growth-desktop-table col.growth-col-width--diff-furniture {
  width: 7rem;
}

.growth-desktop-table col.growth-col-width--coeff {
  width: 4.5rem;
}

.growth-group-header {
  padding: 0.42rem 0.35rem 0.3rem;
  border-bottom: 1px solid rgba(228, 192, 132, 0.16);
  background: linear-gradient(180deg, rgba(54, 38, 28, 0.95), rgba(29, 21, 16, 0.95));
  text-align: center;
  vertical-align: middle;
}

.growth-group-header-title,
.growth-group-header-subtitle {
  display: block;
}

.growth-group-header-title {
  color: #fff0cf;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.04;
}

.growth-group-header-subtitle {
  margin-top: 0.02rem;
  color: rgba(240, 219, 184, 0.76);
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  min-height: 0;
}

.growth-desktop-label-row th {
  padding: 0.38rem 0.4rem 0.42rem;
  border-bottom: 1px solid rgba(228, 192, 132, 0.16);
  background: rgba(31, 22, 17, 0.98);
  text-align: center;
  vertical-align: middle;
}

.growth-desktop-table tbody td {
  padding: 0.48rem 0.35rem;
  border-top: 1px solid rgba(228, 192, 132, 0.12);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.growth-desktop-table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.02);
}

.growth-desktop-table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.08);
}

.growth-desktop-table .growth-col-group--prev.growth-col-strength,
.growth-desktop-table .growth-col-group--curr.growth-col-strength,
.growth-desktop-table .growth-col-group--diff.growth-col-strength,
.growth-desktop-table .growth-col-group--coeff,
.growth-desktop-table .growth-group-header[data-section="prev"],
.growth-desktop-table .growth-group-header[data-section="curr"],
.growth-desktop-table .growth-group-header[data-section="diff"],
.growth-desktop-table .growth-group-header[data-section="coeff"] {
  border-left: 1px solid rgba(228, 192, 132, 0.16);
}

.growth-desktop-table .growth-col-member {
  text-align: left;
}

.growth-desktop-table td,
.growth-desktop-table th {
  overflow: visible;
}

.growth-section-wrapper .growth-subtable tbody tr {
  cursor: pointer;
}

.growth-section-wrapper .growth-subtable tbody tr[data-is-free="true"] {
  cursor: default;
}

.growth-subtable {
  width: max-content;
  min-width: 0;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.growth-section:not(.names-section) .growth-subtable {
  table-layout: auto;
}

.growth-section:not(.names-section) .growth-subtable th,
.growth-section:not(.names-section) .growth-subtable td {
  border-top: 1px solid rgba(228, 192, 132, 0.12);
  border-bottom: 1px solid rgba(228, 192, 132, 0.12);
  border-left: 0;
  border-right: 0;
  padding: var(--growth-cell-pad-y) var(--growth-cell-pad-x);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.growth-section:not(.names-section) .growth-subtable th:nth-child(1),
.growth-section:not(.names-section) .growth-subtable td:nth-child(1) {
  min-width: var(--growth-data-col-strength);
}

.growth-section:not(.names-section) .growth-subtable th:nth-child(2),
.growth-section:not(.names-section) .growth-subtable td:nth-child(2) {
  min-width: var(--growth-data-col-campaign);
}

.growth-section:not(.names-section) .growth-subtable th:nth-child(3),
.growth-section:not(.names-section) .growth-subtable td:nth-child(3) {
  min-width: var(--growth-data-col-furniture);
}

.growth-section:not(.names-section) .growth-subtable th:nth-child(1),
.growth-section:not(.names-section) .growth-subtable td:nth-child(1),
.growth-section:not(.names-section) .growth-subtable th:nth-child(2),
.growth-section:not(.names-section) .growth-subtable td:nth-child(2) {
  border-right: 1px solid rgba(228, 192, 132, 0.16);
}

.growth-section-wrapper.hide-furniture .growth-section:not(.names-section) .growth-subtable th:nth-child(2),
.growth-section-wrapper.hide-furniture .growth-section:not(.names-section) .growth-subtable td:nth-child(2),
.growth-section-wrapper.hide-campaign.hide-furniture .growth-section:not(.names-section) .growth-subtable th:nth-child(1),
.growth-section-wrapper.hide-campaign.hide-furniture .growth-section:not(.names-section) .growth-subtable td:nth-child(1) {
  border-right: 0;
}

.growth-section--coeff .growth-subtable th:only-child,
.growth-section--coeff .growth-subtable td:only-child {
  border-right: 0 !important;
}

.growth-section:not(.names-section) .growth-subtable thead th {
  padding:
    var(--growth-head-pad-y-top)
    var(--growth-head-pad-x)
    var(--growth-head-pad-y-bottom);
  background: rgba(31, 22, 17, 0.98);
  border-bottom-color: rgba(228, 192, 132, 0.16);
  color: #fff0cf;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.15;
}

.growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.02);
}

.growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.08);
}

.names-section .growth-subtable th,
.names-section .growth-subtable td {
  border-top: 1px solid rgba(228, 192, 132, 0.12);
  border-bottom: 1px solid rgba(228, 192, 132, 0.12);
  border-left: 0;
  border-right: 0;
  padding: var(--growth-cell-pad-y) var(--growth-cell-pad-x);
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.names-section .growth-subtable th:first-child,
.names-section .growth-subtable td:first-child {
  border-right: 1px solid rgba(228, 192, 132, 0.16);
}

.names-section .growth-subtable th:last-child,
.names-section .growth-subtable td:last-child {
  min-width: var(--growth-name-col-width);
}

.names-section .growth-subtable thead th {
  padding:
    var(--growth-head-pad-y-top)
    var(--growth-head-pad-x)
    var(--growth-head-pad-y-bottom);
  background: rgba(31, 22, 17, 0.98);
  border-bottom-color: rgba(228, 192, 132, 0.16);
  color: #fff0cf;
}

.names-section .growth-subtable tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.02);
}

.names-section .growth-subtable tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.08);
}

.growth-medal-icon {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  transition: width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

.growth-section-wrapper.hide-medals .growth-medal-icon {
  width: 0;
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
}

.growth-section-wrapper.hide-medals .growth-medal-host {
  display: none;
}

.growth-number-header,
.growth-row-number {
  width: 18px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: var(--text-secondary, #6b7280);
  white-space: nowrap;
  transition: width 0.3s ease, padding-left 0.3s ease, padding-right 0.3s ease, opacity 0.3s ease;
}

.growth-row-number {
  font-weight: 400;
}

.names-section .growth-subtable .growth-number-header,
.names-section .growth-subtable .growth-row-number {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.growth-rank-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.growth-header-icon {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  display: inline-block;
}

.growth-base-value {
  display: inline-block;
  line-height: 1.1;
}

.percent-value {
  display: block;
  margin-top: 0.18rem;
  color: var(--text-secondary, #9ca3af);
  font-size: 0.75em;
  line-height: 1.05;
  white-space: nowrap;
}

.growth-value-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 2.35rem;
}

.growth-settings-panel--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  margin-top: 0;
  max-height: var(--growth-settings-desktop-max-height, min(520px, calc(100dvh - var(--nav-h) - 2rem)));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  z-index: 36;
  pointer-events: auto;
}

#growthTableContainer {
  position: relative;
  z-index: 1;
}

.growth-desktop-table {
  position: relative;
  z-index: 2;
}

.growth-tooltip-host {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: visible;
  z-index: 2;
}

.growth-tooltip-host.is-tooltip-open {
  z-index: 24;
  isolation: isolate;
}

.growth-tooltip-cell-open {
  position: relative;
  z-index: 23;
}

.growth-tooltip-host--icon {
  line-height: 0;
}

.growth-furniture-icon-row .growth-tooltip-host {
  flex: 1 1 0;
  width: 100%;
}

.growth-inline-tooltip,
.medal-tooltip,
.rank-tooltip {
  z-index: 25;
}

.growth-inline-tooltip.rank-tooltip,
.growth-inline-tooltip.medal-tooltip {
  display: block;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(236, 198, 136, 0.28);
  background:
    radial-gradient(circle at top right, rgba(244, 198, 120, 0.18), transparent 36%),
    radial-gradient(circle at bottom left, rgba(166, 99, 52, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(63, 44, 31, 0.96), rgba(23, 16, 12, 0.98));
  color: #f2e0c0;
  box-shadow:
    0 26px 44px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 245, 224, 0.1),
    inset 0 -1px 0 rgba(120, 78, 41, 0.22);
  text-align: center;
  overflow: hidden;
  backdrop-filter: blur(14px);
  width: min(18.5rem, calc(100vw - 1.5rem));
  max-width: min(18.5rem, calc(100vw - 1.5rem));
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
}

.growth-inline-tooltip.growth-inline-tooltip--floating,
.growth-inline-tooltip.rank-tooltip.growth-inline-tooltip--floating,
.growth-inline-tooltip.medal-tooltip.growth-inline-tooltip--floating {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  transform: none;
}

.growth-inline-tooltip.rank-tooltip::before,
.growth-inline-tooltip.medal-tooltip::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 241, 214, 0.26), transparent 28%, transparent 74%, rgba(209, 139, 77, 0.22));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.growth-inline-tooltip.rank-tooltip {
  max-width: min(300px, calc(100vw - 1.5rem));
}

.growth-inline-tooltip.medal-tooltip {
  max-width: min(340px, calc(100vw - 1.5rem));
}

.growth-inline-tooltip .rank-tooltip-title,
.growth-inline-tooltip .medal-tooltip-rarity,
.growth-inline-tooltip .medal-tooltip-name,
.growth-inline-tooltip .rank-tooltip-divider,
.growth-inline-tooltip .medal-tooltip-divider,
.growth-inline-tooltip .rank-tooltip-desc,
.growth-inline-tooltip .medal-tooltip-desc,
.growth-inline-tooltip .rank-tooltip-image,
.growth-inline-tooltip .medal-tooltip-image {
  position: relative;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.growth-inline-tooltip .rank-tooltip-title,
.growth-inline-tooltip .medal-tooltip-rarity {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff1d0;
  text-shadow: 0 3px 16px rgba(244, 198, 120, 0.18);
}

.growth-inline-tooltip .medal-tooltip-rarity {
  margin-bottom: 0.18rem;
}

.growth-inline-tooltip .medal-tooltip-name {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #f8e7c5;
}

.growth-inline-tooltip .rank-tooltip-title {
  margin-bottom: 0.65rem;
}

.growth-inline-tooltip .rank-tooltip-divider,
.growth-inline-tooltip .medal-tooltip-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(236, 198, 136, 0.58), transparent);
  margin: 0.75rem 0 0.7rem;
}

.growth-inline-tooltip .rank-tooltip-desc,
.growth-inline-tooltip .medal-tooltip-desc {
  margin: 0;
  color: #e6d1ab;
  line-height: 1.6;
}

.growth-inline-tooltip .rank-tooltip-image,
.growth-inline-tooltip .medal-tooltip-image {
  display: block;
  margin: 0.65rem auto 0.75rem;
  object-fit: contain;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0.75rem;
  background:
    radial-gradient(circle at top, rgba(255, 240, 212, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(255, 248, 237, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(238, 199, 137, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 218, 0.05),
    0 10px 18px rgba(0, 0, 0, 0.18);
}

.growth-inline-tooltip .rank-tooltip-image {
  width: 92px;
  height: 92px;
}

.growth-inline-tooltip .medal-tooltip-image {
  width: 112px;
  height: 112px;
}

.growth-inline-tooltip .rarity-elite {
  color: #c481bc;
}

.growth-inline-tooltip .rarity-legendary {
  color: #c89544;
}

.growth-inline-tooltip .rarity-mythic,
.growth-inline-tooltip .rarity-ascended {
  color: #c95270;
}

.growth-furniture-icon-row {
  display: flex;
  width: 100%;
  margin-top: 2px;
}

.growth-furniture-icon {
  flex: 1;
  height: 14px;
  width: auto;
  object-fit: contain;
  cursor: pointer;
}

.growth-subtable tbody tr.highlighted td,
.growth-subtable tbody tr.highlighted th {
  background-color: rgba(196, 141, 68, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(246, 211, 150, 0.22);
}

.growth-section-wrapper .growth-section[data-section="prev"][hidden],
.growth-section-wrapper .growth-section[data-section="curr"][hidden],
.growth-section-wrapper .growth-section[data-section="diff"][hidden],
.growth-section-wrapper .growth-section[data-section="coeff"][hidden] {
  display: none !important;
}

.growth-section-wrapper.hide-section-prev .growth-desktop-table .growth-col-group--prev,
.growth-section-wrapper.hide-section-prev .growth-desktop-table .growth-group-header[data-section="prev"],
.growth-section-wrapper.hide-section-curr .growth-desktop-table .growth-col-group--curr,
.growth-section-wrapper.hide-section-curr .growth-desktop-table .growth-group-header[data-section="curr"],
.growth-section-wrapper.hide-section-diff .growth-desktop-table .growth-col-group--diff,
.growth-section-wrapper.hide-section-diff .growth-desktop-table .growth-group-header[data-section="diff"],
.growth-section-wrapper.hide-section-coeff .growth-desktop-table .growth-col-group--coeff,
.growth-section-wrapper.hide-section-coeff .growth-desktop-table .growth-group-header[data-section="coeff"] {
  display: none !important;
}

.growth-section-wrapper.hide-strength .growth-section:not(.names-section) .growth-subtable th:first-child:not(:only-child),
.growth-section-wrapper.hide-strength .growth-section:not(.names-section) .growth-subtable td:first-child:not(:only-child),
.growth-section-wrapper.hide-strength .growth-desktop-table .growth-col-strength,
.growth-section-wrapper.hide-campaign .growth-section:not(.names-section) .growth-subtable th:nth-child(2),
.growth-section-wrapper.hide-campaign .growth-section:not(.names-section) .growth-subtable td:nth-child(2),
.growth-section-wrapper.hide-campaign .growth-desktop-table .growth-col-campaign,
.growth-section-wrapper.hide-furniture .growth-section:not(.names-section) .growth-subtable th:nth-child(3),
.growth-section-wrapper.hide-furniture .growth-section:not(.names-section) .growth-subtable td:nth-child(3),
.growth-section-wrapper.hide-furniture .growth-desktop-table .growth-col-furniture {
  display: none !important;
}

.growth-disabled-hint {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  color: #f4d38e;
}

html[data-admin-theme="slate"] .growth-settings-panel .growth-settings-section {
  border-color: rgba(158, 187, 218, 0.16);
  background: rgba(18, 26, 38, 0.72);
}

html[data-admin-theme="slate"] .growth-settings-header {
  border-bottom-color: rgba(158, 187, 218, 0.16);
}

html[data-admin-theme="slate"] .growth-settings-title {
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-settings-close {
  border-color: rgba(158, 187, 218, 0.24);
  background: linear-gradient(180deg, rgba(214, 230, 250, 0.08), rgba(255, 255, 255, 0.02));
  color: #edf4ff;
  box-shadow: inset 0 1px 0 rgba(235, 243, 255, 0.05);
}

html[data-admin-theme="slate"] .growth-settings-close:hover {
  background: linear-gradient(180deg, rgba(214, 230, 250, 0.14), rgba(255, 255, 255, 0.04));
}

html[data-admin-theme="slate"] .growth-settings-panel .growth-settings-section-trigger {
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-settings-panel .growth-settings-option span,
html[data-admin-theme="slate"] .growth-settings-panel .growth-settings-sort-label {
  color: #d2deef;
}

html[data-admin-theme="slate"] .growth-disabled-hint {
  color: #c7d9f0;
}

html[data-admin-theme="slate"] .growth-settings-panel .growth-settings-sort-control select {
  border-color: rgba(158, 187, 218, 0.2);
  background: rgba(11, 17, 26, 0.9);
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-settings-panel .toggle-switch .slider {
  background: rgba(194, 212, 234, 0.12);
  border-color: rgba(194, 212, 234, 0.18);
}

html[data-admin-theme="slate"] .growth-settings-panel .toggle-switch .slider::before {
  background: linear-gradient(180deg, #eff6ff, #c1d3ea);
  box-shadow: 0 2px 8px rgba(4, 9, 17, 0.28);
}

html[data-admin-theme="slate"] .growth-section,
html[data-admin-theme="slate"] .growth-desktop-table {
  border-color: rgba(158, 187, 218, 0.2);
  background: rgba(12, 18, 28, 0.94);
  box-shadow: 0 20px 34px rgba(3, 8, 15, 0.28);
}

html[data-admin-theme="slate"] .growth-section h3,
html[data-admin-theme="slate"] .growth-group-header,
html[data-admin-theme="slate"] .growth-desktop-table thead th,
html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable thead th,
html[data-admin-theme="slate"] .names-section .growth-subtable thead th {
  border-color: rgba(158, 187, 218, 0.18);
  background: linear-gradient(180deg, rgba(32, 47, 66, 0.96), rgba(18, 27, 39, 0.96));
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-section .heading-title,
html[data-admin-theme="slate"] .growth-group-header-title,
html[data-admin-theme="slate"] .growth-name-header,
html[data-admin-theme="slate"] .growth-base-value {
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-section .heading-subtitle,
html[data-admin-theme="slate"] .growth-group-header-subtitle,
html[data-admin-theme="slate"] .growth-number-header,
html[data-admin-theme="slate"] .growth-row-number,
html[data-admin-theme="slate"] .percent-value {
  color: #b9c9dc;
}

html[data-admin-theme="slate"] .growth-desktop-table tbody td,
html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable th,
html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable td,
html[data-admin-theme="slate"] .names-section .growth-subtable th,
html[data-admin-theme="slate"] .names-section .growth-subtable td {
  border-color: rgba(158, 187, 218, 0.14);
}

html[data-admin-theme="slate"] .growth-desktop-table tbody tr:nth-child(odd) td,
html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(odd) td,
html[data-admin-theme="slate"] .names-section .growth-subtable tbody tr:nth-child(odd) td {
  background: rgba(205, 224, 245, 0.04);
}

html[data-admin-theme="slate"] .growth-desktop-table tbody tr:nth-child(even) td,
html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(even) td,
html[data-admin-theme="slate"] .names-section .growth-subtable tbody tr:nth-child(even) td {
  background: rgba(8, 13, 20, 0.32);
}

html[data-admin-theme="slate"] .growth-desktop-table .growth-col-group--prev.growth-col-strength,
html[data-admin-theme="slate"] .growth-desktop-table .growth-col-group--curr.growth-col-strength,
html[data-admin-theme="slate"] .growth-desktop-table .growth-col-group--diff.growth-col-strength,
html[data-admin-theme="slate"] .growth-desktop-table .growth-col-group--coeff,
html[data-admin-theme="slate"] .growth-desktop-table .growth-group-header[data-section="prev"],
html[data-admin-theme="slate"] .growth-desktop-table .growth-group-header[data-section="curr"],
html[data-admin-theme="slate"] .growth-desktop-table .growth-group-header[data-section="diff"],
html[data-admin-theme="slate"] .growth-desktop-table .growth-group-header[data-section="coeff"] {
  border-left-color: rgba(158, 187, 218, 0.18);
}

html[data-admin-theme="slate"] .growth-desktop-table .growth-col-member,
html[data-admin-theme="slate"] .growth-name-cell {
  color: #edf4ff;
}

html[data-admin-theme="slate"] .growth-tone-muted {
  color: #9e9e9e;
}

html[data-admin-theme="slate"] .growth-tone-pos {
  color: #4caf50;
}

html[data-admin-theme="slate"] .growth-tone-neg {
  color: #f44336;
}

html[data-admin-theme="slate"] .growth-tone-warn,
html[data-admin-theme="slate"] .growth-tone-partial {
  color: #fbc02d;
}

html[data-admin-theme="slate"] .growth-subtable tbody tr.highlighted td,
html[data-admin-theme="slate"] .growth-subtable tbody tr.highlighted th {
  background-color: rgba(120, 159, 199, 0.24) !important;
  box-shadow: inset 0 0 0 1px rgba(184, 211, 239, 0.2);
}

html[data-admin-theme="slate"] .growth-furniture-value--divided::before {
  background: rgba(184, 211, 239, 0.24);
}

html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(odd) .growth-furniture-value--divided::before,
html[data-admin-theme="slate"] .names-section .growth-subtable tbody tr:nth-child(odd) .growth-furniture-value--divided::before {
  background: rgba(184, 211, 239, 0.16);
}

html[data-admin-theme="slate"] .growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(even) .growth-furniture-value--divided::before,
html[data-admin-theme="slate"] .names-section .growth-subtable tbody tr:nth-child(even) .growth-furniture-value--divided::before {
  background: rgba(184, 211, 239, 0.24);
}

.growth-sort-period option.growth-option-disabled,
.growth-sort-category option.growth-option-disabled {
  color: var(--text-muted);
}

@media (max-width: 1080px) {
  body.public-shell-page[data-public-layout="top"] .public-content.public-content--growth,
  body.public-shell-page[data-public-layout="right"] .public-content.public-content--growth,
  body.public-shell-page[data-public-layout="sidebar"] .public-content.public-content--growth,
  body.public-shell-page .public-content-grid.public-content-grid--growth,
  body.public-shell-page .public-content-frame.public-content-frame--growth {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .growth-page,
  .growth-container,
  .growth-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    justify-self: stretch;
  }

  .growth-page {
    --growth-frame-edge-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .growth-page {
    --growth-frame-width: 100%;
    --growth-hero-frame-gap: 0px;
  }

  body.public-shell-page .public-content-grid.public-content-grid--growth {
    width: min(100%, var(--growth-frame-width, 100%));
    max-width: 100%;
  }

  body.public-shell-page .public-content-frame.public-content-frame--growth {
    width: min(100%, var(--growth-frame-width, 100%));
    max-width: 100%;
  }

  .growth-shell {
    width: 100%;
    max-width: 100%;
  }

  .growth-container {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }

  .growth-page-header {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "toolbar";
    row-gap: 0.85rem;
    z-index: 80;
  }

  .growth-toolbar {
    width: 100%;
    justify-self: stretch;
    align-self: auto;
  }

  .growth-search-panel,
  .growth-toolbar .members-search-wrap {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 800px) {
  #growthTableContainer,
  .growth-cards-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .growth-cards-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
  }

  .growth-member-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      rgba(18, 13, 10, 0.94);
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }

  .growth-member-card .growth-card-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0;
    min-width: 0;
  }

  .growth-member-card .growth-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    margin-right: 0;
    white-space: nowrap;
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .growth-card-meta {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    flex: 1 1 auto;
  }

  .growth-member-card .growth-card-name {
    min-width: 0;
    flex: 0 1 auto;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .growth-member-card .growth-card-rank-icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    flex: 0 0 auto;
  }

  .growth-member-card .growth-card-medals {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    margin-left: 0;
    min-width: 0;
    flex: 0 0 auto;
  }

  .growth-member-card .growth-card-medals .growth-tooltip-host {
    display: inline-flex;
    width: 16px;
    height: 16px;
  }

  .growth-member-card .growth-card-medals img {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
  }

  .growth-member-card .growth-card-headings,
  .growth-member-card .growth-card-row {
    display: none !important;
  }

  .growth-mobile-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
  }

  .growth-mobile-stat-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.8rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
      rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
  }

  .growth-mobile-stat-card--furniture,
  .growth-mobile-stat-card--coeff {
    grid-column: 1 / -1;
  }

  .growth-mobile-stat-title {
    font-size: 0.74rem;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted, #94a3b8);
  }

  .growth-mobile-stat-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .growth-mobile-value {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.55rem 0.45rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
  }

  .growth-mobile-value-label {
    display: block;
    font-size: 0.62rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted, #94a3b8);
    text-align: left;
  }

  .growth-mobile-value-text {
    min-width: 0;
    font-size: 0.83rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
  }

  .growth-mobile-value .growth-value-container {
    display: block;
    min-width: 0;
  }

  .growth-mobile-value .percent-value {
    margin-top: 0.18rem;
    font-size: 0.66rem;
    line-height: 1.1;
    opacity: 0.9;
  }

  .growth-mobile-value.diff.pos {
    border-color: rgba(76, 175, 80, 0.28);
    background: linear-gradient(180deg, rgba(76, 175, 80, 0.16), rgba(76, 175, 80, 0.05));
  }

  .growth-mobile-value.diff.pos .growth-mobile-value-text {
    color: #4caf50;
  }

  .growth-mobile-value.diff.neg {
    border-color: rgba(244, 67, 54, 0.28);
    background: linear-gradient(180deg, rgba(244, 67, 54, 0.15), rgba(244, 67, 54, 0.05));
  }

  .growth-mobile-value.diff.neg .growth-mobile-value-text {
    color: #f44336;
  }

  .growth-mobile-value.diff.zero {
    border-color: rgba(158, 158, 158, 0.2);
    background: linear-gradient(180deg, rgba(158, 158, 158, 0.12), rgba(158, 158, 158, 0.04));
  }

  .growth-mobile-value.diff.zero .growth-mobile-value-text {
    color: #9e9e9e;
  }

  .growth-mobile-value.diff.partial {
    border-color: rgba(251, 192, 45, 0.28);
    background: linear-gradient(180deg, rgba(251, 192, 45, 0.16), rgba(251, 192, 45, 0.05));
  }

  .growth-mobile-value.diff.partial .growth-mobile-value-text {
    color: #fbc02d;
  }

  .growth-mobile-value.curr.coeff-high {
    border-color: rgba(76, 175, 80, 0.28);
    background: linear-gradient(180deg, rgba(76, 175, 80, 0.16), rgba(76, 175, 80, 0.05));
  }

  .growth-mobile-value.curr.coeff-high .growth-mobile-value-text {
    color: #4caf50;
  }

  .growth-mobile-value.curr.coeff-medium {
    border-color: rgba(255, 152, 0, 0.28);
    background: linear-gradient(180deg, rgba(255, 152, 0, 0.16), rgba(255, 152, 0, 0.05));
  }

  .growth-mobile-value.curr.coeff-medium .growth-mobile-value-text {
    color: #fbc02d;
  }

  .growth-mobile-value.curr.coeff-low {
    border-color: rgba(244, 67, 54, 0.28);
    background: linear-gradient(180deg, rgba(244, 67, 54, 0.15), rgba(244, 67, 54, 0.05));
  }

  .growth-mobile-value.curr.coeff-low .growth-mobile-value-text {
    color: #f44336;
  }

  .growth-mobile-value.curr.zero {
    border-color: rgba(158, 158, 158, 0.2);
    background: linear-gradient(180deg, rgba(158, 158, 158, 0.12), rgba(158, 158, 158, 0.04));
  }

  .growth-mobile-value.curr.zero .growth-mobile-value-text {
    color: #9e9e9e;
  }

  .growth-mobile-furniture-stack {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .growth-mobile-furniture-section {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
  }

  .growth-mobile-furniture-section + .growth-mobile-furniture-section {
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .growth-mobile-furniture-section-title {
    font-size: 0.7rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted, #94a3b8);
  }

  html[data-admin-theme="slate"] .growth-member-card {
    background:
      linear-gradient(180deg, rgba(214, 230, 247, 0.05), rgba(214, 230, 247, 0.016)),
      rgba(12, 18, 28, 0.94);
    box-shadow:
      0 18px 30px rgba(3, 8, 15, 0.26),
      inset 0 1px 0 rgba(223, 236, 255, 0.04);
  }

  html[data-admin-theme="slate"] .growth-member-card:not(.rank-card-guild-master):not(.rank-card-guild-deputy):not(.rank-card-exemplar) {
    border-color: rgba(158, 187, 218, 0.18);
  }

  html[data-admin-theme="slate"] .growth-member-card .growth-card-index,
  html[data-admin-theme="slate"] .growth-mobile-stat-card,
  html[data-admin-theme="slate"] .growth-mobile-value {
    border-color: rgba(158, 187, 218, 0.16);
  }

  html[data-admin-theme="slate"] .growth-member-card .growth-card-index {
    background: rgba(205, 224, 245, 0.08);
    color: #edf4ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-stat-card {
    background:
      linear-gradient(180deg, rgba(214, 230, 247, 0.05), rgba(214, 230, 247, 0.018)),
      rgba(9, 14, 22, 0.34);
    box-shadow: inset 0 1px 0 rgba(223, 236, 255, 0.04);
  }

  html[data-admin-theme="slate"] .growth-mobile-value {
    background: rgba(205, 224, 245, 0.045);
  }

  html[data-admin-theme="slate"] .growth-member-card .growth-card-name,
  html[data-admin-theme="slate"] .growth-mobile-value-text {
    color: #edf4ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-stat-title,
  html[data-admin-theme="slate"] .growth-mobile-value-label,
  html[data-admin-theme="slate"] .growth-mobile-furniture-section-title {
    color: #b9c9dc;
  }

  html[data-admin-theme="slate"] .growth-mobile-furniture-section + .growth-mobile-furniture-section {
    border-top-color: rgba(158, 187, 218, 0.16);
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar {
    border-color: rgba(158, 187, 218, 0.22);
    background:
      radial-gradient(circle at top right, rgba(129, 164, 204, 0.14), transparent 38%),
      linear-gradient(180deg, rgba(24, 34, 48, 0.9), rgba(14, 21, 30, 0.94));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__text {
    color: #e8f1ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__label {
    color: #b7c9df;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__value,
  html[data-admin-theme="slate"] .growth-mobile-date-bar__days {
    color: #f4f8ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__separator {
    color: rgba(183, 201, 223, 0.7);
  }
}

@media (max-width: 720px) {
  .growth-page {
    gap: 1rem;
  }

  .growth-shell {
    padding-bottom: 0;
  }

  .growth-toolbar.growth-sticky,
  .growth-toolbar.growth-sticky.is-stuck {
    position: static;
    right: auto;
    width: 100%;
    max-width: none;
    top: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .growth-sticky-toolbar-host,
  .growth-sticky-toolbar-host.is-active {
    max-width: calc(100vw - 1rem);
    padding: 0;
  }

  .growth-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }

  .growth-search-panel,
  .growth-toolbar .members-search-wrap {
    order: initial;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: none;
  }

  .growth-settings-anchor {
    order: initial;
    margin-left: 0;
    flex: 0 0 46px;
    width: 46px;
    justify-self: end;
  }

  .growth-settings-panel,
  .growth-settings-panel.growth-settings-panel--floating {
    width: var(--public-mobile-dialog-width, min(272px, calc(100vw - 1.5rem)));
    max-width: var(--public-mobile-dialog-width, min(272px, calc(100vw - 1.5rem)));
    padding: var(--public-mobile-dialog-padding, 0.85rem);
    box-sizing: border-box;
    border-radius: var(--public-mobile-dialog-radius, 20px);
    border-color: rgba(238, 198, 134, 0.2);
    background:
      radial-gradient(circle at top right, rgba(244, 198, 120, 0.16), transparent 36%),
      linear-gradient(180deg, rgba(45, 32, 24, 0.98), rgba(18, 13, 10, 0.99));
    box-shadow:
      0 24px 40px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 243, 221, 0.06);
  }

  .growth-settings-panel.growth-settings-panel--floating {
    position: fixed;
    top: 50dvh;
    left: 50vw;
    right: auto;
    bottom: auto;
    max-height: var(--public-mobile-dialog-max-height, min(520px, calc(100dvh - 1.5rem)));
    overflow-y: auto;
    transform: translate(-50%, calc(-50% - 6px));
  }

  .growth-settings-panel.growth-settings-panel--floating.is-open {
    transform: translate(-50%, -50%);
  }

  html[data-admin-theme="slate"] .growth-settings-panel,
  html[data-admin-theme="slate"] .growth-settings-panel.growth-settings-panel--floating {
    border-color: rgba(158, 187, 218, 0.2);
    background:
      radial-gradient(circle at top right, rgba(129, 164, 204, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(18, 25, 36, 0.98), rgba(10, 15, 22, 0.99));
    box-shadow:
      0 24px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(235, 243, 255, 0.06);
  }

  #growthTableContainer {
    padding-bottom: 0.2rem;
    -webkit-overflow-scrolling: touch;
  }

  .growth-mobile-date-bar {
    width: 100%;
    margin: 0 0 0.9rem;
    padding: 0.82rem 0.95rem;
    border: 1px solid rgba(214, 185, 136, 0.22);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(40, 28, 20, 0.88), rgba(24, 17, 13, 0.92));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .growth-mobile-date-bar__text {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    text-align: center;
    color: #f4ead6;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .growth-mobile-date-bar__item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .growth-mobile-date-bar__label {
    color: #d7b88a;
    font-weight: 700;
  }

  .growth-mobile-date-bar__value {
    color: #fff3df;
  }

  .growth-mobile-date-bar__separator {
    color: rgba(216, 191, 151, 0.65);
    font-size: 0.9rem;
  }

  .growth-mobile-date-bar__days {
    color: #d7b88a;
    font-weight: 700;
    white-space: nowrap;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar {
    border-color: rgba(158, 187, 218, 0.22);
    background:
      radial-gradient(circle at top right, rgba(129, 164, 204, 0.14), transparent 38%),
      linear-gradient(180deg, rgba(24, 34, 48, 0.9), rgba(14, 21, 30, 0.94));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__text {
    color: #e8f1ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__label {
    color: #b7c9df;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__value,
  html[data-admin-theme="slate"] .growth-mobile-date-bar__days {
    color: #f4f8ff;
  }

  html[data-admin-theme="slate"] .growth-mobile-date-bar__separator {
    color: rgba(183, 201, 223, 0.7);
  }
}

@media (max-width: 430px) {
  .growth-toolbar.growth-sticky,
  .growth-toolbar.growth-sticky.is-stuck {
    padding: 0;
  }

  .growth-sticky-toolbar-host,
  .growth-sticky-toolbar-host.is-active {
    padding: 0;
  }

  .growth-search-panel,
  .growth-toolbar .members-search-wrap {
    width: 100%;
    max-width: none;
  }

  .growth-toolbar .members-search-wrap {
    padding-inline: 0.72rem;
  }

  .growth-settings-toggle {
    width: 46px;
    height: 46px;
  }

  .growth-mobile-date-bar {
    padding: 0.76rem 0.85rem;
    border-radius: 16px;
  }

  .growth-member-card {
    padding: 0.85rem;
    gap: 0.7rem;
  }

  .growth-member-card .growth-card-header {
    gap: 0.55rem;
  }

  .growth-member-card .growth-card-index {
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.38rem;
    font-size: 0.74rem;
  }

  .growth-card-meta {
    gap: 0.3rem;
  }

  .growth-member-card .growth-card-name {
    font-size: 0.94rem;
  }

  .growth-member-card .growth-card-rank-icon {
    width: 18px;
    height: 18px;
  }

  .growth-member-card .growth-card-medals {
    gap: 3px;
  }

  .growth-member-card .growth-card-medals .growth-tooltip-host,
  .growth-member-card .growth-card-medals img {
    width: 14px;
    height: 14px;
  }

  .growth-mobile-sections {
    grid-template-columns: 1fr;
  }

  .growth-mobile-stat-card {
    padding: 0.72rem;
  }

  .growth-mobile-date-bar__text {
    font-size: 0.88rem;
    gap: 0.28rem 0.42rem;
  }

  .growth-mobile-date-bar__separator {
    display: none;
  }
}

.growth-name-header {
  text-align: center;
}

.growth-name-cell {
  font-weight: 600;
}

.growth-name-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.growth-name-header-container .growth-header-icon {
  margin-top: 4px;
}

.names-section .growth-subtable tbody tr,
.growth-section:not(.names-section) .growth-subtable tbody tr {
  height: var(--growth-body-row-height);
}

.names-section .growth-subtable tbody td,
.growth-section:not(.names-section) .growth-subtable tbody td {
  height: var(--growth-body-row-height);
}

.growth-furniture-values {
  display: flex;
  justify-content: stretch;
  align-items: center;
  height: 100%;
  min-width: 114px;
}

.growth-furniture-value {
  flex: 1;
  position: relative;
  text-align: center;
  min-width: 36px;
  padding: 0 0.18rem;
  box-sizing: border-box;
}

.growth-furniture-value--divided {
  border-left: 0;
}

.growth-furniture-value--divided::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background: rgba(255, 232, 197, 0.24);
}

.growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(odd) .growth-furniture-value--divided::before,
.names-section .growth-subtable tbody tr:nth-child(odd) .growth-furniture-value--divided::before {
  background: rgba(255, 232, 197, 0.14);
}

.growth-section:not(.names-section) .growth-subtable tbody tr:nth-child(even) .growth-furniture-value--divided::before,
.names-section .growth-subtable tbody tr:nth-child(even) .growth-furniture-value--divided::before {
  background: rgba(255, 232, 197, 0.24);
}

.growth-percent-spacer {
  visibility: hidden;
}

.growth-tone-muted {
  color: #9e9e9e;
}

.growth-tone-pos {
  color: #4caf50;
}

.growth-tone-neg {
  color: #f44336;
}

.growth-tone-warn,
.growth-tone-partial {
  color: #fbc02d;
}

.growth-inline-tooltip--left,
.growth-inline-tooltip.rank-tooltip.growth-inline-tooltip--left,
.growth-inline-tooltip.medal-tooltip.growth-inline-tooltip--left {
  left: auto;
  right: 0;
  transform: none;
}

.growth-inline-tooltip--right,
.growth-inline-tooltip.rank-tooltip.growth-inline-tooltip--right,
.growth-inline-tooltip.medal-tooltip.growth-inline-tooltip--right {
  left: 0;
  transform: none;
}

.growth-desktop-table col[hidden],
.growth-desktop-table col.is-hidden {
  visibility: collapse;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}
