:root {
  --mobile-max-width: 430px;
  --bg-start: #060022;
  --bg-end: #120033;
  --glass-border: rgba(118, 138, 255, 0.58);
  --glass-fill: rgba(39, 53, 145, 0.42);
  --field-fill: rgba(84, 117, 204, 0.32);
  --cyan: #67f2ff;
  --text-main: #f6f6ff;
  --text-soft: rgba(240, 244, 255, 0.86);
  --text-dim: rgba(226, 235, 255, 0.65);
  --shadow-glow: 0 18px 40px rgba(15, 44, 152, 0.38);
  --mobile-note-highlight-start: #3d4ffd;
  --mobile-note-highlight-end: #1f1f5b;
  --mobile-note-text: #dae8ff;
  --mobile-note-glow: rgba(84, 134, 255, 0.34);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 50% 22%, rgba(84, 186, 255, 0.3), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(187, 122, 255, 0.15), transparent 18%),
    linear-gradient(180deg, var(--bg-start), var(--bg-end));
  color: var(--text-main);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(108, 186, 255, 0.07), transparent 28%, rgba(155, 109, 255, 0.08) 64%, transparent 100%),
    url("./images/bg.jpg") center top / cover no-repeat;
  opacity: 0.54;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 34px
    );
  mix-blend-mode: screen;
  opacity: 0.24;
  pointer-events: none;
}

.app-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100vw, var(--mobile-max-width));
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(6, 0, 34, 0.12), rgba(15, 0, 52, 0.28));
}

.screen {
  min-height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  position: relative;
}

.screen.is-active {
  display: flex;
}

.screen-home {
  background: #10001a;
  isolation: isolate;
}

.screen-entry,
.screen-form {
  width: 100%;
  align-items: stretch;
  isolation: isolate;
}

.screen-status {
  width: 100%;
  align-items: stretch;
  padding: 18px 18px calc(env(safe-area-inset-bottom, 0px) + 24px) !important;
  isolation: isolate;
}

.screen-entry {
  background: url("./images/bg.jpg") center 18% / cover no-repeat;
}

.screen-form {
  /* background:
    radial-gradient(circle at 50% -6%, rgba(95, 116, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(9, 10, 49, 0.92) 0%, rgba(19, 3, 56, 0.96) 100%); */
}

.screen-entry::before,
.screen-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.screen-entry::before {
  background:
    linear-gradient(90deg, rgba(84, 162, 255, 0.04), transparent 24%, rgba(121, 83, 255, 0.06) 78%, transparent 100%),
    linear-gradient(180deg, rgba(7, 8, 38, 0.12) 0%, rgba(11, 5, 39, 0.22) 58%, rgba(16, 0, 44, 0.42) 100%);
  opacity: 1;
}

.screen-form::before {
  /* background:
    linear-gradient(90deg, rgba(84, 162, 255, 0.06), transparent 22%, rgba(121, 83, 255, 0.08) 78%, transparent 100%),
    radial-gradient(circle at 50% 16%, rgba(106, 227, 255, 0.16), transparent 26%);
  opacity: 0.88; */
}

.screen-entry > *,
.screen-form > *,
.screen-status > * {
  position: relative;
  z-index: 1;
}

.screen-entry .legal-text,
.screen-form .legal-text,
.screen-status .legal-text {
  margin-top: auto;
  align-self: center;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 4px);
}

.pc-side-qr {
  display: none;
}

.screen-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #10001a;
  z-index: 0;
}

.hero-top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}

.hero-top-center {
  justify-content: center;
  padding-top: 6px;
}

.hero-top.compact {
  padding-top: 2px;
}

.brand-logo {
  width: 116px;
  height: auto;
}

.auth-hero {
  width: 100%;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.auth-hero-logo {
  margin: 15px 0 0 36px;
  width: 132px;
  height: auto;
}

.auth-hero-title {
  width: min(334px, 84vw);
  max-width: 90%;
  margin: 48px 30px 30px 30px;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(78, 143, 255, 0.18));
}

.auth-hero-register {
  margin-bottom: 4px;
}

.register-hero-panel {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: 0 20px 36px rgba(8, 14, 54, 0.28);
}

.register-hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.register-hero-logo {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 128px;
  height: auto;
  z-index: 2;
}

.register-hero-title {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 55px;
  width: 100%;
  max-width: 75%;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 12px 26px rgba(78, 143, 255, 0.18));
}

.auth-hero-status {
  margin-bottom: 4px;
}

.status-hero-bar {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 18px 0;
}

.status-hero-bar .auth-hero-logo {
  margin: 0;
  width: 132px;
  flex-shrink: 0;
}

.status-logout-btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 2px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.status-logout-btn img {
  width: 28px;
  height: 28px;
  display: block;
}

.status-logout-btn:active {
  transform: scale(0.96);
}

.auth-hero-status .auth-hero-title {
  margin-top: 44px;
}

.home-hero-panel {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rise-in 480ms ease-out both;
}

.home-hero-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(180px, 32vh, 280px);
  background: linear-gradient(180deg, rgba(16, 0, 26, 0) 0%, rgba(16, 0, 26, 0.72) 46%, #10001a 78%, #10001a 100%);
  pointer-events: none;
  z-index: 1;
}

.home-art {
  width: 100%;
  display: block;
  filter: drop-shadow(0 20px 30px rgba(45, 120, 255, 0.18));
}

.home-brand-overlay {
  position: absolute;
  top: 5%;
  left: 28%;
  transform: translateX(-50%);
  width: 132px;
  z-index: 2;
}

.home-title-stage {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  max-width: 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(160px, 45vh, 500px);
  z-index: 3;
}

.home-title-overlay {
  width: 100%;
  display: block;
}

.hero-copy {
  width: 100%;
  text-align: center;
  margin-top: 78px;
  animation: rise-in 480ms ease-out both;
}

.hero-copy.compact {
  margin-top: 38px;
}

.hero-copy h1 {
  margin: 8px 0 6px;
  font-size: 52px;
  line-height: 0.94;
  letter-spacing: -1px;
  font-weight: 900;
  text-shadow: 0 0 24px rgba(121, 210, 255, 0.22);
}

.eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1.9px;
  color: var(--text-soft);
  font-style: italic;
}

.event-subtitle {
  margin: 0;
  font-size: 15px;
  letter-spacing: 3.6px;
  color: rgba(255, 255, 255, 0.86);
}

.event-subtitle.zh-tight {
  font-size: 13px;
  letter-spacing: 6px;
  margin-top: 4px;
}

.primary-pill {
  border: 0;
  border-radius: 999px;
  width: min(230px, 100%);
  height: 56px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #2c25c1 0%, #5530ce 100%, #0eaaff 100%);
  box-shadow: 0 12px 28px rgba(38, 77, 208, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.primary-pill:active {
  transform: translateY(1px) scale(0.995);
}

.home-cta {
  z-index: 1000;
  position: absolute;
  left: 50%;
  bottom: clamp(132px, 18vh, 188px);
  transform: translateX(-50%);
  width: min(230px, calc(100% - 80px));
  margin-top: 0;
  margin-bottom: 0;
}

.home-cta:active {
  transform: translateX(-50%) translateY(1px) scale(0.995);
}

.home-footer {
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.legal-text {
  z-index: 1000;
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.64);
  padding: 15px 0 15px 0;
}

.glass-card {
  width: 100%;
  /* border-radius: 28px;
  border: 1px solid var(--glass-border);
  background: linear-gradient(180deg, rgba(69, 91, 227, 0.26), rgba(18, 37, 109, 0.34));
  box-shadow: var(--shadow-glow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px); */
}

.form-card {
  margin-top: 18px;
  padding: 20px 16px 18px;
  border-radius: 30px;
}

.entry-card {
  width: 90%;
  margin: 0 auto;
  padding: 56px 25px 56px;
  border-radius: 24px;
  border: 1px solid rgba(93, 128, 255, 0.62);
  background: linear-gradient(180deg, rgba(50, 64, 178, 0.38), rgba(14, 36, 121, 0.3));
  box-shadow: 0 20px 40px rgba(13, 27, 112, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.field-label {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.entry-field-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 21px;
}

.entry-field-label::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.entry-card label[for="entry-mobile"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='4.25' y='1.75' width='9.5' height='14.5' rx='1.75' stroke='%23EAF2FF' stroke-width='1.5'/%3E%3Ccircle cx='9' cy='13.5' r='0.9' fill='%23EAF2FF'/%3E%3C/svg%3E");
}

.entry-card label[for="entry-code"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 1.75L14.75 4.25V8.75C14.75 12.68 12.17 15.03 9 16.25C5.83 15.03 3.25 12.68 3.25 8.75V4.25L9 1.75Z' stroke='%23EAF2FF' stroke-width='1.5'/%3E%3Cpath d='M6.5 9.25L8.25 11L11.75 7.5' stroke='%23EAF2FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.field-input,
.field-select,
.field-textarea {
  width: 100%;
  border: 0;
  border-radius: 999px;
  min-height: 52px;
  background: var(--field-fill);
  color: var(--text-main);
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.field-select {
  appearance: none;
  background: linear-gradient(90deg, rgba(50, 52, 132, 0.96), rgba(43, 74, 155, 0.92));
  color: rgba(244, 247, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(132, 154, 255, 0.18);
}

.field-select option {
  background: #1d215f;
  color: rgba(244, 247, 255, 0.94);
}

.field-select option:checked,
.field-select option:hover {
  background: #294dbe;
  color: #ffffff;
}

.field-textarea {
  margin: 10px 0;
  border-radius: 18px;
  min-height: 92px;
  padding-top: 14px;
  resize: none;
}

.field-followup {
  margin-top: 12px;
}

.field-input::placeholder,
.field-textarea::placeholder {
  color: rgba(224, 237, 255, 0.42);
}

.entry-card > .field-input {
  min-height: 48px;
  margin-bottom: 36px;
  background: linear-gradient(90deg, rgba(75, 113, 208, 0.76), rgba(46, 93, 189, 0.82));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.entry-card > .field-input::placeholder,
.entry-card .code-row .field-input::placeholder {
  color: rgba(227, 237, 255, 0.58);
}

.code-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.code-row .field-input {
  flex: 1;
  min-width: 0;
}

.entry-card .code-row {
  min-height: 48px;
  padding: 0 14px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(75, 113, 208, 0.76), rgba(46, 93, 189, 0.82));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  gap: 0;
  align-items: center;
}

.entry-card .code-row .field-input {
  min-height: 48px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(103, 242, 255, 0.28);
  background: rgba(18, 31, 96, 0.6);
  color: var(--cyan);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.entry-card .ghost-action {
  min-width: auto;
  min-height: 28px;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 1px solid rgba(238, 244, 255, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #35ebff;
  font-size: 15px;
}

.ghost-action:disabled,
.entry-card .ghost-action:disabled {
  color: rgba(121, 224, 255, 0.44);
  cursor: not-allowed;
  opacity: 0.9;
}

.screen-entry .primary-pill {
  align-self: center;
  width: min(200px, 100%);
  height: 54px;
  margin-top: 34px;
  letter-spacing: 8px;
  text-indent: 8px;
}

.questionnaire {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 25px 25px 25px;
  gap: 12px;  
}

.question-card {
  position: relative;
  width: 100%;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(106, 84, 213, 0.58);
  background: linear-gradient(180deg, rgba(27, 30, 95, 0.58), rgba(16, 26, 84, 0.5));
  box-shadow: 0 18px 34px rgba(9, 16, 70, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  isolation: isolate;
}

.question-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #6a54d5 0%, #3667c3 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.question-title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.question-card-mobile-readonly {
  padding-top: 15px;
}

.question-title-mobile-readonly {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  line-height: 1.35;
}

.question-title-main,
.question-title-note {
  position: relative;
  z-index: 0;
}

.question-title-main {
  flex: 0 0 auto;
}

.question-title-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0;
  margin-left: 10px;
}

.question-title-note::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  right: -14px;
  height: 20px;
  border-radius: 3px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--mobile-note-highlight-start) 0%, var(--mobile-note-highlight-end) 100%);
  box-shadow: 0 0 12px rgba(86, 136, 255, 0.18);
}

.question-title-note::after {
  content: none;
}

.question-title-note-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 25px 0 0;
  color: var(--mobile-note-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: none;
}

.question-help {
  margin: 8px 4px 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-dim);
}

.question-help-top {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0 4px 10px;
}

.question-help-top span {
  flex: 1;
}

.question-help-icon {
  width: auto;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 6px 0 0 0;
  flex: 0 0 auto;
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.option-list-lettered {
  gap: 12px;
}

.option-list-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 10px;
}

.option-chip,
.checkbox-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(105, 63, 255, 0.2), rgba(74, 176, 255, 0.15));
  box-shadow: inset 0 0 0 1px rgba(127, 150, 255, 0.2);
}

.option-chip input,
.checkbox-chip input {
  accent-color: #6e8cff;
}

.option-text {
  font-size: 15px;
  color: var(--text-soft);
}

.option-chip-lettered {
  position: relative;
  gap: 0;
  min-height: 25px;
  padding: 10px 18px 10px 90px;
  border: 1px solid rgba(118, 142, 255, 0.2);
  background: linear-gradient(90deg, rgba(55, 46, 136, 0.82), rgba(46, 70, 143, 0.86));
  box-shadow: inset 0 0 0 1px rgba(132, 153, 255, 0.08);
  overflow: visible;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.option-chip-lettered:hover {
  transform: translateY(-1px);
}

.option-chip-lettered input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.option-badge {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transform: translateY(-50%) rotate(-8deg);
  background: linear-gradient(180deg, #2b76ff 0%, #4b2dff 100%);
  box-shadow: 0 10px 18px rgba(57, 57, 177, 0.3);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(19, 28, 100, 0.35);
}

.option-chip-lettered .option-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(248, 249, 255, 0.92);
}

.option-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.option-content .option-text {
  min-width: 0;
}

.option-subline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 8px;
  width: 100%;
}

.option-text-primary,
.option-text-secondary {
  display: block;
}

.option-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(74, 160, 255, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.option-tag-growth {
  background: linear-gradient(90deg, #7ddcff 0%, #96baff 100%);
}

.option-tag-advanced {
  background: linear-gradient(90deg, #91d870 0%, #5dbf84 100%);
}

.option-chip-lettered.is-selected {
  border-color: #3ad7ff;
  background: linear-gradient(90deg, rgba(129, 199, 255, 0.34) 0%, rgba(103, 64, 234, 0.9) 52%, rgba(83, 45, 176, 0.92) 100%);
  box-shadow: 0 12px 28px rgba(35, 68, 181, 0.22), inset 0 0 0 1px rgba(199, 245, 255, 0.14);
}

.option-chip-lettered.is-selected .option-badge {
  background: linear-gradient(180deg, #c3f4ff 0%, #8d8fff 40%, #7042ff 100%);
  border: 1px solid rgba(240, 251, 255, 0.82);
  box-shadow: 0 12px 22px rgba(113, 75, 255, 0.34);
}

.sales-accordion-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sales-accordion-item {
  display: flex;
  flex-direction: column;
}

.sales-option-chip {
  z-index: 2;
}

.sales-accordion-item.is-open .sales-option-chip {
  margin-bottom: 0;
}

.sales-accordion-body {
  margin: -6px 8px 0 52px;
  border-radius: 0 0 18px 18px;
  border: 1px solid rgba(182, 229, 255, 0.72);
  border-top: 0;
  background: linear-gradient(180deg, rgba(66, 92, 154, 0.96), rgba(55, 82, 147, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.accordion-platform-list {
  display: flex;
  flex-direction: column;
}

.accordion-platform-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 35px;
  padding: 0 20px;
  background: linear-gradient(90deg, rgba(72, 108, 175, 0.94), rgba(65, 100, 165, 0.94));
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.accordion-platform-item:first-child {
  border-top: 0;
}

.accordion-platform-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.accordion-platform-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(248, 249, 255, 0.96);
}

.accordion-platform-item.is-selected {
  background: linear-gradient(90deg, rgba(108, 207, 255, 0.64) 0%, rgba(144, 86, 255, 0.9) 54%, rgba(118, 46, 200, 0.92) 100%);
}

.sales-accordion-body .field-followup {
  width: calc(100% - 24px);
  margin: 12px;
}

.option-chip-platform {
  position: relative;
  min-height: 30px;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(100, 132, 255, 0.24);
  background: linear-gradient(90deg, rgba(58, 80, 149, 0.9), rgba(62, 92, 160, 0.9));
  box-shadow: inset 0 0 0 1px rgba(141, 164, 255, 0.06);
  overflow: hidden;
}

.option-chip-platform input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.option-chip-platform .option-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: rgba(244, 247, 255, 0.94);
}

.option-chip-platform.is-selected {
  border-color: #3ad7ff;
  background: linear-gradient(90deg, rgba(129, 199, 255, 0.34) 0%, rgba(103, 64, 234, 0.9) 52%, rgba(83, 45, 176, 0.92) 100%);
  box-shadow: 0 10px 24px rgba(35, 68, 181, 0.18), inset 0 0 0 1px rgba(199, 245, 255, 0.14);
}

.option-chip-platform-wide {
  grid-column: 1 / -1;
  justify-content: flex-start;
  padding: 0 18px;
}

.option-chip-platform-wide .option-text {
  font-size: 14px;
  text-align: left;
}

.sub-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hidden {
  display: none !important;
}

.status-card {
  width: 90%;
  margin: auto;
  padding: 26px 20px 20px;
  text-align: center;
}

.waiting-card {
  min-height: 520px;
}

.status-icon {
  width: 126px;
  height: auto;
}

.waiting-icon {
  width: 112px;
}

.status-card h2 {
  margin: 10px 0 16px;
  font-size: 36px;
  line-height: 1;
}

.status-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.85;
}

.video-card {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(110, 56, 255, 0.8), rgba(22, 189, 255, 0.78));
  padding: 6px;
}

.video-card img {
  width: 100%;
  display: block;
}

.compact-video {
  margin-top: 10px;
}

.approved-card {
  padding: 0;
  overflow: hidden;
}

.status-image {
  width: 100%;
  display: block;
}

.status-card-live {
  position: relative;
}

.status-live-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.status-live-hotspot {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(103, 242, 255, 0.02);
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.status-live-hotspot:focus-visible {
  outline: 2px solid rgba(103, 242, 255, 0.9);
  outline-offset: 2px;
}

.status-card-live-pending .status-live-hotspot-video,
.status-card-live-rejected .status-live-hotspot-video {
  left: 12.6%;
  top: 66.5%;
  width: 74.4%;
  height: 8.6%;
}

.status-card-live-pending .status-live-hotspot-douyin,
.status-card-live-rejected .status-live-hotspot-douyin {
  left: 12.6%;
  top: 79.8%;
  width: 74.4%;
  height: 8.6%;
}

#register-submit-btn {
  align-self: center;
  width: min(200px, 100%);
  margin-top: 22px;
  margin-bottom: 12px;
}

.screen-entry .legal-text,
.screen-form .legal-text,
.screen-status .legal-text {
  text-align: center;
}

@media (max-height: 760px) {
  .auth-hero-title {
    width: min(272px, 80vw);
    margin-top: 22px;
  }

  .register-hero-panel {
    height: clamp(200px, 30vh, 248px);
  }

  .register-hero-title {
    width: min(292px, calc(100% - 36px));
  }

  .entry-card {
    margin-top: 26px;
  }

  .screen-entry,
  .screen-form,
  .screen-status {
    padding-top: 14px !important;
  }
}

/* PC 端入口恢复：桌面宽度下启用桌面布局。 */
@media (min-width: 1024px) {
  :root {
    --mobile-max-width: 100vw;
  }

  html,
  body {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body::before {
    background:
      linear-gradient(90deg, rgba(108, 186, 255, 0.08), transparent 24%, rgba(155, 109, 255, 0.09) 64%, transparent 100%),
      url("./images/bg.jpg") center top / cover no-repeat;
    opacity: 0.7;
  }

  body::after {
    opacity: 0.32;
  }

  .app-shell {
    min-height: 100vh;
    overflow: visible;
  }

  .phone-frame {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: transparent;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .screen {
    min-height: 100vh;
  }

  .screen-home,
  .screen-entry,
  .screen-form,
  .screen-status {
    padding-left: clamp(48px, 6vw, 104px) !important;
    padding-right: clamp(48px, 6vw, 104px) !important;
  }

  .screen-home {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    justify-content: space-between;
    position: relative;
    min-height: max(100vh, 860px);
  }

  .screen-home::before {
    background:
      linear-gradient(180deg, rgba(8, 0, 24, 0.22) 0%, rgba(10, 0, 28, 0.12) 24%, rgba(8, 0, 24, 0.42) 100%),
      url("./images/pc_home_bg.jpg") center center / cover no-repeat;
  }

  .home-hero-panel {
    width: 100%;
    max-width: 1440px;
    min-height: inherit;
    margin: 0 auto;
    justify-content: flex-start;
  }

  .home-hero-panel::after {
    height: 200px;
    background: linear-gradient(180deg, rgba(16, 0, 26, 0) 0%, rgba(16, 0, 26, 0.14) 44%, rgba(16, 0, 26, 0.82) 84%, #10001a 100%);
  }

  .home-art {
    display: none;
    position: absolute;
    right: clamp(18px, 2.2vw, 42px);
    top: 49.5%;
    width: min(52vw, 790px);
    max-width: none;
    transform: translateY(-50%);
    filter: drop-shadow(0 28px 54px rgba(45, 120, 255, 0.24));
  }

  .home-brand-overlay {
    top: 48px;
    left: 50%;
    width: 244px;
    transform: translateX(-50%);
  }

  .home-title-stage {
    top: 51.6%;
    left: clamp(138px, 9.8vw, 156px);
    transform: translateY(-50%);
    width: min(39vw, 550px);
    max-width: none;
    align-items: flex-start;
    gap: 0;
  }

  .home-title-overlay {
    max-width: 100%;
  }

  .home-cta {
    position: absolute;
    left: 50.8%;
    bottom: 144px;
    width: 250px;
    margin: 0;
    transform: translateX(-50%);
  }

  .home-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    max-width: none;
    margin: 0;
    padding-bottom: 0;
    justify-content: center;
  }

  .screen-home .legal-text {
    width: auto;
    text-align: center;
  }

  .pc-side-qr {
    display: block;
    position: fixed;
    width: 198px;
    height: 198px;
    object-fit: contain;
    z-index: 6;
    filter: drop-shadow(0 20px 38px rgba(32, 84, 228, 0.3));
  }

  .pc-side-qr-home,
  .pc-side-qr-entry {
    right: clamp(28px, 2.8vw, 52px);
    bottom: 50px;
    width: 198px;
    height: 198px;
  }

  .screen-entry {
    display: none;
    position: relative;
    min-height: max(100vh, 820px);
    --entry-card-right: clamp(164px, 13.8vw, 282px);
    --entry-card-width: 386px;
    --entry-button-width: 234px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: url("./images/pc_entry_bg.jpg") center center / cover no-repeat;
    overflow: hidden;
  }

  .screen-entry.is-active {
    display: block !important;
  }

  .screen-entry::before {
    background:
      linear-gradient(90deg, rgba(7, 6, 34, 0.18) 0%, rgba(8, 5, 34, 0.08) 36%, rgba(19, 10, 60, 0.18) 100%),
      linear-gradient(180deg, rgba(7, 8, 38, 0.02) 0%, rgba(11, 5, 39, 0.08) 58%, rgba(16, 0, 44, 0.18) 100%);
  }

  .auth-hero-entry {
    position: absolute;
    top: clamp(176px, 20.5vh, 194px);
    left: clamp(218px, 22vw, 320px);
    width: 272px;
    min-height: 0;
    padding-top: 0;
    margin: 0;
    align-items: flex-start;
  }

  .auth-hero-entry .auth-hero-logo {
    width: 272px;
    margin: 0;
  }

  .auth-hero-entry .auth-hero-title {
    display: none;
  }

  .auth-hero-entry::after {
    display: none;
    content: none;
  }

  .entry-card {
    position: absolute;
    top: clamp(190px, 22vh, 225px);
    right: var(--entry-card-right);
    width: var(--entry-card-width);
    min-height: 414px;
    margin: 0;
    padding: 52px 36px 142px;
    border-radius: 22px;
    border: 1px solid rgba(97, 131, 255, 0.88);
    background: linear-gradient(180deg, rgba(41, 45, 129, 0.62), rgba(18, 31, 109, 0.54));
    box-shadow: 0 26px 56px rgba(6, 16, 81, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
  }

  .screen-entry .entry-field-label {
    margin-bottom: 16px;
    font-size: 18px;
    gap: 9px;
  }

  .screen-entry .entry-card > .field-input {
    min-height: 48px;
    margin-bottom: 32px;
  }

  .screen-entry .entry-card .code-row {
    min-height: 48px;
  }

  .screen-entry .entry-card .code-row .field-input {
    font-size: 16px;
  }

  .screen-entry .entry-card .ghost-action {
    font-size: 15px;
  }

  .screen-entry .primary-pill {
    position: absolute;
    top: clamp(492px, 57vh, 520px);
    left: calc(100% - var(--entry-card-right) - ((var(--entry-card-width) + var(--entry-button-width)) / 2));
    right: auto;
    width: var(--entry-button-width);
    height: 54px;
    margin: 0;
    letter-spacing: 0;
    text-indent: 0;
  }

  .screen-entry .legal-text {
    position: absolute;
    left: 50%;
    bottom: 74px;
    margin: 0;
    padding: 0;
    width: max-content;
    transform: translateX(-50%);
  }

  .screen-form {
    background: url("./images/pc_bg.jpg") center center / cover no-repeat;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .register-hero-panel,
  .questionnaire,
  #register-submit-btn,
  .screen-form .legal-text {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
  }

  .register-hero-panel {
    height: auto;
    aspect-ratio: 951 / 219;
    margin-bottom: 20px;
    border-radius: 24px;
    background: url("./images/home_top_title_pc.png") center center / cover no-repeat;
  }

  .register-hero-logo {
    top: 18px;
    left: 26px;
    width: 152px;
  }

  .register-hero-title {
    left: 24px;
    right: auto;
    bottom: 20px;
    width: min(308px, 46%);
    max-width: none;
  }

  .register-hero-panel .register-hero-art,
  .register-hero-panel .register-hero-logo,
  .register-hero-panel .register-hero-title {
    display: none;
  }

  .questionnaire {
    padding: 0 0 8px;
    gap: 16px;
  }

  .question-card {
    padding: 18px 20px;
    border-radius: 24px;
  }

  .question-title {
    font-size: 18px;
    line-height: 1.55;
  }

  .question-title-mobile-readonly {
    gap: 5px;
  }

  .question-title-note {
    min-height: 23px;
  }

  .question-title-note::before {
    left: -8px;
    right: -15px;
    height: 21px;
  }

  #register-submit-btn {
    display: block;
    width: 236px;
    margin-top: 28px;
    margin-bottom: 10px;
  }

  .screen-form .legal-text {
    margin-top: 14px;
  }

  .pc-side-qr-register {
    right: clamp(28px, 2.8vw, 52px);
    bottom: 50px;
    width: 198px;
    height: 198px;
  }

  .screen-status {
    padding-top: 44px !important;
    padding-bottom: 24px !important;
  }

  .auth-hero-status {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    min-height: 110px;
  }

  .status-hero-bar {
    padding: 0;
    justify-content: flex-end;
  }

  .status-hero-bar .auth-hero-logo {
    display: none;
  }

  .auth-hero-status .auth-hero-title {
    position: absolute;
    left: 0;
    top: 6px;
    width: min(360px, 26vw);
    max-width: none;
    margin: 0;
  }

  .status-logout-btn {
    width: auto;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-top: 0;
  }

  .status-logout-btn::after {
    content: "退出登录";
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.94);
  }

  .status-logout-btn img {
    width: 42px;
    height: 42px;
  }

  .status-card {
    width: 100%;
    max-width: 920px;
    margin: 42px auto auto;
    background: transparent;
    box-shadow: none;
  }

  .approved-card {
    overflow: visible;
  }

  .status-image {
    width: min(100%, 640px);
    margin: 0 auto;
    filter: drop-shadow(0 26px 40px rgba(18, 52, 176, 0.18));
  }

  .screen-status .legal-text {
    max-width: 1380px;
    margin: auto auto 0;
  }

  .screen-status[data-view="pending"] {
    display: none;
    position: relative;
    min-height: max(100vh, 860px);
    padding: 0 !important;
    background: url("./images/pc_bg.jpg") center center / cover no-repeat;
    overflow: visible;
  }

  .screen-status[data-view="pending"].is-active {
    display: block !important;
  }

  .screen-status[data-view="pending"] .auth-hero-status {
    position: absolute;
    inset: 0;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
  }

  .screen-status[data-view="pending"] .auth-hero-status .auth-hero-title {
    left: 169px;
    top: 53px;
    width: 362px;
  }

  .screen-status[data-view="pending"] .status-hero-bar {
    position: absolute;
    top: 54px;
    right: 172px;
    justify-content: flex-end;
  }

  .screen-status[data-view="pending"] .status-logout-btn {
    gap: 0;
  }

  .screen-status[data-view="pending"] .status-logout-btn::after {
    content: none;
  }

  .screen-status[data-view="pending"] .status-logout-btn img {
    width: 57px;
    height: auto;
  }

  .screen-status[data-view="pending"] .status-card {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 617px;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .screen-status[data-view="pending"] .status-image-pending {
    width: 617px;
    max-width: none;
    margin: 0;
    content: url("./images/pc_success_block_03.png");
    filter: none;
  }

  .screen-status[data-view="pending"] .status-live-hotspot-video {
    left: 12.5%;
    top: 75.7%;
    width: 34.8%;
    height: 13.8%;
  }

  .screen-status[data-view="pending"] .status-live-hotspot-douyin {
    left: 52.5%;
    top: 75.7%;
    width: 34.8%;
    height: 13.8%;
  }

  .screen-status[data-view="pending"] .legal-text,
  .screen-status[data-view="approved"] .legal-text,
  .screen-status[data-view="rejected"] .legal-text {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: max-content;
    max-width: calc(100% - 280px);
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
  }

  .screen-status[data-view="approved"] {
    display: none;
    position: relative;
    min-height: max(100vh, 860px);
    padding: 0 !important;
    background: url("./images/pc_bg.jpg") center center / cover no-repeat;
    overflow: visible;
  }

  .screen-status[data-view="approved"].is-active {
    display: block !important;
  }

  .screen-status[data-view="approved"] .auth-hero-status {
    position: absolute;
    inset: 0;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
  }

  .screen-status[data-view="approved"] .auth-hero-status .auth-hero-title {
    left: 169px;
    top: 53px;
    width: 362px;
  }

  .screen-status[data-view="approved"] .status-hero-bar {
    position: absolute;
    top: 54px;
    right: 172px;
    justify-content: flex-end;
  }

  .screen-status[data-view="approved"] .status-logout-btn {
    gap: 0;
  }

  .screen-status[data-view="approved"] .status-logout-btn::after {
    content: none;
  }

  .screen-status[data-view="approved"] .status-logout-btn img {
    width: 57px;
    height: auto;
  }

  .screen-status[data-view="approved"] .status-card {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 617px;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .screen-status[data-view="approved"] .status-image-approved {
    width: 617px;
    max-width: none;
    margin: 0;
    content: url("./images/pc_success_block_01.png");
    filter: none;
  }

  .screen-status[data-view="rejected"] {
    display: none;
    position: relative;
    min-height: max(100vh, 860px);
    padding: 0 !important;
    background: url("./images/pc_bg.jpg") center center / cover no-repeat;
    overflow: visible;
  }

  .screen-status[data-view="rejected"].is-active {
    display: block !important;
  }

  .screen-status[data-view="rejected"] .auth-hero-status {
    position: absolute;
    inset: 0;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
  }

  .screen-status[data-view="rejected"] .auth-hero-status .auth-hero-title {
    left: 169px;
    top: 53px;
    width: 362px;
  }

  .screen-status[data-view="rejected"] .status-hero-bar {
    position: absolute;
    top: 54px;
    right: 172px;
    justify-content: flex-end;
  }

  .screen-status[data-view="rejected"] .status-logout-btn {
    gap: 0;
  }

  .screen-status[data-view="rejected"] .status-logout-btn::after {
    content: none;
  }

  .screen-status[data-view="rejected"] .status-logout-btn img {
    width: 57px;
    height: auto;
  }

  .screen-status[data-view="rejected"] .status-card {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 617px;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .screen-status[data-view="rejected"] .status-image-rejected {
    width: 617px;
    max-width: none;
    margin: 0;
    content: url("./images/pc_success_block_02.png");
    filter: none;
  }

  .screen-status[data-view="rejected"] .status-live-hotspot-video {
    left: 12.5%;
    top: 75.2%;
    width: 34.8%;
    height: 13.0%;
  }

  .screen-status[data-view="rejected"] .status-live-hotspot-douyin {
    left: 52.5%;
    top: 75.2%;
    width: 34.8%;
    height: 13.0%;
  }

  .live-modal-panel {
    width: min(520px, calc(100vw - 48px));
  }

}

.toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%) translateY(20px);
  min-width: 140px;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(5, 11, 38, 0.88);
  border: 1px solid rgba(120, 145, 255, 0.42);
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 90;
}

.toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.loading-mask {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 22, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}

.loading-core {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-top-color: var(--cyan);
  animation: spin 900ms linear infinite;
}

.modal-open {
  overflow: hidden;
}

.ios-alert-mask {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 10, 24, 0.42);
  backdrop-filter: blur(8px);
  z-index: 60;
}

.ios-alert-panel {
  width: min(270px, calc(100vw - 48px));
  border-radius: 18px;
  overflow: hidden;
  background: rgba(247, 247, 249, 0.98);
  box-shadow: 0 18px 40px rgba(7, 10, 28, 0.3);
}

.ios-alert-body {
  padding: 18px 18px 16px;
  text-align: center;
}

.ios-alert-title {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.ios-alert-copy {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.ios-alert-actions {
  display: flex;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.ios-alert-btn {
  flex: 1;
  height: 48px;
  border: 0;
  background: transparent;
  color: #007aff;
  font-size: 17px;
}

.ios-alert-btn + .ios-alert-btn {
  border-left: 1px solid rgba(17, 24, 39, 0.12);
}

.ios-alert-btn-confirm {
  font-weight: 700;
}

.ios-alert-btn:active {
  background: rgba(0, 122, 255, 0.08);
}

.live-modal-mask {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 8, 28, 0.78);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 70;
}

.live-modal-mask.is-visible {
  opacity: 1;
}

.live-modal-panel {
  position: relative;
  width: min(460px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  border-radius: 24px;
  overflow: auto;
  background: linear-gradient(180deg, rgba(29, 34, 106, 0.96), rgba(11, 18, 70, 0.96));
  border: 1px solid rgba(115, 144, 255, 0.54);
  box-shadow: 0 24px 68px rgba(5, 10, 40, 0.56);
  transform: translateY(20px) scale(0.96);
  transition: transform 240ms ease, opacity 240ms ease;
}

.live-modal-mask.is-visible .live-modal-panel {
  transform: translateY(0) scale(1);
}

.live-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 16, 56, 0.72);
  color: rgba(255, 255, 255, 0.96);
  font-size: 26px;
  line-height: 1;
  z-index: 2;
}

.live-modal-close:active {
  transform: scale(0.96);
}

.live-modal-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 18px 20px;
}

.live-modal-title {
  margin: 0;
  padding-right: 44px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.live-modal-image {
  width: 100%;
  max-height: min(68vh, 760px);
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.live-modal-copy-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.live-modal-copy-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.live-modal-copy-text {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(85, 111, 203, 0.24);
  border: 1px solid rgba(123, 162, 255, 0.28);
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

.live-modal-copy-btn {
  align-self: center;
  width: min(220px, 100%);
  height: 50px;
  font-size: 18px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
