:root{font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:#f9f5fb;background:#140e18}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse 80% 34% at 50% 0%,#442641 0%,#211622 48%,#140e18 100%)}.app-shell{width:min(100%,720px);margin:0 auto;padding:18px 14px 48px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.person{display:flex;gap:11px;align-items:center}.avatar{width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,#c25592,#603e87);display:grid;place-items:center;font-weight:800;font-size:1.1rem;box-shadow:0 6px 24px #09050c55}.topbar h1{font-size:1.25rem;margin:0 0 4px;font-weight:800;letter-spacing:.01em}.topbar p{margin:0;color:#ad9daa;font-size:.9rem}.online{border:1px solid #35614f;background:#213d35;color:#82dcae;padding:9px 13px;border-radius:999px;font-size:.9rem;display:flex;gap:7px;align-items:center}.online i{width:7px;height:7px;background:#77e8a8;border-radius:50%;box-shadow:0 0 8px #77e8a8}.intro{display:grid;gap:14px;margin-bottom:38px}.intro p{margin:0;border:1px solid #4d3e51;background:#332a39e6;border-radius:24px;padding:20px 22px;font-size:1.03rem;line-height:1.5;color:#f1eaf3;box-shadow:inset 0 1px #ffffff0d}.choices h2{font-size:1.7rem;margin:0 0 7px;letter-spacing:-.03em}.hint{margin:0 0 20px;color:#c0b3c1;font-size:1rem}.choice-list{display:grid;gap:13px}.choice{appearance:none;border:1px solid #443945;background:#241d28e6;border-radius:24px;color:#fff;width:100%;padding:18px 20px;display:flex;align-items:center;gap:17px;text-align:left;cursor:pointer;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}.choice:hover,.choice:focus-visible,.choice.selected{transform:translateY(-2px);background:#302334;border-color:#a55a91;box-shadow:0 12px 28px #07040a55;outline:none}.choice .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#63365b,#38243f);font-size:1.55rem;flex:0 0 auto}.choice b{font-size:1.08rem;display:block;margin-bottom:5px}.choice small{display:block;color:#bbb0bc;font-size:.9rem;line-height:1.35}.choice em{font-size:1.8rem;font-style:normal;margin-left:auto;color:#a797a8}.chat{margin-top:31px;display:grid;gap:12px}.chat-label{font-size:.75rem;color:#978c98;text-align:center;display:flex;align-items:center;gap:9px}.chat-label:before,.chat-label:after{content:"";height:1px;background:#3b303d;flex:1}.chat-label span{display:none}.bubble{max-width:86%;padding:14px 16px;font-size:1rem;line-height:1.45;animation:appear .35s ease both}.you{justify-self:end;background:linear-gradient(135deg,#9a477c,#733e77);border-radius:20px 20px 5px 20px}.them{justify-self:start;background:#332a39;border:1px solid #4b3e4e;border-radius:20px 20px 20px 5px}.typing{width:58px;height:39px;justify-self:start;background:#332a39;border:1px solid #4b3e4e;border-radius:20px 20px 20px 5px;display:flex;align-items:center;justify-content:center;gap:4px}.typing span{width:6px;height:6px;background:#c4b8c6;border-radius:50%;animation:bounce 1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{50%{transform:translateY(-5px);opacity:.5}}@keyframes appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media(max-width:480px){.app-shell{padding:15px 8px 36px}.choice{padding:16px}.intro p{padding:17px}.choices h2{font-size:1.55rem}.choice small{font-size:.84rem}}
