/* Graffiti Toggle Button */
#graffiti-toggle {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 1100;
    padding: 10px;
    border: none;
    cursor: pointer;
    background: transparent;
    width: 100px;
    height: 120px;
}

#graffiti-toggle img {
    width: 100px;
    height: 100px;
    display: block;
}

/* Canvas Blocker */
#graffiti-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
    background: transparent;
    pointer-events: all;
}
