: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);margin-top:1rem}.layout-column{display:flex;flex-direction:column;align-items:center}.container{max-width:var(--max-width);margin:0 auto}h1,h2,h3{line-height:1.2;margin-bottom:.75rem}p{margin-bottom:1rem}img{display:block;max-width:100%;height:auto;margin:1rem 0;border-radius:6px}.hiscore-link{display:flex;align-items:center;margin-top:-2rem}.hiscore-link p{margin:0;font-size:1rem}.hiscore-img{width:64px;height:64px;object-fit:contain;transition:transform .2s;cursor:pointer;z-index:999}.hiscore-img:hover{transform:scale(1.2)}.hiscore-img.spin{animation:spin .5s ease-in-out}.hotwheels-img{width:256px;height:256px;object-fit:contain;transition:transform .2s;cursor:pointer}.hotwheels-img:hover{transform:scale(1.2)}.hotwheels-link{display:flex;align-items:center;height:fit-content;margin-top:-3rem;padding-left:1.5rem;margin-bottom:-2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pile{display:flex;flex-wrap:wrap;gap:.3rem;position:relative;margin-top:6rem}.pile img{position:relative;transition:transform .2s;cursor:default;border-radius:0;object-fit:cover}.goose-link{display:flex;align-items:center}.goose-img{width:128px;height:128px;object-fit:contain;transition:transform .2s;cursor:pointer;margin-left:6rem;margin-top:-1rem;z-index:999;border-radius:50%}.goose-img:hover{transform:scale(1.05);z-index:10}.home-button{position:absolute;top:1rem;left:1rem;z-index:1000}.home-button a{font-size:45px}@media(min-width:700px){.pile img{max-width:30%}}@media(min-width:768px){body{padding:2rem}.container{padding:0 1rem}}
