:root{--bg: #fefae0;--text: #2a2a2a;--max-width: 700px;--padding: 1.25rem;background-color:var(--bg)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,sans-serif;color:var(--text);line-height:1.6;padding:var(--padding)}.container{max-width:var(--max-width);margin:0 auto}h1,h2,h3{line-height:1.2;margin-bottom:.75rem}p{margin-bottom:1rem}a{color:inherit}img{display:block;max-width:100%;height:auto}.hiscore-line{display:flex;align-items:center;gap:.35rem}.hiscore-link{display:inline-flex}.hiscore-img{width:64px;height:64px;object-fit:contain;transition:transform .2s;cursor:pointer}.hiscore-img:hover{transform:scale(1.2)}.hotwheels-link{display:block;margin:1rem 0}.hotwheels-img{width:256px;height:256px;object-fit:contain;transition:transform .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;transform:rotate(-3deg)}.hotwheels-img:hover{transform:rotate(5deg) scale(1.15)}.dog-tax{display:flex;align-items:center;gap:1rem;margin-top:2rem}.goose-img{width:96px;height:96px;object-fit:cover;border-radius:50%;transition:transform .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.goose-img:hover{transform:scale(1.1) rotate(8deg)}.pile{display:flex;flex-wrap:wrap;gap:.3rem;position:relative;margin-top:4rem;padding:0 1rem}.pile img{position:relative;transition:transform .2s;cursor:default;border-radius:0;object-fit:cover}.home-button{position:fixed;top:1rem;left:1rem;z-index:1000;font-size:2rem;text-decoration:none;line-height:1}@media(min-width:700px){.pile img{max-width:30%}}@media(min-width:768px){body{padding:2rem}}
