
*{box-sizing:border-box}:root{--p:#f45f97;--d:#76203f;--bg:#fff5f9;--line:#f6c8d8;--shadow:0 18px 55px #a4426b20}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--d);background:linear-gradient(#fffafd,#fff3f8)}a{text-decoration:none;color:inherit}.wrap{width:min(1200px,92%);margin:auto}
header{position:sticky;top:0;z-index:20;background:#fffafce8;backdrop-filter:blur(14px);border-bottom:1px solid #f8d5e2}nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{font-weight:900;font-size:25px;color:#df4f84}.nav{display:flex;gap:7px;flex-wrap:wrap}.nav a{padding:9px 13px;border-radius:999px}.nav a:hover,.nav .active{background:#ffe0eb}
.homehero{min-height:620px;background:linear-gradient(90deg,rgba(83,24,53,.50),rgba(83,24,53,.05)),url("assets/hero.jpg") center/cover no-repeat;display:flex;align-items:center;color:white}.herobox{width:min(1200px,92%);margin:auto}.herobox h1{font-size:clamp(58px,8vw,110px);margin:0;text-shadow:0 3px 18px #6b1d47aa}.herobox p{font-size:21px;max-width:520px;line-height:1.5}.btn{display:inline-block;border:0;border-radius:999px;padding:13px 22px;background:linear-gradient(135deg,#ff6b9f,#cf58cc);color:white;font-weight:900;cursor:pointer}
.featurebar{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-50px;position:relative;padding-bottom:55px}.feature{background:#fffafdf2;border:1px solid white;border-radius:24px;padding:20px;text-align:center;box-shadow:var(--shadow)}
.hero{text-align:center;padding:65px 0 25px}.hero h1{font-size:clamp(42px,7vw,72px);margin:0 0 14px}.hero h1 span{color:var(--p)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:20px 0 70px}.card{background:white;border:1px solid var(--line);border-radius:24px;padding:13px;box-shadow:var(--shadow)}.card img{width:100%;height:230px;object-fit:cover;border-radius:17px}.card h3{font-size:21px;margin:13px 4px 6px}.card p{line-height:1.5;margin:5px}.tag{display:inline-block;background:#ffe2ec;padding:5px 9px;border-radius:999px;margin:9px 2px 0;font-size:12px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:20px 0 70px}.gallery img{width:100%;height:245px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.about{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;padding:20px 0 70px}.about img{width:100%;height:440px;object-fit:cover;border-radius:26px}.panel{background:white;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}
.game-shell{max-width:900px;margin:0 auto 70px}.stats{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.stat{background:white;border:1px solid var(--line);border-radius:999px;padding:10px 17px;font-weight:800}
#game{position:relative;height:520px;overflow:hidden;border:4px solid white;border-radius:32px;background:linear-gradient(#ffdce9,#fff3d1);box-shadow:var(--shadow)}
#cat,#mouse{position:absolute;user-select:none;z-index:3}#cat{font-size:58px;width:70px;height:70px;bottom:12px;left:50%;transform:translateX(-50%)}#mouse{font-size:38px;width:68px;height:58px;top:-70px}
.ground{position:absolute;left:0;right:0;bottom:15px;text-align:center;font-size:32px;opacity:.6}.actions{text-align:center;padding:17px}.hint{text-align:center}
footer{text-align:center;padding:28px;color:#a85d78}
@media(max-width:800px){.featurebar,.cards,.gallery{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.homehero{min-height:560px}}
@media(max-width:560px){nav{flex-direction:column;align-items:flex-start;padding:12px 0}.homehero{min-height:500px}.featurebar{margin-top:-25px}.cards,.gallery{grid-template-columns:1fr 1fr}.card img,.gallery img{height:170px}#game{height:440px}}
