/* Normal Map Specific Styles */
#three-container {
    background: #000;
    cursor: move;
}

#view-empty {
    border-style: dashed;
}

/* File List Transition */
.file-item {
    transition: all 0.2s;
}

.file-item:hover {
    transform: translateX(4px);
    background-color: var(--bg-card);
}