:root{font-family:"Arial Narrow","PingFang SC",sans-serif;color:#18211b;background:#ece9dd}*{box-sizing:border-box}body{margin:0;min-width:320px;background-image:linear-gradient(#26372a10 1px,transparent 1px),linear-gradient(90deg,#26372a10 1px,transparent 1px);background-size:24px 24px}button{font:inherit}main{max-width:1080px;min-height:100vh;margin:auto;padding:24px 34px}header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #18211b;padding-bottom:15px}.logo{display:flex;align-items:center;text-decoration:none;color:inherit}.logo b{display:grid;place-items:center;width:42px;height:42px;background:#ef4c32;color:white;font-family:serif;font-size:25px;transform:rotate(-3deg)}.logo span{font-size:21px;font-weight:900;margin-left:7px}.score{display:flex;align-items:center;gap:18px;text-align:right}.score span{font-size:10px;letter-spacing:.1em}.score strong{display:block;font-family:Georgia,serif;font-size:24px;letter-spacing:0}.score i{width:1px;height:32px;background:#18211b}.intro{text-align:center;padding:42px 10px 28px}.intro>p:first-child{font-size:10px;letter-spacing:.25em;color:#ba452f}.intro h1{font-family:Georgia,"Songti SC",serif;font-size:clamp(32px,5vw,57px);margin:6px}.sub{max-width:550px;margin:13px auto;color:#60685f;font-size:14px;line-height:1.7}.game{display:grid;grid-template-columns:1.08fr .92fr;min-height:405px;border:2px solid #18211b;background:#f8f5e9;box-shadow:9px 9px 0 #18211b}.stage{position:relative;display:grid;place-items:center;padding:55px;background:#cfddd0;border-right:2px solid #18211b;overflow:hidden}.stage:before{content:"";position:absolute;width:240px;height:240px;border:1px dashed #809786;border-radius:50%}.flag{position:relative;width:min(100%,360px);aspect-ratio:3/2;filter:drop-shadow(0 15px 16px #344c3840)}.flag svg{width:100%;height:100%;display:block}.tape{position:absolute;top:25px;width:80px;height:20px;background:#f3d85aa8;transform:rotate(-2deg);z-index:2}.number{position:absolute;left:18px;bottom:15px;background:#18211b;color:white;padding:5px 8px;font-size:10px;letter-spacing:.1em}.panel{display:flex;flex-direction:column;padding:34px}.prompt{margin:0 0 17px;font-size:12px;letter-spacing:.18em}.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{min-height:64px;text-align:left;background:transparent;border:1px solid #9ba49a;padding:10px 13px;cursor:pointer;font-weight:700;transition:.15s}.choice small{display:block;color:#8b938a;font-weight:normal;margin-bottom:5px}.choice:hover:not(:disabled){background:#fff;border-color:#18211b;transform:translateY(-2px)}.choice.correct{background:#1f724a;color:white;border-color:#1f724a}.choice.wrong{background:#ef4c32;color:white;border-color:#ef4c32}.choice:disabled{cursor:default}.feedback{min-height:70px;padding-top:17px;font-size:13px;line-height:1.6}.feedback strong{display:block;font-family:Georgia,"Songti SC",serif;font-size:19px}.feedback.ok strong{color:#1f724a}.feedback.bad strong{color:#d13e28}.next{margin-top:auto;border:0;border-top:2px solid #18211b;background:transparent;padding:15px 0 0;text-align:left;font-weight:bold;cursor:pointer}.next span{float:right;font-size:22px}footer{display:flex;justify-content:space-between;padding-top:22px;color:#697168;font-size:11px}footer button{border:0;background:none;color:#697168;text-decoration:underline;cursor:pointer}@media(max-width:700px){main{padding:15px}.intro{padding:30px 5px 20px}.game{grid-template-columns:1fr;box-shadow:5px 5px 0 #18211b}.stage{min-height:260px;border-right:0;border-bottom:2px solid #18211b;padding:45px}.panel{padding:24px;min-height:340px}.score{gap:10px}.choices{grid-template-columns:1fr 1fr}.choice{min-height:58px}footer{padding-bottom:20px}}
