.app-view-panel__header--youxiting {
  position: relative;
  justify-content: center;
  overflow: hidden;
  min-height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(250, 204, 21, 0.26), transparent 38%),
    radial-gradient(circle at 86% 24%, rgba(236, 72, 153, 0.22), transparent 34%),
    linear-gradient(135deg, #09090f 0%, #161124 48%, #261211 100%);
  border-bottom: 1px solid rgba(250, 204, 21, 0.26);
  box-shadow: 0 14px 36px rgba(9, 9, 15, 0.28);
}

.app-view-panel__header--youxiting::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 10px
    );
  opacity: 0.36;
}

.app-view-panel__header--youxiting::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #facc15;
  box-shadow:
    0 0 0 5px rgba(250, 204, 21, 0.12),
    0 0 18px rgba(250, 204, 21, 0.86);
  transform: translateY(-50%);
  pointer-events: none;
}

.app-view-panel__header--youxiting .app-view-panel__title-group {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  width: 100%;
  padding: 0 72px;
  text-align: center;
}

.app-view-panel__header--youxiting .app-view-panel__eyebrow {
  display: none;
}

.app-view-panel__header--youxiting .app-view-panel__title,
.app-view-panel__header--youxiting #appViewTitle {
  margin-top: 0;
  color: #fff7d6;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  text-shadow:
    0 0 12px rgba(250, 204, 21, 0.62),
    0 0 24px rgba(236, 72, 153, 0.42);
}

.app-view-panel__header--youxiting .app-view-panel__back-button {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 0;
  box-shadow: none;
  transform: translateY(-50%);
}

.app-view-panel__header--youxiting .app-view-panel__back-button::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #facc15;
  box-shadow:
    0 0 0 5px rgba(250, 204, 21, 0.12),
    0 0 18px rgba(250, 204, 21, 0.86);
}

.app-view-panel__header--youxiting .app-view-panel__back-button:hover {
  background: transparent;
  transform: translateY(-50%);
}

.app-view-panel__header--youxiting .app-view-panel__back-button:active {
  transform: translateY(-50%) scale(0.96);
}

.app-view-panel__body--youxiting {
  background: #070710;
}

.youxiting-app {
  min-height: 100%;
  background:
    radial-gradient(circle at 15% 4%, rgba(250, 204, 21, 0.2), transparent 26%),
    radial-gradient(circle at 90% 14%, rgba(236, 72, 153, 0.2), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.2), transparent 38%),
    linear-gradient(180deg, #080812 0%, #151226 54%, #090910 100%);
  color: #f8fafc;
}

.youxiting-page {
  min-height: 100%;
}

.youxiting-page[hidden] {
  display: none;
}

.youxiting-page-shell,
.nihuawocai-page {
  min-height: 100%;
  box-sizing: border-box;
}

.youxiting-page-shell {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px 16px 30px;
}

.nihuawocai-page {
  padding: 0 0 30px;
}

.youxiting-arcade-marquee {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 28px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(24, 24, 37, 0.96), rgba(63, 24, 54, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(250, 204, 21, 0.14);
}

.youxiting-arcade-marquee strong {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #fff7d6;
  text-shadow:
    0 0 12px rgba(250, 204, 21, 0.8),
    0 0 28px rgba(236, 72, 153, 0.55);
}

.youxiting-arcade-marquee__light {
  width: 18px;
  height: 18px;
  justify-self: center;
  border-radius: 50%;
  background: #facc15;
  box-shadow:
    0 0 0 5px rgba(250, 204, 21, 0.12),
    0 0 18px rgba(250, 204, 21, 0.86);
}

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

.youxiting-game-row {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  text-align: left;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 14px 30px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.youxiting-game-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.16), transparent 36%, rgba(236, 72, 153, 0.12));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.youxiting-game-row--playable {
  cursor: pointer;
}

.youxiting-game-row--playable:active {
  transform: translateY(1px) scale(0.995);
}

.youxiting-game-row--playable:hover::before {
  opacity: 1;
}

.youxiting-game-row--placeholder {
  opacity: 0.58;
  filter: saturate(0.8);
}

.youxiting-game-row__icon,
.youxiting-game-row__title,
.youxiting-game-row__arrow {
  position: relative;
  z-index: 1;
}

.youxiting-game-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 26px;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
}

.youxiting-game-row__title {
  min-width: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.youxiting-game-row__arrow {
  justify-self: center;
  color: #facc15;
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(250, 204, 21, 0.6);
}

.nihuawocai-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(250, 204, 21, 0.26), transparent 38%),
    radial-gradient(circle at 86% 24%, rgba(236, 72, 153, 0.22), transparent 34%),
    linear-gradient(135deg, #09090f 0%, #161124 48%, #261211 100%);
  border-bottom: 1px solid rgba(250, 204, 21, 0.26);
  box-shadow: 0 14px 36px rgba(9, 9, 15, 0.28);
  box-sizing: border-box;
}

.nihuawocai-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 10px
    );
  opacity: 0.36;
}

.nihuawocai-header::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #facc15;
  box-shadow:
    0 0 0 5px rgba(250, 204, 21, 0.12),
    0 0 18px rgba(250, 204, 21, 0.86);
  transform: translateY(-50%);
  pointer-events: none;
}

.youxiting-back-btn {
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.88);
  color: #fff7d6;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 0 18px rgba(250, 204, 21, 0.18);
  transform: translateY(-50%);
}

.youxiting-back-btn:active {
  transform: translateY(-50%) scale(0.96);
}

.nihuawocai-title-wrap {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
  text-align: center;
}

.nihuawocai-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  color: #fff7d6;
  letter-spacing: 0.12em;
  text-align: center;
  text-shadow:
    0 0 12px rgba(250, 204, 21, 0.62),
    0 0 24px rgba(236, 72, 153, 0.42);
}

.nihuawocai-subtitle {
  display: none;
}

.nihuawocai-content {
  display: grid;
  gap: 14px;
  padding: 16px 14px 0;
}

.nihuawocai-card,
.nihuawocai-btn,
.nihuawocai-history-record {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #e5e7eb;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nihuawocai-card {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.nihuawocai-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nihuawocai-card-head strong {
  font-size: 15px;
  line-height: 1.3;
  color: #fff7d6;
}

.nihuawocai-card-head span {
  font-size: 11px;
  color: #fef3c7;
  background: rgba(250, 204, 21, 0.14);
  border: 1px solid rgba(250, 204, 21, 0.18);
  padding: 4px 10px;
  border-radius: 999px;
}

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

.nihuawocai-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #cbd5e1;
}

.nihuawocai-select,
.nihuawocai-guess-input,
.nihuawocai-textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.72);
  color: #f8fafc;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}

.nihuawocai-select option {
  color: #111827;
}

.nihuawocai-textarea {
  min-height: 88px;
  resize: vertical;
  line-height: 1.6;
}

.nihuawocai-select:focus,
.nihuawocai-guess-input:focus,
.nihuawocai-textarea:focus {
  border-color: rgba(250, 204, 21, 0.65);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.14);
}

.nihuawocai-mode-note,
.youxiting-current-lover,
.youxiting-guess-helper {
  font-size: 12px;
  line-height: 1.7;
  color: #cbd5e1;
}

.nihuawocai-board-wrap {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  background: rgba(2, 6, 23, 0.58);
  border: 1px dashed rgba(250, 204, 21, 0.34);
  box-sizing: border-box;
}

.nihuawocai-board {
  width: 100%;
  height: 220px;
  display: block;
  border-radius: 16px;
  background: #ffffff;
  touch-action: none;
  box-shadow:
    inset 0 0 0 1px rgba(226, 232, 240, 0.9),
    0 0 22px rgba(250, 204, 21, 0.12);
}

.nihuawocai-board-actions,
.nihuawocai-setting-stack {
  display: grid;
  gap: 10px;
}

.nihuawocai-guess-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  align-items: stretch;
}

.nihuawocai-btn {
  border: none;
  padding: 13px 10px;
  color: #f8fafc;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.nihuawocai-btn.primary {
  background: linear-gradient(135deg, #facc15, #f97316 46%, #ec4899);
  color: #111827;
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(249, 115, 22, 0.24);
}

.nihuawocai-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.nihuawocai-answer-box {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(2, 6, 23, 0.72);
  color: #fff7d6;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  word-break: break-word;
  min-height: 68px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(250, 204, 21, 0.22);
}

.nihuawocai-finish-btn {
  border: none;
  border-radius: 18px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #22c55e, #84cc16);
  color: #052e16;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.18);
}

.nihuawocai-result-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nihuawocai-result-row span {
  padding: 6px 10px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.86);
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.5;
}

.nihuawocai-result-row span.success {
  color: #86efac;
  background: rgba(22, 101, 52, 0.32);
}

.nihuawocai-result-row span.error {
  color: #fca5a5;
  background: rgba(127, 29, 29, 0.32);
}

.nihuawocai-guess-status {
  min-height: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #cbd5e1;
}

.nihuawocai-guess-status.success {
  color: #86efac;
}

.nihuawocai-guess-status.error {
  color: #fca5a5;
}

.nihuawocai-history {
  display: grid;
  gap: 10px;
}

.nihuawocai-history-record {
  padding: 13px 14px;
  display: grid;
  gap: 7px;
}

.nihuawocai-history-record strong {
  font-size: 14px;
  line-height: 1.4;
  color: #fff7d6;
}

.nihuawocai-history-mode {
  display: inline-flex;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.14);
  color: #fef3c7;
  font-size: 11px;
  font-weight: 800;
}

.nihuawocai-history-record p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #cbd5e1;
  word-break: break-word;
}

.nihuawocai-history-record p + p {
  padding-top: 4px;
  border-top: 1px dashed rgba(148, 163, 184, 0.26);
}

.nihuawocai-empty {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.82);
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.6;
}

.youxiting-subgame-page {
  min-height: 100%;
  padding: 0 0 30px;
  box-sizing: border-box;
}

.youxiting-subgame-page--question {
  padding-bottom: 96px;
}

.youxiting-subgame-content {
  display: grid;
  gap: 14px;
  padding: 16px 14px 0;
}

.youxiting-subgame-content--with-tabs {
  padding-bottom: 14px;
}

.youxiting-party-panel {
  display: none;
  gap: 14px;
}

.youxiting-party-panel.active {
  display: grid;
}

.youxiting-party-tabbar {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  width: min(430px, calc(100vw - 28px));
  padding: 7px;
  border: 1px solid rgba(250, 204, 21, 0.18);
  border-radius: 22px;
  background: rgba(8, 8, 18, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 14px 34px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(250, 204, 21, 0.1);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.youxiting-party-tabbar button {
  border: 0;
  border-radius: 16px;
  padding: 10px 6px;
  background: transparent;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.youxiting-party-tabbar button.active {
  background: linear-gradient(135deg, #facc15, #f97316 48%, #ec4899);
  color: #111827;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
}

.youxiting-party-overview {
  display: grid;
  gap: 8px;
}

.youxiting-party-overview p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.7;
}

.youxiting-party-overview strong {
  color: #fff7d6;
}

.youxiting-party-hero,
.youxiting-party-card {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(15, 23, 42, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #e5e7eb;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.youxiting-party-hero {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  overflow: hidden;
}

.youxiting-party-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(250, 204, 21, 0.28), rgba(236, 72, 153, 0.24));
  border: 1px solid rgba(250, 204, 21, 0.26);
  font-size: 28px;
  box-shadow: 0 0 22px rgba(250, 204, 21, 0.12);
}

.youxiting-party-hero strong {
  display: block;
  color: #fff7d6;
  font-size: 17px;
  line-height: 1.35;
}

.youxiting-party-hero p {
  margin: 5px 0 0;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.7;
}

.youxiting-party-card {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.youxiting-question-box,
.youxiting-dare-card,
.youxiting-mind-orb {
  border-radius: 22px;
  border: 1px solid rgba(250, 204, 21, 0.24);
  background:
    radial-gradient(circle at 16% 12%, rgba(250, 204, 21, 0.18), transparent 32%),
    radial-gradient(circle at 90% 86%, rgba(236, 72, 153, 0.16), transparent 34%),
    rgba(2, 6, 23, 0.76);
  color: #fff7d6;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 24px rgba(250, 204, 21, 0.08);
}

.youxiting-question-box {
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
  word-break: break-word;
}

.youxiting-question-box p {
  margin: 0;
}

.youxiting-question-box small {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.youxiting-question-box--answer {
  min-height: 72px;
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.32);
  background:
    radial-gradient(circle at 16% 12%, rgba(96, 165, 250, 0.2), transparent 32%),
    radial-gradient(circle at 90% 86%, rgba(167, 139, 250, 0.16), transparent 34%),
    rgba(2, 6, 23, 0.76);
  font-size: 15px;
  font-weight: 800;
}

.youxiting-question-type {
  display: inline-flex;
  width: fit-content;
  margin-right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.16);
  color: #fef3c7;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.youxiting-inline-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

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

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

.youxiting-choice-chip {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  padding: 10px 8px;
  background: rgba(2, 6, 23, 0.58);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.youxiting-choice-chip.active {
  border-color: rgba(250, 204, 21, 0.56);
  background: linear-gradient(135deg, #facc15, #f97316 48%, #ec4899);
  color: #111827;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.18);
}

.youxiting-dare-card {
  min-height: 142px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 18px;
  text-align: center;
}

.youxiting-dare-card span {
  justify-self: center;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.14);
  color: #fef3c7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.youxiting-dare-card strong {
  color: #fff7d6;
  font-size: 20px;
  line-height: 1.55;
  word-break: break-word;
}

.youxiting-mind-orb {
  min-height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
}

.youxiting-mind-orb span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #60a5fa, #a78bfa 50%, #ec4899);
  color: #fff7d6;
  font-size: 36px;
  font-weight: 900;
  box-shadow:
    0 0 0 8px rgba(96, 165, 250, 0.08),
    0 0 30px rgba(167, 139, 250, 0.42);
}

.youxiting-mind-orb p {
  margin: 0;
  color: #fff7d6;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
  word-break: break-word;
}

.hidden {
  display: none !important;
}

@media (max-width: 420px) {
  .app-view-panel__header--youxiting::after {
    right: 24px;
  }

  .app-view-panel__header--youxiting .app-view-panel__back-button {
    left: 16px;
  }

  .app-view-panel__header--youxiting .app-view-panel__title-group {
    padding: 0 58px;
  }

  .youxiting-page-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nihuawocai-header {
    padding-left: 58px;
    padding-right: 58px;
  }

  .nihuawocai-header::after {
    right: 24px;
  }

  .youxiting-back-btn {
    left: 16px;
  }

  .nihuawocai-setting-grid,
  .nihuawocai-guess-wrap,
  .youxiting-party-actions,
  .youxiting-choice-grid,
  .youxiting-inline-actions {
    grid-template-columns: 1fr;
  }

  .youxiting-party-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .youxiting-party-hero__icon {
    justify-self: center;
  }
}
