/* /semantic3d/: WebGL под панелями; орбита — drag на #semantic3d-root */
body.semantic3d-page #semantic3d-root {
    position: fixed;
    inset: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
}

body.semantic3d-page #semantic-mood-bg {
    z-index: 1;
}

#semantic3d-root .semantic-link-hover-tip {
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(8, 8, 12, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f4f4f4;
    font: 13px/1.2 sans-serif;
    pointer-events: none;
    user-select: none;
    z-index: 40;
    white-space: nowrap;
}
