* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #F3F0E9; }
body { font-family: system-ui, sans-serif; -webkit-user-select: none; user-select: none; cursor: none; }
canvas { display: block; background: #F3F0E9; touch-action: none; cursor: none; }
.back-link { cursor: pointer !important; }
