/* Visual CSS Engine — Frontend Public Styles */
/* Loaded on every page to support device-specific media queries */

/* Inspector mode overlay (when opened from admin) */
body.vce-inspector-active * {
    cursor: crosshair !important;
}
body.vce-inspector-active .vce-inspect-hover {
    outline: 2px solid #6c63ff !important;
    outline-offset: 2px;
    position: relative;
}
#vce-inspector-tooltip {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #161922;
    color: #e2e8f0;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    z-index: 999999;
    border: 1px solid #6c63ff;
    pointer-events: none;
    max-width: 500px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
