* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
html { touch-action: manipulation; }
body { background: #f7f4ed; color: #20211f; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus { outline: 3px solid rgba(230, 103, 54, .3); outline-offset: 2px; }
.app { min-height: 100vh; min-height: var(--app-height, 100vh); overflow: hidden; }
.screen { width: 100%; max-width: 540px; min-height: 100vh; min-height: var(--app-height, 100vh); margin: 0 auto; padding: calc(30px + var(--safe-area-inset-top, env(safe-area-inset-top, 0px))) 24px calc(28px + var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px))); display: flex; flex-direction: column; opacity: 0; transform: translateY(12px); transition: opacity .28s ease, transform .28s ease; }
.screen.is-visible { opacity: 1; transform: translateY(0); }
.home-screen { justify-content: center; background: #fffbf5; }
.home-mark { width: 54px; height: 54px; border-radius: 18px; background: #e96e3d; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 27px; transform: rotate(-8deg); margin-bottom: 28px; }
.eyebrow { color: #8f6656; font-size: 13px; letter-spacing: .08em; margin: 0 0 10px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 44px; line-height: 1.1; letter-spacing: -.06em; margin-bottom: 16px; }
h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.045em; margin-bottom: 15px; }
h3 { font-size: 24px; line-height: 1.32; margin: 16px 0; }
.subtitle { font-size: 19px; line-height: 1.5; color: #55554f; margin-bottom: 32px; }
.question-card { border: 1px solid #e7dfd1; background: #fff; padding: 19px; border-radius: 18px; font-size: 16px; line-height: 1.65; box-shadow: 0 8px 22px rgba(40, 31, 15, .05); }
.bottom-actions { margin-top: auto; padding-top: 20px; }
.button { display: block; width: 100%; min-height: 56px; border: 0; border-radius: 17px; background: #20211f; color: #fff; font-size: 17px; font-weight: 800; cursor: pointer; transition: transform .15s ease, opacity .15s ease; }
.button:active { transform: scale(.98); opacity: .88; }
.back { color: #5d5a52; border: 0; background: transparent; padding: 2px 0 20px; align-self: flex-start; cursor: pointer; }
.identity-list { margin-top: 14px; }
.identity-card { display: flex; width: 100%; text-align: left; align-items: center; padding: 20px 17px; background: #fff; border: 1px solid #e4ddd2; border-radius: 20px; color: #20211f; cursor: pointer; margin-bottom: 12px; box-shadow: 0 5px 15px rgba(40, 31, 15, .035); }
.identity-card:active { background: #fff5ed; transform: scale(.99); }
.identity-emoji { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #f6efe4; border-radius: 15px; font-size: 25px; margin-right: 14px; }
.identity-card b { display: block; font-size: 17px; margin-bottom: 5px; }
.identity-card small { display: block; font-size: 14px; color: #6c6b65; line-height: 1.45; }
.identity-card i { margin-left: auto; font-style: normal; color: #c2b7a9; font-size: 26px; }
.chat { margin: 4px 0 18px; border: 1px solid #e2d9cc; border-radius: 21px; background: #fffdfa; padding: 14px; box-shadow: 0 8px 22px rgba(40, 31, 15, .045); }
.chat-top { font-size: 13px; font-weight: 700; color: #69645e; display: flex; align-items: center; margin-bottom: 14px; }
.dot { width: 8px; height: 8px; background: #e96e3d; border-radius: 50%; margin-right: 7px; }
.bubble { padding: 13px 14px; border-radius: 15px; font-size: 15px; line-height: 1.55; }
.user-bubble { background: #f3ede4; border-bottom-right-radius: 4px; }
.ai-bubble { margin-top: 7px; background: #e7f1e7; border-bottom-left-radius: 4px; }
.ai-bubble ul { margin: 8px 0 0; padding: 0; list-style: none; }
.ai-bubble li { margin-top: 7px; }
.simulation { display: inline-block; background: #f6e8dc; color: #926148; border-radius: 100px; padding: 4px 9px; font-size: 12px; font-weight: 700; margin-top: 10px; }
.think { background: #f9eacb; border-radius: 18px; padding: 16px; line-height: 1.55; }
.think p { margin: 7px 0 0; color: #5b503e; }
.round-head { font-size: 13px; color: #80786d; font-weight: 700; margin-bottom: 11px; }
.status-card { border: 1px solid #e5ddd1; border-radius: 16px; padding: 13px 14px 10px; background: rgba(255,255,255,.78); margin-bottom: 24px; }
.status-card .eyebrow { margin-bottom: 8px; font-size: 11px; }
.status-row { font-size: 12px; color: #5d5c56; margin-bottom: 8px; }
.status-row span { display: block; margin-bottom: 4px; }
.status-row i { display: block; height: 5px; background: #e8e3d9; border-radius: 6px; overflow: hidden; }
.status-row b { display: block; height: 100%; border-radius: 6px; background: #df7648; transition: width .5s ease; }
.story { color: #69665f; line-height: 1.55; font-size: 15px; margin-top: -5px; }
.options { margin-top: 14px; }
.option { display: block; width: 100%; text-align: left; border: 1px solid #dfd7ca; background: #fff; border-radius: 16px; padding: 14px 14px 13px 48px; margin-bottom: 10px; color: #282824; position: relative; cursor: pointer; min-height: 60px; }
.option:active { transform: scale(.99); background: #fff7ef; }
.option > span { position: absolute; left: 14px; top: 14px; width: 24px; height: 24px; border-radius: 8px; color: #a5674a; background: #f6eadf; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.option b { display: block; font-size: 15px; line-height: 1.45; }
.option small { display: block; color: #68665e; font-size: 13px; line-height: 1.45; margin-top: 3px; }
.feedback { margin: auto 0; background: #e5f2e6; border: 1px solid #cbe0cc; border-radius: 22px; padding: 24px 20px; font-size: 17px; line-height: 1.62; animation: pop .32s ease both; }
.feedback-check { width: 40px; height: 40px; border-radius: 50%; background: #38754b; color: white; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; margin-bottom: 12px; }
.feedback p { margin-bottom: 0; }
.brand-line { padding: 10px; background: #fff7d7; border-radius: 10px; font-weight: 800; animation: highlight .8s ease both; }
.brand-line span { font-weight: 400; }
.you-in { background: #20211f; color: #fff; text-align: center; padding: 15px; border-radius: 16px; font-weight: 800; animation: pop .35s ease both; }
.reveal { text-align: center; justify-content: center; background: #fffaf2; }
.confetti { color: #e96e3d; letter-spacing: 15px; margin-bottom: 18px; animation: float .9s ease-in-out infinite alternate; }
.reveal > p { color: #625d55; line-height: 1.6; }
.geo-name { margin: 26px 0; }
.geo-name span { display: block; color: #df6337; font-size: 65px; font-weight: 900; letter-spacing: -.07em; line-height: 1; }
.geo-name small { display: block; color: #777066; font-size: 14px; line-height: 1.6; margin-top: 10px; }
.compare { background: #fff; padding: 17px; border: 1px solid #ebdfcf; border-radius: 18px; font-size: 16px; text-align: left; }
.compare b:last-child { color: #c9532d; }
.natural { font-size: 15px; }
.reality > p { color: #605d56; line-height: 1.6; font-size: 16px; }
.flow { margin-top: 9px; text-align: center; font-size: 14px; color: #58564f; }
.flow div { background: #fff; padding: 9px; border: 1px solid #e3dbcf; border-radius: 12px; }
.flow i { display: block; font-style: normal; padding: 2px; color: #cf8b65; }
.flow b { display: block; padding: 13px; color: #c6532e; background: #fff0e6; border-radius: 14px; font-size: 16px; }
.cta { text-align: center; justify-content: center; }
.cta > p { color: #5d5b54; line-height: 1.6; }
.keyword { background: #20211f; color: white; padding: 17px; border-radius: 16px; font-weight: 900; font-size: 25px; letter-spacing: .08em; margin: 9px 0 12px; -webkit-user-select: text; user-select: text; }
.copy-hint { color: #8d6c58 !important; font-size: 13px; min-height: 20px; }
.restart { border: 0; background: transparent; color: #625d55; text-decoration: underline; padding: 19px 5px 10px; cursor: pointer; }
.disclaimer { text-align: left; font-size: 11px; color: #817b71 !important; border-top: 1px solid #e5ddd1; padding-top: 14px; margin: 0; }
@keyframes pop { from { opacity: 0; transform: scale(.93); } to { opacity: 1; transform: scale(1); } }
@keyframes highlight { from { background: #fff; transform: translateY(7px); } to { background: #fff7d7; transform: translateY(0); } }
@keyframes float { from { transform: translateY(0); } to { transform: translateY(-5px); } }
@media (min-width: 500px) { .screen { padding-left: 32px; padding-right: 32px; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
