*{box-sizing:border-box}html,body{margin:0;background:#050510;color:white;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overscroll-behavior:none}body.playing{overflow:hidden;position:fixed;width:100%;height:100%}.screen{display:none;min-height:100dvh;padding:18px}.screen.show{display:block}.hero{border-radius:28px;padding:24px;background:radial-gradient(circle at 15% 10%,#00e5ff55,transparent 35%),linear-gradient(135deg,#151733,#381447);box-shadow:0 0 45px #00e5ff22}.logo{color:#68f7ff;letter-spacing:1px}h1{font-size:34px;margin:10px 0 6px;line-height:.98}p{color:#b9bbcf}.grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:16px}.card{border:1px solid #ffffff18;border-radius:24px;background:linear-gradient(135deg,#162b35,#24162d);padding:18px;display:flex;gap:14px;align-items:center;min-height:118px;box-shadow:inset 0 0 0 1px #ffffff08}.icon{font-size:45px;width:62px;text-align:center}.card h2{margin:0 0 5px;font-size:23px}.card p{margin:0;font-size:15px}.tag{display:inline-block;margin-top:7px;background:#0009;border-radius:12px;padding:4px 9px;font-size:12px;color:#bdf}.ad{margin:16px 0;border:1px dashed #ffffff33;border-radius:18px;padding:22px;text-align:center;color:#ffffff88;background:#ffffff08}.note{margin:18px 0;padding:18px;border-radius:20px;background:#ffffff08;color:#cfd0dc}.topbar{height:64px;display:grid;grid-template-columns:82px 1fr 72px;gap:8px;align-items:center}.topbar button{border:0;border-radius:16px;background:#ffffff12;color:white;font-weight:800;padding:12px 8px}.topbar div{text-align:center}.topbar b{display:block;font-size:18px}.topbar span{display:block;font-size:12px;color:#a9aabd}.gameWrap{position:relative;width:100%;max-width:520px;margin:0 auto;border-radius:24px;overflow:hidden;border:1px solid #ffffff20;background:#070719;height:calc(100dvh - 192px);max-height:760px;min-height:430px}canvas{width:100%;height:100%;display:block;touch-action:none;background:#070719}#touchLayer{position:absolute;inset:0;touch-action:none}.controls{height:84px;max-width:520px;margin:8px auto 0;display:flex;align-items:center;justify-content:space-between;gap:8px}.btn{border:1px solid #ffffff22;background:#ffffff12;color:white;border-radius:18px;min-width:64px;height:64px;font-size:26px;font-weight:900;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none}.btn.big{min-width:104px;background:linear-gradient(135deg,#35e3ff,#ed65ff);color:#071018}.small{padding:8px;margin:6px auto 0;max-width:520px}@media(min-width:720px){.grid{grid-template-columns:repeat(2,1fr)}.screen{padding:22px max(22px,calc((100vw - 900px)/2))}} 
