*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#e2e8f0;min-height:100vh}.page{max-width:720px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}header{display:grid;grid-template-columns:minmax(52px,1fr) minmax(0,2fr) minmax(52px,1fr);align-items:center;gap:6px;min-height:44px}header h1{grid-column:2;font-size:clamp(1.05rem,4.5vw,1.5rem);text-align:center;overflow-wrap:break-word;line-height:1.25}.back{grid-column:1;justify-self:start;display:inline-flex;align-items:center;min-height:44px;padding:0 4px;color:#cbd5e1;text-decoration:none;font-size:.9rem;white-space:nowrap}.back:hover{color:#fff}main{display:flex;flex-direction:column;align-items:center;gap:10px}canvas{display:block;width:100%;max-width:480px;aspect-ratio:2 / 3;border-radius:8px;background:#0f172a;box-shadow:0 16px 36px #00000038;touch-action:none;cursor:pointer}.share-btn{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-height:44px;min-width:44px;padding:10px 22px;background:#16213e;border:1.5px solid #4ecdc4;border-radius:10px;color:#4ecdc4;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation;transition:transform .15s ease-out,background-color .15s ease-out}.share-btn:hover{background:#1c2b4d}.share-btn:active{transform:scale(.97)}.share-btn[hidden]{display:none}.content{width:100%;max-width:640px;margin:4px auto 0;font-size:.92rem;line-height:1.65;color:#cbd5e1}.content h2{font-size:1.05rem;color:#e2e8f0;margin:20px 0 8px}.content h2:first-child{margin-top:0}.content p{margin:0 0 10px}.content ul{margin:0 0 10px;padding-left:20px}.content li{margin-bottom:6px}@media(max-width:480px){.content{font-size:.88rem}}footer{text-align:center;color:#cbd5e1}footer a{color:#e2e8f0}.more-games{width:100%;max-width:640px;margin:4px auto 0}.more-games h2{font-size:1.05rem;color:#eee;margin:0 0 12px}.more-games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.more-games-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:12px 8px;background:#16213e;border-radius:10px;text-decoration:none;color:#eee;text-align:center;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease-out}.more-games-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000004d}.more-games-card:active{transform:translateY(-1px) scale(.98)}.more-games-icon{font-size:1.5rem;line-height:1}.more-games-name{font-size:.78rem;color:#eee;overflow-wrap:break-word;line-height:1.3}.more-games-all{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:14px;color:#4ecdc4;text-decoration:none;font-size:.9rem;font-weight:600}.more-games-all:hover{text-decoration:underline}@media(min-width:640px){.more-games-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}
