/* style.css — Scoped per Pezzo Palco! (calice-v1) */
#stage {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* Ensure hit area captures touch without browser interference */
#logo-hit-area {
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
