:root {
  color-scheme: dark;
  --bg: #071019;
  --surface: #0d1824;
  --surface-strong: #111f2e;
  --line: #213449;
  --line-strong: #36516c;
  --text: #edf5ff;
  --muted: #93a7bc;
  --subtle: #637990;
  --accent: #7667f5;
  --accent-strong: #8b7cff;
  --cyan: #42c8d8;
  --success: #53d292;
  --danger: #ff7373;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(87, 216, 255, .08), transparent 34%),
    linear-gradient(90deg, rgba(5, 12, 20, 0.2) 0%, rgba(5, 12, 20, 0.68) 54%, rgba(5, 12, 20, 0.94) 100%),
    url("assets/windia-2d-rpg-hero-20260819.png") center center / cover fixed,
    var(--bg);
  color: var(--text);
  font-family: "Malgun Gothic", "Segoe UI", Dotum, Arial, sans-serif;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  height: 72px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8, 19, 30, 0.98), rgba(6, 15, 25, 0.94));
  backdrop-filter: blur(10px);
}

.header-inner {
  width: min(1540px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #6d62dc;
  border-radius: 6px;
  background: #3a347d;
  color: #fff;
  font-size: 15px;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(54, 81, 108, 0.78);
  border-radius: 6px;
  background: rgba(7, 17, 27, 0.72);
}

.build-badge {
  padding: 5px 8px;
  border: 1px solid rgba(66, 200, 216, 0.42);
  border-radius: 5px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
}

.nav-tab {
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.nav-tab:hover,
.nav-tab.active {
  background: rgba(118, 103, 245, 0.22);
  color: #fff;
}

.discord-join {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(139, 124, 255, 0.72);
  border-radius: 6px;
  background: linear-gradient(135deg, #5865f2 0%, #7a5cff 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(88, 101, 242, 0.2);
  white-space: nowrap;
}

.discord-join:hover {
  filter: brightness(1.08);
}

.view-panel[hidden] {
  display: none !important;
}

.community-shell {
  width: min(1560px, calc(100vw - 36px));
  margin: 0 auto;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 340px;
  gap: 18px;
  padding: 28px 0 34px;
}

.portal-hero {
  grid-column: 1 / -1;
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: end;
  gap: 24px;
  padding: 42px;
  border: 1px solid rgba(54, 81, 108, .72);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(5, 13, 23, .96) 0%, rgba(5, 13, 23, .72) 44%, rgba(5, 13, 23, .18) 100%),
    url("assets/windia-2d-rpg-hero-20260819.png") center 48% / cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  overflow: hidden;
}

.portal-hero-copy {
  max-width: 720px;
}

.portal-hero h1 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0;
}

.portal-hero-copy > p:last-of-type {
  margin: 0;
  color: #c1d1e4;
  font-size: 16px;
  line-height: 1.7;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.portal-actions button {
  width: auto;
  min-width: 132px;
  min-height: 38px;
  margin-top: 0;
  padding: 0 18px;
}

.portal-actions .primary-button {
  min-width: 136px;
  box-shadow: 0 8px 20px rgba(118, 103, 245, 0.18);
}

.portal-actions .secondary-button {
  min-width: 128px;
  background: rgba(12, 31, 48, .78);
}

.portal-status-card {
  padding: 20px;
  border: 1px solid rgba(86, 126, 174, .34);
  border-radius: 10px;
  background: rgba(5, 16, 29, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.portal-status-label {
  display: block;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
}

.portal-status-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.portal-status-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.community-sidebar,
.community-board,
.community-rightbar > section {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12, 27, 42, .96), rgba(5, 14, 25, .92));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

.community-sidebar {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community-server-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.community-hero-card {
  min-height: 132px;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(86, 126, 174, .24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(4, 12, 22, .2), rgba(4, 12, 22, .82)),
    url("assets/windia-2d-rpg-hero-20260819.png") center / cover;
  overflow: hidden;
}

.community-hero-card p {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.community-hero-card strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.community-hero-card span {
  color: #b9c8db;
  font-size: 12px;
  line-height: 1.45;
}

.community-server-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.community-server-card small {
  color: var(--muted);
}

.channel-list {
  display: grid;
  gap: 6px;
}

.channel-button {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  background: transparent;
  color: #b6c4d7;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.channel-button span {
  color: #57d8ff;
}

.channel-button em {
  margin-left: auto;
  color: #f5cd64;
  font-style: normal;
  font-size: 11px;
}

.channel-button:hover,
.channel-button.active {
  background: rgba(111, 92, 255, .22);
  color: #fff;
}

.community-tip {
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(96, 134, 180, .24);
  border-radius: 6px;
  background: rgba(4, 12, 22, .52);
}

.community-tip strong {
  color: #fff;
}

.community-tip p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 12px;
}

.community-board {
  border-radius: 8px;
  overflow: hidden;
  min-height: 720px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.board-head h1 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0;
}

.board-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.board-head-actions .small-action {
  width: auto;
  min-width: 118px;
  min-height: 36px;
  padding: 0 16px;
  margin: 0;
}

.board-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.post-composer {
  margin: 20px 28px 0;
  padding: 16px;
  border: 1px solid rgba(86, 126, 174, .3);
  border-radius: 8px;
  background: rgba(3, 12, 21, .58);
}

.post-composer[hidden],
.community-login-form[hidden],
.community-profile[hidden] {
  display: none !important;
}

.post-composer textarea {
  width: 100%;
  resize: vertical;
  min-height: 112px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(2, 10, 20, .86);
  color: #fff;
  padding: 12px 14px;
  font: inherit;
}

.composer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.composer-actions .primary-button {
  width: 150px;
}

.composer-actions .notice {
  margin-right: auto;
}

.composer-actions .secondary-button {
  width: 96px;
}

.notice.compact {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
}

.admin-help-text {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.6;
}

.promo-reward-list {
  display: grid;
  gap: 10px;
}

.promo-reward-item {
  border: 1px solid rgba(86, 126, 174, .28);
  border-radius: 8px;
  background: rgba(3, 12, 21, .58);
  padding: 14px 16px;
}

.promo-reward-main,
.promo-reward-sub {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.promo-reward-main strong {
  color: #fff;
  font-size: 15px;
}

.promo-reward-main span,
.promo-reward-sub,
.promo-reward-item time {
  color: var(--muted);
  font-size: 12px;
}

.promo-reward-main b {
  margin-left: auto;
  color: #21e0ff;
  font-size: 12px;
}

.promo-reward-item.status-paid .promo-reward-main b {
  color: #73ffae;
}

.promo-reward-item.status-error .promo-reward-main b,
.promo-reward-item.status-wait_links .promo-reward-main b,
.promo-reward-item.status-wait_account .promo-reward-main b {
  color: #ffb86b;
}

.promo-reward-item p {
  margin: 8px 0;
  color: #dceaff;
  font-size: 13px;
}

.post-list {
  display: grid;
  gap: 12px;
  padding: 20px 28px 28px;
  min-width: 0;
  overflow-x: hidden;
}

.post-card,
.post-empty {
  min-width: 0;
  border: 1px solid rgba(86, 126, 174, .28);
  border-radius: 8px;
  background: rgba(4, 14, 25, .72);
  padding: 18px;
}

.post-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid rgba(86, 126, 174, .18);
  padding-bottom: 10px;
  cursor: pointer;
  list-style: none;
}

.post-card-head::-webkit-details-marker {
  display: none;
}

.post-card-head::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-right: 2px solid #65d9ee;
  border-bottom: 2px solid #65d9ee;
  transform: rotate(-45deg);
  transition: transform .15s ease;
}

.post-card[open] > .post-card-head::before {
  transform: rotate(45deg);
}

.post-card-head:focus-visible {
  outline: 2px solid #65d9ee;
  outline-offset: 4px;
}

.post-card h3 {
  margin: 0;
  min-width: 0;
  color: #fff;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.post-card-head span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.post-card-actions {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 180px;
  max-width: 52%;
  flex-wrap: wrap;
}

.post-delete-button {
  min-height: 26px;
  padding: 0 9px;
}

.post-edit-button {
  min-height: 26px;
  padding: 0 10px;
}

.post-edit-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(86, 126, 174, .28);
  border-radius: 6px;
  background: rgba(2, 11, 20, .72);
}

.post-edit-form[hidden] {
  display: none;
}

.post-edit-form input,
.post-edit-form textarea {
  width: 100%;
}

.post-edit-form textarea {
  min-height: 150px;
  resize: vertical;
}

.post-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.post-edit-actions button {
  width: auto;
  min-width: 78px;
}

.community-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  margin: 14px 0;
}

.community-search button {
  width: auto;
  min-width: 74px;
}

@media (max-width: 620px) {
  .community-search {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .community-search #communitySearchClear {
    grid-column: 1 / -1;
  }
}

.post-body {
  white-space: pre-wrap;
  margin: 12px 0 0;
  color: #dce8f7;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.post-attachment {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(86, 126, 174, .24);
  border-radius: 7px;
  background: rgba(0, 0, 0, .24);
}

.post-attachment img,
.post-attachment video {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  background: rgba(0, 0, 0, .36);
}

.post-attachment a {
  display: block;
  padding: 13px;
  color: var(--cyan);
  font-weight: 900;
}

.post-attachment.missing {
  padding: 14px;
  border-style: dashed;
  background: rgba(255, 115, 115, .06);
}

.attachment-missing {
  color: #ffb8b8;
  font-size: 13px;
  font-weight: 800;
}

.comment-area {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(86, 126, 174, .16);
}

.comment-title {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
}

.comment-list {
  display: grid;
  gap: 8px;
}

.comment-row {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(86, 126, 174, .18);
  border-radius: 7px;
  background: rgba(2, 10, 19, .42);
}

.comment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.comment-head span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.comment-body {
  margin: 7px 0 0;
  color: #e8f2ff;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.comment-delete-button {
  min-height: 24px;
  padding: 0 8px;
  flex: 0 0 auto;
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 8px;
  margin-top: 10px;
}

.comment-form input {
  min-width: 0;
}

.post-empty {
  color: var(--muted);
  text-align: center;
}

.community-rightbar {
  display: grid;
  grid-template-rows: auto;
  gap: 16px;
}

.community-rightbar > section {
  border-radius: 8px;
  padding: 18px;
  min-width: 0;
}

.community-login-form,
.community-profile {
  display: grid;
  gap: 12px;
}

.profile-current {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(86, 126, 174, .24);
  border-radius: 8px;
  background: rgba(3, 12, 22, .62);
}

.profile-avatar {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #346bff, #7b55ff);
}

.profile-current strong,
.profile-current small {
  display: block;
}

.profile-current small {
  color: var(--muted);
  margin-top: 4px;
}

.community-profile select {
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(2, 10, 20, .86);
  color: #fff;
  padding: 0 12px;
}

.profile-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.ghost-button {
  border: 1px solid rgba(86, 126, 174, .32);
  border-radius: 6px;
  background: rgba(6, 18, 32, .65);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
  padding: 0 14px;
}

.checkbox-field {
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(86, 126, 174, .24);
  border-radius: 6px;
  background: rgba(2, 10, 20, .45);
}

.checkbox-field input {
  width: 16px;
  height: 16px;
}

.board-admin-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.board-admin-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(86, 126, 174, .26);
  border-radius: 6px;
  background: rgba(5, 15, 27, .68);
  cursor: grab;
}

.board-admin-item.dragging {
  opacity: .54;
}

.board-admin-item.drag-over {
  border-color: rgba(122, 96, 255, .95);
  background: rgba(122, 96, 255, .16);
}

.board-admin-item strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.board-admin-item strong b {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 1px;
}

.board-admin-item span {
  color: var(--muted);
  font-size: 12px;
}

.chat-list {
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(86, 126, 174, .24);
  border-radius: 8px;
  background: rgba(2, 10, 19, .58);
}

.chat-row {
  display: grid;
  gap: 3px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(86, 126, 174, .12);
}

.chat-row strong {
  color: #57d8ff;
  font-size: 12px;
}

.chat-row span {
  color: #e8f2ff;
  line-height: 1.45;
  word-break: break-word;
}

.chat-empty {
  color: var(--muted);
  text-align: center;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 8px;
  margin-top: 10px;
}

.chat-form input {
  min-width: 0;
}

.chat-page-shell {
  width: min(1180px, calc(100vw - 36px));
  height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 28px 0;
}

.chat-page-panel {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(12, 27, 42, .96), rgba(5, 14, 25, .92));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
  padding: 24px;
}

.chat-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(86, 126, 174, .24);
}

.chat-page-head h1 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 34px;
}

.chat-page-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.chat-page-panel .chat-list {
  min-height: 0;
  height: 100%;
  padding: 18px;
}

.chat-page-panel .chat-row {
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 11px 0;
}

.chat-page-panel .chat-row strong {
  font-size: 13px;
}

.chat-page-panel .chat-row span {
  font-size: 15px;
}

.chat-page-panel .chat-form {
  grid-template-columns: minmax(0, 1fr) 96px;
  margin-top: 0;
}

.signup-shell {
  width: min(1120px, calc(100vw - 48px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 540px);
  gap: 56px;
  align-items: center;
  padding: 44px 0;
}

.ranking-page-shell {
  width: min(1320px, calc(100vw - 48px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 32px 0;
}

@media (max-width: 1280px) {
  .community-shell {
    grid-template-columns: 220px minmax(460px, 1fr);
  }

  .community-rightbar {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 360px) 1fr;
    grid-template-rows: none;
  }
}

@media (max-width: 900px) {
  .community-shell,
  .signup-shell,
  .chat-page-shell {
    width: min(100% - 24px, 720px);
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .community-rightbar {
    grid-template-columns: 1fr;
  }

  .board-head,
  .post-card-head,
  .composer-actions {
    display: grid;
  }

  .composer-actions .primary-button {
    width: 100%;
  }

  .chat-page-shell {
    height: calc(100vh - 72px);
  }

  .chat-page-panel {
    padding: 16px;
  }

  .chat-page-head {
    display: grid;
  }

  .chat-page-panel .chat-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.server-summary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.server-pill,
.user-count,
.secure-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: rgba(7, 17, 27, 0.9);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 0 4px rgba(255, 115, 115, 0.1);
}

.server-pill.online .status-dot {
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(83, 210, 146, 0.1);
}

.server-pill.online {
  color: #a9ebc9;
}

.server-pill.offline {
  color: #ffb0b0;
}

.home-shell {
  width: min(1280px, calc(100% - 40px));
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: 52px 0 44px;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(380px, 470px) minmax(620px, 720px);
  align-items: start;
  gap: 28px;
}

.manage-shell {
  width: min(1280px, calc(100% - 40px));
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(720px, 1fr);
  align-items: start;
  gap: 34px;
}

.manage-intro {
  padding-top: 70px;
}

.manage-intro h1 {
  margin: 15px 0 16px;
  color: #f6f9ff;
  font-size: 38px;
  line-height: 1.25;
}

.manage-intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.manage-panel {
  min-height: 0;
}

.manage-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(340px, 1fr));
  gap: 24px;
  align-items: start;
}

.find-id-result {
  margin-top: 18px;
  min-height: 0;
}

.find-id-result-title {
  margin: 0 0 9px;
  color: var(--subtle);
  font-size: 11px;
  font-weight: 800;
}

.find-id-list {
  display: grid;
  gap: 8px;
}

.find-id-list span {
  padding: 11px 12px;
  border: 1px solid rgba(66, 200, 216, 0.25);
  border-radius: 6px;
  background: rgba(5, 13, 23, 0.74);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.intro {
  max-width: 440px;
  padding-top: 74px;
}

.eyebrow,
.panel-kicker {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
}

.intro h1 {
  margin: 15px 0 18px;
  color: #f6f9ff;
  font-size: 40px;
  line-height: 1.25;
}

.intro-copy {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.intro-meta {
  margin-top: 30px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--line);
}

.intro-meta span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(7, 17, 27, 0.68);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.account-panel,
.ranking-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 24, 36, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.account-panel {
  padding: 30px;
}

.panel-heading,
.ranking-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-heading {
  margin-bottom: 25px;
}

.panel-heading h2,
.ranking-heading h2 {
  margin: 7px 0 0;
  font-size: 23px;
}

form {
  display: grid;
  gap: 16px;
}

.field-row,
.field-action {
  display: grid;
  gap: 12px;
}

.field-row {
  grid-template-columns: 1fr 1fr;
}

.field-action {
  grid-template-columns: minmax(0, 1fr) 104px;
}

.field {
  display: grid;
  gap: 7px;
}

.field > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  outline: none;
  background: #07111b;
  color: var(--text);
  font-size: 13px;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

input::placeholder {
  color: #50647a;
}

input:hover {
  border-color: var(--line-strong);
}

input:focus {
  border-color: var(--accent);
  background: #091522;
  box-shadow: 0 0 0 3px rgba(118, 103, 245, 0.13);
}

.primary-button,
.secondary-button,
.sort-button {
  border-radius: 5px;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  width: 100%;
  min-height: 48px;
  margin-top: 2px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 10px 25px rgba(118, 103, 245, 0.18);
}

.primary-button:hover {
  background: var(--accent-strong);
}

.secondary-button,
.sort-button {
  border: 1px solid var(--line-strong);
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 11px;
}

.secondary-button:hover,
.sort-button:hover {
  border-color: var(--accent);
  color: var(--text);
}

button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.notice {
  min-height: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.notice.success {
  color: #a9ebc9;
}

.notice.error {
  color: #ffb0b0;
}

.ranking-panel {
  overflow: hidden;
}

.ranking-columns {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(270px, 0.9fr);
  align-items: start;
}

.adventurer-ranking {
  min-width: 0;
  border-right: 1px solid var(--line);
}

.ranking-heading {
  padding: 24px 24px 18px;
}

.segmented-control {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 17, 27, 0.92);
}

.sort-button {
  min-width: 62px;
  height: 30px;
  border: 0;
  background: transparent;
}

.sort-button.active {
  background: var(--surface-strong);
  color: var(--text);
}

.ranking-table-header,
.ranking-row,
.guild-table-header,
.guild-row {
  display: grid;
  align-items: center;
  gap: 8px;
}

.ranking-table-header,
.ranking-row {
  grid-template-columns: 42px minmax(92px, 1fr) 72px 80px 48px;
}

.ranking-table-header {
  min-height: 38px;
  padding: 0 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 27, 0.72);
  color: var(--subtle);
  font-size: 10px;
  font-weight: 800;
}

.ranking-list {
  min-height: 320px;
  max-height: 640px;
  overflow-y: auto;
}

.ranking-list.loading {
  opacity: 0.45;
}

.ranking-row {
  min-height: 43px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(32, 50, 71, 0.58);
  color: var(--muted);
  font-size: 11px;
}

.ranking-row:last-child {
  border-bottom: 0;
}

.ranking-row:hover {
  background: rgba(66, 200, 216, 0.035);
}

.rank-number {
  color: var(--subtle);
  font-weight: 800;
}

.rank-name {
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-job {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-level {
  color: var(--cyan);
  font-weight: 800;
}

.rank-rebirth {
  color: var(--accent-strong);
  font-weight: 800;
}

.rank-1 .rank-number,
.rank-2 .rank-number,
.rank-3 .rank-number {
  color: #ffd86b;
  font-size: 13px;
}

.ranking-message {
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 11px;
  text-align: right;
}

.guild-section {
  min-width: 0;
  background: rgba(8, 18, 28, 0.42);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.guild-heading {
  padding: 20px 24px 14px;
}

.guild-heading h2 {
  margin: 7px 0 0;
  font-size: 19px;
}

.guild-table-header,
.guild-row {
  grid-template-columns: 38px minmax(82px, 1fr) 62px 34px 48px;
}

.guild-table-header {
  min-height: 34px;
  padding: 0 16px;
  border-top: 1px solid rgba(32, 50, 71, 0.75);
  border-bottom: 1px solid rgba(32, 50, 71, 0.75);
  background: rgba(7, 17, 27, 0.78);
  color: var(--subtle);
  font-size: 10px;
  font-weight: 800;
}

.guild-list {
  min-height: 0;
  height: 640px;
  overflow: auto;
  overflow-x: hidden;
}

.guild-list.loading {
  opacity: 0.45;
}

.guild-row {
  min-height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(32, 50, 71, 0.5);
  color: var(--muted);
  font-size: 11px;
}

.guild-section .ranking-message {
  flex: 0 0 auto;
}

.guild-row:last-child {
  border-bottom: 0;
}

.guild-name {
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guild-level,
.guild-hall,
.guild-members {
  font-weight: 800;
}

.guild-level {
  color: var(--cyan);
}

.guild-hall {
  color: var(--accent-strong);
}

.hunting-panel {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.hunting-panel .ranking-heading {
  padding: 24px 26px 18px;
}

.hunting-panel .ranking-heading h1 {
  margin: 7px 0 0;
  font-size: 28px;
}

.hunting-table-header,
.hunting-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.2fr) 96px 90px 64px minmax(180px, 1.4fr) 110px;
  align-items: center;
  gap: 10px;
}

.hunting-table-header {
  min-height: 40px;
  padding: 0 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 27, 0.75);
  color: var(--subtle);
  font-size: 11px;
  font-weight: 800;
}

.hunting-list {
  min-height: 360px;
  max-height: 620px;
  overflow-y: auto;
}

.hunting-list.loading {
  opacity: 0.45;
}

.hunting-row {
  min-height: 46px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(32, 50, 71, 0.55);
  color: var(--muted);
  font-size: 12px;
}

.hunting-row:hover {
  background: rgba(66, 200, 216, 0.035);
}

.hunt-name {
  overflow: hidden;
  color: var(--text);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hunt-level,
.hunt-field {
  color: var(--cyan);
  font-weight: 800;
}

.hunt-rebirth {
  color: var(--accent-strong);
  font-weight: 800;
}

.guild-members {
  color: #a9ebc9;
}

.skill-shell {
  width: min(1280px, calc(100% - 40px));
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: 44px 0;
}

.skill-hero {
  max-width: 860px;
  margin-bottom: 24px;
}

.skill-hero h1 {
  margin: 12px 0 12px;
  color: #f6f9ff;
  font-size: 38px;
  line-height: 1.25;
}

.skill-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.skill-hero-stats {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-hero-stats span {
  min-width: 118px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 17, 27, 0.78);
  color: var(--subtle);
  font-size: 11px;
  font-weight: 800;
}

.skill-hero-stats b {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 18px;
}

.skill-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 24, 36, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.skill-toolbar {
  padding: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.skill-toolbar h2 {
  margin: 7px 0 0;
  font-size: 23px;
}

.skill-search {
  width: min(360px, 100%);
  display: grid;
  gap: 7px;
}

.skill-search span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.skill-job-tabs {
  padding: 16px 20px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 27, 0.45);
}

.skill-job-button {
  min-width: max-content;
  height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(8, 18, 28, 0.85);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.skill-job-button em {
  min-width: 24px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(66, 200, 216, 0.14);
  color: var(--cyan);
  font-style: normal;
  font-size: 11px;
  text-align: center;
}

.skill-job-button:hover,
.skill-job-button.active {
  border-color: rgba(118, 103, 245, 0.78);
  background: rgba(118, 103, 245, 0.18);
  color: #fff;
}

.skill-list {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.skill-card {
  min-width: 0;
  border: 1px solid rgba(54, 81, 108, 0.76);
  border-radius: 8px;
  background: rgba(8, 18, 28, 0.76);
  overflow: hidden;
}

.skill-card-head {
  min-height: 76px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(32, 50, 71, 0.72);
}

.skill-title-wrap {
  min-width: 0;
}

.skill-job-name {
  margin: 0 0 5px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
}

.skill-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.skill-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122, 159, 216, 0.52);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(26, 55, 84, 0.95), rgba(10, 21, 34, 0.95));
  color: #dceaff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.skill-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.skill-id {
  min-width: max-content;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.skill-meta-grid {
  padding: 14px 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.skill-meta-item {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(32, 50, 71, 0.7);
  border-radius: 6px;
  background: rgba(7, 17, 27, 0.55);
}

.skill-meta-item.wide {
  grid-column: 1 / -1;
}

.skill-meta-item span {
  display: block;
  margin-bottom: 5px;
  color: var(--subtle);
  font-size: 10px;
  font-weight: 800;
}

.skill-meta-item strong {
  display: block;
  color: var(--text);
  font-size: 12px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.skill-special {
  margin: 0;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(32, 50, 71, 0.72);
  color: #c7d7e8;
  font-size: 13px;
  line-height: 1.65;
}

.skill-empty {
  padding: 28px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.download-shell,
.admin-shell {
  width: min(1140px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 52px 0 70px;
}

.download-panel,
.admin-login-panel,
.admin-editor-panel {
  border: 1px solid rgba(54, 81, 108, 0.76);
  border-radius: 8px;
  background: rgba(8, 18, 28, 0.82);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.download-panel,
.admin-editor-panel {
  padding: 22px;
}

.admin-login-panel {
  width: min(430px, 100%);
  margin: 70px auto 0;
  padding: 24px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.download-list {
  display: grid;
  gap: 12px;
}

.download-item {
  padding: 15px;
  border: 1px solid rgba(54, 81, 108, 0.72);
  border-radius: 8px;
  background: rgba(6, 15, 24, 0.76);
}

.download-item h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 17px;
}

.download-meta,
.download-note,
.download-empty {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.download-button {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(92, 124, 255, 0.55);
  border-radius: 6px;
  background: rgba(92, 124, 255, 0.16);
  color: #eaf2ff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.admin-editor-head,
.admin-section-head,
.admin-inline-actions,
.admin-skill-item-head,
.admin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-editor-head {
  margin-bottom: 16px;
}

.admin-editor-head h1,
.admin-section-head h2 {
  margin: 0;
  color: var(--text);
}

.admin-tabs {
  margin: 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-tab {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(54, 81, 108, 0.72);
  border-radius: 6px;
  background: rgba(6, 15, 24, 0.82);
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.admin-tab.active {
  border-color: rgba(118, 103, 245, 0.84);
  background: rgba(118, 103, 245, 0.2);
  color: #fff;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-form-grid .wide {
  grid-column: 1 / -1;
}

.field textarea,
.field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(4, 12, 22, 0.84);
  color: var(--text);
  font: inherit;
}

.field textarea {
  min-height: 84px;
  padding: 12px;
  resize: vertical;
}

.field select {
  padding: 0 12px;
}

.admin-skill-editor {
  display: grid;
  gap: 14px;
}

.admin-skill-group {
  border: 1px solid rgba(54, 81, 108, 0.72);
  border-radius: 8px;
  background: rgba(6, 15, 24, 0.66);
  overflow: hidden;
}

.admin-skill-group summary {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(54, 81, 108, 0.52);
  color: var(--text);
  cursor: pointer;
}

.admin-skill-group > .admin-form-grid,
.admin-skill-group > .admin-inline-actions,
.admin-skill-list {
  margin: 14px;
}

.admin-skill-list {
  display: grid;
  gap: 12px;
}

.admin-skill-item {
  padding: 14px;
  border: 1px solid rgba(32, 50, 71, 0.72);
  border-radius: 8px;
  background: rgba(4, 12, 22, 0.56);
}

.admin-skill-item-head {
  margin-bottom: 12px;
  color: var(--text);
}

.admin-upload-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-upload-form .wide,
.admin-upload-form button {
  grid-column: 1 / -1;
}

.admin-download-preview {
  margin-top: 24px;
}

.admin-download-preview h3 {
  color: var(--text);
}

.danger-button {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 112, 112, 0.44);
  border-radius: 6px;
  background: rgba(255, 112, 112, 0.1);
  color: #ffb8b8;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .home-shell {
    grid-template-columns: minmax(360px, 1fr) minmax(330px, 390px);
  }

  .ranking-columns {
    grid-template-columns: 1fr;
  }

  .adventurer-ranking {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .guild-list {
    min-height: 180px;
    max-height: 260px;
  }

  .manage-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .manage-forms {
    grid-template-columns: 1fr;
  }

  .manage-intro {
    padding-top: 0;
  }

  .intro {
    grid-column: 1;
    padding-top: 0;
  }

  .account-panel {
    grid-column: 1;
  }

  .ranking-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .skill-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .home-shell,
  .manage-shell {
    width: min(100% - 28px, 560px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0 40px;
  }

  .intro,
  .account-panel,
  .ranking-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .intro h1 {
    font-size: 32px;
  }

  .manage-intro h1 {
    font-size: 32px;
  }

  .skill-shell {
    width: min(100% - 28px, 680px);
    padding: 30px 0 40px;
  }

  .skill-hero h1 {
    font-size: 30px;
  }

  .skill-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .skill-search {
    width: 100%;
  }
}

@media (max-width: 560px) {
  body {
    background:
      linear-gradient(rgba(5, 12, 20, 0.7), rgba(5, 12, 20, 0.88)),
      url("assets/windia-register-bg.png") 28% center / cover fixed,
      var(--bg);
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    width: min(100% - 24px, 520px);
    min-height: 60px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }

  .site-nav {
    width: 100%;
  }

  .discord-join {
    width: 100%;
  }

  .nav-tab {
    flex: 1;
  }

  .server-summary {
    width: 100%;
  }

  .server-pill,
  .user-count {
    flex: 1;
    justify-content: center;
  }

  .account-panel,
  .ranking-heading {
    padding: 22px 18px;
  }

  .field-row,
  .field-action {
    grid-template-columns: 1fr;
  }

  .secondary-button {
    min-height: 40px;
  }

  .secure-badge {
    display: none;
  }

  .ranking-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .ranking-table-header,
  .ranking-row {
    grid-template-columns: 34px minmax(92px, 1fr) 72px 46px;
  }

  .guild-table-header,
  .guild-row {
    grid-template-columns: 34px minmax(92px, 1fr) 46px 48px;
  }

  .ranking-table-header span:nth-child(3),
  .rank-job {
    display: none;
  }

  .guild-table-header span:nth-child(3),
  .guild-level {
    display: none;
  }

  .skill-list {
    padding: 14px;
  }

  .download-shell,
  .admin-shell {
    width: min(100% - 20px, 1140px);
  }

  .download-grid,
  .admin-form-grid,
  .admin-upload-form {
    grid-template-columns: 1fr;
  }

  .skill-card-head,
  .skill-meta-grid,
  .skill-special {
    padding-left: 14px;
    padding-right: 14px;
  }

  .skill-meta-grid {
    grid-template-columns: 1fr;
  }
}
