@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;800;900&display=swap");

:root {
  --ink: #111111;
  --muted: #68645d;
  --paper: #f4efe5;
  --paper-deep: #e9e0d1;
  --white: #fffdfa;
  --blue: #1555d8;
  --blue-dark: #0d3da5;
  --orange: #f04a23;
  --line: rgba(17, 17, 17, .18);
  --shadow: 5px 6px 0 #111111;
}

* { box-sizing: border-box; }
html { background: #d7d2c8; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: #d7d2c8;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }

.phone-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 70px 0 96px;
  overflow: hidden;
  background: var(--paper);
  position: relative;
}
.phone-shell.immersive-game { padding: 20px 18px; }
.phone-shell:has(.home-screen.active) {
  padding-top: 0;
}
.phone-shell:has(.home-screen.active) .app-header {
  display: none !important;
}

.app-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100%, 430px);
  min-height: 62px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 229, .94);
  backdrop-filter: blur(16px);
}
.brand-lockup { display: flex; flex-direction: column; line-height: 1.1; }
.brand-lockup b { font-size: 17px; font-weight: 900; letter-spacing: -.06em; }
.brand-lockup span { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.mode-tag { padding: 7px 10px; border: 1.5px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; }
.back-button { padding: 8px 0; border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 800; }
.hidden { display: none; }

.screen { display: none; padding: 14px 16px 10px; }
.screen.active { display: block; animation: enter .22s ease-out; }
.home-screen { padding: 0 0 16px; }
@keyframes enter { from { opacity: 0; transform: translateY(6px); } }

.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 30px 22px 24px;
  border-bottom: 3px solid var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(rgba(17,17,17,.055) .7px, transparent .8px),
    radial-gradient(rgba(17,17,17,.035) .6px, transparent .7px);
  background-position: 0 0, 5px 7px;
  background-size: 9px 9px, 13px 13px;
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -92px;
  bottom: 92px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--orange);
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -20px;
  right: -20px;
  bottom: -58px;
  height: 154px;
  background: var(--blue);
  transform: rotate(-2deg);
}
.hero-brand-mark {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-bottom: 46px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.08em;
}
.hero-brand-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: -6px;
  bottom: -7px;
  height: 5px;
  background: var(--blue);
  transform: rotate(-2deg);
}
.hero-copy { position: relative; z-index: 4; }
.scribble-label {
  display: inline-block;
  padding: 7px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  transform: rotate(-2deg);
}
.hero-copy h1 {
  max-width: 386px;
  margin: 18px 0 14px;
  font-size: clamp(45px, 12vw, 55px);
  line-height: 1.02;
  letter-spacing: -.08em;
  font-weight: 900;
}
.hero-copy h1 span { color: var(--blue); }
.hero-copy h1::after {
  content: "";
  display: block;
  width: 210px;
  height: 6px;
  margin-top: 10px;
  background: var(--orange);
  transform: rotate(-2deg);
}
.hero-copy p { position: relative; z-index: 4; max-width: 260px; margin: 0; font-size: 14px; line-height: 1.7; font-weight: 600; }
.home-hero img {
  position: absolute;
  z-index: 3;
  right: -78px;
  bottom: -2px;
  width: 395px;
  height: 500px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.96) contrast(1.03);
}
.hero-note {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 22px;
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.ink-button {
  position: relative;
  z-index: 5;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 17px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
}
.hand-note {
  position: absolute;
  z-index: 6;
  left: 10px;
  top: 430px;
  color: var(--orange);
  font-family: "Segoe Print", "KaiTi", cursive;
  font-size: 19px;
  font-weight: 800;
  transform: rotate(-7deg);
}

.journey-feature {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 46px 22px 54px;
  overflow: hidden;
  background: var(--blue);
  color: white;
}
.journey-feature::before,
.journey-feature::after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  height: 18px;
  background: var(--paper);
}
.journey-feature::before { top: -11px; transform: rotate(-1deg); }
.journey-feature::after { bottom: -12px; transform: rotate(1deg); }
.feature-index { padding-top: 4px; border-top: 2px solid white; font-size: 12px; font-weight: 800; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy h2 { max-width: 280px; margin: 14px 0 12px; font-size: 31px; line-height: 1.2; letter-spacing: -.06em; }
.feature-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.75; }
.section-kicker { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.journey-feature .section-kicker { color: white; opacity: .7; }
.tape-label {
  display: inline-block;
  padding: 5px 10px;
  background: var(--ink);
  color: white !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  transform: rotate(-2deg);
}
.tape-label.dark { margin-bottom: 8px; }
.arrow-link, .plain-link {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 800;
}
.arrow-link { margin-top: 18px; color: white; }
.arrow-link span { margin-left: 8px; font-size: 18px; }
.plain-link { color: var(--blue); font-size: 12px; }

.work-section {
  padding: 44px 20px 42px;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(17,17,17,.045) .7px, transparent .8px);
  background-size: 10px 10px;
}
.editorial-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.editorial-heading span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.editorial-heading h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.06em; }
.professional-lead {
  width: 100%;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 14px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17,17,17,.08);
  text-align: left;
}
.lead-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 11px;
  background: var(--blue);
  color: white;
  font-size: 26px;
  font-weight: 900;
}
.status-line { color: var(--orange); font-size: 10px; font-weight: 900; }
.professional-lead h3 { margin: 3px 0; font-size: 17px; }
.professional-lead p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.professional-lead > b { font-size: 22px; }
.professional-list button {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 18px 7px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
}
.professional-list button > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.professional-list b, .professional-list small { display: block; }
.professional-list b { font-size: 15px; }
.professional-list small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.professional-list i { font-style: normal; }

.play-feature {
  position: relative;
  width: calc(100% - 32px);
  min-height: 350px;
  margin: 20px 16px 36px;
  padding: 30px 22px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(255,255,255,.24) 0 8%, transparent 8.5%),
    linear-gradient(135deg, rgba(255,255,255,.13) 0 25%, transparent 25% 48%, rgba(17,17,17,.08) 48% 51%, transparent 51%),
    var(--orange);
  color: var(--ink);
  box-shadow: var(--shadow);
  text-align: left;
}
.play-feature::after {
  content: "猜";
  position: absolute;
  right: 8px;
  bottom: -36px;
  color: rgba(255,255,255,.2);
  font-size: 240px;
  line-height: 1;
  font-weight: 900;
  transform: rotate(12deg);
}
.play-feature::before {
  content: none;
}
.line-sketch {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.party-sketch {
  right: 20px;
  top: 82px;
  width: 145px;
  height: 118px;
  border: 3px solid var(--ink);
  border-radius: 28px;
  background:
    radial-gradient(circle at 23% 31%, transparent 0 12px, var(--ink) 13px 15px, transparent 16px),
    radial-gradient(circle at 72% 28%, transparent 0 11px, var(--ink) 12px 14px, transparent 15px),
    radial-gradient(ellipse at 50% 72%, transparent 0 42px, var(--ink) 43px 46px, transparent 47px),
    linear-gradient(var(--ink), var(--ink)) 50% 48% / 56px 4px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 42% 82% / 74px 4px no-repeat,
    rgba(255,255,255,.28);
  box-shadow: 12px 12px 0 rgba(17,17,17,.16);
  transform: rotate(4deg);
}
.party-sketch::before,
.party-sketch::after {
  content: "";
  position: absolute;
  border: 3px solid var(--ink);
  background: rgba(255,255,255,.35);
}
.party-sketch::before {
  left: 50px;
  top: 28px;
  width: 36px;
  height: 54px;
  border-radius: 8px;
  transform: rotate(-8deg);
}
.party-sketch::after {
  left: 98px;
  top: 58px;
  width: 24px;
  height: 18px;
  border-radius: 50%;
}
.brush-tag { position: relative; z-index: 1; display: inline-block; padding: 7px 10px; background: var(--ink); color: white; font-size: 11px; font-weight: 900; transform: rotate(-2deg); }
.play-feature h2 { position: relative; z-index: 2; max-width: 250px; margin: 20px 0 12px; font-size: 32px; line-height: 1.14; letter-spacing: -.07em; }
.play-feature p { position: relative; z-index: 2; max-width: 250px; margin: 0; font-size: 12px; line-height: 1.65; font-weight: 800; }
.play-feature strong { position: absolute; z-index: 2; left: 24px; bottom: 25px; padding-bottom: 5px; border-bottom: 3px solid var(--ink); font-size: 16px; }
.play-feature strong span { margin-left: 12px; }
.speech-bubble {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 78px;
  max-width: 150px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  font-family: "Segoe Print", "KaiTi", cursive;
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-5deg);
}

.social-section { padding: 8px 20px 34px; }
.social-section h2 { margin: 5px 0 8px; font-size: 27px; letter-spacing: -.06em; }
.social-section p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.social-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.social-tags span { padding: 8px 11px; border: 1.5px solid var(--ink); font-size: 11px; font-weight: 800; }

.page-intro, .content-panel, .content-item, .privacy-note, .prompt-box, .profile-card, .empty-state {
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}
.page-intro h2, .empty-state h2 { margin: 7px 0 10px; font-size: 31px; line-height: 1.22; letter-spacing: -.06em; }
.page-intro p, .content-panel p, .privacy-note p, .empty-state p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.comic-intro { border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: var(--shadow); }
.comic-intro p { color: rgba(255,255,255,.76); }
.comic-intro .scribble-label { background: var(--orange); }
.pro-intro { padding: 34px 22px; border: 0; border-bottom: 2px solid var(--ink); background: transparent; }
.pro-intro em { color: var(--blue); font-style: normal; }
.useful-screen {
  padding: 22px 18px 28px;
  background: #fbfaf7;
}
.pro-profile {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.pro-profile > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 18px;
  font-weight: 900;
}
.pro-profile b, .pro-profile small { display: block; }
.pro-profile small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.pro-profile i {
  color: var(--blue);
  font-family: "Segoe Print", "KaiTi", cursive;
  font-size: 10px;
  font-style: normal;
  transform: rotate(-4deg);
}
.useful-screen .pro-intro {
  padding: 16px 2px 30px;
  border-bottom: 1px solid var(--line);
}
.useful-screen .pro-intro h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.15;
}
.useful-screen .pro-intro p { max-width: 300px; font-size: 13px; }
.useful-screen .filter-row { margin: 18px 0 26px; }
.useful-screen .filter {
  padding: 8px 12px;
  border: 1px solid #d9d9d7;
  border-radius: 999px;
  font-size: 11px;
}
.useful-screen .filter.active { border-color: var(--ink); }
.content-group { margin-bottom: 32px; }
.content-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.content-group-title h3 {
  position: relative;
  margin: 0;
  padding-left: 12px;
  font-size: 18px;
}
.content-group-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: var(--blue);
}
.content-group-title > span { color: #8c8b87; font-size: 10px; }
.course-row, .document-row {
  width: 100%;
  display: grid;
  grid-template-columns: 116px 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 94px;
  margin-bottom: 8px;
  padding: 0 12px 0 0;
  overflow: hidden;
  border: 1px solid #ebe9e4;
  border-radius: 10px;
  background: white;
  box-shadow: 0 5px 16px rgba(20,30,50,.05);
  text-align: left;
}
.course-cover {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 12px;
  color: white;
}
.course-cover b { font-size: 15px; }
.course-cover small { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 9px; }
.blue-cover { background: var(--blue); }
.orange-cover { background: var(--orange); }
.course-row > span:nth-child(2) b,
.course-row > span:nth-child(2) small,
.course-row > span:nth-child(2) i,
.document-row > span:nth-child(2) b,
.document-row > span:nth-child(2) small,
.document-row > span:nth-child(2) i { display: block; }
.course-row > span:nth-child(2) b,
.document-row > span:nth-child(2) b { font-size: 13px; }
.course-row > span:nth-child(2) small,
.document-row > span:nth-child(2) small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.course-row > span:nth-child(2) i,
.document-row > span:nth-child(2) i { margin-top: 10px; color: #92918d; font-size: 8px; font-style: normal; }
.course-row > strong, .document-row > strong { font-size: 19px; }
.document-row { grid-template-columns: 95px 1fr auto; min-height: 86px; }
.document-cover {
  align-self: stretch;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid #e3e3e0;
  background: #f5f5f2;
  color: #1b3f9d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}
.line-cover { color: var(--ink); text-decoration: underline var(--blue) 2px; }
.tool-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.tool-grid button {
  min-height: 82px;
  display: grid;
  place-content: center;
  padding: 9px 5px;
  border: 1px solid #e7e5df;
  border-radius: 10px;
  background: white;
  text-align: center;
}
.tool-grid b, .tool-grid small { display: block; }
.tool-grid b { font-size: 11px; }
.tool-grid small { margin-top: 5px; color: var(--muted); font-size: 8px; }

.paid-consult-card { border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.paid-consult-card b { display: block; font-size: 15px; }
.paid-consult-card p { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.professional-detail {
  padding: 18px 18px 34px;
  background: #fbfaf7;
}
.detail-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 22px;
  overflow: hidden;
  background: var(--blue);
  color: white;
}
.detail-hero::after {
  content: "01";
  position: absolute;
  right: -13px;
  top: 26px;
  color: rgba(255,255,255,.08);
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}
.report-hero { background: #18356f; }
.report-hero::after { content: "R"; }
.tools-hero { background: var(--ink); }
.tools-hero::after { content: "+"; color: rgba(255,91,51,.24); }
.detail-meta {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-meta span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.detail-meta i {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.55);
  font-size: 9px;
  font-style: normal;
}
.detail-hero h2,
.detail-hero p { position: relative; z-index: 1; }
.detail-hero h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -.07em;
}
.detail-hero p {
  max-width: 310px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.75;
}
.detail-section {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid #e6e3dc;
  background: white;
}
.detail-label {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.audience-list { display: grid; gap: 11px; }
.audience-list b {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.5;
}
.audience-list b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background: var(--orange);
}
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}
.deliverable-grid article {
  min-height: 112px;
  padding: 14px;
  border: 1px solid #e5e3dd;
  background: #f8f7f3;
}
.deliverable-grid b,
.deliverable-grid small,
.deliverable-grid i { display: block; }
.deliverable-grid b { font-size: 15px; }
.deliverable-grid small { margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.deliverable-grid i { margin-top: 12px; color: #96938c; font-size: 8px; font-style: normal; }
.status-list { display: grid; }
.status-list p {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #eceae4;
}
.status-list p:last-child { border-bottom: 0; }
.status-list p > b { color: var(--blue); font-size: 10px; }
.status-list p > span { font-size: 11px; font-weight: 700; }
.status-list p > i { color: #929089; font-size: 8px; font-style: normal; }
.report-outline { display: grid; gap: 8px; }
.report-outline article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px;
  background: #f5f6f8;
}
.report-outline article > b { color: var(--blue); font-size: 17px; }
.report-outline strong,
.report-outline small { display: block; }
.report-outline strong { font-size: 12px; }
.report-outline small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.fact-grid p { margin: 0; padding: 13px; border: 1px solid #e8e5df; }
.fact-grid small,
.fact-grid b { display: block; }
.fact-grid small { color: var(--muted); font-size: 8px; }
.fact-grid b { margin-top: 7px; font-size: 10px; line-height: 1.4; }
.honest-note { border-left: 5px solid var(--orange); }
.honest-note b { font-size: 14px; }
.honest-note p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.tool-plan { display: grid; gap: 8px; }
.tool-plan article {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eae8e2;
}
.tool-plan article:last-child { border-bottom: 0; }
.tool-plan article > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.tool-plan b,
.tool-plan small { display: block; }
.tool-plan b { font-size: 12px; }
.tool-plan small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.tool-plan i { color: #94918a; font-size: 8px; font-style: normal; }
.interest-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding: 17px 18px;
  border: 0;
  background: var(--orange);
  color: var(--ink);
  text-align: left;
}
.interest-action span { font-size: 12px; font-weight: 900; }
.interest-action b { font-size: 9px; }
.interest-action.recorded { background: var(--blue); color: white; }
.prototype-disclaimer {
  margin: 9px 5px 0;
  color: #96928b;
  font-size: 8px;
  line-height: 1.55;
  text-align: center;
}

.works-stack { display: grid; gap: 12px; }
.work-card {
  width: 100%;
  min-height: 190px;
  padding: 20px;
  border: 2px solid var(--ink);
  background: var(--white);
  text-align: left;
}
.work-card > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.work-card h3 { margin: 24px 0 7px; font-size: 24px; }
.work-card p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.work-card b { display: block; margin-top: 18px; font-size: 13px; }
.playful-card { background: var(--orange); box-shadow: var(--shadow); }
.playful-card > span { color: var(--ink); }

.timeline { margin: 24px 8px; border-left: 2px solid var(--ink); }
.timeline div { position: relative; display: grid; gap: 4px; padding: 0 0 28px 24px; }
.timeline i { position: absolute; left: -7px; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); }
.timeline span { color: var(--muted); font-size: 12px; }

.filter-row { display: flex; gap: 7px; margin: 14px 0; overflow-x: auto; }
.filter, .choice { padding: 10px 13px; border: 1.5px solid var(--ink); background: var(--white); white-space: nowrap; }
.filter.active, .choice.selected { background: var(--ink); color: white; }
.content-item { position: relative; min-height: 150px; border-left: 5px solid var(--blue); }
.content-code { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.content-item h3 { margin: 22px 0 6px; font-size: 20px; }
.content-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.content-item > b { position: absolute; right: 18px; top: 18px; color: var(--orange); font-size: 10px; }
.standalone { width: 100%; margin: 16px 0 20px; }
.wide-row {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-bottom: 9px;
  padding: 17px;
  border: 1.5px solid var(--ink);
  background: var(--white);
  text-align: left;
}
.wide-row b { color: var(--blue); font-size: 11px; }
.phone-shell:has(.fun-screen.active) {
  background: var(--blue);
}
.phone-shell:has(.fun-screen.active) .app-header {
  border-color: rgba(255,255,255,.2);
  background: rgba(15,71,183,.96);
  color: white;
}
.phone-shell:has(.fun-screen.active) .brand-lockup span,
.phone-shell:has(.fun-screen.active) .back-button { color: rgba(255,255,255,.75); }
.phone-shell:has(.fun-screen.active) .mode-tag { border-color: white; }
.fun-screen {
  padding: 20px 16px 28px;
  background-color: var(--blue);
  background-image: radial-gradient(rgba(255,255,255,.08) .8px, transparent .9px);
  background-size: 9px 9px;
}
.fun-poster-head {
  position: relative;
  min-height: 205px;
  padding: 22px 18px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  transform: rotate(-1.2deg);
}
.fun-poster-head::after {
  content: "玩";
  position: absolute;
  right: -6px;
  top: 2px;
  color: var(--orange);
  font-size: 120px;
  font-weight: 900;
  opacity: .18;
  transform: rotate(12deg);
}
.fun-poster-head > span {
  display: inline-block;
  padding: 7px 12px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(-4deg);
}
.fun-poster-head h2 {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 20px 0 12px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.07em;
}
.fun-poster-head h2 em { color: var(--orange); font-style: normal; }
.fun-poster-head p {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 800;
}
.fun-poster-head i {
  position: absolute;
  right: 14px;
  bottom: 18px;
  max-width: 120px;
  padding: 13px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: white;
  color: var(--blue);
  font-family: "Segoe Print", "KaiTi", cursive;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  transform: rotate(-5deg);
}
.fun-sketch {
  right: 24px;
  top: 54px;
  transform: rotate(5deg) scale(.82);
  opacity: .7;
}
.fun-start-card {
  position: relative;
  width: calc(100% - 16px);
  min-height: 166px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 8px 12px;
  margin: -16px 8px 26px;
  padding: 26px 22px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13) 0 22%, transparent 22%),
    var(--blue);
  color: white;
  box-shadow: 6px 7px 0 var(--ink);
  text-align: left;
  transform: rotate(1deg);
}
.phone-sketch {
  right: 78px;
  top: 22px;
  width: 54px;
  height: 78px;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 10px;
  box-shadow: 7px 7px 0 rgba(17,17,17,.22);
  transform: rotate(-7deg);
}
.phone-sketch::before,
.phone-sketch::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.9);
}
.phone-sketch::before {
  left: 11px;
  right: 11px;
  top: 17px;
  height: 4px;
}
.phone-sketch::after {
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 4px;
  border-radius: 999px;
}
.fun-start-card small { grid-column: 1 / -1; font-family: "Segoe Print", "KaiTi", cursive; font-size: 12px; }
.fun-start-card strong { font-size: 34px; letter-spacing: -.05em; }
.fun-start-card b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ink);
  font-size: 27px;
}
.fun-start-card > span { grid-column: 1 / -1; padding-top: 12px; border-top: 3px solid var(--ink); font-size: 11px; }
.card-product-promo {
  position: relative;
  width: 100%;
  min-height: 220px;
  display: grid;
  grid-template-columns: 1fr 46%;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--orange);
  text-align: left;
}
.card-product-promo div { position: relative; z-index: 2; padding: 24px 8px 24px 22px; }
.card-product-promo div > span {
  display: inline-block;
  padding: 5px 8px;
  background: var(--ink);
  color: white;
  font-size: 10px;
  font-weight: 900;
}
.card-product-promo h3 { margin: 22px 0 8px; color: white; font-size: 27px; line-height: 1.15; }
.card-product-promo p { font-size: 12px; line-height: 1.55; }
.card-product-promo b { display: block; margin-top: 20px; }
.card-product-promo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fun-lab-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 18px 16px;
  border: 2px solid var(--ink);
  background: var(--paper);
  text-align: left;
}
.fun-lab-row b { color: var(--blue); font-size: 10px; }

.weight-challenge-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 14px;
  padding: 22px 18px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 26%, rgba(255,159,28,.24) 0 15%, transparent 15.5%),
    var(--paper);
  color: var(--ink);
  box-shadow: 5px 6px 0 var(--ink);
  text-align: left;
  transform: rotate(-.8deg);
}
.weight-challenge-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 34px;
  width: 82px;
  height: 82px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background:
    linear-gradient(var(--ink), var(--ink)) 50% 22% / 44px 4px no-repeat,
    radial-gradient(circle at 50% 54%, var(--blue) 0 16px, transparent 17px),
    white;
  opacity: .78;
  transform: rotate(8deg);
}
.weight-challenge-card > span {
  display: inline-block;
  padding: 5px 9px;
  background: var(--orange);
  color: white;
  font-size: 10px;
  font-weight: 900;
}
.weight-challenge-card h3 { margin: 16px 0 8px; font-size: 30px; letter-spacing: -.05em; }
.weight-challenge-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.weight-challenge-card div { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.weight-challenge-card b { font-size: 30px; }
.weight-challenge-card i { color: var(--orange); font-style: normal; font-weight: 900; }
.weight-challenge-card strong { color: var(--blue); font-size: 12px; }

.next-month-screen {
  padding: 18px 16px 34px;
  background: #fff8ec;
}
.challenge-comic-cover {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 16px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background:
    linear-gradient(180deg, transparent 0 64%, var(--blue) 64% 100%),
    radial-gradient(circle at 78% 26%, #ff4b21 0 20%, transparent 21%),
    var(--paper);
  box-shadow: 7px 8px 0 var(--ink);
  color: var(--ink);
}
.challenge-comic-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(174deg, transparent 0 66%, rgba(16,16,16,.22) 66.4% 67%, transparent 67.4%),
    radial-gradient(rgba(16,16,16,.10) 1px, transparent 1px);
  background-size: 100% 100%, 13px 13px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.challenge-comic-cover::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 86px;
  width: 118px;
  height: 118px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: #ff4b21;
  box-shadow: 7px 7px 0 var(--ink);
}
.comic-status-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.comic-status-strip span,
.comic-status-strip b {
  display: inline-block;
  padding: 7px 10px;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 11px;
  font-weight: 900;
}
.comic-status-strip b { background: #ffd447; color: var(--ink); transform: rotate(2deg); }
.challenge-comic-cover[data-status="up"] .comic-status-strip b { background: #ff5a3d; color: #fff; }
.challenge-comic-cover[data-status="down"] .comic-status-strip b { background: #2ce080; color: var(--ink); }
.comic-scene {
  position: relative;
  z-index: 1;
  height: 300px;
  margin-top: 14px;
}
.challenge-cartoon-title {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 7;
  width: 100%;
  max-width: none;
}
.challenge-cartoon-title h2 {
  display: inline-block;
  margin: 0 0 9px;
  padding: 5px 9px 7px;
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 var(--blue);
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -.1em;
  transform: rotate(-2deg);
}
.challenge-cartoon-title p {
  position: absolute;
  left: 0;
  top: 222px;
  max-width: 250px;
  margin: 0;
  padding: 8px 10px;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}
.fat-xiangge-sketch {
  position: absolute;
  left: 74px;
  bottom: 12px;
  z-index: 5;
  width: 154px;
  height: 215px;
  transform: rotate(-2deg);
}
.fat-head {
  position: absolute;
  left: 31px;
  top: 0;
  width: 96px;
  height: 104px;
  border: 6px solid var(--ink);
  border-radius: 46% 46% 50% 50%;
  background:
    radial-gradient(circle at 34% 43%, var(--ink) 0 4px, transparent 5px),
    radial-gradient(circle at 65% 43%, var(--ink) 0 4px, transparent 5px),
    #fff8ec;
  box-shadow: 4px 5px 0 rgba(16,16,16,.18);
}
.fat-hair {
  position: absolute;
  left: 31px;
  top: -4px;
  width: 96px;
  height: 38px;
  border: 6px solid var(--ink);
  border-radius: 50px 50px 16px 16px;
  background: var(--ink);
}
.fat-ear {
  position: absolute;
  top: 39px;
  width: 18px;
  height: 25px;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: #fff8ec;
}
.fat-ear.left { left: 20px; }
.fat-ear.right { right: 17px; }
.fat-face-line {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 22px;
  border-bottom: 4px solid #ff4b21;
  border-radius: 50%;
}
.fat-face-line.one { left: 43px; top: 57px; transform: rotate(20deg); }
.fat-face-line.two { right: 38px; top: 57px; transform: rotate(-20deg); }
.fat-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 154px;
  height: 126px;
  border: 6px solid var(--ink);
  border-radius: 56px 56px 20px 20px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255,255,255,.18) 0 32%, transparent 33%),
    #101010;
  box-shadow: 6px 6px 0 var(--ink);
}
.fat-shirt {
  position: absolute;
  left: 50%;
  bottom: 37px;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  transform: translateX(-50%);
}
.watch-comment {
  content: "";
  position: absolute;
  z-index: 6;
  max-width: 124px;
  padding: 7px 9px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}
.watch-comment.c1 { right: 0; top: 82px; background: #ffd447; transform: rotate(5deg); }
.watch-comment.c2 { right: 6px; top: 144px; color: #fff; background: #ff4b21; transform: rotate(-3deg); }
.watch-comment.c3 { left: 0; bottom: 92px; background: #fff; transform: rotate(3deg); }
.ai-supervisor-badge {
  position: absolute;
  z-index: 4;
  right: 4px;
  left: auto;
  top: 2px;
  display: grid;
  gap: 3px;
  padding: 8px 10px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: #101010;
  color: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-2deg);
}
.ai-supervisor-badge span { color: #ffd447; font-size: 10px; font-weight: 900; }
.ai-supervisor-badge b { font-size: 13px; }
.comic-scale {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 6;
  width: 118px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 5px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(5deg);
}
.comic-scale i {
  position: absolute;
  top: 16px;
  width: 74px;
  height: 7px;
  border-radius: 999px;
  background: var(--ink);
}
.comic-scale strong { margin-top: 16px; color: var(--orange); font-size: 34px; line-height: 1; }
.comic-scale small { position: absolute; right: 18px; bottom: 24px; font-size: 13px; font-weight: 900; }
.comic-bubble {
  display: none;
}
.comic-bubble::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -18px;
  width: 22px;
  height: 22px;
  border-right: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  background: #fff;
  transform: rotate(45deg);
}
.comic-weight-line {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 12px;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}
.challenge-trend-card,
.challenge-brag-card {
  margin-top: 16px;
  padding: 16px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--ink);
}
.challenge-trend-card {
  background:
    linear-gradient(135deg, rgba(12,143,211,.08), transparent 42%),
    #fff;
}
.trend-chart {
  margin-top: 12px;
  padding: 8px;
  border: 2px solid var(--ink);
  background:
    linear-gradient(rgba(12,143,211,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,143,211,.12) 1px, transparent 1px),
    #fff8ec;
  background-size: 24px 24px;
}
.trend-chart svg { display: block; width: 100%; height: auto; overflow: visible; }
.trend-chart polyline {
  fill: none;
  stroke: var(--orange);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trend-chart circle { fill: #ffd447; stroke: var(--ink); stroke-width: 3; }
.trend-chart text { fill: var(--ink); font-size: 10px; font-weight: 900; }
.trend-chart .trend-grid-line { stroke: var(--ink); stroke-width: 2; opacity: .5; }
.trend-chart .trend-target-line { stroke: #e3332f; stroke-width: 3; stroke-dasharray: 7 5; }
.trend-chart .trend-label,
.trend-chart .trend-target-label { fill: var(--blue); font-size: 9px; }
.challenge-brag-card {
  display: none;
}
.challenge-brag-card::after {
  content: "!";
  position: absolute;
  right: 12px;
  top: -18px;
  color: rgba(16,16,16,.15);
  font-size: 100px;
  font-weight: 900;
}
.challenge-brag-card span {
  display: inline-block;
  padding: 5px 8px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.challenge-brag-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.25;
}
.challenge-hero,
.checkin-head {
  position: relative;
  padding: 24px 20px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background:
    radial-gradient(circle at 84% 22%, rgba(255,255,255,.16) 0 12%, transparent 12.5%),
    var(--blue);
  color: white;
  box-shadow: var(--shadow);
}
.challenge-hero::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 106px;
  height: 84px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background:
    linear-gradient(var(--ink), var(--ink)) 50% 22% / 56px 4px no-repeat,
    radial-gradient(circle at 50% 58%, var(--orange) 0 20px, transparent 21px),
    white;
  opacity: .82;
  transform: rotate(7deg);
}
.challenge-hero::after,
.checkin-head::after {
  content: "!";
  position: absolute;
  right: 12px;
  top: -26px;
  color: var(--orange);
  font-size: 130px;
  font-weight: 900;
  opacity: .5;
}
.challenge-hero > span,
.checkin-head > span {
  display: inline-block;
  padding: 6px 10px;
  background: var(--ink);
  font-size: 10px;
  font-weight: 900;
}
.challenge-hero h2,
.checkin-head h2 { position: relative; z-index: 1; margin: 18px 0 10px; font-size: 43px; letter-spacing: -.07em; }
.challenge-hero p,
.checkin-head p { position: relative; z-index: 1; margin: 0; font-size: 12px; line-height: 1.65; }
.challenge-weight-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  margin-top: 22px;
  padding: 16px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}
.challenge-weight-line b,
.challenge-weight-line strong { font-size: 36px; line-height: 1; }
.challenge-weight-line i { color: var(--muted); font-size: 10px; font-style: normal; font-weight: 900; }
.challenge-progress-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.challenge-progress-card div {
  padding: 14px;
  border: 2px solid var(--ink);
  background: white;
  box-shadow: 3px 3px 0 var(--ink);
}
.challenge-progress-card small,
.challenge-progress-card b { display: block; }
.challenge-progress-card small { color: var(--muted); font-size: 9px; font-weight: 800; }
.challenge-progress-card b { margin-top: 6px; color: var(--blue); font-size: 25px; }
.challenge-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 10px;
  opacity: .88;
}
.challenge-actions .game-secondary {
  box-shadow: 2px 2px 0 var(--ink);
}
.challenge-share-panel,
.admin-login-card,
.admin-panel {
  margin-top: 14px;
  padding: 16px;
  border: 2px solid var(--ink);
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
}
.challenge-share-panel b { display: block; color: var(--blue); font-size: 13px; }
.challenge-share-panel p {
  margin: 8px 0;
  padding: 10px;
  border: 2px dashed var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  line-height: 1.45;
  word-break: break-all;
}
.challenge-share-panel small,
.admin-login-card p { color: var(--muted); font-size: 11px; line-height: 1.55; }
.admin-login-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}
.admin-login-card input {
  width: 100%;
  padding: 12px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}
.join-head h2 { max-width: 260px; }
.join-code-card {
  margin-top: 18px;
  background:
    radial-gradient(circle at 92% 18%, rgba(12,143,211,.12) 0 20%, transparent 21%),
    #fff;
}
.supervise-panel,
.challenge-latest,
.checkin-form,
.share-poster {
  margin-top: 14px;
  padding: 16px;
  border: 2px solid var(--ink);
  background: white;
}
.supervise-panel {
  position: relative;
  overflow: hidden;
  border-width: 3px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,90,61,.16), transparent 54%),
    radial-gradient(circle at 12% 18%, rgba(255,212,71,.35) 0 12%, transparent 13%),
    #fff;
  box-shadow: 7px 8px 0 var(--ink);
  transform: rotate(-.4deg);
}
.supervise-barrage {
  position: relative;
  height: 112px;
  overflow: hidden;
  margin: 12px -16px 14px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #0c8fd3;
}
.stage-barrage {
  position: absolute;
  inset: 206px -18px auto;
  z-index: 3;
  height: 148px;
  margin: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.supervise-barrage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.24) 1px, transparent 1px);
  background-size: 12px 12px;
}
.stage-barrage::before { display: none; }
.barrage-chip {
  position: absolute;
  left: 100%;
  display: inline-block;
  min-width: max-content;
  padding: 7px 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 12px;
  font-weight: 900;
  opacity: .94;
  animation: barrage-move var(--speed, 10s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.barrage-chip.lane-1 { top: 0; background: #ffd447; }
.barrage-chip.lane-2 { top: 30px; background: #fff; }
.barrage-chip.lane-3 { top: 60px; background: #ff9f1c; color: #fff; }
.barrage-chip.lane-4 { top: 90px; background: #101010; color: #fff; }
.barrage-chip.lane-5 { top: 120px; background: #ff5a3d; color: #fff; }
@keyframes barrage-move {
  from { transform: translateX(0); }
  to { transform: translateX(-430px); }
}
.supervise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.supervise-grid button {
  position: relative;
  min-height: 76px;
  padding: 12px 10px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #ffd447;
  box-shadow: 4px 5px 0 var(--ink);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  transform: rotate(-1.5deg);
}
.supervise-grid button:active {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(3px, 3px) rotate(-1.5deg);
}
.supervise-grid button:nth-child(2) { background: #ff9f1c; color: #fff; transform: rotate(1.5deg); }
.supervise-grid button:nth-child(3) { background: #fff; color: var(--blue); transform: rotate(1deg); }
.supervise-grid button:nth-child(4) { background: var(--blue); color: #fff; transform: rotate(-1deg); }
.supervise-grid button:nth-child(5) { background: #fff; color: var(--ink); transform: rotate(1.5deg); }
.supervise-grid button:nth-child(6) { background: #ff5a3d; color: #fff; transform: rotate(-1deg); }
.supervise-grid button:nth-child(7) { background: #ffd447; color: var(--ink); transform: rotate(1deg); }
.supervise-grid button:nth-child(8) { background: #101010; color: #fff; transform: rotate(-1.5deg); }
.supervise-grid button::after {
  content: attr(data-count);
  position: absolute;
  right: -8px;
  top: -10px;
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 5px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .16s ease, transform .16s ease;
}
.supervise-grid button.has-count::after {
  opacity: 1;
  transform: scale(1);
}
.supervise-grid small { display: block; margin-top: 6px; color: inherit; opacity: .78; font-size: 9px; }
.tempt-photo-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 3px dashed var(--ink);
  border-radius: 18px;
  background: #fff8ec;
  color: var(--ink);
  box-shadow: 3px 4px 0 var(--ink);
  font-weight: 900;
  text-align: left;
}
.tempt-photo-button b { color: var(--orange); font-size: 10px; }
#superviseFeedback { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.challenge-latest { border-left: 7px solid var(--orange); }
.challenge-latest:empty { display: none; }
.challenge-latest span { color: var(--blue); font-size: 10px; font-weight: 900; }
.challenge-latest h3 { margin: 8px 0; font-size: 21px; }
.challenge-latest p { margin: 5px 0; color: var(--muted); font-size: 11px; }
.challenge-latest strong { display: block; margin-top: 10px; font-size: 18px; }

.checkin-form {
  display: grid;
  gap: 12px;
}
.checkin-form label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}
.checkin-form input,
.checkin-form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  resize: vertical;
}
.photo-checkin-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 2px dashed var(--ink);
  background: #fff8d7;
}
.photo-checkin-panel input[type="file"] {
  padding: 9px;
  background: white;
  font-size: 11px;
}
.photo-preview-grid,
.poster-photo-strip,
.history-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: start;
}
.photo-preview-card {
  position: relative;
  width: 100%;
  height: 92px;
  max-height: 92px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: white;
}
.photo-preview-card img,
.poster-photo-strip img,
.history-photo-strip img {
  width: 100%;
  height: 92px;
  max-height: 92px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.photo-preview-card span {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 3px 6px;
  background: var(--ink);
  color: white;
  font-size: 9px;
  font-weight: 900;
}
.dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 12px;
  border: 2px solid var(--ink);
  background: #f5f1e6;
}
.poster-photo-strip { margin-top: 12px; }
.poster-sticker {
  position: relative;
  min-height: 150px;
  padding: 8px 8px 10px;
  border: 4px solid var(--ink);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink), 0 0 0 5px #ffd447;
}
.poster-sticker.tilt-left { transform: rotate(-4deg); }
.poster-sticker.tilt-right { transform: rotate(4deg); }
.poster-sticker img {
  width: 100%;
  height: 92px;
  max-height: 92px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 3px solid var(--ink);
  border-radius: 12px;
  filter: saturate(1.22) contrast(1.08);
}
.poster-sticker span {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 6px;
  background: var(--ink);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.poster-sticker small {
  display: block;
  margin-top: 5px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.35;
}
#posterQrCode {
  display: block;
  width: 108px;
  height: 108px;
  margin-top: 14px;
  padding: 6px;
  background: white;
  border: 3px solid var(--ink);
}
#posterQrCode img,
#posterQrCode canvas { width: 96px !important; height: 96px !important; display: block; }
.history-dimensions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.history-dimensions span {
  padding: 4px 7px;
  background: var(--paper);
  border: 1px solid var(--ink);
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}
.history-photo-strip { margin-top: 10px; }
.history-photo-strip img {
  height: 70px;
  max-height: 70px;
  border: 2px solid var(--ink);
}
.share-poster {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: white;
  box-shadow: 5px 6px 0 var(--ink);
}
.share-poster[data-status="up"] { background: #d7262f; }
.share-poster[data-status="same"] { background: #6b6f7a; }
.share-poster::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--orange);
}
.share-poster[data-status="down"]::after,
.share-poster[data-status="up"]::after,
.share-poster[data-status="same"]::after {
  position: absolute;
  right: 14px;
  bottom: 92px;
  z-index: 0;
  padding: 9px 12px;
  border: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  transform: rotate(-8deg);
}
.share-poster[data-status="down"]::after { content: "今日反杀"; }
.share-poster[data-status="up"]::after { content: "今日围殴"; background: #ffd447; }
.share-poster[data-status="same"]::after { content: "原地嘴硬"; }
.share-poster > * { position: relative; z-index: 1; }
.share-poster > span { display: inline-block; padding: 5px 9px; background: var(--ink); font-size: 10px; font-weight: 900; }
.share-poster h2 { margin: 18px 0; font-size: 29px; letter-spacing: -.05em; }
.poster-weight {
  padding: 14px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}
.poster-weight b,
.poster-weight small { display: block; }
.poster-weight b { color: var(--orange); font-size: 29px; }
.poster-weight small { margin-top: 5px; color: var(--blue); font-size: 11px; font-weight: 900; }
.share-poster p { margin: 12px 0 0; font-size: 12px; line-height: 1.55; }
.poster-stats { margin: 16px 0; padding: 10px; background: var(--ink); font-size: 10px; font-weight: 900; }
.share-poster strong { display: block; margin-top: 14px; color: var(--orange); font-size: 24px; line-height: 1.2; }
.share-poster[data-status="down"] strong { color: #ffd447; }
.share-poster[data-status="up"] strong { color: #ffd447; }
.share-poster[data-status="same"] strong { color: var(--paper); }
.poster-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.poster-actions button {
  min-height: 48px;
  border: 2px solid var(--ink);
  background: white;
  font-weight: 900;
}
.poster-actions button:first-child { background: var(--orange); color: white; }
.challenge-history-card strong { display: block; margin-top: 8px; color: var(--orange); font-size: 16px; }

.card-product { overflow: hidden; margin-bottom: 14px; border: 2px solid var(--ink); background: var(--white); }
.card-product img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.card-product div { padding: 20px; }
.card-product h2 { margin: 7px 0; font-size: 27px; }
.card-product p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.check-list { padding-left: 20px; line-height: 2; font-size: 13px; }
.empty-state { padding: 64px 24px; text-align: center; }
.empty-state > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; }

.profile-card { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.monogram { display: grid; place-items: center; width: 52px; height: 52px; background: var(--blue); color: white; font-size: 20px; font-weight: 900; }
.profile-card h2, .profile-card p { margin: 2px 0; }
.profile-card p { color: var(--muted); font-size: 12px; }
.profile-card .outline-button { grid-column: 1 / -1; }
.mine-screen {
  padding: 18px 16px 34px;
  background: #fbfaf7;
}
.mine-brand-card {
  position: relative;
  min-height: 310px;
  padding: 25px 20px;
  overflow: hidden;
  background: var(--blue);
  color: white;
}
.mine-brand-card > div { position: relative; z-index: 2; max-width: 250px; }
.mine-brand-card > div > span {
  display: inline-block;
  padding: 5px 8px;
  background: var(--orange);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
}
.mine-brand-card h2 {
  margin: 22px 0 12px;
  font-size: 34px;
  line-height: 1.13;
  letter-spacing: -.06em;
}
.mine-brand-card p {
  max-width: 230px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  line-height: 1.65;
}
.mine-brand-card img {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: -18px;
  width: 235px;
  opacity: .42;
  filter: saturate(.65);
}
.mine-section {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e5e2db;
  background: white;
}
.mine-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.mine-section-title h3 { margin: 0; font-size: 16px; }
.mine-section-title span { color: var(--blue); font-size: 9px; font-weight: 800; }
.local-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.local-stats button {
  min-height: 90px;
  border: 0;
  background: #f2f3f6;
  text-align: left;
}
.local-stats b,
.local-stats span { display: block; }
.local-stats b { color: var(--blue); font-size: 27px; }
.local-stats span { margin-top: 4px; font-size: 9px; font-weight: 800; }
.menu-list { display: grid; border-top: 2px solid var(--ink); }
.mine-section .menu-list { margin-top: 14px; border-top-width: 1px; }
.menu-list button {
  display: flex;
  justify-content: space-between;
  padding: 17px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
}
.menu-list b { color: var(--blue); font-size: 11px; }
.follow-section > p {
  margin: -2px 0 14px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}
.follow-grid { display: grid; gap: 7px; }
.follow-grid button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border: 1px solid #e6e3dd;
  background: #f8f7f3;
  text-align: left;
}
.follow-grid b { font-size: 11px; }
.follow-grid small { color: var(--muted); font-size: 8px; }
.mine-feedback {
  margin: 10px 8px 0;
  color: #8f8b84;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}
.mine-feedback.active { color: var(--blue); font-weight: 800; }
.local-data-screen { padding: 18px 16px 34px; background: #fbfaf7; }
.local-data-head {
  padding: 24px 20px;
  border-bottom: 5px solid var(--orange);
  background: var(--blue);
  color: white;
}
.local-data-head > span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.local-data-head h2 { margin: 15px 0 9px; font-size: 32px; line-height: 1.15; letter-spacing: -.06em; }
.local-data-head p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.65; }
.privacy-head { background: var(--ink); }
.saved-list { display: grid; gap: 9px; margin-top: 14px; }
.saved-card {
  padding: 16px;
  border: 1px solid #e5e2dc;
  background: white;
}
.saved-card-head { display: flex; justify-content: space-between; gap: 12px; }
.saved-card-head b { font-size: 13px; }
.saved-card-head time { color: var(--muted); font-size: 8px; }
.saved-card p { margin: 7px 0 13px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.saved-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.saved-card-actions button { min-height: 38px; padding: 8px 11px; border: 1px solid var(--ink); background: white; font-size: 9px; font-weight: 800; }
.saved-card-actions button:first-child { background: var(--blue); color: white; }
.empty-saved { padding: 34px 18px; border: 1px dashed #bbb7af; color: var(--muted); text-align: center; }
.empty-saved b, .empty-saved span { display: block; }
.empty-saved b { color: var(--ink); font-size: 14px; }
.empty-saved span { margin-top: 7px; font-size: 9px; }
.record-score { display: flex; gap: 15px; margin-top: 12px; }
.record-score span { color: var(--muted); font-size: 9px; }
.record-score b { margin-right: 3px; color: var(--blue); font-size: 17px; }
.privacy-rules { display: grid; gap: 8px; margin: 14px 0; }
.privacy-rules article { padding: 16px; border: 1px solid #e5e2dc; background: white; }
.privacy-rules b { font-size: 12px; }
.privacy-rules p { margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.danger-button { min-height: 52px; border: 2px solid var(--orange); background: white; color: var(--orange); font-weight: 900; }

.primary-button, .outline-button {
  min-height: 50px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-weight: 900;
}
.primary-button { background: var(--blue); color: white; box-shadow: 3px 3px 0 var(--ink); }
.outline-button { background: var(--white); }
.full { width: 100%; margin: 7px 0; }
.privacy-note { background: #fff2ca; border: 2px solid var(--ink); }
.privacy-note p { margin-bottom: 0; }
.prompt-box h2 { margin-top: 0; }
.prompt-box ul { padding-left: 19px; line-height: 1.85; font-size: 13px; }
textarea { width: 100%; min-height: 170px; padding: 15px; border: 2px solid var(--ink); border-radius: 0; resize: vertical; background: var(--white); line-height: 1.6; }
.helper { margin: 6px 0 12px; color: var(--muted); font-size: 11px; }
.word-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 20px; }
.word-chip { display: inline-flex; gap: 7px; align-items: center; padding: 4px 5px 4px 11px; border: 1.5px solid var(--ink); background: var(--white); font-size: 12px; }
.word-chip .word-text { padding: 5px 0; border: 0; background: transparent; font-weight: 700; }
.word-chip button { border: 0; background: transparent; color: var(--orange); font-weight: 900; }
.word-warning { margin: 12px 0; padding: 12px; border-left: 5px solid var(--orange); background: #fff1df; color: #6d351f; font-size: 10px; line-height: 1.6; }
.game-primary:disabled { cursor: not-allowed; opacity: .42; box-shadow: none; }
.game-secondary:disabled { cursor: not-allowed; opacity: .42; }
.action-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-group { margin: 20px 0; }
.choice-group div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.choice-group h3 { font-size: 14px; }

.game-screen { min-height: calc(100vh - 40px); }
.game-top { display: flex; justify-content: space-between; align-items: center; }
.game-top b { font-size: 26px; }
.game-word { min-height: 380px; display: grid; place-content: center; margin: 24px 0; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: var(--shadow); text-align: center; }
.game-word small { margin-bottom: 10px; opacity: .75; }
.game-word strong { font-size: 42px; }
.tilt-hint { color: var(--muted); text-align: center; font-size: 11px; }
.game-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.game-actions button { min-height: 56px; border: 2px solid var(--ink); font-weight: 900; }
.skip { background: #ffb29f; }
.correct { background: #9bd4af; }
.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 18px 0; }
.score-row span { padding: 15px 4px; border: 1.5px solid var(--ink); background: var(--white); text-align: center; font-size: 11px; }
.score-row b { display: block; font-size: 28px; }

/* Guessing game flow */
.phone-shell:has([data-screen="guessIntro"].active),
.phone-shell:has([data-screen="guessInput"].active),
.phone-shell:has([data-screen="wordReview"].active),
.phone-shell:has([data-screen="gameSetup"].active),
.phone-shell:has([data-screen="gameResult"].active) {
  background-color: var(--paper);
  background-image: radial-gradient(rgba(17,17,17,.05) .7px, transparent .8px);
  background-size: 9px 9px;
}
.game-step {
  display: inline-block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.guess-cover {
  position: relative;
  min-height: 430px;
  margin-bottom: 18px;
  padding: 30px 22px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.guess-cover::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--orange);
}
.guess-cover-copy { position: relative; z-index: 2; }
.guess-cover h2 {
  margin: 42px 0 14px;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -.07em;
}
.guess-cover h2 em { color: var(--orange); font-style: normal; }
.pack-select-section { margin: 18px 0; }
.pack-select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.pack-select-title h3 { margin: 0; font-size: 18px; }
.pack-select-title span { color: var(--blue); font-size: 9px; font-weight: 900; }
.basic-pack-grid { display: grid; gap: 9px; }
.basic-pack-card {
  position: relative;
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--white);
  text-align: left;
  box-shadow: 3px 3px 0 var(--ink);
}
.basic-pack-card::after {
  content: attr(data-index);
  position: absolute;
  right: -6px;
  top: -14px;
  color: rgba(21,85,216,.08);
  font-size: 76px;
  font-weight: 900;
}
.basic-pack-card.featured { background: #fff3d9; }
.basic-pack-head,
.basic-pack-actions { position: relative; z-index: 1; }
.basic-pack-head { display: flex; justify-content: space-between; gap: 10px; }
.basic-pack-head h4 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.04em; }
.basic-pack-head p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.basic-pack-head strong {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 5px 8px;
  border: 1.5px solid var(--ink);
  background: var(--orange);
  color: var(--ink);
  font-size: 9px;
}
.pack-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.pack-tags span { padding: 4px 7px; background: #eef2ff; color: var(--blue); font-size: 8px; font-weight: 900; }
.basic-pack-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.basic-pack-actions button {
  min-height: 38px;
  border: 1.5px solid var(--ink);
  background: var(--white);
  font-size: 10px;
  font-weight: 900;
}
.basic-pack-actions button:first-child { background: var(--blue); color: white; }
.custom-pack-entry {
  width: 100%;
  display: grid;
  gap: 5px;
  margin: 14px 0;
  padding: 18px;
  border: 3px solid var(--ink);
  background: var(--orange);
  color: var(--ink);
  box-shadow: var(--shadow);
  text-align: left;
}
.custom-pack-entry span { font-size: 18px; font-weight: 900; }
.custom-pack-entry b { font-size: 11px; }
.custom-pack-entry small { font-size: 9px; font-weight: 700; opacity: .75; }
.scene-card {
  padding: 22px;
  border: 3px solid var(--ink);
  background: var(--blue);
  color: white;
  box-shadow: var(--shadow);
}
.scene-card .game-step { color: rgba(255,255,255,.8); }
.scene-card h2 { margin: 16px 0 9px; font-size: 30px; line-height: 1.18; }
.scene-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.7; }
.scene-section { margin-top: 14px; padding: 16px; border: 1px solid #e5e2dc; background: white; }
.scene-section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.scene-section-title h3 { margin: 0; font-size: 15px; }
.scene-section-title span { color: var(--muted); font-size: 9px; }
.tag-editor { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-editor button {
  padding: 8px 10px;
  border: 1.5px solid var(--ink);
  background: #eef2ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}
.tag-editor button.removed { opacity: .35; text-decoration: line-through; background: white; color: var(--muted); }
.mini-add-button { margin-top: 10px; padding: 8px 10px; border: 1px dashed var(--muted); background: white; color: var(--muted); font-size: 9px; }
.scale-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.scale-choice {
  min-height: 62px;
  padding: 9px 5px;
  border: 1.5px solid var(--ink);
  background: white;
  font-size: 11px;
  font-weight: 900;
}
.scale-choice small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 700; }
.scale-choice.selected { background: var(--orange); }
.guess-cover p { max-width: 260px; font-size: 13px; line-height: 1.7; }
.comic-burst {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 105px;
  height: 105px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 27px;
  font-weight: 900;
  transform: rotate(9deg);
}
.privacy-note { padding: 17px 18px; background: #fff5d7; }
.privacy-note b { font-size: 14px; }
.privacy-note p { margin-top: 6px; font-size: 11px; }
.game-primary, .game-secondary, .voice-action {
  min-height: 54px;
  border: 2px solid var(--ink);
  font-weight: 900;
}
.game-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 12px 18px;
  background: var(--blue);
  color: white;
  box-shadow: 4px 4px 0 var(--ink);
}
.game-primary b {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ink);
  font-size: 10px;
}
.game-secondary { padding: 12px 16px; background: var(--white); }
.game-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin: 5px 0 25px; }
.game-progress span { height: 4px; background: #d2cec5; }
.game-progress .done { background: var(--blue); }
.game-progress .active { background: var(--orange); }
.story-prompt, .review-heading, .setup-heading { margin-bottom: 18px; }
.story-prompt h2, .review-heading h2, .setup-heading h2 {
  margin: 10px 0 15px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.06em;
}
.story-prompt h2::after, .review-heading h2::after, .setup-heading h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  margin-top: 8px;
  background: var(--orange);
  transform: rotate(-2deg);
}
.review-heading p, .setup-heading p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.prompt-chips span {
  padding: 7px 10px;
  border: 1.5px solid var(--ink);
  background: var(--white);
  font-size: 10px;
  font-weight: 800;
  transform: rotate(-1deg);
}
.story-input-wrap { position: relative; }
.story-input-wrap textarea {
  min-height: 210px;
  padding: 18px 17px 40px;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
}
.story-input-wrap > span { position: absolute; right: 13px; bottom: 10px; color: var(--muted); font-size: 10px; }
.voice-action { display: grid; width: 100%; margin: 14px 0 4px; padding: 10px; background: var(--orange); }
.voice-action b, .voice-action small { display: block; }
.voice-action small { margin-top: 2px; font-size: 9px; font-weight: 600; opacity: .75; }
.privacy-helper { margin: 9px 0 16px; text-align: center; }
.word-count-row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 10px; }
.word-count-row b { color: var(--blue); }
.word-count-row span { color: var(--muted); }
.word-cloud {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 12px 0 18px;
}
.word-chip {
  position: relative;
  min-height: 64px;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 3px 3px 0 rgba(17,17,17,.18);
}
.word-chip:nth-child(3n+1) { transform: rotate(-1deg); }
.word-chip:nth-child(3n+2) { transform: rotate(1deg); background: #fff3cb; }
.word-chip:nth-child(3n) { background: #e7efff; }
.word-chip button { position: absolute; right: 7px; top: 4px; font-size: 16px; }
.choice-group {
  margin: 18px 0;
  padding: 18px;
  border: 2px solid var(--ink);
  background: var(--white);
}
.choice-group h3 { margin: 0 0 12px; }
.choice-group .choice {
  display: grid;
  min-height: 66px;
  place-content: center;
  padding: 8px 3px;
  border: 1.5px solid var(--ink);
  font-size: 13px;
  font-weight: 900;
}
.choice small { display: block; margin-top: 5px; font-size: 8px; font-weight: 500; opacity: .7; }
.choice.selected { background: var(--orange); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.gesture-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0;
}
.gesture-guide span { padding: 14px 10px; background: var(--blue); color: white; text-align: center; }
.gesture-guide b, .gesture-guide small { display: block; }
.gesture-guide small { margin-top: 4px; font-size: 9px; opacity: .75; }
.motion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  margin: 10px 0 4px;
  padding: 12px 14px;
  border: 1.5px solid var(--ink);
  background: white;
  text-align: left;
}
.motion-button span { font-size: 11px; font-weight: 900; }
.motion-button b { color: var(--muted); font-size: 8px; }
.motion-button.enabled { background: var(--ink); color: white; }
.motion-button.enabled b { color: rgba(255,255,255,.68); }
.setup-feedback { margin: 8px 2px 12px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.selected-pack-card {
  margin: 18px 0;
  padding: 16px;
  border: 2px solid var(--ink);
  background: #fff3d9;
  box-shadow: 3px 3px 0 var(--ink);
}
.selected-pack-card span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.selected-pack-card h3 { margin: 8px 0 5px; font-size: 20px; }
.selected-pack-card p { margin: 0 0 12px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.selected-pack-card button { min-height: 36px; padding: 8px 12px; border: 1.5px solid var(--ink); background: var(--white); font-size: 10px; font-weight: 900; }
.game-countdown-screen {
  min-height: calc(100vh - 40px);
  place-content: center;
  background: var(--blue);
  color: white;
  text-align: center;
}
.game-countdown-screen.active { display: grid; }
.game-countdown-screen > span { font-size: 13px; font-weight: 800; }
.game-countdown-screen strong { margin: 24px 0; color: var(--orange); font-size: 150px; line-height: .9; }
.game-countdown-screen strong.countdown-fade { animation: countdownFade 1s ease-out both; }
.game-countdown-screen p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.game-countdown-screen em {
  justify-self: center;
  margin-top: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.32);
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-style: normal;
}
@keyframes countdownFade {
  0% { opacity: 0; transform: scale(1.45); filter: blur(2px); }
  18% { opacity: 1; transform: scale(1); filter: blur(0); }
  72% { opacity: 1; transform: scale(1); filter: blur(0); }
  100% { opacity: 0; transform: scale(.72); filter: blur(8px); }
}
.game-screen {
  position: relative;
  min-height: calc(100vh - 40px);
  padding: 2px 0;
  color: white;
}
.answer-flash {
  pointer-events: none;
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .12s ease, transform .18s ease;
}
.answer-flash.show {
  opacity: 1;
  transform: scale(1);
}
.answer-flash.correct { background: rgba(39, 190, 104, .62); }
.answer-flash.skip { background: rgba(239, 74, 62, .62); }
.answer-flash b {
  padding: 14px 22px;
  border: 4px solid rgba(255,255,255,.86);
  color: white;
  font-size: 58px;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0,0,0,.22);
}
.phone-shell.immersive-game { background: var(--blue); }
.game-top { padding: 2px 2px 0; }
.game-top span small, .game-top span b { display: block; }
.game-top span small { font-size: 9px; opacity: .72; }
.game-top span b { margin-top: 2px; font-size: 30px; }
.end-game { padding: 8px 11px; border: 1px solid rgba(255,255,255,.65); background: transparent; color: white; font-size: 10px; }
.live-score { display: flex; gap: 8px; margin-top: 14px; }
.live-score span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.3); font-size: 10px; }
.live-score b { margin-left: 5px; font-size: 14px; }
.game-word {
  position: relative;
  min-height: 430px;
  margin: 18px 0 16px;
  border: 4px solid var(--ink);
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 7px 8px 0 var(--ink);
  transform: rotate(-1deg);
}
.game-word::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--orange);
}
.game-word small { position: relative; z-index: 1; color: var(--blue); font-size: 11px; font-weight: 900; opacity: 1; }
.game-word strong { position: relative; z-index: 1; margin: 15px 0; font-size: 48px; letter-spacing: -.05em; }
.game-word i { position: relative; z-index: 1; font-size: 10px; font-style: normal; color: var(--muted); }
.tilt-hint { color: rgba(255,255,255,.72); }
.motion-live-status { margin: -4px 0 10px; color: rgba(255,255,255,.78); text-align: center; font-size: 10px; }
.game-actions button {
  display: grid;
  min-height: 70px;
  place-content: center;
  border: 3px solid var(--ink);
}
.game-actions b, .game-actions small { display: block; }
.game-actions b { font-size: 19px; }
.game-actions small { margin-top: 3px; font-size: 8px; font-weight: 600; opacity: .7; }
.result-poster {
  position: relative;
  min-height: 340px;
  display: grid;
  place-content: center;
  padding: 25px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--orange);
  box-shadow: var(--shadow);
  text-align: center;
}
.result-poster::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--blue);
}
.result-poster > * { position: relative; z-index: 1; }
.result-poster > span { justify-self: center; padding: 5px 10px; background: var(--ink); color: white; font-size: 10px; font-weight: 900; }
.result-poster h2 { margin: 20px 0 8px; font-size: 31px; line-height: 1.15; }
.result-poster > strong { font-size: 18px; }
.result-poster > strong b { font-size: 72px; line-height: 1; }
.result-poster p { margin: 16px 0 0; font-size: 11px; font-weight: 700; }
.score-row span { border: 2px solid var(--ink); border-radius: 0; box-shadow: 2px 2px 0 var(--ink); }
.local-save-note { display: grid; gap: 3px; margin: 14px 0; padding: 14px; border-left: 5px solid var(--blue); background: var(--white); }
.local-save-note b { font-size: 12px; }
.local-save-note span { color: var(--muted); font-size: 9px; }
.result-words { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.result-words span { padding: 6px 8px; border: 1px solid var(--line); background: white; font-size: 9px; }
.result-words span.correct-word { border-color: var(--blue); color: var(--blue); }
.result-words span.skipped-word { color: var(--muted); text-decoration: line-through; }

.tab-bar {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: min(100%, 430px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px 5px max(9px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255,253,250,.96);
  backdrop-filter: blur(16px);
}
.tab-bar button { padding: 3px 1px; border: 0; background: transparent; color: #817d76; }
.tab-bar b, .tab-bar span { display: block; }
.tab-bar b { margin-bottom: 3px; font-size: 9px; letter-spacing: .08em; }
.tab-bar span { font-size: 10px; font-weight: 700; }
.tab-bar button.active { color: var(--blue); }
.tab-bar button.active span { font-weight: 900; }

/* 下个月见计划：VI 人物资产版首屏 */
.challenge-comic-cover {
  min-height: 446px;
  padding: 14px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.28) 0 9%, transparent 10%),
    radial-gradient(circle at 82% 22%, rgba(255,212,71,.62) 0 13%, transparent 14%),
    linear-gradient(176deg, #ff9e2c 0 45%, #1597c9 45.4% 100%);
  box-shadow: 8px 9px 0 var(--ink);
}

.challenge-comic-cover::before {
  z-index: 1;
  background-image:
    radial-gradient(rgba(16,16,16,.20) 1px, transparent 1.3px),
    linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px);
  background-size: 12px 12px, 32px 32px;
  opacity: .55;
  mix-blend-mode: multiply;
}

.challenge-comic-cover::after {
  right: -28px;
  top: 72px;
  width: 144px;
  height: 144px;
  border-width: 5px;
  background: #ff4b21;
  opacity: .96;
}

.comic-status-strip { z-index: 8; }

.comic-scene {
  height: 334px;
  margin-top: 12px;
}

.challenge-cartoon-title {
  left: 2px;
  top: 8px;
  z-index: 9;
  max-width: 238px;
}

.challenge-cartoon-title h2 {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  padding: 7px 10px 9px;
  box-shadow: 5px 5px 0 #ffd447;
  font-size: 32px;
  letter-spacing: -.09em;
}

.challenge-cartoon-title p {
  position: static;
  max-width: 214px;
  padding: 8px 10px;
  border-width: 3px;
  border-radius: 15px;
  background: rgba(255,248,236,.94);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 12px;
  line-height: 1.45;
  transform: rotate(1.5deg);
}

.xiangge-comic-portrait {
  position: absolute;
  left: 50%;
  bottom: -54px;
  z-index: 5;
  width: 286px;
  height: 286px;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 0 rgba(16,16,16,.28));
}

.xiangge-comic-portrait::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  height: 96px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: rgba(255,248,236,.34);
  transform: rotate(-3deg);
}

.xiangge-comic-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 23%;
  border: 5px solid var(--ink);
  border-radius: 28px;
  background: #ff9e2c;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 88% 84%, 88% 100%, 12% 100%, 12% 84%, 0 84%);
}

.watch-comment {
  z-index: 10;
  border-radius: 999px;
  white-space: nowrap;
}

.watch-comment.c1 {
  right: -8px;
  top: 90px;
  background: #ffd447;
  transform: rotate(8deg);
}

.watch-comment.c2 {
  right: 12px;
  top: 154px;
  background: #101010;
  color: #fff;
  transform: rotate(-4deg);
}

.watch-comment.c3 {
  left: -8px;
  bottom: 122px;
  background: #fff8ec;
  transform: rotate(4deg);
}

.ai-supervisor-badge {
  right: 0;
  top: 238px;
  z-index: 10;
  border-radius: 999px;
  background: #101010;
  transform: rotate(4deg);
}

.comic-scale {
  right: 6px;
  bottom: 10px;
  z-index: 10;
  width: 106px;
  height: 88px;
  border-radius: 22px;
  transform: rotate(6deg);
}

.comic-scale strong {
  color: #ff4b21;
  font-size: 32px;
}

.comic-weight-line {
  position: relative;
  z-index: 8;
  margin-top: 10px;
  padding: 10px 12px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff8ec;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.stage-barrage { z-index: 11; }

.challenge-comic-cover {
  background: #101010;
}

.challenge-comic-cover::before {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(16,16,16,.18) 0, rgba(16,16,16,0) 36%, rgba(16,16,16,.24) 100%),
    radial-gradient(rgba(16,16,16,.16) 1px, transparent 1.2px);
  background-size: 100% 100%, 11px 11px;
  opacity: 1;
}

.challenge-comic-cover::after {
  z-index: 4;
  right: -34px;
  top: 76px;
  width: 150px;
  height: 150px;
  background: #ff4b21;
}

.xiangge-comic-portrait {
  left: 50%;
  bottom: -8px;
  z-index: 2;
  width: calc(100% + 20px);
  height: 354px;
  filter: none;
}

.xiangge-comic-portrait::before {
  display: none;
}

.xiangge-comic-portrait img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
  clip-path: none;
  object-fit: cover;
  object-position: 50% 40%;
  filter: saturate(1.22) contrast(1.12);
}

.challenge-cartoon-title h2 {
  background: #101010;
  color: #fff;
  box-shadow: 5px 5px 0 #ff4b21;
  text-shadow: 2px 2px 0 rgba(0,0,0,.2);
}

.challenge-cartoon-title p {
  background: #fff8ec;
  color: #101010;
}

.comic-status-strip span,
.comic-status-strip b,
.watch-comment,
.comic-scale,
.comic-weight-line {
  border-color: #101010;
}

.watch-comment.c1 {
  top: 92px;
  right: -14px;
  background: #ffd447;
}

.watch-comment.c2 {
  top: 166px;
  right: -2px;
  background: #101010;
}

.watch-comment.c3 {
  left: -10px;
  bottom: 136px;
}

/* 下个月见计划：整张漫画场景版 */
.challenge-comic-cover {
  min-height: 535px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(16,16,16,.14) 0%, rgba(16,16,16,0) 35%, rgba(16,16,16,.55) 100%),
    url("assets/next-month-comic-scene-v1.png") center 46% / cover no-repeat;
  box-shadow: 8px 9px 0 var(--ink);
}

.challenge-comic-cover::before {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(16,16,16,.28) 0, rgba(16,16,16,0) 24%, rgba(16,16,16,.46) 100%),
    radial-gradient(rgba(255,255,255,.16) 1px, transparent 1.2px);
  background-size: 100% 100%, 12px 12px;
  opacity: .72;
  mix-blend-mode: normal;
}

.challenge-comic-cover::after {
  display: none;
}

.comic-scene {
  height: 424px;
}

.xiangge-comic-portrait {
  display: none;
}

.challenge-cartoon-title {
  top: 28px;
  left: 6px;
  max-width: 246px;
}

.challenge-cartoon-title h2 {
  border: 3px solid #101010;
  background: rgba(16,16,16,.92);
  color: #fff;
  box-shadow: 5px 5px 0 #ff4b21;
}

.challenge-cartoon-title p {
  max-width: 218px;
  background: rgba(255,248,236,.94);
}

.comic-status-strip span,
.comic-status-strip b {
  background: rgba(255,248,236,.94);
}

.comic-status-strip b {
  background: #ffd447;
}

.watch-comment {
  backdrop-filter: blur(5px);
}

.watch-comment.c1 {
  top: 152px;
  right: -10px;
}

.watch-comment.c2 {
  top: 214px;
  right: -4px;
}

.watch-comment.c3 {
  bottom: 162px;
  left: -8px;
}

.ai-supervisor-badge {
  top: 276px;
  right: 10px;
}

.comic-scale {
  display: none;
}

.comic-weight-line {
  margin-top: 12px;
  background: rgba(255,248,236,.96);
}

@media (min-width: 700px) {
  body { padding: 26px 0; }
  .phone-shell { min-height: 860px; border: 2px solid var(--ink); box-shadow: 12px 14px 0 rgba(17,17,17,.18); }
  .app-header { top: 26px; border: 2px solid var(--ink); border-bottom-width: 1px; }
  .tab-bar { bottom: 26px; border: 2px solid var(--ink); border-top-width: 1px; }
}

@media (max-width: 360px) {
  .hero-copy h1 { font-size: 39px; }
  .home-hero img { right: -90px; width: 365px; }
  .play-feature h2 { font-size: 32px; }
}
