/* 用户自投箱：沿用空投站的夜空与货运标签，青色代表来自社区的箱子。 */

body[data-kind="user"] {
  --accent: var(--cyan);
  background:
    radial-gradient(80% 54% at 50% 12%, rgba(var(--cyan), 0.055), transparent 68%),
    radial-gradient(70% 62% at 8% 48%, rgba(var(--violet), 0.045), transparent 72%),
    #050507;
}

[hidden] { display: none !important; }

.new-ether,
.new-orbit {
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

.new-ether {
  inset: 0;
  opacity: 0.72;
  background:
    radial-gradient(circle at 14% 18%, rgba(224, 238, 242, 0.25) 0 0.5px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(224, 238, 242, 0.18) 0 0.6px, transparent 1.1px),
    radial-gradient(circle at 64% 48%, rgba(224, 238, 242, 0.14) 0 0.5px, transparent 1px),
    radial-gradient(circle at 28% 72%, rgba(224, 238, 242, 0.16) 0 0.5px, transparent 1px);
  background-size: 190px 230px, 270px 310px, 230px 280px, 310px 260px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.65) 55%, transparent 100%);
}

.new-orbit {
  top: 5.2rem;
  left: 50%;
  width: min(78vw, 58rem);
  aspect-ratio: 1;
  border: 1px solid rgba(var(--cyan), 0.055);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-12deg);
}

.new-orbit::before,
.new-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(var(--cyan), 0.04);
  border-radius: inherit;
}

.new-orbit::before { inset: 12%; }
.new-orbit::after { inset: 31%; border-style: dashed; }

.top__tag::before {
  border-top-color: rgba(var(--cyan), 0.85);
  border-left-color: rgba(var(--cyan), 0.85);
}

.top__tag i { color: rgba(var(--cyan), 0.72); }

.top__home {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.new-room {
  position: relative;
  z-index: 2;
  flex: 1;
  width: min(48rem, 100%);
  margin: 0 auto;
  padding: clamp(3.8rem, 9vh, 6.6rem) 22px 4rem;
}

.new-intro {
  width: min(41rem, 100%);
  animation: rise 850ms 100ms cubic-bezier(0.18, 0.75, 0.2, 1) both;
}

.new-intro__kicker,
.section-mark {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: rgba(var(--cyan), 0.72);
}

.new-intro h2 {
  margin: 0.85rem 0 0;
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.98);
  text-wrap: balance;
}

.new-intro__lead {
  max-width: 30rem;
  margin: 1.3rem 0 0;
  font-size: 0.92rem;
  line-height: 1.9;
  letter-spacing: 0.045em;
  color: var(--muted);
}

.composer {
  position: relative;
  width: 100%;
  margin-top: clamp(3rem, 7vh, 5rem);
  padding: clamp(1.35rem, 4vw, 2.35rem);
  border: 1px solid rgba(var(--cyan), 0.2);
  border-radius: 12px;
  background:
    linear-gradient(130deg, rgba(var(--cyan), 0.035), transparent 30%),
    rgba(7, 9, 11, 0.82);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px rgba(230, 248, 252, 0.035);
  animation: rise 850ms 210ms cubic-bezier(0.18, 0.75, 0.2, 1) both;
  transition: opacity 180ms ease, transform 180ms ease;
}

.composer::before,
.composer::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.composer::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid rgba(var(--cyan), 0.75);
  border-left: 2px solid rgba(var(--cyan), 0.75);
}

.composer::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid rgba(var(--cyan), 0.42);
  border-bottom: 1px solid rgba(var(--cyan), 0.42);
}

.composer.is-collapsing {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.composer__head,
.subsection-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.composer__head h2,
.subsection-head h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.25rem, 4vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.95);
}

.manifest-count {
  flex: none;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(var(--cyan), 0.2);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: rgba(var(--cyan), 0.86);
  background: rgba(var(--cyan), 0.04);
  transition: border-color 180ms ease, color 180ms ease;
}

.manifest-count.is-error {
  border-color: rgba(240, 156, 127, 0.48);
  color: rgba(250, 190, 166, 0.95);
}

#createForm {
  min-width: 0;
  margin-top: 1.6rem;
}

.field,
.manifest-field {
  min-width: 0;
}

.field-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.62rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(244, 243, 240, 0.82);
}

.field-label__aside,
.char-count {
  flex: none;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--faint);
}

.char-count.is-error { color: rgba(250, 178, 150, 0.95); }

input[type="text"],
input[type="datetime-local"],
textarea {
  appearance: none;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(244, 243, 240, 0.14);
  border-radius: 7px;
  outline: none;
  background: rgba(2, 3, 4, 0.58);
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input[type="text"],
input[type="datetime-local"] {
  min-height: 48px;
  padding: 0.7rem 0.85rem;
}

textarea {
  display: block;
  padding: 0.8rem 0.9rem;
  resize: vertical;
}

#lines {
  min-height: clamp(17rem, 40vh, 23rem);
  border-color: rgba(var(--cyan), 0.23);
  border-radius: 9px;
  background:
    linear-gradient(rgba(var(--cyan), 0.025), rgba(var(--cyan), 0.005)),
    rgba(2, 3, 4, 0.7);
  font-family: var(--mono);
  font-size: 0.88rem;
  line-height: 1.85;
  letter-spacing: 0.015em;
  tab-size: 2;
}

input::placeholder,
textarea::placeholder {
  color: rgba(244, 243, 240, 0.28);
  opacity: 1;
}

input[type="text"]:hover,
input[type="datetime-local"]:hover,
textarea:hover {
  border-color: rgba(244, 243, 240, 0.24);
}

input[type="text"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  border-color: rgba(var(--cyan), 0.68);
  box-shadow: 0 0 0 3px rgba(var(--cyan), 0.075), 0 0 30px rgba(var(--cyan), 0.045);
  background-color: rgba(4, 6, 7, 0.9);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: rgba(240, 153, 121, 0.7);
}

.field-help {
  margin: 0.58rem 0 0;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: var(--faint);
}

.validation-errors {
  margin-top: 0.8rem;
  padding: 0.75rem 0.85rem;
  border-left: 2px solid rgba(240, 153, 121, 0.75);
  border-radius: 0 5px 5px 0;
  background: rgba(127, 54, 33, 0.1);
  color: rgba(250, 195, 174, 0.94);
  font-size: 0.75rem;
  line-height: 1.75;
}

.validation-errors ul {
  margin: 0;
  padding-left: 1.15rem;
}

.composer__divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 2rem 0 1.5rem;
  font-family: var(--mono);
  font-size: 0.53rem;
  letter-spacing: 0.22em;
  color: rgba(244, 243, 240, 0.3);
}

.composer__divider::before,
.composer__divider::after {
  content: "";
  height: 1px;
  background: rgba(244, 243, 240, 0.08);
}

.composer__divider::before { width: 1.2rem; }
.composer__divider::after { flex: 1; }

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 1.25rem 1rem;
}

.field--wide { grid-column: 1 / -1; }

#note { min-height: 6.2rem; }

.choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}

.choice-set {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(244, 243, 240, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.012);
}

.choice-set legend {
  padding: 0 0.38rem;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(244, 243, 240, 0.76);
}

.choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.choice-row--ttl { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

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

.choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem;
  border: 1px solid rgba(244, 243, 240, 0.12);
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: rgba(244, 243, 240, 0.58);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.choice:hover span {
  border-color: rgba(244, 243, 240, 0.24);
  color: rgba(244, 243, 240, 0.86);
}

.choice input:checked + span {
  border-color: rgba(var(--cyan), 0.5);
  color: rgba(213, 244, 250, 0.94);
  background: rgba(var(--cyan), 0.075);
}

.choice input:focus-visible + span {
  outline: 1px solid rgba(var(--cyan), 0.9);
  outline-offset: 3px;
}

.schedule-field { margin-top: 0.8rem; }

.schedule-field label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  color: var(--muted);
}

input[type="datetime-local"] {
  color-scheme: dark;
  font-family: var(--mono);
  font-size: 0.72rem;
}

.burn-note { margin-top: 0.72rem; }

.create-verify {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(var(--cyan), 0.13);
  border-radius: 8px;
  background: rgba(var(--cyan), 0.025);
  text-align: center;
}

.create-verify .section-mark { margin-bottom: 0.8rem; }

#createVerify {
  display: flex;
  justify-content: center;
  min-height: 65px;
}

.verify-status {
  min-height: 1.4em;
  margin: 0.65rem 0 0;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.verify-status.is-error { color: rgba(250, 185, 159, 0.94); }

.submit-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.submit-status {
  min-height: 1.5em;
  margin: 0 0 0.65rem;
  font-size: 0.76rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(250, 185, 159, 0.96);
}

.submit-status.is-ok { color: rgba(var(--cyan), 0.9); }

.drop-button {
  position: relative;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(22rem, 100%);
  min-height: 56px;
  padding: 0.8rem 1.05rem 0.8rem 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cyan), 0.55);
  border-radius: 7px;
  background:
    linear-gradient(105deg, rgba(var(--cyan), 0.16), rgba(var(--cyan), 0.045)),
    rgba(5, 10, 12, 0.92);
  color: rgba(232, 250, 253, 0.97);
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  cursor: pointer;
  box-shadow: 0 0 32px rgba(var(--cyan), 0.075);
  transition: transform 140ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
}

.drop-button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 25%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(224, 250, 255, 0.1), transparent);
  transition: left 500ms ease;
}

.drop-button:hover {
  border-color: rgba(var(--cyan), 0.82);
  box-shadow: 0 0 42px rgba(var(--cyan), 0.13);
}

.drop-button:hover::before { left: 115%; }
.drop-button:active { transform: translateY(1px) scale(0.99); }

.drop-button i {
  font-family: var(--mono);
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(var(--cyan), 0.6);
}

.drop-button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
  box-shadow: none;
}

.submit-hint {
  margin: 0.75rem 0 0;
  font-size: 0.62rem;
  letter-spacing: 0.035em;
  color: var(--faint);
}

kbd {
  padding: 0.12em 0.35em;
  border: 1px solid rgba(244, 243, 240, 0.15);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--mono);
  font-size: 0.9em;
}

.result-card {
  position: relative;
  width: 100%;
  margin-top: clamp(3rem, 7vh, 5rem);
  padding: clamp(1.4rem, 4vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cyan), 0.34);
  border-radius: 12px;
  background:
    radial-gradient(90% 80% at 50% 0%, rgba(var(--cyan), 0.09), transparent 62%),
    rgba(6, 10, 12, 0.94);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48), 0 0 60px rgba(var(--cyan), 0.06);
  opacity: 0;
  transform: translateY(16px);
}

.result-card.is-visible {
  animation: result-rise 460ms cubic-bezier(0.18, 0.75, 0.2, 1) forwards;
}

.result-card:focus { outline: none; }

.result-card:focus-visible {
  outline: 1px solid rgba(var(--cyan), 0.75);
  outline-offset: 5px;
}

.result-card__signal {
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(var(--cyan), 0.12);
  border-radius: 50%;
}

.result-card__signal::before,
.result-card__signal::after {
  content: "";
  position: absolute;
  inset: 25%;
  border: 1px dashed rgba(var(--cyan), 0.12);
  border-radius: inherit;
}

.result-card__signal::after {
  inset: 47%;
  border-style: solid;
  background: rgba(var(--cyan), 0.42);
  box-shadow: 0 0 20px rgba(var(--cyan), 0.55);
}

.result-card h2 {
  position: relative;
  margin: 0.75rem 0 0;
  font-size: clamp(1.65rem, 6vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.98);
}

.result-card__lead {
  margin: 0.75rem 0 1.5rem;
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--muted);
}

.link-block {
  margin-top: 0.85rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(244, 243, 240, 0.11);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.22);
}

.link-block--primary {
  border-color: rgba(var(--cyan), 0.31);
  background: rgba(var(--cyan), 0.045);
}

.link-block--key { border-style: dashed; }

.link-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: rgba(244, 243, 240, 0.68);
}

.link-block__value {
  margin: 0.7rem 0 0;
  font-family: var(--mono);
  font-size: clamp(0.68rem, 2.5vw, 0.78rem);
  line-height: 1.65;
  letter-spacing: 0.015em;
  color: rgba(221, 249, 253, 0.94);
  overflow-wrap: anywhere;
  user-select: all;
  -webkit-user-select: all;
  cursor: copy;
}

/* 复制不配独立按钮：一行极小的字贴在链接旁，点链接本身也能复制 */
.copy-button {
  appearance: none;
  min-height: 44px;
  margin: -0.8rem -0.2rem -0.8rem 0;
  padding: 0.8rem 0.2rem;
  border: 0;
  background: none;
  color: rgba(244, 243, 240, 0.42);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  cursor: pointer;
  transition: color 160ms ease;
}

.copy-button:hover,
.copy-button.done { color: rgba(var(--cyan), 0.95); }

.key-warning {
  margin: 0.7rem 0 0;
  font-size: 0.68rem;
  line-height: 1.7;
  color: rgba(240, 182, 155, 0.86);
}

.copy-status {
  min-height: 1.4em;
  margin: 0.75rem 0 0;
  font-size: 0.68rem;
  text-align: center;
  color: rgba(var(--cyan), 0.86);
}

.burn-at {
  margin: 1.1rem 0 0;
  font-size: 0.72rem;
  line-height: 1.7;
  text-align: center;
  color: var(--faint);
}

.result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.result-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem;
  border-radius: 6px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.result-visit {
  border: 1px solid rgba(var(--cyan), 0.52);
  background: rgba(var(--cyan), 0.1);
  color: rgba(224, 249, 253, 0.96);
}

.result-manage {
  border: 1px solid rgba(244, 243, 240, 0.13);
  color: rgba(244, 243, 240, 0.66);
}

.result-actions a:hover {
  border-color: rgba(var(--cyan), 0.75);
  color: #fff;
}

.keyring,
.wishes {
  width: 100%;
  margin-top: clamp(3rem, 7vh, 5rem);
  padding-top: 1.35rem;
  border-top: 1px solid rgba(244, 243, 240, 0.1);
  animation: fade 700ms ease both;
}

.subsection-head {
  align-items: center;
}

.subsection-head > p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: var(--faint);
}

.key-list,
.wish-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.key-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 64px;
  padding: 0.75rem 0.15rem;
  border-bottom: 1px solid rgba(244, 243, 240, 0.07);
}

.key-list__copy {
  min-width: 0;
}

.key-list__copy strong {
  display: block;
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(244, 243, 240, 0.88);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.key-list__copy span {
  display: block;
  margin-top: 0.35rem;
  overflow: hidden;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: var(--faint);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.key-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 44px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(var(--cyan), 0.2);
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: rgba(var(--cyan), 0.78);
  transition: border-color 180ms ease, color 180ms ease;
}

.key-list a:hover {
  border-color: rgba(var(--cyan), 0.55);
  color: rgba(224, 249, 253, 0.98);
}

.wish-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.wish-list li {
  min-width: 0;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(244, 243, 240, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.012);
  font-size: 0.74rem;
  line-height: 1.6;
  letter-spacing: 0.035em;
  color: rgba(244, 243, 240, 0.66);
  overflow-wrap: anywhere;
}

.wish-list li::before {
  content: "WISH";
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.16em;
  color: rgba(var(--violet), 0.65);
}

.new-footer {
  position: relative;
  z-index: 2;
  width: min(48rem, 100%);
  margin: 0 auto;
  padding: 0 22px;
}

.new-footer__notes {
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(244, 243, 240, 0.07);
  text-align: center;
}

.new-footer__notes p {
  margin: 0.35rem 0 0;
  font-size: 0.64rem;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: rgba(244, 243, 240, 0.38);
}

.new-footer .doors {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.2rem;
}

.new-footer .doors a { min-height: 44px; }

@keyframes result-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 620px) {
  .new-room {
    padding-top: 3.5rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-intro h2 { font-size: clamp(2.15rem, 12vw, 3.25rem); }

  .composer { padding: 1.2rem; }

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

  .field--wide { grid-column: auto; }

  .result-card { padding: 1.25rem; }

  .new-footer { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 420px) {
  .top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top__tag { padding-left: 0.72em; padding-right: 0.72em; }
  .top__tag b { font-size: 0.8rem; }

  .composer__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .manifest-count { align-self: flex-start; }

  .field-label__aside { max-width: 48%; text-align: right; }

  .choice-set { padding: 0.85rem; }

  #createVerify {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
    transform: scale(0.92);
    transform-origin: center top;
  }

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

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

  .subsection-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .new-footer .doors { gap: 1rem; }
}

@media (max-width: 360px) {
  .new-room,
  .new-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .composer { padding: 1rem; }
  .new-intro h2 { font-size: 2.1rem; }
  .choice-row { gap: 0.35rem; }
  .link-block { padding-left: 0.75rem; padding-right: 0.75rem; }
  .key-list li { gap: 0.5rem; }
  .key-list a { min-width: 68px; padding-left: 0.55rem; padding-right: 0.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .new-ether { opacity: 0.5; }
  .composer,
  .result-card,
  .new-intro,
  .keyring,
  .wishes {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
