/* Publisher / responsible accounts and shared public profile surface. */
body.panda-app .panda-app-stage.is-subject-profile-shell .app-shell-top {
  display: grid !important;
}

body.panda-app .subject-profile-phone {
  padding: 0 0 calc(106px + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(circle at 72% 9%, rgba(255, 198, 25, .1), transparent 24%),
    linear-gradient(180deg, #fff9fb 0, #fff 42%, #fbfbfd 100%);
}

body.panda-app .subject-profile-phone [data-subject-profile-signature] {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: #8b8798;
  font-size: 9.5px;
  line-height: 1.45;
  font-weight: 700;
}

body.panda-app .subject-profile-phone .entity-identity-proof.is-pending {
  background: #fff5db;
  color: #a56d00;
  box-shadow: inset 0 0 0 1px rgba(199, 142, 20, .12);
}

body.panda-app .subject-profile-phone .entity-identity-proof.is-pending i {
  background: #f4b62f;
  color: #fff;
}

body.panda-app .subject-profile-phone .entity-actions .primary small {
  color: #fff3f7;
}

body.panda-app .subject-profile-phone .entity-actions:has([data-subject-profile-friend][hidden]) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.panda-app .subject-profile-phone [data-subject-profile-widgets] .entity-widget {
  grid-column: 1 / -1;
  min-height: 0;
}

body.panda-app .subject-profile-phone [data-subject-profile-widgets] .subject-profile-service-widget {
  --widget-height: 218px;
}

body.panda-app .subject-profile-phone [data-subject-profile-widgets] .subject-profile-responsibility,
body.panda-app .subject-profile-phone [data-subject-profile-widgets] .entity-widget.relations {
  --widget-height: 142px;
}

body.panda-app .subject-profile-phone .subject-profile-responsibility {
  --widget-accent: #079554;
  --widget-wash: rgba(7, 149, 84, .12);
}

body.panda-app .subject-profile-phone .subject-profile-responsibility .widget-head h2::before {
  content: "✓";
}

body.panda-app .subject-profile-phone[data-profile-account="agent:pepperlab"] .subject-widget-service-main img,
body.panda-app .subject-profile-phone[data-profile-account="agent:pepperlab"] .subject-widget-feature img {
  padding: 0;
  object-fit: cover;
  object-position: left center;
}

body.panda-app .panda-responsible-party[data-subject-profile="agent:pepperlab"] {
  min-height: 78px;
}

body.panda-app .panda-responsible-party[data-subject-profile="agent:pepperlab"] small {
  color: #07844c;
}

body.panda-app .panda-responsible-party[data-subject-profile="agent:pepperlab"] em {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.panda-app img.agent-avatar-tianwen,
body.panda-app img[src$="tianwen-agent.jpg"] {
  object-fit: cover;
  object-position: 50% 18%;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] [data-subject-profile-avatar],
body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] [data-subject-profile-cover-brand] {
  object-position: 50% 18%;
}

body.panda-app .conversations-search-row .panda-demo-launch {
  flex: 0 0 auto;
  min-width: 58px;
  height: 48px;
  border: 1px solid rgba(255, 184, 43, .45);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff8dc, #ffc33d);
  color: #211b28;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(86, 65, 24, .11);
}

body.panda-app.is-demo-sheet-open { overflow: hidden; }
body.panda-app .panda-demo-sheet,
body.panda-app .typeset-demo-sheet {
  position: fixed;
  z-index: 6000;
  inset: 0;
  display: grid;
  place-items: end center;
}
body.panda-app .panda-demo-sheet[hidden],
body.panda-app .typeset-demo-sheet[hidden] { display: none; }
body.panda-app .panda-demo-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(27, 22, 38, .34);
  backdrop-filter: blur(10px);
}
body.panda-app .panda-demo-panel,
body.panda-app .typeset-demo-panel {
  position: relative;
  width: min(680px, calc(100% - 24px));
  max-height: calc(100dvh - 28px);
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -24px 80px rgba(31, 23, 48, .2);
}
body.panda-app .panda-demo-panel > header,
body.panda-app .typeset-demo-panel > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
body.panda-app .panda-demo-panel header small,
body.panda-app .typeset-demo-panel header small { color: #9a6b12; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
body.panda-app .panda-demo-panel h2,
body.panda-app .typeset-demo-panel h2 { margin: 3px 0 0; font-size: 26px; }
body.panda-app .panda-demo-panel header button,
body.panda-app .typeset-demo-panel header button { border: 0; background: transparent; color: #746d7e; font-weight: 900; }
body.panda-app .panda-demo-panel > p { margin: 0 0 16px; color: #827b8d; font-size: 13px; font-weight: 700; }
body.panda-app .panda-demo-panel > button[data-panda-demo] {
  display: grid;
  grid-template-columns: 48px 1fr 18px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 82px;
  margin: 10px 0;
  padding: 13px;
  border: 1px solid #ece8f1;
  border-radius: 22px;
  background: #fff;
  text-align: left;
  box-shadow: 0 10px 30px rgba(50, 41, 66, .07);
}
body.panda-app .panda-demo-panel > button i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 17px; background: #fff1bd; color: #5b4211; font-style: normal; font-weight: 950; }
body.panda-app .panda-demo-panel > button:nth-of-type(2) i { background: #fff0dc; }
body.panda-app .panda-demo-panel > button:nth-of-type(3) i { background: #ffe6f1; }
body.panda-app .panda-demo-panel > button span { display: grid; gap: 5px; }
body.panda-app .panda-demo-panel > button strong { color: #231e2a; font-size: 17px; }
body.panda-app .panda-demo-panel > button small { color: #888190; font-size: 12px; line-height: 1.5; }

body.panda-app .typeset-demo-input { display: grid; gap: 14px; }
body.panda-app .typeset-demo-input > a { justify-self: start; color: #087944; font-weight: 900; }
body.panda-app .typeset-demo-input label { display: grid; gap: 8px; padding: 16px; border: 1px dashed #b8d8c6; border-radius: 18px; background: #f3fbf6; color: #365847; font-weight: 850; }
body.panda-app .typeset-demo-input label input { width: 100%; }
body.panda-app .typeset-demo-input > div { display: grid; gap: 8px; padding: 15px; border-radius: 18px; background: #f7f5fa; color: #625b6d; font-size: 13px; font-weight: 750; }
body.panda-app .typeset-demo-input > button,
body.panda-app .typeset-a4-preview footer button:last-child { min-height: 52px; border: 0; border-radius: 18px; background: #0a9d56; color: white; font-weight: 950; }
body.panda-app .typeset-a4-preview > small { display: block; margin-bottom: 10px; color: #0a8b4e; font-weight: 900; }
body.panda-app .typeset-a4-preview article { width: min(100%, 520px); min-height: 650px; margin: 0 auto; padding: 52px 46px; background: white; color: #151515; box-shadow: 0 18px 55px rgba(31, 26, 37, .15); font-family: SimSun, serif; font-size: 14px; line-height: 1.8; }
body.panda-app .typeset-a4-preview article h1 { margin: 20px 0 10px; font-family: SimHei, sans-serif; font-size: 26px; text-align: center; }
body.panda-app .typeset-a4-preview article .typeset-author { text-align: center; }
body.panda-app .typeset-a4-preview article h2 { margin: 24px 0 8px; font-family: SimHei, sans-serif; font-size: 17px; }
body.panda-app .typeset-a4-preview article p { margin: 6px 0; text-align: justify; text-indent: 2em; }
body.panda-app .typeset-a4-preview article .typeset-reference { padding-left: 2em; text-indent: -2em; }
body.panda-app .typeset-a4-preview footer { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; margin-top: 14px; }
body.panda-app .typeset-a4-preview footer button:first-child { border: 0; border-radius: 18px; background: #f1eef4; color: #5d5668; font-weight: 900; }

/* Shared professional-Agent objects inside conversation rooms. */
body.panda-app .room-phone[data-room-type="conversation"] {
  --agent-accent: #7b61ff;
  --agent-deep: #6049c5;
  --agent-soft: #f3efff;
  --agent-border: rgba(123, 97, 255, .18);
  --agent-shadow: rgba(69, 48, 137, .09);
  --agent-cta-ink: #fff;
}

body.panda-app .room-phone[data-room-id="chat-pepperlab"] {
  --agent-accent: #009e53;
  --agent-deep: #087944;
  --agent-soft: #edf9f2;
  --agent-border: rgba(0, 158, 83, .16);
  --agent-shadow: rgba(24, 75, 48, .08);
}

body.panda-app .room-phone[data-room-id="chat-tianwen"] {
  --agent-accent: #f2b43d;
  --agent-deep: #956317;
  --agent-soft: #fff5dc;
  --agent-border: rgba(230, 164, 36, .24);
  --agent-shadow: rgba(141, 94, 15, .10);
  --agent-cta-ink: #2d2417;
}

body.panda-app .room-phone[data-room-id="chat-xinzhi"] {
  --agent-accent: #8063ee;
  --agent-deep: #6249c5;
  --agent-soft: #f3efff;
  --agent-border: rgba(128, 99, 238, .2);
  --agent-shadow: rgba(75, 53, 148, .09);
}

body.panda-app .room-phone[data-room-id="chat-yuanheng"] {
  --agent-accent: #2aae88;
  --agent-deep: #16785f;
  --agent-soft: #eaf9f4;
  --agent-border: rgba(42, 174, 136, .2);
  --agent-shadow: rgba(22, 120, 95, .09);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-peer-logo {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid rgba(255, 255, 255, .96);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 16px var(--agent-shadow);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-peer-logo img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  background: #fff;
}

body.panda-app .room-phone[data-room-id="chat-tianwen"] .room-peer-logo img {
  object-position: 50% 18%;
}

body.panda-app .room-phone[data-room-id="chat-pepperlab"] .room-peer-logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 8px 0 14px;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 14px;
  align-items: center;
  width: min(100%, 292px);
  min-height: 70px;
  padding: 10px 11px;
  overflow: hidden;
  border: 1px solid var(--agent-border);
  border-radius: 19px;
  background: linear-gradient(135deg, var(--agent-soft), #fff 78%);
  color: #282431;
  text-align: left;
  box-shadow: 0 9px 22px var(--agent-shadow);
  cursor: pointer;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-card > img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--agent-border);
  border-radius: 13px;
  background: #fff;
}

body.panda-app .room-phone[data-room-id="chat-tianwen"] .room-agent-contact-card > img {
  object-position: 50% 18%;
}

body.panda-app .room-phone[data-room-id="chat-pepperlab"] .room-agent-contact-card > img {
  padding: 3px;
  object-fit: contain;
  object-position: left center;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 9px;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-copy strong {
  color: #282431;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-copy small {
  overflow: hidden;
  color: #807a8b;
  font-size: 8.5px;
  line-height: 1.25;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-copy em {
  color: var(--agent-deep);
  font-size: 8.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 900;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-agent-contact-card > b {
  color: var(--agent-deep);
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card-row {
  align-items: flex-start;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: min(100%, 300px);
  max-width: 300px;
  padding: 14px 15px 13px;
  overflow: hidden;
  border: 1px solid var(--agent-border);
  border-radius: 20px;
  background: radial-gradient(circle at 100% 0%, var(--agent-soft), transparent 46%), #fff;
  color: #282431;
  box-shadow: 0 12px 28px var(--agent-shadow);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > header span {
  min-width: 0;
  overflow: hidden;
  color: var(--agent-deep);
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > header i {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--agent-accent);
  box-shadow: 0 0 0 4px var(--agent-soft);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card h3 {
  margin: 8px 0 0;
  color: #211e28;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.025em;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > p {
  margin: 6px 0 0;
  color: #736d7c;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 720;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dl {
  margin: 11px 0 0;
  border-top: 1px solid rgba(40, 36, 49, .07);
  border-bottom: 1px solid rgba(40, 36, 49, .07);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dl > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(40, 36, 49, .055);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dl > div:last-child {
  border-bottom: 0;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dt,
body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dd {
  margin: 0;
  font-size: 9px;
  line-height: 1.35;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dt {
  color: #918b99;
  font-weight: 800;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card dd {
  color: #37323e;
  font-weight: 880;
  text-align: right;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > button,
body.panda-app .room-phone[data-room-type="conversation"] .room-action-card-actions button {
  min-width: 0;
  height: 37px;
  border: 1px solid var(--agent-border);
  border-radius: 12px;
  appearance: none;
  background: var(--agent-soft);
  color: var(--agent-deep);
  font-family: inherit;
  font-size: 9.5px;
  font-weight: 950;
  cursor: pointer;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card > button {
  width: 100%;
  margin-top: 12px;
  border: 0;
  background: var(--agent-accent);
  color: var(--agent-cta-ink);
  box-shadow: 0 8px 18px var(--agent-shadow);
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

body.panda-app .room-phone[data-room-type="conversation"] .room-action-card-actions button.primary {
  border-color: transparent;
  background: var(--agent-accent);
  color: var(--agent-cta-ink);
  box-shadow: 0 7px 15px var(--agent-shadow);
}

/* Calm public Agent profile — one account surface, one clear next action. */
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] {
  --subject-accent: #7b61ff;
  --subject-deep: #5e48bd;
  --subject-soft: #f3efff;
  --subject-wash: rgba(123, 97, 255, .11);
  --subject-line: rgba(68, 51, 78, .09);
  --subject-shadow: rgba(63, 47, 86, .09);
  padding: 0 0 calc(102px + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(circle at 86% 10%, var(--subject-wash), transparent 30%),
    linear-gradient(180deg, #fbfafc 0%, #fff 55%, #fbfbfd 100%);
}

body.panda-app .subject-profile-phone[data-profile-account="agent:pepperlab"] {
  --subject-accent: #079554;
  --subject-deep: #087342;
  --subject-soft: #edf9f2;
  --subject-wash: rgba(7, 149, 84, .1);
  --subject-line: rgba(7, 117, 65, .11);
  --subject-shadow: rgba(21, 88, 54, .08);
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] {
  --subject-accent: #e7a62f;
  --subject-deep: #865916;
  --subject-soft: #fff6df;
  --subject-wash: rgba(231, 166, 47, .13);
  --subject-line: rgba(160, 104, 19, .12);
  --subject-shadow: rgba(133, 87, 16, .09);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble {
  margin: 74px 18px 0;
  overflow: hidden;
  border: 1px solid var(--subject-line);
  border-radius: 27px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 44px var(--subject-shadow);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble .subject-profile-cover-surface {
  position: relative;
  display: grid;
  height: 132px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, .74), transparent 30%),
    linear-gradient(135deg, var(--subject-soft), #fff 66%);
  box-shadow: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-cover-surface::after {
  position: absolute;
  right: -34px;
  bottom: -70px;
  width: 164px;
  height: 164px;
  border: 26px solid var(--subject-wash);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-cover-brand {
  position: relative;
  z-index: 1;
  display: block;
  width: min(68%, 250px);
  height: 78px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 20px var(--subject-shadow));
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] .subject-profile-cover-surface {
  background: linear-gradient(108deg, #f4f8f7, #fff9ed 62%, #f8edcf);
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] .subject-profile-cover-brand {
  width: 100%;
  height: 118%;
  object-fit: contain;
  object-position: 76% center;
  transform: translateY(-2px);
  filter: saturate(.92) contrast(.98);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble .entity-identity-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 0;
  margin: -18px 0 0;
  padding: 15px 15px 14px;
  border: 0;
  border-top: 1px solid var(--subject-line);
  border-radius: 25px 25px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(255, 255, 255, .96));
  box-shadow: 0 -9px 24px var(--subject-shadow);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble .entity-identity-card::before {
  display: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-avatar {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 21px;
  appearance: none;
  background: var(--subject-soft);
  box-shadow: 0 8px 20px var(--subject-shadow), 0 0 0 1px var(--subject-line);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:pepperlab"] .entity-avatar img {
  padding: 5px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] .entity-avatar img {
  object-position: 50% 18%;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-main-info {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column: 2;
  grid-row: 1;
  align-content: start;
  min-width: 0;
  padding-top: 2px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-name-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding-right: 74px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-name-row h1 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #211e28;
  font-size: 23px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-name-row b {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--subject-accent);
  box-shadow: 0 0 0 2px var(--subject-wash);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-id {
  position: absolute;
  top: 5px;
  right: 0;
  grid-column: auto;
  grid-row: auto;
  margin: 0;
  color: #aaa4b0;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: .045em;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-meta-line {
  grid-column: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 7px;
  white-space: normal;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px 4px 4px;
  border: 1px solid var(--subject-line);
  border-radius: 999px;
  background: var(--subject-soft);
  color: var(--subject-deep);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-credential,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-pending {
  background: #f5f2f8;
  color: #6c6474;
  box-shadow: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof i,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-pending i,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-credential i {
  display: grid;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--subject-accent);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-credential i,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof.is-pending i {
  background: #8d8496;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof span {
  max-width: 198px;
  overflow: hidden;
  color: inherit;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-signature] {
  grid-column: 1 / -1;
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: #68616f;
  font-size: 10.5px;
  line-height: 1.5;
  font-weight: 720;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 13px;
  padding: 7px 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--subject-line);
  border-bottom: 1px solid var(--subject-line);
  border-radius: 0;
  background: transparent;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-stats button {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #27222d;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-stats button + button {
  border-left: 1px solid var(--subject-line);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-stats strong {
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-stats span {
  color: #8b8491;
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions button {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 40px;
  padding: 5px 7px;
  border: 1px solid var(--subject-line);
  border-radius: 13px;
  background: #fff;
  color: #28232e;
  box-shadow: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions .primary {
  order: 3;
  border-color: var(--subject-line);
  background: #fff;
  color: #28232e;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions [data-subject-profile-message] {
  order: 1;
  border-color: transparent;
  background: var(--subject-accent);
  color: #fff;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions [data-subject-profile-friend] {
  order: 2;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions strong {
  font-size: 10px;
  line-height: 1.15;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions small {
  margin-top: 2px;
  color: #9b949f;
  font-size: 7px;
  line-height: 1.1;
  font-weight: 730;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions .primary small {
  color: #9b949f;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-actions [data-subject-profile-message] small {
  color: rgba(255, 255, 255, .82);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble + .entity-tabs-shell {
  margin: 12px 18px 0;
  padding: 4px;
  border: 1px solid var(--subject-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 22px rgba(68, 51, 78, .045);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 0;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-tabs button {
  height: 39px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #8b8491;
  font-family: inherit;
  font-size: 10px;
  font-weight: 880;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-tabs button.active,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-tabs button.is-active {
  background: var(--subject-soft);
  color: var(--subject-deep);
  box-shadow: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-tabs button::after {
  display: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-preview-panel,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-feed-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 12px 18px 0;
  padding: 0 0 116px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-preview-panel[hidden],
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-feed-panel[hidden] {
  display: none !important;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-widgets] .entity-widget {
  --widget-accent: var(--subject-accent);
  --widget-wash: var(--subject-wash);
  --widget-height: auto;
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--subject-line);
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0%, var(--subject-wash), transparent 42%),
    #fff;
  box-shadow: 0 12px 30px rgba(63, 47, 86, .055);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-widgets] .subject-profile-service-widget {
  min-height: 164px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-widgets] .subject-profile-responsibility,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-widgets] .entity-widget.relations {
  min-height: 102px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget .widget-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  margin: 0 0 10px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget .widget-head h2 {
  margin: 0;
  color: #29242e;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.025em;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget .widget-head h2::before {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  place-items: center;
  border-radius: 9px;
  background: var(--subject-soft);
  color: var(--subject-deep);
  font-size: 13px;
  vertical-align: middle;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget .widget-head button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: var(--subject-soft);
  color: var(--subject-deep);
  font-family: inherit;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-service-main {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 72px;
  padding: 10px;
  border: 1px solid var(--subject-line);
  border-radius: 17px;
  background: var(--subject-soft);
  box-shadow: none;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-service-main img {
  width: 50px;
  height: 50px;
  border: 1px solid var(--subject-line);
  border-radius: 14px;
  background: #fff;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:pepperlab"] .subject-widget-service-main img {
  padding: 4px;
  object-fit: contain;
  object-position: center;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] .subject-widget-service-main img {
  padding: 0;
  object-fit: cover;
  object-position: 50% 18%;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-service-main strong {
  display: -webkit-box;
  overflow: hidden;
  color: #29242e;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 940;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-service-main small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #817a87;
  font-size: 8.5px;
  line-height: 1.35;
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-service-main > b {
  color: var(--subject-deep);
  font-size: 20px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-service-widget > p,
body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget.relations > p {
  position: relative;
  z-index: 1;
  margin: 9px 2px 0;
  overflow: hidden;
  color: #88818e;
  font-size: 8.5px;
  line-height: 1.35;
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-responsibility {
  --widget-accent: var(--subject-accent);
  --widget-wash: var(--subject-wash);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-responsibility {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 4px 10px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-responsibility i {
  display: grid;
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: var(--subject-soft);
  color: var(--subject-deep);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-responsibility strong {
  color: #322d36;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 920;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-widget-responsibility small {
  color: #8a8390;
  font-size: 8px;
  line-height: 1.35;
  font-weight: 720;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget.relations .relation-stack {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget.relations .relation-stack img {
  width: 36px;
  height: 36px;
  margin-right: -8px;
  border: 3px solid #fff;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 10px var(--subject-shadow);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-widget.relations .relation-stack span {
  margin-left: 16px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--subject-soft);
  color: var(--subject-deep);
  font-size: 8px;
  font-weight: 850;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-service-card {
  display: grid;
  gap: 11px;
  min-height: 0;
  padding: 16px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-heading > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-heading small {
  color: var(--subject-deep);
  font-size: 8px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .08em;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-heading strong {
  color: #26212b;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.025em;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-heading > i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: var(--subject-soft);
  color: var(--subject-deep);
  font-size: 15px;
  font-style: normal;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-summary {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #766f7b;
  font-size: 9.5px;
  line-height: 1.5;
  font-weight: 730;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--subject-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .76);
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: var(--subject-soft);
  color: var(--subject-deep);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility small {
  color: #98919c;
  font-size: 7.5px;
  line-height: 1.1;
  font-weight: 820;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility strong {
  overflow: hidden;
  color: #3a343f;
  font-size: 9.5px;
  line-height: 1.35;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-responsibility em {
  color: #8c8591;
  font-size: 7.5px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 720;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-footer > span {
  min-width: 0;
  overflow: hidden;
  color: #918a95;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-footer > button {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  height: 34px;
  padding: 0 11px;
  border: 0;
  border-radius: 11px;
  background: var(--subject-accent);
  color: #fff;
  font-family: inherit;
}

body.panda-app .subject-profile-phone[data-profile-account="agent:tianwen-library"] .subject-service-footer > button {
  color: #2e2515;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-footer > button strong {
  font-size: 9px;
  line-height: 1;
  font-weight: 920;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-service-footer > button b {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-relation-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px !important;
  padding: 13px 15px !important;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-relation-strip > span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-relation-strip > span strong {
  color: #39333e;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 920;
}

body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .subject-profile-relation-strip > span small {
  overflow: hidden;
  color: #8e8792;
  font-size: 8px;
  line-height: 1.3;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 390px) {
  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble {
    margin-right: 15px;
    margin-left: 15px;
  }

  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-profile-bubble + .entity-tabs-shell,
  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-preview-panel,
  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-feed-panel {
    margin-right: 15px;
    margin-left: 15px;
  }

  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-name-row h1 {
    font-size: 21px;
  }

  body.panda-app .subject-profile-phone[data-profile-account^="agent:"] .entity-identity-proof span {
    max-width: 170px;
  }
}

/* Win over the older editable-person-page selectors loaded in styles.css. */
body.panda-app .panda-app-stage.is-subject-profile-shell .app-shell-top {
  display: flex !important;
  align-items: center;
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account^="agent:"] .entity-preview-panel,
body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account^="agent:"] .entity-feed-panel {
  grid-template-columns: minmax(0, 1fr);
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account^="agent:"] [data-subject-profile-widgets] .entity-widget {
  grid-column: 1 / -1;
  width: 100%;
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account^="agent:"] .subject-profile-service-card {
  display: grid;
  min-height: 0;
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account^="agent:"] .subject-profile-relation-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 76px;
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account="agent:tianwen-library"] .entity-profile-bubble .subject-profile-cover-surface .subject-profile-cover-brand {
  display: none;
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account="agent:tianwen-library"] .entity-profile-bubble .subject-profile-cover-surface::before {
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 27px;
  color: #6e4b1b;
  font-size: 23px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.04em;
  white-space: pre;
  content: "天问\A LIBRARY AGENT";
  text-shadow: 0 7px 18px rgba(134, 89, 22, .08);
}

body.panda-app .entity-phone[data-profile-surface].person-space.subject-profile-phone[data-profile-account="agent:tianwen-library"] .entity-profile-bubble .subject-profile-cover-surface::first-line {
  color: #29242e;
}
.panda-demo-plan{display:grid;gap:14px}.panda-demo-plan[hidden]{display:none}.panda-demo-plan>[data-panda-demo-back]{justify-self:start;border:0;background:transparent;padding:2px 0;color:#777181;font-weight:800}.panda-demo-plan-head{display:flex;align-items:center;gap:12px}.panda-demo-plan-head>i{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#fff2ca;color:#9a6814;font-style:normal;font-size:22px;font-weight:900}.panda-demo-plan-head span{display:grid;gap:2px}.panda-demo-plan-head small{color:#8e879b;font-weight:750}.panda-demo-plan-head strong{font-size:22px}.panda-demo-plan-head em{justify-self:start;padding:3px 8px;border-radius:999px;background:#edf9f2;color:#2a9b64;font-size:11px;font-style:normal;font-weight:800}.panda-demo-plan ol{display:grid;gap:0;margin:0;padding:0;list-style:none;border:1px solid #ece8f0;border-radius:22px;background:#fff;overflow:hidden}.panda-demo-plan li{display:flex;align-items:center;gap:12px;padding:11px 14px}.panda-demo-plan li+li{border-top:1px solid #f0edf3}.panda-demo-plan li>i{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#fff3cf;color:#a56a08;font-style:normal;font-size:13px;font-weight:900}.panda-demo-plan li>span{display:grid;gap:2px}.panda-demo-plan li strong{font-size:14px}.panda-demo-plan li small{color:#8a8495;font-size:12px}.panda-demo-plan aside{display:grid;gap:4px;padding:12px 14px;border-radius:16px;background:#f5f2fa;color:#777181;font-size:12px;line-height:1.5}.panda-demo-plan aside b{color:#292431}.panda-demo-start{justify-content:center!important;min-height:48px!important;background:#ffc449!important;color:#17131f!important;font-weight:900!important}
.panda-demo-theater{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;background:rgba(34,28,44,.3);backdrop-filter:blur(18px)}.panda-demo-theater[hidden]{display:none}.demo-theater-phone{width:min(100%,430px);height:min(100%,820px);display:grid;grid-template-rows:auto 3px 1fr auto;overflow:hidden;background:linear-gradient(145deg,#f7f3ff 0,#fffdf7 48%,#fff 100%);box-shadow:0 30px 90px rgba(31,25,42,.3)}.demo-theater-phone>header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:18px 18px 12px;background:rgba(255,255,255,.86);backdrop-filter:blur(20px)}.demo-theater-phone>header>button{width:44px;height:44px;border:0;border-radius:50%;background:#f2eef7;color:#241f2d;font-size:26px}.demo-theater-phone>header>div{display:flex;align-items:center;justify-content:center;gap:9px}.demo-theater-phone>header>div>i{color:#45ca96;font-size:12px}.demo-theater-phone>header span{display:grid;text-align:left}.demo-theater-phone>header strong{font-size:16px}.demo-theater-phone>header small{color:#928b9e;font-size:11px}.demo-theater-progress{background:#ede9f2}.demo-theater-progress i{display:block;height:3px;width:0;background:linear-gradient(90deg,#8b65ff,#ffbf3f);transition:width .5s ease}.demo-theater-phone>main{overflow:auto;padding:22px 17px 110px;scrollbar-width:none}.demo-theater-phone>footer{display:flex;align-items:center;justify-content:space-between;padding:13px 18px calc(13px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);border-top:1px solid rgba(38,32,48,.06);backdrop-filter:blur(20px)}.demo-theater-phone>footer span{color:#98919f;font-size:12px}.demo-theater-phone>footer button{border:0;border-radius:999px;background:#201a28;color:#fff;padding:10px 16px;font-weight:800}.demo-beat{display:flex;align-items:flex-end;gap:9px;margin:0 0 17px}.demo-beat>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:12px;background:#fff;box-shadow:0 5px 15px rgba(35,27,48,.09);font-size:13px;font-weight:900}.demo-beat>p{max-width:78%;margin:0;padding:13px 15px;border-radius:8px 20px 20px 20px;background:#fff;box-shadow:0 8px 24px rgba(37,29,48,.07);font-size:14px;line-height:1.55;font-weight:650}.demo-beat.user{justify-content:flex-end}.demo-beat.user>span{order:2;background:#2a2432;color:#fff}.demo-beat.user>p{border-radius:20px 8px 20px 20px;background:#fff0c8}.demo-beat.peer>span{background:#eaf9f1;color:#238b60}.demo-system{width:max-content;max-width:86%;margin:14px auto;padding:7px 12px;border-radius:999px;background:rgba(45,190,128,.1);color:#37936d;font-size:11px;font-weight:800}.demo-rich-card,.demo-file,.demo-confirm,.demo-result{margin:0 0 18px 43px;border:1px solid rgba(44,35,57,.07);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(42,33,54,.09);overflow:hidden}.demo-rich-card{padding:17px}.demo-rich-card header{display:flex}.demo-rich-card header>i{display:grid;place-items:center;width:48px;height:48px;margin-right:11px;border-radius:16px;background:linear-gradient(145deg,#e9dcff,#fff0c8);font-style:normal;font-size:20px;font-weight:900}.demo-rich-card header span{display:grid;gap:2px}.demo-rich-card header small,.demo-rich-card header em{color:#948c9c;font-size:10px;font-style:normal}.demo-rich-card header strong{font-size:18px}.demo-rich-card header em{color:#36a776}.demo-rich-card>p{color:#716a7c;font-size:13px;line-height:1.5}.demo-rich-card dl{margin:12px 0;border:1px solid #eeeaf1;border-radius:15px;overflow:hidden}.demo-rich-card dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 12px}.demo-rich-card dl div+div{border-top:1px solid #eeeaf1}.demo-rich-card dt{color:#8c8595}.demo-rich-card dd{margin:0;text-align:right;font-weight:800}.demo-rich-card button,.demo-result button{width:100%;border:0;border-radius:14px;background:#25202d;color:#fff;padding:12px;font-weight:850}.demo-candidate-list{display:grid;gap:8px;margin-top:14px}.demo-candidate-list>div{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px;background:#f7f4fa}.demo-candidate-list>div.selected{outline:2px solid #ffc348;background:#fff9e8}.demo-candidate-list i{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#fbd6e5;font-style:normal;font-weight:900}.demo-candidate-list span{display:grid;flex:1}.demo-candidate-list small{color:#8d8696}.demo-candidate-list b{color:#b87500;font-size:11px}.demo-file,.demo-confirm{display:flex;align-items:center;gap:12px;padding:14px}.demo-file>i{display:grid;place-items:center;width:45px;height:50px;border-radius:12px;background:#e7f0ff;color:#477ac4;font-size:11px;font-style:normal;font-weight:900}.demo-file>span,.demo-confirm>span{display:grid;flex:1}.demo-file small,.demo-confirm small{color:#908999}.demo-file>b{color:#35a978}.demo-confirm>i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#dbf7e9;color:#249b68;font-style:normal;font-weight:900}.demo-result{padding:18px;background:linear-gradient(145deg,#fff7d9,#fff)}.demo-result>small{color:#b37708;font-weight:800}.demo-result>strong{display:block;margin-top:5px;font-size:20px}.demo-result>p{color:#746d7b;font-size:13px}.is-entering{animation:demoBeatIn .48s cubic-bezier(.2,.8,.2,1) both}@keyframes demoBeatIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:430px){.demo-theater-phone{height:100%;width:100%}}
.demo-synced-post{border:1px solid rgba(255,190,64,.28)!important;background:linear-gradient(145deg,#fffaf0,#fff)!important}.demo-synced-post>header{display:flex;justify-content:space-between;align-items:center}.demo-synced-post>header small{color:#99919f}.demo-synced-post>section{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:12px 14px;border-radius:16px;background:#fff2ca}.demo-synced-post>section span{color:#a56d0a;font-size:12px;font-weight:800}
.demo-profile-completion{display:flex;align-items:center;gap:12px;margin:14px 0;padding:14px;border:1px solid #f3dfaa;border-radius:20px;background:linear-gradient(145deg,#fff8df,#fff)}.demo-profile-completion>i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#dcf7e9;color:#269968;font-style:normal;font-weight:900}.demo-profile-completion>span{display:grid;gap:2px}.demo-profile-completion small{color:#938b9c}.demo-profile-completion strong{font-size:16px}.demo-profile-completion em{color:#b67708;font-size:12px;font-style:normal;font-weight:800}
