#paper-flap-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 19; }
#sticker-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 20; }
#sticker-targets { position: absolute; inset: 0; pointer-events: none; z-index: 21; }
.sticker-target { position: absolute; padding: 0; border: 0; background: transparent; border-radius: 28%; cursor: grab; touch-action: none; pointer-events: auto; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; }
.sticker-target:active { cursor: grabbing; }
.sticker-target:focus-visible { outline: 2px dashed #555; outline-offset: 7px; }
.sticker-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
