/* Penrose2v – Frontend Styles */
.penrose2v-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #0e0e1a;
}
.penrose2v-canvas {
    display: block;
    width: 100%;
    height: 620px;
    outline: none;
    cursor: grab;
    touch-action: none;
}
.penrose2v-canvas:active { cursor: grabbing; }
.penrose2v-hint {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 4px 14px;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.6);
    font-size: 11px;
    border-radius: 20px;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .04em;
    white-space: nowrap;
}
.elementor-editor-active .penrose2v-canvas { pointer-events: none; }
