*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:PingFang SC,Microsoft YaHei,sans-serif;border:none;outline:none;background:none;text-decoration:none;list-style:none}:root{--pk:#d4547a;--pk2:#f799b0;--txt:#3d1a28;--muted:#b07088;--tr:.3s ease}html,body,#app{height:100%;width:100%;overflow:hidden}body{display:flex;justify-content:center;align-items:center;position:relative}.bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.bg-strip{display:flex;flex-direction:column;will-change:transform}.bg-strip img{width:100%;height:60vw;min-height:220px;display:block;object-fit:cover;flex-shrink:0}@media (max-width:768px){.bg-strip img{height:55vw}}.wrap{position:relative;z-index:2;width:100%;max-width:1000px;padding:1rem}.card{background:#fff5f8f2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;box-shadow:0 12px 50px #d4547a40;border:1px solid rgba(255,182,193,.5);min-height:520px;padding:4.5rem 2rem 2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;position:relative;overflow:hidden;transition:padding-left .4s ease}.site-title{position:absolute;top:0;left:0;right:0;padding:.8rem 1rem .6rem;background:linear-gradient(135deg,#d4547a,#f799b0);font-size:1.6rem;font-weight:900;color:#fff;letter-spacing:1px;text-shadow:0 2px 8px rgba(100,0,30,.3);border-radius:24px 24px 0 0}.sidebar{position:absolute;top:50%;left:-11rem;transform:translateY(-50%);transition:left .4s ease;z-index:10}.sidebar li{height:5rem;min-width:6.5rem;background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:.7rem;padding:.5rem .4rem;border-radius:0 8rem 8rem 0;position:relative;box-shadow:2px 2px 12px #d4547a1a;transition:var(--tr)}.sidebar li:after{content:"";position:absolute;top:50%;right:1px;transform:translateY(-50%);background:var(--pk);height:4.9rem;width:4.9rem;z-index:-1;border-radius:50%;transition:right var(--tr)}.sidebar li.active:after{right:-.35rem}.sidebar li.done{flex-direction:row;justify-content:space-between;gap:.4rem;min-width:8.5rem;padding:0 .5rem}.sidebar li.done .si-icon{height:0;width:0;opacity:0;overflow:hidden}.sidebar li.done .si-thumb{height:4rem;width:4rem;object-fit:cover;border-radius:50%}.sidebar li h4{font-size:1rem;color:#1a1a1a;font-weight:700}.sidebar li .si-icon{height:2.2rem;width:2.2rem;object-fit:contain}.sidebar li .si-thumb{height:0;width:0;object-fit:cover;border-radius:50%;transition:var(--tr)}.sidebar li:nth-last-child(1){display:none}.btn{padding:.65rem 2rem;background:var(--pk);color:#fff;font-size:1rem;border-radius:3rem;font-weight:700;cursor:pointer;margin:.4rem;transition:transform .2s,opacity .2s;display:inline-block}.btn:hover{opacity:.85;transform:translateY(-2px)}.btn.sec{background:transparent;border:2px solid rgba(212,84,122,.3);color:var(--muted)}.btn.sec:hover{border-color:var(--pk);color:var(--pk)}.intro-wrap{width:100%;max-width:680px}.intro h1{font-size:2.2rem;color:var(--txt);margin-bottom:1rem;font-weight:800}.intro h2{font-size:1.1rem;color:var(--txt);margin-bottom:.8rem;font-weight:600}.intro p{font-size:1rem;color:var(--muted);margin-bottom:1rem}.loading-wrap{display:flex;flex-direction:column;align-items:center}.loading-wrap h2{font-size:1.8rem;color:var(--txt);margin-bottom:2.5rem}.loading-wrap h3{font-size:1.1rem;color:var(--muted);margin-bottom:1.5rem}.prog-area{height:1rem;width:22rem;background:#ffb6c14d;border-radius:2rem;overflow:hidden}.prog-bar{height:100%;background:linear-gradient(90deg,var(--pk),var(--pk2));border-radius:2rem;transition:width .15s}.step{display:flex;flex-direction:column;align-items:center;width:100%;max-width:780px}.step h2{font-size:1.9rem;color:var(--txt);margin-bottom:1.6rem;font-weight:700}.opt-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem}.opt-btn{cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:transform .2s}.opt-btn:hover{transform:translateY(-5px)}.img-wrap{position:relative;height:12.5rem;width:10.5rem;margin-bottom:.6rem}.img-wrap:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:90%;width:90%;border-radius:16px;background:var(--pk);transition:var(--tr);z-index:1}.opt-btn:hover .img-wrap:after{transform:translate(-50%,-50%) scale(1.1)}.img-wrap img{position:relative;z-index:2;height:100%;width:100%;object-fit:cover;border-radius:16px;background:#f8e0e6}.opt-label{font-size:1.1rem;color:var(--txt);font-weight:600}.text-btn{width:11rem;height:5.5rem;justify-content:center;background:#ffb6c126;border-radius:16px;border:2px solid rgba(212,84,122,.2);transition:all .2s}.text-btn:hover{background:var(--pk);border-color:var(--pk)}.text-btn:hover .opt-label{color:#fff}.text-btn .opt-label{font-size:1.3rem;font-weight:800;color:var(--txt)}.result-wrap{max-width:640px;text-align:left}.result-wrap h2{font-size:2.2rem;text-align:center;margin-bottom:1rem;color:var(--txt)}.result-wrap h3{font-size:1.3rem;margin-bottom:.7rem;color:var(--txt)}.result-wrap p{font-size:1rem;margin-bottom:.7rem;color:var(--muted);line-height:1.6}.result-wrap ul{padding-left:1.2rem;margin-bottom:1.3rem}.result-wrap ul li{list-style:decimal;font-size:.95rem;margin-bottom:.7rem;color:var(--txt);line-height:1.5}.cta{margin-top:1.2rem;text-align:center;font-size:1.4rem;color:var(--pk);cursor:pointer;font-weight:700}@media (max-width:768px){body{align-items:center;padding:.5rem}.wrap{padding:.5rem}.card{padding:3.8rem .8rem 1.5rem;min-height:auto;border-radius:18px}.card.quiz-on{padding-top:4.5rem}.site-title{font-size:1rem;padding:.6rem .5rem .5rem;border-radius:18px 18px 0 0}.sidebar{position:absolute;top:3.2rem;left:-200vw;transform:none;display:flex;flex-direction:row;gap:.35rem;width:auto}.sidebar.show{left:50%;transform:translate(-50%)}.sidebar li{height:3rem;width:3rem;min-width:auto;border-radius:50%;margin-bottom:0;padding:.15rem}.sidebar li:after{top:50%;left:50%;right:auto;transform:translate(-50%,-50%);height:110%;width:110%}.sidebar li.active:after{right:auto}.sidebar li h4{font-size:.45rem}.sidebar li .si-icon{height:1.4rem;width:1.4rem}.sidebar li.done{width:3rem;height:3rem;padding:0;justify-content:center;min-width:auto}.sidebar li.done .si-thumb{height:2.3rem;width:2.3rem}.intro h1{font-size:1.4rem}.intro h2{font-size:.88rem}.intro p{font-size:.8rem}.btn{padding:.55rem 1.3rem;font-size:.85rem}.step h2{font-size:1rem;margin-bottom:.8rem}.opt-grid{gap:.5rem;width:100%}.opt-btn{width:calc(50% - .3rem);max-width:48%}.img-wrap{height:7rem;width:100%;margin-bottom:.3rem}.opt-label{font-size:.78rem}.text-btn{width:calc(50% - .3rem);height:4rem}.text-btn .opt-label{font-size:1rem}.prog-area{width:80%;max-width:260px}.result-wrap h2{font-size:1.4rem}.result-wrap h3{font-size:.95rem}.result-wrap p,.result-wrap ul li{font-size:.82rem}.cta{font-size:1rem}}
