.back{margin:12px 0 25px;color:#6b55d8;font-size:13px;font-weight:800}.game-detail-head{border-radius:27px;padding:42px;display:flex;align-items:center;gap:36px;overflow:hidden}.game-detail-head h1{font-size:42px}.game-detail-head>div:last-child>p:not(.eyebrow){color:#625b73;font-size:15px;line-height:1.6;margin-top:15px}.detail-art{min-width:190px;height:190px;border-radius:31px;display:grid;place-items:center;background:#fff8;font:700 75px Unbounded;position:relative}.detail-art i{position:absolute;right:20px;top:18px;font-size:24px}.purple.game-detail-head{background:#e9e1ff;color:#6748db}.blue.game-detail-head{background:#dcecfb;color:#3c78b5}.orange.game-detail-head{background:#ffe6c8;color:#d7792f}.pink.game-detail-head{background:#fee2ec;color:#d7679b}.green.game-detail-head{background:#dcf4d8;color:#4d9d66}.teal.game-detail-head{background:#d4f1ed;color:#388b85}.game-rule{margin-top:22px;color:#554e6b;background:#fff8;border-radius:12px;padding:10px 13px;font-size:12px;font-weight:700}.game-rule span{margin-right:7px;color:#7154e7}.levels{margin-top:58px}.level-meta{font-size:12px;color:var(--muted);font-weight:700}.level-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px;margin-top:28px}.level-button{min-height:124px;border:1px solid var(--line);border-radius:17px;background:#fff;padding:15px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:6px}.level-button:hover{border-color:#8269ed;transform:translateY(-2px)}.level-button>span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#efebf8;color:#6951dc;font-weight:800}.level-button b{font-size:12px}.level-button small{font-size:10px;color:var(--muted)}.level-button.complete>span{background:#dff5e8;color:#31925e}.level-button.locked{background:#fbfaff;color:#928b9e}.level-button.locked>span{filter:grayscale(1);font-size:14px}.game-screen{min-height:calc(100vh - 78px);background:linear-gradient(135deg,#f2effe,#e8f6f5);padding:18px max(5vw,24px) 60px}.game-top{max-width:960px;margin:auto;display:flex;justify-content:space-between;align-items:center;color:#635b76;font-size:12px;font-weight:800}.game-top button{color:#6550d3;font-weight:800}.game-score{background:#fff;padding:8px 12px;border-radius:10px}.tutorial-card,.result-card{max-width:600px;margin:74px auto 0;text-align:center;background:#fff;border-radius:30px;padding:44px;box-shadow:0 20px 45px #3c2c6530}.tutorial-icon{width:86px;height:86px;margin:0 auto 22px;border-radius:25px;background:#ebe3ff;display:grid;place-items:center;color:#7151e5;font:700 45px Unbounded}.tutorial-card h1,.result-card h1{font-size:31px}.tutorial-card>p:not(.eyebrow),.result-card>p:not(.eyebrow){font-size:15px;line-height:1.6;color:var(--muted);margin:14px auto;max-width:430px}.tutorial-card small{display:block;color:#9a93a4;font-size:10px;margin-top:14px}.play-area{max-width:930px;margin:28px auto 0}.game-panel{background:#fff;border-radius:27px;padding:28px;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 15px 35px #46376d1c}.game-prompt{font-size:19px;text-align:center;margin-bottom:28px}.game-prompt strong{color:#7152e5}.round{margin-top:25px;color:#81798e;font-size:12px;font-weight:700}.target-grid{width:min(590px,100%);display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shape{height:100px;border-radius:20px;background:#f0ebff;color:#7962e8;font-size:43px}.shape.target{color:#ffad49;background:#fff0d3}.shape.wrong,.scene-object.wrong,.numbers-field button.wrong,.scene-icon.wrong{animation:shake .28s linear;background:#ffe2e8;color:#d04969}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.meadow{height:360px;width:min(690px,100%);border-radius:23px;background:linear-gradient(#b6e5ff 0 52%,#bcf0d4 52%);position:relative;overflow:hidden;border:7px solid #e5f7ff}.meadow:after{content:"";position:absolute;inset:50% 0 0;background:repeating-linear-gradient(75deg,transparent 0 28px,#a5e2bc 29px 34px)}.leaf{position:absolute;color:#57ad77;font-size:36px;z-index:1}.l1{left:12%;bottom:12%}.l2{right:11%;bottom:17%;color:#f194c1}.l3{left:65%;bottom:8%}.firefly{position:absolute;z-index:2;width:66px;height:66px;border-radius:50%;background:#fff5b3;color:#e4a51f;font-size:30px;box-shadow:0 0 0 11px #ffe87669,0 0 26px #ffc52e;animation:pop .18s ease-out}.firefly:hover{transform:scale(1.1)}@keyframes pop{from{transform:scale(.4)}to{transform:scale(1)}}.memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;width:min(520px,100%)}.memory-card{aspect-ratio:1;border-radius:18px;background:#7457e6;color:#fff;position:relative;transform-style:preserve-3d;font-size:31px}.memory-card i{display:none;font-style:normal}.memory-card.open,.memory-card.match{background:#fff4db;color:#493a68;border:2px solid #ffcf68}.memory-card.open span,.memory-card.match span{display:none}.memory-card.open i,.memory-card.match i{display:block}.memory-card.match{background:#e1f7e9;border-color:#65c18e}.scene-grid{width:min(650px,100%);height:320px;border-radius:24px;background:linear-gradient(#bfe8ff 0 61%,#c9efba 61%);position:relative;overflow:hidden}.scene-object{position:absolute;font-size:68px;border-radius:15px;padding:4px;transition:.18s}.scene-object.tree{left:9%;bottom:11%}.scene-object.sun{right:11%;top:7%}.scene-object.house{left:35%;bottom:7%}.scene-object.butterfly{left:59%;top:31%;font-size:48px}.scene-object.flower{right:20%;bottom:9%}.scene-object.changed{background:#fff2b9;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.07)}}.numbers-field{width:min(650px,100%);height:340px;border-radius:24px;position:relative;background:radial-gradient(circle at 20% 20%,#fff7d4,#e9edff 48%,#d8f5ee)}.numbers-field button{position:absolute;width:62px;height:62px;border-radius:50%;background:#fff;color:#5e49c8;box-shadow:0 6px 15px #4a3b7829;font:700 26px Unbounded}.numbers-field button.hit{background:#dff5e8;color:#329160;box-shadow:none}.hidden-scene{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;width:min(630px,100%);padding:25px;border-radius:25px;background:linear-gradient(145deg,#bdeac9,#78c692)}.scene-icon{height:79px;border-radius:16px;background:#ffffff18;font-size:40px}.scene-icon:hover{background:#ffffff63}.result-screen{background:linear-gradient(135deg,#f2eeff,#e1f7eb)}.result-card{margin-top:45px}.result-mascot{width:82px;height:82px;margin:0 auto 20px;border-radius:28px;display:grid;place-items:center;background:#7456e9;color:#ffdf72;font-size:36px}.result-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:25px 0}.result-stats div{background:#f5f2fb;border-radius:13px;padding:12px 5px}.result-stats span,.result-stats b{display:block}.result-stats span{font-size:9px;color:var(--muted)}.result-stats b{font-size:14px;margin-top:5px}.result-actions{display:flex;justify-content:center;align-items:center;gap:11px;flex-wrap:wrap}@media(max-width:760px){.game-detail-head{padding:25px;display:block}.detail-art{min-width:0;width:120px;height:120px;font-size:48px;border-radius:23px;margin-bottom:22px}.game-detail-head h1{font-size:30px}.level-grid{grid-template-columns:repeat(3,1fr)}.game-screen{padding:13px 13px 40px}.game-panel{min-height:460px;padding:18px}.target-grid{gap:8px}.shape{height:70px;font-size:30px}.meadow{height:310px}.scene-grid{height:275px}.scene-object{font-size:51px}.scene-object.butterfly{font-size:38px}.numbers-field{height:310px}.numbers-field button{width:49px;height:49px;font-size:20px}.hidden-scene{padding:14px;gap:3px}.scene-icon{height:57px;font-size:30px}.tutorial-card,.result-card{margin-top:45px;padding:31px 20px}.result-stats{grid-template-columns:repeat(2,1fr)}}
