* { box-sizing: border-box; }
:root { color: #19342f; background: #dcd8d0; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; }
button, textarea { font: inherit; }
button { color: inherit; }
.phone { position: relative; width: min(100vw, 430px); height: min(932px, 100vh); overflow: auto; background-color: #f4f0e9; background-image: radial-gradient(rgba(25,52,47,.06) .35px,transparent .45px); background-size: 5.5px 5.5px; box-shadow: 0 25px 80px rgba(18,34,30,.2); scrollbar-width: none; }
.phone::-webkit-scrollbar { display:none; }
.preview-tools { position: fixed; z-index: 100; top: 18px; left: 18px; display: none; gap: 6px; align-items: center; padding: 8px; border-radius: 14px; background: rgba(255,255,255,.85); box-shadow: 0 8px 30px rgba(0,0,0,.1); font-size: 12px; }
.debug .preview-tools { display: flex; }
.preview-tools span { padding: 0 7px; font-weight: 700; }
.preview-tools button { border: 0; border-radius: 8px; padding: 7px 9px; background: #ebe8e1; cursor: pointer; }
.screen { min-height: 100%; padding: 26px 20px 34px; }
.pad-bottom { padding-bottom: 112px; }
.enter { animation: enter .24s cubic-bezier(.23,1,.32,1) both; }
@keyframes enter { from { opacity:0 } to { opacity:1 } }
.topline,.detail-header { display:flex; align-items:center; justify-content:space-between; }
.topline small,.detail-header small { color:#687873; font-size:10px; font-weight:700; letter-spacing:.14em; }
.wordmark { display:flex; align-items:center; gap:7px; font-size:17px; }
.wordmark i { width:10px; height:10px; border-radius:50%; background:#ff665e; box-shadow:0 0 0 4px rgba(255,102,94,.13); }
.hero-art { position:relative; width:180px; height:145px; margin:28px auto 24px; }
.orbit { position:absolute; inset:50% auto auto 50%; border:1px solid rgba(25,52,47,.3); border-radius:50%; transform:translate(-50%,-50%); }
.orbit.one { width:170px;height:96px;transform:translate(-50%,-50%) rotate(-17deg); }
.orbit.two { width:105px;height:143px;transform:translate(-50%,-50%) rotate(31deg);opacity:.45; }
.hero-art .dot { position:absolute; border:4px solid #f4f0e9; border-radius:50%; }
.hero-art .coral { top:23px;right:13px;width:24px;height:24px;background:#ff665e; }
.hero-art .sun { bottom:14px;left:9px;width:18px;height:18px;background:#f3c95d; }
.core { position:absolute; inset:50% auto auto 50%; width:78px;height:78px; display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;transform:translate(-50%,-50%);background:#19342f;color:#fff;box-shadow:0 10px 24px rgba(25,52,47,.2); }
.core small{font-size:7px;font-weight:800;letter-spacing:.15em}.core strong{color:#f3c95d;font-size:24px;line-height:1}
.eyebrow { color:#e1544e;font-size:10px;font-weight:800;letter-spacing:.14em; }
h1,h2 { font-family:"Songti SC",STSong,serif; letter-spacing:-.04em; }
.home h1 { margin:10px 0 0;font-size:37px;line-height:1.14; }
.lead { margin:14px 0 0;color:#52635e;font-size:14px;line-height:1.7; }
.promise { margin-top:22px;padding:5px 15px;border:1px solid rgba(25,52,47,.14);border-radius:16px;background:rgba(255,253,248,.74);box-shadow:0 10px 28px rgba(42,58,53,.06); }
.promise>div { min-height:63px;display:flex;align-items:center; }
.promise em { width:32px;color:#e1544e;font-style:normal;font-size:10px;font-weight:800; }
.promise span { flex:1;display:flex;flex-direction:column;gap:3px; }.promise span b{font-size:14px}.promise span small{color:#71807b;font-size:11px}.promise>div>strong{font-weight:400}.promise hr{margin:0 0 0 32px;border:0;border-top:1px solid rgba(25,52,47,.09)}
.meta { display:flex;align-items:center;justify-content:center;margin-top:17px;color:#697772;font-size:10px; }.meta i{width:3px;height:3px;margin:0 7px;border-radius:50%;background:#8e9a96}
.primary { width:100%;height:55px;margin-top:17px;padding:0 18px;border:0;border-radius:30px;background:#19342f;color:#fff;display:flex;align-items:center;justify-content:space-between;font-weight:700;box-shadow:0 9px 22px rgba(25,52,47,.18);cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),opacity .16s ease; }
button:active{transform:scale(.975)}button:disabled{opacity:.38}.primary i{width:30px;height:30px;border-radius:50%;background:#f3c95d;color:#19342f;display:grid;place-items:center;font-style:normal;font-size:17px}.footnote{text-align:center;color:#7c8984;font-size:10px}
.detail-header{height:44px}.detail-header>i{width:38px}.icon-button{width:38px;height:38px;border:1px solid rgba(25,52,47,.15);border-radius:50%;background:rgba(255,253,248,.76);font-size:18px;cursor:pointer}.header-center{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:12px}
.safety-symbol{position:relative;width:112px;height:112px;margin:28px 0 25px;border-radius:50%;display:grid;place-items:center;background:#19342f;color:#fff;font:600 14px/1.45 "Songti SC",serif;text-align:center}.safety-symbol i{position:absolute;inset:-9px;border:1px solid rgba(25,52,47,.2);border-radius:48% 52% 58% 42%;transform:rotate(17deg)}.safety h2{margin:10px 0 16px;font-size:28px;line-height:1.25}.safety-card{margin-top:14px;padding:17px 16px;border:1px solid rgba(25,52,47,.13);border-radius:16px;background:rgba(255,253,248,.78)}.safety-card.alert{border-color:rgba(225,84,78,.22);background:#fff7f3}.safety-card h3,.result-safety h3{margin:0;display:flex;align-items:center;gap:7px;font-size:12px}.safety-card h3 i,.result-safety h3 i{width:7px;height:7px;border-radius:50%;background:#ff665e}.safety-card h3 i.green{background:#6a9a87}.safety-card p{margin:12px 0 0;color:#425a54;font-size:12.5px;line-height:1.72}.safety-card>small{display:block;margin-top:8px;color:#6e7b77;font-size:11px;line-height:1.6}.hotline{display:flex;align-items:baseline;gap:8px;margin-top:10px}.hotline b{color:#e1544e;font:750 29px "Helvetica Neue"}.hotline span{color:#82534f;font-size:11px;font-weight:700}.dock{position:fixed;z-index:20;bottom:0;width:min(100vw,430px);margin-left:-20px;padding:25px 20px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(transparent,#f4f0e9 32%,#f4f0e9)}.dock .primary{margin:0}
.progress{height:3px;margin-top:8px;border-radius:4px;background:rgba(25,52,47,.1);overflow:hidden}.progress i{display:block;height:100%;background:#ff665e;transition:width .22s cubic-bezier(.23,1,.32,1)}.question-head{position:relative;margin-top:30px}.qmeta{display:flex;justify-content:space-between;align-items:center}.qmeta small{color:#6f7f79;font-size:10px;font-weight:700}.ghost{position:absolute;z-index:-1;top:17px;right:0;color:rgba(25,52,47,.055);font:800 59px "Helvetica Neue"}.question h2{margin:13px 0 0;padding-right:10px;font-size:23px;line-height:1.4}.note{display:flex;gap:9px;margin:14px 0 0;padding:12px;border-radius:11px;background:rgba(188,216,204,.33);color:#526b64;font-size:11px;line-height:1.58}.note i{width:3px;min-width:3px;border-radius:3px;background:#729c8b}.options{display:flex;flex-direction:column;gap:9px;margin-top:21px}.option{width:100%;min-height:57px;padding:11px 12px;border:1px solid rgba(25,52,47,.13);border-radius:14px;background:rgba(255,253,248,.74);display:flex;align-items:center;text-align:left;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1),background-color .18s ease,border-color .18s ease}.option>i{width:23px;height:23px;min-width:23px;margin-right:11px;border:1px solid rgba(25,52,47,.19);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:11px}.option span{flex:1;font-size:12.5px;line-height:1.5}.option em{margin-left:8px;padding:4px 7px;border-radius:10px;background:#f3c95d;color:#19342f;font-size:9px;font-style:normal;font-weight:800}.option.selected{border-color:#19342f;background:#19342f;color:#fff;box-shadow:0 7px 16px rgba(25,52,47,.13)}.option.selected>i{border-color:#f3c95d;background:#f3c95d;color:#19342f}.swap{display:block;margin:14px auto 0;padding:10px 14px;border:0;border-radius:20px;background:rgba(188,216,204,.45);color:#3d5e54;font-size:11px;font-weight:700}.textarea-wrap{margin-top:22px;padding:14px;border:1px solid rgba(25,52,47,.17);border-radius:16px;background:rgba(255,253,248,.8);box-shadow:0 8px 24px rgba(45,61,56,.06)}.textarea-wrap textarea{width:100%;height:190px;resize:none;border:0;outline:0;background:transparent;color:#19342f;font-size:14px;line-height:1.65}.textarea-wrap footer{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:12px;padding-top:11px;border-top:1px solid rgba(25,52,47,.09);color:#89938f;font-size:9.5px;line-height:1.4}.textarea-wrap footer b{flex:none;color:#e1544e}
.transition-art{position:relative;width:190px;height:190px;margin:42px auto 34px}.transition-art i{position:absolute;width:136px;height:136px;border-radius:50%}.transition-art i:first-child{top:0;right:0;border:1px solid #19342f;background:#f3c95d}.transition-art i:nth-child(2){bottom:0;left:0;background:#19342f;box-shadow:0 12px 30px rgba(25,52,47,.2)}.transition-art b{position:absolute;z-index:2;bottom:41px;left:41px;color:#fff;font:250 42px "Helvetica Neue";letter-spacing:-.08em}.transition h2{margin:13px 0 0;font-size:25px;line-height:1.45}.transition blockquote{margin:25px 0 0;padding-left:13px;border-left:3px solid #ff665e;color:#687873;font-size:12px;line-height:1.7}
.result-intro{margin-top:36px}.index-row{display:flex;align-items:center;gap:7px;margin-top:12px;color:#6d7c77;font-size:10px;font-weight:700;letter-spacing:.05em}.index-row i{width:25px;height:1px;background:#ff665e}.result-intro h1{margin:13px 0 0;font-size:30px;line-height:1.27}.insight{position:relative;margin-top:21px;padding:29px 17px 18px;border-radius:17px;overflow:hidden;background:#19342f;color:#fff;box-shadow:0 13px 34px rgba(25,52,47,.19)}.insight q{position:absolute;top:-12px;right:13px;color:rgba(243,201,93,.22);font:80px Georgia}.insight p{position:relative;margin:0 0 15px;color:#f7f5ef;font-size:13px;line-height:1.82}.insight hr{border:0;border-top:1px solid rgba(255,255,255,.17)}.insight small{display:block;color:#bbcac4;font-size:10px;line-height:1.6}.result-next{margin-top:40px}.result-next h2{margin:10px 0 0;font-size:22px;line-height:1.35}.prompt-card{margin-top:15px;padding:18px 15px 16px;border:1px solid rgba(25,52,47,.14);border-radius:16px;background:rgba(255,253,248,.78)}.ai-mark{position:relative;width:44px;height:44px;margin-bottom:14px;border-radius:50%;display:grid;place-items:center;background:#f3c95d;font-size:11px;font-weight:800}.ai-mark i{position:absolute;width:58px;height:24px;border:1px solid rgba(25,52,47,.45);border-radius:50%;transform:rotate(-21deg)}.prompt-card>p{margin:0;color:#425b55;font-size:13px;line-height:1.55}.pill{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:7px 9px;border-radius:16px;background:rgba(188,216,204,.43);color:#3f6258;font-size:10px;font-weight:700}.pill i{width:5px;height:5px;border-radius:50%;background:#5b8978}.prompt-toggle{width:100%;height:45px;margin-top:14px;padding:0 13px;border:0;border-radius:24px;display:flex;align-items:center;justify-content:space-between;background:#19342f;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.prompt-full{margin-top:15px;padding-top:14px;border-top:1px solid rgba(25,52,47,.1)}.prompt-full small{color:#76837f;font-size:10px;line-height:1.5}.prompt-full pre{margin:9px 0 0;padding:13px;white-space:pre-wrap;border-radius:11px;background:#ece9e2;color:#314a45;font:10px/1.65 ui-monospace,monospace}.secondary{width:100%;height:50px;margin-top:16px;padding:0 16px;border:1px solid rgba(25,52,47,.22);border-radius:26px;display:flex;align-items:center;justify-content:space-between;background:transparent;font-size:12px;font-weight:700}.restart{display:block;margin:7px auto 0;padding:10px;border:0;background:transparent;color:#66736e;text-decoration:underline}.result-safety{margin-top:34px;padding:15px;border-top:1px solid rgba(225,84,78,.22);border-bottom:1px solid rgba(225,84,78,.22);color:#745e59;font-size:10px;line-height:1.62}.result-safety p{margin:7px 0 0}.brand-foot{text-align:center;margin:22px 0 8px;color:#8c9692;font-size:9px;font-weight:700;letter-spacing:.08em}
@media (max-width:700px){.debug .preview-tools{display:none}.phone{width:100vw;height:100vh;box-shadow:none}}
@media (prefers-reduced-motion:reduce){.enter{animation-duration:1ms}}
