*{box-sizing:border-box}html{background:#ede0c5;color:#493a2f;font-family:ui-rounded,"PingFang SC","Microsoft YaHei",sans-serif}body{margin:0;min-height:100dvh;background:radial-gradient(circle at 18% 12%,#fff9e8 0,transparent 34%),repeating-linear-gradient(90deg,#8c633609 0 1px,transparent 1px 52px)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #39746b;outline-offset:3px}button:disabled{cursor:default}a{color:inherit;text-decoration:none}.app{max-width:670px;margin:auto;padding:18px 20px 14px}header{height:40px;display:flex;justify-content:space-between;align-items:center;font-size:12px;gap:10px}header>a{padding:12px 0}.brand{text-align:center;letter-spacing:3px;font-weight:900}.brand small{display:block;font-size:7px;letter-spacing:1.5px;color:#967a5c;margin-top:4px}.quiet{min-height:36px;border:1px solid #bba984;background:#f8efd9;border-radius:18px;padding:6px 11px;font-size:11px}.intro{display:flex;justify-content:space-between;align-items:center;margin:20px 0 15px}.eyebrow{font-size:9px;font-weight:800;letter-spacing:2px;color:#956b4b}h1{font-size:38px;letter-spacing:-2px;margin:6px 0 0}h1 em{font-style:normal;color:#b85543}.sign{min-width:112px;padding:9px 13px;text-align:center;background:#6d5542;color:#fff5d8;border:4px double #d5ae67;box-shadow:2px 4px 0 #4d3b30;transform:rotate(2deg)}.sign small,.sign span{font-size:8px;display:block;letter-spacing:1px}.sign strong{font-size:13px;display:block;margin:4px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:8px}.stats>div{text-align:center;border-right:1px solid #cbb997}.stats>div:last-child{border:0}.stats small{display:block;font-size:9px;color:#8f775e}.stats b{font-size:23px;font-variant-numeric:tabular-nums}.stats b small{display:inline;font-size:9px;margin-left:2px}.timer{height:5px;background:#d2c09d;border-radius:4px;margin:0 12px 10px;overflow:hidden}.timer i{display:block;height:100%;width:100%;background:#527d6d;transition:width .15s linear}.timer.urgent i{background:#bd5545}.counter{position:relative;min-height:330px;padding:19px;border:1px solid #a48761;border-radius:7px;background:linear-gradient(#704d35 0 12px,#c18b54 12px 17px,#e6c995 17px 100%);box-shadow:0 9px 0 #89623f,0 17px 28px #4f382528}.board{display:grid;grid-template-columns:repeat(var(--cols,4),1fr);gap:9px;max-width:510px;margin:auto;padding-top:7px}.card{min-width:0;aspect-ratio:.78;border:0;background:none;padding:0;perspective:500px;touch-action:manipulation}.card-inner{display:block;position:relative;width:100%;height:100%;transition:transform .28s;transform-style:preserve-3d}.card.showing .card-inner{transform:rotateY(180deg)}.card-back,.card-face{position:absolute;inset:0;display:grid;place-items:center;border-radius:8px;backface-visibility:hidden}.card-back{color:#f5dda9;border:2px solid #73533c;background:repeating-linear-gradient(45deg,#9c7049 0 5px,#a7794f 5px 10px);box-shadow:inset 0 0 0 4px #c89a62,0 3px 0 #79573d}.card-back i{display:grid;place-items:center;width:31px;height:31px;border:2px solid #efd49c;border-radius:50%;font-style:normal;font-weight:900;font-size:17px;background:#8d6245}.card-back small{position:absolute;right:7px;bottom:5px;font-size:8px}.card-face{transform:rotateY(180deg);grid-template-rows:1fr auto;padding:4px;background:#fff6dd;border:2px solid #947352;box-shadow:inset 0 0 0 3px #ead6a7,0 3px 0 #785c42}.card-face svg{width:86%;height:86%;min-height:0}.card-face b{font-size:9px;margin-bottom:4px;color:#6c5140}.card.matched .card-face{background:#dce6c7;border-color:#68806a}.card.matched{opacity:.82}.overlay{position:absolute;z-index:4;inset:0;display:grid;place-items:center;padding:15px;background:#f2e2c9ed;backdrop-filter:blur(4px)}.overlay[hidden]{display:none}.modal{text-align:center;max-width:360px}.seal{display:grid;place-items:center;width:49px;height:49px;margin:0 auto 9px;border:3px double #a94d3f;color:#a94d3f;border-radius:50%;font:900 24px serif;transform:rotate(-6deg)}h2{font-size:25px;margin:8px 0}.modal p{white-space:pre-line;font-size:12px;line-height:1.8;color:#816a56;margin:0 0 15px}.primary,.preview{display:block;min-height:44px;min-width:190px;margin:8px auto;border-radius:9px;font-weight:800}.primary{border:0;border-bottom:4px solid #713c32;color:#fff8e8;background:#b95643}.preview{border:1px solid #9c805e;border-bottom:3px solid #886b4b;color:#654e3c;background:#f8edd5}.preview[hidden],.restart[hidden]{display:none}.restart{border:0;background:none;color:#896c51;font-size:11px;padding:6px}.back{display:block;font-size:10px;color:#9a8168;margin-top:7px}.tools{display:flex;gap:8px;margin-top:18px}.tools button{flex:1;min-height:44px;border:1px solid #a98c68;border-bottom:3px solid #8e704e;background:#f5e7c9;color:#654e3b;border-radius:9px;font-size:12px;font-weight:800}.notice{text-align:center;min-height:18px;margin:13px 0 9px;color:#82674f;font-size:11px}footer{display:flex;justify-content:space-between;color:#9a8068;font-size:9px}
@media(max-width:500px){.app{padding:10px 12px 13px}.intro{margin:13px 0 11px}h1{font-size:31px}.sign{min-width:99px;padding:7px 9px}.stats b{font-size:20px}.counter{min-height:322px;padding:14px}.board{gap:6px}.card-face b{font-size:8px}.tools{margin-top:14px}.modal h2{font-size:22px}}
@media(max-width:350px){.brand small{display:none}.brand{font-size:10px}.quiet{font-size:10px;padding:5px 8px}.intro{margin:8px 0}h1{font-size:27px}.counter{min-height:285px;padding:10px}.board{gap:4px}.card-back i{width:27px;height:27px}.modal .seal{width:34px;height:34px;font-size:18px;margin-bottom:3px}.modal h2{font-size:19px;margin:4px 0}.modal p{font-size:10px;line-height:1.45;margin-bottom:5px}.modal .primary,.modal .preview{min-height:44px;margin:4px auto}.modal .back{display:none}.notice{margin:9px 0 6px}footer span:last-child{display:none}}
@media(max-height:500px) and (min-width:600px){.app{max-width:1080px;height:100dvh;padding:7px 15px;display:grid;grid-template-columns:minmax(250px,.9fr) minmax(390px,1.25fr);grid-template-rows:38px 78px 55px 5px 45px 27px 14px;gap:4px 20px;align-content:center}header{grid-column:1/-1;grid-row:1}.intro{grid-column:1;grid-row:2;margin:0}h1{font-size:31px}.stats{grid-column:1;grid-row:3;margin:0;align-items:center}.stats b{font-size:20px}.timer{grid-column:1;grid-row:4;margin:0}.counter{grid-column:2;grid-row:2/8;min-height:0;width:min(100%,calc(100dvh - 52px)*1.28);height:calc(100dvh - 52px);padding:10px;justify-self:center;display:grid;align-items:center}.board{height:auto;width:100%;max-width:none;gap:5px;padding-top:0}.card{height:70px;aspect-ratio:auto;justify-self:stretch}.tools{grid-column:1;grid-row:5;margin:0}.notice{grid-column:1;grid-row:6;margin:0;align-self:center}footer{grid-column:1;grid-row:7}.modal p{line-height:1.5;margin-bottom:9px}.seal{width:38px;height:38px;font-size:19px;margin-bottom:5px}h2{font-size:20px;margin:5px}.primary,.preview{display:inline-block;min-width:145px;margin:5px 3px;min-height:40px}.preview[hidden]{display:none}.back{margin-top:4px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
