.armory-page {
  --armory-bg: #f9f5ea;
  --armory-ink: #17130f;
  --armory-gold: #b4934f;
  --armory-green: #4d6156;
  --armory-dark: #100c08;
  --armory-line: rgba(180, 147, 79, 0.28);
  background: var(--armory-bg);
  color: var(--armory-ink);
}

.armory-page *,
.armory-page *::before,
.armory-page *::after {
  box-sizing: border-box;
}

.armory-page main {
  overflow: clip;
}

.armory-hero,
.armory-library,
.armory-submit,
.armory-editor {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100svh);
  padding: clamp(112px, 12vw, 180px) max(6vw, 28px) clamp(80px, 9vw, 140px);
}

.armory-hero::before,
.armory-library::before,
.armory-submit::before,
.armory-editor::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  right: -18vw;
  top: -20vw;
  border: 1px solid rgba(180, 147, 79, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 92px rgba(180, 147, 79, 0.035),
    0 0 0 184px rgba(77, 97, 86, 0.025);
  pointer-events: none;
}

.armory-shell {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.armory-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: center;
  padding-left: clamp(128px, 11vw, 176px);
}

.armory-copy {
  max-width: 850px;
}

.armory-kicker {
  margin: 0 0 26px;
  color: var(--armory-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.armory-copy h1,
.armory-section-heading h2,
.armory-form-heading h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.armory-copy h1 {
  max-width: 9em;
  font-size: clamp(58px, 6.3vw, 96px);
  line-height: 0.98;
}

.armory-copy .armory-lead {
  margin: 34px 0 0;
  max-width: 720px;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(25px, 2.25vw, 40px);
  line-height: 1.45;
}

.armory-copy .armory-intro,
.armory-form-heading p,
.armory-section-heading p {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(23, 19, 15, 0.66);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.9;
}

.armory-dual-purpose {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.armory-dual-purpose article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background: rgba(255, 252, 244, 0.34);
}

.armory-dual-purpose small,
.armory-panel-label {
  color: var(--armory-gold);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.armory-dual-purpose strong {
  display: block;
  margin-top: 8px;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: 18px;
  font-weight: 400;
}

.armory-dual-purpose p {
  margin: 8px 0 0;
  color: rgba(23, 19, 15, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.armory-submit-primary {
  display: block;
  margin-top: 18px;
}

.armory-submit-primary .armory-action {
  width: 100%;
  min-height: 58px;
  justify-content: space-between;
  font-size: 18px;
}

.armory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.armory-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px;
  border: 1px solid var(--armory-line);
  border-radius: 2px;
  background: transparent;
  color: var(--armory-ink);
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.armory-action.primary {
  border-color: rgba(180, 147, 79, 0.7);
  background: var(--armory-green);
  color: #f6f1e8;
}

.armory-action:hover,
.armory-action:focus-visible {
  border-color: var(--armory-gold);
  transform: translateY(-2px);
  outline: none;
}

.armory-action .arrow {
  color: #d8bd78;
}

.armory-qr-panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--armory-line);
  background: rgba(255, 252, 244, 0.46);
}

.armory-qr-panel::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(180, 147, 79, 0.13);
  pointer-events: none;
}

.armory-qr-panel .qr-card {
  width: min(290px, 72vw);
  aspect-ratio: 1;
}

.armory-qr-panel p,
.armory-qr-panel small {
  margin: 0;
  text-align: center;
}

.armory-qr-panel .armory-qr-intro {
  width: 100%;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(180, 147, 79, 0.18);
  color: rgba(23, 19, 15, 0.64);
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.armory-library {
  min-height: 760px;
  background: var(--armory-dark);
  color: #f6f1e8;
}

.armory-library::before {
  left: -22vw;
  right: auto;
  top: 8vw;
  border-color: rgba(216, 189, 120, 0.08);
  box-shadow:
    0 0 0 92px rgba(216, 189, 120, 0.02),
    0 0 0 184px rgba(138, 167, 199, 0.018);
}

.armory-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.armory-section-heading h2,
.armory-form-heading h1 {
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1.08;
}

.armory-library .armory-section-heading p {
  color: rgba(246, 241, 232, 0.62);
}

.armory-library-tools {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.armory-search,
.armory-select,
.armory-field input,
.armory-field textarea,
.armory-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(180, 147, 79, 0.25);
  border-radius: 2px;
  background: rgba(255, 252, 244, 0.72);
  color: var(--armory-ink);
  font: inherit;
  padding: 12px 14px;
  outline: none;
}

.armory-library .armory-search,
.armory-library .armory-select {
  background: rgba(246, 241, 232, 0.055);
  color: #f6f1e8;
}

.armory-search:focus,
.armory-select:focus,
.armory-field input:focus,
.armory-field textarea:focus,
.armory-field select:focus {
  border-color: var(--armory-gold);
}

.armory-search {
  flex: 1;
}

.armory-select {
  width: min(240px, 35%);
}

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

.armory-app-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(26, 22, 17, 0.74);
  transition: border-color 180ms ease, transform 180ms ease;
}

.armory-app-card:hover {
  border-color: rgba(216, 189, 120, 0.62);
  transform: translateY(-3px);
}

.armory-app-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #17130f;
}

.armory-app-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.armory-app-cover .armory-cover-symbol {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(216, 189, 120, 0.62);
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(30px, 4vw, 58px);
}

.armory-app-meta {
  padding: 22px;
}

.armory-app-meta small {
  color: #b4934f;
  letter-spacing: 0.14em;
}

.armory-app-meta h3 {
  margin: 12px 0 8px;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 400;
}

.armory-app-meta p {
  min-height: 3.4em;
  margin: 0;
  color: rgba(246, 241, 232, 0.58);
  line-height: 1.7;
}

.armory-card-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 20px;
  border: 0;
  background: transparent;
  color: #d8bd78;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.armory-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.armory-card-actions .armory-card-link + .armory-card-link {
  margin-top: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(216, 189, 120, 0.28);
  color: rgba(246, 241, 232, 0.72);
  font-size: 13px;
}

.armory-copy-toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(216, 189, 120, 0.45);
  background: rgba(16, 12, 8, 0.92);
  color: #f6f1e8;
  font-size: 13px;
}

.armory-empty {
  grid-column: 1 / -1;
  padding: 72px 24px;
  border: 1px solid rgba(180, 147, 79, 0.18);
  color: rgba(246, 241, 232, 0.6);
  text-align: center;
}

.armory-submit,
.armory-editor {
  min-height: calc(100svh - 64px);
}

.armory-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
  padding-left: clamp(128px, 11vw, 176px);
}

.armory-form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--armory-line);
  background: rgba(255, 252, 244, 0.46);
}

.armory-field {
  display: grid;
  gap: 9px;
}

.armory-field label,
.armory-field legend {
  color: rgba(23, 19, 15, 0.74);
  font-size: 14px;
}

.armory-field textarea {
  min-height: 120px;
  resize: vertical;
}

.armory-source-choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armory-source-choices legend {
  grid-column: 1 / -1;
}

.armory-choice-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.armory-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.armory-choice-card span {
  display: grid;
  min-height: 90px;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  background: rgba(255, 252, 244, 0.42);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.armory-choice-card b {
  color: var(--armory-ink);
  font-weight: 500;
}

.armory-choice-card small {
  color: rgba(23, 19, 15, 0.55);
  line-height: 1.55;
}

.armory-choice-card input:checked + span {
  border-color: rgba(180, 147, 79, 0.72);
  background: rgba(77, 97, 86, 0.08);
  box-shadow: inset 3px 0 0 rgba(180, 147, 79, 0.72);
}

.armory-choice-card input:focus-visible + span {
  outline: 2px solid rgba(180, 147, 79, 0.5);
  outline-offset: 2px;
}

.armory-file-input {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.armory-upload-box {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 150px;
  place-items: center;
  gap: 8px;
  padding: 24px;
  border: 1px dashed rgba(180, 147, 79, 0.48);
  background: rgba(255, 252, 244, 0.24);
  color: var(--armory-ink);
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.armory-upload-box strong {
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: 20px;
  font-weight: 400;
}

.armory-upload-box small {
  color: rgba(23, 19, 15, 0.54);
}

.armory-upload-box [data-file-name] {
  color: var(--armory-gold);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.armory-launch-picker {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background: rgba(255, 252, 244, 0.34);
}

.armory-launch-picker legend {
  padding: 0 8px;
}

.armory-launch-help {
  margin: 0 0 16px;
  color: rgba(23, 19, 15, 0.58);
  font-size: 13px;
}

.armory-launch-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.armory-launch-options button {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  border-radius: 2px;
  background: rgba(249, 245, 234, 0.72);
  color: rgba(23, 19, 15, 0.78);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.armory-launch-options button span {
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: 15px;
}

.armory-launch-options button small {
  color: rgba(23, 19, 15, 0.48);
  font-size: 10px;
}

.armory-launch-options button:hover,
.armory-launch-options button:focus-visible,
.armory-launch-options button.is-active {
  border-color: rgba(180, 147, 79, 0.72);
  background: #4d6156;
  color: #f6f1e8;
  transform: translateY(-1px);
}

.armory-launch-options button:hover small,
.armory-launch-options button:focus-visible small,
.armory-launch-options button.is-active small {
  color: rgba(246, 241, 232, 0.62);
}

.armory-launch-preview {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(180, 147, 79, 0.34);
  background: #100c08;
  color: #f6f1e8;
}

.armory-preview-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  transition: opacity 220ms ease;
}

.armory-preview-stage::before,
.armory-preview-stage::after,
.armory-preview-stage i {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 189, 120, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.armory-preview-stage::after {
  width: 72%;
  border-color: rgba(138, 167, 199, 0.14);
  transform: translate(-50%, -50%) rotateX(67deg);
}

.armory-preview-stage i:nth-child(1) {
  width: 38%;
  border-color: rgba(216, 189, 120, 0.36);
}

.armory-preview-stage i:nth-child(2) {
  width: 66%;
  border-color: rgba(77, 97, 86, 0.35);
  transform: translate(-50%, -50%) rotateY(66deg);
}

.armory-preview-stage i:nth-child(3) {
  width: 92%;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(216, 189, 120, 0.12), transparent);
  transform: translate(-50%, -50%) rotate(-12deg);
}

.armory-preview-stage strong {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
}

.armory-preview-stage small {
  position: relative;
  z-index: 2;
  color: #b4934f;
  letter-spacing: 0.16em;
}

.armory-launch-preview iframe {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 360px;
  border: 0;
  background: #fff;
}

.armory-launch-preview iframe:not([hidden]) ~ .armory-preview-stage,
.armory-launch-preview:has(iframe:not([hidden])) .armory-preview-stage {
  opacity: 0;
}

.armory-launch-preview.is-replaying .armory-preview-stage {
  z-index: 6;
  opacity: 1 !important;
  animation: armory-launch-replay 1.9s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview > p {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 10px;
  margin: 0;
  color: rgba(246, 241, 232, 0.5);
  font-size: 11px;
}

.armory-launch-preview[data-launch-style="gold-curtain"] .armory-preview-stage {
  clip-path: inset(0 8% 0 8%);
}

.armory-launch-preview[data-launch-style="mountain-rise"] .armory-preview-stage::after {
  border-radius: 0;
  transform: translate(-50%, -35%) rotate(45deg);
}

.armory-launch-preview[data-launch-style="wave-ripple"] .armory-preview-stage i {
  animation: armory-preview-pulse 2.8s ease-out infinite;
}

.armory-launch-preview[data-launch-style="light-track"] .armory-preview-stage i:nth-child(3) {
  animation: armory-preview-track 2.4s ease-in-out infinite;
}

.armory-launch-preview[data-launch-style="ink-focus"] {
  background: #080604;
}

.armory-launch-preview[data-launch-style="moon-rise"] .armory-preview-stage::before {
  transform: translate(-50%, -30%);
}

.armory-launch-preview[data-launch-style="indigo-gate"] {
  background: #17201c;
}

.armory-launch-preview[data-launch-style="star-gather"] .armory-preview-stage i:nth-child(3) {
  background: radial-gradient(circle, rgba(216, 189, 120, 0.28) 0 2px, transparent 3px) 0 0 / 34px 34px;
}

.armory-launch-preview[data-launch-style="mirror-open"] .armory-preview-stage::before {
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.armory-launch-preview[data-launch-style="line-draw"] .armory-preview-stage::after {
  border-style: dashed;
}

.armory-launch-preview[data-launch-style="quiet-fade"] .armory-preview-stage i {
  opacity: 0.35;
}

@keyframes armory-preview-pulse {
  0% { opacity: 0.52; transform: translate(-50%, -50%) scale(0.72); }
  70%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.25); }
}

@keyframes armory-preview-track {
  0%, 100% { transform: translate(-56%, -50%) rotate(-12deg); }
  50% { transform: translate(-44%, -50%) rotate(-12deg); }
}

@keyframes armory-launch-replay {
  0% { opacity: 0; transform: scale(1.04); filter: blur(8px); }
  20%, 72% { opacity: 1; transform: scale(1); filter: blur(0); }
  100% { opacity: 0; transform: scale(0.99); filter: blur(2px); }
}

.armory-listing-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.armory-listing-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.armory-listing-choice span {
  display: grid;
  gap: 6px;
  padding: 18px 56px 18px 18px;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background: rgba(255, 252, 244, 0.36);
}

.armory-listing-choice span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 14px;
  border: 1px solid rgba(180, 147, 79, 0.62);
  border-radius: 20px;
  transform: translateY(-50%);
}

.armory-listing-choice span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(23, 19, 15, 0.42);
  transform: translateY(-50%);
  transition: right 160ms ease, background-color 160ms ease;
}

.armory-listing-choice input:checked + span::before {
  right: 22px;
  background: var(--armory-green);
}

.armory-listing-choice small {
  color: rgba(23, 19, 15, 0.56);
  line-height: 1.55;
}

.armory-submit-note {
  display: grid;
  gap: 5px;
  color: rgba(23, 19, 15, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.armory-duplicate-note {
  margin-top: 4px;
  color: #8c6634;
}

.armory-form-submit {
  width: 100%;
  min-height: 56px;
  justify-content: space-between;
}

.armory-status {
  padding: 16px 18px;
  border-left: 2px solid var(--armory-gold);
  background: rgba(180, 147, 79, 0.07);
  line-height: 1.75;
}

.armory-status[hidden] {
  display: none;
}

.armory-result-code {
  display: block;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(180, 147, 79, 0.26);
  background: rgba(23, 19, 15, 0.06);
  color: var(--armory-ink);
  overflow-wrap: anywhere;
}

.creator-app-page {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #080604;
}

.creator-app-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #080604;
}

.creator-app-chrome {
  position: fixed;
  z-index: 20;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(216, 189, 120, 0.36);
  background: rgba(8, 6, 4, 0.76);
  color: rgba(246, 241, 232, 0.78);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.creator-app-chrome strong {
  color: #d8bd78;
  font-weight: 500;
}

.creator-app-chrome a,
.creator-app-chrome button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.creator-app-message {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 28px;
  color: #f6f1e8;
  text-align: center;
}

.creator-app-message[hidden] {
  display: none !important;
}

.creator-launch-overlay {
  position: fixed;
  z-index: 30;
  inset: 0;
  overflow: hidden;
  background: #080604;
  color: #f6f1e8;
  pointer-events: none;
  transition: opacity 780ms ease, visibility 780ms ease;
}

.creator-launch-overlay::before,
.creator-launch-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(84vw, 960px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 189, 120, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(64deg);
  animation: creator-launch-breathe 2.8s ease-in-out infinite;
}

.creator-launch-overlay::after {
  width: min(58vw, 680px);
  border-color: rgba(138, 167, 199, 0.18);
  transform: translate(-50%, -50%) rotateY(66deg);
  animation-delay: -1.1s;
}

.creator-launch-overlay > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-width: min(72vw, 760px);
  color: #f6f1e8;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(32px, 5.4vw, 78px);
  font-weight: 400;
  text-align: center;
  transform: translate(-50%, -50%);
}

.creator-launch-ring,
.creator-launch-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  pointer-events: none;
}

.creator-launch-ring {
  width: min(38vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 189, 120, 0.36);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.creator-launch-ring.ring-b {
  width: min(66vw, 780px);
  border-color: rgba(77, 97, 86, 0.32);
  transform: translate(-50%, -50%) rotateX(72deg);
}

.creator-launch-line {
  width: 120vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 189, 120, 0.5), transparent);
  transform: translate(-50%, -50%) rotate(-11deg);
}

.creator-app-page.is-app-launched .creator-launch-overlay {
  opacity: 0;
  visibility: hidden;
}

.creator-launch-overlay[data-launch-style="gold-curtain"] {
  clip-path: inset(0 0 0 0);
  transition: clip-path 920ms cubic-bezier(.16, 1, .3, 1), opacity 500ms ease;
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="gold-curtain"] {
  clip-path: inset(0 50% 0 50%);
}

.creator-launch-overlay[data-launch-style="mountain-rise"]::before {
  border-radius: 0;
  transform: translate(-50%, -30%) rotate(45deg);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="mountain-rise"] {
  transform: translateY(-100%);
}

.creator-launch-overlay[data-launch-style="wave-ripple"]::before,
.creator-launch-overlay[data-launch-style="wave-ripple"]::after {
  animation: creator-launch-ripple 2.2s ease-out infinite;
}

.creator-launch-overlay[data-launch-style="light-track"] .creator-launch-line {
  animation: creator-launch-track 1.8s ease-in-out infinite;
}

.creator-launch-overlay[data-launch-style="ink-focus"] {
  background: radial-gradient(circle at 50% 50%, #1b160f 0, #080604 48%, #050403 100%);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="ink-focus"] {
  transform: scale(1.12);
  filter: blur(8px);
}

.creator-launch-overlay[data-launch-style="moon-rise"]::after {
  transform: translate(-50%, -25%) rotateY(66deg);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="moon-rise"] {
  transform: translateY(-28%);
}

.creator-launch-overlay[data-launch-style="indigo-gate"] {
  background: #17201c;
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="indigo-gate"] {
  transform: scaleX(0);
}

.creator-launch-overlay[data-launch-style="star-gather"] {
  background:
    radial-gradient(circle at 20% 30%, rgba(216, 189, 120, 0.52) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 65%, rgba(246, 241, 232, 0.4) 0 1px, transparent 2px),
    radial-gradient(circle at 48% 18%, rgba(138, 167, 199, 0.36) 0 1px, transparent 2px),
    #080604;
  background-size: 46px 46px, 62px 62px, 78px 78px;
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="star-gather"] {
  transform: scale(0.06);
}

.creator-launch-overlay[data-launch-style="mirror-open"]::before {
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="mirror-open"] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.creator-launch-overlay[data-launch-style="line-draw"]::before,
.creator-launch-overlay[data-launch-style="line-draw"]::after {
  border-style: dashed;
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="line-draw"] {
  filter: blur(12px);
}

.creator-launch-overlay[data-launch-style="quiet-fade"]::before,
.creator-launch-overlay[data-launch-style="quiet-fade"]::after,
.creator-launch-overlay[data-launch-style="quiet-fade"] .creator-launch-ring {
  opacity: 0.3;
}

@keyframes creator-launch-breathe {
  0%, 100% { opacity: 0.46; }
  50% { opacity: 0.9; }
}

@keyframes creator-launch-ripple {
  0% { opacity: 0.58; transform: translate(-50%, -50%) scale(0.5) rotateX(64deg); }
  75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35) rotateX(64deg); }
}

@keyframes creator-launch-track {
  0%, 100% { transform: translate(-58%, -50%) rotate(-11deg); }
  50% { transform: translate(-42%, -50%) rotate(-11deg); }
}

@media (max-width: 980px) {
  .armory-hero-grid,
  .armory-form-layout,
  .armory-section-heading {
    grid-template-columns: 1fr;
  }

  .armory-hero-grid {
    padding-left: 92px;
  }

  .armory-form-layout {
    padding-left: 92px;
  }

  .armory-qr-panel {
    width: min(620px, 100%);
  }

  .armory-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .armory-source-choices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .armory-hero,
  .armory-library,
  .armory-submit,
  .armory-editor {
    min-height: auto;
    padding: 104px 18px 72px;
  }

  .armory-copy h1 {
    font-size: clamp(50px, 18vw, 78px);
  }

  .armory-hero-grid {
    padding-left: 0;
  }

  .armory-form-layout {
    padding-left: 0;
  }

  .armory-library-tools {
    flex-direction: column;
  }

  .armory-select {
    width: 100%;
  }

  .armory-app-grid {
    grid-template-columns: 1fr;
  }

  .armory-app-meta p {
    min-height: 0;
  }

  .armory-dual-purpose {
    grid-template-columns: 1fr;
  }

  .armory-launch-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .armory-launch-preview {
    min-height: 220px;
  }

  .armory-launch-preview iframe {
    min-height: 280px;
  }

  .creator-app-chrome {
    right: 8px;
    bottom: 8px;
    left: 8px;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .armory-app-card,
  .armory-action {
    transition: none;
  }

  .creator-launch-overlay {
    display: none;
  }
}

/* v83.1: community hosting split and content-first launch transitions. */
.armory-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: stretch;
}

.armory-hosting-panel {
  display: grid;
  align-content: start;
  margin-top: clamp(34px, 5vw, 72px);
  padding: clamp(26px, 3.2vw, 44px);
  border: 1px solid rgba(180, 147, 79, 0.3);
  background: rgba(255, 252, 244, 0.34);
}

.armory-hosting-panel > small {
  color: var(--armory-gold);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.armory-hosting-panel h2,
.armory-qr-panel h2 {
  margin: 12px 0 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.28;
}

.armory-hosting-panel > p {
  margin: 18px 0 0;
  color: rgba(23, 19, 15, 0.64);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.9;
}

.armory-qr-panel {
  align-content: start;
  justify-items: stretch;
  gap: 16px;
}

.armory-qr-panel h2 {
  max-width: 11em;
}

.armory-qr-panel .armory-qr-intro {
  padding: 0 0 26px;
  color: rgba(23, 19, 15, 0.76);
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.82;
}

.armory-community-contact {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding-top: 8px;
}

.armory-qr-panel .armory-community-contact .qr-card {
  width: 150px;
  max-width: 100%;
}

.armory-community-contact-copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.armory-community-contact-copy > p,
.armory-community-contact-copy > small {
  text-align: left;
}

.armory-community-contact-copy .contact-wechat-line {
  width: 100%;
}

.armory-live-link {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(180, 147, 79, 0.3);
  background: rgba(77, 97, 86, 0.06);
}

.armory-live-link small {
  color: var(--armory-gold);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.armory-live-link strong {
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.armory-live-link p {
  margin: 0;
  color: rgba(23, 19, 15, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.armory-live-link.is-ready {
  border-color: rgba(77, 97, 86, 0.56);
  background: rgba(77, 97, 86, 0.1);
}

.armory-live-link.is-blocked {
  border-color: rgba(140, 67, 45, 0.45);
  background: rgba(140, 67, 45, 0.07);
}

.armory-live-link .armory-actions {
  margin-top: 4px;
}

.armory-listing-notice {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background: rgba(255, 252, 244, 0.36);
}

.armory-listing-notice small {
  color: rgba(23, 19, 15, 0.58);
  line-height: 1.65;
}

.armory-launch-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.armory-preview-stage::before,
.armory-preview-stage::after,
.armory-preview-stage i {
  display: none !important;
}

.armory-launch-preview {
  min-height: 360px;
  background: #100c08;
}

.armory-preview-stage {
  z-index: 6;
  padding: 26px;
  background: #100c08;
  transition: opacity 300ms ease, transform 760ms cubic-bezier(.16, 1, .3, 1);
}

.armory-launch-preview iframe {
  min-height: 420px;
}

.armory-launch-preview:has(iframe:not([hidden])) .armory-preview-stage {
  opacity: 0;
  visibility: hidden;
}

.armory-launch-preview.is-replaying .armory-preview-stage {
  visibility: visible;
  animation: none;
}

.armory-launch-preview.is-replaying:has(iframe:not([hidden])) .armory-preview-stage {
  opacity: 1;
  visibility: visible;
}

.armory-launch-preview.is-replaying[data-launch-style="slide-right"] .armory-preview-stage {
  animation: armory-exit-right 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview.is-replaying[data-launch-style="slide-left"] .armory-preview-stage {
  animation: armory-exit-left 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview.is-replaying[data-launch-style="rise-up"] .armory-preview-stage {
  animation: armory-exit-up 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview.is-replaying[data-launch-style="drop-down"] .armory-preview-stage {
  animation: armory-exit-down 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview.is-replaying[data-launch-style="soft-zoom"] .armory-preview-stage {
  animation: armory-exit-zoom 1.45s cubic-bezier(.16, 1, .3, 1) both;
}

.armory-launch-preview.is-replaying[data-launch-style="quiet-fade"] .armory-preview-stage {
  animation: armory-exit-fade 1.3s ease both;
}

@keyframes armory-exit-right {
  0%, 35% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(-100%); }
}

@keyframes armory-exit-left {
  0%, 35% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(100%); }
}

@keyframes armory-exit-up {
  0%, 35% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-100%); }
}

@keyframes armory-exit-down {
  0%, 35% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(100%); }
}

@keyframes armory-exit-zoom {
  0%, 35% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.12); }
}

@keyframes armory-exit-fade {
  0%, 35% { opacity: 1; }
  100% { opacity: 0; }
}

.creator-launch-overlay::before,
.creator-launch-overlay::after,
.creator-launch-ring,
.creator-launch-line {
  display: none !important;
}

.creator-launch-overlay {
  display: grid;
  place-content: center;
  gap: 14px;
  background: #100c08;
  transition: opacity 900ms ease, visibility 900ms ease, transform 1100ms cubic-bezier(.16, 1, .3, 1);
}

.creator-launch-overlay > span {
  position: static;
  max-width: min(76vw, 780px);
  transform: none;
}

.creator-launch-overlay > small {
  color: #b4934f;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-align: center;
}

.creator-app-frame {
  opacity: 0;
  transition: opacity 900ms ease, transform 1100ms cubic-bezier(.16, 1, .3, 1);
}

.creator-app-page[data-launch-style="slide-right"] .creator-app-frame {
  transform: translateX(9vw);
}

.creator-app-page[data-launch-style="slide-left"] .creator-app-frame {
  transform: translateX(-9vw);
}

.creator-app-page[data-launch-style="rise-up"] .creator-app-frame {
  transform: translateY(8vh);
}

.creator-app-page[data-launch-style="drop-down"] .creator-app-frame {
  transform: translateY(-8vh);
}

.creator-app-page[data-launch-style="soft-zoom"] .creator-app-frame {
  transform: scale(0.94);
}

.creator-app-page.is-app-launched .creator-app-frame {
  opacity: 1;
  transform: none;
}

.creator-app-page.is-app-launched .creator-launch-overlay {
  opacity: 0;
  visibility: hidden;
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="slide-right"] {
  transform: translateX(-100%);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="slide-left"] {
  transform: translateX(100%);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="rise-up"] {
  transform: translateY(-100%);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="drop-down"] {
  transform: translateY(100%);
}

.creator-app-page.is-app-launched .creator-launch-overlay[data-launch-style="soft-zoom"] {
  transform: scale(1.08);
}

@media (max-width: 760px) {
  .armory-community-contact {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .armory-qr-panel .armory-community-contact .qr-card {
    width: 112px;
  }

  .armory-launch-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .armory-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .armory-hosting-panel {
    margin-top: 28px;
    padding: 24px 20px;
  }

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

  .armory-qr-panel .armory-community-contact .qr-card {
    width: min(132px, 48vw);
  }

  .armory-launch-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creator-app-frame {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .armory-preview-stage {
    animation: none !important;
  }
}

/* v83.2: compact creator flow, equal armory entries, and direct app opening. */
.armory-entry-overview {
  display: grid;
  gap: clamp(34px, 4vw, 58px);
  padding-left: clamp(96px, 8vw, 132px);
}

.armory-entry-heading {
  display: grid;
  max-width: 980px;
  gap: 12px;
}

.armory-entry-heading h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  line-height: 1.04;
}

.armory-entry-heading p {
  margin: 0;
  color: rgba(23, 19, 15, 0.62);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.75;
}

.armory-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.armory-entry-card {
  display: grid;
  min-height: 420px;
  align-content: start;
  gap: 14px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(180, 147, 79, 0.32);
  background: rgba(255, 252, 244, 0.42);
}

.armory-entry-card > small {
  color: var(--armory-gold);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.armory-entry-card h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.24;
}

.armory-entry-card > p {
  margin: 0;
  color: rgba(23, 19, 15, 0.64);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.8;
}

.armory-entry-hosting .armory-action {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.armory-entry-community .armory-community-contact {
  margin-top: auto;
}

.armory-entry-community .armory-community-contact {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
}

.armory-entry-community .qr-card {
  width: 132px !important;
  height: 132px !important;
  padding: 10px !important;
  justify-self: start;
}

.armory-entry-community .qr-card i,
.armory-entry-community .qr-card .qr-image {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
}

.armory-entry-community .armory-community-contact-copy {
  gap: 9px;
}

.armory-entry-community .armory-community-contact-copy > p {
  margin: 0;
}

.armory-entry-community .contact-wechat-line {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.armory-form-layout {
  grid-template-columns: 1fr;
  gap: clamp(26px, 3vw, 42px);
  padding-left: clamp(96px, 8vw, 132px);
}

.armory-form-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1.3fr);
  align-items: end;
  gap: 28px;
}

.armory-form-heading .armory-kicker {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.armory-form-heading h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.08;
}

.armory-form-heading > p:last-child {
  margin: 0 0 8px;
  color: rgba(23, 19, 15, 0.62);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.8;
}

.armory-form-horizontal {
  gap: 16px;
  padding: clamp(20px, 2vw, 30px);
}

.armory-form-columns {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: start;
}

.armory-form-column {
  display: grid;
  gap: 14px;
}

.armory-form-horizontal .armory-field textarea {
  min-height: 88px;
}

.armory-form-horizontal .armory-choice-card span {
  min-height: 74px;
  padding: 13px 15px;
}

.armory-upload-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.armory-upload-compact {
  min-height: 108px;
  padding: 16px;
}

.armory-upload-compact strong {
  font-size: 17px;
}

.armory-listing-choice,
.armory-listing-choice > span {
  height: 100%;
}

.armory-listing-choice > span {
  align-content: center;
}

.armory-app-preview {
  position: relative;
  display: grid;
  min-height: 230px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.3);
  background: #100c08;
  color: rgba(246, 241, 232, 0.58);
}

.armory-app-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 0;
  background: #fff;
}

.armory-app-preview > p {
  margin: 0;
  padding: 24px;
  text-align: center;
}

.armory-form-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 18px;
  align-items: center;
}

.armory-form-submit {
  min-height: 52px;
}

.armory-app-home-cover {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f9f5ea;
  pointer-events: none;
}

.creator-launch-overlay {
  display: none !important;
}

.creator-app-frame,
.creator-app-page .creator-app-frame {
  position: fixed;
  inset: 0;
}

@media (max-width: 980px) {
  .armory-entry-overview,
  .armory-form-layout {
    padding-left: 88px;
  }

  .armory-entry-grid,
  .armory-form-columns {
    grid-template-columns: 1fr;
  }

  .armory-entry-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .armory-entry-overview,
  .armory-form-layout {
    padding-left: 0;
  }

  .armory-entry-heading h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .armory-entry-grid {
    gap: 12px;
  }

  .armory-entry-card {
    padding: 24px 20px;
  }

  .armory-entry-community .armory-community-contact {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .armory-entry-community .qr-card {
    width: 100px !important;
    height: 100px !important;
  }

  .armory-form-heading {
    grid-template-columns: 1fr;
  }

  .armory-form-heading .armory-kicker {
    margin-bottom: -4px;
  }

  .armory-form-columns,
  .armory-upload-pair,
  .armory-form-footer {
    grid-template-columns: 1fr;
  }

  .armory-form-horizontal {
    padding: 16px;
  }
}

/* v84: hosting hero and three-step static application uploader. */
.armory-hosting-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  min-height: calc(100vh - 74px);
  align-items: center;
  gap: clamp(48px, 7vw, 116px);
  padding-left: clamp(96px, 8vw, 132px);
}

.armory-hosting-copy {
  display: grid;
  max-width: 900px;
  align-content: center;
}

.armory-hosting-copy .armory-kicker {
  margin: 0 0 24px;
}

.armory-hosting-copy h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(72px, 8vw, 132px);
  font-weight: 400;
  line-height: 0.98;
}

.armory-hosting-en {
  margin: 18px 0 48px;
  color: #b4934f;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.1vw, 34px);
  letter-spacing: 0.14em;
}

.armory-hosting-copy h2 {
  margin: 0;
  color: rgba(23, 19, 15, 0.74);
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 400;
  line-height: 1.18;
}

.armory-hosting-summary {
  max-width: 680px;
  margin: 32px 0 0;
  color: rgba(23, 19, 15, 0.58);
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.9;
}

.armory-hosting-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.armory-hosting-actions .armory-action {
  min-width: 168px;
}

.armory-hosting-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin: 54px 0 0;
  padding: 0;
  color: rgba(23, 19, 15, 0.52);
  list-style: none;
}

.armory-hosting-features li::before {
  content: "•";
  margin-right: 10px;
  color: rgba(180, 147, 79, 0.72);
}

.armory-community-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  min-height: 520px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(180, 147, 79, 0.3);
  background: rgba(255, 252, 244, 0.46);
}

.armory-community-panel > h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 400;
  line-height: 1.24;
}

.armory-community-panel > p:not(.armory-kicker) {
  margin: 0;
  color: rgba(23, 19, 15, 0.64);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.9;
}

.armory-community-panel .armory-community-contact {
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.armory-community-panel .qr-card {
  width: 110px !important;
  height: 110px !important;
  padding: 9px !important;
}

.armory-upload-section {
  min-height: calc(100vh - 74px);
  padding: clamp(74px, 8vw, 126px) clamp(24px, 6vw, 96px);
  background: #f9f5ea;
}

.armory-upload-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

.armory-upload-heading .armory-kicker {
  margin: 0;
  color: #b4934f;
  letter-spacing: 0.28em;
}

.armory-upload-heading h1 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 1.16;
}

.armory-upload-heading > p:last-child {
  margin: 0;
  color: rgba(23, 19, 15, 0.48);
  font-size: 15px;
}

.armory-upload-wizard {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 4.5vw, 68px);
  border: 1px solid rgba(180, 147, 79, 0.26);
  background: rgba(255, 252, 244, 0.38);
}

.armory-wizard-steps {
  display: flex;
  width: min(520px, 100%);
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 42px;
  padding: 0;
  list-style: none;
}

.armory-wizard-steps li {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 12px;
  color: rgba(23, 19, 15, 0.44);
  white-space: nowrap;
}

.armory-wizard-steps li:not(:last-child)::after {
  content: "";
  height: 1px;
  min-width: 28px;
  flex: 1;
  margin: 0 14px 0 4px;
  background: rgba(180, 147, 79, 0.24);
}

.armory-wizard-steps b {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.26);
  font-weight: 400;
}

.armory-wizard-steps .is-current,
.armory-wizard-steps .is-complete {
  color: rgba(23, 19, 15, 0.74);
}

.armory-wizard-steps .is-current b,
.armory-wizard-steps .is-complete b {
  border-color: #4d6156;
  background: #4d6156;
  color: #f9f5ea;
}

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

.armory-wizard-panel {
  width: min(760px, 100%);
  margin: 0 auto;
}

.armory-upload-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px;
  background: rgba(228, 220, 204, 0.72);
}

.armory-upload-tabs button {
  min-height: 42px;
  border: 0;
  background: transparent;
  color: rgba(23, 19, 15, 0.48);
  cursor: pointer;
  font: inherit;
}

.armory-upload-tabs button.is-active {
  background: rgba(255, 252, 244, 0.92);
  color: #4d6156;
}

.armory-upload-tabs button span {
  margin-right: 8px;
  font-family: sans-serif;
}

.armory-upload-mode {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.armory-upload-mode[hidden] {
  display: none !important;
}

.armory-upload-mode > label,
.armory-field > label,
.armory-settings-column > .armory-field > label {
  color: rgba(23, 19, 15, 0.64);
  font-size: 14px;
}

.armory-file-picker {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 54px;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background: rgba(255, 252, 244, 0.72);
  color: rgba(23, 19, 15, 0.58);
  cursor: pointer;
  text-align: left;
}

.armory-file-picker > span {
  display: grid;
  align-self: stretch;
  place-items: center;
  background: rgba(228, 220, 204, 0.64);
}

.armory-file-picker > strong {
  overflow: hidden;
  padding: 0 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.armory-upload-mode textarea {
  min-height: 220px;
  resize: vertical;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background: rgba(255, 252, 244, 0.72);
  color: #17130f;
  font: 13px/1.7 Consolas, monospace;
}

.armory-upload-basic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.armory-wizard-next {
  width: 100%;
  min-height: 58px;
  margin-top: 28px;
  border: 1px solid #4d6156;
  background: #4d6156;
  color: #f9f5ea;
  cursor: pointer;
  font: inherit;
}

.armory-wizard-next span {
  margin-left: 14px;
  color: #d8bd78;
}

.armory-wizard-panel[data-submit-step="2"] {
  width: 100%;
}

.armory-preview-settings {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 34px;
  align-items: start;
}

.armory-preview-column,
.armory-settings-column {
  min-width: 0;
}

.armory-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  color: rgba(23, 19, 15, 0.54);
  font-size: 13px;
}

.armory-preview-toolbar b {
  font-weight: 400;
}

.armory-preview-toolbar button {
  border: 0;
  background: transparent;
  color: #b4934f;
  cursor: pointer;
  font: inherit;
}

.armory-live-preview {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.34);
  background: #100c08;
  perspective: 1200px;
}

.armory-live-preview iframe,
.armory-preview-empty {
  width: 100%;
  height: 100%;
  border: 0;
  transform-origin: center;
}

.armory-preview-empty {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  color: #f6f1e8;
}

.armory-preview-empty[hidden],
.armory-live-preview iframe[hidden] {
  display: none !important;
}

.armory-preview-empty strong {
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 400;
}

.armory-preview-empty span {
  color: rgba(246, 241, 232, 0.54);
}

.armory-settings-column {
  display: grid;
  gap: 18px;
}

.armory-settings-column .armory-field {
  gap: 9px;
}

.armory-settings-column select {
  width: 100%;
  min-height: 52px;
}

.armory-settings-column .armory-field > small {
  color: rgba(23, 19, 15, 0.42);
  line-height: 1.55;
}

.armory-meta-details {
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(255, 252, 244, 0.38);
}

.armory-meta-details summary {
  padding: 15px 17px;
  color: rgba(23, 19, 15, 0.66);
  cursor: pointer;
}

.armory-meta-fields {
  display: grid;
  gap: 13px;
  padding: 0 17px 17px;
}

.armory-meta-fields textarea {
  min-height: 78px;
}

.armory-setting-switch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(255, 252, 244, 0.38);
  cursor: pointer;
}

.armory-setting-switch > span {
  display: grid;
  gap: 5px;
}

.armory-setting-switch b {
  color: rgba(23, 19, 15, 0.72);
  font-weight: 500;
}

.armory-setting-switch small {
  color: rgba(23, 19, 15, 0.42);
  line-height: 1.45;
}

.armory-setting-switch input {
  position: absolute;
  opacity: 0;
}

.armory-setting-switch i {
  position: relative;
  width: 38px;
  height: 20px;
  border-radius: 20px;
  background: rgba(23, 19, 15, 0.14);
  transition: background-color 180ms ease;
}

.armory-setting-switch i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease;
}

.armory-setting-switch input:checked + i {
  background: #4d6156;
}

.armory-setting-switch input:checked + i::after {
  transform: translateX(18px);
}

.armory-cover-option > button {
  display: grid;
  width: 100%;
  gap: 4px;
  padding: 14px 18px;
  border: 1px dashed rgba(180, 147, 79, 0.35);
  background: transparent;
  color: rgba(23, 19, 15, 0.64);
  cursor: pointer;
  text-align: left;
}

.armory-cover-option small {
  color: rgba(23, 19, 15, 0.4);
}

.armory-settings-actions,
.armory-complete-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.armory-settings-actions .armory-action,
.armory-complete-actions .armory-action {
  justify-content: center;
  width: 100%;
}

.armory-complete-panel {
  display: grid;
  max-width: 760px;
  justify-items: center;
  gap: 22px;
  padding: 28px 0 8px;
  text-align: center;
}

.armory-complete-panel h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
}

.armory-complete-panel .armory-live-link {
  width: 100%;
  text-align: left;
}

.creator-app-frame {
  opacity: 0 !important;
  transform-origin: center !important;
  transition: none !important;
}

.creator-app-page.is-app-launched .creator-app-frame {
  opacity: 1 !important;
  animation: creator-fade-in 900ms cubic-bezier(.16, 1, .3, 1) both;
}

.creator-app-page[data-launch-style="center-expand"].is-app-launched .creator-app-frame {
  animation-name: creator-center-expand;
}

.creator-app-page[data-launch-style="flip-in"].is-app-launched .creator-app-frame {
  animation-name: creator-flip-in;
}

.creator-app-page[data-launch-style="particle-gather"].is-app-launched .creator-app-frame {
  animation-name: creator-particle-gather;
}

.creator-app-page[data-launch-style="glitch-reveal"].is-app-launched .creator-app-frame {
  animation-name: creator-glitch-reveal;
}

.creator-app-page[data-launch-style="scroll-unfold"].is-app-launched .creator-app-frame {
  animation-name: creator-scroll-unfold;
}

.creator-app-page[data-launch-style="halo-enter"].is-app-launched .creator-app-frame {
  animation-name: creator-halo-enter;
}

.creator-app-page[data-launch-style="blinds-reveal"].is-app-launched .creator-app-frame {
  animation-name: creator-blinds-reveal;
}

.creator-app-page[data-launch-style="curtain-open"].is-app-launched .creator-app-frame {
  animation-name: creator-curtain-open;
}

.creator-app-page[data-launch-style="center-zoom"].is-app-launched .creator-app-frame {
  animation-name: creator-center-zoom;
}

.creator-app-page[data-launch-style="rotate-3d"].is-app-launched .creator-app-frame {
  animation-name: creator-rotate-3d;
}

.creator-app-page[data-launch-style="pixel-focus"].is-app-launched .creator-app-frame {
  animation-name: creator-pixel-focus;
}

.creator-app-page[data-launch-style="typewriter-reveal"].is-app-launched .creator-app-frame {
  animation-name: creator-typewriter-reveal;
}

.creator-app-page[data-launch-style="ink-spread"].is-app-launched .creator-app-frame {
  animation-name: creator-ink-spread;
}

.creator-app-page[data-launch-style="blur-in"].is-app-launched .creator-app-frame {
  animation-name: creator-blur-in;
}

.creator-app-page[data-launch-style="shard-gather"].is-app-launched .creator-app-frame {
  animation-name: creator-shard-gather;
}

.creator-app-page[data-launch-style="spiral-in"].is-app-launched .creator-app-frame {
  animation-name: creator-spiral-in;
}

.armory-live-preview.is-replaying iframe,
.armory-live-preview.is-replaying .armory-preview-empty {
  animation: creator-fade-in 900ms cubic-bezier(.16, 1, .3, 1) both;
}

.armory-live-preview[data-launch-style="center-expand"].is-replaying iframe,
.armory-live-preview[data-launch-style="center-expand"].is-replaying .armory-preview-empty { animation-name: creator-center-expand; }
.armory-live-preview[data-launch-style="flip-in"].is-replaying iframe,
.armory-live-preview[data-launch-style="flip-in"].is-replaying .armory-preview-empty { animation-name: creator-flip-in; }
.armory-live-preview[data-launch-style="particle-gather"].is-replaying iframe,
.armory-live-preview[data-launch-style="particle-gather"].is-replaying .armory-preview-empty { animation-name: creator-particle-gather; }
.armory-live-preview[data-launch-style="glitch-reveal"].is-replaying iframe,
.armory-live-preview[data-launch-style="glitch-reveal"].is-replaying .armory-preview-empty { animation-name: creator-glitch-reveal; }
.armory-live-preview[data-launch-style="scroll-unfold"].is-replaying iframe,
.armory-live-preview[data-launch-style="scroll-unfold"].is-replaying .armory-preview-empty { animation-name: creator-scroll-unfold; }
.armory-live-preview[data-launch-style="halo-enter"].is-replaying iframe,
.armory-live-preview[data-launch-style="halo-enter"].is-replaying .armory-preview-empty { animation-name: creator-halo-enter; }
.armory-live-preview[data-launch-style="blinds-reveal"].is-replaying iframe,
.armory-live-preview[data-launch-style="blinds-reveal"].is-replaying .armory-preview-empty { animation-name: creator-blinds-reveal; }
.armory-live-preview[data-launch-style="curtain-open"].is-replaying iframe,
.armory-live-preview[data-launch-style="curtain-open"].is-replaying .armory-preview-empty { animation-name: creator-curtain-open; }
.armory-live-preview[data-launch-style="center-zoom"].is-replaying iframe,
.armory-live-preview[data-launch-style="center-zoom"].is-replaying .armory-preview-empty { animation-name: creator-center-zoom; }
.armory-live-preview[data-launch-style="rotate-3d"].is-replaying iframe,
.armory-live-preview[data-launch-style="rotate-3d"].is-replaying .armory-preview-empty { animation-name: creator-rotate-3d; }
.armory-live-preview[data-launch-style="pixel-focus"].is-replaying iframe,
.armory-live-preview[data-launch-style="pixel-focus"].is-replaying .armory-preview-empty { animation-name: creator-pixel-focus; }
.armory-live-preview[data-launch-style="typewriter-reveal"].is-replaying iframe,
.armory-live-preview[data-launch-style="typewriter-reveal"].is-replaying .armory-preview-empty { animation-name: creator-typewriter-reveal; }
.armory-live-preview[data-launch-style="ink-spread"].is-replaying iframe,
.armory-live-preview[data-launch-style="ink-spread"].is-replaying .armory-preview-empty { animation-name: creator-ink-spread; }
.armory-live-preview[data-launch-style="blur-in"].is-replaying iframe,
.armory-live-preview[data-launch-style="blur-in"].is-replaying .armory-preview-empty { animation-name: creator-blur-in; }
.armory-live-preview[data-launch-style="shard-gather"].is-replaying iframe,
.armory-live-preview[data-launch-style="shard-gather"].is-replaying .armory-preview-empty { animation-name: creator-shard-gather; }
.armory-live-preview[data-launch-style="spiral-in"].is-replaying iframe,
.armory-live-preview[data-launch-style="spiral-in"].is-replaying .armory-preview-empty { animation-name: creator-spiral-in; }

@keyframes creator-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes creator-center-expand {
  from { opacity: 0; transform: scale(.14); clip-path: circle(5% at 50% 50%); }
  to { opacity: 1; transform: scale(1); clip-path: circle(75% at 50% 50%); }
}
@keyframes creator-flip-in {
  from { opacity: 0; transform: perspective(1200px) rotateY(-82deg) scale(.92); }
  to { opacity: 1; transform: perspective(1200px) rotateY(0) scale(1); }
}
@keyframes creator-particle-gather {
  from { opacity: 0; transform: scale(1.22); filter: blur(18px) contrast(1.8); }
  65% { opacity: .88; filter: blur(4px) contrast(1.2); }
  to { opacity: 1; transform: scale(1); filter: none; }
}
@keyframes creator-glitch-reveal {
  0% { opacity: 0; transform: translateX(-12px); filter: contrast(2) saturate(.2); clip-path: inset(0 0 76% 0); }
  28% { opacity: .62; transform: translateX(8px); clip-path: inset(34% 0 20% 0); }
  56% { transform: translateX(-4px); clip-path: inset(8% 0 48% 0); }
  100% { opacity: 1; transform: none; filter: none; clip-path: inset(0); }
}
@keyframes creator-scroll-unfold {
  from { opacity: .2; transform: scaleX(.08); filter: sepia(.4); }
  to { opacity: 1; transform: scaleX(1); filter: none; }
}
@keyframes creator-halo-enter {
  from { opacity: 0; transform: scale(.96); filter: brightness(2.4) blur(12px); }
  to { opacity: 1; transform: scale(1); filter: none; }
}
@keyframes creator-blinds-reveal {
  from { opacity: 0; clip-path: polygon(0 0,100% 0,100% 6%,0 6%,0 18%,100% 18%,100% 24%,0 24%,0 36%,100% 36%,100% 42%,0 42%,0 54%,100% 54%,100% 60%,0 60%,0 72%,100% 72%,100% 78%,0 78%,0 90%,100% 90%,100% 96%,0 96%); }
  to { opacity: 1; clip-path: inset(0); }
}
@keyframes creator-curtain-open {
  from { opacity: .25; clip-path: inset(0 49.5%); }
  to { opacity: 1; clip-path: inset(0); }
}
@keyframes creator-center-zoom {
  from { opacity: 0; transform: scale(.62); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes creator-rotate-3d {
  from { opacity: 0; transform: perspective(1400px) rotateX(26deg) rotateY(-48deg) scale(.78); }
  to { opacity: 1; transform: perspective(1400px) rotateX(0) rotateY(0) scale(1); }
}
@keyframes creator-pixel-focus {
  from { opacity: 0; transform: scale(1.07); filter: blur(16px) contrast(3); image-rendering: pixelated; }
  to { opacity: 1; transform: scale(1); filter: none; }
}
@keyframes creator-typewriter-reveal {
  from { opacity: .4; clip-path: inset(0 100% 0 0); }
  to { opacity: 1; clip-path: inset(0); }
}
@keyframes creator-ink-spread {
  from { opacity: 0; transform: scale(.9); filter: blur(22px) grayscale(1); clip-path: circle(8% at 50% 50%); }
  to { opacity: 1; transform: scale(1); filter: none; clip-path: circle(75% at 50% 50%); }
}
@keyframes creator-blur-in {
  from { opacity: 0; filter: blur(24px); transform: scale(1.03); }
  to { opacity: 1; filter: none; transform: scale(1); }
}
@keyframes creator-shard-gather {
  from { opacity: 0; transform: scale(1.16) rotate(2deg); filter: blur(10px); clip-path: polygon(0 0,30% 8%,18% 36%,48% 25%,42% 61%,72% 46%,65% 80%,100% 68%,100% 100%,0 100%); }
  to { opacity: 1; transform: none; filter: none; clip-path: inset(0); }
}
@keyframes creator-spiral-in {
  from { opacity: 0; transform: scale(.18) rotate(-54deg); filter: blur(14px); }
  to { opacity: 1; transform: scale(1) rotate(0); filter: none; }
}

.creator-password-gate {
  display: grid;
  width: min(460px, calc(100vw - 40px));
  gap: 18px;
  padding: 36px;
  border: 1px solid rgba(180, 147, 79, 0.42);
  background: #f9f5ea;
  color: #17130f;
}

.creator-password-gate > small {
  color: #b4934f;
  letter-spacing: .2em;
}

.creator-password-gate h1,
.creator-password-gate p {
  margin: 0;
}

.creator-password-gate label {
  display: grid;
  gap: 8px;
}

.creator-password-gate em {
  color: #8f493c;
  font-style: normal;
}

@media (max-width: 980px) {
  .armory-hosting-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .armory-community-panel {
    min-height: 0;
  }

  .armory-preview-settings {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .armory-hosting-hero {
    gap: 54px;
    padding: 74px 0;
  }

  .armory-hosting-copy h1 {
    font-size: clamp(54px, 18vw, 78px);
  }

  .armory-hosting-en {
    margin-bottom: 34px;
    font-size: 20px;
  }

  .armory-hosting-copy h2 {
    font-size: 34px;
  }

  .armory-hosting-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 38px;
  }

  .armory-community-panel {
    padding: 26px 20px;
  }

  .armory-community-panel .armory-community-contact {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .armory-community-panel .qr-card {
    width: 90px !important;
    height: 90px !important;
  }

  .armory-upload-section {
    padding: 62px 14px;
  }

  .armory-upload-heading {
    margin-bottom: 34px;
  }

  .armory-upload-heading > p:last-child {
    max-width: 300px;
    line-height: 1.7;
  }

  .armory-upload-wizard {
    padding: 24px 14px;
  }

  .armory-wizard-steps {
    margin-bottom: 30px;
  }

  .armory-wizard-steps li {
    gap: 6px;
    font-size: 12px;
  }

  .armory-wizard-steps li:not(:last-child)::after {
    min-width: 12px;
    margin: 0 6px;
  }

  .armory-wizard-steps b {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .armory-upload-basic-grid,
  .armory-settings-actions,
  .armory-complete-actions {
    grid-template-columns: 1fr;
  }

  .armory-upload-tabs button {
    padding: 8px;
    font-size: 13px;
  }

  .armory-file-picker {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .armory-preview-toolbar {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creator-app-page.is-app-launched .creator-app-frame,
  .armory-live-preview.is-replaying iframe,
  .armory-live-preview.is-replaying .armory-preview-empty {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
}

/* v85: shorter community hero, cleaner desktop title and admin-only take-down control. */
@media (min-width: 1101px) {
  .armory-page .armory-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .armory-hosting-hero {
    min-height: 548px;
    gap: clamp(36px, 4vw, 66px);
    padding-left: clamp(116px, 9vw, 142px);
  }

  .armory-hosting-copy h1 {
    font-size: clamp(60px, 5vw, 82px);
    white-space: nowrap;
  }

  .armory-hosting-en {
    margin: 12px 0 22px;
  }

  .armory-hosting-copy h2 {
    font-size: clamp(29px, 2.3vw, 40px);
  }

  .armory-hosting-summary {
    margin-top: 18px;
  }

  .armory-hosting-actions {
    margin-top: 20px;
  }

  .armory-hosting-features {
    margin-top: 24px;
  }

  .armory-community-panel {
    min-height: 420px;
    padding: clamp(26px, 2.8vw, 40px);
  }

  .armory-library {
    padding-top: 52px;
  }
}

.armory-community-contact-copy .contact-wechat-line {
  grid-template-columns: minmax(0, 1fr) auto;
}

.armory-community-contact-copy .contact-wechat-line > span,
.armory-community-contact-copy .contact-wechat-id {
  white-space: nowrap;
}

.armory-admin-offline {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 8;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(216, 189, 120, 0.62);
  border-radius: 50%;
  background: rgba(16, 12, 8, 0.9);
  color: #f6f1e8;
  font: 400 20px/1 Arial, sans-serif;
  cursor: pointer;
}

.armory-admin-offline:hover,
.armory-admin-offline:focus-visible {
  border-color: #d8bd78;
  color: #d8bd78;
  outline: none;
}

/* v87: roomier armory entrance and a stronger horizontal upload workspace. */
@media (min-width: 1101px) {
  .armory-page .armory-hero {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .armory-hosting-hero {
    min-height: 658px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    padding-left: clamp(108px, 8vw, 132px);
  }

  .armory-hosting-copy,
  .armory-community-panel {
    min-height: 0;
    height: 100%;
    padding: clamp(34px, 3vw, 50px);
    border: 1px solid rgba(180, 147, 79, 0.3);
    background: rgba(255, 252, 244, 0.46);
  }

  .armory-upload-wizard {
    width: min(1280px, 100%);
    min-height: 610px;
    padding: clamp(46px, 4.8vw, 76px);
  }

  .armory-wizard-panel {
    width: min(900px, 100%);
  }
}

/* v88: one platform heading, two equal entry cards, taller opening rhythm */
.armory-platform-header {
  padding-left: clamp(108px, 8vw, 132px);
  margin-bottom: 30px;
}

.armory-platform-header h1 {
  margin: 8px 0 10px;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(58px, 5vw, 86px);
  font-weight: 400;
  line-height: 1;
}

.armory-platform-header > p:last-child {
  color: rgba(23, 19, 15, .62);
  font-size: 16px;
}

.armory-card-title {
  margin: 12px 0 10px;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(31px, 2.5vw, 44px);
  font-weight: 400;
  line-height: 1.15;
}

.armory-hosting-copy h3 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.35;
}

@media (min-width: 1101px) {
  .armory-page .armory-hero {
    min-height: clamp(930px, 112svh, 1180px);
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .armory-hosting-hero {
    min-height: 550px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    padding-left: clamp(108px, 8vw, 132px);
  }

  .armory-hosting-copy,
  .armory-community-panel {
    min-height: 550px;
    height: auto;
  }

  .armory-library {
    padding-top: 56px;
  }
}

@media (max-width: 1100px) {
  .armory-platform-header {
    padding: 0 24px;
    margin-bottom: 24px;
  }
}
